vagabond-rpg-foundryvtt/packs/_source/ancestries/dwarf.json
Cal Corum 828cfed006 Review and correct perk compendium JSONs, delete fabricated perk
Perks corrected:
- Sharpshooter: Fixed prereq DEX 4 → AWR 7, effect now correctly
  reduces crit roll by 1 when skipping Move (was +1 damage)
- Situational Awareness: Added missing Detect training prereq,
  fixed effect to Favor on surprise checks + flanking doesn't Hinder
- Tough: Fixed prereq MIT 4 → MIT 7, effect now +Level HP scaling
  (was flat +5 HP)

Deleted:
- Weapon Mastery: Completely fabricated perk not in source material

Also marked all 7 ancestries as reviewed (were already correct except
Dwarf's Tough trait which was fixed in previous session).

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 16:36:41 -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 additional maximum HP equal to your Level.</p>",
"changes": [
{
"key": "system.resources.hp.bonus",
"mode": 2,
"value": "@level"
}
]
}
]
},
"reviewed": true
}