Skip to content

Commit 02e9c25

Browse files
authored
Add missing replaceAll: true for Talon and Claw stance effects (#22335)
1 parent 18768fb commit 02e9c25

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

packs/pf2e/feat-effects/stance-claw-stance.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"rules": [
2424
{
25+
"baseType": "claw",
2526
"category": "unarmed",
2627
"damage": {
2728
"base": {
@@ -33,6 +34,7 @@
3334
"group": "brawling",
3435
"key": "Strike",
3536
"label": "PF2E.SpecificRule.Feat.ClawdancerDedication.FrenziedClaw",
37+
"replaceAll": true,
3638
"slug": "frenzied-claw",
3739
"traits": [
3840
"agile",

packs/pf2e/feat-effects/stance-talon-stance.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"group": "brawling",
3434
"key": "Strike",
3535
"label": "PF2E.SpecificRule.Feat.ClawdancerDedication.SpinningTalon",
36+
"replaceAll": true,
3637
"slug": "spinning-talon",
3738
"traits": [
3839
"finesse",

0 commit comments

Comments
 (0)