Skip to content

Commit

Permalink
added breathability for mod materials (#56099)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombasticSlacks authored Mar 16, 2022
1 parent 921197e commit c5cf02e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/Aftershock/items/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"fire_resist": 5,
"elec_resist": 0,
"chip_resist": 10,
"breathability": "GOOD",
"dmg_adj": [ "marked", "dented", "scarred", "broken" ],
"bash_dmg_verb": "ripped",
"cut_dmg_verb": "cut"
Expand Down
1 change: 1 addition & 0 deletions data/mods/Dark-Skies-Above/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"fire_resist": 2,
"elec_resist": 2,
"chip_resist": 7,
"breathability": "SECOND_SKIN",
"repaired_with": "dks_weave_scrap",
"salvaged_into": "dks_weave_scrap",
"dmg_adj": [ "ripped", "torn", "shredded", "tattered" ],
Expand Down
5 changes: 5 additions & 0 deletions data/mods/Magiclysm/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"fire_resist": 20,
"elec_resist": 2,
"chip_resist": 15,
"breathability": "SECOND_SKIN",
"dmg_adj": [ "scratched", "cut", "shredded", "tattered" ],
"bash_dmg_verb": "ripped",
"cut_dmg_verb": "sliced"
Expand All @@ -35,6 +36,7 @@
"chip_resist": 20,
"reinforces": true,
"soft": true,
"breathability": "POOR",
"repaired_with": "black_dragon_tanned_hide",
"dmg_adj": [ "scratched", "cut", "ripped", "shredded" ],
"bash_dmg_verb": "ripped",
Expand All @@ -59,6 +61,7 @@
"elec_resist": 3,
"chip_resist": 35,
"reinforces": true,
"breathability": "AVERAGE",
"repaired_with": "dragon_black_scale",
"dmg_adj": [ "scratched", "marked", "cracked", "shattered" ],
"bash_dmg_verb": "cracked",
Expand Down Expand Up @@ -86,6 +89,7 @@
"elec_resist": 3,
"chip_resist": 12,
"reinforces": true,
"breathability": "MOISTURE_WICKING",
"repaired_with": "parabolan_felt_patch",
"salvaged_into": "parabolan_felt_patch",
"dmg_adj": [ "ripped", "torn", "shredded", "tattered" ],
Expand All @@ -112,6 +116,7 @@
"fire_resist": 18,
"elec_resist": 2,
"chip_resist": 10,
"breathability": "POOR",
"repaired_with": "demon_chitin_piece",
"salvaged_into": "demon_chitin_piece",
"dmg_adj": [ "scratched", "cut", "cracked", "shattered" ],
Expand Down
1 change: 1 addition & 0 deletions data/mods/innawood/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"chip_resist": 6,
"wind_resist": 70,
"repaired_with": "rag",
"breathability": "AVERAGE",
"salvaged_into": "cotton_patchwork",
"dmg_adj": [ "ripped", "torn", "shredded", "tattered" ],
"bash_dmg_verb": "ripped",
Expand Down

0 comments on commit c5cf02e

Please sign in to comment.