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
parent
4a6a30af8f
commit
08742ea502
|
@ -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,
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -1,26 +1,12 @@
|
|||
<div class="ose game-license">
|
||||
<p class="ose game-license">
|
||||
This unofficial system requires Old-School Essentials Core Rules that
|
||||
you can find <a href="https://necroticgnome.com">here</a>.
|
||||
<div class="acks game-license">
|
||||
<p class="acks game-license">
|
||||
This unofficial system requires Adventuer Conqueror King System Rules that
|
||||
you can find <a href="http://autarch.co">here</a>.
|
||||
</p>
|
||||
<p>
|
||||
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.
|
||||
</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">
|
||||
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>
|
||||
|
|
Loading…
Reference in New Issue