magicciv/public/resources/units/dwarf_engineer.json
Natalie 45d0278522 refactor(@projects/@magic-civilization): 🎨 unit sprite paths → _dwarf_male/_dwarf_female naming
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 05:29:19 -05:00

147 lines
3.6 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/dwarf_engineer.png",
"gender": {
"male": {
"name": "Engineer",
"sprite": "sprites/units/dwarf_engineer_dwarf_male.png"
},
"female": {
"name": "Engineer",
"sprite": "sprites/units/dwarf_engineer_dwarf_female.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,
"capturable": true,
"ransom_multiplier": 3.0,
"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
},
"logistics": {
"composition": {
"foreman": 1,
"surveyor": 1,
"labourer": 3,
"warden": 1,
"foot_runner": 2
},
"inventory": {
"rations": 60,
"water": 48,
"tool_durability": 20,
"build_kits": 4
},
"stats": {
"str": 30,
"con": 50,
"end": 60
},
"terrain_movement": {
"road": 0.5,
"dirt_road": 0.65,
"wagon_track": 0.85,
"trail": 0.8,
"grass": 1.0,
"hills": 1.5,
"forest_open": 1.5,
"forest_dense": 2.5,
"mountain": 3.0,
"snow": 2.0,
"tundra": 1.5,
"desert": 2.5,
"marsh": 3.0,
"river_ford": 2.0,
"river_unfordable": "blocked",
"deep_water": "blocked"
},
"carriers": {
"foot_runners": 2
},
"supply": {
"range_turns": 6,
"decline_rate": 0.8
},
"slots": {
"ox_wagon": {
"enabling_tech": "animal_husbandry",
"enabling_resources": [
"cattle"
],
"provides": "+2 carry-capacity, fodder consumption",
"count": 1
},
"officer_bird": {
"enabling_tech": "falconry_command",
"enabling_resources": [
"crag_aerie"
],
"provides": "crag-raven one-way carrier",
"count": 2
}
}
}
}