5ab03920d6
- Fix: Remplacement de 'Points d'Âme' par 'Points de Pouvoir' dans les messages de chat - Fix: Ajout de la case Âme avec Seuil de Pouvoir dans les fiches de créature - Fix: Ajout du champ Seuil de Pouvoir éditable dans les fiches de créature - Fix: Initiative, Défense et Protection maintenant éditables dans les fiches de créature - Fix: Ajout du champ Bonus/Malus aux templates de Traits chaotiques et d'espèce - Fix: Le champ coût en Pouvoir des Runes accepte maintenant du texte (StringField) - Fix: Rafraîchissement des fiches après drop d'items pour afficher les Traits - Fix: Ajout des nouveaux types d'items (Trait Démoniaque, Pouvoir Élémentaire, Capacité d'Automata) - New: Ajout des modèles et templates pour les nouveaux types d'items - New: Intégration complète des nouveaux types dans les fichiers de configuration Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
76 lines
2.5 KiB
Handlebars
76 lines
2.5 KiB
Handlebars
<section>
|
|
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-header.hbs}} {{>
|
|
systems/fvtt-mournblade-cyd-2-0/templates/partial-item-nav.hbs}} {{!-- Sheet
|
|
Body --}} {{!-- Sheet Body --}}
|
|
|
|
<section class="sheet-body">
|
|
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-description.hbs}}
|
|
|
|
<div class="tab details" data-group="primary" data-tab="details">
|
|
<ul class="item-list alternate-list">
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long"
|
|
>{{localize "MNBL.highlanguage"}} :
|
|
</label>
|
|
<input
|
|
type="text"
|
|
class="padd-right status-small-label color-class-common item-field-label-long"
|
|
name="system.formule"
|
|
value="{{system.formule}}"
|
|
data-dtype="String"
|
|
/>
|
|
</li>
|
|
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long"
|
|
>{{localize "MNBL.difficulty"}} :
|
|
</label>
|
|
<input
|
|
type="text"
|
|
class="padd-right status-small-label color-class-common item-field-label-long"
|
|
name="system.seuil"
|
|
value="{{system.seuil}}"
|
|
data-dtype="Number"
|
|
/>
|
|
</li>
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long"
|
|
>{{localize "MNBL.pronouncedrune"}} :
|
|
</label>
|
|
<input
|
|
type="text"
|
|
class="padd-right status-small-label color-class-common item-field-label-long2"
|
|
name="system.prononcee"
|
|
value="{{system.prononcee}}"
|
|
data-dtype="String"
|
|
/>
|
|
</li>
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long"
|
|
>{{localize "MNBL.tracedrune"}} :
|
|
</label>
|
|
<input
|
|
type="text"
|
|
class="padd-right status-small-label color-class-common item-field-label-long2"
|
|
name="system.tracee"
|
|
value="{{system.tracee}}"
|
|
data-dtype="String"
|
|
/>
|
|
</li>
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long"
|
|
>Coût en Pouvoir :
|
|
</label>
|
|
<input
|
|
type="text"
|
|
class="padd-right status-small-label color-class-common item-field-label-long2"
|
|
name="system.coutAme"
|
|
value="{{system.coutAme}}"
|
|
data-dtype="String"
|
|
/>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|