claude-memory/graph/solutions/vagabond-item-sheets-with-effects-tab-ba0291.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

13 lines
795 B
Markdown

---
id: ba0291e6-df41-4c7b-8abb-9bffa1232406
type: solution
title: "Vagabond item sheets with Effects tab"
tags: [vagabond-rpg, foundryvtt, javascript, handlebars, scss, fix]
importance: 0.7
confidence: 0.8
created: "2025-12-15T08:30:30.049295+00:00"
updated: "2025-12-15T08:30:30.049295+00:00"
---
Implemented complete item sheet system for Foundry VTT v13 using ApplicationV2 + HandlebarsApplicationMixin. Created VagabondItemSheet base class with templates for all 8 item types (weapon, armor, equipment, ancestry, class, spell, perk, feature). Added Details and Effects tabs - Effects tab provides full CRUD for Active Effects. Key fixes: removed .tab class from nav items to prevent CSS hiding non-active tabs, added pointer-events:auto on disabled effect controls to keep them clickable.