magicciv/public/resources/items/antidote.json

26 lines
724 B
JSON

{
"id": "antidote",
"name": "Antidote",
"description": "A thick charcoal-and-herb paste pressed into a wax tablet. Chewed and swallowed, it neutralizes most venoms found in the deep caverns.",
"category": "consumable",
"tier": 1,
"charge_mode": "use",
"charges": 1,
"source": "crafted",
"stats": [
{ "key": "cure_poison", "value": 1, "label": "Cures poison" }
],
"production": {
"building": "barracks",
"hammer_cost": 15,
"materials": [],
"requires_tech": "surveying"
},
"sprite": "sprites/items/antidote.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/consumables",
"tags": ["consumable", "tier_1", "dwarven"]
}
}