29 lines
928 B
JSON
29 lines
928 B
JSON
{
|
|
"id": "repeating_crossbow",
|
|
"name": "Repeating Crossbow",
|
|
"description": "A magazine-fed crossbow with a lever-action cocking mechanism. Steam-forged gears cycle the bolt tray fast enough for two aimed shots before the enemy closes.",
|
|
"category": "weapon",
|
|
"tier": 6,
|
|
"charge_mode": "permanent",
|
|
"source": "crafted",
|
|
"stats": [
|
|
{ "key": "ranged_bonus", "value": 5, "label": "+5 ranged" },
|
|
{ "key": "attacks", "value": 2, "label": "2 attacks per round" }
|
|
],
|
|
"production": {
|
|
"building": "forge",
|
|
"hammer_cost": 120,
|
|
"materials": [
|
|
{ "resource": "iron_ore", "amount": 3 },
|
|
{ "resource": "coal_seam", "amount": 2 }
|
|
],
|
|
"requires_tech": "steam_metallurgy"
|
|
},
|
|
"sprite": "sprites/items/repeating_crossbow.png",
|
|
"encyclopedia": {
|
|
"category": "items",
|
|
"entry_type": "item",
|
|
"detail_route": "/items/weapons",
|
|
"tags": ["weapon", "tier_6", "dwarven"]
|
|
}
|
|
}
|