vagabond-rpg-foundryvtt/module/data/item
Cal Corum e8370afcc3 Review and correct all 18 class compendium JSONs
- Add skillTraining schema: supports fixed grants and player choices
  e.g., [{ type: "fixed", skills: ["arcana"], count: 1 },
         { type: "choice", skills: ["detect", "influence"], count: 3 }]
- Add weaponTraining schema: ["melee", "ranged"] or []
- Correct all class features, progressions, and descriptions from source
- Fix mana progressions (accumulating values, not flat)
- Replace fabricated D&D-style features with actual Vagabond features
- Add official flavor text from rulebook
- Mark all classes as reviewed: true
- Add reviewed: false to ancestry and perk JSONs for upcoming review
- Add castingMax formula TODO to PROJECT_ROADMAP.json (task 2.15)

Classes corrected: Alchemist, Barbarian, Bard, Dancer, Druid, Fighter,
Gunslinger, Hunter, Luminary, Magus, Merchant, Pugilist, Revelator,
Rogue, Sorcerer, Vanguard, Witch, Wizard

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 16:24:59 -06:00
..
_module.mjs Implement Phase 1: Complete data model system for actors and items 2025-12-12 15:22:09 -06:00
ancestry.mjs Complete P2-P5: Perks, Feature Choices, Ancestry Traits, Caster Progression 2025-12-16 14:23:44 -06:00
armor.mjs Add minor data model improvements from rulebook audit (16 items) 2025-12-12 16:02:23 -06:00
base-item.mjs Implement Phase 1: Complete data model system for actors and items 2025-12-12 15:22:09 -06:00
class.mjs Review and correct all 18 class compendium JSONs 2025-12-16 16:24:59 -06:00
equipment.mjs Add minor data model improvements from rulebook audit (16 items) 2025-12-12 16:02:23 -06:00
feature.mjs Add Phase 2 core system logic: document classes, dice rolling, and fixes 2025-12-13 10:21:48 -06:00
perk.mjs Add critical data model omissions from rulebook audit 2025-12-12 15:52:15 -06:00
spell.mjs Implement spell casting system with rulebook-accurate mana costs 2025-12-13 20:22:20 -06:00
weapon.mjs Add Phase 2 core system logic: document classes, dice rolling, and fixes 2025-12-13 10:21:48 -06:00