mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-21 00:54:39 +01:00
Adding direct damage to adversaries and environments
This commit is contained in:
parent
8eae1c0763
commit
3c228a00cf
12 changed files with 203 additions and 22 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue