diff --git a/packs/pathfinder-monster-core/iron-warden.json b/packs/pathfinder-monster-core/iron-warden.json index 8bd0103a660..616380f4536 100644 --- a/packs/pathfinder-monster-core/iron-warden.json +++ b/packs/pathfinder-monster-core/iron-warden.json @@ -194,7 +194,26 @@ "remaster": true, "title": "" }, - "rules": [], + "rules": [ + { + "exceptions": [ + { + "definition": [ + { + "or": [ + "damage:type:acid", + "spell:cause-rust" + ] + } + ], + "label": "PF2E.IWR.Custom.AcidAndSpellsThatCauseRust" + } + ], + "key": "Resistance", + "type": "spells", + "value": 15 + } + ], "slug": null, "traits": { "value": [ @@ -341,14 +360,6 @@ ], "type": "physical", "value": 15 - }, - { - "doubleVs": [], - "exceptions": [ - "acid" - ], - "type": "spells", - "value": 15 } ], "speed": { diff --git a/static/lang/re-en.json b/static/lang/re-en.json index 426ba934bcf..924fe0ae282 100644 --- a/static/lang/re-en.json +++ b/static/lang/re-en.json @@ -590,6 +590,7 @@ }, "IWR": { "Custom": { + "AcidAndSpellsThatCauseRust": "acid and spells that cause rust", "AdamantineBludgeoning": "adamantine bludgeoning", "AllDamageFromArcaneSpells": "all damage from arcane spells", "AllDamageFromFungus": "all damage from fungus",