Template:Matfireres: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{#switch:{{lc:{{{1}}}}} |null = 0 |veggy = 0 |flesh = 0 |powder = 0 |hflesh = 0 |cotton = 0 |wool = 0 |leather ...") |
m (Updated text automatically via the https://github.com/Soyweiser/CDDA-Wiki-Scripts materialresistances.py script) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#switch:{{lc:{{{1}}}}} | <includeonly>{{#switch:{{lc:{{{1}}}}} | ||
| | |alcohol = 0 | ||
| | |aluminum = 2 | ||
|flesh | |acidchitin = 2 | ||
| | |bone = 1 | ||
|hflesh | |brass = 2 | ||
| | |budget_steel = 3 | ||
| | |ceramic = 10 | ||
| | |chitin = 2 | ||
|kevlar | |clay = 3 | ||
| | |copper = 1 | ||
| | |cotton = 0 | ||
| | |diamond = 3 | ||
| | |egg = 1 | ||
| | |flesh = 1 | ||
| | |freshclay = 3 | ||
|plastic | |fruit = 1 | ||
| | |fur = 1 | ||
| | |glass = 3 | ||
|steel | |gold = 3 | ||
| | |hardsteel = 3 | ||
| | |hflesh = 1 | ||
|honey = 1 | |||
|hydrocarbons = 0 | |||
|iflesh = 1 | |||
|iron = 3 | |||
|junk = 1 | |||
|kevlar = 3 | |||
|lead = 3 | |||
|leather = 2 | |||
|milk = 1 | |||
|neoprene = 2 | |||
|nomex = 20 | |||
|null = 1 | |||
|oil = 0 | |||
|paper = 0 | |||
|plastic = 1 | |||
|powder = 0 | |||
|powder_nonflam = 20 | |||
|silver = 3 | |||
|steel = 3 | |||
|stone = 3 | |||
|superalloy = 3 | |||
|veggy = 1 | |||
|tomato = 1 | |||
|bean = 1 | |||
|garlic = 1 | |||
|nut = 1 | |||
|mushroom = 1 | |||
|water = 1 | |||
|wheat = 0 | |||
|wood = 1 | |||
|wool = 0 | |||
|feces = 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] | |||
* Automatically generated by [https://github.com/Soyweiser/CDDA-Wiki-Scripts/blob/master/materialresistances.py script]. Any edits made to this can and will be overwritten. Please contact [[User:Soyweiser|Soyweiser]] if you want make changes to this page. Especially as any changes made here probably also means there have been changes in other pages. And there are tools to update those a little bit quicker. | |||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 00:34, 20 August 2018
Template that returns the fire resistance of the passed material.
- Source: materials.json
- Automatically generated by script. Any edits made to this can and will be overwritten. Please contact Soyweiser if you want make changes to this page. Especially as any changes made here probably also means there have been changes in other pages. And there are tools to update those a little bit quicker.