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

125 lines
3.1 KiB
JSON

[
{
"id": "strike_walker",
"name": "Strike Walker",
"description": "Exo-light frame on a berserker chassis.",
"unit_type": "melee",
"school": null,
"domain": "land",
"keywords": [],
"attributes": [
"medium",
"biological"
],
"attack_type": "blade",
"hp": 230,
"attack": 56,
"defense": 22,
"ranged_attack": 0,
"range": 0,
"movement": 4,
"vision": 2,
"cost": 410,
"tier": 9,
"tech_required": "ascendant_warfare",
"upgradeable_from": "commando",
"requires_resource": "mithril_vein",
"race_required": "dwarf",
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/strike_walker.png",
"gender": {
"male": {
"name": "Strike Walker",
"sprite": "sprites/units/strike_walker_m.png"
},
"female": {
"name": "Strike Walker",
"sprite": "sprites/units/strike_walker_f.png"
}
},
"maintenance": 10,
"auto_join": true,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"military",
"blade",
"medium",
"era9",
"dwarven"
]
},
"flavor": "The rage is the same. The legs are new.",
"archetype": "light_melee",
"promotion_tree": "melee",
"clan_affinity": [
"blackhammer"
],
"lore": "Strike Walkers emerged when Blackhammer Clan's berserker tradition met Deepforge's exo-frame engineering. The chassis is a scout walker's, stripped of armor and fitted with a Blackhammer assault harness. The Rage that drives the pilot is not mechanical — the legs merely let it arrive where it was always going. Blackhammer engineers describe the design as rage plus legs, and consider that sufficient explanation: the old fury does not change, only the ground covered does.",
"audio_cues": {
"select": [
"Rage plus legs.",
"The fury does not change.",
"Always going there."
],
"move": [
"Covering ground.",
"The legs are fast."
],
"attack": [
"OLD FURY!",
"Same rage, new reach."
],
"death": [
"The rage was enough."
]
},
"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": 100
},
"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
}
}
}
]