Add UK/US translation
This commit is contained in:
@@ -11,53 +11,53 @@
|
||||
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow ">
|
||||
<label class="item-name-label competence-name item-field-label-short"><strong>Loi</strong></label>
|
||||
<label class="item-name-label competence-name item-field-label-short"><strong>{{localize "MNBL.law"}}</strong></label>
|
||||
|
||||
<label class="item-name-label competence-name item-field-label-short">Niveau</label><input type="text"
|
||||
<label class="item-name-label competence-name item-field-label-short">{{localize "MNBL.level"}}</label><input type="text"
|
||||
class="padd-right status-small-label color-class-common item-field-label-short"
|
||||
name="system.balance.loi" value="{{data.balance.loi}}" data-dtype="Number" />
|
||||
|
||||
<label class="item-name-label competence-name item-field-label-short">Points</label>
|
||||
<label class="item-name-label competence-name item-field-label-short">{{localize "MNBL.points"}}</label>
|
||||
<select class="status-small-label color-class-common item-field-label-short" type="text"
|
||||
name="system.balance.pointsloi" value="{{data.balance.pointsloi}}" data-dtype="Number">
|
||||
{{selectOptions @root.config.listeNiveauSkill selected=data.balance.pointsloi}}
|
||||
</select>
|
||||
|
||||
<label class="item-name-label competence-name item-field-label-medium">Aspect {{aspect}}</label>
|
||||
<label class="item-name-label competence-name item-field-label-medium">{{localize "MNBL.aspect"}} {{aspect}}</label>
|
||||
</li>
|
||||
|
||||
<li class="item flexrow ">
|
||||
<label class="item-name-label competence-name item-field-label-short"><strong>Chaos</strong></label>
|
||||
<label class="item-name-label competence-name item-field-label-short"><strong>{{localize "MNBL.chaos"}}</strong></label>
|
||||
|
||||
<label class="item-name-label competence-name item-field-label-short">Niveau</label><input type="text"
|
||||
<label class="item-name-label competence-name item-field-label-short">{{localize "MNBL.level"}}</label><input type="text"
|
||||
class="padd-right status-small-label color-class-common item-field-label-short"
|
||||
name="system.balance.chaos" value="{{data.balance.chaos}}" data-dtype="Number" />
|
||||
|
||||
<label class="item-name-label competence-name item-field-label-short">Points</label><select
|
||||
<label class="item-name-label competence-name item-field-label-short">{{localize "MNBL.points"}}</label><select
|
||||
class="status-small-label color-class-common item-field-label-short" type="text"
|
||||
name="system.balance.pointschaos" value="{{data.balance.pointschaos}}" data-dtype="Number">
|
||||
{{selectOptions @root.config.listeNiveauSkill selected=data.balance.pointschaos}}
|
||||
</select>
|
||||
<label class="item-name-label competence-name item-field-label-medium">Marge {{marge}}</label>
|
||||
<label class="item-name-label competence-name item-field-label-medium">{{localize "MNBL.margin"}} {{marge}}</label>
|
||||
</li>
|
||||
|
||||
<li class="item flexrow ">
|
||||
<h4 class="item-name-label competence-name">Bonne Aventure</h4>
|
||||
<label class="item-name-label competence-name item-field-label-short">Base</label>
|
||||
<h4 class="item-name-label competence-name">{{localize "MNBL.goodadventure"}}</h4>
|
||||
<label class="item-name-label competence-name item-field-label-short">{{localize "MNBL.base"}}</label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common item-field-label-short"
|
||||
name="system.bonneaventure.base" value="{{data.bonneaventure.base}}" data-dtype="Number" />
|
||||
<label class="item-name-label competence-name item-field-label-short">Actuelle</label>
|
||||
<label class="item-name-label competence-name item-field-label-short">{{localize "MNBL.current"}}</label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common item-field-label-short"
|
||||
name="system.bonneaventure.actuelle" value="{{data.bonneaventure.actuelle}}" data-dtype="Number" />
|
||||
</li>
|
||||
|
||||
<li class="item flexrow ">
|
||||
<h4 class="item-name-label competence-name">Alignement {{alignement}}</h4>
|
||||
<h4 class="item-name-label competence-name item-field-label-short">Eclat</h4>
|
||||
<h4 class="item-name-label competence-name">{{localize "MNBL.alignement"}} {{alignement}}</h4>
|
||||
<h4 class="item-name-label competence-name item-field-label-short">{{localize "MNBL.eclat"}}</h4>
|
||||
<input type="text" class="padd-right status-small-label color-class-common item-field-label-short"
|
||||
name="system.eclat.value" value="{{data.eclat.value}}" data-dtype="Number" />
|
||||
|
||||
<h4 class="item-name-label competence-name item-field-label-medium">Expérience</h4>
|
||||
<h4 class="item-name-label competence-name item-field-label-medium">{{localize "MNBL.exp"}}</h4>
|
||||
<input type="text" class="padd-right status-small-label color-class-common item-field-label-short"
|
||||
name="system.experience.value" value="{{data.experience.value}}" data-dtype="Number" />
|
||||
|
||||
@@ -71,11 +71,11 @@
|
||||
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<a class="item" data-tab="principal">Attributs</a>
|
||||
<a class="item" data-tab="competences">Compétences</a>
|
||||
<a class="item" data-tab="dons">Dons/Pactes</a>
|
||||
<a class="item" data-tab="equipement">Equipement/Actions</a>
|
||||
<a class="item" data-tab="biodata">Bio&Notes</a>
|
||||
<a class="item" data-tab="principal">{{localize "MNBL.attributes"}}</a>
|
||||
<a class="item" data-tab="competences">{{localize "MNBL.skills"}}</a>
|
||||
<a class="item" data-tab="dons">{{localize "MNBL.abilities"}}</a>
|
||||
<a class="item" data-tab="equipement">{{localize "MNBL.equipment"}}</a>
|
||||
<a class="item" data-tab="biodata">{{localize "MNBL.bio"}}</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
@@ -92,7 +92,7 @@
|
||||
<li class="item flexrow " data-attr-key="{{key}}">
|
||||
<img class="item-name-img" src="systems/fvtt-mournblade/assets/icons/{{attr.labelnorm}}.webp">
|
||||
<span class="item-name-label competence-name item-field-label-medium"><a
|
||||
class="roll-attribut">{{attr.label}}</a></span>
|
||||
class="roll-attribut">{{localize attr.label}}</a></span>
|
||||
<select class="status-small-label color-class-common item-field-label-short" type="text"
|
||||
name="system.attributs.{{key}}.value" value="{{attr.value}}" data-dtype="Number">
|
||||
{{selectOptions @root.config.listeNiveauSkill selected=attr.value}}
|
||||
@@ -101,34 +101,34 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<h4 class="item-name-label competence-name">Santé</h4>
|
||||
<h4 class="item-name-label competence-name">{{localize "MNBL.health"}}</h4>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Bonus</label>
|
||||
<label class="label-name">{{localize "MNBL.bonus"}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.sante.bonus" value="{{data.sante.bonus}}"
|
||||
data-dtype="Number" />
|
||||
<label class="label-name">Total</label>
|
||||
<label class="label-name">{{data.sante.base}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Non létaux</label>
|
||||
<label class="label-name">{{localize "MNBL.nonlethal"}}</label>
|
||||
<a class="sante-modify plus-minus-button" data-type="nonletaux" data-value="-1">-</a>
|
||||
<input type="text" class="input-numeric-short" name="system.sante.nonletaux"
|
||||
value="{{data.sante.nonletaux}}" data-dtype="Number" />
|
||||
<a class="sante-modify plus-minus-button" data-type="nonletaux" data-value="+1">+</a>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Létaux</label>
|
||||
<label class="label-name">{{localize "MNBL.lethal"}}</label>
|
||||
<a class="sante-modify plus-minus-button" data-type="letaux" data-value="-1">-</a>
|
||||
<input type="text" class="input-numeric-short" name="system.sante.letaux" value="{{data.sante.letaux}}"
|
||||
data-dtype="Number" />
|
||||
<a class="sante-modify plus-minus-button" data-type="letaux" data-value="+1">+</a>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Malus</label>
|
||||
<label class="label-name">{{localize "MNBL.malus"}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.sante.malusmanuel"
|
||||
value="{{data.sante.malusmanuel}}" data-dtype="Number" />
|
||||
<label class="label-name">Malus auto</label>
|
||||
<label class="label-name">{{localize "MNBL.automalus"}}</label>
|
||||
<label class="label-name">{{santeMalus}}</label>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -137,17 +137,17 @@
|
||||
|
||||
<div class="sheet-box color-bg-archetype">
|
||||
|
||||
<h4 class="item-name-label competence-name">Ame</h4>
|
||||
<h4 class="item-name-label competence-name">{{localize "MNBL.soul"}}</h4>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Max</label>
|
||||
<input type="text" class="input-numeric-short" name="system.ame.fullmax" value="{{data.ame.fullmax}}"
|
||||
data-dtype="Number" />
|
||||
<label class="label-name">Max Actuel</label>
|
||||
<label class="label-name">{{localize "MNBL.currentmax"}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.ame.currentmax"
|
||||
value="{{data.ame.currentmax}}" data-dtype="Number" />
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Consommé</label>
|
||||
<label class="label-name">{{localize "MNBL.consumed"}}</label>
|
||||
<a class="ame-modify plus-minus-button" data-value="-1">-</a>
|
||||
<input type="text" class="input-numeric-short" name="system.ame.value" value="{{data.ame.value}}"
|
||||
data-dtype="Number" />
|
||||
@@ -155,7 +155,7 @@
|
||||
</li>
|
||||
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Malus auto</label>
|
||||
<label class="label-name">{{localize "MNBL.automalus"}}</label>
|
||||
<label class="label-name">{{ameMalus}}</label>
|
||||
|
||||
</li>
|
||||
@@ -171,28 +171,28 @@
|
||||
<label class="competence-name">{{combat.initTotal}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="competence-name">B. Dégats</label>
|
||||
<label class="competence-name">{{localize "MNBL.damagebonus"}}</label>
|
||||
<label class="competence-name">+{{combat.bonusDegats}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.combat.bonusdegats"
|
||||
value="{{data.combat.bonusdegats}}" data-dtype="Number" />
|
||||
<label class="competence-name">+{{combat.bonusDegatsTotal}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="competence-name">Vitesse</label>
|
||||
<label class="competence-name">{{localize "MNBL.speed"}}</label>
|
||||
<label class="competence-name">{{combat.vitesseBase}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.combat.vitessebonus"
|
||||
value="{{data.combat.vitessebonus}}" data-dtype="Number" />
|
||||
<label class="competence-name">{{combat.vitesseTotal}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="competence-name">Défense</label>
|
||||
<label class="competence-name">{{localize "MNBL.defense"}}</label>
|
||||
<label class="competence-name">{{combat.defenseBase}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.combat.defensebonus"
|
||||
value="{{data.combat.defensebonus}}" data-dtype="Number" />
|
||||
<label class="competence-name">{{combat.defenseTotal}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="competence-name">Total protection</label>
|
||||
<label class="competence-name">{{localize "MNBL.totalprotection"}}</label>
|
||||
<label class="competence-name">{{protectionTotal}}</label>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -204,13 +204,13 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Modificateurs</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.modifier"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Type</label>
|
||||
<label class="short-label">{{localize "MNBL.type"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Valeur</label>
|
||||
<label class="short-label">{{localize "MNBL.value"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -243,10 +243,10 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Compétences</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.skills"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Niveau</label>
|
||||
<label class="short-label">{{localize "MNBL.level"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
</li>
|
||||
@@ -311,10 +311,10 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Dons</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.gifts"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Allégeance</label>
|
||||
<label class="short-label">{{localize "MNBL.allegiance"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -339,10 +339,10 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Pactes</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.pacts"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Allégeance</label>
|
||||
<label class="short-label">{{localize "MNBL.allegiance"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -367,13 +367,13 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Runes</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.runes"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-long">
|
||||
<label class="short-label">Haut parler</label>
|
||||
<label class="short-label">{{localize "MNBL.highlanguage"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Difficulté</label>
|
||||
<label class="short-label">{{localize "MNBL.dificulty"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -400,10 +400,10 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Tendances</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.tendancies"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Allégeance</label>
|
||||
<label class="short-label">{{localize "MNBL.allegiance"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -428,7 +428,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Traits Chaotiques</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.chaotictraits"}}</label></h3>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -452,19 +452,19 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Runes actives</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.activatedrunes"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-long">
|
||||
<label class="short-label">Rune</label>
|
||||
<label class="short-label">{{localize "MNBL.rune"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Mode</label>
|
||||
<label class="short-label">{{localize "MNBL.mode"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-medium">
|
||||
<label class="short-label">Durée</label>
|
||||
<label class="short-label">{{localize "MNBL.duration"}}.</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Ame</label>
|
||||
<label class="short-label">{{localize "MNBL.soul"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -502,13 +502,13 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Richesses et Argent</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.treasuremoney"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-medium">
|
||||
<label class="short-label">Quantité</label>
|
||||
<label class="short-label">{{localize "MNBL.quantity"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-medium">
|
||||
<label class="short-label">Unité</label>
|
||||
<label class="short-label">{{localize "MNBL.unit"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -539,14 +539,14 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Actions spéciales</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.specialactions"}}</label></h3>
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
<button class="button-sheet-roll button-sheet-roll-large roll-assomer" id="">Assomer</button>
|
||||
<button class="button-sheet-roll button-sheet-roll-large roll-fuir" id="">Fuir</button>
|
||||
<button class="button-sheet-roll button-sheet-roll-large roll-immobiliser" id="">Immobiliser</button>
|
||||
<label class="item-field-label-short">Monté ?</label>
|
||||
<button class="button-sheet-roll button-sheet-roll-large roll-assomer" id="">{{localize "MNBL.knockout"}}</button>
|
||||
<button class="button-sheet-roll button-sheet-roll-large roll-fuir" id="">{{localize "MNBL.flee"}}</button>
|
||||
<button class="button-sheet-roll button-sheet-roll-large roll-immobiliser" id="">{{localize "MNBL.immobilize"}}</button>
|
||||
<label class="item-field-label-short">{{localize "MNBL.mounted"}} ?</label>
|
||||
<input type="checkbox" name="system.combat.monte" {{checked data.combat.monte}} />
|
||||
</div>
|
||||
|
||||
@@ -554,16 +554,16 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Armes</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.weapons"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Attaque</label>
|
||||
<label class="short-label">{{localize "MNBL.attack"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Défense</label>
|
||||
<label class="short-label">{{localize "MNBL.defense"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Dégats</label>
|
||||
<label class="short-label">{{localize "MNBL.damage"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -615,7 +615,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Protections</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.Protections"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Protection</label>
|
||||
@@ -649,7 +649,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Equipements</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.equipments"}}</label></h3>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -682,7 +682,7 @@
|
||||
<div>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow" data-item-id="{{origine._id}}">
|
||||
<label class="generic-label">Origine : </label>
|
||||
<label class="generic-label">{{localize "MNBL.origin"}} : </label>
|
||||
<label class="generic-label">{{origine.name}}</label>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
@@ -690,7 +690,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<li class="item flexrow" data-item-id="{{heritage._id}}">
|
||||
<label class="generic-label">Héritage : </label>
|
||||
<label class="generic-label">{{localize "MNBL.legacy"}} : </label>
|
||||
<label class="generic-label">{{heritage.name}}</label>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
@@ -698,7 +698,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<li class="item flexrow" data-item-id="{{metier._id}}">
|
||||
<label class="generic-label">Métier : </label>
|
||||
<label class="generic-label">{{localize "MNBL.profession"}} : </label>
|
||||
<label class="generic-label">{{metier.name}}</label>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
@@ -706,7 +706,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Sexe</label>
|
||||
<label class="generic-label">{{localize "MNBL.genre"}}</label>
|
||||
<input type="text" class="" name="system.biodata.sex" value="{{data.biodata.sex}}" data-dtype="String" />
|
||||
</li>
|
||||
|
||||
@@ -720,12 +720,12 @@
|
||||
<input type="text" class="" name="system.biodata.age" value="{{data.biodata.age}}" data-dtype="String" />
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="generic-label">Taille</label>
|
||||
<label class="generic-label">{{localize "MNBL.size"}}</label>
|
||||
<input type="text" class="" name="system.biodata.size" value="{{data.biodata.size}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="generic-label">Cheveux</label>
|
||||
<label class="generic-label">{{localize "MNBL.hair"}}</label>
|
||||
<input type="text" class="" name="system.biodata.hair" value="{{data.biodata.hair}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
@@ -735,17 +735,17 @@
|
||||
<div>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow">
|
||||
<label class="generic-label">Yeux</label>
|
||||
<label class="generic-label">{{localize "MNBL.eyes"}}</label>
|
||||
<input type="text" class="" name="system.biodata.eyes" value="{{data.biodata.eyes}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Main préférée</label>
|
||||
<label class="generic-label">{{localize "MNBL.preferredhand"}}</label>
|
||||
<input type="text" class="" name="system.biodata.preferredhand" value="{{data.biodata.preferredhand}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Poids</label>
|
||||
<label class="generic-label">{{localize "MNBL.weight"}}</label>
|
||||
<input type="text" class="" name="system.biodata.weight" value="{{data.biodata.weight}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
@@ -758,7 +758,7 @@
|
||||
<div>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Multiplicateur d'âme</label>
|
||||
<label class="generic-label">{{localize "MNBL.soulmultiplier"}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.biodata.amemultiplier"
|
||||
value="{{data.biodata.amemultiplier}}" data-dtype="Number" />
|
||||
</li>
|
||||
@@ -767,11 +767,11 @@
|
||||
<div>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Ignore le malus de Santé ?</label>
|
||||
<label class="generic-label">{{localize "MNBL.ignorehealthmalus"}} ?</label>
|
||||
<input type="checkbox" name="system.biodata.ignoresantemalus" {{checked data.biodata.ignoresantemalus}} />
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Ignore le malus d'Ame ?</label>
|
||||
<label class="generic-label">{{localize "MNBL.ignoresoulmalus"}} ?</label>
|
||||
<input type="checkbox" name="system.biodata.ignoreamemalus" {{checked data.biodata.ignoreamemalus}} />
|
||||
</li>
|
||||
</ul>
|
||||
|
@@ -18,18 +18,18 @@
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li>Arme : {{arme.name}} {{#if degatsFormula}} (+{{degatsFormula}}) {{/if}}</li>
|
||||
<li>{{localize "MNBL.weapon"}} : {{arme.name}} {{#if degatsFormula}} (+{{degatsFormula}}) {{/if}}</li>
|
||||
<li>Information : {{degatsMessage}}</li>
|
||||
<li>Dégats : {{finalResult}} {{#if arme.system.nonletaux}}(Non létaux){{else}}(Létaux){{/if}}</li>
|
||||
<li>{{localize "MNBL.damage"}} : {{finalResult}} {{#if arme.system.nonletaux}}(Non létaux){{else}}(Létaux){{/if}}</li>
|
||||
{{#if nextBonus}}
|
||||
<li>Bonus pour prochaine attaque : {{nextBonus}}</li>
|
||||
<li>{{localize "MNBL.nextattackbonus"}} : {{nextBonus}}</li>
|
||||
{{/if}}
|
||||
{{#if nextMalus}}
|
||||
<li>Malus au défenseur pour prochaine action : {{nextMalus}}</li>
|
||||
<li>{{localize "MNBL.nextactionmalus"}} : {{nextMalus}}</li>
|
||||
{{/if}}
|
||||
|
||||
<button class="chat-card-button chat-card-button-degats arme-apply-degats">
|
||||
Appliquer les dégats/bonus/malus
|
||||
{{localize "MNBL.applydamage"}}
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
@@ -18,42 +18,42 @@
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li class="mournblade-roll">Attribut : {{attr.label}}</li>
|
||||
<li class="mournblade-roll">{{localize "MNBL.attribut"}} {{attr.label}}</li>
|
||||
|
||||
{{#if arme}}
|
||||
<li>Arme : {{arme.name}} (+{{arme.system.bonusmaniementoff}})</li>
|
||||
<li>{{localize "MNBL.weapon"}} : {{arme.name}} (+{{arme.system.bonusmaniementoff}})</li>
|
||||
{{#if defender}}
|
||||
<li>Cible : {{defender.name}}</li>
|
||||
<li>{{localize "MNBL.target"}} : {{defender.name}}</li>
|
||||
{{/if}}
|
||||
{{#if typeAttaque}}
|
||||
<li>Attaque : {{lookup config.attaques typeAttaque}}</li>
|
||||
<li>{{localize "MNBL.attack"}} : {{lookup config.attaques typeAttaque}}</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if competence}}
|
||||
<li>Compétence : {{competence.name}}</li>
|
||||
<li>{{localize "MNBL.skill"}} : {{competence.name}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if predilectionUsed}}
|
||||
<li>Predilection utilisée : {{predilectionUsed.name}}</li>
|
||||
<li>{{localize "MNBL.usedpredilection"}} : {{predilectionUsed.name}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if rune}}
|
||||
<li>Rune : {{rune.name}}</li>
|
||||
<li>Mode : {{runemode}}</li>
|
||||
<li>Points d'Ame : {{runeame}}</li>
|
||||
<li>Durée : {{runeduree}} actions complexes</li>
|
||||
<li>{{localize "MNBL.mode"}} : {{runemode}}</li>
|
||||
<li>{{localize "MNBL.soulpoints"}} : {{runeame}}</li>
|
||||
<li>{{localize "MNBL.duration"}} : {{runeduree}} actions complexes</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if bonusRoll}}
|
||||
<li>{{textBonus}} : {{bonusRoll.total}}</li>
|
||||
{{/if}}
|
||||
|
||||
<li>Formule : {{diceFormula}}</li>
|
||||
<li>Dé : {{diceResult}}</li>
|
||||
<li>{{localize "MNBL.formula"}} : {{diceFormula}}</li>
|
||||
<li>{{localize "MNBL.dice"}} : {{diceResult}}</li>
|
||||
|
||||
{{#if difficulte}}
|
||||
<li>Difficulté : {{difficulte}}
|
||||
<li>{{localize "MNBL.difficulty"}} : {{difficulte}}
|
||||
{{#if (and arm.system.isMelee armeDefense)}}
|
||||
({{armeDefense.name}})
|
||||
{{/if}}
|
||||
@@ -65,17 +65,17 @@
|
||||
|
||||
{{#if difficulte}}
|
||||
{{#if isSuccess}}
|
||||
<li>Succés!!!</li>
|
||||
<li>{{localize "MNBL.success"}}!!!</li>
|
||||
{{else}}
|
||||
<li>Echec ...</li>
|
||||
<li>{{localize "MNBL.failure"}} ...</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if isHeroique}}
|
||||
<li>Succés Héroïque!!!</li>
|
||||
<li>{{localize "MNBL.heroicsuccess"}}!!!</li>
|
||||
{{/if}}
|
||||
{{#if isDramatique}}
|
||||
<li>Echec Dramatique!!!</li>
|
||||
<li>{{localize "MNBL.dramaticfailure"}}!!!</li>
|
||||
{{/if}}
|
||||
|
||||
<div class="action-section">
|
||||
|
@@ -13,10 +13,10 @@
|
||||
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<a class="item" data-tab="principal">Attributs</a>
|
||||
<a class="item" data-tab="competences">Compétences</a>
|
||||
<a class="item" data-tab="equipement">Attaques</a>
|
||||
<a class="item" data-tab="biodata">Bio&Notes</a>
|
||||
<a class="item" data-tab="principal">{{localize "MNBL.attributes"}}</a>
|
||||
<a class="item" data-tab="competences">{{localize "MNBL.skills"}}</a>
|
||||
<a class="item" data-tab="equipement">{{localize "MNBL.attacks"}}</a>
|
||||
<a class="item" data-tab="biodata">{{localize "MNBL.bio"}}</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
@@ -33,7 +33,7 @@
|
||||
<li class="item flexrow " data-attr-key="{{key}}">
|
||||
<img class="item-name-img" src="systems/fvtt-mournblade/assets/icons/{{attr.labelnorm}}.webp">
|
||||
<span class="item-name-label competence-name item-field-label-medium"><a
|
||||
class="roll-attribut">{{attr.label}}</a></span>
|
||||
class="roll-attribut">{{localize attr.label}}</a></span>
|
||||
<select class="status-small-label color-class-common item-field-label-short" type="text"
|
||||
name="system.attributs.{{key}}.value" value="{{attr.value}}" data-dtype="Number">
|
||||
{{selectOptions @root.config.listeNiveauCreature selected=attr.value}}
|
||||
@@ -42,7 +42,7 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<h4 class="item-name-label competence-name">Santé</h4>
|
||||
<h4 class="item-name-label competence-name">{{localize "MNBL.health"}}</h4>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Total</label>
|
||||
@@ -50,14 +50,14 @@
|
||||
data-dtype="Number" />
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Non létaux</label>
|
||||
<label class="label-name">{{localize "MNBL.nonlethal"}}</label>
|
||||
<a class="sante-modify plus-minus-button" data-type="nonletaux" data-value="-1">-</a>
|
||||
<input type="text" class="input-numeric-short" name="system.sante.nonletaux"
|
||||
value="{{data.sante.nonletaux}}" data-dtype="Number" />
|
||||
<a class="sante-modify plus-minus-button" data-type="nonletaux" data-value="+1">+</a>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Létaux</label>
|
||||
<label class="label-name">{{localize "MNBL.lethal"}}</label>
|
||||
<a class="sante-modify plus-minus-button" data-type="letaux" data-value="-1">-</a>
|
||||
<input type="text" class="input-numeric-short" name="system.sante.letaux" value="{{data.sante.letaux}}"
|
||||
data-dtype="Number" />
|
||||
@@ -67,7 +67,7 @@
|
||||
<label class="label-name">Malus</label>
|
||||
<input type="text" class="input-numeric-short" name="system.sante.malusmanuel"
|
||||
value="{{data.sante.malusmanuel}}" data-dtype="Number" />
|
||||
<label class="label-name">Malus auto</label>
|
||||
<label class="label-name">{{localize "MNBL.automalus"}}</label>
|
||||
<label class="label-name">{{santeMalus}}</label>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -76,17 +76,17 @@
|
||||
|
||||
<div class="sheet-box color-bg-archetype">
|
||||
|
||||
<h4 class="item-name-label competence-name">Ame</h4>
|
||||
<h4 class="item-name-label competence-name">{{localize "MNBL.soul"}}</h4>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Max</label>
|
||||
<input type="text" class="input-numeric-short" name="system.ame.fullmax" value="{{data.ame.fullmax}}"
|
||||
data-dtype="Number" />
|
||||
<label class="label-name">Max Actuel</label>
|
||||
<label class="label-name">{{localize "MNBL.currentmax"}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.ame.currentmax"
|
||||
value="{{data.ame.currentmax}}" data-dtype="Number" />
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Consommé</label>
|
||||
<label class="label-name">{{localize "MNBL.consumed"}}</label>
|
||||
<a class="ame-modify plus-minus-button" data-value="-1">-</a>
|
||||
<input type="text" class="input-numeric-short" name="system.ame.value" value="{{data.ame.value}}"
|
||||
data-dtype="Number" />
|
||||
@@ -94,7 +94,7 @@
|
||||
</li>
|
||||
|
||||
<li class="item flexrow">
|
||||
<label class="label-name">Malus auto</label>
|
||||
<label class="label-name">{{localize "MNBL.automalus"}}</label>
|
||||
<label class="label-name">{{ameMalus}}</label>
|
||||
|
||||
</li>
|
||||
@@ -110,25 +110,25 @@
|
||||
<label class="competence-name">{{combat.initTotal}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="competence-name">Vitesse</label>
|
||||
<label class="competence-name">{{localize "MNBL.speed"}}</label>
|
||||
<label class="competence-name">{{combat.vitesseBase}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.combat.vitessebonus"
|
||||
value="{{data.combat.vitessebonus}}" data-dtype="Number" />
|
||||
<label class="competence-name">{{combat.vitesseTotal}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="competence-name">Défense</label>
|
||||
<label class="competence-name">{{localize "MNBL.defense"}}</label>
|
||||
<label class="competence-name">{{combat.defenseBase}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.combat.defensebonus"
|
||||
value="{{data.combat.defensebonus}}" data-dtype="Number" />
|
||||
<label class="competence-name">{{combat.defenseTotal}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="competence-name">Total protection</label>
|
||||
<label class="competence-name">{{localize "MNBL.totalprotection"}}</label>
|
||||
<label class="competence-name">{{protectionTotal}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="competence-name">Ressources</label>
|
||||
<label class="competence-name">{{localize "MNBL.ressources"}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.ressources.value"
|
||||
value="{{data.ressources.value}}" data-dtype="Number" />
|
||||
</li>
|
||||
@@ -141,13 +141,13 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Modificateurs</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.modifier"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Type</label>
|
||||
<label class="short-label">{{localize "MNBL.type"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Valeur</label>
|
||||
<label class="short-label">{{localize "MNBL.value"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -180,10 +180,10 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Compétences</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.skills"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Niveau</label>
|
||||
<label class="short-label">{{localize "MNBL.level"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
</li>
|
||||
@@ -247,16 +247,16 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Armes/Capacités</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.weaponscapacities"}}</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Attaque</label>
|
||||
<label class="short-label">{{localize "MNBL.attack"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Défense</label>
|
||||
<label class="short-label">{{localize "MNBL.defense"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Dégats</label>
|
||||
<label class="short-label">{{localize "MNBL.damage"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -271,7 +271,7 @@
|
||||
|
||||
<span class="item-field-label-short">
|
||||
{{#if (eq arme.system.typearme "special")}}
|
||||
<button class="roll-arme-special button-sheet-roll">Utiliser</button>
|
||||
<button class="roll-arme-special button-sheet-roll">{{localize "MNBL.use"}}</button>
|
||||
{{else}}
|
||||
{{#if arme.system.equipped}}
|
||||
<button class="roll-arme-offensif button-sheet-roll">{{arme.system.totalOffensif}}</button>
|
||||
@@ -350,7 +350,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Traits d'espèce</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.speciestrait"}}</label></h3>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -380,10 +380,10 @@
|
||||
<h3><label class="items-title-text">Runes</label></h3>
|
||||
</span>
|
||||
<span class="item-field-label-long">
|
||||
<label class="short-label">Haut parler</label>
|
||||
<label class="short-label">{{localize "MNBL.highlanguage"}}</label>
|
||||
</span>
|
||||
<span class="item-field-label-short">
|
||||
<label class="short-label">Difficulté</label>
|
||||
<label class="short-label">{{localize "MNBL.difficulty"}}</label>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -411,7 +411,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="item flexrow list-item items-title-bg">
|
||||
<span class="item-name-label-header">
|
||||
<h3><label class="items-title-text">Equipements</label></h3>
|
||||
<h3><label class="items-title-text">{{localize "MNBL.equipments"}}</label></h3>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -447,7 +447,7 @@
|
||||
<div>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Multiplicateur d'âme</label>
|
||||
<label class="generic-label">{{localize "MNBL.soulmultiplier"}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.biodata.amemultiplier"
|
||||
value="{{data.biodata.amemultiplier}}" data-dtype="Number" />
|
||||
</li>
|
||||
@@ -456,11 +456,11 @@
|
||||
<div>
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Ignore le malus de Santé ?</label>
|
||||
<label class="generic-label">{{localize "MNBL.ignorehealthmalus"}} ?</label>
|
||||
<input type="checkbox" name="system.biodata.ignoresantemalus" {{checked data.biodata.ignoresantemalus}} />
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Ignore le malus d'Ame ?</label>
|
||||
<label class="generic-label">{{localize "MNBL.ignoresoulmalus"}} ?</label>
|
||||
<input type="checkbox" name="system.biodata.ignoreamemalus" {{checked data.biodata.ignoreamemalus}} />
|
||||
</li>
|
||||
</ul>
|
||||
|
@@ -11,71 +11,71 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Type d'arme : </label>
|
||||
<label class="generic-label">{{localize "MNBL.weapontype"}} : </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.typearme" value="{{data.typearme}}" data-dtype="string" >
|
||||
{{selectOptions config.typeArmeOptions selected=data.typearme}}
|
||||
</select>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Bonus de maniement (offensif) : </label>
|
||||
<label class="generic-label">{{localize "MNBL.weaponbonusattack"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.bonusmaniementoff" value="{{data.bonusmaniementoff}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Défensive ? </label>
|
||||
<label class="generic-label">{{localize "MNBL.isdefense"}} ? </label>
|
||||
<input type="checkbox" name="system.isdefense" {{checked data.isdefense}}/>
|
||||
</span>
|
||||
{{#if data.isdefense}}
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Bonus de maniement (défensif) : </label>
|
||||
<label class="generic-label">{{localize "MNBL.weaponbonusdefense"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.bonusmaniementdef" value="{{data.bonusmaniementdef}}" data-dtype="Number" />
|
||||
</span>
|
||||
{{/if}}
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Dégâts : </label>
|
||||
<label class="generic-label">{{localize "MNBL.damage"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.degats" value="{{data.degats}}" data-dtype="String" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Dégâts non létaux ? </label>
|
||||
<label class="generic-label">{{localize "MNBL.nonlethaldamage"}} ? </label>
|
||||
<input type="checkbox" name="system.nonletaux" {{checked data.nonletaux}}/>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Equipé ? </label>
|
||||
<label class="generic-label">{{localize "MNBL.equipped"}} ? </label>
|
||||
<input type="checkbox" name="system.equipped" {{checked data.equipped}}/>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">A deux mains ? </label>
|
||||
<label class="generic-label">{{localize "MNBL.twohands"}} ? </label>
|
||||
<input type="checkbox" name="system.deuxmains" {{checked data.deuxmains}}/>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Ignore l'armure ? </label>
|
||||
<label class="generic-label">{{localize "MNBL.ignorearmor"}} ? </label>
|
||||
<input type="checkbox" name="system.ignorearmure" {{checked data.ignorearmure}}/>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Cout en Ressources (créatures) </label>
|
||||
<label class="generic-label">{{localize "MNBL.creatureresourcecost"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.nbressources" value="{{data.nbressources}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Portée courte </label>
|
||||
<label class="generic-label">{{localize "MNBL.shortrange"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.courte" value="{{data.courte}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Portée moyenne </label>
|
||||
<label class="generic-label">{{localize "MNBL.mediumrange"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.moyenne" value="{{data.moyenne}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Portée longue </label>
|
||||
<label class="generic-label">{{localize "MNBL.longrange"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.longue" value="{{data.longue}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Temps de rechargement </label>
|
||||
<label class="generic-label">{{localize "MNBL.reloadduration"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.tr" value="{{data.tr}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Rareté </label>
|
||||
<label class="generic-label">{{localize "MNBL.rarity"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.rarete" value="{{data.rarete}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Prix </label>
|
||||
<label class="generic-label">{{localize "MNBL.price"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.prix" value="{{data.prix}}" data-dtype="Number" />
|
||||
</span>
|
||||
|
||||
|
@@ -11,27 +11,27 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Bonus de défense : </label>
|
||||
<label class="generic-label">{{localize "MNBL.defensebonus"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.bonusdefense" value="{{data.bonusdefense}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Degats : </label>
|
||||
<label class="generic-label">{{localize "MNBL.damage"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.degats" value="{{data.degats}}" data-dtype="String" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Dégâts non létaux ? </label>
|
||||
<label class="generic-label">{{localize "MNBL.nonlethaldamage"}} ? </label>
|
||||
<input type="checkbox" name="system.nonletaux" {{checked data.nonletaux}}/>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Equipé ? </label>
|
||||
<label class="generic-label">{{localize "MNBL.equipped"}} ? </label>
|
||||
<input type="checkbox" name="system.equipped" {{checked data.equipped}}/>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Rareté </label>
|
||||
<label class="generic-label">{{localize "MNBL.rarity"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.rarete" value="{{data.rarete}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Prix </label>
|
||||
<label class="generic-label">{{localize "MNBL.price"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.prix" value="{{data.prix}}" data-dtype="Number" />
|
||||
</span>
|
||||
|
||||
|
@@ -11,19 +11,19 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Niveau : </label>
|
||||
<label class="generic-label">{{localize "MNBL.level"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.niveau"
|
||||
value="{{data.niveau}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Attribut 1 : </label>
|
||||
<label class="generic-label">{{localize "MNBL.attribute"}} 1 : </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.attribut1"
|
||||
value="{{data.attribut1}}" data-dtype="string">
|
||||
{{selectOptions config.attributs selected=data.attribut1}}
|
||||
</select>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Attribut 2 : </label>
|
||||
<label class="generic-label">{{localize "MNBL.attribute"}} 2 : </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.attribut2"
|
||||
value="{{data.attribut2}}" data-dtype="string">
|
||||
<option value="none">Aucun</option>
|
||||
@@ -31,7 +31,7 @@
|
||||
</select>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Attribut 3 : </label>
|
||||
<label class="generic-label">{{localize "MNBL.attribute"}} 3 : </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.attribut3"
|
||||
value="{{data.attribut3}}" data-dtype="string">
|
||||
<option value="none">Aucun</option>
|
||||
@@ -40,12 +40,13 @@
|
||||
</span>
|
||||
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Les bonus de Bonne Aventure et d'Eclat peuvent être doublés (cf. Métier) ? </label>
|
||||
<label class="generic-label">{{localize "MNBL.candoublebonusskill"}} ? </label>
|
||||
<input class="" type="checkbox" name="system.doublebonus" {{checked data.doublebonus}}/>
|
||||
</span>
|
||||
|
||||
<span class="flexrow">
|
||||
<h3>Prédilections</h3>
|
||||
<h3> {{localize "MNBL.predilections"}}
|
||||
</h3>
|
||||
</span>
|
||||
<ul>
|
||||
{{#each data.predilections as |predilection key|}}
|
||||
@@ -58,7 +59,7 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
<span class="flexrow">
|
||||
<button id="add-predilection" class="chat-card-button">Ajouter une prédilection</button>
|
||||
<button id="add-predilection" class="chat-card-button">{{localize "MNBL.addpredilection"}}</button>
|
||||
</span>
|
||||
|
||||
{{> systems/fvtt-mournblade/templates/partial-item-description.html}}
|
||||
|
@@ -11,13 +11,13 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Allégeance : </label>
|
||||
<label class="generic-label">{{localize "MNBL.allegiance"}} : </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.allegeance" value="{{data.allegeance}}" data-dtype="string" >
|
||||
{{selectOptions config.allegeanceOptions selected=data.allegeance}}
|
||||
</select>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Prérequis : </label>
|
||||
<label class="generic-label">{{localize "MNBL.prerequisites"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.prerequis" value="{{data.prerequis}}" data-dtype="String" />
|
||||
</span>
|
||||
|
||||
|
@@ -11,11 +11,11 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Rareté </label>
|
||||
<label class="generic-label">{{localize "MNBL.rarity"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.rarete" value="{{data.rarete}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Prix </label>
|
||||
<label class="generic-label">{{localize "MNBL.price"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.prix" value="{{data.prix}}" data-dtype="Number" />
|
||||
</span>
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
<section class="sheet-body">
|
||||
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Type de modificateur </label>
|
||||
<label class="generic-label">{{localize "MNBL.modifiertype"}} </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.modifiertype"
|
||||
value="{{data.modifiertype}}" data-dtype="string">
|
||||
{{selectOptions config.modifierTypes selected=data.modifiertype labelAttr="name"}}
|
||||
@@ -18,7 +18,7 @@
|
||||
</span>
|
||||
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Valeur </label>
|
||||
<label class="generic-label">{{localize "MNBL.value"}}</label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.value" value="{{data.value}}" data-dtype="Number" />
|
||||
</span>
|
||||
|
||||
|
@@ -13,11 +13,11 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Quantité : </label>
|
||||
<label class="generic-label">{{localize "MNBL.quantity"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.quantite" value="{{data.quantite}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Unité/Monnaie : </label>
|
||||
<label class="generic-label">{{localize "MNBL.unit"}} : </label>
|
||||
<input type="text" class="padd-right color-class-common" name="system.unite" value="{{data.unite}}" data-dtype="String" />
|
||||
</span>
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Allégeance : </label>
|
||||
<label class="generic-label">{{localize "MNBL.allegiance"}} : </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.allegeance" value="{{data.allegeance}}" data-dtype="string" >
|
||||
{{selectOptions config.allegeanceOptions selected=data.allegeance}}
|
||||
</select>
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Compétence : </label>
|
||||
<label class="generic-label">{{localize "MNBL.skill"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.competence" value="{{data.competence}}" data-dtype="String" />
|
||||
</span>
|
||||
|
||||
|
@@ -15,15 +15,15 @@
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.protection" value="{{data.protection}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Equipé ? </label>
|
||||
<label class="generic-label">{{localize "MNBL.equipped"}} ? </label>
|
||||
<input type="checkbox" name="system.equipped" {{checked data.equipped}}/>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Rareté </label>
|
||||
<label class="generic-label">{{localize "MNBL.rarity"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.rarete" value="{{data.rarete}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Prix </label>
|
||||
<label class="generic-label"> {{localize "MNBL.price"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.prix" value="{{data.prix}}" data-dtype="Number" />
|
||||
</span>
|
||||
|
||||
|
@@ -11,21 +11,21 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Haut-Parler : </label>
|
||||
<label class="generic-label">{{localize "MNBL.highlanguage"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.formule" value="{{data.formule}}" data-dtype="String" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Seuil de difficulté : </label>
|
||||
<label class="generic-label">{{localize "MNBL.difficulty"}} : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.seuil" value="{{data.seuil}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Rune prononcée : </label>
|
||||
<label class="generic-label">{{localize "MNBL.pronouncedrune"}} : </label>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.prononcee" value="{{data.prononcee}}" data-dtype="String" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Rune tracée : </label>
|
||||
<label class="generic-label">{{localize "MNBL.tracedrune"}} : </label>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.tracee" value="{{data.tracee}}" data-dtype="String" />
|
||||
|
@@ -23,12 +23,12 @@
|
||||
</span>
|
||||
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Points d'âme </label>
|
||||
<label class="generic-label">{{localize "MNBL.soulpoints"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.pointame" value="{{data.pointame}}" data-dtype="Number" />
|
||||
</span>
|
||||
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Durée </label>
|
||||
<label class="generic-label">{{localize "MNBL.duration"}} </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.duree" value="{{data.duree}}" data-dtype="String" />
|
||||
</span>
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Allégeance : </label>
|
||||
<label class="generic-label">{{localize "MNBL.allegiance"}} : </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.allegeance" value="{{data.allegeance}}" data-dtype="string" >
|
||||
{{selectOptions config.allegeanceOptions selected=data.allegeance}}
|
||||
</select>
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
<div class="flexrow">
|
||||
{{#if (eq attrKey "tochoose")}}
|
||||
<span class="roll-dialog-label">Attribut</span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.attribute"}}</span>
|
||||
<select class="status-small-label color-class-common" id="attrKey" type="text" name="attrKey" value="attrKey"
|
||||
data-dtype="string">
|
||||
{{selectOptions config.attributs selected=attrKey}}
|
||||
@@ -41,7 +41,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Points d'Ame</span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.soulpoints"}}</span>
|
||||
<select class="roll-dialog-label" id="runeame" type="text" name="runeame" value="{{runeame}}" data-dtype="Number">
|
||||
{{selectOptions config.pointsAmeOptions selected=runeame}}
|
||||
</select>
|
||||
@@ -50,12 +50,12 @@
|
||||
|
||||
{{#if arme}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Arme : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.weapon"}} : </span>
|
||||
<span class="roll-dialog-label">{{arme.name}} (+{{arme.system.bonusmaniementoff}})</span>
|
||||
</div>
|
||||
{{#if arme.system.isMelee}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Attaque : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.attack"}} : </span>
|
||||
<select class="roll-dialog-label" id="typeAttaque" type="text" name="typeAttaque" value="{{typeAttaque}}"
|
||||
data-dtype="String">
|
||||
{{selectOptions config.attaques selected=typeAttaque }}
|
||||
@@ -63,7 +63,7 @@
|
||||
</div>
|
||||
{{#if isMonte}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Attaquant monté vs def. au sol (+5) ? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.attackmountbonus"}} ? : </span>
|
||||
<input class="" type="checkbox" id="isMonte" name="isMonte" {{checked isMonte}} />
|
||||
</div>
|
||||
{{/if}}
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
{{#if difficulte}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Défense adversaire : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetdefense"}} : </span>
|
||||
<span class="roll-dialog-label"><strong>{{difficulte}}</strong> </span>
|
||||
</div>
|
||||
{{/if}}
|
||||
@@ -81,35 +81,35 @@
|
||||
{{#if arme}}
|
||||
{{#if arme.system.isDistance}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"><strong>Modificateurs de Tir</strong></span>
|
||||
<span class="roll-dialog-label"><strong>{{localize "MNBL.shootmodifier"}}</strong></span>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Bonus de visée (+5) ? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.aimingbonus"}} ? : </span>
|
||||
<input class="" type="checkbox" id="visee" name="visee" {{checked visee}} />
|
||||
</div>
|
||||
{{#if defender}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">La cible est consciente du tir (-{{defender.system.attributs.adr.value}})? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetseeshoot"}} (-{{defender.system.attributs.adr.value}})? : </span>
|
||||
<input class="" type="checkbox" id="cibleconsciente" name="cibleconsciente" {{checked cibleconsciente}} />
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Pas de cible désignée ! </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.notarget"}} ! </span>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">La cible court (-5/-10 selon portée)? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.runningtarget"}} ? : </span>
|
||||
<input class="" type="checkbox" id="ciblecourt" name="ciblecourt" {{checked ciblecourt}} />
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Couvert ? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.hascover"}} ? : </span>
|
||||
<select class="roll-dialog-label" id="typeCouvert" type="text" name="typeCouvert" value="{{typeCouvert}}"
|
||||
data-dtype="String">
|
||||
{{selectOptions config.couverts labelAttr="name" selected=typeCouvert}}
|
||||
</select>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Portée : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.range"}} </span>
|
||||
<select class="roll-dialog-label" id="difficulte" type="text" name="difficulte" value="{{difficulte}}"
|
||||
data-dtype="Number">
|
||||
{{selectOptions config.listePortees selected=difficulte}}
|
||||
@@ -120,43 +120,43 @@
|
||||
|
||||
{{#if hasDesavantageBonus}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label"><strong>Positions désavantageuses (bonus max +15)</strong></span>
|
||||
<span class="roll-dialog-label"><strong>{{localize "MNBL.disadvantagepositions"}}</strong></span>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Cible au sol (+5) ? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetground"}} ? : </span>
|
||||
<input class="" type="checkbox" id="cibleausol" name="cibleausol" {{checked cibleausol}} />
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Cible désarmée (+5) ? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.unarmedtarget"}} ? : </span>
|
||||
<input class="" type="checkbox" id="cibledesarmee" name="cibledesarmee" {{checked cibledesarmee}} />
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Cible en espace restreint (+5) ? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.smallroomtarget"}} ? : </span>
|
||||
<input class="" type="checkbox" id="ciblerestreint" name="ciblerestreint" {{checked ciblerestreint}} />
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Cible immobilisée (+5) ? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetcantmove"}} ? : </span>
|
||||
<input class="" type="checkbox" id="cibleimmobilisée" name="cibleimmobilisée" {{checked cibleimmobilisée}} />
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Cible surplombée (+5) ? : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.targetbelow"}} ? : </span>
|
||||
<input class="" type="checkbox" id="ciblesurplomb" name="ciblesurplomb" {{checked ciblesurplomb}} />
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Malus de Santé : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.healthmalus"}} : </span>
|
||||
<span class="roll-dialog-label">{{malusSante}}</span>
|
||||
</div>
|
||||
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Malus d'Ame : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.soulmalus"}} : </span>
|
||||
<span class="roll-dialog-label">{{malusAme}}</span>
|
||||
</div>
|
||||
|
||||
{{#if (count modifiers)}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Modificateurs enregistrés : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.registeredmodifiers"}} : </span>
|
||||
</div>
|
||||
{{#each modifiers as |modifier idx|}}
|
||||
<div class="flexrow">
|
||||
@@ -168,16 +168,16 @@
|
||||
{{/if}}
|
||||
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Modificateur : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.modifier"}} : </span>
|
||||
<select class="roll-dialog-label" id="modificateur" type="text" name="modificateur" value="{{modificateur}}"
|
||||
data-dtype="Number">
|
||||
{{selectOptions config.modificateurOptions nameAttr="key" labelAttr="label" selected=modificateur }}
|
||||
{{selectOptions config.modificateurOptions valueAttr="key" nameAttr="key" labelAttr="label" selected=modificateur }}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
{{#if selectDifficulte}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Difficulté : </span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.difficulty"}} : </span>
|
||||
<select class="roll-dialog-label" id="difficulte" type="text" name="difficulte" value="{{difficulte}}"
|
||||
data-dtype="Number">
|
||||
{{selectOptions config.difficulteOptions selected=difficulte}}
|
||||
@@ -187,7 +187,7 @@
|
||||
|
||||
{{#if canEclatDoubleD20}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Doubler le d20 (1 Point d'Eclat)</span>
|
||||
<span class="roll-dialog-label">{{localize "MNBL.doubleD20"}}</span>
|
||||
<input class="" id="doubleD20" type="checkbox" name="doubleD20" value="{{doubleD20}}" {{checked doubleD20}} />
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user