Corrected sneak attack active effect

This commit is contained in:
WBHarry 2025-08-10 14:04:20 +02:00
parent 553a86c2b1
commit 22b5bc2b5f

View file

@ -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
} }
], ],