magicciv/public/resources/units/strike_walker.json
Natalie cdaaefb280 feat(@projects): add gdrust map page
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-30 10:46:34 -04:00

82 lines
2.2 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 \u2014 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."
]
}
}
]