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

66 lines
1.4 KiB
JSON

[
{
"id": "archer",
"name": "Archer",
"description": "A light ranged unit armed with a longbow.",
"unit_type": "ranged",
"school": null,
"domain": "land",
"keywords": [
"ranged"
],
"attributes": [
"light",
"biological"
],
"attack_type": "pierce",
"hp": 50,
"attack": 10,
"defense": 4,
"ranged_attack": 12,
"range": 2,
"movement": 2,
"vision": 2,
"cost": 50,
"tier": 1,
"tech_required": null,
"upgradeable_from": null,
"requires_resource": null,
"race_required": null,
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/archer.png",
"gender": {
"male": {
"name": "Archer",
"sprite": "sprites/units/archer_m.png"
},
"female": {
"name": "Archer",
"sprite": "sprites/units/archer_f.png"
}
},
"maintenance": 2,
"auto_join": true,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"military",
"pierce"
]
},
"flavor": "Deadly at distance but vulnerable in melee.",
"archetype": "ranged",
"promotion_tree": "ranged",
"clan_affinity": [
"ironhold",
"goldvein",
"blackhammer",
"deepforge",
"runesmith"
]
}
]