Skip to content

Commit

Permalink
Add EpemeralEffect to Tumble Behind (#14032)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanCPA committed Mar 2, 2024
1 parent 9091939 commit 51f9242
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
33 changes: 32 additions & 1 deletion packs/feats/tumble-behind-rogue.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,38 @@
"remaster": true,
"title": "Pathfinder Player Core"
},
"rules": [],
"rules": [
{
"domain": "all",
"key": "RollOption",
"option": "tumble-behind",
"toggleable": true
},
{
"key": "EphemeralEffect",
"predicate": [
"tumble-behind"
],
"selectors": [
"strike-attack-roll",
"strike-damage"
],
"uuid": "Compendium.pf2e.conditionitems.Item.Off-Guard"
},
{
"key": "Note",
"outcome": [
"success",
"criticalSuccess"
],
"predicate": [
"action:tumble-through"
],
"selector": "acrobatics",
"text": "{item|system.description.value}",
"title": "{item|name}"
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down
17 changes: 17 additions & 0 deletions packs/feats/tumble-behind-swashbuckler.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@
"selector": "acrobatics",
"text": "{item|system.description.value}",
"title": "{item|name}"
},
{
"domain": "all",
"key": "RollOption",
"option": "tumble-behind",
"toggleable": true
},
{
"key": "EphemeralEffect",
"predicate": [
"tumble-behind"
],
"selectors": [
"strike-attack-roll",
"strike-damage"
],
"uuid": "Compendium.pf2e.conditionitems.Item.Off-Guard"
}
],
"traits": {
Expand Down
1 change: 1 addition & 0 deletions src/scripts/config/traits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const creatureTraits = {
azata: "PF2E.TraitAzata",
beast: "PF2E.TraitBeast",
boggard: "PF2E.TraitBoggard",
bugbear: "PF2E.TraitBugbear",
caligni: "PF2E.TraitCaligni",
celestial: "PF2E.TraitCelestial",
"charau-ka": "PF2E.TraitCharauKa",
Expand Down
3 changes: 2 additions & 1 deletion static/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2735,7 +2735,7 @@
"NPC": {
"Abilities": {
"Glossary": {
"AllAroundVision": "<p>This monster can see in all directions simultaneously, and therefore can't be flanked.</p>",
"AllAroundVision": "<p>This monster can see in all directions simultaneously and therefore can't be flanked.</p>",
"AquaticAmbush": "<p><strong>Requirements</strong> The monster is hiding in water and a creature that hasn't detected it is within the listed number of feet.</p>\n<hr />\n<p><strong>Effect</strong> The monster moves up to its swim Speed + 10 feet toward the triggering creature, traveling on water and on land. Once the creature is in reach, the monster makes a Strike against it. The creature is @UUID[Compendium.pf2e.conditionitems.Item.AJh5ex99aV6VTggg]{Off-Guard} against this Strike.</p>",
"AtWillSpells": "<p>The monster can cast its at-will spells any number of times without using up spell slots.</p>",
"AttackOfOpportunity": "<p><strong>Trigger</strong> A creature within the monster's reach uses a manipulate action or a move action, makes a ranged attack, or leaves a square during a move action it's using.</p>\n<hr />\n<p><strong>Effect</strong> The monster attempts a melee Strike against the triggering creature. If the attack is a critical hit and the trigger was a manipulate action, the monster disrupts that action. This Strike doesn't count toward the monster's multiple attack penalty, and its multiple attack penalty doesn't apply to this Strike.</p>",
Expand Down Expand Up @@ -3797,6 +3797,7 @@
"TraitBottledBreath": "Bottled Breath",
"TraitBrace": "Brace",
"TraitBrutal": "Brutal",
"TraitBugbear": "Bugbear",
"TraitBulwark": "Bulwark",
"TraitCaligni": "Caligni",
"TraitCantrip": "Cantrip",
Expand Down

0 comments on commit 51f9242

Please sign in to comment.