magicciv/public/resources/items/iron_axe.json
2026-04-07 17:52:04 -07:00

28 lines
807 B
JSON

{
"id": "iron_axe",
"name": "Iron Axe",
"description": "A serviceable single-bit axe of forged iron. The standard sidearm of the dwarven warband.",
"category": "weapon",
"tier": 1,
"charge_mode": "permanent",
"source": "crafted",
"stats": [
{ "key": "melee_bonus", "value": 2, "label": "+2 melee" },
{ "key": "melee_bonus", "value": 1, "condition": "vs_unarmored", "label": "+1 vs. unarmored" }
],
"production": {
"building": "smithy",
"hammer_cost": 30,
"materials": [
{ "resource": "iron_ore", "amount": 2 }
],
"requires_tech": "bronze_working"
},
"sprite": "sprites/items/iron_axe.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/weapons",
"tags": ["weapon", "tier_1", "dwarven"]
}
}