Skip to content

Commit

Permalink
Merge pull request #13491 from Audemar-Codding/master
Browse files Browse the repository at this point in the history
Tales of Argosa - Update to Version 1.1
  • Loading branch information
NorWhal authored Nov 7, 2024
2 parents 51b6c29 + a0e926f commit 7d83128
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 40 deletions.
52 changes: 14 additions & 38 deletions Tales Of Argosa/TOASheet.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<div class="sheet-overall-wrapper">
<!-- Settings Tab -->
<input type="checkbox" name="attr_tabsettings" class="sheet-tab sheet-tab-settings" value="1">
<span class="sheet-tab sheet-tab-settings">Settings</span>

<!-- Whisper to GM toggle -->
<input type="checkbox" name="attr_tabwgm" class="sheet-tab sheet-tab-wgm" value="1">
Expand All @@ -10,30 +8,8 @@

<!-- Settings Section -->

<div class="sheet-section-settings">
<div class="sheet-row">
<div class="sheet-col-3-7">
</div>
<div class="sheet-col-3-7">
<h4 class="sheet-center">Settings</h4>
<span class="sheet-spacer"></span>
<div class="sheet-row">
<div class="sheet-col-1-2 sheet-padr">
<div class="sheet-center sheet-small-label sheet-sub-header">
<div class="sheet-tooltip">Send Initiative to Tracker [?]
<span class="sheet-tooltiptext-middle">Rolling initiative with token selected sends roll to tracker</span>
</div>
</div>
<select name="attr_setting_tracker">
<option value="&{tracker}" selected>Send to tracker</option>
<option value=" ">Don't send to tracker</option>
</select>
</div>
</div>
</div>
</div>
</div>

<!-- If you intend to add setting you can use the original code of the Low Fantasy Gaming official sheet on github -->

<!----------------------------------------------------------->

<!--Main Header -->
Expand All @@ -43,16 +19,16 @@ <h4 class="sheet-center">Settings</h4>
<!-- LOGO -->
<div class="sheet-col-1-8">
<div class="sheet-logo">
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Tales%20Of%20Argosa/LFG_LOGO.png" alt="Tales of Argosa" width=100>
<img src="https://github.com/Roll20/roll20-character-sheets/blob/master/Tales%20Of%20Argosa/TOA_LOGO.png" alt="Tales of Argosa" width=100>
</div>
<div class="sheet-logo-dark">
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Tales%20Of%20Argosa/LFG_LOGO_DARK.png" alt="Tales of Argosa" width=100 >
<img src="https://github.com/Roll20/roll20-character-sheets/blob/master/Tales%20Of%20Argosa/TOA_LOGO_DARK.png" alt="Tales of Argosa" width=100 >
</div>
</div>
<!-- Sheet version -->
<div class="sheet-col-1-8 sheet-center">
&nbsp;<br/>&nbsp;<br/>
<p class="sheet-last-updated">Sheet version 1.0<br/>November 2024</p>
<p class="sheet-last-updated">Sheet version 1.1<br/>November 2024</p>
<input name="attr_version" type="hidden">
</div>
<!-- Character info -->
Expand Down Expand Up @@ -93,7 +69,7 @@ <h4 class="sheet-center">Personal Details</h4>
</div>
<div class="sheet-row sheet-padb">
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_background"><br/>Background</div>
<div class="sheet-col-3-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_others"><br/>Others</div>
<div class="sheet-col-3-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_other"><br/>Other</div>
</div>

