-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap_data.py
More file actions
3 lines (3 loc) · 4.19 KB
/
map_data.py
File metadata and controls
3 lines (3 loc) · 4.19 KB
1
2
3
MAP_LIST = ['Academy', 'Acid Caverns', "Acton's Nightmare", 'Alleyways', 'Altered Distant Memory', 'Ancient City', 'Arachnid Nest', 'Arachnid Tomb', 'Arcade', 'Arena', 'Arid Lake', 'Armoury', 'Arsenal', 'Ashen Wood', 'Atoll', 'Augmented Distant Memory', 'Barrows', 'Basilica', 'Bazaar', 'Beach', 'Belfry', 'Bog', 'Bone Crypt', 'Bramble Valley', 'Burial Chambers', "Caer Blaidd, Wolfpack's Den", 'Cage', 'Caldera', 'Canyon', 'Carcass', 'Castle Ruins', 'Cells', 'Cemetery', 'Channel', 'Chateau', 'City Square', 'Cold River', 'Colonnade', 'Colosseum', 'Conservatory', 'Coral Ruins', 'Core', 'Cortex', 'Courthouse', 'Courtyard', 'Coves', 'Crater', 'Crimson Temple', 'Crimson Township', 'Crystal Ore', 'Cursed Crypt', 'Dark Forest', 'Death and Taxes', 'Defiled Cathedral', 'Desert', 'Desert Spring', 'Dig', "Doryani's Machinarium", 'Dry Sea', 'Dunes', 'Dungeon', 'Estuary', 'Excavation', 'Factory', 'Fields', 'Flooded Mine', 'Forbidden Woods', 'Forge of the Phoenix', 'Forking River', 'Foundry', 'Frozen Cabins', 'Fungal Hollow', 'Gardens', 'General Notes', 'Geode', 'Ghetto', 'Glacier', 'Grave Trough', 'Graveyard', 'Grotto', 'Hall of Grandmasters', 'Hallowed Ground', 'Harbinger', 'Haunted Mansion', 'Iceberg', 'Infested Valley', 'Infused Beachhead', 'Ivory Temple', 'Jungle Valley', 'Laboratory', 'Lair', 'Lair of the Hydra', 'Lava Chamber', 'Lava Lake', 'Leyline', 'Lighthouse', 'Lookout', 'Maelström of Chaos', 'Malformation', 'Mao Kun', 'Marshes', 'Mausoleum', 'Maze', 'Maze of the Minotaur', 'Mesa', 'Mineral Pools', 'Moon Temple', 'Mud Geyser', 'Museum', 'Necropolis', "Oba's Cursed Trove", "Olmec's Sanctum", 'Orchard', 'Overgrown Ruin', 'Overgrown Shrine', 'Palace', 'Park', 'Pen', 'Peninsula', 'Phantasmagoria', 'Pier', 'Pillars of Arun', 'Pit', 'Pit of the Chimera', 'Plateau', 'Plaza', "Poorjoy's Asylum", 'Port', 'Precinct', 'Primordial Blocks', 'Primordial Pool', 'Promenade', 'Racecourse', 'Ramparts', 'Reef', 'Relic Chambers', 'Replica Cortex', 'Replica Pillars of Arun', "Replica Poorjoy's Asylum", 'Residence', 'Rewritten Distant Memory', 'Scriptorium', 'Sepulchre', 'Shipyard', 'Shore', 'Shrine', 'Siege', 'Silo', 'Spider Forest', 'Spider Lair', 'Stagnation', 'Strand', 'Sulphur Vents', 'Summit', 'Sunken City', 'Temple', 'Terrace', 'The Beachhead', "The Coward's Trial", 'The Perandus Manor', 'The Putrid Cloister', 'The Twilight Temple', 'The Vinktar Square', 'Thicket', 'Tower', 'Toxic Sewer', 'Tropical Island', 'Twisted Distant Memory', 'Underground River', 'Underground Sea', 'Vaal Pyramid', 'Vaal Temple', 'Vault', 'Vaults of Atziri', 'Villa', 'Volcano', 'Waste Pool', 'Wasteland', 'Waterways', 'Whakawairua Tuahu', 'Wharf']
UNIQUE_MAP_LIST = {'Overgrown Shrine': "Acton's Nightmare", 'Siege': 'Altered Distant Memory', 'Courthouse': 'Augmented Distant Memory', 'Haunted Mansion': 'Augmented Distant Memory', 'Underground River': "Caer Blaidd, Wolfpack's Den", 'Relic Chambers': 'Cortex', 'Necropolis': 'Death and Taxes', 'Maze': "Olmec's Sanctum", 'Promenade': 'Hall of Grandmasters', 'Cemetery': 'Hallowed Ground', 'Harbinger': 'The Beachhead', 'Atoll': 'Maelström of Chaos', 'Shore': 'Mao Kun', 'Primordial Blocks': "Oba's Cursed Trove", 'Underground Sea': "Oba's Cursed Trove", 'Bone Crypt': "Olmec's Sanctum", 'Dunes': 'Pillars of Arun', 'Temple': "Poorjoy's Asylum", 'Basilica': 'Rewritten Distant Memory', 'Cursed Crypt': "The Coward's Trial", 'Chateau': 'The Perandus Manor', 'Museum': 'The Putrid Cloister', 'Moon Temple': 'The Twilight Temple', 'Courtyard': 'The Vinktar Square', 'Park': 'Twisted Distant Memory', 'Vaal Pyramid': 'Vaults of Atziri', 'Strand': 'Whakawairua Tuahu', 'Graveyard': 'Hallowed Ground', 'Reef': 'Mao Kun'}
PREFIX_LIST = ['Abhorrent', 'Anarchic', "Antagonist's", 'Armoured', 'Bipedal', 'Burning', 'Capricious', 'Ceremonial', 'Chaining', 'Conflagrating', 'Deadly', 'Demonic', 'Emanant', 'Empowered', 'Feasting', 'Fecund', 'Feral', 'Fleet', 'Freezing', 'Giant', 'Grounded', 'Haunting', 'Hexproof', 'Hexwarded', 'Impervious', 'Incombustible', 'Lunar', 'Mirrored', 'Molten', 'Multifarious', 'NAME', 'Otherworldly', "Overlord's", 'Packed', 'Punishing', 'Resistant', 'Savage', 'Shocking', 'Skeletal', 'Slithering', 'Solar', 'Splitting', "Titan's", 'Twinned', 'Undead', 'Unstoppable', 'Unwavering', 'Vaal', "Zana's", 'of Punishment']