Skip to content

Commit

Permalink
Add saving throw choices to Perfection's Path (#17431)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Nov 23, 2024
1 parent 84a2ac6 commit b73ba2c
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions packs/feats/perfections-path.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,26 @@
"mode": "add",
"path": "flags.pf2e.monkDedicationCount",
"value": 1
},
{
"choices": {
"config": "saves",
"predicate": [
"save:{choice|value}:rank:2"
]
},
"flag": "save",
"key": "ChoiceSet"
},
{
"key": "ActiveEffectLike",
"mode": "upgrade",
"path": "system.saves.{item|flags.pf2e.rulesSelections.save}.rank",
"value": 3
}
],
"subfeatures": {
"proficiencies": {
"fortitude": {
"rank": 3
}
}
"proficiencies": {}
},
"traits": {
"rarity": "common",
Expand Down

0 comments on commit b73ba2c

Please sign in to comment.