Skip to content

Commit

Permalink
Add custom resistance exception for Iron Warden (#15045)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Jun 12, 2024
1 parent 4ffd6e9 commit 3bad43b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
29 changes: 20 additions & 9 deletions packs/pathfinder-monster-core/iron-warden.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -341,14 +360,6 @@
],
"type": "physical",
"value": 15
},
{
"doubleVs": [],
"exceptions": [
"acid"
],
"type": "spells",
"value": 15
}
],
"speed": {
Expand Down
1 change: 1 addition & 0 deletions static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3bad43b

Please sign in to comment.