Difference between revisions of "Muffalo"

From RimWorld Wiki
Jump to navigation Jump to search
(Added specifics taken directly from code.)
Line 12: Line 12:
 
These creatures can be killed by colonists, but as of '''[[Version#0.0.250C|version 0.0.250C]]''' cannot be used as a food source.<br />
 
These creatures can be killed by colonists, but as of '''[[Version#0.0.250C|version 0.0.250C]]''' cannot be used as a food source.<br />
 
<br />
 
<br />
<b>Code Specifics:</b>
+
<b>Code Specifics:</b> <i>(Version#0.0.254b)</i>
 
  baseMaxHealth = 160
 
  baseMaxHealth = 160
 
  walkSpeed = 0.5
 
  walkSpeed = 0.5

Revision as of 17:52, 15 November 2013

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