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

117 lines
2.8 KiB
JSON

[
{
"id": "loremaster",
"name": "Loremaster",
"description": "Custodian of the clan's saga-cycles, genealogies, and oral charters. Their presence in a city accelerates culture growth and triggers Golden Ages more often.",
"unit_type": "support",
"school": null,
"domain": "land",
"keywords": [
"culture_bearer"
],
"attributes": [
"light",
"biological"
],
"attack_type": "none",
"hp": 50,
"attack": 0,
"defense": 4,
"ranged_attack": 0,
"range": 0,
"movement": 3,
"vision": 1,
"cost": 140,
"tier": 3,
"tech_required": "arts_and_craft",
"upgradeable_from": "bard",
"race_required": null,
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/loremaster.png",
"gender": null,
"maintenance": 3,
"auto_join": false,
"encyclopedia": {
"category": "civilization",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"support",
"culture"
]
},
"flavor": "Forgets nothing. Forgives little.",
"archetype": "civilian",
"promotion_tree": null,
"clan_affinity": [],
"great_person_class": "great_sage",
"great_person_gpp_type": "scholarship",
"great_person_produces": "free_tech",
"great_person_action": {
"action_type": "free_tech",
"rationale": "Completes one tech of tier ≤ loremaster's own tier + 1.",
"max_target_tier": 4
},
"logistics": {
"composition": {
"leader": 1,
"member": 9
},
"inventory": {
"rations": 100,
"water": 80,
"tool_durability": 2
},
"stats": {
"str": 30,
"con": 83,
"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
}
}
}
}
]