Template:Infobox pawn

From RimWorld Wiki
Jump to navigation Jump to search

{{#cargo_declare:_table = Pawn | name = String | image = File | description = Text | description_markup = Wikitext | type = Page | subtype = Page | basebodysize = Float | basehealthscale = Float | basehungerrate = Float | comfytemp_min = Integer | comfytemp_max = Integer | diet = Page | flammability = Float | has_gender = Boolean | marketvalue = Integer | movespeed = Float | herdanimal = Boolean | herdsize_min = Integer | herdsize_max = Integer | psychicsensitivity = Boolean | toxicsensitivity = Boolean | armorrating_blunt = Float | armorrating_heat = Float | armorrating_sharp = Float | combatpower = Integer | life_expectancy = Integer | mass_adult = Float | mass_juvenile = Float | mass_baby = Float | minage_adult = Float | minage_juvenile = Float | minage_baby = Float | gestation_period = Integer | offspring_low = Integer | offspring_high = Integer | handleskill = Integer | manhunter_damage = Float | manhunter_tamefail = Float | nameontamechance = Float | nameonnuzzlechance = Float | nuzzlehours = Integer | petness = Float | predator = Boolean | maxpreybodysize = Float | packanimal = Boolean | carryingcapacity = Integer | trainability = String | train_obedience = Boolean | train_release = Boolean | train_rescue = Boolean | train_haul = Boolean | wildness = Float | egg_amountlow = Integer | egg_amounthigh = Integer | egg_type = String | egg_time = Integer | leather_amount = Integer | leather_type = Page | meat_amount = Integer | meat_type = Page | milk_amount = Integer | milk_time = Integer | shear_time = Integer | wool_amount = Integer | wool_type = Page | ecosystemweight = Float | recipes_operation = List (,) of String | tradetags = List (,) of String }}

Documentation icon Template documentation[view] [edit] [history] [purge]

Usage[edit]

This documentation is for the new infobox pawn template.

{{Infobox pawn
| name               = 
| image              = 
| description        = 
| description_markup = 
| type               = 
| subtype            = 
<!--   General   -->
| basebodysize       = 
| basehealthscale    = 
| basehungerrate     = 
| comfytemp_min      = 
| comfytemp_max      = 
| diet               = 
| flammability       = 
| has_gender         = 
| marketvalue        = 
| movespeed          = 
<!--   Combat   -->
| armorrating_blunt  = 
| armorrating_heat   = 
| armorrating_sharp  = 
| combatpower        = 
<!-- Life phases -->
| life_expectancy    = 
| mass_adult         = 
| mass_baby          = 
| mass_juvenile      = 
| maturity_age       = 
| minage_adult       = 
| minage_baby        = 
| minage_juvenile    = 
| gestation_period   = 
| offspring_low      = 
| offspring_high     = 
<!--   Taming/hunting   -->
| handleskill        = 
| manhunter_damage   = 
| manhunter_tamefail = 
| nameontamechance   = 
| nuzzlehours        = 
| petness            = 
| predator           = 
| maxpreybodysize    = 
| trainability       = 
| packanimal         = 
| carryingcapacity   = 
| wildness           = 
<!--   Product   -->
| egg_amountlow      = 
| egg_amounthigh     = 
| egg_type           = 
| egg_time           = 
| leather_amount     = 
| leather_type       = 
| meat_amount        = 
| meat_type          = 
| milk_amount        = 
| milk_time          = 
| shear_time         = 
| wool_amount        = 
| wool_type          = 
<!--   Other      -->
| ecosystemweight    = 
| recipes_operation  = 
| tradetags          = 
<!--| butcherproducts?? (mechs) = -->
}}