Skip to content

Commit

Permalink
Add automation for Skinsaw Seamer's Flay (foundryvtt#13080)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Jan 17, 2024
1 parent cbb45b6 commit 39520c5
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions packs/agents-of-edgewatch-bestiary/skinsaw-seamer.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
},
"category": "defensive",
"description": {
"value": "<p>Every Skinsaw seamer keeps a sewing needle attached to a loop of thick silk, wrapped loosely around their hand not holding a weapon, which they can use in combat to snag or disarm attackers</p>\n<p><strong>Trigger</strong> A creature hits the seamer with a melee Strike</p>\n<hr />\n<p><strong>Effect</strong> The seamer attempts an Athletics check to either @UUID[Compendium.pf2e.action-macros.Macro.Grapple: Athletics]{Grapple} or @UUID[Compendium.pf2e.action-macros.Macro.Disarm: Athletics]{Disarm} the triggering creature.</p>"
"value": "<p>Every Skinsaw seamer keeps a sewing needle attached to a loop of thick silk, wrapped loosely around their hand not holding a weapon, which they can use in combat to snag or disarm attackers</p>\n<p><strong>Trigger</strong> A creature hits the seamer with a melee Strike</p>\n<hr />\n<p><strong>Effect</strong> The seamer attempts an Athletics check to either @UUID[Compendium.pf2e.actionspf2e.Item.Grapple] or @UUID[Compendium.pf2e.actionspf2e.Item.Disarm] the triggering creature.</p>"
},
"publication": {
"license": "OGL",
Expand Down Expand Up @@ -790,7 +790,24 @@
"remaster": false,
"title": ""
},
"rules": [],
"rules": [
{
"domain": "strike-damage",
"key": "RollOption",
"option": "flay",
"toggleable": true
},
{
"damageType": "bleed",
"diceNumber": 1,
"dieSize": "d6",
"key": "DamageDice",
"predicate": [
"flay"
],
"selector": "war-razor-damage"
}
],
"slug": null,
"traits": {
"rarity": "common",
Expand Down

0 comments on commit 39520c5

Please sign in to comment.