vagabond-rpg-foundryvtt/packs/_source/ancestries/halfling.json
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

28 lines
837 B
JSON
Executable File

{
"_id": "vagabondAnceHalfli",
"_key": "!items!vagabondAnceHalfli",
"name": "Halfling",
"type": "ancestry",
"img": "icons/svg/mystery-man.svg",
"system": {
"description": "<p>Small but surprisingly lucky, halflings are nimble folk who can slip through tight spaces and always seem to land on their feet. Their natural good fortune is legendary.</p>",
"beingType": "humanlike",
"size": "small",
"traits": [
{
"name": "Nimble",
"description": "<p>Your base Speed is increased by 5.</p>"
},
{
"name": "Squat",
"description": "<p>You can move through spaces occupied by larger creatures.</p>"
},
{
"name": "Tricksy",
"description": "<p>When you take a Rest, you regain +1 additional Luck.</p>"
}
]
},
"reviewed": false
}