magicciv/public/resources/items/tower_shield.json

28 lines
847 B
JSON

{
"id": "tower_shield",
"name": "Tower Shield",
"description": "A full-body iron-banded oak shield that a dwarf can crouch behind entirely. Arrows bounce. Swords glance. The dwarf behind it waits.",
"category": "armor",
"tier": 3,
"charge_mode": "permanent",
"source": "crafted",
"stats": [
{ "key": "armor_bonus", "value": 3, "label": "+3 defense" },
{ "key": "armor_bonus", "value": 2, "condition": "vs_ranged", "label": "+2 vs. ranged" }
],
"production": {
"building": "smithy",
"hammer_cost": 50,
"materials": [
{ "resource": "iron_ore", "amount": 2 }
],
"requires_tech": "tactics"
},
"sprite": "sprites/items/tower_shield.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/armor",
"tags": ["armor", "tier_3", "dwarven"]
}
}