Difference between revisions of "Aggressiveness"

From Cantr II Wiki
Jump to: navigation, search
m
m (correction)
Line 4: Line 4:
 
This is then divided by 4 and if it exceeds a random value drawn from a uniform 0 to 100 scale then the animal attacks.
 
This is then divided by 4 and if it exceeds a random value drawn from a uniform 0 to 100 scale then the animal attacks.
  
Note that an aggressiveness of 0 does not mean the animal never attacks, it just makes it very improbable.
+
Animals with an aggressiveness of zero never attack.

Revision as of 13:26, 24 April 2006

Aggressiveness determines how likely an animal is to attack.

A random percentage is drawn from a normal distribution with a mean of "Aggressiveness / 10" and a standard deviation of +/- 0.3% This is then divided by 4 and if it exceeds a random value drawn from a uniform 0 to 100 scale then the animal attacks.

Animals with an aggressiveness of zero never attack.