Skip to content

Commit

Permalink
Automate Acrobatic Performer
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada committed Sep 11, 2024
1 parent bada293 commit 0d17ad9
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions packs/feats/acrobatic-performer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"category": "skill",
"description": {
"value": "<p>You're an incredible acrobat, evoking wonder and enrapturing audiences with your prowess. You can roll an Acrobatics check instead of a Performance check when using the @UUID[Compendium.pf2e.actionspf2e.Item.Perform] action. If you are trained in both Acrobatics and Performance, you gain a +1 circumstances bonus on Acrobatics checks made to Perform.</p>"
"value": "<p>You're an incredible acrobat, evoking wonder and enrapturing audiences with your prowess. You can roll an [[/act perform skill=acrobatics variant=dance]]{Acrobatics} check instead of a Performance check when using the @UUID[Compendium.pf2e.actionspf2e.Item.Perform] action. If you are trained in both Acrobatics and Performance, you gain a +1 circumstances bonus on Acrobatics checks made to Perform.</p>"
},
"level": {
"value": 1
Expand All @@ -28,7 +28,29 @@
"remaster": true,
"title": "Pathfinder Player Core 2"
},
"rules": [],
"rules": [
{
"key": "FlatModifier",
"predicate": [
"action:perform",
{
"gte": [
"skill:acrobatics:rank",
1
]
},
{
"gte": [
"skill:performance:rank",
1
]
}
],
"selector": "acrobatics",
"type": "circumstance",
"value": 1
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down

0 comments on commit 0d17ad9

Please sign in to comment.