diff --git a/src/ose.js b/src/acks.js similarity index 100% rename from src/ose.js rename to src/acks.js diff --git a/src/ose.scss b/src/acks.scss similarity index 100% rename from src/ose.scss rename to src/acks.scss diff --git a/src/module/settings.js b/src/module/settings.js index e331e60..dc902c8 100644 --- a/src/module/settings.js +++ b/src/module/settings.js @@ -1,6 +1,6 @@ export const registerSettings = function () { - game.settings.register("ose", "initiative", { + game.settings.register("acks", "initiative", { name: game.i18n.localize("OSE.Setting.Initiative"), hint: game.i18n.localize("OSE.Setting.InitiativeHint"), default: "group", @@ -16,7 +16,7 @@ export const registerSettings = function () { onChange: _ => window.location.reload() }); - game.settings.register("ose", "ascendingAC", { + game.settings.register("acks", "ascendingAC", { name: game.i18n.localize("OSE.Setting.AscendingAC"), hint: game.i18n.localize("OSE.Setting.AscendingACHint"), default: false, @@ -26,7 +26,7 @@ export const registerSettings = function () { onChange: _ => window.location.reload() }); - game.settings.register("ose", "morale", { + game.settings.register("acks", "morale", { name: game.i18n.localize("OSE.Setting.Morale"), hint: game.i18n.localize("OSE.Setting.MoraleHint"), default: false, @@ -35,7 +35,7 @@ export const registerSettings = function () { config: true, }); - game.settings.register("ose", "encumbranceOption", { + game.settings.register("acks", "encumbranceOption", { name: game.i18n.localize("OSE.Setting.Encumbrance"), hint: game.i18n.localize("OSE.Setting.EncumbranceHint"), default: "detailed", @@ -51,7 +51,7 @@ export const registerSettings = function () { onChange: _ => window.location.reload() }); - game.settings.register("ose", "significantTreasure", { + game.settings.register("acks", "significantTreasure", { name: game.i18n.localize("OSE.Setting.SignificantTreasure"), hint: game.i18n.localize("OSE.Setting.SignificantTreasureHint"), default: 800, diff --git a/src/system.json b/src/system.json index e07154b..442c5fb 100644 --- a/src/system.json +++ b/src/system.json @@ -7,8 +7,8 @@ "compatibleCoreVersion": "0.6.5", "templateVersion": 2, "author": "The Happy Anarchist", - "esmodules": ["ose.js"], - "styles": ["ose.css"], + "esmodules": ["acks.js"], + "styles": ["acks.css"], "packs": [], "languages": [ { diff --git a/src/templates/chat/license.html b/src/templates/chat/license.html index d25a47c..2ec6c75 100644 --- a/src/templates/chat/license.html +++ b/src/templates/chat/license.html @@ -1,26 +1,12 @@ -
- This unofficial system requires Old-School Essentials Core Rules that - you can find here. +
+ This unofficial system requires Adventuer Conqueror King System Rules that + you can find here.
- Old School Essentials is a trademark of Necrotic Gnome, the trademark is - used with permission under license. + Brought to life on Foundry VTT by The Happy Anarchist, with most of the heavy lifting done by U~man.
-- Brought to life on Foundry VTT by U~man. -
-