mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
Corrected sneak attack active effect (#780)
This commit is contained in:
parent
c7ec2eb5ac
commit
a038d4c254
1 changed files with 2 additions and 2 deletions
|
|
@ -59,13 +59,13 @@
|
||||||
{
|
{
|
||||||
"key": "system.bonuses.damage.physical.dice",
|
"key": "system.bonuses.damage.physical.dice",
|
||||||
"mode": 2,
|
"mode": 2,
|
||||||
"value": "@system.tierd6",
|
"value": "@tierd6",
|
||||||
"priority": null
|
"priority": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "system.bonuses.damage.magical.dice",
|
"key": "system.bonuses.damage.magical.dice",
|
||||||
"mode": 2,
|
"mode": 2,
|
||||||
"value": "@system.tierd6",
|
"value": "@tierd6",
|
||||||
"priority": null
|
"priority": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue