System development, WIP
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user