mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
175 lines
7.5 KiB
HTML
175 lines
7.5 KiB
HTML
<div class='sheet-2colrow'>
|
|
<div class="sheet-col-id sheet-col">
|
|
<div class="sheet-header">Nome</div>
|
|
<input type="text" name="attr_name" placeholder="Name" title="@{name}"/>
|
|
<textarea name="attr_description" placeholder="Story" title="@{description}"></textarea>
|
|
</div> <!-- .section-id -->
|
|
|
|
<div class="sheet-col-refresh sheet-col">
|
|
<div>
|
|
<img class="sheet-logo" src="http://jadepunk.com/wp-content/uploads/2014/05/Jadepunk-Logo-NoSub-e1399785827256.png" alt="FATE Jadepunk" />
|
|
</div>
|
|
<div class="sheet-under-logo">
|
|
<label>Refresh <input type="number" name="attr_refresh" placeholder="Recarga" title="@{refresh}"/></label>
|
|
<label>Current <input type="number" name="attr_current_fate_points" placeholder="Pontos de Destino Atuais" 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_portrayal" placeholder="Representação" title="@{portrayal}"/>
|
|
<input type="text" name="attr_background" placeholder="Antecedente" title="@{background}"/>
|
|
<input type="text" name="attr_inciting_incident" placeholder="Incidente Incitador" title="@{inciting_incident}"/>
|
|
<input type="text" name="attr_belief" placeholder="Crenças" title="@{belief}"/>
|
|
<input type="text" name="attr_trouble" placeholder="Problemas" title="@{trouble}"/>
|
|
</div> <!-- .section-aspects -->
|
|
|
|
<div class="sheet-col-approaches sheet-col">
|
|
<div class="sheet-header">Approaches</div>
|
|
<table class="sheet-approaches">
|
|
<tbody>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{scholar}' name='roll_scholar' /></td>
|
|
<td><label>Acadêmico</label></td>
|
|
<td><input type="number" name="attr_scholar" title="@{scholar}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{aristocrat}' name='roll_aristocrat' /></td>
|
|
<td><label>Aristocrata</label></td>
|
|
<td><input type="number" name="attr_aristocrat" title="@{aristocrat}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{fighter}' name='roll_fighter' /></td>
|
|
<td><label>Combatente</label></td>
|
|
<td><input type="number" name="attr_fighter" title="@{fighter}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{engineer}' name='roll_engineer' /></td>
|
|
<td><label>Engenheiro</label></td>
|
|
<td><input type="number" name="attr_engineer" title="@{engineer}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{explorer}' name='roll_explorer' /></td>
|
|
<td><label>Explorador</label></td>
|
|
<td><input type="number" name="attr_explorer" title="@{explorer}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='/roll 4dF + @{scoundrel}' name='roll_scoundrel' /></td>
|
|
<td><label>Marginal</label></td>
|
|
<td><input type="number" name="attr_scoundrel" title="@{scoundrel}"/></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div> <!-- .section-approaches -->
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-assets sheet-col " style="width:100%">
|
|
<div class="sheet-header">Recursos</div>
|
|
<fieldset class="repeating_assets">
|
|
<select name="attr_asset_type">
|
|
<option value="1">Aliado</option>
|
|
<option value="2">Dispositivo</option>
|
|
<option value="3">Técnica</option>
|
|
</select>
|
|
<table class="sheet-approaches">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<input type="text" name="attr_asset_name" placeholder="Nome"/>
|
|
<input type="text" name="attr_features" placeholder="Características"/>
|
|
<input type="text" name="attr_flaws" placeholder="Defeitos"/>
|
|
</td>
|
|
<td>
|
|
<input type="text" name="attr_aspect" placeholder="Aspecto"/>
|
|
<input type="text" name="attr_cost" placeholder="Custo"/>
|
|
<input type="text" name="attr_details" placeholder="Detalhes"/>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</fieldset>
|
|
</div> <!-- .section-assets -->
|
|
</div>
|
|
|
|
<div class="sheet-break"></div>
|
|
|
|
<div class='sheet-2colrow'>
|
|
<div class="sheet-col-consequences sheet-col">
|
|
<div class="sheet-header">Consequências</div>
|
|
<fieldset class="repeating_consequences">
|
|
<input type="text" name="attr_consequence" />
|
|
<select name="attr_consequences_type">
|
|
<option value="2">Suave(-2)</option>
|
|
<option value="4">Moderada(-4)</option>
|
|
<option value="6">Severa(-6)</option>
|
|
<option value="2">Estresse Bônus de Recurso</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>
|
|
<td>
|
|
<div class="sheet-checkbox-label-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_stress4" value="4" title="@{stress4}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-checkbox-label-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_stress5" value="5" title="@{stress5}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="sheet-checkbox-label-div">
|
|
<input class="sheet-stress-check" type="checkbox" name="attr_stress6" value="6" title="@{stress6}" />
|
|
<label></label>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th><h3>1</h3></th>
|
|
<th><h3>2</h3></th>
|
|
<th><h3>3</h3></th>
|
|
<th><h3 class="sheet-outline">4</h3></th>
|
|
<th><h3 class="sheet-outline">5</h3></th>
|
|
<th><h3 class="sheet-outline">6</h3></th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div> <!-- .section-stress -->
|
|
</div>
|
|
|
|
|
|
|
|
|