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

59 lines
1.5 KiB
JSON

[
{
"id": "bard",
"name": "Bard",
"description": "A wandering chronicler who sings the deeds of dwarven heroes at firesides and feast halls. Adjacent friendly units gain morale and the city earns culture while they perform.",
"unit_type": "support",
"school": null,
"domain": "land",
"keywords": [
"culture_bearer"
],
"attributes": [
"light",
"biological"
],
"attack_type": "none",
"hp": 35,
"attack": 0,
"defense": 2,
"ranged_attack": 0,
"range": 0,
"movement": 3,
"vision": 1,
"cost": 70,
"tier": 1,
"tech_required": null,
"upgradeable_from": null,
"race_required": null,
"faction": "dwarf",
"mana_cost": null,
"sprite": "sprites/units/bard.png",
"gender": null,
"maintenance": 2,
"auto_join": false,
"encyclopedia": {
"category": "civilization",
"entry_type": "unit",
"detail_route": "/military/units",
"tags": [
"land",
"support",
"culture"
]
},
"flavor": "Every clan needs a memory.",
"archetype": "civilian",
"promotion_tree": null,
"clan_affinity": [],
"great_person_class": "great_musician",
"great_person_gpp_type": "music",
"great_person_produces": "great_work_music",
"great_person_action": {
"action_type": "compose_great_work",
"great_work_type": "music",
"rationale": "Composes one Great Work of Music. Tier-1 bards write drinking songs; advanced bards compose funeral marches.",
"max_target_tier": null
}
}
]