Fixed setting location and renamed ose.js

Renamed ose js and scss files to acks.  Adjusted settings.js to reflect name change to fix game settings menu, instead of module settings after name shift.
master
The Happy Anarchist 2020-08-17 22:07:45 -10:00
parent 4a6a30af8f
commit 08742ea502
5 changed files with 13 additions and 27 deletions

View File

@ -1,6 +1,6 @@
export const registerSettings = function () { export const registerSettings = function () {
game.settings.register("ose", "initiative", { game.settings.register("acks", "initiative", {
name: game.i18n.localize("OSE.Setting.Initiative"), name: game.i18n.localize("OSE.Setting.Initiative"),
hint: game.i18n.localize("OSE.Setting.InitiativeHint"), hint: game.i18n.localize("OSE.Setting.InitiativeHint"),
default: "group", default: "group",
@ -16,7 +16,7 @@ export const registerSettings = function () {
onChange: _ => window.location.reload() onChange: _ => window.location.reload()
}); });
game.settings.register("ose", "ascendingAC", { game.settings.register("acks", "ascendingAC", {
name: game.i18n.localize("OSE.Setting.AscendingAC"), name: game.i18n.localize("OSE.Setting.AscendingAC"),
hint: game.i18n.localize("OSE.Setting.AscendingACHint"), hint: game.i18n.localize("OSE.Setting.AscendingACHint"),
default: false, default: false,
@ -26,7 +26,7 @@ export const registerSettings = function () {
onChange: _ => window.location.reload() onChange: _ => window.location.reload()
}); });
game.settings.register("ose", "morale", { game.settings.register("acks", "morale", {
name: game.i18n.localize("OSE.Setting.Morale"), name: game.i18n.localize("OSE.Setting.Morale"),
hint: game.i18n.localize("OSE.Setting.MoraleHint"), hint: game.i18n.localize("OSE.Setting.MoraleHint"),
default: false, default: false,
@ -35,7 +35,7 @@ export const registerSettings = function () {
config: true, config: true,
}); });
game.settings.register("ose", "encumbranceOption", { game.settings.register("acks", "encumbranceOption", {
name: game.i18n.localize("OSE.Setting.Encumbrance"), name: game.i18n.localize("OSE.Setting.Encumbrance"),
hint: game.i18n.localize("OSE.Setting.EncumbranceHint"), hint: game.i18n.localize("OSE.Setting.EncumbranceHint"),
default: "detailed", default: "detailed",
@ -51,7 +51,7 @@ export const registerSettings = function () {
onChange: _ => window.location.reload() onChange: _ => window.location.reload()
}); });
game.settings.register("ose", "significantTreasure", { game.settings.register("acks", "significantTreasure", {
name: game.i18n.localize("OSE.Setting.SignificantTreasure"), name: game.i18n.localize("OSE.Setting.SignificantTreasure"),
hint: game.i18n.localize("OSE.Setting.SignificantTreasureHint"), hint: game.i18n.localize("OSE.Setting.SignificantTreasureHint"),
default: 800, default: 800,

View File

@ -7,8 +7,8 @@
"compatibleCoreVersion": "0.6.5", "compatibleCoreVersion": "0.6.5",
"templateVersion": 2, "templateVersion": 2,
"author": "The Happy Anarchist", "author": "The Happy Anarchist",
"esmodules": ["ose.js"], "esmodules": ["acks.js"],
"styles": ["ose.css"], "styles": ["acks.css"],
"packs": [], "packs": [],
"languages": [ "languages": [
{ {

View File

@ -1,26 +1,12 @@
<div class="ose game-license"> <div class="acks game-license">
<p class="ose game-license"> <p class="acks game-license">
This unofficial system requires Old-School Essentials Core Rules that This unofficial system requires Adventuer Conqueror King System Rules that
you can find <a href="https://necroticgnome.com">here</a>. you can find <a href="http://autarch.co">here</a>.
</p> </p>
<p> <p>
Old School Essentials is a trademark of Necrotic Gnome, the trademark is Brought to life on Foundry VTT by The Happy Anarchist, with most of the heavy lifting done by U~man.
used with permission under license.
</p> </p>
<p>
Brought to life on Foundry VTT by U~man.
</p>
<div class="button">
<a href="https://ko-fi.com/H2H21WMKA" target="_blank"
><img
height="36"
style="border: 0px; height: 28px;"
src="https://cdn.ko-fi.com/cdn/kofi2.png?v=2"
border="0"
alt="Buy Me a Coffee at ko-fi.com"
/></a>
</div>
<div class="footer"> <div class="footer">
Report your issues on <a href="https://gitlab.com/mesfoliesludiques/foundryvtt-ose/-/boards">Gitlab</a> Report your issues to The Happy Anarchist at maileater@thehiddencitadel.com
</div> </div>
</div> </div>