magicciv/public/resources/units/combat_engineer.json
Natalie 2442e93c23 feat(@projects/@magic-civilization): add hybrid building system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-06 16:57:39 -07:00

39 lines
1.1 KiB
JSON

{
"id": "combat_engineer",
"name": "Combat Engineer",
"description": "Field-grade engineer trained to build fortifications under fire and demolish them under siege. Carries entrenching tools, breaching charges, and a service carbine.",
"unit_type": "support",
"school": null,
"domain": "land",
"keywords": ["engineer", "siege"],
"attributes": ["medium", "biological"],
"attack_type": "blade",
"hp": 130,
"attack": 14,
"defense": 14,
"ranged_attack": 14,
"range": 1,
"movement": 2,
"vision": 2,
"cost": 200,
"tier": 6,
"tech_required": "mechanized_warfare",
"upgradeable_from": "dwarf_sapper",
"requires_resource": null,
"race_required": "dwarf",
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/combat_engineer.png",
"can_build_improvements": true,
"maintenance": 5,
"auto_join": true,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": ["land", "military", "support", "engineer", "siege", "era6", "dwarven"]
},
"flavor": "Builds it. Breaks it. Same shift.",
"archetype": "infantry",
"promotion_tree": "support"
}