vagabond-rpg-foundryvtt/packs/_source/ancestries/draken.json
Cal Corum fa71f3b985 Implement Active Effects automation (Phase 11)
Schema & Documentation:
- Extended EFFECT_KEYS with 24 new mappings: senses (6), movement
  capabilities (5), skill training (12), focus tracking
- Created docs/ACTIVE_EFFECTS_REFERENCE.md with comprehensive guide
  for effect keys, modes, JSON format, and formula support

Ancestry Automation:
- Goblin: Darksight (darkvision), Nimble (+5 speed)
- Orc: Darksight (darkvision), Hulking (+2 item slots)
- Halfling: Nimble (+5 speed)
- Draken: Scale (+1 armor)
- Dwarf already had automation from earlier work

Class Automation:
- Wizard: Manifold Mind I/II (+1 focus.maxConcurrent each)
- Fighter Valor already automated (proof of concept)
- Gunslinger Deadeye deferred (dynamic, not static bonus)

Added Phase 11 to PROJECT_ROADMAP.json with 18 tasks (10 complete,
8 deferred for conditional flags/UI/state tracking).

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 22:13:18 -06:00

31 lines
1.2 KiB
JSON
Executable File

{
"_id": "vagabondAnceDraken",
"_key": "!items!vagabondAnceDraken",
"name": "Draken",
"type": "ancestry",
"img": "icons/svg/mystery-man.svg",
"system": {
"description": "<p>Draken are dragon-blooded humanoids with scales, claws, and the ability to breathe elemental energy. Their draconic heritage grants them natural armor and resistance to one damage type.</p>",
"beingType": "cryptid",
"size": "medium",
"traits": [
{
"name": "Breath Attack",
"description": "<p>As an Action, you can breathe elemental energy in a 15-foot cone, dealing 2d6! damage of your chosen type (fire, cold, shock, or acid, chosen at character creation). Targets may make a Reflex save to take half damage.</p>",
"changes": []
},
{
"name": "Scale",
"description": "<p>Your natural scales grant you +1 Armor.</p>",
"changes": [{ "key": "system.armor", "mode": 2, "value": "1" }]
},
{
"name": "Draconic Resilience",
"description": "<p>You take half damage from one damage type of your choice (matching your breath weapon).</p>",
"changes": []
}
]
},
"reviewed": true
}