Increment Version for release

master
The Happy Anarchist 2020-09-22 14:18:02 -10:00
parent ce264f405a
commit bd422e3cba
3 changed files with 7 additions and 8 deletions

View File

@ -88,7 +88,7 @@ Hooks.on("renderSidebarTab", async (object, html) => {
let gamesystem = html.find(".game-system");
// SRD Link
let acks = gamesystem.find('h4').last();
acks.append(` <sub><a href="https://oldschoolessentials.necroticgnome.com/srd/index.php">SRD<a></sub>`);
acks.append(` <sub><a href="https://github.com/jhhoffmann/ACKS_SRD/blob/master/Chapter00.md">SRD<a></sub>`);
// License text
const template = "systems/acks/templates/chat/license.html";
@ -98,9 +98,9 @@ Hooks.on("renderSidebarTab", async (object, html) => {
// User guide
let docs = html.find("button[data-action='docs']");
const styling = "border:none;margin-right:2px;vertical-align:middle;margin-bottom:5px";
$(`<button data-action="userguide"><img src='/systems/acks/assets/dragon.png' width='16' height='16' style='${styling}'/>Old School Guide</button>`).insertAfter(docs);
$(`<button data-action="userguide"><img src='/systems/acks/assets/autarch.png' width='90' height='30' style='${styling}'/>Autarch on Drive-Thru RPG</button>`).insertAfter(docs);
html.find('button[data-action="userguide"]').click(ev => {
new FrameViewer('https://mesfoliesludiques.gitlab.io/foundryvtt-ose', {resizable: true}).render(true);
new FrameViewer('https://www.drivethrurpg.com/browse/pub/4277/Autarch', {resizable: true}).render(true);
});
}
});

View File

@ -2,7 +2,7 @@
"name": "acks",
"title": "Adventurer Conqueror Kings System",
"description": "Play B/X OSR modules with ACKS on Foundry VTT",
"version": "0.2.2",
"version": "0.5.0",
"minimumCoreVersion": "0.6.2",
"compatibleCoreVersion": "0.6.6",
"templateVersion": 2,

View File

@ -1,12 +1,11 @@
<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>.
This unofficial system requires Adventuer Conqueror King System Rules that you can find <a href="http://autarch.co">here</a>.
</p>
<p>
Brought to life on Foundry VTT by The Happy Anarchist, with most of the heavy lifting done by U~man.
Brought to life on FoundryVTT by The Happy Anarchist, built upon an OSE foundation programmed by U~man.
</p>
<div class="footer">
Report your issues to The Happy Anarchist at maileater@thehiddencitadel.com
Report your issues on the <a href="https://github.com/thehappyanarchist/foundryacks/issues">FoundryACKS Github</a>.
</div>
</div>