Skip to content

Commit

Permalink
Add crane wing attack penalty to Crane Flutter (foundryvtt#17637)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Dec 7, 2024
1 parent 53acbbd commit ffd586b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions packs/feat-effects/stance-crane-stance.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"label": "PF2E.SpecificRule.Stance.Attack.CraneWing",
"range": null,
"replaceAll": true,
"slug": "crane-wing",
"traits": [
"agile",
"finesse",
Expand Down
8 changes: 8 additions & 0 deletions packs/feats/crane-flutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
"selector": "ac",
"type": "circumstance",
"value": 3
},
{
"key": "FlatModifier",
"predicate": [
"crane-flutter"
],
"selector": "crane-wing-attack",
"value": -2
}
],
"traits": {
Expand Down

0 comments on commit ffd586b

Please sign in to comment.