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

63 lines
1.3 KiB
JSON

[
{
"id": "warrior",
"name": "Warrior",
"description": "A basic melee fighter armed with sword and shield.",
"unit_type": "melee",
"school": null,
"domain": "land",
"keywords": [],
"attributes": [
"light",
"biological"
],
"attack_type": "blade",
"hp": 80,
"attack": 14,
"defense": 8,
"ranged_attack": 0,
"range": 0,
"movement": 2,
"vision": 2,
"cost": 40,
"tier": 1,
"tech_required": null,
"upgradeable_from": null,
"race_required": null,
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/warrior.png",
"gender": {
"male": {
"name": "Warrior",
"sprite": "sprites/units/warrior_m.png"
},
"female": {
"name": "Warrior",
"sprite": "sprites/units/warrior_f.png"
}
},
"maintenance": 2,
"auto_join": true,
"encyclopedia": {
"category": "combat",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"military",
"blade"
]
},
"flavor": "The backbone of any early military.",
"archetype": "light_melee",
"promotion_tree": "melee",
"clan_affinity": [
"ironhold",
"goldvein",
"blackhammer",
"deepforge",
"runesmith"
]
}
]