123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663 |
- from enum import Enum
- from typing import NamedTuple
-
-
- class DestinationType(Enum):
- STATION = 0
- TEMPERATE_WORLD = 1
- DESERT_WORLD = 2
- FROZEN_WORLD = 3
- JUNGLE_WORLD = 4
- OCEAN_WORLD = 5
- ASTEROID_BASE = 6
- BROKEN_WORLD = 7
- CITY_WORLD = 8
- MOUNTAIN_WORLD = 9
- VOLCANO_WORLD = 10
- GAS_WORLD = 11
- FOREST_WORLD = 12
-
-
- class DangerLevel(Enum):
- NONE = 0
- LOW = 1
- MODERATE = 2
- HIGH = 3
- EXTREME = 4
-
-
- class DangerType(Enum):
- HOSTILE = 0
- AT_WAR = 1
- DESERT = 2
- JUNGLE = 3
- OCEAN = 4
- ATMOSPHERE = 5
- GRAVITY = 6
-
-
- class Destination(NamedTuple):
- name: str
- system: str | None
- sector: str | None
- type: DestinationType
- danger: tuple | None = None
- is_moon: bool = False
- is_legends: bool = False
-
-
- REVERSE_DESTINATION_TYPE = [
- "station",
- "temperate world",
- "desert world",
- "frozen world",
- "jungle world",
- "ocean world",
- "asteroid",
- "broken world",
- "city world",
- "mountain world",
- "volcano world",
- "gas world",
- "forest world",
- ]
-
- SYSTEMS = [
- ("Abafar", "Outer Rim"),
- ("Abednedo", "Colonies"),
- ("Abregado", "Core Worlds"),
- ("Adega", "Outer Rim"),
- ("Agamar", "Outer Rim"),
- ("Ajan Kloss", "Outer Rim"),
- ("Akiva", "Outer Rim"),
- ("Alderaan", "Core Worlds"),
- ("Aldhani", None),
- ("Aleen", "Mid Rim"),
- ("Alzoc III", "Outer Rim"),
- ("Ambria", "Inner Rim"),
- ("Anaxes", "Outer Rim"),
- ("Ando", "Mid Rim"),
- ("Anoat", "Outer Rim"),
- ("Anoth", "Wild Space"),
- ("Athega", "Expansion Region"),
- ("Atollon", "Outer Rim"),
- ("Bakura", "Wild Space"),
- ("Balmorra", "Colonies"),
- ("Balnab", "Mid Rim"),
- ("Barton 4", None),
- ("Batuu", "Outer Rim"),
- ("Belsavis", "Outer Rim"),
- ("Bespin", "Outer Rim"),
- ("Bogano", "Outer Rim"),
- ("Bonadan", "Outer Rim"),
- ("Bracca", "Mid Rim"),
- ("Bright Jewel", "Mid Rim"),
- ("Cantonica", "Outer Rim"),
- ("Carida", "Colonies"),
- ("Castilon", "Mid Rim"),
- ("Cato Neimoidia", "Colonies"),
- ("Chandrila", "Core Worlds"),
- ("Christoph", "Outer Rim"),
- ("Circarpous", "Expansion Region"),
- ("Concord Dawn", "Outer Rim"),
- ("Corellia", "Core Worlds"),
- ("Corellian", "Core Worlds"),
- ("Coruscant", "Core Worlds"),
- ("Crait", "Outer Rim"),
- ("Cyax", "Outer Rim"),
- ("Dagobah", "Outer Rim"),
- ("Daiyu", None),
- ("Dantooine", "Outer Rim"),
- ("Dathomir", "Outer Rim"),
- ("Devaron", "Colonies"),
- ("Doornik-628", "Core Worlds"),
- ("Dromund", "Outer Rim"),
- ("Eadu", "Outer Rim"),
- ("Endor", "Outer Rim"),
- ("Er´kit", "Outer Rim"),
- ("Eriadu", "Outer Rim"),
- ("Essesia", "Core Worlds"),
- ("Felucia", "Outer Rim"),
- ("Florrum", "Outer Rim"),
- ("Fondor", "Colonies"),
- ("Geonosis", "Outer Rim"),
- ("Hapes", "Inner Rim"),
- ("Hosnian", "Core Worlds"),
- ("Hoth", "Outer Rim"),
- ("Hutta", "Outer Rim"),
- ("Iego", "Outer Rim"),
- ("Ileenium", "Outer Rim"),
- ("Ilum", "Unknown Regions"),
- ("Iridonia", "Mid Rim"),
- ("Jabiim", "Outer Rim"),
- ("Jakku", "Inner Rim"),
- ("Japrael", "Inner Rim"),
- ("Jedha", "Mid Rim"),
- ("Jelucan", "Outer Rim"),
- ("Jinata", "Core Worlds"),
- ("Kamino", "Outer Rim"),
- ("Kashyyyk", "Mid Rim"),
- ("Kessel", "Outer Rim"),
- ("Khomm", "Deep Core"),
- ("Kijimi", "Mid Rim"),
- ("Kothlis", "Mid Rim"),
- ("Kuat", "Core Worlds"),
- ("Lah'mu", "Outer Rim"),
- ("Lothal", "Outer Rim"),
- ("Lotho Minor", "Outer Rim"),
- ("Malachor", "Outer Rim"),
- ("Malastare", "Mid Rim"),
- ("Mandalore", "Outer Rim"),
- ("Mapuzo", "Mid Rim"),
- ("Maridun", "Outer Rim"),
- ("Middian", "Expansion Region"),
- ("Mon Calamari", "Outer Rim"),
- ("Mustafar", "Outer Rim"),
- ("Muunilinst", "Outer Rim"),
- ("Mygeeto", "Outer Rim"),
- ("Myrkr", "Inner Rim"),
- ("N'zoth", "Core Worlds"),
- ("Naboo", "Mid Rim"),
- ("Nal Hutta", "Outer Rim"),
- ("Nevarro", "Outer Rim"),
- ("Niamos", None),
- ("Numidian", "Mid Rim"),
- ("Ottega", "Inner Rim"),
- ("Perave", "Colonies"),
- ("Polith", "Inner Rim"),
- ("Pyria", "Colonies"),
- ("Ralltiir", "Core Worlds"),
- ("Rishi", "Outer Rim"),
- ("Rugosa", "Outer Rim"),
- ("Ruusan", "Mid Rim"),
- ("Ryloth", "Outer Rim"),
- ("Sacorria", "Core Worlds"),
- ("Saleucami", "Outer Rim"),
- ("Savareen", "Outer Rim"),
- ("Scarif", "Outer Rim"),
- ("Serenno", "Outer Rim"),
- ("Shili", "Expansion Region"),
- ("Skako", "Core Worlds"),
- ("Sorgan", "Outer Rim"),
- ("Sullust", "Outer Rim"),
- ("Takodana", "Mid Rim"),
- ("Tatoo", "Outer Rim"),
- ("Ten Tempests", "Mid Rim"),
- ("Teth", "Wild Space"),
- ("Tholoth", "Colonies"),
- ("Toprawa", "Outer Rim"),
- ("Toydaria", "Mid Rim"),
- ("Tyrius", "Outer Rim"),
- ("Umbara", "Expansion Region"),
- ("Uquine", "Colonies"),
- ("Utapau", "Outer Rim"),
- ("Wayland", "Outer Rim"),
- ("Wobani", "Mid Rim"),
- ("Wrea", "Outer Rim"),
- ("Yavin", "Outer Rim"),
- ("Zeffo", "Outer Rim"),
- ("Zygerria", "Outer Rim"),
- ]
-
- DESTINATIONS = [
- Destination(name="Abafar", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Agamar", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(
- name="Ajan Kloss",
- sector="Outer Rim",
- type=Destination.JUNGLE_WORLD,
- is_moon=True,
- ),
- Destination(name="Akiva", sector="Outer Rim", type=Destination.JUNGLE_WORLD),
- Destination(
- name="Alderaan", sector="Core Worlds", type=Destination.TEMPERATE_WORLD
- ),
- Destination(name="Aldhani", sector="", type=Destination.TEMPERATE_WORLD),
- Destination(name="Aleen", sector="Mid Rim", type=Destination.DESERT_WORLD),
- Destination(name="Alzoc III", sector="Outer Rim", type=Destination.FROZEN_WORLD),
- Destination(name="Anaxes", sector="Outer Rim", type=Destination.FOREST_WORLD),
- Destination(name="Ando", sector="Mid Rim", type=Destination.OCEAN_WORLD),
- Destination(name="Anoat", sector="Outer Rim", type=Destination.CITY_WORLD),
- Destination(name="Atollon", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Balnab", sector="Mid Rim", type=Destination.TEMPERATE_WORLD),
- Destination(name="Barton 4", sector="", type=Destination.FROZEN_WORLD),
- Destination(name="Batuu", sector="Outer Rim", type=Destination.JUNGLE_WORLD),
- Destination(name="Bespin", sector="Outer Rim", type=Destination.GAS_WORLD),
- Destination(name="Bogano", sector="Outer Rim", type=Destination.TEMPERATE_WORLD),
- Destination(name="Bracca", sector="Mid Rim", type=Destination.BROKEN_WORLD),
- Destination(name="Cantonica", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Castilon", sector="Mid Rim", type=Destination.OCEAN_WORLD),
- Destination(name="Cato Neimoidia", sector="Colonies", type=Destination.OCEAN_WORLD),
- Destination(
- name="Chandrila", sector="Core Worlds", type=Destination.TEMPERATE_WORLD
- ),
- Destination(
- name="Christophsis",
- system="Christoph",
- sector="Outer Rim",
- type=Destination.FOREST_WORLD,
- ),
- Destination(name="Concord Dawn", sector="Outer Rim", type=Destination.BROKEN_WORLD),
- Destination(name="Corellia", sector="Core Worlds", type=Destination.CITY_WORLD),
- Destination(name="Coruscant", sector="Core Worlds", type=Destination.CITY_WORLD),
- Destination(name="Crait", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(
- name="D'Qar",
- system="Ileenium",
- sector="Outer Rim",
- type=Destination.JUNGLE_WORLD,
- ),
- Destination(name="Dagobah", sector="Outer Rim", type=Destination.JUNGLE_WORLD),
- Destination(name="Daiyu", sector="", type=Destination.CITY_WORLD),
- Destination(name="Dantooine", sector="Outer Rim", type=Destination.TEMPERATE_WORLD),
- Destination(name="Dathomir", sector="Outer Rim", type=Destination.FOREST_WORLD),
- Destination(name="Devaron", sector="Colonies", type=Destination.FOREST_WORLD),
- Destination(name="Eadu", sector="Outer Rim", type=Destination.MOUNTAIN_WORLD),
- Destination(name="Endor", sector="Outer Rim", type=Destination.GAS_WORLD),
- Destination(
- name="Forest Moon",
- system="Endor",
- sector="Outer Rim",
- type=Destination.FOREST_WORLD,
- is_moon=True,
- ),
- Destination(name="Er'kit", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Eriadu", sector="Outer Rim", type=Destination.JUNGLE_WORLD),
- Destination(
- name="Esseles",
- system="Essesia",
- sector="Core Worlds",
- type=Destination.TEMPERATE_WORLD,
- ),
- Destination(name="Felucia", sector="Outer Rim", type=Destination.JUNGLE_WORLD),
- Destination(name="Florrum", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Fondor", sector="Colonies", type=Destination.CITY_WORLD),
- Destination(name="Geonosis", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(
- name="Hosnian Prime",
- system="Hosnian",
- sector="Core Worlds",
- type=Destination.CITY_WORLD,
- ),
- Destination(name="Hoth", sector="Outer Rim", type=Destination.FROZEN_WORLD),
- Destination(name="Iego", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Ilum", sector="Unknown Regions", type=Destination.FROZEN_WORLD),
- Destination(name="Iridonia", sector="Mid Rim", type=Destination.DESERT_WORLD),
- Destination(name="Jabiim", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Jakku", sector="Inner Rim", type=Destination.DESERT_WORLD),
- Destination(
- name="Jedha", sector="Mid Rim", type=Destination.DESERT_WORLD, is_moon=True
- ),
- Destination(name="Jelucan", sector="Outer Rim", type=Destination.MOUNTAIN_WORLD),
- Destination(
- name="Jestefad",
- system="Mustafar",
- sector="Outer Rim",
- type=Destination.GAS_WORLD,
- ),
- Destination(name="Kamino", sector="Outer Rim", type=Destination.OCEAN_WORLD),
- Destination(name="Kashyyyk", sector="Mid Rim", type=Destination.FOREST_WORLD),
- Destination(
- name="Kef Bir",
- system="Endor",
- sector="Outer Rim",
- type=Destination.OCEAN_WORLD,
- is_moon=True,
- ),
- Destination(name="Kessel", sector="Outer Rim", type=Destination.JUNGLE_WORLD),
- Destination(name="Kijimi", sector="Mid Rim", type=Destination.MOUNTAIN_WORLD),
- Destination(name="Kuat", sector="Core Worlds", type=Destination.CITY_WORLD),
- Destination(name="Lah'mu", sector="Outer Rim", type=Destination.TEMPERATE_WORLD),
- Destination(name="Lothal", sector="Outer Rim", type=Destination.TEMPERATE_WORLD),
- Destination(name="Lotho Minor", sector="Outer Rim", type=Destination.BROKEN_WORLD),
- Destination(name="Malachor", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Malastare", sector="Mid Rim", type=Destination.FOREST_WORLD),
- Destination(name="Mandalore", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Mapuzo", sector="Mid Rim", type=Destination.TEMPERATE_WORLD),
- Destination(name="Maridun", sector="Outer Rim", type=Destination.TEMPERATE_WORLD),
- Destination(
- name="Mimban",
- system="Circarpous",
- sector="Expansion Region",
- type=Destination.JUNGLE_WORLD,
- ),
- Destination(
- name="Mon Cala",
- system="Mon Calamari",
- sector="Outer Rim",
- type=Destination.OCEAN_WORLD,
- ),
- Destination(name="Mustafar", sector="Outer Rim", type=Destination.VOLCANO_WORLD),
- Destination(name="Mygeeto", sector="Outer Rim", type=Destination.FROZEN_WORLD),
- Destination(name="Naboo", sector="Mid Rim", type=Destination.TEMPERATE_WORLD),
- Destination(name="Nal Hutta", sector="Outer Rim", type=Destination.JUNGLE_WORLD),
- Destination(name="Nevarro", sector="Outer Rim", type=Destination.VOLCANO_WORLD),
- Destination(name="Niamos", sector="", type=Destination.TEMPERATE_WORLD),
- Destination(
- name="Numidian Prime",
- system="Numidian",
- sector="Mid Rim",
- type=Destination.JUNGLE_WORLD,
- ),
- Destination(
- name="Nur",
- system="Mustafar",
- sector="Outer Rim",
- type=Destination.OCEAN_WORLD,
- is_moon=True,
- ),
- Destination(
- name="Onderon",
- system="Japrael",
- sector="Inner Rim",
- type=Destination.JUNGLE_WORLD,
- ),
- Destination(
- name="Ord Mantell",
- system="Bright Jewel",
- sector="Mid Rim",
- type=Destination.TEMPERATE_WORLD,
- ),
- Destination(
- name="Ossus",
- system="Adega",
- sector="Outer Rim",
- type=Destination.TEMPERATE_WORLD,
- ),
- Destination(
- name="Pasaana",
- system="Middian",
- sector="Expansion Region",
- type=Destination.DESERT_WORLD,
- ),
- Destination(
- name="Pillio",
- system="Jinata",
- sector="Core Worlds",
- type=Destination.OCEAN_WORLD,
- ),
- Destination(name="Rishi", sector="Outer Rim", type=Destination.JUNGLE_WORLD),
- Destination(
- name="Rodia", system="Tyrius", sector="Outer Rim", type=Destination.JUNGLE_WORLD
- ),
- Destination(
- name="Rugosa", sector="Outer Rim", type=Destination.OCEAN_WORLD, is_moon=True
- ),
- Destination(name="Ruusan", sector="Mid Rim", type=Destination.DESERT_WORLD),
- Destination(name="Ryloth", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Saleucami", sector="Outer Rim", type=Destination.JUNGLE_WORLD),
- Destination(name="Savareen", sector="Outer Rim", type=Destination.DESERT_WORLD),
- Destination(name="Scarif", sector="Outer Rim", type=Destination.OCEAN_WORLD),
- Destination(name="Serenno", sector="Outer Rim", type=Destination.TEMPERATE_WORLD),
- Destination(
- name="Shili", sector="Expansion Region", type=Destination.TEMPERATE_WORLD
- ),
- Destination(
- name="Sissubo",
- system="Chandrila",
- sector="Core Worlds",
- type=Destination.FROZEN_WORLD,
- ),
- Destination(name="Skako", sector="Core Worlds", type=Destination.CITY_WORLD),
- Destination(
- name="Skako Minor",
- system="Skako",
- sector="Core Worlds",
- type=Destination.FOREST_WORLD,
- ),
- Destination(name="Sorgan", sector="Outer Rim", type=Destination.FOREST_WORLD),
- Destination(name="Sullust", sector="Outer Rim", type=Destination.VOLCANO_WORLD),
- Destination(name="Takodana", sector="Mid Rim", type=Destination.FOREST_WORLD),
- Destination(
- name="Tatooine",
- system="Tatoo",
- sector="Outer Rim",
- type=Destination.DESERT_WORLD,
- ),
- Destination(name="Teth", sector="Wild Space", type=Destination.JUNGLE_WORLD),
- Destination(name="Toydaria", sector="Mid Rim", type=Destination.TEMPERATE_WORLD),
- Destination(
- name="Trandosha",
- system="Kashyyyk",
- sector="Mid Rim",
- type=Destination.FOREST_WORLD,
- ),
- Destination(
- name="Umbara", sector="Expansion Region", type=Destination.TEMPERATE_WORLD
- ),
- Destination(name="Utapau", sector="Outer Rim", type=Destination.TEMPERATE_WORLD),
- Destination(
- name="Vandor-1",
- system="Coruscant",
- sector="Core Worlds",
- type=Destination.FROZEN_WORLD,
- ),
- Destination(
- name="Vardos",
- system="Jinata",
- sector="Core Worlds",
- type=Destination.MOUNTAIN_WORLD,
- ),
- Destination(name="Wobani", sector="Mid Rim", type=Destination.BROKEN_WORLD),
- Destination(name="Wrea", sector="Outer Rim", type=Destination.OCEAN_WORLD),
- Destination(
- name="Yavin Prime",
- system="Yavin",
- sector="Outer Rim",
- type=Destination.GAS_WORLD,
- ),
- Destination(
- name="Yavin 4",
- system="Yavin",
- sector="Outer Rim",
- type=Destination.JUNGLE_WORLD,
- is_moon=True,
- ),
- Destination(name="Zeffo", sector="Outer Rim", type=Destination.MOUNTAIN_WORLD),
- Destination(name="Zygerria", sector="Outer Rim", type=Destination.TEMPERATE_WORLD),
- Destination(name="Abednedo", sector="Colonies", type=Destination.TEMPERATE_WORLD),
- Destination(name="Carida", sector="Colonies", type=Destination.MOUNTAIN_WORLD),
- Destination(name="Uquine", sector="Colonies", type=Destination.TEMPERATE_WORLD),
- Destination(name="Tholoth", sector="Colonies", type=Destination.JUNGLE_WORLD),
- Destination(
- name="Nar Shaddaa",
- system="Hutta",
- sector="Outer Rim",
- type=Destination.CITY_WORLD,
- is_moon=True,
- ),
- Destination(
- name="Wasskah",
- system="Kashyyyk",
- sector="Mid Rim",
- type=Destination.FOREST_WORLD,
- is_moon=True,
- ),
- Destination(
- name="Abregado-rae",
- system="Abregado",
- sector="Core Worlds",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Ambria",
- sector="Inner Rim",
- type=Destination.DESERT_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Anoth",
- sector="Wild Space",
- type=Destination.BROKEN_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Arkania",
- system="Perave",
- sector="Colonies",
- type=Destination.FROZEN_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Bakura",
- sector="Wild Space",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Bonadan",
- sector="Outer Rim",
- type=Destination.BROKEN_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Borleias",
- system="Pyria",
- sector="Colonies",
- type=Destination.JUNGLE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Ord Carida",
- system="Carida",
- sector="Colonies",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Da Soocha V",
- system="Cyax",
- sector="Outer Rim",
- type=Destination.MOUNTAIN_WORLD,
- is_moon=True,
- is_legends=True,
- ),
- Destination(
- name="Drall",
- system="Corellian",
- sector="Core Worlds",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Dromund Kaas",
- system="Dromund",
- sector="Outer Rim",
- type=Destination.JUNGLE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Dxun",
- system="Japrael",
- sector="Inner Rim",
- type=Destination.JUNGLE_WORLD,
- is_moon=True,
- is_legends=True,
- ),
- Destination(
- name="Hapes",
- sector="Inner Rim",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Ithor",
- system="Ottega",
- sector="Inner Rim",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="J't'p'tan",
- system="Doornik-628",
- sector="Core Worlds",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Khomm", sector="Deep Core", type=Destination.OCEAN_WORLD, is_legends=True
- ),
- Destination(
- name="Kothlis", sector="Mid Rim", type=Destination.OCEAN_WORLD, is_legends=True
- ),
- Destination(
- name="Muunilinst",
- sector="Outer Rim",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Myrkr", sector="Inner Rim", type=Destination.FOREST_WORLD, is_legends=True
- ),
- Destination(
- name="N'zoth",
- sector="Core Worlds",
- type=Destination.DESERT_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Nkllon",
- system="Athega",
- sector="Expansion Region",
- type=Destination.DESERT_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Ralltiir",
- sector="Core Worlds",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Sacorria",
- sector="Core Worlds",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Selonia",
- system="Corellian",
- sector="Core Worlds",
- type=Destination.OCEAN_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Thyferra",
- system="Polith",
- sector="Inner Rim",
- type=Destination.JUNGLE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Toprawa",
- sector="Outer Rim",
- type=Destination.FOREST_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Vortex",
- system="Ten Tempests",
- sector="Mid Rim",
- type=Destination.FROZEN_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Wayland",
- sector="Outer Rim",
- type=Destination.JUNGLE_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Belsavis",
- sector="Outer Rim",
- type=Destination.FROZEN_WORLD,
- is_legends=True,
- ),
- Destination(
- name="Balmorra",
- sector="Colonies",
- type=Destination.TEMPERATE_WORLD,
- is_legends=True,
- ),
- ]
|