30 lines
894 B
JSON
30 lines
894 B
JSON
{
|
|
"id": "dwarven_plate",
|
|
"name": "Dwarven Plate",
|
|
"description": "Articulated steel plate hammered cold over a hardened-hide gambeson. Heavy, but it turns a charging direwolf.",
|
|
"category": "armor",
|
|
"tier": 4,
|
|
"charge_mode": "permanent",
|
|
"source": "crafted",
|
|
"stats": [
|
|
{ "key": "armor_bonus", "value": 3, "label": "+3 armor" },
|
|
{ "key": "movement_bonus", "value": -1, "label": "-1 movement" }
|
|
],
|
|
"production": {
|
|
"building": "forge",
|
|
"secondary_building": "tannery",
|
|
"hammer_cost": 90,
|
|
"materials": [
|
|
{ "resource": "iron_ore", "amount": 4 },
|
|
{ "resource": "direwolf_hide", "amount": 1 }
|
|
],
|
|
"requires_tech": "steelworking"
|
|
},
|
|
"sprite": "sprites/items/dwarven_plate.png",
|
|
"encyclopedia": {
|
|
"category": "items",
|
|
"entry_type": "item",
|
|
"detail_route": "/items/armor",
|
|
"tags": ["armor", "tier_4", "dwarven"]
|
|
}
|
|
}
|