Initial release

This commit is contained in:
2026-05-08 23:05:29 +02:00
parent c0223977d2
commit 2953481a1c
157 changed files with 1940 additions and 392 deletions
+6
View File
@@ -46,6 +46,12 @@
</div>
</div>
<small class="resource-meta">{{localize "MGNE.Character.Remaining"}}: {{system.resonance.remaining}}</small>
{{#if source.system.resonance.blocked}}
<div class="resonation-blocked-banner">
<span>⚡ {{localize "MGNE.Character.ResonationBlocked"}}</span>
<button type="button" data-action="clearResonationBlock" class="btn-clear-block">{{localize "MGNE.Character.ClearResonationBlock"}}</button>
</div>
{{/if}}
<div class="resource-box-actions">
<button type="button" data-action="rollResonancePerDay">{{localize "MGNE.Character.ResonancePerDay"}}</button>
</div>