Increment Version for release
							parent
							
								
									ce264f405a
								
							
						
					
					
						commit
						bd422e3cba
					
				|  | @ -88,7 +88,7 @@ Hooks.on("renderSidebarTab", async (object, html) => { | ||||||
|     let gamesystem = html.find(".game-system"); |     let gamesystem = html.find(".game-system"); | ||||||
|     // SRD Link
 |     // SRD Link
 | ||||||
|     let acks = gamesystem.find('h4').last(); |     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
 |     // License text
 | ||||||
|     const template = "systems/acks/templates/chat/license.html"; |     const template = "systems/acks/templates/chat/license.html"; | ||||||
|  | @ -98,9 +98,9 @@ Hooks.on("renderSidebarTab", async (object, html) => { | ||||||
|     // User guide
 |     // User guide
 | ||||||
|     let docs = html.find("button[data-action='docs']"); |     let docs = html.find("button[data-action='docs']"); | ||||||
|     const styling = "border:none;margin-right:2px;vertical-align:middle;margin-bottom:5px"; |     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 => { |     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); | ||||||
|     }); |     }); | ||||||
|   } |   } | ||||||
| }); | }); | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
|   "name": "acks", |   "name": "acks", | ||||||
|   "title": "Adventurer Conqueror Kings System", |   "title": "Adventurer Conqueror Kings System", | ||||||
|   "description": "Play B/X OSR modules with ACKS on Foundry VTT", |   "description": "Play B/X OSR modules with ACKS on Foundry VTT", | ||||||
|   "version": "0.2.2", |   "version": "0.5.0", | ||||||
|   "minimumCoreVersion": "0.6.2", |   "minimumCoreVersion": "0.6.2", | ||||||
|   "compatibleCoreVersion": "0.6.6", |   "compatibleCoreVersion": "0.6.6", | ||||||
|   "templateVersion": 2, |   "templateVersion": 2, | ||||||
|  |  | ||||||
|  | @ -1,12 +1,11 @@ | ||||||
| <div class="acks game-license"> | <div class="acks game-license"> | ||||||
|   <p class="acks game-license"> |   <p class="acks game-license"> | ||||||
|     This unofficial system requires Adventuer Conqueror King System Rules that |     This unofficial system requires Adventuer Conqueror King System Rules that you can find <a href="http://autarch.co">here</a>. | ||||||
|     you can find <a href="http://autarch.co">here</a>. |  | ||||||
|   </p> |   </p> | ||||||
|   <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> |   </p> | ||||||
|   <div class="footer"> |   <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> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue