mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Healing updates
This commit is contained in:
parent
8cb4b7663e
commit
9d0d35d1a7
21 changed files with 146 additions and 86 deletions
|
|
@ -53,6 +53,7 @@ export const getCommandTarget = () => {
|
|||
};
|
||||
|
||||
export const setDiceSoNiceForDualityRoll = async (rollResult, advantageState, hopeFaces, fearFaces, advantageFaces) => {
|
||||
if (!game.modules.get('dice-so-nice')?.active) return;
|
||||
const diceSoNicePresets = await getDiceSoNicePresets(hopeFaces, fearFaces, advantageFaces, advantageFaces);
|
||||
rollResult.dice[0].options = diceSoNicePresets.hope;
|
||||
rollResult.dice[1].options = diceSoNicePresets.fear;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue