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

50 lines
1.1 KiB
JSON

[
{
"id": "guildmaster",
"name": "Guildmaster",
"description": "A senior figure in one of the merchant guilds. Their presence in a foreign city counts as a soft diplomatic asset and steady gold income.",
"unit_type": "support",
"school": null,
"domain": "land",
"keywords": [
"trader"
],
"attributes": [
"light",
"biological"
],
"attack_type": "none",
"hp": 70,
"attack": 0,
"defense": 6,
"ranged_attack": 0,
"range": 0,
"movement": 3,
"vision": 2,
"cost": 260,
"tier": 5,
"tech_required": "guild_charters",
"upgradeable_from": "caravan_master",
"race_required": null,
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/guildmaster.png",
"gender": null,
"maintenance": 5,
"auto_join": false,
"encyclopedia": {
"category": "civilization",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"support",
"trade"
]
},
"flavor": "Says little; signs much.",
"archetype": "civilian",
"promotion_tree": null,
"clan_affinity": []
}
]