This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
<a class="item" data-tab="competences">Compétences</a>
|
||||
<a class="item" data-tab="dons">Dons & Pactes</a>
|
||||
<a class="item" data-tab="combat">Combat</a>
|
||||
<a class="item" data-tab="equipement">Equipement</a>
|
||||
<a class="item" data-tab="equipement">{{localize "MNBL.equipment"}}</a>
|
||||
<a class="item" data-tab="biodata">Bio&Notes</a>
|
||||
</nav>
|
||||
<hr>
|
||||
@@ -304,7 +304,7 @@
|
||||
<h3><label class="items-title-text">Dons</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">
|
||||
@@ -333,7 +333,7 @@
|
||||
<h3><label class="items-title-text">Pactes</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">
|
||||
@@ -365,7 +365,7 @@
|
||||
<label class="short-label">Haut Parler</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">
|
||||
@@ -395,7 +395,7 @@
|
||||
<h3><label class="items-title-text">Tendances</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">
|
||||
@@ -655,7 +655,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.equipment"}}s</label></h3>
|
||||
</span>
|
||||
|
||||
<span class="item-field-label-short">
|
||||
|
||||
@@ -109,19 +109,19 @@
|
||||
{{/if}}
|
||||
{{#if rune}}
|
||||
<div class="detail-row">
|
||||
<span class="detail-label">Rune :</span>
|
||||
<span class="detail-label">{{localize "MNBL.rune"}} :</span>
|
||||
<span class="detail-value">{{rune.name}}{{#if rune.system.formule}} — {{rune.system.formule}}{{/if}}</span>
|
||||
</div>
|
||||
<div class="detail-row">
|
||||
<span class="detail-label">Mode :</span>
|
||||
<span class="detail-label">{{localize "MNBL.mode"}} :</span>
|
||||
<span class="detail-value">{{runemode}}</span>
|
||||
</div>
|
||||
<div class="detail-row">
|
||||
<span class="detail-label">Pouvoir / Durée :</span>
|
||||
<span class="detail-label">{{localize "MNBL.soulpoints"}} / {{localize "MNBL.duration"}} :</span>
|
||||
<span class="detail-value">{{runeame}} pts → {{runeduree}} action(s) complexe(s)</span>
|
||||
</div>
|
||||
<div class="detail-row">
|
||||
<span class="detail-label">Coût en Âme :</span>
|
||||
<span class="detail-label">{{localize "MNBL.soulcost"}} :</span>
|
||||
<span class="detail-value">{{runeAmeCout}} pts</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<label class="generic-label item-field-label-long">Attribut 2 </label>
|
||||
<select class="status-small-label color-class-common item-field-label-long" type="text"
|
||||
name="system.attribut2" value="{{system.attribut2}}" data-dtype="string">
|
||||
<option value="none">Aucun</option>
|
||||
<option value="none">{{localize "MNBL.none"}}</option>
|
||||
{{selectOptions config.attributs selected=system.attribut2 }}
|
||||
</select>
|
||||
</li>
|
||||
@@ -35,7 +35,7 @@
|
||||
<label class="generic-label item-field-label-long">Attribut 3 </label>
|
||||
<select class="status-small-label color-class-common item-field-label-long" type="text"
|
||||
name="system.attribut3" value="{{system.attribut3}}" data-dtype="string">
|
||||
<option value="none">Aucun</option>
|
||||
<option value="none">{{localize "MNBL.none"}}</option>
|
||||
{{selectOptions config.attributs selected=system.attribut3 }}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Allégeance : </label>
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.allegiance"}} : </label>
|
||||
<select
|
||||
class="status-small-label color-class-common item-field-label-long"
|
||||
type="text"
|
||||
@@ -23,7 +23,7 @@
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Prérequis : </label>
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.prerequisites"}} : </label>
|
||||
<input
|
||||
type="text"
|
||||
class="status-small-label color-class-common item-field-label-long2"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long"
|
||||
>Allégeance :
|
||||
>{{localize "MNBL.allegiance"}} :
|
||||
</label>
|
||||
<select
|
||||
class="padd-right status-small-label color-class-common item-field-label-long"
|
||||
|
||||
@@ -11,38 +11,38 @@
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Exemples : </label>
|
||||
<label class="generic-label">{{localize "MNBL.examples"}} : </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.exemples"
|
||||
value="{{system.exemples}}" data-dtype="String" />
|
||||
</li>
|
||||
<li class="flexrow items">
|
||||
<label class="generic-label item-field-label-long">Attribut principal 1 </label>
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 1 </label>
|
||||
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
|
||||
name="system.attribut1" value="{{system.attribut1}}" data-dtype="string">
|
||||
{{selectOptions config.attributs selected=system.attribut1}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow item ">
|
||||
<label class="generic-label item-field-label-long">Attribut principal 2 </label>
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 2 </label>
|
||||
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
|
||||
name="system.attribut2" value="{{system.attribut2}}" data-dtype="string">
|
||||
<option value="none">Aucun</option>
|
||||
<option value="none">{{localize "MNBL.none"}}</option>
|
||||
{{selectOptions config.attributs selected=system.attribut2}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow item ">
|
||||
<label class="generic-label item-field-label-long">Attribut principal 3 </label>
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 3 </label>
|
||||
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
|
||||
name="system.attribut3" value="{{system.attribut3}}" data-dtype="string">
|
||||
<option value="none">Aucun</option>
|
||||
<option value="none">{{localize "MNBL.none"}}</option>
|
||||
{{selectOptions config.attributs selected=system.attribut3}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Compétences exercées : </label>
|
||||
<label class="generic-label">{{localize "MNBL.exercisedskills"}} : </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
|
||||
@@ -50,42 +50,42 @@
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Talents Initié : </label>
|
||||
<label class="generic-label">{{localize "MNBL.initiateTalents"}} : </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
|
||||
name="system.talentsinitie" data-dtype="String">{{system.talentsinitie}}</textarea>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Prérequis Aguerri : </label>
|
||||
<label class="generic-label">{{localize "MNBL.prerequisitesAguerri"}} : </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
|
||||
name="system.prerequisaguerri" data-dtype="String">{{system.prerequisaguerri}}</textarea>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Talents Aguerri : </label>
|
||||
<label class="generic-label">{{localize "MNBL.aguerriTalents"}} : </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
|
||||
name="system.talentsaguerri" data-dtype="String">{{system.talentsaguerri}}</textarea>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Prérequis Maître : </label>
|
||||
<label class="generic-label">{{localize "MNBL.prerequisitesMaitre"}} : </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
|
||||
name="system.prerequismaitre" data-dtype="String">{{system.prerequismaitre}}</textarea>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Talents Maître : </label>
|
||||
<label class="generic-label">{{localize "MNBL.maitreTalents"}} : </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
|
||||
name="system.talentsmaitre" data-dtype="String">{{system.talentsmaitre}}</textarea>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Equipement : </label>
|
||||
<label class="generic-label">{{localize "MNBL.equipment"}} : </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.equipement"
|
||||
@@ -97,4 +97,4 @@
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long"
|
||||
>Haut-Parler :
|
||||
>{{localize "MNBL.highlanguage"}} :
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long"
|
||||
>Difficulté :
|
||||
>{{localize "MNBL.difficulty"}} :
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
@@ -35,7 +35,7 @@
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long"
|
||||
>Rune prononcée :
|
||||
>{{localize "MNBL.pronouncedrune"}} :
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
@@ -47,7 +47,7 @@
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long"
|
||||
>Rune tracée :
|
||||
>{{localize "MNBL.tracedrune"}} :
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Rune </label>
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.rune"}} </label>
|
||||
<input
|
||||
type="text"
|
||||
class="padd-right status-small-label color-class-common item-field-label-long"
|
||||
@@ -24,7 +24,7 @@
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Mode </label>
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.mode"}} </label>
|
||||
<select
|
||||
class="status-small-label color-class-common item-field-label-long"
|
||||
type="text"
|
||||
@@ -37,7 +37,7 @@
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Point d'âme </label>
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.soulpoints"}}</label>
|
||||
<input
|
||||
type="text"
|
||||
class="status-small-label color-class-common item-field-label-long"
|
||||
@@ -48,7 +48,7 @@
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Durée </label>
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.duration"}} </label>
|
||||
<input
|
||||
type="text"
|
||||
class="status-small-label color-class-common item-field-label-long"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long"
|
||||
>Allégeance :
|
||||
>{{localize "MNBL.allegiance"}} :
|
||||
</label>
|
||||
<select
|
||||
class="padd-right status-small-label color-class-common item-field-label-long"
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
<div class="post-item-stats">
|
||||
{{#if system.formule}}<div class="post-stat"><span class="stat-label">Formule</span><span class="stat-value">{{system.formule}}</span></div>{{/if}}
|
||||
{{#if system.seuil}}<div class="post-stat"><span class="stat-label">Seuil</span><span class="stat-value">{{system.seuil}}</span></div>{{/if}}
|
||||
{{#if system.prononcee}}<div class="post-stat post-stat-full"><span class="stat-label">Prononcée</span><span class="stat-value">{{system.prononcee}}</span></div>{{/if}}
|
||||
{{#if system.tracee}}<div class="post-stat post-stat-full"><span class="stat-label">Tracée</span><span class="stat-value">{{system.tracee}}</span></div>{{/if}}
|
||||
{{#if system.prononcee}}<div class="post-stat post-stat-full"><span class="stat-label">{{localize "MNBL.pronounced"}}</span><span class="stat-value">{{system.prononcee}}</span></div>{{/if}}
|
||||
{{#if system.tracee}}<div class="post-stat post-stat-full"><span class="stat-label">{{localize "MNBL.traced"}}</span><span class="stat-value">{{system.tracee}}</span></div>{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<label>Second attribut</label>
|
||||
<select id="attrKey2" name="attrKey2">
|
||||
{{#select attrKey2}}
|
||||
<option value="none">Aucun</option>
|
||||
<option value="none">{{localize "MNBL.none"}}</option>
|
||||
{{#each attributs as |attrLabel attrKey|}}
|
||||
<option value="{{attrKey}}">{{attrLabel}}</option>
|
||||
{{/each}}
|
||||
@@ -138,7 +138,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Points d'Âme (Pouvoir)</label>
|
||||
<label>{{localize "MNBL.soulpoints"}} (Pouvoir)</label>
|
||||
<select id="runeame" name="runeame">
|
||||
{{selectOptions config.pointsAmeOptions selected=runeame}}
|
||||
</select>
|
||||
@@ -298,7 +298,7 @@
|
||||
{{#if (not isInit)}}
|
||||
{{#unless (or armeDefense arme.system.isDistance)}}
|
||||
<div class="form-group">
|
||||
<label>Difficulté</label>
|
||||
<label>{{localize "MNBL.difficulty"}}</label>
|
||||
<select id="difficulte" name="difficulte">
|
||||
{{selectOptions config.optionsDifficulte selected=difficulte valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
@@ -308,4 +308,3 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user