magicciv/public/resources/items/siege_ram.json

27 lines
772 B
JSON

{
"id": "siege_ram",
"name": "Siege Ram",
"description": "An iron-shod battering ram on a wheeled chassis, crewed by four dwarves under a tortoise roof. Doors and portcullises do not survive its attention.",
"category": "weapon",
"tier": 4,
"charge_mode": "permanent",
"source": "crafted",
"stats": [
{ "key": "siege_bonus", "value": 8, "label": "+8 vs. city" }
],
"production": {
"building": "barracks",
"hammer_cost": 80,
"materials": [
{ "resource": "iron_ore", "amount": 3 }
],
"requires_tech": "siege_warfare"
},
"sprite": "sprites/items/siege_ram.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/weapons",
"tags": ["weapon", "tier_4", "dwarven"]
}
}