Template:Infobox weapon

From RimWorld Wiki
Jump to navigation Jump to search

{{#cargo_declare:_table = Weapon | name = String | defname = String | image = File | description = Text | description_markup = Wikitext | type = Page | subtype = Page | marketvalue = Integer | techlevel = String | mass = Float | sellpricefactor = Float | maxhitpoints = Integer | flammability = Float | deteriorationrate = Integer | beauty = Integer | weapon_range = Float | damageamount = Integer | accuracytouch = Float | accuracyshort = Float | accuracymedium = Float | accuracylong = Float | warmup = Float | cooldown = Float | burstshotcount = Integer | burstshotinterval = Integer | movespeedoffset = Float | forcedmissradius = Float | targetlocations = Boolean | damagedef = String | stoppingpower = Float | armorpenetration = Float | speed = Integer | explosionradius = Float | explosiondelay = Integer | worktomake = Integer | workspeedstat = String | workskill = String | crafting_req = Integer | stuffcategories = List (,) of String | disallowedmaterial = List (,) of String | recipeusers = List (,) of String | researchprereq = List (,) of String | weapontags = List (,) of String | tradetags = List (,) of String | graphicaltexpath = String | soundeffect = String }}

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

Usage[edit]

{{Infobox weapon
| name               = 
| defname            = 
| image              = 
| description        = 
| description_markup = 
| type               = 
| subtype            = 
<!--   General   -->
| marketvalue        = 
| techlevel          = 
| mass               = 
| sellpricefactor    = 
| maxhitpoints       = 
| flammability       = 
| deteriorationrate  = 
| beauty             = 
| weapon_range       = 
| damageamount       = 
<!--   Weapon (statbases)  -->
| accuracytouch      = 
| accuracyshort      = 
| accuracymedium     = 
| accuracylong       = 
| warmup             = 
| cooldown           = 
| burstshotcount     = 
| burstshotinterval  = 
| movespeedoffset    = 
| forcedmissradius   = 
| targetlocations    = 
<!-- Projectile  -->
| damagedef          = 
| stoppingpower      = 
| armorpenetration   = 
| speed              = 
| explosionradius    = 
| explosiondelay     = 
<!--   Crafting   -->
| worktomake         = 
| workspeedstat      = 
| workskill          = 
| crafting_req       = 
| stuffcategories    = 
| disallowedmaterial = 
| recipeusers        = 
| researchprereq     = 
<!-- Other -->
| weapontags         =  
| tradetags          =  
<!-- Technical -->
| graphicaltexpath   = 
| soundeffect        =  
}}