mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
248 lines
12 KiB
HTML
248 lines
12 KiB
HTML
<div class="sheet-character-bg">
|
|
<div class="sheet-character">
|
|
<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 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/2013/11/freeport-pageheader.jpg" alt="FATE FREEPORT" />
|
|
</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-col-aspects sheet-col">
|
|
<div class="sheet-header">Aspects</div>
|
|
<input type="text" name="attr_high_concept" placeholder="High Concept Aspect" title="@{high_concept}"/>
|
|
<input type="text" name="attr_trouble" placeholder="Trouble Aspect" title="@{trouble}"/>
|
|
<fieldset class="repeating_aspects">
|
|
<input type="text" name="attr_aspect" />
|
|
</fieldset>
|
|
</div> <!-- .section-aspects -->
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class='sheet-row'>
|
|
<div class="sheet-col-approaches sheet-col">
|
|
<div class="sheet-header">Approaches</div>
|
|
<table class="sheet-approaches">
|
|
<tbody>
|
|
<tr>
|
|
<td><label>Strength</label></td>
|
|
<td><input type="number" name="attr_str" title="@{str}"/></td>
|
|
<td><button type='roll' value='/roll 4dF + @{str} + ?{Modifier|0}' name='roll_str' /></td>
|
|
<td/>
|
|
<td><label>Intelligence</label></td>
|
|
<td><input type="number" name="attr_int" title="@{int}"/></td>
|
|
<td><button type='roll' value='/roll 4dF + @{int} + ?{Modifier|0}' name='roll_int' /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><label>Dexterity</label></td>
|
|
<td><input type="number" name="attr_dex" title="@{dex}"/></td>
|
|
<td><button type='roll' value='/roll 4dF + @{dex} + ?{Modifier|0}' name='roll_dex' /></td>
|
|
<td/>
|
|
<td><label>Wisdom</label></td>
|
|
<td><input type="number" name="attr_wis" title="@{wis}"/></td>
|
|
<td><button type='roll' value='/roll 4dF + @{wis} + ?{Modifier|0}' name='roll_wis' /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><label>Constitution</label></td>
|
|
<td><input type="number" name="attr_con" title="@{con}"/></td>
|
|
<td><button type='roll' value='/roll 4dF + @{con} + ?{Modifier|0}' name='roll_con' /></td>
|
|
<td/>
|
|
<td><label>Charisma</label></td>
|
|
<td><input type="number" name="attr_cha" title="@{cha}"/></td>
|
|
<td><button type='roll' value='/roll 4dF + @{cha} + ?{Modifier|0}' name='roll_cha' /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div> <!-- .section-approaches -->
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class='sheet-2colrow'>
|
|
<div class="sheet-col-stress sheet-col">
|
|
<div class="sheet-header">Physical Stress</div>
|
|
<div class="sheet-section">
|
|
<table class="sheet-stress">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div class="sheet-td-stress-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_physical_stress_1" value="1" title="@{physical_stress_1}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-td-stress-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_physical_stress_2" value="1" title="@{physical_stress_2}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-td-stress-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_physical_stress_3" value="1" title="@{physical_stress_3}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-td-stress-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_physical_stress_4" value="1" title="@{physical_stress_4}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="sheet-stress-labels">
|
|
<th><h3>1</h3></th>
|
|
<th><h3>2</h3></th>
|
|
<th><h3 class="sheet-outline">3</h3></th>
|
|
<th><h3 class="sheet-outline">4</h3></th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
<div class="sheet-header">Mental Stress</div>
|
|
<div class="sheet-section">
|
|
<table class="sheet-stress">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div class="sheet-td-stress-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_mental_stress_1" value="1" title="@{mental_stress_1}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-td-stress-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_mental_stress_2" value="1" title="@{mental_stress_2}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-td-stress-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_mental_stress_3" value="1" title="@{mental_stress_3}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-td-stress-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_mental_stress_4" value="1" title="@{mental_stress_4}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="sheet-stress-labels">
|
|
<th><h3>1</h3></th>
|
|
<th><h3>2</h3></th>
|
|
<th><h3 class="sheet-outline">3</h3></th>
|
|
<th><h3 class="sheet-outline">4</h3></th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div> <!-- .section-stress -->
|
|
|
|
<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 class="sheet-break"></div>
|
|
<div class="sheet-header">Corruption</div>
|
|
<div class="sheet-section">
|
|
<table class="sheet-stress">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div class="sheet-td-corruption-div">
|
|
<input class="sheet-corruption-check" type="checkbox" name="attr_corruption_1" value="1" title="@{corruption_1}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-td-corruption-div">
|
|
<input class="sheet-corruption-check" type="checkbox" name="attr_corruption_2" value="1" title="@{corruption_2}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-td-corruption-div">
|
|
<input class="sheet-corruption-check" type="checkbox" name="attr_corruption_3" value="1" title="@{corruption_3}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-td-corruption-div">
|
|
<input class="sheet-corruption-check" type="checkbox" name="attr_corruption_4" value="1" title="@{corruption_4}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
<div class="sheet-header">Insanity</div>
|
|
<textarea class="sheet-insanity-area" name="attr_insanity"></textarea>
|
|
</div> <!-- .section-consequences -->
|
|
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-stunts sheet-col">
|
|
<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-row">
|
|
<div class="sheet-col-spells sheet-col">
|
|
<div class="sheet-header">Spells</div>
|
|
<textarea name="attr_spells" title="@{spells}"></textarea>
|
|
</div> <!-- .section-spells -->
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class='sheet-2colrow'>
|
|
<div class="sheet-col-gear sheet-col">
|
|
<div class="sheet-header">Gear</div>
|
|
<textarea name="attr_gear"></textarea>
|
|
</div> <!-- .section-gear -->
|
|
|
|
<div class="sheet-col-extras sheet-col">
|
|
<div class="sheet-header">Extras</div>
|
|
<textarea name="attr_extras"></textarea>
|
|
</div> <!-- .section-extras -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|