27 lines
745 B
JSON
27 lines
745 B
JSON
{
|
|
"id": "master_blade",
|
|
"name": "Master Blade",
|
|
"description": "A mithril-edged longsword folded ninety-six times by a High Smith. The blade rings when drawn and does not dull.",
|
|
"category": "weapon",
|
|
"tier": 5,
|
|
"charge_mode": "permanent",
|
|
"source": "crafted",
|
|
"stats": [
|
|
{ "key": "melee_bonus", "value": 6, "label": "+6 melee" }
|
|
],
|
|
"production": {
|
|
"building": "forge",
|
|
"hammer_cost": 100,
|
|
"materials": [
|
|
{ "resource": "mithril_vein", "amount": 2 }
|
|
],
|
|
"requires_tech": "high_smithing"
|
|
},
|
|
"sprite": "sprites/items/master_blade.png",
|
|
"encyclopedia": {
|
|
"category": "items",
|
|
"entry_type": "item",
|
|
"detail_route": "/items/weapons",
|
|
"tags": ["weapon", "tier_5", "dwarven"]
|
|
}
|
|
}
|