Ajout d'un onglet pour les fortins

This commit is contained in:
DiChim Zoug
2016-10-15 12:00:49 +02:00
parent 0da3abb14d
commit 7dcb8ff2bb
3 changed files with 169 additions and 5 deletions
+4 -2
View File
@@ -155,7 +155,8 @@ input.sheet-tab:checked::before {
input.sheet-tab1:checked ~ div.sheet-section-core,
input.sheet-tab2:checked ~ div.sheet-section-pnj{
input.sheet-tab2:checked ~ div.sheet-section-pnj,
input.sheet-tab3:checked ~ div.sheet-section-fortin{
max-height: 999999px;
visibility: visible;
opacity: 1;
@@ -164,7 +165,8 @@ input.sheet-tab2:checked ~ div.sheet-section-pnj{
}
input.sheet-tab1:checked + span.sheet-tab1,
input.sheet-tab2:checked + span.sheet-tab2{
input.sheet-tab2:checked + span.sheet-tab2,
input.sheet-tab3:checked + span.sheet-tab3{
background: #ccc;
color: #000;
font-weight: bold;
+162 -3
View File
@@ -17,6 +17,8 @@
<span class="sheet-tab sheet-tab1">Patrouilleur</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2" title="PNJ"/>
<span class="sheet-tab sheet-tab2">PNJ</span>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3" title="Fortin"/>
<span class="sheet-tab sheet-tab3">Fortin</span>
<div class="sheet-section sheet-section-core">
<div class="sheet-table sheet-header-row">&nbsp;</div>
<div>
@@ -559,7 +561,7 @@
<tr>
<th colspan="6">
COMPAGNONS ANIMAUX
</thd>
</th>
</tr>
<tr>
<td colspan="6">
@@ -641,8 +643,7 @@
<td colspan="6">
<textarea name="attr_obs_notes"></textarea>
</td>
</tr>
</tr>
</table>
</div>
</div>
@@ -790,6 +791,164 @@
</div>
</div>
<div class="sheet-section sheet-section-fortin">
<div class="sheet-table sheet-header-row">&nbsp;</div>
<div>
<h3>Informations Fortin</h3>
<table>
<tr>
<td>
Nom :
</td>
<td>
<input type="text" placeholder="Nom" name="attr_character_name" />
</td>
<td>
Localisation :
</td>
<td>
<input type="text" placeholder="Localisation" name="attr_fortin_localisation" />
</td>
</tr>
<tr>
<td colspan="4">
<table>
<tr>
<td>
Atelier
</td>
<td>
<input type="number" name="attr_fortin_atelier" value="0" title="Acheter des objets moitié prix / deux pour le prix d'un / un objet expectionnel par semaine"/>
</td>
<td>
Auberge
</td>
<td>
<input type="number" name="attr_fortin_auberge" value="0" title="Génère une rumeur par rang et par semaine"/>
</td>
<td>
Avant-postes
</td>
<td>
<input type="number" name="attr_fortin_avantpostes" value="0" title="Une rumeur par joueur. 1d8 ressources utiles à chaque visite"/>
</td>
<td>
Bibliothèque
</td>
<td>
<input type="number" name="attr_fortin_bibliotheque" value="0" title="+4 aux jets correspondant au thème de la collection"/>
</td>
</tr>
<tr>
<td>
Caserne
</td>
<td>
<input type="number" name="attr_fortin_caserne" value="0" title="Permet de récupérer après les pertes. 1d8 porteurs ou 1 mercenère par rang"/>
</td>
<td>
Comptoir
</td>
<td>
<input type="number" name="attr_fortin_comptoir" value="0" title="Produit 1d8 ressources immobilisées par rang et par semaine"/>
</td>
<td>
Donjon
</td>
<td>
<input type="number" name="attr_fortin_donjon" value="0" title="Permet de promulguer une nouvelle ordonnance par saison (ou par mois selon le rythme du jeu)"/>
</td>
<td>
Ecuries
</td>
<td>
<input type="number" name="attr_fortin_ecuries" value="0" title="Fournissent et soignent une monture et deux animaux de bât par rang"/>
</td>
</tr>
<tr>
<td>
Forge
</td>
<td>
<input type="number" name="attr_fortin_forge" value="0" title="Répare gratuitement un point d'armure abimée par rang et par semaine"/>
</td>
<td>
Fortifications
</td>
<td>
<input type="number" name="attr_fortin_fortifications" value="0" title="Repoussent les créatures dont le DV est inférieur ou égal au rang du bâtiment"/>
</td>
<td>
Grand hall
</td>
<td>
<input type="number" name="attr_fortin_grandhall" value="0" title="Permet d'installer une légation par rang dans les communauté de la satrapie"/>
</td>
<td>
Jardins
</td>
<td>
<input type="number" name="attr_fortin_jardins" value="0" title="Produisent 1d8 ressources utiles par rang et par semaine en moyenne"/>
</td>
</tr>
<tr>
<td>
Laboratoire
</td>
<td>
<input type="number" name="attr_fortin_laboratoire" value="0" title="Fournit des préparations alchimiques (prix : 1 point de ressources par cercle)"/>
</td>
<td>
Lazaret
</td>
<td>
<input type="number" name="attr_fortin_lazaret" value="0" title="Elimine une semaine de convalescence par rang et par semaine"/>
</td>
<td>
Relais
</td>
<td>
<input type="number" name="attr_fortin_relais" value="0" title="Permet d'envoyer [rang] messages aller et retour par semaine vers les communautés"/>
</td>
<td>
Temple/Observatoire
</td>
<td>
<input type="number" name="attr_fortin_temple" value="0" title="Chacun permet d'activer un pouvoir par rang de bâtiment chaque semaine"/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<th colspan="4">
COLLECTIONS DE LA BIBLIOTHÈQUE
</th>
</tr>
<tr>
<td colspan="6">
<div class="sheet-repetition">
<fieldset class="repeating_fortincollection">
<input class="sheet-lib-repetition" placeholder="Collection" type="text" name="attr_fortin_collection" />
</fieldset>
</div>
</td>
</tr>
<tr>
<th colspan="4">
OBSERVATIONS & NOTES
</th>
</tr>
<tr>
<td colspan="4">
<textarea name="attr_fortin_obs_notes"></textarea>
</td>
</tr>
</table>
</div>
</div>
</div>
<!-- Les scripts -->
<script type="text/worker">
//Vigilance
+3
View File
@@ -3,6 +3,9 @@
Feuille de personnage pour Oltréé! Un jeu de rôle créé par Le Grümph.
Plus d'informations : http://www.legrog.org/jeux/oltree/oltree-fr
##v1.3 (2016-10-15)
Ajout de l'onglet fortin.
##v1.2 (2016-02-02)
Correction d'un bug d'affichage du dé d'exaltation sur le jet de soldat.