Skip to content

Commit

Permalink
Add automation for Worm Caller Dedication's Inexorable feat (#15354)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Jul 5, 2024
1 parent ea24e6e commit ba58570
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion packs/feats/inexorable.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,33 @@
"remaster": false,
"title": "Pathfinder #194: Cult of the Cave Worm"
},
"rules": [],
"rules": [
{
"key": "Immunity",
"predicate": [
"self:effect:worm-form"
],
"type": "immobilized"
},
{
"key": "FlatModifier",
"predicate": [
"self:effect:worm-form",
{
"or": [
"action:shove",
"action:trip"
]
}
],
"selector": [
"fortitude-dc",
"reflex-dc"
],
"type": "circumstance",
"value": 2
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down

0 comments on commit ba58570

Please sign in to comment.