Template:Matfireres: Difference between revisions
Jump to navigation
Jump to search
(Updated for experimental (0.D)) |
(Updated information. (generated via https://github.com/Soyweiser/CDDA-Wiki-Scripts)) |
||
Line 1: | Line 1: | ||
<includeonly>{{#switch:{{lc:{{{1}}}}} | <includeonly>{{#switch:{{lc:{{{1}}}}} | ||
| | |alcohol = 0 | ||
| | |aluminum = 2 | ||
|bone = 1 | |||
|brass = 2 | |||
|budget_steel = 3 | |||
|ceramic = 10 | |||
|chitin = 2 | |||
|clay = 3 | |||
|copper = 1 | |||
|cotton = 0 | |||
|diamond = 3 | |||
|egg = 1 | |||
|flesh = 1 | |||
|freshclay = 3 | |||
|fruit = 1 | |fruit = 1 | ||
|fur = 1 | |||
|glass = 3 | |||
|gold = 3 | |||
|hardsteel = 3 | |||
|hflesh = 1 | |||
|honey = 1 | |honey = 1 | ||
| | |hydrocarbons = 0 | ||
|iflesh = 1 | |||
|iron = 3 | |||
|junk = 1 | |junk = 1 | ||
| | |kevlar = 3 | ||
| | |lead = 3 | ||
| | |leather = 2 | ||
|milk = 1 | |milk = 1 | ||
| | |neoprene = 2 | ||
|nomex = 20 | |||
|null = 1 | |||
|oil = 0 | |||
| | |||
| | |||
| | |||
|paper = 0 | |paper = 0 | ||
|plastic = 1 | |plastic = 1 | ||
| | |powder = 0 | ||
| | |silver = 3 | ||
|steel = 3 | |steel = 3 | ||
| | |stone = 3 | ||
|superalloy = 3 | |superalloy = 3 | ||
| | |veggy = 1 | ||
|water = 1 | |||
|wheat = 0 | |||
|wood = 1 | |||
|wool = 0 | |||
| | |||
| | |||
| | |||
| | |||
|#default={{{1|0}}} | |#default={{{1|0}}} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
Template that returns the fire resistance of the passed material. | Template that returns the fire resistance of the passed material. | ||
* Source: [https://raw.github.com/CleverRaven/Cataclysm-DDA/master/data/json/materials.json materials.json] | |||
* You can use this [https://github.com/Soyweiser/CDDA-Wiki-Scripts/blob/master/materialresistances.py script] to quickly generate the data that updates this list. | |||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 06:12, 13 November 2017
Template that returns the fire resistance of the passed material.
- Source: materials.json
- You can use this script to quickly generate the data that updates this list.