ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

Fear Factor

From Eco - English Wiki
Revision as of 14:02, 2 December 2018 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Ambox

To Be Fixed up:

How Does Fear Factor work?

Range = Square of the predators (Players) detection range (reduced by taking predatory instincts) Distance = Square of the distance between predator (Player) and the prey (animal).


if the Distance is less than the Range * prey's (animals) FearFactor then put the animal on alert,

How alert the prey (animal) is to this predator (player) is calculated by

Alertness increases each tick by ((Range - Distance) / Range) * 50 (default alertness to predators, may be hard coded currently);

if Alertness gets above 100 the animal will flee