Files
fvtt-oath-hammer/less/fvtt-oath-hammer.less
LeRatierBretonnier b3fd7e1aa1 feat: add Settlement actor type with Overview/Buildings/Inventory tabs
- New TypeDataModel: archetype, territory, renown, currency (gp/sp/cp),
  garrison, underSiege, isCapital, founded, taxNotes, description, notes
- 3-tab ApplicationV2 sheet with drag & drop for building/weapon/armor/equipment
- Currency steppers (+/−), building constructed toggle, qty controls
- LESS-based CSS (settlement-sheet.less) + base.less updated for shared styles
- Full i18n keys in lang/en.json (8 settlement archetypes)
- system.json: registered settlement actor type

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-20 17:01:38 +01:00

15 lines
388 B
Plaintext

// ============================================================
// OATH HAMMER — Main LESS entry point
// ============================================================
@import "variables";
@import "base";
@import "window-chrome";
@import "actor-sheet";
@import "npc-sheet";
@import "item-list";
@import "item-sheets";
@import "rolls";
@import "roll-dialog";
@import "settlement-sheet";