27 lines
775 B
JSON
27 lines
775 B
JSON
{
|
|
"id": "mithril_mail",
|
|
"name": "Mithril Mail",
|
|
"description": "Mithril rings woven so fine they feel like silk and weigh less than leather. The metal remembers its shape after every blow and returns to true.",
|
|
"category": "armor",
|
|
"tier": 5,
|
|
"charge_mode": "permanent",
|
|
"source": "crafted",
|
|
"stats": [
|
|
{ "key": "armor_bonus", "value": 6, "label": "+6 defense" }
|
|
],
|
|
"production": {
|
|
"building": "forge",
|
|
"hammer_cost": 100,
|
|
"materials": [
|
|
{ "resource": "mithril_vein", "amount": 3 }
|
|
],
|
|
"requires_tech": "high_smithing"
|
|
},
|
|
"sprite": "sprites/items/mithril_mail.png",
|
|
"encyclopedia": {
|
|
"category": "items",
|
|
"entry_type": "item",
|
|
"detail_route": "/items/armor",
|
|
"tags": ["armor", "tier_5", "dwarven"]
|
|
}
|
|
}
|