Adding direct damage to adversaries and environments (#1412)

This commit is contained in:
Nick Salyzyn 2025-12-13 08:24:22 -07:00 committed by GitHub
parent 6cb635901f
commit 315f1ef8e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 203 additions and 22 deletions

View file

@ -312,9 +312,10 @@
{
"value": {
"custom": {
"enabled": false
"enabled": false,
"formula": ""
},
"flatMultiplier": 1,
"flatMultiplier": 2,
"dice": "d6",
"bonus": 8,
"multiplier": "flat"
@ -331,12 +332,14 @@
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
"enabled": false,
"formula": ""
}
}
}
],
"includeBase": false
"includeBase": false,
"direct": true
},
"target": {
"type": "any",