mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Trail of Cthulhu french v1
Trail of Cthulhu french v1 (2015-12-27), translated and adapted from the english Trail of Cthulhu sheet by Michael Heilemann.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,9 @@
|
||||
# Feuille de Personnage Trail of Cthulhu pour Roll20
|
||||
|
||||
Traduction et adaptation en français de la feuille Trail of Cthulhu VO de Michael Heilemann.
|
||||
|
||||
#Version 1.0 (2015-12-27)
|
||||
|
||||
Création de la fiche.
|
||||
|
||||

|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"html": "tocvf.html",
|
||||
"css": "tocvf.css",
|
||||
"authors": "Michael Heilemann, Natha",
|
||||
"roll20userid": ",75857",
|
||||
"preview": "tocvf.png",
|
||||
"instructions": "Trail of Cthulhu french v1 (2015-12-27), traduction et adaptation de Trail of Cthulhu VO par Michael Heilemann."
|
||||
}
|
||||
@@ -0,0 +1,148 @@
|
||||
@font-face {
|
||||
font-family: 'Old Standard';
|
||||
src: url('http://openfontlibrary.org/assets/fonts/old-standard/8f7616da5d24d2c54ec2d8e734320ac1/7abc9277b7a86ca71ac364b3b6eaf950/OldStandardTTRegular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.charsheet {
|
||||
background: #FEFEFA;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.charsheet * {
|
||||
font-family: 'Old Standard', helvetica, serif;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.sheet-isAdversary:checked~.sheet-pc,
|
||||
.sheet-isAdversary:checked~.sheet-lm-character,
|
||||
.sheet-isPC:checked~.sheet-adversary,
|
||||
.sheet-isPC:checked~.sheet-lm-character,
|
||||
.sheet-isNPC:checked~.sheet-adversary,
|
||||
.sheet-isNPC:checked~.sheet-pc {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sheet-isNPC {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
max-width: initial !important;
|
||||
}
|
||||
|
||||
button[type=roll] {
|
||||
background: transparent;
|
||||
border: none;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
opacity: .5;
|
||||
padding: 0;
|
||||
margin: 0 5px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button[type=roll]:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 12px;
|
||||
width: initial;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
border: none;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background: #FEFEFA;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
}
|
||||
|
||||
input:hover,
|
||||
textarea:hover,
|
||||
input:focus,
|
||||
textarea:focus {
|
||||
background: rgba(255,255,255,1);
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="number"],
|
||||
input.sheet-number {
|
||||
background: none !important;
|
||||
border-radius: 0;
|
||||
border-bottom: 1px solid #c9a800;
|
||||
padding: 0 0 2px;
|
||||
}
|
||||
|
||||
input.sheet-number {
|
||||
width: 25px !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
border-radius: 0;
|
||||
border: 1px solid #c9a800;
|
||||
height: 68px
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
td.sheet-skill-container {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.sheet-box {
|
||||
margin-bottom: 10px;
|
||||
border-style: solid;
|
||||
border-width: 54px;
|
||||
border-image: url(http://f.cl.ly/items/2w1Z3q0J3X460G2L0G01/box.png) 185 repeat;
|
||||
}
|
||||
|
||||
.sheet-box > table {
|
||||
margin: -30px;
|
||||
width: calc(100% + 60px);
|
||||
}
|
||||
|
||||
td {
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
.sheet-left {
|
||||
vertical-align: top;
|
||||
width: 33%;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.sheet-right {
|
||||
vertical-align: top;
|
||||
width: 66%;
|
||||
}
|
||||
|
||||
.sheet-skill-container-left {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.sheet-skill-container-right {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.sheet-fullwidth {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -0,0 +1,643 @@
|
||||
<!--
|
||||
<input type="radio" class="isPC" value="1" name="attr_pc" checked><label>Player Character</label>
|
||||
<input type="radio" class="isNPC" value="0" name="attr_pc"><label>Keeper Character</label>
|
||||
|
||||
-->
|
||||
<link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/old-standard" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td class="sheet-left">
|
||||
<div class="sheet-box">
|
||||
<table class="sheet-info">
|
||||
<tr>
|
||||
<td><label>Nom</label></td>
|
||||
<td colspan="3"><input type="text" name="attr_name"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label>Motivation</label></td>
|
||||
<td colspan="3"><input type="text" name="attr_drive"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label>Profession</label></td>
|
||||
<td colspan="3"><input type="text" name="attr_occupation"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label>Avantages professionnels</label></td>
|
||||
<td colspan="3"><input type="text" name="attr_occupational_benefits"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4"><input type="text" name="attr_occupational_benefits_2" style="width: 100%"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="sheet-box">
|
||||
<table class="sheet-sanity">
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td><label>Santé mentale</label></td>
|
||||
<td><input type="text" class="number" name="attr_sanity_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_sanity_rating"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label>Piliers de Santé mentale</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name="attr_pillars_of_sanity_1" class="fullwidth"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name="attr_pillars_of_sanity_2" class="fullwidth"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name="attr_pillars_of_sanity_3" class="fullwidth"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="sheet-box">
|
||||
<table class="sheet-stabilty">
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td><label>Équilibre mental</label></td>
|
||||
<td><input type="text" class="number" name="attr_stability_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_stability_rating"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label>Source d’Équilibre</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<textarea name="attr_sources_of_stability"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="sheet-box">
|
||||
<table class="sheet-mental-disorders">
|
||||
<tr>
|
||||
<td>
|
||||
<label>Troubles Mentaux</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<textarea name="attr_mental_disorders"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="sheet-box">
|
||||
<table class="sheet-health">
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td><label>Santé</label></td>
|
||||
<td><input type="text" class="number" name="attr_health_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_health_rating"/></td>
|
||||
<td><label>Seuil de blessure</label></td>
|
||||
<td><input type="text" class="number" name="attr_hit_threshold"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td class="sheet-right">
|
||||
<div class="sheet-box">
|
||||
<table class="sheet-skills">
|
||||
<tr>
|
||||
<td class="sheet-skill-container sheet-skill-container-left">
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="5"><h3>Académiques</h3></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_anthropology_pool_occupational"></td>
|
||||
<td><label>Anthropologie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_anthropology_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_anthropology_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_archeology_pool_occupational"></td>
|
||||
<td><label>Archéologie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_archeology_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_archeology_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_architecture_pool_occupational"></td>
|
||||
<td><label>Architecture</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_architecture_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_architecture_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_library_use_pool_occupational"></td>
|
||||
<td><label>Bibliothèque</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_library_use_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_library_use_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_biology_pool_occupational"></td>
|
||||
<td><label>Biologie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_biology_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_biology_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_accounting_pool_occupational"></td>
|
||||
<td><label>Comptabilité</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_accounting_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_accounting_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_cryptography_pool_occupational"></td>
|
||||
<td><label>Cryptographie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_cryptography_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_cryptography_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_geology_pool_occupational"></td>
|
||||
<td><label>Géologie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_geology_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_geology_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_history_pool_occupational"></td>
|
||||
<td><label>Histoire</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_history_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_history_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_art_history_pool_occupational"></td>
|
||||
<td><label>Histoire de l’Art</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_art_history_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_art_history_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_languages_pool_occupational"></td>
|
||||
<td><label>Langues</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_languages_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_languages_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_law_pool_occupational"></td>
|
||||
<td><label>Loi</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_law_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_law_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_medicine_pool_occupational"></td>
|
||||
<td><label>Médecine</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_medicine_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_medicine_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_cthulhu_mythos_pool_occupational"></td>
|
||||
<td><label>Mythe de Cthulhu</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_cthulhu_mythos_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_cthulhu_mythos_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_occult_pool_occupational"></td>
|
||||
<td><label>Occultisme</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_occult_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_occult_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_physics_pool_occupational"></td>
|
||||
<td><label>Sciences</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_physics_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_physics_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_theology_pool_occupational"></td>
|
||||
<td><label>Théologie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_theology_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_theology_rating"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="5"><h3>Relationnelles</h3></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_bureaucracy_pool_occupational"></td>
|
||||
<td><label>Bureaucratie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_bureaucracy_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_bureaucracy_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_streetwise_pool_occupational"></td>
|
||||
<td><label>Connaissance de la rue</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_streetwise_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_streetwise_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_flattery_pool_occupational"></td>
|
||||
<td><label>Flatterie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_flattery_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_flattery_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_oral_history_pool_occupational"></td>
|
||||
<td><label>Histoire orale</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_oral_history_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_oral_history_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_interrogation_pool_occupational"></td>
|
||||
<td><label>Interrogatoire</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_interrogation_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_interrogation_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_intimidation_pool_occupational"></td>
|
||||
<td><label>Intimidation</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_intimidation_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_intimidation_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_cop_talk_pool_occupational"></td>
|
||||
<td><label>Jargon policier</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_cop_talk_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_cop_talk_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_credit_rating_pool_occupational"></td>
|
||||
<td><label>Niveau de vie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_credit_rating_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_credit_rating_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_bargain_pool_occupational"></td>
|
||||
<td><label>Négociation</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_bargain_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_bargain_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="honesty_pool_occupational"></td>
|
||||
<td><label>Psychologie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_assess honesty_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_assess honesty_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_reassurance_pool_occupational"></td>
|
||||
<td><label>Réconfort</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_reassurance_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_reassurance_rating"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
<td class="sheet-skill-container sheet-skill-container-right">
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="5"><h3>Générales</h3></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_athletics_pool_occupational"></td>
|
||||
<td><label>Athlétisme</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_athletics_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_athletics_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_firearms_pool_occupational"></td>
|
||||
<td><label>Armes à feu</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_firearms_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_firearms_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_scuffling_pool_occupational"></td>
|
||||
<td><label>Bagarre</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_scuffling_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_scuffling_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_shadowing_pool_occupational"></td>
|
||||
<td><label>Camouflage</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_shadowing_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_shadowing_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_driving_pool_occupational"></td>
|
||||
<td><label>Conduite</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_driving_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_driving_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_disguise_pool_occupational"></td>
|
||||
<td><label>Déguisement</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_disguise_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_disguise_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_stealth_pool_occupational"></td>
|
||||
<td><label>Discrétion</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_stealth_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_stealth_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_electrical_repair_pool_occupational"></td>
|
||||
<td><label>Electricité</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_electrical_repair_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_electrical_repair_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_riding_pool_occupational"></td>
|
||||
<td><label>Equitation</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_riding_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_riding_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_explosives_pool_occupational"></td>
|
||||
<td><label>Explosifs</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_explosives_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_explosives_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_conceal_pool_occupational"></td>
|
||||
<td><label>Filature</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_conceal_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_conceal_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_fleeing_pool_occupational"></td>
|
||||
<td><label>Fuite</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_fleeing_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_fleeing_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_hypnosis_pool_occupational"></td>
|
||||
<td><label>Hypnose</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_hypnosis_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_hypnosis_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_magic_pool_occupational"></td>
|
||||
<td><label>Magie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_magic_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_magic_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_mechanical_repair_pool_occupational"></td>
|
||||
<td><label>Mécanique</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_mechanical_repair_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_mechanical_repair_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_weapons_pool_occupational"></td>
|
||||
<td><label>Mêlée</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_weapons_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_weapons_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_preparedness_pool_occupational"></td>
|
||||
<td><label>Organisation</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_preparedness_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_preparedness_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_filch_pool_occupational"></td>
|
||||
<td><label>Piquer</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_filch_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_filch_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_piloting_pool_occupational"></td>
|
||||
<td><label>Pilotage</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_piloting_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_piloting_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_first_aid_pool_occupational"></td>
|
||||
<td><label>Premiers soins</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_first_aid_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_first_aid_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_psychoanalysis_pool_occupational"></td>
|
||||
<td><label>Psychanalyse</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_psychoanalysis_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_psychoanalysis_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_sense_trouble_pool_occupational"></td>
|
||||
<td><label>Sixième sens</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_sense_trouble_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_sense_trouble_rating"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="5"><h3>Techniques</h3></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_craft_pool_occupational"></td>
|
||||
<td><label>Artisanat</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_craft_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_craft_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_art_pool_occupational"></td>
|
||||
<td><label>Arts</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_art_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_art_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_astronomy_pool_occupational"></td>
|
||||
<td><label>Astronomie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_astronomy_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_astronomy_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_chemistry_pool_occupational"></td>
|
||||
<td><label>Chimie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_chemistry_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_chemistry_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_outdoorsman_pool_occupational"></td>
|
||||
<td><label>Connaissance de la nature</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_outdoorsman_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_outdoorsman_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_locksmith_pool_occupational"></td>
|
||||
<td><label>Crochetage</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_locksmith_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_locksmith_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_forensics_pool_occupational"></td>
|
||||
<td><label>Expertise légale</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_forensics_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_forensics_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_pharmacy_pool_occupational"></td>
|
||||
<td><label>Pharmacologie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_pharmacy_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_pharmacy_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_photography_pool_occupational"></td>
|
||||
<td><label>Photographie</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_photography_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_photography_rating"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attr_skill_evidence_collection_pool_occupational"></td>
|
||||
<td><label>Recueil d’indices</label></td>
|
||||
<td><input type="text" class="number" name="attr_skill_evidence_collection_pool"/></td>
|
||||
<td>/</td>
|
||||
<td><input type="text" class="number" name="attr_skill_evidence_collection_rating"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="sheet-box">
|
||||
<table>
|
||||
<tr>
|
||||
<td><label>Armes ou Explosifs</label></td>
|
||||
<td><label>Muni.</label></td>
|
||||
<td><label>Bout portant</label></td>
|
||||
<td><label>Courte</label></td>
|
||||
<td><label>Moyenne</label></td>
|
||||
<td><label>Longue</label></td>
|
||||
<td><label>Notes</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name="attr_weapon_name_1"></td>
|
||||
<td><input type="text" name="attr_weapon_ammo_1" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_point_blank_1" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_close_1" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_near_1" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_long_1" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_notes_1"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name="attr_weapon_name_2"></td>
|
||||
<td><input type="text" name="attr_weapon_ammo_2" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_point_blank_2" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_close_2" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_near_2" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_long_2" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_notes_2"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name="attr_weapon_name_3"></td>
|
||||
<td><input type="text" name="attr_weapon_ammo_3" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_point_blank_3" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_close_3" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_near_3" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_long_3" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_notes_3"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name="attr_weapon_name_4"></td>
|
||||
<td><input type="text" name="attr_weapon_ammo_4" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_point_blank_4" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_close_4" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_near_4" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_long_4" class="number"></td>
|
||||
<td><input type="text" name="attr_weapon_notes_4"></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
Reference in New Issue
Block a user