magicciv/public/resources/units/dwarf_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

82 lines
2.3 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",
"keywords": [
"worker",
"engineer"
],
"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"
]
},
"tier": 1,
"action_point_capacity": 6,
"great_person_class": "great_engineer",
"great_person_gpp_type": "engineering",
"great_person_produces": "wonder_hurry",
"great_person_action": {
"action_type": "wonder_hurry",
"rationale": "Adds production. Limited to small/early projects.",
"max_target_tier": 2,
"production_value": 300
}
}