mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +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",
|
||||
"mode": 2,
|
||||
"value": "@system.tierd6",
|
||||
"value": "@tierd6",
|
||||
"priority": null
|
||||
},
|
||||
{
|
||||
"key": "system.bonuses.damage.magical.dice",
|
||||
"mode": 2,
|
||||
"value": "@system.tierd6",
|
||||
"value": "@tierd6",
|
||||
"priority": null
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue