magicciv/public/resources/units/commando.json
2026-05-26 02:21:14 -07:00

127 lines
3.2 KiB
JSON

[
{
"id": "commando",
"name": "Commando",
"description": "Stealth infiltration specialist.",
"unit_type": "melee",
"school": null,
"domain": "land",
"keywords": [
"first_strike"
],
"attributes": [
"light",
"biological"
],
"attack_type": "blade",
"hp": 200,
"attack": 46,
"defense": 18,
"ranged_attack": 0,
"range": 0,
"movement": 3,
"vision": 2,
"cost": 320,
"tier": 8,
"tech_required": "tactical_disruption",
"upgradeable_from": "trench_raider",
"requires_resource": "iron_ore",
"race_required": "dwarf",
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/commando.png",
"gender": {
"male": {
"name": "Commando",
"sprite": "sprites/units/commando_m.png"
},
"female": {
"name": "Commando",
"sprite": "sprites/units/commando_f.png"
}
},
"maintenance": 8,
"auto_join": true,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"military",
"blade",
"light",
"era8",
"dwarven"
]
},
"flavor": "The dwarf you do not see is the dwarf who measured your throat.",
"archetype": "light_melee",
"promotion_tree": "melee",
"clan_affinity": [
"blackhammer"
],
"lore": "The Commando tradition was formally established after the Night of Borrowed Breath, when a single Blackhammer operative crossed three occupied holds and destroyed their powder stores without being seen. The doctrine was not celebrated — it was quietly filed and the operative was given no name in the records, only a number. Commandos are not honored in the feast-hall; they are honored in silence, which they prefer. The dwarf you do not see has already measured your throat.",
"audio_cues": {
"select": [
"Already measured it.",
"No name in the records.",
"Silence is the doctrine."
],
"move": [
"Quiet now.",
"Through the gap."
],
"attack": [
"Throat first.",
"They do not see this."
],
"death": [
"No number. No name."
]
},
"logistics": {
"composition": {
"captain": 1,
"sergeant": 3,
"soldier": 27,
"horn_blower": 1
},
"inventory": {
"rations": 300,
"water": 240,
"tool_durability": 2
},
"stats": {
"str": 100,
"con": 100,
"end": 90
},
"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": 4,
"decline_rate": 1.2
}
}
}
]