Difference between revisions of "Squirrel"

From RimWorld Wiki
Jump to navigation Jump to search
m
(Added specifics taken directly from code.)
Line 7: Line 7:
 
|type2 = Wild
 
|type2 = Wild
 
|placeable =  
 
|placeable =  
|hp = 100
+
|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

Squirrel

Squirrel

Base Stats

Type
AnimalsWild
HP
30

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

Template:Nav animals