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

@ -39,7 +39,8 @@
"experiences": {
"7GpgCWSe6hNwnOO7": {
"name": "Throw",
"value": 2
"value": 2,
"description": ""
}
},
"bonuses": {
@ -105,7 +106,8 @@
},
"base": false
}
]
],
"direct": true
},
"name": "Club",
"img": "icons/weapons/clubs/club-banded-barbed-black.webp",
@ -337,10 +339,11 @@
{
"value": {
"custom": {
"enabled": false
"enabled": false,
"formula": ""
},
"flatMultiplier": 1,
"dice": "d12",
"dice": "d10",
"bonus": 2,
"multiplier": "flat"
},
@ -356,12 +359,14 @@
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
"enabled": false,
"formula": ""
}
}
}
],
"includeBase": false
"includeBase": false,
"direct": true
},
"target": {
"type": "any",
@ -528,7 +533,8 @@
}
}
],
"includeBase": false
"includeBase": false,
"direct": true
},
"target": {
"type": "any",