BOL : Prepare official module

This commit is contained in:
2024-11-26 20:05:00 +01:00
parent e62868d775
commit 4f10ed46ac
100 changed files with 342 additions and 317 deletions

View File

@ -140,6 +140,14 @@ export class BoLUtility {
// Update the effect modifiers
game.bol.config.effectIdentifiers = foundry.utils.mergeObject(game.bol.config.effectIdentifiers, game.bol.config.attackAttributes)
game.bol.config.effectIdentifiers = foundry.utils.mergeObject(game.bol.config.effectIdentifiers, game.bol.config.aptitudes)
CONFIG.Actor.compendiumBanner = "systems/bol/ui/compendium_banner.webp"
CONFIG.Item.compendiumBanner = "systems/bol/ui/compendium_banner.webp"
CONFIG.Scene.compendiumBanner = "systems/bol/ui/compendium_banner.webp"
CONFIG.JournalEntry.compendiumBanner = "systems/bol/ui/compendium_banner.webp"
CONFIG.Macro.compendiumBanner = "systems/bol/ui/compendium_banner.webp"
CONFIG.Adventure.compendiumBanner = "systems/bol/ui/compendium_banner.webp"
}
/* -------------------------------------------- */