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

85 lines
2.3 KiB
JSON

[
{
"id": "marksman",
"name": "Marksman",
"description": "Rune-aided sharpshooter with three-tile range and first-strike at distance.",
"unit_type": "ranged",
"school": null,
"domain": "land",
"keywords": [
"ranged"
],
"attributes": [
"light",
"biological"
],
"attack_type": "pierce",
"hp": 130,
"attack": 22,
"defense": 16,
"ranged_attack": 38,
"range": 3,
"movement": 2,
"vision": 2,
"cost": 220,
"tier": 6,
"tech_required": "marksmanship",
"upgradeable_from": "rifleman",
"requires_resource": "coal_seam",
"race_required": "dwarf",
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/marksman.png",
"gender": {
"male": {
"name": "Marksman",
"sprite": "sprites/units/marksman_m.png"
},
"female": {
"name": "Marksman",
"sprite": "sprites/units/marksman_f.png"
}
},
"maintenance": 6,
"auto_join": true,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"military",
"pierce",
"ranged",
"era6",
"dwarven"
]
},
"flavor": "The runes do not aim for him - they merely refuse to disagree.",
"archetype": "ranged",
"promotion_tree": "ranged",
"clan_affinity": [
"runesmith",
"goldvein"
],
"lore": "The Marksman school was founded jointly by Runesmith and Goldvein Clan after the Battle of Brakkenveld, where three Goldvein snipers held a ridge against forty attackers using rune-aided sighting that Runesmith had developed for survey work. The runes were not designed to aim \u2014 they were designed to measure distance, and a dwarf who could measure distance precisely could put a ball exactly there. Runesmith doctrine is that the runes do not aim for you. They only refuse to disagree with you when you are right.",
"audio_cues": {
"select": [
"The runes agree with me.",
"Steady.",
"Range measured."
],
"move": [
"Repositioning.",
"Three tiles is enough."
],
"attack": [
"THEY AGREE!",
"Distance measured. Fire."
],
"death": [
"The runes cannot disagree now."
]
}
}
]