magicciv/public/resources/units/loremaster.json
Natalie a49ec5d49c feat(@projects/@magic-civilization): add great person action system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 18:34:21 -04:00

58 lines
1.5 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
}
}
]