mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
144 lines
5.5 KiB
HTML
144 lines
5.5 KiB
HTML
<div class='sheet-2colrow'>
|
|
<div class="sheet-col-id sheet-col">
|
|
<div class="sheet-header">Protagonista</div>
|
|
<input type="text" name="attr_name" placeholder="Nome" title="@{name}"/>
|
|
<textarea name="attr_description" placeholder="Descrição" title="@{description}"></textarea>
|
|
</div> <!-- .section-id -->
|
|
|
|
<div class="sheet-col-refresh sheet-col">
|
|
<div>
|
|
<img class="sheet-logo" src="https://i.imgur.com/8eZ98R1.png" alt="Fate Acelerado" />
|
|
</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_high_concept" placeholder="Ofício" title="@{high_concept}"/>
|
|
<input type="text" name="attr_trouble" placeholder="Óbice" 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">Atributos</div>
|
|
<table class="sheet-approaches">
|
|
<tbody>
|
|
<tr>
|
|
<td><button type='roll' value='&{template:FAE} {{name=@{name}}} {{approach=Corpo}} {{roll=[[1d4!-1d6+@{corpo}]]}}' name='roll_quick' /></td>
|
|
<td><label>Corpo</label></td>
|
|
<td><input type="number" name="attr_corpo" title="@{corpo}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='&{template:FAE} {{name=@{name}}} {{approach=Alma}} {{roll=[[1d4!-1d6+@{alma}]]}}' name='roll_careful' /></td>
|
|
<td><label>Alma</label></td>
|
|
<td><input type="number" name="attr_alma" title="@{alma}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><button type='roll' value='&{template:FAE} {{name=@{name}}} {{approach=Espírito}} {{roll=[[1d4!-1d6+@{espirito}]]}}' name='roll_clever' /></td>
|
|
<td><label>Espírito</label></td>
|
|
<td><input type="number" name="attr_espirito" title="@{espirito}"/></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">Aptidões</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">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>
|
|
</select>
|
|
</fieldset>
|
|
</div> <!-- .section-consequences -->
|
|
|
|
<div class="sheet-col-stress sheet-col ">
|
|
<div class="sheet-header">Estresse</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>
|
|
|
|
<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">Resultado: </span>{{roll}}</td></tr>
|
|
{{/roll}}
|
|
{{#effect}}
|
|
<tr><td><span class="tcat">Effect: </span>{{effect}}</td></tr>
|
|
{{/effect}}
|
|
</table>
|
|
</rolltemplate>
|
|
|
|
|
|
|
|
|