magicciv/public/resources/units/dwarf_engineer.json
2026-04-07 17:52:04 -07:00

67 lines
1.9 KiB
JSON

{
"id": "dwarf_engineer",
"name": "Engineer",
"description": "A skilled craftsdwarf who carves roads, digs mines, and raises farms on claimed territory. Cannot enter unclaimed land.",
"unit_type": "support",
"school": null,
"domain": "land",
"attributes": [
"light",
"biological"
],
"attack_type": "none",
"hp": 30,
"attack": 0,
"defense": 0,
"ranged_attack": 0,
"range": 0,
"movement": 2,
"vision": 1,
"cost": 70,
"tech_required": "masonry",
"upgradeable_from": null,
"race_required": "dwarf",
"faction": "dwarf",
"can_found_city": false,
"can_build_improvements": true,
"flags": [],
"mana_cost": null,
"sprite": "sprites/units/engineer.png",
"gender": {
"male": {
"name": "Engineer",
"sprite": "sprites/units/engineer_dwarves_m.png"
},
"female": {
"name": "Engineer",
"sprite": "sprites/units/engineer_dwarves_f.png"
}
},
"maintenance": 3,
"clearing": {
"max_safe_tier": 10,
"method": "blasting",
"turns_per_tier": 1,
"material_yield_multiplier": 0.05,
"hazard_on_clear": true,
"hazard_radius": 2,
"hazard_duration_turns": 8,
"consequences": {
"maturity_collapse": "T8 collapses to T2 instantly. Irrecoverable on gameplay timescales.",
"spore_cloud": "Detonated mycelial network creates spore cloud in radius, fauna scatter-aggression.",
"freepeople_hostile": "Freepeople within 5 tiles become permanently hostile.",
"diplomatic_event": "All civs notified. Permanent reputation penalty."
},
"description": "Explosive demolition clears any tier in 1-2 turns but destroys material yield, collapses maturity, and triggers severe ecological and diplomatic consequences."
},
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"support",
"none"
]
}
}