Files
roll20-character-sheets/Tri-Stat/Tri-Stat.html
T
CoalPoweredPuppet 142d376c5f Fuzion, Tri-Stat, Victoriana
Seriously, last three sheet commit for a while
2016-01-07 19:21:23 -05:00

453 lines
25 KiB
HTML

<div class="sheet-top_half">
</div>
<!-- Set up the Tabs -->
<input type="radio" class="sheet-tab sheet-tab1" name="attr_core-tab" value="1" title="Basic" checked="checked"/>
<span class="sheet-tab sheet-tab1" style='line-height: 20px;'>Basic</span>
<input type="radio" class="sheet-tab sheet-tab2" name="attr_core-tab" value="2" title="Skills" />
<span class="sheet-tab sheet-tab2" style='line-height: 20px;'>Skills & Attributes</span>
<input type="radio" class="sheet-tab sheet-tab3" name="attr_core-tab" value="3" title="Combat" />
<span class="sheet-tab sheet-tab3" style='line-height: 20px;'>Combat</span>
<input type="radio" class="sheet-tab sheet-tab4" name="attr_core-tab" value="4" title="Equipment" />
<span class="sheet-tab sheet-tab4" style='line-height: 20px;'>Equipment</span>
<input type="radio" class="sheet-tab sheet-tab99" name="attr_core-tab" value="99" title="All" />
<span class="sheet-tab sheet-tab99" style='line-height: 20px;'>All</span>
<br><br>
<!-- End Tab setup -->
<!-- Tab 1 Basic -->
<div class="sheet-section-1">
<div class='sheet-3colrow'>
<div class='sheet-col'>
<table class="sheet-table">
<tr>
<th colspan="3"><input type="text" class="sheet-text" name="attr_character_name" style="width:100%"/></th>
</tr>
<tr>
<th colspan="3">Character Name</th>
</tr>
<tr>
<td><input type="text" class="sheet-text" name="attr_Campaign" style="width:100%"/></td>
<td colspan="2"><input type="text" class="sheet-text" name="attr_player_name" style="width:100%"/></td>
</tr>
<tr>
<th>Campaign</th>
<th colspan="2">Player</th>
</tr>
<tr>
<th colspan="2">
<textarea wrap="soft" class="sheet-notes" name="attr_Description" placeholder="Description" /></textarea>
</th>
</tr>
</table>
</div>
<div class='sheet-col'>
<table class="sheet-table">
<tr>
<td><input type="text" class="sheet-text" name="attr_Race" style="width:100%"/></td>
<td><input type="text" class="sheet-text" name="attr_Gender" style="width:100%"/></td>
</tr>
<tr>
<th>Race</th>
<th>Gender</th>
</tr>
<tr>
<td><input type="text" class="sheet-text" name="attr_Age" style="width:100%"/></td>
<td><input type="text" class="sheet-text" name="attr_Height" style="width:100%"/></td>
<td><input type="text" class="sheet-text" name="attr_Weight" style="width:100%"/></td>
</tr>
<tr>
<th>Age</th>
<th>Height</th>
<th>Weight</th>
</tr>
<tr>
<td colspan="3"><input type="text" class="sheet-text" name="attr_Affiliation" style="width:100%"/></td>
</tr>
<tr>
<th colspan="3">Affiliation</th>
</tr>
<tr>
<td colspan="3"><input type="text" class="sheet-text" name="attr_Occupation" style="width:100%"/></td>
</tr>
<tr>
<th colspan="3">Occupation</th>
</tr>
</table>
</div>
<div class='sheet-col'>
<div class="sheet-banner"></div>
<br>
<div class="sheet-center">
<select class="sheet-DieSelect" name="attr_Die">
<option value="4">d4</option>
<option value="6">d6</option>
<option value="8">d8</option>
<option value="10">d10</option>
<option value="12">d12</option>
<option value="20">d20</option>
</select>
</div>
</div>
</div>
<div>
<h4>Statistical Information</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th><button type="roll" class="sheet-skillbtn" name="roll_Body" value="&{template:skill}{{attribute= Body}} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }}{{Check= [[@{Body}]]}}">Body</button></th>
<th><button type="roll" class="sheet-skillbtn" name="roll_Mind" value="&{template:skill}{{attribute= Mind}} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }}{{Check= [[@{Mind}]]}}">Mind</button></th>
<th><button type="roll" class="sheet-skillbtn" name="roll_Soul" value="&{template:skill}{{attribute= Soul}} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }}{{Check= [[@{Soul}]]}}">Soul</button></th>
<th><div style="width:10px;"></div></th>
<th>HP</th>
<th>EP</th>
<th>Shock</th>
<th>ACV</th>
<th>DCV</th>
</tr>
<tr>
<th><input type="number" class="sheet-Specialty" name="attr_Body" value="0" /></th>
<th><input type="number" class="sheet-Specialty" name="attr_Mind" value="0" /></th>
<th><input type="number" class="sheet-Specialty" name="attr_Soul" value="0" /></th>
<th><div style="width:10px;"></div></th>
<th><input type="number" class="sheet-Specialty" name="attr_HP" value="(@{Body} + @{Soul})*5 + @{HP-mod}" disabled="true"/></th>
<th><input type="number" class="sheet-Specialty" name="attr_EP" value="(@{Mind} + @{Soul})*5 + @{EP-mod}" disabled="true"/></th>
<th><input type="number" class="sheet-Specialty" name="attr_Shock" value="floor(@{HP}/5) + @{Shock-mod}" disabled="true"/></th>
<th><input type="number" class="sheet-Specialty" name="attr_ACV" value="floor(@{Body} + @{Mind} + @{Soul}/3) + @{ACV-mod}" disabled="true"/></th>
<th><input type="number" class="sheet-Specialty" name="attr_DCV" value="floor(@{Body} + @{Mind} + @{Soul}/3) + @{DCV-mod}" disabled="true"/></th>
</tr>
<tr>
<th></th>
<th></th>
<th></th>
<th><div style="width:10px;"></div></th>
<th><input type="number" class="sheet-Rating" name="attr_HP-mod" value="0" /></th>
<th><input type="number" class="sheet-Rating" name="attr_EP-mod" value="0" /></th>
<th><input type="number" class="sheet-Rating" name="attr_Shock-mod" value="0" /></th>
<th><input type="number" class="sheet-Rating" name="attr_ACV-mod" value="0" /></th>
<th><input type="number" class="sheet-Rating" name="attr_DCV-mod" value="0" /></th>
</tr>
</table>
<table class="sheet-tableII">
<tr>
<td></td>
<td></td>
<th colspan="2">Character Points</th>
<th><input type="number" class="sheet-Specialty" name="attr_Character_Points" value="0" /></th>
<td></td>
<td></td>
<th>Skill Points</th>
<th><input type="number" class="sheet-Specialty" name="attr_Skill_Points" value="0" /></th>
</tr>
<tr>
<td></td>
<th colspan="3">Advanced Points Earned</th>
<th><input type="number" class="sheet-Specialty" name="attr_Advanced_Points-Earned" value="0" /></th>
<th colspan="3">Unused Advancement Points </th>
<th><input type="number" class="sheet-Specialty" name="attr_Advanced_Points-Unused" value="0" /></th>
</tr>
</table>
</div>
</div>
<div>
<h4>Defects</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th style="width:210px;">Defect</th>
<th style="width:65px;">BP</th>
<th style="width:410px;">Notes</th>
<td></td>
</tr>
</table>
<fieldset class="repeating_Defects">
<table class="sheet-tableII">
<tr>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Defect-Name" value="" /></th>
<th style="width:65px;"><input type="number" class="sheet-Specialty" name="attr_Defect-BP" value="0" /></th>
<th style="width:500px;"><input type="text" class="sheet-Specialty" name="attr_Defect-Notes" value="" style="width:500px;"/></th>
</tr>
</table>
</fieldset>
</div>
</div>
</div>
<!-- Tab 2 Skills -->
<div class="sheet-section-2">
<div>
<h4>Attributes</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"></th>
<th style="width:210px;">Attribute</th>
<th style="width:210px;">Type</th>
<th style="width:55px;">Level</th>
<th style="width:65px;">Cost per Level</th>
<th style="width:55px;"># of PMVs</th>
<th style="width:55px;">Total Cost</th>
<td></td>
<th style="width:65px;">Check Value Mod</th>
</tr>
</table>
<fieldset class="repeating_Attribute">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"><button type="roll" class="sheet-skillbtn" name="roll_Body" value="&{template:skill}{{attribute= @{Attribute-Name} }} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }}{{Check= [[ [[ @{Attribute-Stat} + @{Attribute-Level} + @{Attribute-Check_Mod} ]] ]] }}{{notes= @{Attribute-Notes} }}">Roll</button></th>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Attribute-Name" value="" /></th>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Attribute-Type" value="" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Attribute-Level" value="0" /></th>
<th style="width:65px;"><input type="number" class="sheet-Specialty" name="attr_Attribute-Cost_Level" value="0" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Attribute-PMV" value="0" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Attribute-Total_Cost" value="(@{Attribute-Level}*@{Attribute-Cost_Level})+@{Attribute-PMV}" disabled='true' /></th>
<th style="width:55px;"></th>
<th style="width:65px;"><input type="number" class="sheet-Specialty" name="attr_Attribute-Check_Mod" value="0" /></th>
<th style="width:55px;"><input type="checkbox" class="sheet-bigcheck" name="attr_Attribute-show" value="1"/><span></span></th>
<td></td>
</tr>
</table>
<input type="checkbox" class="sheet-hidden sheet-hider" name="attr_Attribute-show" value="1"/>
<div class="sheet-hold">
<table class="sheet-tableII" style="width:705px">
<tr>
<th>Progression</th>
<th>Relevant Stat</th>
<th>PMVs</th>
</tr>
<tr>
<th>
<select class="sheet-Specialty" name="attr_Attribute-Progression">
<option value="Linear">Linear</option>
<option value="Fast">Fast</option>
<option value="Medium">Medium</option>
<option value="Slow">Slow</option>
<option value="Time Rev">Time Rev</option>
<option value="Descriptive">Descriptive</option>
<option value="Variable">Variable</option>
<option value="Special">Special</option>
</select>
</th>
<th>
<select class="sheet-Specialty" name="attr_Attribute-Stat">
<option value="@{Body}">Body</option>
<option value="@{Mind}">Mind</option>
<option value="@{Soul}}">Soul</option>
<option value="@{Variable}">Variable</option>
<option value="@{None}">None</option>
</select>
</th>
<th><input type="text" class="sheet-Specialty" name="attr_Attribute-PMV_names" style="width:450px;" value="" /></th>
</tr>
<tr>
<th colspan="3">
<textarea wrap="soft" class="sheet-notes" name="attr_Attribute-Notes" placeholder="Description" /></textarea>
</th>
<td></td>
</tr>
</table>
</div>
</fieldset>
</div>
</div>
<h4>Skills</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"></th>
<th style="width:210px;">Skill</th>
<th style="width:120px;">Relevant Stat</th>
<th style="width:55px;">Check Value</th>
<th style="width:55px;">Level</th>
<th style="width:55px;">Cost per Level</th>
<th style="width:55px;">Points</th>
<th style="width:55px;"></th>
<th style="width:55px;">Check Value Mod</th>
</tr>
</table>
<fieldset class="repeating_Skill">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"><button type="roll" class="sheet-skillbtn" name="roll_Body" value="&{template:skill}{{attribute= @{Skill-Name} }} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }} {{Check= [[ @{Skill-Stat} + @{Skill-Level} + @{Skill-Check_Mod} ]] }}">Roll</button></th>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Skill-Name" value="" /></th>
<th style="width:120px;">
<select class="sheet-Specialty" name="attr_Skill-Stat">
<option value="@{Body}">Body</option>
<option value="@{Mind}">Mind</option>
<option value="@{Soul}">Soul</option>
<option value="@{Variable}">Variable</option>
<option value="@{None}">None</option>
</select>
</th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-CheckValue" value="@{Skill-Stat} + @{Skill-Level} + @{Skill-Check_Mod}" disabled='true' /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-Level" value="0" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-Cost_Level" value="0" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-Points" value="@{Skill-Level}*@{Skill-Cost_Level}" disabled='true'/></th>
<th style="width:55px;"></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-Check_Mod" value="0" /></th>
<th style="width:55px;"><input type="checkbox" class="sheet-bigcheck" name="attr_Skill-show" value="1"/><span></span></th>
</tr>
</table>
<input type="checkbox" class="sheet-hidden sheet-hider" name="attr_Skill-show" value="1"/>
<div class="sheet-hold">
<input type="text" class="sheet-Specialty" name="attr_Skill-Specializations" Placeholder="Specializations" style="width:100%;"/></th>
</div>
</fieldset>
<input type="hidden" class="sheet-Specialty" name="attr_Variable" value="?{Attribute?|Body,@{Body}|Mind,@{Mind}|Soul,@{Soul}|1,1|2,2|3,3|4,4|5,5|6,6|7,7|8,8|9,9|10,10}" />
<input type="hidden" class="sheet-Specialty" name="attr_None" value="0" />
</div>
</div>
<!-- Tab 3 Weapons -->
<div class="sheet-section-3">
<table class="sheet-tableII">
<tr>
<th><button type="roll" class="sheet-skillbtn" name="roll_Body" style="width:120px;" value="&{template:skill}{{attribute= Initiative }} {{character= @{character_name}}} {{roll= [[2d@{Die}sd + @{ACV} + @{Initative-mod} ]] }}">Initiative</button></th></th>
<th><input type="number" class="sheet-Rating" name="attr_Initative-mod" value="0" /></th>
</tr>
<br>
</table>
<div>
<h4>Weapons</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"></th>
<th style="width:210px;">Weapon</th>
<th style="width:210px;">Type</th>
<th style="width:55px;">Damage</th>
<td></td>
</tr>
</table>
<fieldset class="repeating_Weapon">
<table class="sheet-tableII">
<tr><th style="width:65px;"><button type="roll" class="sheet-skillbtn" name="roll_Body" value="&{template:skill}{{attribute= @{Weapon-Name} }} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }}{{Check= [[ [[ @{Weapon-Stat} + @{Weapon-Skill} + @{Weapon-Check_Mod} ]] ]] }} {{Abilities= @{Weapon-Abilities} }}{{Disabilities= @{Weapon-Disabilities} }}{{notes= @{Weapon-Notes}}{{damage1= [[@{Weapon-Damage}]]/ }}{{damage2= [[floor(@{Weapon-Damage}*3/4)]]/ }}{{damage3= [[floor(@{Weapon-Damage}/2)]]/ }}{{damage4= [[floor(@{Weapon-Damage}/4)]] }}">Roll</button></th>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Weapon-Name" value="" /></th>
<th style="width:120px;"><input type="text" class="sheet-Specialty" name="attr_Weapon-Type" value="" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Weapon-Damage" value="0" /></th>
<th style="width:55px;"><input type="checkbox" class="sheet-bigcheck" name="attr_Weapon-show" value="1"/><span></span></th>
</tr>
</table>
<input type="checkbox" class="sheet-hidden sheet-hider" name="attr_Weapon-show" value="1"/>
<div class="sheet-hold">
<table class="sheet-tableII" style="width:705px">
<tr>
<th>Stat</th>
<th>
<select class="sheet-Specialty" name="attr_Weapon-Stat">
<option value="@{Body}">Body</option>
<option value="@{Mind}">Mind</option>
<option value="@{Soul}">Soul</option>
<option value="@{Variable}">Variable</option>
<option value="@{None}">None</option>
</select>
</th>
<th>Skill Rating</th>
<th><input type="number" class="sheet-Specialty" name="attr_Weapon-Skill" value="0" /></th>
<th>Check Value Modifier</th>
<th><input type="number" class="sheet-Specialty" name="attr_Weapon-Check_Mod" value="0" /></th></th>
</tr>
<tr>
<th colspan="2">
<textarea wrap="soft" class="sheet-notes" name="attr_Weapon-Abilities" placeholder="Abilities" style="width:95%"/></textarea>
</th>
<th colspan="2">
<textarea wrap="soft" class="sheet-notes" name="attr_Weapon-Disabilities" placeholder="Disabilities" style="width:95%"/></textarea>
</th>
<th colspan="2">
<textarea wrap="soft" class="sheet-notes" name="attr_Weapon-Notes" placeholder="Notes" style="width:95%"/></textarea>
</th>
<td></td>
</tr>
</table>
</div>
</fieldset>
</div>
</div>
</div>
<!-- Tab 4 Equipment -->
<div class="sheet-section-4">
<div class='sheet-3colrow'>
<div class='sheet-col'>
<h4>Equipment Worn</h4>
<div class="sheet-border">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Gear-Worn" style="width:96%;"/></textarea>
<fieldset class="repeating_worn">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Gear-Worn-r" style="width:96%;"/></textarea>
</fieldset>
</div>
</div>
<div class='sheet-col'>
<h4>Equipment Owned</h4>
<div class="sheet-border">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Gear-Owned" style="width:96%;"/></textarea>
<fieldset class="repeating_owned">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Gear-Owned-r" style="width:96%;"/></textarea>
</fieldset>
</div>
</div>
<div class='sheet-col'>
<h4>Notes</h4>
<div class="sheet-border">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Notes" style="width:96%;"/></textarea>
<fieldset class="repeating_notes">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Notes-r" style="width:96%;"/></textarea>
</fieldset>
</div>
</div>
</div>
</div>
<!-- rolltemplates -->
<rolltemplate class="sheet-rolltemplate-skill">
<table>
<tr><th colspan="2">{{attribute}}</th></tr>
<tr>
<td class="sheet-detail"><i><b>{{character}}</b> uses {{attribute}} </i></td>
<td><span class="tcat">{{roll}}</span></td>
</tr>
<tr>
<td class="sheet-black"><b>Check Value</td>
<td><span class="tcat">{{Check}}</span></td>
</tr>
{{#Abilities}}
<tr>
<td colspan="2">{{Abilities}}</td>
</tr>
{{/Abilities}}
{{#Disabilities}}
<tr>
<td colspan="2">{{Disabilities}}</td>
</tr>
{{/Disabilities}}
{{#notes}}
<tr>
<td colspan="2">{{notes}}</td>
</tr>
{{/notes}}
<tr>
<td colspan="2" style="font-size:0.7em;">
{{#damage1}}{{damage1}}{{/damage1}}
{{#damage2}}{{damage2}}{{/damage2}}
{{#damage3}}{{damage3}}{{/damage3}}
{{#damage4}}{{damage4}}{{/damage4}}
</td>
</tr>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-attack">
<table>
<tr><th colspan="2">{{weapon}}</th></tr>
<tr>
<td colspan="2" class="sheet-detail"><i><b>{{character}}</b> uses {{weapon}} </i></td>
</tr>
<tr>
<td>Attack</td>
<td><span class="tcat">{{roll}}</span></td>
</tr>
<tr>
<td>Damage</td>
<td><span class="tcat">{{damage}}</span></td>
</tr>
<tr>
<td>Notes</td>
<td><span class="tcat">{{notes}}</span></td>
</tr>
</rolltemplate>