Skip to content

Commit

Permalink
another update
Browse files Browse the repository at this point in the history
  • Loading branch information
ammalagonc committed Dec 13, 2024
1 parent c6c5a15 commit d374898
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
16 changes: 14 additions & 2 deletions packs/equipment-effects/effect-ghostcallers-planchette-armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@
"exceptions": [
{
"definition": [
"origin:trait:incorporeal"
"item:trait:magical",
{
"or": [
"item:rune:property:ghost-touch",
"origin:trait:incorporeal"
]
}
],
"label": "PF2E.IWR.Custom.IncorporealCreatures"
}
Expand All @@ -97,7 +103,13 @@
"exceptions": [
{
"definition": [
"origin:trait:incorporeal"
"item:trait:magical",
{
"or": [
"item:rune:property:ghost-touch",
"origin:trait:incorporeal"
]
}
],
"label": "PF2E.IWR.Custom.IncorporealCreatures"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@
],
"key": "AdjustStrike",
"mode": "add",
"predicate": [
{
"or": [
"ghostcallers-planchette:ghostcallers-planchette",
"ghostcallers-planchette:ghostcallers-planchette-greater"
]
}
],
"property": "property-runes",
"value": "ghost-touch"
},
Expand Down

0 comments on commit d374898

Please sign in to comment.