mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixing Summon Swarm to do damage threshold reduction
This commit is contained in:
parent
f60792f714
commit
6df443f4ce
1 changed files with 2 additions and 2 deletions
|
|
@ -208,13 +208,13 @@
|
||||||
},
|
},
|
||||||
"changes": [
|
"changes": [
|
||||||
{
|
{
|
||||||
"key": "system.resistance.magical.reduction",
|
"key": "system.rules.damageReduction.reduceSeverity.magical",
|
||||||
"mode": 2,
|
"mode": 2,
|
||||||
"value": "1",
|
"value": "1",
|
||||||
"priority": null
|
"priority": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "system.resistance.magical.reduction",
|
"key": "system.rules.damageReduction.reduceSeverity.physical",
|
||||||
"mode": 2,
|
"mode": 2,
|
||||||
"value": "1",
|
"value": "1",
|
||||||
"priority": null
|
"priority": null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue