Difference between revisions of "Muffalo"

From RimWorld Wiki
Jump to navigation Jump to search
(Added specifics taken directly from code.)
m
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
{{infobox main|animal|
+
{{infobox main/<translate>en</translate>|animal|
|name = Muffalo
+
|name = <translate>Muffalo</translate>
|image = Animal Muffalo side.png|200px{{!}}Muffalo
+
|image = Animal Muffalo side.png|200px{{!}}<translate>Muffalo</translate>
|info = &ldquo;Moo-o-o, i made poo..&rdquo;
+
|info = <translate>&ldquo;Moo-o-o, i made poo..&rdquo;</translate>
|type = Animals
+
|type = Animals{{!}}<translate>Animals</translate>
|type2 = Wild
+
|type2 = Wild{{!}}<translate>Wild</translate>
 
|placeable =  
 
|placeable =  
 
|hp = 160
 
|hp = 160
}}</onlyinclude>Slow-moving, grass-grazing quadrupeds analogous to Buffalo.
+
}}</onlyinclude><translate>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.
 
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|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.254B|version#0.0.254B]]''' cannot be used as a food source.</translate>
<br />
+
 
<b>Code Specifics:</b> <i>(Version#0.0.254b)</i>
+
 
 +
'''<translate>Code Specifics:</translate>'''<br />
 +
<small>[[Version/0.0.254B|<translate>(Version#0.0.254b)</translate>]]</small>
 
  baseMaxHealth = 160
 
  baseMaxHealth = 160
 
  walkSpeed = 0.5
 
  walkSpeed = 0.5
Line 23: Line 25:
 
  ecoSystemWeight = 1.0
 
  ecoSystemWeight = 1.0
 
  spawnWild = true
 
  spawnWild = true
{{nav animals}}
+
{{TNT|nav animals}}

Revision as of 18:20, 27 December 2013

{{infobox main/<translate>en</translate>|animal| |name = <translate>Muffalo</translate> |image = Animal Muffalo side.png|200px|<translate>Muffalo</translate> |info = <translate>“Moo-o-o, i made poo..”</translate> |type = Animals|<translate>Animals</translate> |type2 = Wild|<translate>Wild</translate> |placeable = |hp = 160 }}<translate>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.254B cannot be used as a food source.</translate>


<translate>Code Specifics:</translate>
<translate>(Version#0.0.254b)</translate>

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:TNT