--- id: 4dc30ab9-7526-4901-9ac0-399d6e1a4229 type: solution title: "Vagabond RPG Phase 3 Actor Sheets" tags: [vagabond-rpg, foundryvtt, javascript, sheets, applicationv2] importance: 0.8 confidence: 0.8 created: "2025-12-14T06:19:38.241098+00:00" updated: "2025-12-14T06:19:38.241098+00:00" --- Implemented complete Phase 3 (Actor Sheets UI) for Foundry VTT v13 using ApplicationV2 + HandlebarsApplicationMixin pattern. Key files: base-actor-sheet.mjs (common functionality, drag-drop, actions), character-sheet.mjs (5-tab layout), npc-sheet.mjs (single-page stat block). Templates in templates/actor/. Character tabs: Main (stats, saves, skills, attacks), Inventory, Abilities, Magic, Biography. NPC sections: header, stats, actions, abilities, notes. Sheets registered in vagabond.mjs with template preloading. All 16 Phase 3 tasks complete.