Equipment compendium: - 286 adventuring gear items (tools, clothing, instruments, containers, etc.) - 82 alchemical items (potions, oils, poisons, acids, explosives) - Proper categorization (gear, tool, consumable, container, treasure) - Comprehensive tagging for filtering - Consumable items with uses tracking - Container capacity for backpacks etc. Value correction (Silver Standard): - Fixed all weapon, armor, and equipment values - Vagabond uses Silver Standard: 1g = 100s, 1s = 100c - Previous values were 10x too low (assumed 1s = 10c) - All 415 item values now correct 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
35 lines
808 B
JSON
35 lines
808 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": 25000,
|
|
"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
|
|
}
|