Skip to content

Commit

Permalink
Add a note for Shared Stratagem (foundryvtt#6280)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs authored Feb 10, 2023
1 parent a2bf86d commit 6c32d3a
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion packs/data/feats.db/shared-stratagem.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,32 @@
"prerequisites": {
"value": []
},
"rules": [],
"rules": [
{
"key": "Note",
"selector": "strike-damage",
"text": "The creature you hit is @UUID[Compendium.pf2e.conditionitems.Flat-Footed] to a designated ally on the next attack the ally makes against the creature before the start of your next turn.",
"title": "{item|name}",
"predicate": [
"devise-a-stratagem",
{
"or": [
"item:trait:agile",
"item:trait:finesse",
{
"and": [
"item:ranged",
{
"not": "item:thrown-melee"
}
]
},
"item:base:sap"
]
}
]
}
],
"source": {
"value": "Pathfinder Advanced Player's Guide"
},
Expand Down

0 comments on commit 6c32d3a

Please sign in to comment.