magicciv/public/resources/units/rocket_trooper.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

86 lines
2.4 KiB
JSON

[
{
"id": "rocket_trooper",
"name": "Rocket Trooper",
"description": "Stovepipe rocket launcher for anti-mechanized engagement.",
"unit_type": "melee",
"school": null,
"domain": "land",
"keywords": [
"anti_cavalry",
"splash"
],
"attributes": [
"light",
"biological"
],
"attack_type": "siege",
"hp": 200,
"attack": 46,
"defense": 22,
"ranged_attack": 0,
"range": 0,
"movement": 2,
"vision": 2,
"cost": 320,
"tier": 8,
"tech_required": "rocketry",
"upgradeable_from": "anti_tank_rifleman",
"requires_resource": "iron_ore",
"race_required": "dwarf",
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/rocket_trooper.png",
"gender": {
"male": {
"name": "Rocket Trooper",
"sprite": "sprites/units/rocket_trooper_m.png"
},
"female": {
"name": "Rocket Trooper",
"sprite": "sprites/units/rocket_trooper_f.png"
}
},
"maintenance": 8,
"auto_join": true,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"military",
"siege",
"anti-cavalry",
"era8",
"dwarven"
]
},
"flavor": "Stovepipe on the shoulder. Mountain in the heart.",
"archetype": "anti_cavalry",
"promotion_tree": "melee",
"clan_affinity": [
"ironhold",
"runesmith"
],
"lore": "When Runesmith Clan first produced the shoulder-launched rocket, Ironhold commanders were skeptical of a weapon that threw itself. The skepticism ended at the demonstration against three decommissioned walker-chassis lined up on the proving ground \u2014 the first rocket removed all three. Ironhold adopted the stovepipe within the season and trained the first Rocket Trooper cohort at Tharken Hold under Master Grimbrak. Stovepipe on the shoulder, mountain in the heart \u2014 the Runesmith engineers wrote this on the training manual cover.",
"audio_cues": {
"select": [
"Stovepipe ready.",
"Mountain in the heart.",
"It throws itself."
],
"move": [
"Repositioning.",
"Launcher on shoulder."
],
"attack": [
"AWAY! Self-propelled.",
"Three walkers. One shot."
],
"death": [
"The mountain remains."
]
}
}
]