Correction sur talent et monnaies
Release Creation / build (release) Successful in 9m16s

This commit is contained in:
2026-06-23 21:19:43 +02:00
parent dd0276e7e1
commit 5eeffd5e24
85 changed files with 685 additions and 245 deletions
+6 -6
View File
@@ -51,42 +51,42 @@
</ul>
<div class="sheet-box">
<h3><label class="items-title-text">{{localize "MNBL.exercisedskills"}}</label></h3>
<h3 class="items-title-text">{{localize "MNBL.exercisedskills"}}</h3>
<div class="small-editor item-text-long-line">
{{formInput systemFields.competences enriched=enrichedCompetences value=system.competences name="system.competences" toggled=true label=false}}
</div>
</div>
<div class="sheet-box">
<h3><label class="items-title-text">{{localize "MNBL.initiateTalents"}}</label></h3>
<h3 class="items-title-text">{{localize "MNBL.initiateTalents"}}</h3>
<div class="small-editor item-text-long-line">
{{formInput systemFields.talentsinitie enriched=enrichedTalentsinitie value=system.talentsinitie name="system.talentsinitie" toggled=true label=false}}
</div>
</div>
<div class="sheet-box">
<h3><label class="items-title-text">{{localize "MNBL.prerequisitesAguerri"}}</label></h3>
<h3 class="items-title-text">{{localize "MNBL.prerequisitesAguerri"}}</h3>
<div class="small-editor item-text-long-line">
{{formInput systemFields.prerequisaguerri enriched=enrichedPrerequisaguerri value=system.prerequisaguerri name="system.prerequisaguerri" toggled=true label=false}}
</div>
</div>
<div class="sheet-box">
<h3><label class="items-title-text">{{localize "MNBL.aguerriTalents"}}</label></h3>
<h3 class="items-title-text">{{localize "MNBL.aguerriTalents"}}</h3>
<div class="small-editor item-text-long-line">
{{formInput systemFields.talentsaguerri enriched=enrichedTalentsaguerri value=system.talentsaguerri name="system.talentsaguerri" toggled=true label=false}}
</div>
</div>
<div class="sheet-box">
<h3><label class="items-title-text">{{localize "MNBL.prerequisitesMaitre"}}</label></h3>
<h3 class="items-title-text">{{localize "MNBL.prerequisitesMaitre"}}</h3>
<div class="small-editor item-text-long-line">
{{formInput systemFields.prerequismaitre enriched=enrichedPrerequismaitre value=system.prerequismaitre name="system.prerequismaitre" toggled=true label=false}}
</div>
</div>
<div class="sheet-box">
<h3><label class="items-title-text">{{localize "MNBL.maitreTalents"}}</label></h3>
<h3 class="items-title-text">{{localize "MNBL.maitreTalents"}}</h3>
<div class="small-editor item-text-long-line">
{{formInput systemFields.talentsmaitre enriched=enrichedTalentsmaitre value=system.talentsmaitre name="system.talentsmaitre" toggled=true label=false}}
</div>