Difference between revisions of "Squirrel"

From RimWorld Wiki
Jump to navigation Jump to search
(Added specifics taken directly from code.)
m (Added version number to Code Specifics.)
Line 10: Line 10:
 
}}</onlyinclude>The smallest and most harmless animal of the game.<br />
 
}}</onlyinclude>The smallest and most harmless animal of the game.<br />
 
<br />
 
<br />
<b>Code Specifics:</b>
+
<b>Code Specifics:</b> <i>(Version#0.0.254b)</i>
 
  baseMaxHealth = 30
 
  baseMaxHealth = 30
 
  walkSpeed = 1.5
 
  walkSpeed = 1.5

Revision as of 17:54, 15 November 2013

Squirrel

Squirrel

Base Stats

Type
AnimalsWild
HP
30

The smallest and most harmless animal of the game.


Code Specifics: (Version#0.0.254b)

baseMaxHealth = 30
walkSpeed = 1.5
meleeDamage = 3
hungerThreshold = .8
targetHitEase = .6
thinkConfig = Herbivore
herdMentality = false
ecoSystemWeight = .2
spawnWild = true

Template:Nav animals