Skip to content

Commit

Permalink
Add IRRITANT_IMMUNE to armors and exoskeletons.
Browse files Browse the repository at this point in the history
  • Loading branch information
osuphobia committed Nov 2, 2024
1 parent ce624d3 commit b16792d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 12 additions & 1 deletion data/json/items/armor/combat_exoskeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"PADDED",
"WATERPROOF",
"RAINPROOF",
"IRRITANT_IMMUNE",
"RAD_PROOF",
"ELECTRIC_IMMUNE",
"SUN_GLASSES",
Expand Down Expand Up @@ -481,7 +482,17 @@
"warmth": 0,
"environmental_protection": 0,
"delete": {
"flags": [ "STURDY", "PADDED", "WATERPROOF", "RAINPROOF", "RAD_PROOF", "ELECTRIC_IMMUNE", "SUN_GLASSES", "COMBAT_TOGGLEABLE" ]
"flags": [
"STURDY",
"PADDED",
"WATERPROOF",
"RAINPROOF",
"IRRITANT_IMMUNE",
"RAD_PROOF",
"ELECTRIC_IMMUNE",
"SUN_GLASSES",
"COMBAT_TOGGLEABLE"
]
},
"armor": [
{
Expand Down
3 changes: 3 additions & 0 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,7 @@
"ALARMCLOCK",
"SWIM_GOGGLES",
"SUN_GLASSES",
"IRRITANT_IMMUNE",
"RAD_PROOF",
"GAS_PROOF",
"ELECTRIC_IMMUNE",
Expand Down Expand Up @@ -1521,6 +1522,7 @@
"environmental_protection": 10,
"material_thickness": 3,
"flags": [
"IRRITANT_IMMUNE",
"RAD_PROOF",
"PORTAL_PROOF",
"STURDY",
Expand Down Expand Up @@ -1631,6 +1633,7 @@
},
"environmental_protection": 80,
"flags": [
"IRRITANT_IMMUNE",
"RAD_PROOF",
"PORTAL_PROOF",
"STURDY",
Expand Down

0 comments on commit b16792d

Please sign in to comment.