magicciv/public/resources/units/riveted_trooper.json
Natalie 45d0278522 refactor(@projects/@magic-civilization): 🎨 unit sprite paths → _dwarf_male/_dwarf_female naming
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 05:29:19 -05:00

126 lines
3.2 KiB
JSON

[
{
"id": "riveted_trooper",
"name": "Riveted Trooper",
"description": "Combustion-assisted plate worn over modern combat doctrine.",
"unit_type": "melee",
"school": null,
"domain": "land",
"keywords": [],
"attributes": [
"plate",
"biological"
],
"attack_type": "crush",
"hp": 230,
"attack": 46,
"defense": 32,
"ranged_attack": 0,
"range": 0,
"movement": 2,
"vision": 2,
"cost": 320,
"tier": 8,
"tech_required": "armoured_doctrine",
"upgradeable_from": "iron_sentinel",
"requires_resource": "iron_ore",
"race_required": "dwarf",
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/riveted_trooper.png",
"gender": {
"male": {
"name": "Riveted Trooper",
"sprite": "sprites/units/riveted_trooper_dwarf_male.png"
},
"female": {
"name": "Riveted Trooper",
"sprite": "sprites/units/riveted_trooper_dwarf_female.png"
}
},
"maintenance": 8,
"auto_join": true,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"military",
"crush",
"plate",
"era8",
"dwarven"
]
},
"flavor": "The rivets are fashion; the faith is unchanged from T1.",
"archetype": "heavy_melee",
"promotion_tree": "melee",
"clan_affinity": [
"ironhold",
"deepforge"
],
"lore": "Riveted Trooper is the name Deepforge engineers gave to the first generation of plate warriors who trained in the armoured doctrine era. The rivets are not structural — they are the Deepforge mark of standardization, pressed into every plate that passes quality inspection. Ironhold Clan adopted them as a point of pride rather than utility. The fashion is the rivets; the faith beneath them is unchanged from the first day a Shield Bearer locked shields with a stranger and held.",
"audio_cues": {
"select": [
"Faith unchanged from T1.",
"Rivets are fashion. I am not.",
"The hold needs this wall."
],
"move": [
"Armoured doctrine.",
"Formation, advance."
],
"attack": [
"PRESS!",
"The rivets hold the line."
],
"death": [
"Faith unchanged."
]
},
"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": 60
},
"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
}
}
}
]