Various enhancements + fixes
All checks were successful
Release Creation / build (release) Successful in 56s
All checks were successful
Release Creation / build (release) Successful in 56s
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
|
||||
<div>
|
||||
<h4>Malus de santé : {{santeModifier}} niveaux</h4>
|
||||
</div>
|
||||
@ -91,7 +91,7 @@
|
||||
</ul>
|
||||
|
||||
{{#if (or (count maladies) (count poisons))}}
|
||||
<ul class="item-list alternate-list">
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-field-title-long">
|
||||
<h3><label class="item-field-label-long">Maladies & Poisons</label></h3>
|
||||
@ -157,7 +157,7 @@
|
||||
</li>
|
||||
<li class="item flexrow list-item carac-box">
|
||||
<label class="item-left-pad item-field item-field-label-medium">Armures Lourdes</label>
|
||||
<input class="input-numeric-short" type="text" value="{{nbArmuresLourdes}}" disabled data-dtype="Number" /> /
|
||||
<input class="input-numeric-short" type="text" value="{{nbArmuresLourdes}}" disabled data-dtype="Number" /> /
|
||||
<input class="input-numeric-short" type="text" value="{{pointsArmuresLourdes.value}}" disabled data-dtype="Number" />
|
||||
<label class="item-left-pad item-field item-field-label-medium">Actions/Tour</label>
|
||||
<input class="input-numeric-short" type="text" value="{{nbActions.value}}" disabled data-dtype="Number" />
|
||||
@ -173,7 +173,7 @@
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-add" data-type="grace" title="Créer une Grâce"><i
|
||||
class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
{{#each graces as |grace key|}}
|
||||
<li class="item flexrow list-item list-item-shadow item-id" data-item-id="{{grace._id}}">
|
||||
@ -204,7 +204,7 @@
|
||||
<img class="sheet-competence-img" src="/systems/fvtt-te-deum/images/icons/{{key}}.webp" />
|
||||
<h3 class="item-field-label-long14" data-tooltip="Caracteristique">{{carac.name}} : {{carac.qualite}}</h3>
|
||||
<label class="item-field item-field-label-short">{{carac.value}}</label>
|
||||
<label class="item-field ">{{carac.dice}} (xp :
|
||||
<label class="item-field ">{{carac.dice}} (xp :
|
||||
{{#if @root.isGM}}
|
||||
<input class="input-numeric-short" type="text" name="system.caracteristiques.{{key}}.experience" value="{{carac.experience}}" data-dtype="Number" />
|
||||
{{else}}
|
||||
@ -216,7 +216,7 @@
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control competence-add" data-type="competence" data-carac-key="{{key}}" title="Ajouter une Compétence"><i
|
||||
class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<ul class="ul-level1 flexrow item-list">
|
||||
{{#each carac.competences as |comp skillkey|}}
|
||||
@ -324,7 +324,7 @@
|
||||
<span>Blessures : </span>
|
||||
{{#each loc.blessures as |blessure idx| }}
|
||||
<span>{{blessure.name}} ({{blessure.malus}})</span>
|
||||
{{/each}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
@ -345,7 +345,7 @@
|
||||
<input type="text" class="input-numeric-short" name="system.fortune.{{key}}" value="{{fortune}}"
|
||||
data-dtype="Number" />
|
||||
</div>
|
||||
{{/each}}
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
<span class="item-name-label-header items-title-bg">
|
||||
@ -375,7 +375,7 @@
|
||||
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
||||
src="{{equip.img}}" /></a>
|
||||
<span class="item-name-label">{{equip.name}}</span>
|
||||
<span class="item-field-label-medium">{{equip.system.prix}} {{equip.system.monnaie}}</span>
|
||||
<span class="item-field-label-medium">{{equip.system.prix}} {{monnaie equip.system.monnaie}}</span>
|
||||
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@ -384,7 +384,39 @@
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
||||
</ul>
|
||||
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-field-label-long">
|
||||
<h3><label class="item-field-label-long">Simples</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-medium">
|
||||
<label class="item-field-label-medium">Prix</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-add" data-type="simple" title="Créer une simple"><i
|
||||
class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{#each simples as |simple key|}}
|
||||
<li class="item list-item flexrow list-item-shadow item-id" data-item-id="{{simple._id}}">
|
||||
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
||||
src="{{simple.img}}" /></a>
|
||||
<span class="item-name-label">{{simple.name}}</span>
|
||||
<span class="item-field-label-medium">{{simple.system.prix}} {{monnaie simple.system.monnaie}}</span>
|
||||
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-edit" title="Editer une simple"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-delete" title="Supprimer une simple"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
{{!-- Biography Tab --}}
|
||||
|
@ -12,21 +12,38 @@
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
||||
{{> systems/fvtt-te-deum/templates/items/partial-item-description.hbs}}
|
||||
<div class="tab description" data-group="primary" data-tab="description">
|
||||
<div class="grace-texte">
|
||||
<strong>Transmission</strong> : {{system.transmission}}
|
||||
</div>
|
||||
<div class="grace-texte">
|
||||
<strong>Symptômes</strong> : {{system.symptomes}}
|
||||
</div>
|
||||
<div class="grace-texte">
|
||||
<strong>Complications</strong> : {{system.complications}}
|
||||
</div>
|
||||
<hr>
|
||||
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
|
||||
<h4 class="item-name-label-long">Transmission</h4>
|
||||
<textarea name="system.transmission" data-dtype="String">
|
||||
<textarea name="system.transmission" rows="6" data-dtype="String">
|
||||
{{{system.transmission}}}
|
||||
</textarea>
|
||||
|
||||
<h4 class="item-name-label-long">Symptômes</h4>
|
||||
<textarea name="system.symptomes" data-dtype="String">
|
||||
<textarea name="system.symptomes" rows="6" data-dtype="String">
|
||||
{{{system.symptomes}}}
|
||||
</textarea>
|
||||
|
||||
<ul>
|
||||
<h4 class="item-name-label-long">Complications</h4>
|
||||
<textarea name="system.complications" rows="6" data-dtype="String">
|
||||
{{{system.complications}}}
|
||||
</textarea>
|
||||
|
||||
<ul>
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Difficulté au test d'Endurance</label>
|
||||
<select class="" type="text" name="system.difficulteEndurance" data-dtype="String">
|
||||
|
@ -12,21 +12,30 @@
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
||||
{{> systems/fvtt-te-deum/templates/items/partial-item-description.hbs}}
|
||||
<div class="tab description" data-group="primary" data-tab="description">
|
||||
<div class="grace-texte">
|
||||
<strong>Vertus médicinales</strong> : {{system.vertus}}
|
||||
</div>
|
||||
<div class="grace-texte">
|
||||
<strong>Toxicité</strong> : {{system.toxicite}}
|
||||
</div>
|
||||
<hr>
|
||||
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
|
||||
<h4 class="item-name-label-long">Vertus médicinales</h4>
|
||||
<textarea name="system.vertus" data-dtype="String">
|
||||
<textarea name="system.vertus" rows="6" data-dtype="String">
|
||||
{{{system.vertus}}}
|
||||
</textarea>
|
||||
|
||||
<h4 class="item-name-label-long">Toxicité</h4>
|
||||
<textarea name="system.toxicite" data-dtype="String">
|
||||
<textarea name="system.toxicite" rows="6" data-dtype="String">
|
||||
{{{system.toxicite}}}
|
||||
</textarea>
|
||||
|
||||
<ul>
|
||||
<ul>
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Difficulté au test d'Endurance</label>
|
||||
<select class="" type="text" name="system.difficulteEndurance" data-dtype="String">
|
||||
|
Reference in New Issue
Block a user