Skip to content

Commit

Permalink
Limit Deadly Aspect to the Strike granted by Draconic Aspect (#17480)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Nov 25, 2024
1 parent 42761ab commit 2539089
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 30 deletions.
34 changes: 4 additions & 30 deletions packs/feats/deadly-aspect.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,13 @@
},
"rules": [
{
"definition": [
"item:claw"
],
"key": "AdjustStrike",
"mode": "add",
"predicate": [
"draconic-aspect:claw"
],
"property": "weapon-traits",
"value": "deadly-d8"
},
{
"definition": [
"item:jaws"
],
"key": "AdjustStrike",
"mode": "add",
"predicate": [
"draconic-aspect:jaws"
],
"property": "weapon-traits",
"value": "deadly-d8"
},
{
"definition": [
"item:tail"
],
"key": "AdjustStrike",
"itemType": "weapon",
"key": "ItemAlteration",
"mode": "add",
"predicate": [
"draconic-aspect:tail"
"item:tag:draconic-aspect"
],
"property": "weapon-traits",
"property": "traits",
"value": "deadly-d8"
}
],
Expand Down
10 changes: 10 additions & 0 deletions packs/feats/draconic-aspect.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@
"trip",
"unarmed"
]
},
{
"itemType": "weapon",
"key": "ItemAlteration",
"mode": "add",
"predicate": [
"item:id:{item|id}"
],
"property": "other-tags",
"value": "draconic-aspect"
}
],
"traits": {
Expand Down

0 comments on commit 2539089

Please sign in to comment.