magicciv/public/resources/units/deep_eye.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": "deep_eye",
"name": "Deep-Eye",
"description": "Long-range sniper that ignores terrain defense bonuses.",
"unit_type": "ranged",
"school": null,
"domain": "land",
"keywords": [
"ranged"
],
"attributes": [
"light",
"biological"
],
"attack_type": "pierce",
"hp": 190,
"attack": 34,
"defense": 20,
"ranged_attack": 52,
"range": 4,
"movement": 2,
"vision": 2,
"cost": 320,
"tier": 8,
"tech_required": "marksmanship",
"upgradeable_from": "machine_gunner",
"requires_resource": "iron_ore",
"race_required": "dwarf",
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/deep_eye.png",
"gender": {
"male": {
"name": "Deep-Eye",
"sprite": "sprites/units/deep_eye_m.png"
},
"female": {
"name": "Deep-Eye",
"sprite": "sprites/units/deep_eye_f.png"
}
},
"maintenance": 8,
"auto_join": true,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"military",
"pierce",
"ranged",
"era8",
"dwarven"
]
},
"flavor": "He sees the terrain. The terrain does not see him.",
"archetype": "ranged",
"promotion_tree": "ranged",
"clan_affinity": [
"goldvein",
"runesmith"
],
"lore": "The Deep-Eye title belongs to no clan by right \u2014 it is earned in a Runesmith trial that Goldvein Clan funds but does not judge. The candidate fires at five targets at maximum range, in sequence, on a clock. Those who pass are entered into the Holds Record without clan designation. Deep-Eye bearers are trained to ignore what the terrain offers them in the way of concealment \u2014 they see through it, which means the terrain also does not see them. The name comes from Goldvein prospecting tradition: the eye that finds what is hidden.",
"audio_cues": {
"select": [
"The terrain hides nothing.",
"Steady. Four tiles.",
"The eye finds it."
],
"move": [
"Silent advance.",
"Repositioning \u2014 unseen."
],
"attack": [
"No terrain between us.",
"FIRE."
],
"death": [
"The eye is closed."
]
}
}
]