feat: implement core Foundry VTT system framework, including actor/item data models, spellcasting logic, dice mechanics, and automation scripts

This commit is contained in:
Octoturge
2026-06-14 10:12:47 +02:00
parent fb42c6e8cc
commit 624fe2ee1a
70 changed files with 1645 additions and 1146 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{{!-- Actor-level Active Effects section included by character and NPC sheets. --}}
{{!-- Actor-level Active Effects section - included by character and NPC sheets. --}}
<fieldset class="hbm-effects actor-effects">
<legend>{{localize 'HBM.activeEffect.title'}}</legend>
<button type="button" class="hbm-effect-add" data-action="actorEffectCreate">+ {{localize 'HBM.activeEffect.addEffect'}}</button>