- 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>
24 lines
715 B
JSON
Executable File
24 lines
715 B
JSON
Executable File
{
|
|
"_id": "vagabondAnceHuman",
|
|
"_key": "!items!vagabondAnceHuman",
|
|
"name": "Human",
|
|
"type": "ancestry",
|
|
"img": "icons/svg/mystery-man.svg",
|
|
"system": {
|
|
"description": "<p>Humans are the most common and adaptable of all the peoples. Their knack for learning and strong potential make them capable of excelling in any field.</p>",
|
|
"beingType": "humanlike",
|
|
"size": "medium",
|
|
"traits": [
|
|
{
|
|
"name": "Knack",
|
|
"description": "<p>You gain one Perk and Training in one Skill of your choice.</p>"
|
|
},
|
|
{
|
|
"name": "Strong Potential",
|
|
"description": "<p>You gain +1 to one Stat of your choice (maximum 7).</p>"
|
|
}
|
|
]
|
|
},
|
|
"reviewed": false
|
|
}
|