mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
136 lines
5.7 KiB
HTML
136 lines
5.7 KiB
HTML
<div class='sheet-2colrow'>
|
|
<div class="sheet-col-id sheet-col">
|
|
<div class="sheet-header">ID</div>
|
|
<label>Nombre <input type="text" name="attr_name" placeholder="Nombre" title="@{name}"/></label>
|
|
<textarea name="attr_description" placeholder="Descripción" 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>Recuperación <input type="number" name="attr_refresh" placeholder="Recuperación" title="@{refresh}"/></label>
|
|
<label>Puntos Destino <input type="number" name="attr_current_fate_points" placeholder="Puntos de Destino actuales" title="@{current_fate_points}"/></label>
|
|
</div>
|
|
</div> <!-- .section-refresh -->
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class='sheet-2colrow'>
|
|
<div class="sheet-col-aspects sheet-col">
|
|
<div class="sheet-header">Aspectos</div>
|
|
<input type="text" name="attr_high_concept" placeholder="Concepto principal" title="@{high_concept}"/>
|
|
<input type="text" name="attr_trouble" placeholder="Complicación" title="@{trouble}"/>
|
|
<fieldset class="repeating_aspects">
|
|
<input type="text" name="attr_aspect" />
|
|
</fieldset>
|
|
</div> <!-- .section-aspects -->
|
|
|
|
<div class="sheet-col-approaches sheet-col">
|
|
<div class="sheet-header">Estilos</div>
|
|
<table class="sheet-approaches">
|
|
<tbody>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{careful}' name='roll_careful' /></td>
|
|
<td><label>Cauto</label></td>
|
|
<td><input type="number" name="attr_careful" title="@{careful}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{sneaky}' name='roll_sneaky' /></td>
|
|
<td><label>Furtivo</label></td>
|
|
<td><input type="number" name="attr_sneaky" title="@{sneaky}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{clever}' name='roll_clever' /></td>
|
|
<td><label>Ingenioso</label></td>
|
|
<td><input type="number" name="attr_clever" title="@{clever}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{flashy}' name='roll_flashy' /></td>
|
|
<td><label>Llamativo</label></td>
|
|
<td><input type="number" name="attr_flashy" title="@{flashy}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{quick}' name='roll_quick' /></td>
|
|
<td><label>Rápido</label></td>
|
|
<td><input type="number" name="attr_quick" title="@{quick}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{forceful}' name='roll_forceful' /></td>
|
|
<td><label>Vigoroso</label></td>
|
|
<td><input type="number" name="attr_forceful" title="@{forceful}"/></td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</div> <!-- .section-approaches -->
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-stunts sheet-col " style="width:100%">
|
|
<div class="sheet-header">Proezas</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">Consecuencias</div>
|
|
<fieldset class="repeating_consequences">
|
|
<input type="text" name="attr_consequence" />
|
|
<select name="attr_consequences_type">
|
|
<option value="2">Leve(-2)</option>
|
|
<option value="4">Moderada(-4)</option>
|
|
<option value="6">Grave(-6)</option>
|
|
</select>
|
|
</fieldset>
|
|
</div> <!-- .section-consequences -->
|
|
|
|
<div class="sheet-col-stress sheet-col ">
|
|
<div class="sheet-header">Estrés</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-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> |