- 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>
35 lines
807 B
JSON
35 lines
807 B
JSON
{
|
|
"_id": "vagabondArmorLightBarding",
|
|
"name": "Light Barding",
|
|
"type": "armor",
|
|
"img": "icons/svg/shield.svg",
|
|
"system": {
|
|
"description": "<p>Light armor for mounts and animal companions.</p>",
|
|
"armorValue": 1,
|
|
"armorType": "light",
|
|
"dodgePenalty": false,
|
|
"hindersDodge": false,
|
|
"preventsRage": false,
|
|
"slots": 2,
|
|
"value": 1000,
|
|
"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!vagabondArmorLightBarding",
|
|
"reviewed": true
|
|
}
|