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:
Oliver-Akins 2025-02-14 23:23:53 -07:00
parent e302b56a4e
commit c549a59c13
6 changed files with 146 additions and 23 deletions

View file

@ -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