Added Custom Adversary Types

This commit is contained in:
WBHarry 2025-08-22 17:46:39 +02:00
parent e9f7c0c16b
commit 73667a3a03
11 changed files with 156 additions and 10 deletions

View file

@ -157,6 +157,11 @@ export const adversaryTypes = {
}
};
export const allAdversaryTypes = () => ({
...adversaryTypes,
...game.settings.get(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Homebrew).adversaryTypes
});
export const environmentTypes = {
exploration: {
label: 'DAGGERHEART.CONFIG.EnvironmentType.exploration.label',