magicciv/public/resources/items/fortification_kit.json

28 lines
794 B
JSON

{
"id": "fortification_kit",
"name": "Fortification Kit",
"description": "Pre-cut stakes, caltrops, and a folding abatis frame. Deployed in minutes, turning open ground into a defensive position.",
"category": "consumable",
"tier": 2,
"charge_mode": "use",
"charges": 1,
"source": "crafted",
"stats": [
{ "key": "instant_fortify", "value": 1, "label": "Instant fortify" }
],
"production": {
"building": "barracks",
"hammer_cost": 30,
"materials": [
{ "resource": "iron_ore", "amount": 1 }
],
"requires_tech": "tactics"
},
"sprite": "sprites/items/fortification_kit.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/consumables",
"tags": ["consumable", "tier_2", "dwarven"]
}
}