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.

Fear Factor

From Eco - English Wiki
Revision as of 23:29, 6 December 2019 by Dennis (talk | contribs) (1 revision imported)

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