System development, WIP

This commit is contained in:
2026-05-05 13:55:42 +02:00
commit c0223977d2
250 changed files with 10362 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<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>