vagabond-rpg-foundryvtt/packs/_source/equipment/oil-basic.json
Cal Corum 77706eafe2 Add complete equipment compendium (368 items) + fix Silver Standard values
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>
2025-12-16 23:59:18 -06:00

41 lines
1.2 KiB
JSON

{
"_id": "vagabondEquipOilbasic",
"name": "Oil, basic",
"type": "equipment",
"img": "icons/svg/item-bag.svg",
"system": {
"description": "<p>The oil can coat either a 5-foot-square area or a Medium or smaller Target for as long as 1 week unless washed off. While coated, the Target can then be ignited, causing it to be Burning (Cd6, unless doused). Other Beings that touch the flames take d6 damage, and are Burning (d6) while still in contact with the flame.</p><p>A full flask fuels a burning lantern for a Shift.</p>",
"quantity": 1,
"slots": 1,
"slotsPerItem": false,
"value": 1000,
"consumable": true,
"uses": {
"value": 0,
"max": 1,
"autoDestroy": true
},
"category": "consumable",
"equipped": false,
"containerCapacity": 0,
"tags": ["alchemy", "oil"],
"isTrinket": false,
"canCastThrough": false,
"relic": {
"isRelic": false,
"tier": 1,
"abilityName": "",
"abilityDescription": "",
"activationCost": "",
"usesPerDay": 0,
"usesRemaining": 0,
"requiresAttunement": false,
"attuned": false,
"lore": ""
}
},
"effects": [],
"_key": "!items!vagabondEquipOilbasic",
"reviewed": true
}