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

43 lines
1.1 KiB
JSON
Executable File

{
"_id": "vagabondAnceDwarf",
"_key": "!items!vagabondAnceDwarf",
"name": "Dwarf",
"type": "ancestry",
"img": "icons/svg/mystery-man.svg",
"system": {
"description": "<p>Stout and resilient, dwarves are known for their toughness and resistance to adversity. Their sturdy constitution makes them excellent warriors and craftsmen.</p>",
"beingType": "humanlike",
"size": "medium",
"traits": [
{
"name": "Darksight",
"description": "<p>You can see in darkness as if it were dim light.</p>",
"changes": [
{
"key": "system.senses.darkvision",
"mode": 5,
"value": "true"
}
]
},
{
"name": "Sturdy",
"description": "<p>You gain +1 to saves against Fear, Sickened, and Shove effects.</p>",
"changes": []
},
{
"name": "Tough",
"description": "<p>You gain +3 additional maximum HP.</p>",
"changes": [
{
"key": "system.resources.hp.bonus",
"mode": 2,
"value": "3"
}
]
}
]
},
"reviewed": false
}