magicciv/public/resources/items/chainmail.json

28 lines
837 B
JSON

{
"id": "chainmail",
"name": "Chainmail",
"description": "Interlocking iron rings riveted shut one by one. Thirty thousand rings per hauberk. The smith who made it went slightly mad, but the hauberk is sound.",
"category": "armor",
"tier": 3,
"charge_mode": "permanent",
"source": "crafted",
"stats": [
{ "key": "armor_bonus", "value": 4, "label": "+4 defense" },
{ "key": "movement_bonus", "value": -1, "label": "-1 movement" }
],
"production": {
"building": "smithy",
"hammer_cost": 55,
"materials": [
{ "resource": "iron_ore", "amount": 3 }
],
"requires_tech": "iron_working"
},
"sprite": "sprites/items/chainmail.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/armor",
"tags": ["armor", "tier_3", "dwarven"]
}
}