Difference between revisions of "Squirrel"

From RimWorld Wiki
Jump to navigation Jump to search
m
m
Line 17: Line 17:
 
The smallest and most harmless animal of the game.</translate>
 
The smallest and most harmless animal of the game.</translate>
  
'''<translate><!--T:8-->
+
{{v|0.0.254b}} '''<translate><!--T:8-->
Code Specifics</translate>:'''<br />
+
Code Specifics</translate>:'''
<small>[[Version/0.0.254B|<translate><!--T:9-->
 
(Version#0.0.254b)</translate>]]</small>
 
 
  baseMaxHealth = 30
 
  baseMaxHealth = 30
 
  walkSpeed = 1.5
 
  walkSpeed = 1.5

Revision as of 13:21, 3 January 2014

{{infobox main/<translate> en</translate>|animal| |name = <translate> Squirrel</translate> |image = Animal Squirrel side.png|<translate> Squirrel</translate> |info = <translate> “Om-nom-nom, I'm eaten up all yours food”</translate> |type = Animals|<translate> Animals</translate> |type2 = Wild|<translate> Wild</translate> |placeable = |hp = 30 }}<translate> The smallest and most harmless animal of the game.</translate>

0.0.254b <translate> Code Specifics</translate>:

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

Template:TNT