Muffalo

From RimWorld Wiki
Revision as of 17:52, 15 November 2013 by Rhodes (talk | contribs) (Added specifics taken directly from code.)
Jump to navigation Jump to search

Muffalo

Base Stats

Type
AnimalsWild
HP
160

Slow-moving, grass-grazing quadrupeds analogous to Buffalo.

When enraged, they can melee and can become a threat to colonists due to their high health. These creatures can be killed by colonists, but as of version 0.0.250C cannot be used as a food source.

Code Specifics: (Version#0.0.254b)

baseMaxHealth = 160
walkSpeed = 0.5
meleeDamage = 10
hungerThreshold = .8
targetHitEase = 2.0
thinkConfig = Herbivore
herdMentality = true
groupSize = Range(3 to 9)
ecoSystemWeight = 1.0
spawnWild = true

Template:Nav animals