mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
299 lines
9.9 KiB
HTML
299 lines
9.9 KiB
HTML
<table>
|
|
<tr>
|
|
<td colspan="4" align="center">
|
|
<h2>Friponnes RPG</h2>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Nom :
|
|
</td>
|
|
<td>
|
|
<input type="text" placeholder="Nom" name="attr_pj_name" />
|
|
</td>
|
|
<td>
|
|
Joueur :
|
|
</td>
|
|
<td>
|
|
<input type="text" placeholder="Nom du joueur" name="attr_joueur" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Points FU :
|
|
</td>
|
|
<td>
|
|
<input type="number" name="attr_pt_fu" value="0" /> / <input type="number" name="attr_pt_fu_max" value="0" />
|
|
</td>
|
|
<td>
|
|
Résistance :
|
|
</td>
|
|
<td>
|
|
<input type="number" name="attr_resistance" value="0" /> / <input type="number" name="attr_resistance_max" value="0" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Jets de dés :
|
|
</td>
|
|
<td colspan="3">
|
|
<input type="number" name="attr_nb_des" value="1" /><b>d6</b>
|
|
<button type="roll" value="&{template:fu} {{nom=@{pj_name}}} {{jet_nom=garde le meilleur}} {{jet_lib=@{nb_des}d6}} {{jet=[[@{nb_des}d6k1]]}}" name="roll_des_meilleur">Garde le meilleur</button>
|
|
<button type="roll" value="&{template:fu} {{nom=@{pj_name}}} {{jet_nom=garde le moins bon}} {{jet_lib=@{nb_des}d6}} {{jet=[[@{nb_des}d6kl1]]}}" name="roll_des_pire">Garde le moins bon</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Concept :
|
|
</td>
|
|
<td colspan="3">
|
|
<input type="text" placeholder="Concept principal" name="attr_concept" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
Physique :<br/>
|
|
<textarea placeholder="Traits physiques" name="attr_physique" rows="3"></textarea>
|
|
</td>
|
|
<td colspan="2">
|
|
Esprit :<br/>
|
|
<textarea placeholder="Traits d'esprit" name="attr_esprit" rows="3"></textarea>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
Face à l'oposition :<br/>
|
|
<input type="text" name="attr_face_opposition" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
En amour : <br/>
|
|
<input type="text" name="attr_amour" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<h3>Atouts :</h3>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<div class="sheet-repetition">
|
|
<fieldset class="repeating_atout">
|
|
<input type="text" placeholder="Atout" name="attr_atout" />
|
|
<input type="number" name="attr_atout_rang" value="1" />
|
|
</fieldset>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<h3>Magie :</h3>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<div class="sheet-repetition">
|
|
<fieldset class="repeating_magie">
|
|
<input type="text" placeholder="Magie" name="attr_magie" />
|
|
<input type="number" name="attr_magie_rang" value="1" />
|
|
</fieldset>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
Je suis :
|
|
<br/>
|
|
<select name="attr_jesuis">
|
|
<option value="alie" selected/>Alié</option>
|
|
<option value="edrulain"/>Edrulain</option>
|
|
</select>
|
|
</td>
|
|
<td colspan="3">
|
|
Motivation :
|
|
<br/>
|
|
<input type="text" placeholder="Motivation du personage" name="attr_motivation" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<h3>Amis & Ennemis:</h3>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<div class="sheet-repetition">
|
|
<fieldset class="repeating_relation">
|
|
<input type="text" placeholder="Nom de la personne" name="attr_relation_nom" />
|
|
<select name="attr_relation_type">
|
|
<option value="ami" selected/>Ami</option>
|
|
<option value="ennemi"/>Ennemi</option>
|
|
</select>
|
|
</fieldset>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<h3>Aspects Libres:</h3>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<div class="sheet-repetition">
|
|
<fieldset class="repeating_aspect">
|
|
<input type="text" placeholder="Aspect" name="attr_aspect" />
|
|
<select name="attr_aspect_type">
|
|
<option value="+" selected/>(+)</option>
|
|
<option value="-"/>(-)</option>
|
|
</select>
|
|
</fieldset>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<h3>Prouesses :</h3>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<div class="sheet-repetition">
|
|
<fieldset class="repeating_prouesse">
|
|
<input type="text" placeholder="Prouesse" name="attr_prouesse" />
|
|
</fieldset>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<h3>Equipements :</h3>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<div class="sheet-repetition">
|
|
<fieldset class="repeating_equipement">
|
|
<input type="text" placeholder="Equipement" name="attr_equipement" />
|
|
</fieldset>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<h3>Conditions :</h3>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_affame" value="1"> Affamé
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_aveugle" value="1"> Aveuglé
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_blesse" value="1"> Blessé
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_ecorche" value="1"> Ecorché
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_colere" value="1"> En colère
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_epuise" value="1"> Epuisé
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_evanoui" value="1"> Evanoui
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_mourant" value="1"> Mourant
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_piege" value="1"> Piegé
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_autre" value="1"> <input type="text" style="width: 70%; " name="attr_condition_autre_lib" value="">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_autre2" value="1"> <input type="text" style="width: 70%; " name="attr_condition_autre_lib2" value="">
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_autre3" value="1"> <input type="text" style="width: 70%; " name="attr_condition_autre_lib3" value="">
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_autre4" value="1"> <input type="text" style="width: 70%; " name="attr_condition_autre_lib4" value="">
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_autre5" value="1"> <input type="text" style="width: 70%; " name="attr_condition_autre_lib5" value="">
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_condition_autre5" value="1"> <input type="text" style="width: 70%; " name="attr_condition_autre_lib5" value="">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<h3>Observations & Notes :</h3>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">
|
|
<textarea name="attr_obs_notes"></textarea>
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
<!-- Template FU -->
|
|
<rolltemplate class="sheet-rolltemplate-fu">
|
|
<table>
|
|
<tr>
|
|
<th colspan="2"> {{nom}} </th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"> lance <b>{{jet_lib}}</b> et {{jet_nom}} </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right"><b>Résultat : </b></td>
|
|
<td>
|
|
{{jet}}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="sheet-rt-note">
|
|
{{#rollTotal() jet 1}}
|
|
Non, et ...
|
|
{{/rollTotal() jet 1}}
|
|
{{#rollTotal() jet 2}}
|
|
Non.
|
|
{{/rollTotal() jet 2}}
|
|
{{#rollTotal() jet 3}}
|
|
Non, mais ...
|
|
{{/rollTotal() jet 3}}
|
|
{{#rollTotal() jet 4}}
|
|
Oui, mais ...
|
|
{{/rollTotal() jet 4}}
|
|
{{#rollTotal() jet 5}}
|
|
Oui.
|
|
{{/rollTotal() jet 5}}
|
|
{{#rollTotal() jet 6}}
|
|
Oui, et ...
|
|
{{/rollTotal() jet 6}}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</rolltemplate>
|