<!-- Statistics -->
Expand Down Expand Up @@ -405,7 +381,7 @@ <h4 class="sheet-center">Attributes</h4>
<div class="sheet-row">
<div class="sheet-col-1-12"><input type="number" name="attr_initiative" min="1" step="1" value="10" readonly/></div>
<div class="sheet-col-1-12"><input type="number" name="attr_initiative_max" min="1" step="1" value="10" readonly/></div>
<div class="sheet-col-1-10 sheet-core-stat-label">Ini</div>
<div class="sheet-col-1-10 sheet-core-stat-label">Init</div>
<div class="sheet-col-1-16"><input type="text" class="sheet-numlocked" name="attr_initiative_mod" value="0" readonly/></div>
<div class="sheet-col-1-16"><input type="number" class="sheet-numlocked sheet-spinhide" name="attr_initiative_gs" value="0" readonly/></div>
<div class="sheet-col-1-16"><input type="number" class="sheet-numlocked sheet-spinhide" name="attr_initiative_tf" value="0" readonly/></div>
Expand All @@ -420,7 +396,7 @@ <h4 class="sheet-center">Attributes</h4>
<input type="number" name="attr_initiative_rollmod" value="0" step="1">
</div>
<div class="sheet-col-1-16">
<button type="roll" name="roll_Ini" value="@{whisper} &{template:5eDefault} {{ability=1}} {{title=Initiative Check}} {{subheader=@{character_name}}} {{difference=[[ [[{@{initiative}[Attribute] +(@{initiative_rollmod}[RollModifier]), 19}kl1]] - [[@{initiativeadvantage} @{setting_tracker}]] ]]}} {{target=$[[0]]}} {{roll= $[[1]] }} {{gsresult=[[ {( @{initiative} + @{initiative_rollmod} )/2} ]]}} {{tfresult=[[ {[[floor( ([[ {( @{initiative} + @{initiative_rollmod} ), ceil(0+0) }kh1 ]])*1.5 )]], 19}kl1 ]]}}"></button>
<button type="roll" name="roll_Ini" value="@{whisper} &{template:5eDefault} {{ability=1}} {{title=Initiative Check}} {{subheader=@{character_name}}} {{difference=[[ [[{@{initiative}[Attribute] +(@{initiative_rollmod}[RollModifier]), 19}kl1]] - [[@{initiativeadvantage}]] ]]}} {{target=$[[0]]}} {{roll= $[[1]] }} {{gsresult=[[ {( @{initiative} + @{initiative_rollmod} )/2} ]]}} {{tfresult=[[ {[[floor( ([[ {( @{initiative} + @{initiative_rollmod} ), ceil(0+0) }kh1 ]])*1.5 )]], 19}kl1 ]]}}"></button>
</div>
<div class="sheet-col-1-4 sheet-tiny-note">Quickness, Response</div>
</div>
Expand All @@ -441,7 +417,7 @@ <h4 class="sheet-center">Attributes</h4>
<option value="6">(PER) Save</option>
<option value="7">(WILL) Save</option>
<option value="8">(CHA) Save</option>
<option value="9">(INI) Save</option>
<option value="9">(INIT) Save</option>
</select>
</div>
<div class="sheet-col-1-8">
Expand Down Expand Up @@ -488,7 +464,7 @@ <h4 class="sheet-center">Skills</h4>
<option value="PER">PER</option>
<option value="WILL">WILL</option>
<option value="CHA">CHA</option>
<option value="INI">INI</option>
<option value="INI">INIT</option>
<option value="LUCK">LUCK</option>
</select>
</div>
Expand Down Expand Up @@ -750,7 +726,7 @@ <h4 class="sheet-center">Spellbook</h4>
<div class="sheet-col-1 sheet-center sheet-small-label">
<div class="sheet-row">
<div class="sheet-col-6-7">
Sheet 1
Page 1
</div>
<div class="sheet-col-1-7">
<div class="sheet-row">
Expand Down Expand Up @@ -802,7 +778,7 @@ <h4 class="sheet-center">Spellbook</h4>
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">
<div class="sheet-row">
<div class="sheet-col-6-7">
Sheet 2
Page 2
</div>
<div class="sheet-col-1-7">
<div class="sheet-row">
Expand Down Expand Up @@ -854,7 +830,7 @@ <h4 class="sheet-center">Spellbook</h4>
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">
<div class="sheet-row">
<div class="sheet-col-6-7">
Sheet 3
Page 3
</div>
<div class="sheet-col-1-7">
<div class="sheet-row">
Expand Down Expand Up @@ -1051,7 +1027,7 @@ <h4 class="sheet-center">Gear</h4>
<!-- gear Page 4 -->
<div class="sheet-gear-page4">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1 sheet-center sheet-small-label sheet-padl"><span>Others</span></div>
<div class="sheet-col-1 sheet-center sheet-small-label sheet-padl"><span>Other</span></div>
<div class="sheet-col-1-4 sheet-center sheet-small-label sheet-padl">Name</div>
<div class="sheet-col-2-21 sheet-center sheet-small-label">Qty</div>
<div class="sheet-col-2-21 sheet-center sheet-small-label">Uses</div>
Expand Down
Binary file modified Tales Of Argosa/TOA_LOGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tales Of Argosa/TOA_LOGO_DARK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Tales Of Argosa/sheet.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"html": "TOASheet.html",
"css": "TOASheet.css",
"authors": "Stephen J Grodzicki,Davemania,Lova Carlsson, Romain Audemar",
"authors": "Stephen J Grodzicki, Davemania, Lova Carlsson, Romain Audemar",
"roll20userid": "8727831",
"preview": "TOASheet.png",
"instructions": "This sheet is for Tales of Argosa the second edition of Low Fantasy Gaming.\n* [Sheet Readme](https://github.com/Roll20/roll20-character-sheets/blob/master/Tales%20Of%20Argosa/ReadMe.md)\n* [Game Homepage](https://lowfantasygaming.com/2024/07/15/july-update-final-tales-of-argosa-pdf/)",
"legacy": true
"legacy": false
}

0 comments on commit 7d83128

Please sign in to comment.