magicciv/public/resources/units/dwarf_high_engineer.json
Natalie 26d14d79bc feat(@projects/@magic-civilization): add new city-building actions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-07 03:16:13 -07:00

65 lines
1.6 KiB
JSON

{
"id": "dwarf_high_engineer",
"name": "High Engineer",
"description": "A senior craftsdwarf with a steam-powered multi-tool and prefabricated construction templates. Builds improvements faster and can erect field fortifications that infantry cannot.",
"unit_type": "support",
"school": null,
"domain": "land",
"attributes": [
"light",
"biological"
],
"attack_type": "none",
"hp": 45,
"attack": 0,
"defense": 1,
"ranged_attack": 0,
"range": 0,
"movement": 2,
"vision": 2,
"cost": 130,
"tech_required": "combined_arms",
"upgradeable_from": "engineer",
"race_required": "dwarf",
"faction": "dwarf",
"can_found_city": false,
"can_build_improvements": true,
"flags": [
"fast_build",
"can_build_fortifications"
],
"mana_cost": null,
"sprite": "sprites/units/high_engineer.png",
"gender": {
"male": {
"name": "High Engineer",
"sprite": "sprites/units/high_engineer_dwarves_m.png"
},
"female": {
"name": "High Engineer",
"sprite": "sprites/units/high_engineer_dwarves_f.png"
}
},
"maintenance": 6,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"support",
"none"
]
},
"tier": 2,
"action_point_capacity": 10,
"great_person_class": "great_engineer",
"great_person_gpp_type": "engineering",
"great_person_produces": "wonder_hurry",
"great_person_action": {
"action_type": "wonder_hurry",
"rationale": "Adds substantial production toward mid-era projects.",
"max_target_tier": 4,
"production_value": 500
}
}