vagabond-rpg-foundryvtt/packs/_source/armor/heavy-barding.json
Cal Corum 4110d79489 Add complete armor compendium (5 items)
- Light Armor: 1 armor, 500c, 2 slots, requires Might 3
- Medium Armor: 2 armor, 1000c, 2 slots, requires Might 4
- Heavy Armor: 3 armor, 2000c, 3 slots, requires Might 5
- Light Barding: 1 armor, 1000c, 2 slots (for mounts)
- Heavy Barding: 3 armor, 2500c, 3 slots (for mounts)

All values match NoteDiscovery source (1g = 10s = 100c)

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

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

35 lines
807 B
JSON

{
"_id": "vagabondArmorHeavyBarding",
"name": "Heavy Barding",
"type": "armor",
"img": "icons/svg/shield.svg",
"system": {
"description": "<p>Heavy armor for mounts and animal companions.</p>",
"armorValue": 3,
"armorType": "heavy",
"dodgePenalty": false,
"hindersDodge": false,
"preventsRage": false,
"slots": 3,
"value": 2500,
"equipped": false,
"magicBonus": 0,
"properties": ["barding"],
"relic": {
"isRelic": false,
"tier": 1,
"abilityName": "",
"abilityDescription": "",
"activationCost": "",
"usesPerDay": 0,
"usesRemaining": 0,
"requiresAttunement": false,
"attuned": false,
"lore": ""
}
},
"effects": [],
"_key": "!items!vagabondArmorHeavyBarding",
"reviewed": true
}