Skip to content

Commit

Permalink
Restrict Vicious Vengeance inline damage increase to enemy damage only
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada committed Sep 24, 2024
1 parent cdc82a0 commit f3942f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packs/actions/destructive-vengeance.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"category": "offensive",
"description": {
"value": "<p><strong>Trigger</strong> An enemy in your champion's aura damages you</p><hr /><p><strong>Effect</strong> Bloodshed begets bloodshed as you drag your enemy toward oblivion. You increase the amount of damage you take by @Damage[(ternary(gte(@actor.level,19),6,ternary(gte(@actor.level,16),5,ternary(gte(@actor.level,12),4,ternary(gte(@actor.level,9),3,ternary(gte(@actor.level,5),2,1))))))d6], and you deal @Damage[(ternary(gte(@actor.level,19),6,ternary(gte(@actor.level,16),5,ternary(gte(@actor.level,12),4,ternary(gte(@actor.level,9),3,ternary(gte(@actor.level,5),2,1))))))d6[spirit]] damage to the triggering enemy. The damage you take and deal when you use this reaction increases to 2d6 at 5th level, 3d6 at 9th level, 4d6 at 12th level, 5d6 at 16th level, and 6d6 at 19th level.</p>\n<p>In addition, until the end of your next turn, your Strikes against the triggering creature deal 2 extra spirit damage. This extra damage increases to 4 at 9th level and 6 at 16th level.</p>\n<p>@UUID[Compendium.pf2e.feat-effects.Item.Effect: Champion's Extra Damage]</p>"
"value": "<p><strong>Trigger</strong> An enemy in your champion's aura damages you</p><hr /><p><strong>Effect</strong> Bloodshed begets bloodshed as you drag your enemy toward oblivion. You increase the amount of damage you take by @Damage[(ternary(gte(@actor.level,19),6,ternary(gte(@actor.level,16),5,ternary(gte(@actor.level,12),4,ternary(gte(@actor.level,9),3,ternary(gte(@actor.level,5),2,1))))))d6], and you deal @Damage[(ternary(gte(@actor.level,19),6,ternary(gte(@actor.level,16),5,ternary(gte(@actor.level,12),4,ternary(gte(@actor.level,9),3,ternary(gte(@actor.level,5),2,1))))))d6[spirit]|options:destructive-vengeance:enemy] damage to the triggering enemy. The damage you take and deal when you use this reaction increases to 2d6 at 5th level, 3d6 at 9th level, 4d6 at 12th level, 5d6 at 16th level, and 6d6 at 19th level.</p>\n<p>In addition, until the end of your next turn, your Strikes against the triggering creature deal 2 extra spirit damage. This extra damage increases to 4 at 9th level and 6 at 16th level.</p>\n<p>@UUID[Compendium.pf2e.feat-effects.Item.Effect: Champion's Extra Damage]</p>"
},
"publication": {
"license": "ORC",
Expand Down
3 changes: 3 additions & 0 deletions packs/feats/vicious-vengeance.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"rules": [
{
"key": "FlatModifier",
"predicate": [
"destructive-vegeance:enemy"
],
"selector": "destructive-vengeance-inline-damage",
"type": "circumstance",
"value": "ternary(gte(@actor.level,19),6,ternary(gte(@actor.level,16),5,ternary(gte(@actor.level,12),4,ternary(gte(@actor.level,9),3,ternary(gte(@actor.level,5),2,1)))))"
Expand Down

0 comments on commit f3942f5

Please sign in to comment.