vagabond-rpg-foundryvtt/packs/_source/perks/familiar.json
Cal Corum fae29030a2 Add complete perks compendium (103 perks)
- Generate all 103 perk JSON files with structured prerequisites
- Parse stat requirements (MIT/DEX/AWR/RSN/PRS/LUK with thresholds)
- Parse trained skill requirements (AND/OR conditions)
- Parse spell prerequisites and custom resource requirements
- Detect ritual perks (8 total) with duration parsing
- Tag repeatable perks (7 total)
- Assign context-aware tags (combat, defensive, utility, social, etc.)
- Add validation script for future verification
- All perks validated against NoteDiscovery source

Perk categories:
- Combat perks: 45
- Magic-enhancing perks: 28
- Ritual perks: 8 (Athame, Familiar, Medium, etc.)
- Repeatable perks: 7 (Advancement, Bookworm, Pack Mule, etc.)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 23:08:29 -06:00

40 lines
1.3 KiB
JSON

{
"_id": "vagabondPerkFamiliar",
"name": "Familiar",
"type": "perk",
"img": "icons/svg/shield.svg",
"system": {
"description": "<p>You can perform a 10 minute Ritual to conjure a familiar, a loyal Ally to you that you control. The familiar can be any Small Being with HD: 1. It uses your Cast Skill for Checks and Saves, and you can Cast Spells using the familiar as a conduit for your Magic. If you do, you can deliver the Spell from the familiar as if it were originating from you. The familiar is banished when it drops to 0 HP or if you conduct this Ritual again to create another familiar.</p>",
"prerequisites": {
"stats": {
"might": null,
"dexterity": null,
"awareness": null,
"reason": null,
"presence": null,
"luck": null
},
"trainedSkills": ["arcana", "mysticism"],
"spells": [],
"perks": [],
"custom": ""
},
"changes": [],
"passive": true,
"uses": {
"value": 0,
"max": 0,
"per": ""
},
"luckCost": 0,
"grantsLuck": 0,
"isRitual": true,
"ritualDuration": 10,
"ritualComponents": "",
"tags": ["defensive", "utility", "social", "magic", "ritual"]
},
"effects": [],
"_key": "!items!vagabondPerkFamiliar",
"reviewed": true
}