mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Added ComboDice modifier for dice rolls
This commit is contained in:
parent
eccab6ad64
commit
bc7060ce36
7 changed files with 43 additions and 3 deletions
|
|
@ -38,6 +38,8 @@ CONFIG.RegionBehavior.dataModels = {
|
|||
};
|
||||
|
||||
Object.assign(CONFIG.Dice.termTypes, dice.diceTypes);
|
||||
CONFIG.Dice.terms.d = dice.BaseDie;
|
||||
CONFIG.Dice.types = [dice.BaseDie, CONFIG.Dice.terms.f];
|
||||
|
||||
CONFIG.Actor.documentClass = documents.DhpActor;
|
||||
CONFIG.Actor.dataModels = models.actors.config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue