magicciv/public/resources/techs/aviation.json
Natalie c76edd4c2f feat(@projects/@magic-civilization): add domain categorization system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 13:25:38 -04:00

164 lines
4 KiB
JSON

[
{
"id": "mechanical_flight",
"name": "Mechanical Flight",
"description": "Etched spinning rotors and steam-valved lift chambers. Dwarves achieve flight without waiting for anyone's permission.",
"pillar": "aviation",
"domain": "Engineering",
"era": 6,
"tier": 6,
"cost": 160,
"requires": [
"high_smithing",
"differential_hardening"
],
"unlocks": {
"buildings": [
"airfield"
],
"units": [
"dwarf_gyrocopter",
"dwarf_flak_battery"
],
"improvements": []
},
"flavor": "It should not fly. The tolerances disagree.",
"encyclopedia": {
"category": "civilization",
"entry_type": "tech",
"detail_route": "/research/tech-tree",
"tags": [
"aviation"
]
}
},
{
"id": "aerial_warfare",
"name": "Aerial Warfare",
"description": "Bomb racks, wing-mounted weapons, and fighter doctrine. The sky is now a battlefield.",
"pillar": "aviation",
"domain": "Military",
"era": 7,
"tier": 7,
"cost": 200,
"requires": [
"mechanical_flight",
"mechanized_warfare"
],
"unlocks": {
"buildings": [],
"units": [
"dwarf_steam_bomber",
"dwarf_iron_hawk"
],
"improvements": []
},
"flavor": "We used to worry about what was over the next hill. Now we own the next hill.",
"encyclopedia": {
"category": "civilization",
"entry_type": "tech",
"detail_route": "/research/tech-tree",
"tags": [
"aviation"
]
}
},
{
"id": "airship_doctrine",
"name": "Airship Doctrine",
"description": "The deployment of massive armored airships as mobile fire platforms. Slow, expensive, and almost impossible to stop.",
"pillar": "aviation",
"domain": "Military",
"era": 8,
"tier": 8,
"cost": 240,
"requires": [
"aerial_warfare",
"total_war"
],
"unlocks": {
"buildings": [
"zeppelin_dock"
],
"units": [
"dwarf_war_zeppelin"
],
"improvements": []
},
"flavor": "It is not fast. It does not need to be.",
"encyclopedia": {
"category": "civilization",
"entry_type": "tech",
"detail_route": "/research/tech-tree",
"tags": [
"aviation"
]
}
},
{
"id": "mithril_flight",
"name": "Mithril Flight",
"description": "Mithril airframes, vibration-dampened engine mounts, and deep-crystal targeting lenses. The mithril hawk makes the iron hawk look like it is standing still.",
"pillar": "aviation",
"domain": "Military",
"era": 9,
"tier": 9,
"cost": 280,
"requires": [
"airship_doctrine",
"ancient_doctrine"
],
"unlocks": {
"buildings": [],
"units": [
"dwarf_mithril_hawk"
],
"improvements": []
},
"flavor": "Speed is not a number. It is a philosophy.",
"encyclopedia": {
"category": "civilization",
"entry_type": "tech",
"detail_route": "/research/tech-tree",
"tags": [
"aviation"
]
}
},
{
"id": "sky_dominance",
"name": "Sky Dominance",
"description": "A flying fortress that drifts over the battlefield handing down ruin. The apex of dwarven aviation — a city that can move and has opinions about enemy cities.",
"pillar": "aviation",
"domain": "Military",
"era": 10,
"tier": 10,
"cost": 320,
"requires": [
"mithril_flight",
"ascendant_warfare"
],
"unlocks": {
"buildings": [],
"units": [
"dwarf_sky_fortress"
],
"improvements": [],
"mechanics": [
{
"key": "air_dominance",
"label": "Air Dominance"
}
]
},
"flavor": "We built it in the mountain. We let the mountain go.",
"encyclopedia": {
"category": "civilization",
"entry_type": "tech",
"detail_route": "/research/tech-tree",
"tags": [
"aviation"
]
}
}
]