mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-04 13:47:10 -04:00
Update the simple worldbuilding system for new manifest properties and to allow decimal initiative
This commit is contained in:
parent
df11172628
commit
c3402a0acf
2 changed files with 7 additions and 3 deletions
|
@ -19,7 +19,10 @@ Hooks.once("init", async function() {
|
|||
* Set an initiative formula for the system
|
||||
* @type {String}
|
||||
*/
|
||||
CONFIG.initiative.formula = "1d20";
|
||||
CONFIG.Combat.initiative = {
|
||||
formula: "1d20",
|
||||
decimals: 2
|
||||
};
|
||||
|
||||
// Register sheet application classes
|
||||
Actors.unregisterSheet("core", ActorSheet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue