- 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>
28 lines
838 B
JSON
Executable File
28 lines
838 B
JSON
Executable File
{
|
|
"_id": "vagabondAnceGoblin",
|
|
"_key": "!items!vagabondAnceGoblin",
|
|
"name": "Goblin",
|
|
"type": "ancestry",
|
|
"img": "icons/svg/mystery-man.svg",
|
|
"system": {
|
|
"description": "<p>Goblins are small, cunning creatures who thrive in darkness and refuse. Their ability to see in the dark and resistance to toxins makes them surprisingly resilient survivors.</p>",
|
|
"beingType": "cryptid",
|
|
"size": "small",
|
|
"traits": [
|
|
{
|
|
"name": "Darksight",
|
|
"description": "<p>You can see in darkness as if it were dim light.</p>"
|
|
},
|
|
{
|
|
"name": "Nimble",
|
|
"description": "<p>Your base Speed is increased by 5.</p>"
|
|
},
|
|
{
|
|
"name": "Scavenger",
|
|
"description": "<p>You gain Favor on saves against the Sickened condition.</p>"
|
|
}
|
|
]
|
|
},
|
|
"reviewed": false
|
|
}
|