magicciv/public/resources/episodes.json
Natalie 862b5a4817 feat(@projects/@magic-civilization): add oos objectives for age of terrans
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 15:19:33 -07:00

69 lines
1.9 KiB
JSON

[
{
"episode": 1,
"id": "age-of-dwarves",
"name": "Age of Dwarves",
"planet": "Khazad Prime",
"display_name": "Age of Dwarves — Khazad Prime",
"primary_species": "dwarf",
"species_display": "Dwarf",
"races": "Dwarves",
"world_id": "khazad_prime",
"status": "early_access",
"route": "/episodes/age-of-dwarves"
},
{
"episode": 2,
"id": "age-of-kzzkyt",
"name": "Age of Kzzkyt",
"planet": "The Hive",
"display_name": "Age of Kzzkyt — The Hive",
"primary_species": "kzzkyt",
"species_display": "Kzzkyt",
"races": "Kzzkyt",
"world_id": "the_hive",
"status": "planned",
"route": "/episodes/age-of-kzzkyt"
},
{
"episode": 3,
"id": "age-of-elves",
"name": "Age of Elves",
"planet": "Silvandel",
"display_name": "Age of Elves — Silvandel",
"primary_species": "elf",
"species_display": "Elf",
"races": "High, Dark, Forest, Water",
"world_id": "silvandel",
"status": "planned",
"route": "/episodes/age-of-elves"
},
{
"episode": 4,
"id": "age-of-terrans",
"name": "Age of Terrans",
"planet": "Terra",
"display_name": "Age of Terrans — Terra",
"primary_species": "terran",
"species_display": "Terran",
"races": "Terrans",
"mechanic": "psionics",
"world_id": "terra",
"status": "planned",
"route": "/episodes/age-of-terrans"
},
{
"episode": 5,
"id": "age-of-ascension",
"name": "Age of Ascension",
"planet": "Ethereal Plane",
"display_name": "Age of Ascension — Ethereal Plane",
"primary_species": "multi",
"species_display": "Phantasma, Flügel, Gith, Demonia",
"races": "Phantasma, Flügel, Githyanki, Githzerai, Demonia",
"mechanic": "religious_victory",
"world_id": "ethereal_plane",
"status": "planned",
"route": "/episodes/age-of-ascension"
}
]