vagabond-rpg-foundryvtt/packs/_source/ancestries/halfling.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
961 B
JSON
Executable File

{
"_id": "vagabondAnceHalfli",
"_key": "!items!vagabondAnceHalfli",
"name": "Halfling",
"type": "ancestry",
"img": "icons/svg/mystery-man.svg",
"system": {
"description": "<p>Small but surprisingly lucky, halflings are nimble folk who can slip through tight spaces and always seem to land on their feet. Their natural good fortune is legendary.</p>",
"beingType": "humanlike",
"size": "small",
"traits": [
{
"name": "Nimble",
"description": "<p>Your base Speed is increased by 5.</p>",
"changes": [{ "key": "system.speed.bonus", "mode": 2, "value": "5" }]
},
{
"name": "Squat",
"description": "<p>You can move through spaces occupied by larger creatures.</p>",
"changes": []
},
{
"name": "Tricksy",
"description": "<p>When you take a Rest, you regain +1 additional Luck.</p>",
"changes": []
}
]
},
"reviewed": true
}