mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
148 lines
6.3 KiB
HTML
148 lines
6.3 KiB
HTML
<div class='sheet-2colrow'>
|
|
<div class="sheet-col-id sheet-col">
|
|
<div class="sheet-header">Name</div>
|
|
<input type="text" name="attr_name" placeholder="Name" title="@{name}"/>
|
|
<textarea height="80" name="attr_description" placeholder="Description" title="@{description}"></textarea>
|
|
</div> <!-- .section-id -->
|
|
|
|
<div class="sheet-col-refresh sheet-col">
|
|
<div>
|
|
<img class="sheet-logo" src="http://www.evilhat.com/home/wp-content/uploads/2012/12/Fate-Accelerated.jpg" alt="FATE ACCELERATED" />
|
|
</div>
|
|
<div class="sheet-under-logo">
|
|
<label>Refresh <input type="number" name="attr_refresh" placeholder="Refresh" title="@{refresh}"/></label>
|
|
<label>Current <input type="number" name="attr_current_fate_points" placeholder="Current Fate Points" title="@{current_fate_points}"/></label>
|
|
</div>
|
|
</div> <!-- .section-refresh -->
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-header">Approaches</div>
|
|
<table class="sheet-approaches">
|
|
<tbody>
|
|
<tr>
|
|
<td width="35"><button type='roll' value='&{template:FAE} {{name=@{name}}} {{approach=@{high_concept}}} {{roll=[[4DF+@{high_concept1}]]}}' name='roll_high_concept' /></button></td>
|
|
<td><input type="text" name="attr_high_concept" placeholder="High Concept Aspect" title="@{high_concept} value="@{attr_high_concept}"/></td>
|
|
<td><input type="number" name="attr_high_concept1" style="width: 40px;"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="35"><button type='roll' value='&{template:FAE} {{name=@{name}}} {{approach=@{trouble}}} {{roll=[[4DF+@{trouble1}]]}}' name='roll_trouble' /></button></td>
|
|
<td><input type="text" name="attr_trouble" placeholder="Trouble Aspect" title="@{trouble} value="Trouble"/></td>
|
|
<td><input type="number" name="attr_trouble1" style="width: 40px;"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="35"><button type='roll' value='&{template:FAE} {{name=@{name}}} {{approach=@{aspect_three}}} {{roll=[[4DF+@{third1}]]}}' name='roll_third' /></button></td>
|
|
<td><input type="text" name="attr_aspect_three" placeholder="Third Aspect" title="@{third} value="Third"/></td>
|
|
<td><input type="number" name="attr_third1" style="width: 40px;"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="35"><button type='roll' value='&{template:FAE} {{name=@{name}}} {{approach=@{aspect_four}}} {{roll=[[4DF+@{fourth1}]]}}' name='roll_fourth' /></button></td>
|
|
<td><input type="text" name="attr_aspect_four" placeholder="Fourth Aspect" title="@{fourth} value="Fourth"/></td>
|
|
<td><input type="number" name="attr_fourth1" style="width: 40px;"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="35"><button type='roll' value='&{template:FAE} {{name=@{name}}} {{approach=@{aspect_five}}} {{roll=[[4DF+@{fifth1}]]}}' name='roll_fifth' /></button></td>
|
|
<td><input type="text" name="attr_aspect_five" placeholder="Fifth Aspect" title="@{fifth} value="Fifth"/></td>
|
|
<td><input type="number" name="attr_fifth1" style="width: 40px;"/></label></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div> <!-- .section-aspects -->
|
|
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-stunts sheet-col " style="width:100%">
|
|
<div class="sheet-header">Stunts</div>
|
|
<textarea name="attr_stunts" title="@{stunts}"></textarea>
|
|
</div> <!-- .section-stunts -->
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class='sheet-2colrow'>
|
|
<div class="sheet-col-consequences sheet-col">
|
|
<div class="sheet-header">Consequences</div>
|
|
<fieldset class="repeating_consequences">
|
|
<input type="text" name="attr_consequence" />
|
|
<select name="attr_consequences_type">
|
|
<option value="2">Mild(-2)</option>
|
|
<option value="4">Moderate(-4)</option>
|
|
<option value="6">Severe(-6)</option>
|
|
</select>
|
|
</fieldset>
|
|
</div> <!-- .section-consequences -->
|
|
|
|
<div class="sheet-col-stress sheet-col ">
|
|
<div class="sheet-header">Stress</div>
|
|
<div class="sheet-section">
|
|
<table class="sheet-stress">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div class="sheet-checkbox-label-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_stress1" value="1" title="@{stress1}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-checkbox-label-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_stress2" value="2" title="@{stress2}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-checkbox-label-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_stress3" value="3" title="@{stress3}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th><h4>1</h4></th>
|
|
<th><h4>2</h4></th>
|
|
<th><h4>3</h4></th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div> <!-- .section-stress -->
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-extras sheet-col " style="width:100%">
|
|
<div class="sheet-header">Extras</div>
|
|
<textarea name="attr_Extras"></textarea>
|
|
</div> <!-- .section-extra -->
|
|
</div>
|
|
|
|
|
|
<rolltemplate class="sheet-rolltemplate-FAE">
|
|
<table>
|
|
<tr><th>{{name}}</th></tr>
|
|
{{#approach}}
|
|
<tr><th>{{approach}}</th></tr>
|
|
{{/approach}}
|
|
|
|
<tr class="arrow-container"><td><div class="arrow-right"></div></td></tr>
|
|
|
|
{{#roll}}
|
|
<tr><td><span class="tcat">Roll: </span>{{roll}}</td></tr>
|
|
{{/roll}}
|
|
{{#effect}}
|
|
<tr><td><span class="tcat">Effect: </span>{{effect}}</td></tr>
|
|
{{/effect}}
|
|
</table>
|
|
</rolltemplate>
|
|
|
|
|
|
|
|
|