Corrected sneak attack active effect (#780)

This commit is contained in:
WBHarry 2025-08-10 14:05:43 +02:00 committed by GitHub
parent c7ec2eb5ac
commit a038d4c254
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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