More progress
* Make it so that the initiative isn't actually saved to the database * Add .25 for unknown disposition entities * Add .5 for entities that lose the coinflip
This commit is contained in:
parent
e302b56a4e
commit
c549a59c13
6 changed files with 146 additions and 23 deletions
|
|
@ -35,6 +35,7 @@ import { RipCryptCombatTracker } from "../Apps/sidebar/CombatTracker.mjs";
|
|||
Hooks.once(`init`, () => {
|
||||
Logger.log(`Initializing`);
|
||||
|
||||
CONFIG.Combat.initiative.decimals = 1;
|
||||
CONFIG.ui.crypt = DelveTourApp;
|
||||
|
||||
// #region Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue