Files
fvtt-machine-gods-noxian-ex…/templates/character-notes.hbs
T
2026-05-05 13:55:42 +02:00

25 lines
879 B
Handlebars

<section class="tab-panel {{tab.cssClass}}">
<div class="grid two">
<div class="inventory-section">
<div class="inventory-header">
<h3>{{localize "MGNE.Common.Notes"}}</h3>
</div>
<fieldset>
{{formInput systemFields.notes enriched=(lookup enrichedFields "notes") value=system.notes name="system.notes" toggled=true}}
</fieldset>
</div>
<div class="inventory-section">
<div class="inventory-header">
<h3>{{localize "MGNE.Character.RulesSnapshot"}}</h3>
</div>
<fieldset>
<p>{{localize "MGNE.RulesSnapshot.Checks"}}</p>
<p>{{localize "MGNE.RulesSnapshot.Attacks"}}</p>
<p>{{localize "MGNE.RulesSnapshot.Armor"}}</p>
<p>{{localize "MGNE.RulesSnapshot.Breaks"}}</p>
<p>{{localize "MGNE.RulesSnapshot.Morale"}}</p>
</fieldset>
</div>
</div>
</section>