magicciv/public/resources/units/guildmaster.json
2026-05-26 02:21:14 -07:00

109 lines
2.5 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": [],
"logistics": {
"composition": {
"leader": 1,
"member": 13
},
"inventory": {
"rations": 140,
"water": 112,
"tool_durability": 2
},
"stats": {
"str": 30,
"con": 100,
"end": 90
},
"terrain_movement": {
"road": 0.5,
"dirt_road": 0.65,
"wagon_track": 0.85,
"trail": 0.8,
"grass": 1.0,
"hills": 1.5,
"forest_open": 1.5,
"forest_dense": 2.5,
"mountain": 3.0,
"snow": 2.0,
"tundra": 1.5,
"desert": 2.5,
"marsh": 3.0,
"river_ford": 2.0,
"river_unfordable": "blocked",
"deep_water": "blocked"
},
"carriers": {
"foot_runners": 2
},
"supply": {
"range_turns": 6,
"decline_rate": 0.8
},
"slots": {
"ox_wagon": {
"enabling_tech": "animal_husbandry",
"enabling_resources": [
"cattle"
],
"provides": "+2 carry-capacity, fodder consumption",
"count": 1
},
"officer_bird": {
"enabling_tech": "falconry_command",
"enabling_resources": [
"crag_aerie"
],
"provides": "crag-raven one-way carrier",
"count": 2
}
}
}
}
]