Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict Explosion of Power's Damage Alteration to its own inline damage #16491

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packs/feats/explosion-of-power.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"key": "DamageAlteration",
"mode": "override",
"predicate": [
"explosion-of-power",
pedrogrullada marked this conversation as resolved.
Show resolved Hide resolved
"feature:bloodline:tradition:arcane"
],
"property": "damage-type",
Expand All @@ -130,6 +131,7 @@
"key": "DamageAlteration",
"mode": "override",
"predicate": [
"explosion-of-power",
"feature:bloodline:tradition:divine"
],
"property": "damage-type",
Expand All @@ -142,6 +144,7 @@
"key": "DamageAlteration",
"mode": "override",
"predicate": [
"explosion-of-power",
"feature:bloodline:tradition:occult"
],
"property": "damage-type",
Expand All @@ -154,6 +157,7 @@
"key": "DamageAlteration",
"mode": "override",
"predicate": [
"explosion-of-power",
"feature:bloodline:tradition:primal"
],
"property": "damage-type",
Expand Down
Loading