- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
795 B
795 B
| id | type | title | tags | importance | confidence | created | updated | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ba0291e6-df41-4c7b-8abb-9bffa1232406 | solution | Vagabond item sheets with Effects tab |
|
0.7 | 0.8 | 2025-12-15T08:30:30.049295+00:00 | 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.