Sync bol for module releas
All checks were successful
Release Creation / build (release) Successful in 53s

This commit is contained in:
2025-01-25 20:19:37 +01:00
parent f882a04c0b
commit 3b79a19ca5
12 changed files with 30 additions and 242 deletions

View File

@ -3,9 +3,9 @@ export default class CthulhuEternalUtils {
static registerSettings() {
game.settings.register("fvtt-cthulhu-eternal", "settings-era", {
name: game.i18n.localize("CHTUHLUETERNAL.Settings.era"),
hint: game.i18n.localize("CHTUHLUETERNAL.Settings.eraHint"),
default: true,
name: game.i18n.localize("CTHULHUETERNAL.Settings.era"),
hint: game.i18n.localize("CTHULHUETERNAL.Settings.eraHint"),
default: "jazz",
scope: "world",
type: String,
choices: SYSTEM.AVAILABLE_SETTINGS,