Migrate to FoundryVTT v13 AppV2 +

│ DataModels
│
│ - Reorganize DataModels into src/module/models/ (one .mjs per type)
│ - Create AppV2 actor/item sheets (HandlebarsApplicationMixin)…
This commit is contained in:
2026-04-19 10:54:43 +02:00
parent e3002dd602
commit 86b2cd5777
30 changed files with 445 additions and 1679 deletions

View File

@@ -1,4 +1,4 @@
<form class="{{cssClass}} flexrow itemsheet" autocomplete="off">
<div class="{{cssClass}} flexrow itemsheet">
<div class="itemsheet-header">
{{#if (eq system.subType "skill")}}
<label>{{localize 'MGT2.TalentSubType.skill'}}</label>
@@ -76,4 +76,4 @@
</div>
</div>
</div>
</form>
</div>