IMplémentation de la ajorité des remarques de Nepherius
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
<div class="tab blessures {{tab.cssClass}}" data-group="sheet" data-tab="blessures">
|
||||
<section class="track-section">
|
||||
<div class="track-header">
|
||||
<span class="track-title">{{localize "CELESTOPOL.Track.blessures"}}</span>
|
||||
<span class="track-title">
|
||||
{{localize "CELESTOPOL.Track.blessures"}}
|
||||
<span class="track-help" title="{{localize 'CELESTOPOL.Track.blessuresTooltip'}}">?</span>
|
||||
</span>
|
||||
<span class="wound-malus">{{localize "CELESTOPOL.Track.currentMalus"}} :
|
||||
<strong>{{lookup @root.woundLevels system.blessures.lvl 'malus'}}</strong>
|
||||
</span>
|
||||
</div>
|
||||
<div class="track-boxes">
|
||||
{{#each (range 8) as |lvl|}}
|
||||
@@ -17,8 +23,9 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{!-- Description --}}
|
||||
<div class="description-section">
|
||||
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
||||
{{!-- Notes (libres) --}}
|
||||
<div class="description-section notes-section">
|
||||
<div class="section-header"><i class="fas fa-note-sticky"></i> {{localize "CELESTOPOL.Actor.notes"}}</div>
|
||||
{{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user