magicciv/public/resources/items/crossbow.json

27 lines
768 B
JSON

{
"id": "crossbow",
"name": "Crossbow",
"description": "A windlass-cranked steel crossbow with iron-tipped quarrels. What it lacks in rate of fire, it makes up for in the ugly sound the bolt makes on the way in.",
"category": "weapon",
"tier": 3,
"charge_mode": "permanent",
"source": "crafted",
"stats": [
{ "key": "ranged_bonus", "value": 4, "label": "+4 ranged" }
],
"production": {
"building": "smithy",
"hammer_cost": 55,
"materials": [
{ "resource": "iron_ore", "amount": 2 }
],
"requires_tech": "tactics"
},
"sprite": "sprites/items/crossbow.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/weapons",
"tags": ["weapon", "tier_3", "dwarven"]
}
}