mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fixing Summon Swarm to do damage threshold reduction (#1425)
This commit is contained in:
parent
27fe83d906
commit
a8b15c8252
1 changed files with 2 additions and 2 deletions
|
|
@ -208,13 +208,13 @@
|
|||
},
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.resistance.magical.reduction",
|
||||
"key": "system.rules.damageReduction.reduceSeverity.magical",
|
||||
"mode": 2,
|
||||
"value": "1",
|
||||
"priority": null
|
||||
},
|
||||
{
|
||||
"key": "system.resistance.magical.reduction",
|
||||
"key": "system.rules.damageReduction.reduceSeverity.physical",
|
||||
"mode": 2,
|
||||
"value": "1",
|
||||
"priority": null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue