magicciv/public/resources/units/dwarf_smith.json
Natalie 752ef4d409 feat(@projects/@magic-civilization): add dwarf unit json assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-30 04:25:53 -04:00

55 lines
1.3 KiB
JSON

{
"id": "dwarf_smith",
"name": "Smith",
"description": "A trained metalworker who follows the army, maintaining equipment, repairing armor in the field, and forging replacement parts that no supply line could deliver in time. Every warband that can afford one keeps one.",
"unit_type": "support",
"school": null,
"domain": "land",
"attributes": [
"light",
"biological"
],
"attack_type": "none",
"hp": 30,
"attack": 0,
"defense": 1,
"ranged_attack": 0,
"range": 0,
"movement": 2,
"vision": 2,
"cost": 60,
"tech_required": "smelting",
"upgradeable_from": null,
"race_required": "dwarf",
"faction": "dwarf",
"can_found_city": false,
"can_build_improvements": false,
"flags": [
"field_repair",
"garrison_production_bonus"
],
"mana_cost": null,
"sprite": "sprites/units/dwarf_smith.png",
"gender": {
"male": {
"name": "Smith",
"sprite": "sprites/units/dwarf_smith_dwarves_m.png"
},
"female": {
"name": "Smith",
"sprite": "sprites/units/dwarf_smith_dwarves_f.png"
}
},
"maintenance": 3,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"support",
"none"
]
},
"tier": 1
}