Difference between revisions of "Squirrel"
Jump to navigation
Jump to search
m |
(Added specifics taken directly from code.) |
||
Line 7: | Line 7: | ||
|type2 = Wild | |type2 = Wild | ||
|placeable = | |placeable = | ||
− | |hp = | + | |hp = 30 |
− | }}</onlyinclude>The smallest and most harmless animal of the game. | + | }}</onlyinclude>The smallest and most harmless animal of the game.<br /> |
+ | <br /> | ||
+ | <b>Code Specifics:</b> | ||
+ | baseMaxHealth = 30 | ||
+ | walkSpeed = 1.5 | ||
+ | meleeDamage = 3 | ||
+ | hungerThreshold = .8 | ||
+ | targetHitEase = .6 | ||
+ | thinkConfig = Herbivore | ||
+ | herdMentality = false | ||
+ | ecoSystemWeight = .2 | ||
+ | spawnWild = true | ||
{{nav animals}} | {{nav animals}} |
Revision as of 17:43, 15 November 2013
The smallest and most harmless animal of the game.
Code Specifics:
baseMaxHealth = 30 walkSpeed = 1.5 meleeDamage = 3 hungerThreshold = .8 targetHitEase = .6 thinkConfig = Herbivore herdMentality = false ecoSystemWeight = .2 spawnWild = true