mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 16:33:38 +02:00
Adding direct damage to adversaries and environments (#1412)
This commit is contained in:
parent
6cb635901f
commit
315f1ef8e0
12 changed files with 203 additions and 22 deletions
|
|
@ -307,7 +307,8 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
"includeBase": false,
|
||||
"direct": true
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
|
|
@ -319,7 +320,7 @@
|
|||
"trait": null,
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"advState": "advantage",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue