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>
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"_id": "vagabondWeaponShotgun",
|
|
"name": "Shotgun",
|
|
"type": "weapon",
|
|
"img": "icons/svg/sword.svg",
|
|
"system": {
|
|
"description": "<p>A devastating firearm effective at medium range.</p>",
|
|
"damage": "1d10",
|
|
"damageType": "piercing",
|
|
"bonusDamage": 0,
|
|
"grip": "2h",
|
|
"versatileDamage": "",
|
|
"attackType": "ranged",
|
|
"range": {
|
|
"value": 30,
|
|
"units": "ft"
|
|
},
|
|
"properties": {
|
|
"finesse": false,
|
|
"thrown": false,
|
|
"cleave": false,
|
|
"reach": false,
|
|
"loading": false,
|
|
"brawl": false,
|
|
"crude": false,
|
|
"versatile": false,
|
|
"brutal": true,
|
|
"entangle": false,
|
|
"keen": false,
|
|
"long": false,
|
|
"near": true,
|
|
"ranged": true,
|
|
"shield": false
|
|
},
|
|
"material": "mundane",
|
|
"slots": 2,
|
|
"value": 7000,
|
|
"equipped": false,
|
|
"equippedHand": null,
|
|
"quantity": 1,
|
|
"attackBonus": 0,
|
|
"critThreshold": null,
|
|
"relic": {
|
|
"isRelic": false,
|
|
"tier": 1,
|
|
"abilityName": "",
|
|
"abilityDescription": "",
|
|
"activationCost": "",
|
|
"usesPerDay": 0,
|
|
"usesRemaining": 0,
|
|
"requiresAttunement": false,
|
|
"attuned": false,
|
|
"lore": ""
|
|
}
|
|
},
|
|
"effects": [],
|
|
"_key": "!items!vagabondWeaponShotgun",
|
|
"reviewed": true
|
|
}
|