forked from mirror/Archipelago
Some checks failed
Analyze modified files / flake8 (push) Failing after 2m28s
Build / build-win (push) Has been cancelled
Build / build-ubuntu2204 (push) Has been cancelled
ctest / Test C++ ubuntu-latest (push) Has been cancelled
ctest / Test C++ windows-latest (push) Has been cancelled
Analyze modified files / mypy (push) Has been cancelled
Build and Publish Docker Images / Push Docker image to Docker Hub (push) Successful in 5m4s
Native Code Static Analysis / scan-build (push) Failing after 5m2s
type check / pyright (push) Successful in 1m7s
unittests / Test Python 3.11.2 ubuntu-latest (push) Failing after 16m23s
unittests / Test Python 3.12 ubuntu-latest (push) Failing after 28m19s
unittests / Test Python 3.13 ubuntu-latest (push) Failing after 14m49s
unittests / Test hosting with 3.13 on ubuntu-latest (push) Successful in 5m0s
unittests / Test Python 3.13 macos-latest (push) Has been cancelled
unittests / Test Python 3.11 windows-latest (push) Has been cancelled
unittests / Test Python 3.13 windows-latest (push) Has been cancelled
430 lines
20 KiB
Python
430 lines
20 KiB
Python
class LocationName():
|
|
##hiddenItems
|
|
Daila_Herb = "Daila - Herb"
|
|
Daila_Smoke_Bomb = "Daila - Smoke_Bomb"
|
|
Daila_Psy_Crystal = "Daila - Psy_Crystal"
|
|
N_Osenia_Islet_Lucky_Medal = "N_Osenia_Islet - Lucky_Medal"
|
|
Daila_Sleep_Bomb = "Daila - Sleep_Bomb"
|
|
Daila_3_coins = "Daila - 3_coins"
|
|
Daila_12_coins = "Daila - 12_coins"
|
|
Madra_Antidote = "Madra - Antidote"
|
|
Madra_Cyclone_Chip = "Madra - Cyclone_Chip"
|
|
Madra_Smoke_Bomb = "Madra - Smoke_Bomb"
|
|
Madra_15_coins = "Madra - 15_coins"
|
|
Madra_Sleep_Bomb = "Madra - Sleep_Bomb"
|
|
Madra_Elixir = "Madra - Elixir"
|
|
Yampi_Desert_315_coins = "Yampi_Desert - 315_coins"
|
|
Alhafra_Sleep_Bomb = "Alhafra - Sleep_Bomb"
|
|
Alhafra_Lucky_Medal = "Alhafra - Lucky_Medal"
|
|
Alhafra_32_coins = "Alhafra - 32_coins"
|
|
Alhafra_Smoke_Bomb = "Alhafra - Smoke_Bomb"
|
|
Alhafra_Elixir = "Alhafra - Elixir"
|
|
Alhafra_Apple = "Alhafra - Apple"
|
|
Alhafran_Cave_Power_Bread = "Alhafran_Cave - Power_Bread"
|
|
Mikasalla_Nut = "Mikasalla - Nut"
|
|
Mikasalla_Elixir = "Mikasalla - Elixir"
|
|
Mikasalla_Lucky_Pepper = "Mikasalla - Lucky_Pepper"
|
|
Mikasalla_Herb = "Mikasalla - Herb"
|
|
E_Tundaria_Islet_Lucky_Medal = "E_Tundaria_Islet - Lucky_Medal"
|
|
Garoh_Nut = "Garoh - Nut"
|
|
Garoh_Smoke_Bomb = "Garoh - Smoke_Bomb"
|
|
Garoh_Sleep_Bomb = "Garoh - Sleep_Bomb"
|
|
Garoh_Elixir = "Garoh - Elixir"
|
|
Naribwe_Elixir = "Naribwe - Elixir"
|
|
Naribwe_18_coins = "Naribwe - 18_coins"
|
|
Naribwe_Sleep_Bomb = "Naribwe - Sleep_Bomb"
|
|
Kibombo_Mountains_Smoke_Bomb = "Kibombo_Mountains - Smoke_Bomb"
|
|
Kibombo_Lucky_Pepper = "Kibombo - Lucky_Pepper"
|
|
Kibombo_Lucky_Medal = "Kibombo - Lucky_Medal"
|
|
Kibombo_Nut = "Kibombo - Nut"
|
|
Gabomba_Catacombs_Mint = "Gabomba_Catacombs - Mint"
|
|
Lemurian_Ship_Elixir = "Lemurian_Ship - Elixir"
|
|
Lemurian_Ship_Antidote = "Lemurian_Ship - Antidote"
|
|
Lemurian_Ship_Oil_Drop = "Lemurian_Ship - Oil_Drop"
|
|
W_Indra_Islet_Lucky_Medal = "W_Indra_Islet - Lucky_Medal"
|
|
SE_Angara_Islet_Lucky_Medal = "SE_Angara_Islet - Lucky_Medal"
|
|
Sea_of_Time_Islet_Lucky_Medal = "Sea_of_Time_Islet - Lucky_Medal"
|
|
Yallam_Nut = "Yallam - Nut"
|
|
Yallam_16_coins = "Yallam - 16_coins"
|
|
Yallam_Antidote = "Yallam - Antidote"
|
|
Yallam_Elixir = "Yallam - Elixir"
|
|
Yallam_Oil_Drop = "Yallam - Oil_Drop"
|
|
Taopo_Swamp_Bramble_Seed = "Taopo_Swamp - Bramble_Seed"
|
|
Apojii_Islands_Mint = "Apojii_Islands - Mint"
|
|
Apojii_Islands_Herb = "Apojii_Islands - Herb"
|
|
Apojii_Islands_182_coins = "Apojii_Islands - 182_coins"
|
|
Apojii_Islands_32_coins = "Apojii_Islands - 32_coins"
|
|
Apojii_Islands_Bramble_Seed = "Apojii_Islands - Bramble_Seed"
|
|
Izumo_Antidote = "Izumo - Antidote"
|
|
Izumo_Antidote_Two = "Izumo - Antidote Two"
|
|
Izumo_Lucky_Medal = "Izumo - Lucky_Medal"
|
|
Izumo_Elixir = "Izumo - Elixir"
|
|
Izumo_Water_of_Life = "Izumo - Water_of_Life"
|
|
Izumo_Smoke_Bomb = "Izumo - Smoke_Bomb"
|
|
Champa_Smoke_Bomb = "Champa - Smoke_Bomb"
|
|
Champa_12_coins = "Champa - 12_coins"
|
|
Champa_Lucky_Medal = "Champa - Lucky_Medal"
|
|
Champa_Elixir = "Champa - Elixir"
|
|
Champa_Sleep_Bomb = "Champa - Sleep_Bomb"
|
|
Tundaria_Tower_Center_Prong = "Tundaria_Tower - Center_Prong"
|
|
Lemuria_Lucky_Medal = "Lemuria - Lucky_Medal"
|
|
Lemuria_Hard_Nut = "Lemuria - Hard_Nut"
|
|
Lemuria_Bone = "Lemuria - Bone"
|
|
Lemuria_Lucky_Medal_Two = "Lemuria - Lucky_Medal Two"
|
|
Gondowan_Settlement_Lucky_Medal = "Gondowan_Settlement - Lucky_Medal"
|
|
Contigo_Power_Bread = "Contigo - Power_Bread"
|
|
Contigo_Bramble_Seed = "Contigo - Bramble_Seed"
|
|
Shaman_Village_Lucky_Medal = "Shaman_Village - Lucky_Medal"
|
|
Shaman_Village_Weasels_Claw = "Shaman_Village - Weasels_Claw"
|
|
Shaman_Village_Elixir = "Shaman_Village - Elixir"
|
|
Shaman_Village_Lucky_Pepper = "Shaman_Village - Lucky_Pepper"
|
|
Jupiter_Lighthouse_Mint = "Jupiter_Lighthouse - Mint"
|
|
Loho_Crystal_Powder = "Loho - Crystal_Powder"
|
|
Prox_Cookie = "Prox - Cookie"
|
|
Prox_Potion = "Prox - Potion"
|
|
Prox_Sacred_Feather = "Prox - Sacred_Feather"
|
|
|
|
##keyItems
|
|
Kandorean_Temple_Mysterious_Card = "Kandorean_Temple - Mysterious_Card"
|
|
Madra_Cyclone_Chip = "Madra - Cyclone_Chip"
|
|
Madra_Catacombs_Ruin_Key = "Madra_Catacombs - Ruin_Key"
|
|
Madra_Catacombs_Tremor_Bit = "Madra_Catacombs - Tremor_Bit"
|
|
Madra_Catacombs_Moloch = "Madra_Catacombs - Moloch"
|
|
Yampi_Desert_Trainers_Whip = "Yampi_Desert - Trainers_Whip"
|
|
Yampi_Desert_Cave_Daedalus = "Yampi_Desert_Cave - Daedalus"
|
|
Airs_Rock_Flora = "Airs_Rock - Flora"
|
|
Gondowan_Cliffs_Healing_Fungus = "Gondowan_Cliffs - Healing_Fungus"
|
|
Gondowan_Cliffs_Laughing_Fungus = "Gondowan_Cliffs - Laughing_Fungus"
|
|
Gabomba_Catacombs_Tomegathericon = "Gabomba_Catacombs - Tomegathericon"
|
|
Shrine_of_the_Sea_God_Right_Prong = "Shrine_of_the_Sea_God - Right_Prong"
|
|
Aqua_Rock_Aquarius_Stone = "Aqua_Rock - Aquarius_Stone"
|
|
Izumo_Ulysses = "Izumo - Ulysses"
|
|
Gaia_Rock_Dancing_Idol = "Gaia_Rock - Dancing_Idol"
|
|
Ankohl_Ruins_Left_Prong = "Ankohl_Ruins - Left_Prong"
|
|
Tundaria_Tower_Center_Prong = "Tundaria_Tower - Center_Prong"
|
|
Tundaria_Tower_Burst_Brooch = "Tundaria_Tower - Burst_Brooch"
|
|
Lemuria_Grindstone = "Lemuria - Grindstone"
|
|
Treasure_Isle_Azul = "Treasure_Isle - Azul"
|
|
Jupiter_Lighthouse_Red_Key = "Jupiter_Lighthouse - Red_Key"
|
|
Jupiter_Lighthouse_Blue_Key = "Jupiter_Lighthouse - Blue_Key"
|
|
Mars_Lighthouse_Teleport_Lapis = "Mars_Lighthouse - Teleport_Lapis"
|
|
Indra_Cavern_Zagan = "Indra_Cavern - Zagan"
|
|
Osenia_Cavern_Megaera = "Osenia_Cavern - Megaera"
|
|
Angara_Cavern_Haures = "Angara_Cavern - Haures"
|
|
Atteka_Cavern_Coatlicue = "Atteka_Cavern - Coatlicue"
|
|
Islet_Cave_Catastrophe = "Islet_Cave - Catastrophe"
|
|
Anemos_Inner_Sanctum_Charon = "Anemos_Inner_Sanctum - Charon"
|
|
Anemos_Inner_Sanctum_Iris = "Anemos_Inner_Sanctum - Iris"
|
|
Kandorean_Temple_Lash_Pebble = "Kandorean_Temple - Lash_Pebble"
|
|
Dehkan_Plateau_Pound_Cube = "Dehkan_Plateau - Pound_Cube"
|
|
Yampi_Desert_Scoop_Gem = "Yampi_Desert - Scoop_Gem"
|
|
Shaman_Village_Hover_Jade = "Shaman_Village - Hover_Jade"
|
|
Mars_Lighthouse_Mars_Star = "Mars_Lighthouse - Mars_Star"
|
|
Gabomba_Statue_Black_Crystal = "Gabomba_Statue - Black_Crystal"
|
|
Champa_Trident = "Champa - Trident"
|
|
E_Tundaria_Islet_Pretty_Stone = "E_Tundaria_Islet - Pretty_Stone"
|
|
SE_Angara_Islet_Red_Cloth = "SE_Angara_Islet - Red_Cloth"
|
|
N_Osenia_Islet_Milk = "N_Osenia_Islet - Milk"
|
|
W_Indra_Islet_Lil_Turtle = "W_Indra_Islet - Lil_Turtle"
|
|
Daila_Sea_Gods_Tear = "Daila - Sea_Gods_Tear"
|
|
Magma_Rock_Magma_Ball = "Magma_Rock - Magma_Ball"
|
|
Airs_Rock_Reveal = "Airs_Rock - Reveal"
|
|
Aqua_Rock_Parch = "Aqua_Rock - Parch"
|
|
Gaia_Rock_Sand = "Gaia_Rock - Sand"
|
|
Magma_Rock_Blaze = "Magma_Rock - Blaze"
|
|
Lemuria_Eclipse = "Lemuria - Eclipse"
|
|
Idejima_Shamans_Rod = "Idejima - Shamans_Rod"
|
|
Idejima_Mind_Read = "Idejima - Mind_Read"
|
|
Idejima_Whirlwind = "Idejima - Whirlwind"
|
|
Idejima_Growth = "Idejima - Growth"
|
|
Contigo_Carry_Stone = "Contigo - Carry_Stone"
|
|
Contigo_Lifting_Gem = "Contigo - Lifting_Gem"
|
|
Contigo_Orb_of_Force = "Contigo - Orb_of_Force"
|
|
Contigo_Catch_Beads = "Contigo - Catch_Beads"
|
|
Kibombo_Douse_Drop = "Kibombo - Douse_Drop"
|
|
Kibombo_Frost_Jewel = "Kibombo - Frost_Jewel"
|
|
|
|
##summonTablets
|
|
Madra_Catacombs_Moloch = "Madra_Catacombs - Moloch"
|
|
Yampi_Desert_Cave_Daedalus = "Yampi_Desert_Cave - Daedalus"
|
|
Airs_Rock_Flora = "Airs_Rock - Flora"
|
|
Izumo_Ulysses = "Izumo - Ulysses"
|
|
Treasure_Isle_Azul = "Treasure_Isle - Azul"
|
|
Indra_Cavern_Zagan = "Indra_Cavern - Zagan"
|
|
Osenia_Cavern_Megaera = "Osenia_Cavern - Megaera"
|
|
Angara_Cavern_Haures = "Angara_Cavern - Haures"
|
|
Atteka_Cavern_Coatlicue = "Atteka_Cavern - Coatlicue"
|
|
Islet_Cave_Catastrophe = "Islet_Cave - Catastrophe"
|
|
Anemos_Inner_Sanctum_Charon = "Anemos_Inner_Sanctum - Charon"
|
|
Anemos_Inner_Sanctum_Iris = "Anemos_Inner_Sanctum - Iris"
|
|
Lemuria_Eclipse = "Lemuria - Eclipse"
|
|
|
|
##majorItems
|
|
Dehkan_Plateau_Full_Metal_Vest = "Dehkan_Plateau - Full_Metal_Vest"
|
|
Dehkan_Plateau_Themis_Axe = "Dehkan_Plateau - Themis_Axe"
|
|
Madra_Nurses_Cap = "Madra - Nurses_Cap"
|
|
Osenia_Cliffs_Pirates_Sword = "Osenia_Cliffs - Pirates_Sword"
|
|
Yampi_Desert_Guardian_Ring = "Yampi_Desert - Guardian_Ring"
|
|
Yampi_Desert_Blow_Mace = "Yampi_Desert - Blow_Mace"
|
|
Yampi_Desert_Cave_Mythril_Silver = "Yampi_Desert_Cave - Mythril_Silver"
|
|
Yampi_Desert_Cave_Dark_Matter = "Yampi_Desert_Cave - Dark_Matter"
|
|
Yampi_Desert_Cave_Orihalcon = "Yampi_Desert_Cave - Orihalcon"
|
|
Alhafran_Cave_Ixion_Mail = "Alhafran_Cave - Ixion_Mail"
|
|
Garoh_Hypnos_Sword = "Garoh - Hypnos_Sword"
|
|
Airs_Rock_Storm_Brand = "Airs_Rock - Storm_Brand"
|
|
Airs_Rock_Fujin_Shield = "Airs_Rock - Fujin_Shield"
|
|
Airs_Rock_Clarity_Circlet = "Airs_Rock - Clarity_Circlet"
|
|
Naribwe_Thorn_Crown = "Naribwe - Thorn_Crown"
|
|
Naribwe_Unicorn_Ring = "Naribwe - Unicorn_Ring"
|
|
Kibombo_Mountains_Tear_Stone = "Kibombo_Mountains - Tear_Stone"
|
|
Kibombo_Mountains_Disk_Axe = "Kibombo_Mountains - Disk_Axe"
|
|
Gabomba_Statue_Bone_Armlet = "Gabomba_Statue - Bone_Armlet"
|
|
Shrine_of_the_Sea_God_Rusty_Staff = "Shrine_of_the_Sea_God - Rusty_Staff"
|
|
Yallam_Masamune = "Yallam - Masamune"
|
|
Taopo_Swamp_Tear_Stone = "Taopo_Swamp - Tear_Stone"
|
|
Taopo_Swamp_Tear_Stone_Two = "Taopo_Swamp - Tear_Stone Two"
|
|
Taopo_Swamp_Star_Dust = "Taopo_Swamp - Star_Dust"
|
|
Aqua_Rock_Mist_Sabre = "Aqua_Rock - Mist_Sabre"
|
|
Aqua_Rock_Rusty_Sword = "Aqua_Rock - Rusty_Sword"
|
|
Aqua_Rock_Tear_Stone = "Aqua_Rock - Tear_Stone"
|
|
Izumo_Festival_Coat = "Izumo - Festival_Coat"
|
|
Izumo_Phantasmal_Mail = "Izumo - Phantasmal_Mail"
|
|
Gaia_Rock_Rusty_Mace = "Gaia_Rock - Rusty_Mace"
|
|
Gaia_Rock_Cloud_Brand = "Gaia_Rock - Cloud_Brand"
|
|
Islet_Cave_Turtle_Boots = "Islet_Cave - Turtle_Boots"
|
|
Islet_Cave_Rusty_Staff = "Islet_Cave - Rusty_Staff"
|
|
Champa_Viking_Helm = "Champa - Viking_Helm"
|
|
Ankohl_Ruins_Thanatos_Mace = "Ankohl_Ruins - Thanatos_Mace"
|
|
Ankohl_Ruins_Muni_Robe = "Ankohl_Ruins - Muni_Robe"
|
|
Ankohl_Ruins_Sylph_Feather = "Ankohl_Ruins - Sylph_Feather"
|
|
Tundaria_Tower_Sylph_Feather = "Tundaria_Tower - Sylph_Feather"
|
|
Tundaria_Tower_Lightning_Sword = "Tundaria_Tower - Lightning_Sword"
|
|
Lemuria_Rusty_Sword = "Lemuria - Rusty_Sword"
|
|
Lemuria_Star_Dust = "Lemuria - Star_Dust"
|
|
Gondowan_Settlement_Star_Dust = "Gondowan_Settlement - Star_Dust"
|
|
SW_Atteka_Islet_Dragon_Skin = "SW_Atteka_Islet - Dragon_Skin"
|
|
Shaman_Village_Spirit_Gloves = "Shaman_Village - Spirit_Gloves"
|
|
Treasure_Isle_Sylph_Feather = "Treasure_Isle - Sylph_Feather"
|
|
Treasure_Isle_Rusty_Axe = "Treasure_Isle - Rusty_Axe"
|
|
Treasure_Isle_Star_Dust = "Treasure_Isle - Star_Dust"
|
|
Treasure_Isle_Jesters_Armlet = "Treasure_Isle - Jesters_Armlet"
|
|
Treasure_Isle_Fire_Brand = "Treasure_Isle - Fire_Brand"
|
|
Treasure_Isle_Iris_Robe = "Treasure_Isle - Iris_Robe"
|
|
Jupiter_Lighthouse_Erinyes_Tunic = "Jupiter_Lighthouse - Erinyes_Tunic"
|
|
Jupiter_Lighthouse_Meditation_Rod = "Jupiter_Lighthouse - Meditation_Rod"
|
|
Jupiter_Lighthouse_Phaetons_Blade = "Jupiter_Lighthouse - Phaetons_Blade"
|
|
Magma_Rock_Salamander_Tail = "Magma_Rock - Salamander_Tail"
|
|
Magma_Rock_Salamander_Tail_Two = "Magma_Rock - Salamander_Tail Two"
|
|
Magma_Rock_Golem_Core = "Magma_Rock - Golem_Core"
|
|
Loho_Mythril_Silver = "Loho - Mythril_Silver"
|
|
Loho_Golem_Core = "Loho - Golem_Core"
|
|
Loho_Golem_Core_Two = "Loho - Golem_Core Two"
|
|
Prox_Dark_Matter = "Prox - Dark_Matter"
|
|
Mars_Lighthouse_Alastors_Hood = "Mars_Lighthouse - Alastors_Hood"
|
|
Mars_Lighthouse_Orihalcon = "Mars_Lighthouse - Orihalcon"
|
|
Mars_Lighthouse_Valkyrie_Mail = "Mars_Lighthouse - Valkyrie_Mail"
|
|
Mars_Lighthouse_Sol_Blade = "Mars_Lighthouse - Sol_Blade"
|
|
Contigo_Dragon_Skin = "Contigo - Dragon_Skin"
|
|
Anemos_Inner_Sanctum_Dark_Matter = "Anemos_Inner_Sanctum - Dark_Matter"
|
|
Anemos_Inner_Sanctum_Orihalcon = "Anemos_Inner_Sanctum - Orihalcon"
|
|
Overworld_Rusty_Axe = "Overworld - Rusty_Axe"
|
|
Overworld_Rusty_Mace = "Overworld - Rusty_Mace"
|
|
Overworld_Rusty_Sword = "Overworld - Rusty_Sword"
|
|
Overworld_Rusty_Staff = "Overworld - Rusty_Staff"
|
|
Overworld_Rusty_Sword = "Overworld - Rusty_Sword"
|
|
|
|
##remainder
|
|
Kandorean_Temple_Mimic = "Kandorean_Temple - Mimic"
|
|
Dehkan_Plateau_Elixir = "Dehkan_Plateau - Elixir"
|
|
Dehkan_Plateau_Mint = "Dehkan_Plateau - Mint"
|
|
Dehkan_Plateau_Nut = "Dehkan_Plateau - Nut"
|
|
Madra_Catacombs_Apple = "Madra_Catacombs - Apple"
|
|
Madra_Catacombs_Mist_Potion = "Madra_Catacombs - Mist_Potion"
|
|
Madra_Catacombs_Lucky_Medal = "Madra_Catacombs - Lucky_Medal"
|
|
Yampi_Desert_Antidote = "Yampi_Desert - Antidote"
|
|
Yampi_Desert_Lucky_Medal = "Yampi_Desert - Lucky_Medal"
|
|
Yampi_Desert_Hard_Nut = "Yampi_Desert - Hard_Nut"
|
|
Yampi_Desert_Cave_Water_of_Life = "Yampi_Desert_Cave - Water_of_Life"
|
|
Alhafra_Psy_Crystal = "Alhafra - Psy_Crystal"
|
|
Alhafran_Cave_123_coins = "Alhafran_Cave - 123_coins"
|
|
Alhafran_Cave_Lucky_Medal = "Alhafran_Cave - Lucky_Medal"
|
|
Alhafran_Cave_777_coins = "Alhafran_Cave - 777_coins"
|
|
Alhafran_Cave_Potion = "Alhafran_Cave - Potion"
|
|
Alhafran_Cave_Psy_Crystal = "Alhafran_Cave - Psy_Crystal"
|
|
Mikasalla_82_coins = "Mikasalla - 82_coins"
|
|
Airs_Rock_Smoke_Bomb = "Airs_Rock - Smoke_Bomb"
|
|
Airs_Rock_Cookie = "Airs_Rock - Cookie"
|
|
Airs_Rock_Mimic = "Airs_Rock - Mimic"
|
|
Airs_Rock_Vial = "Airs_Rock - Vial"
|
|
Airs_Rock_Sleep_Bomb = "Airs_Rock - Sleep_Bomb"
|
|
Airs_Rock_VialTwo = "Airs_Rock - Vial Two"
|
|
Airs_Rock_VialThree = "Airs_Rock - Vial Three"
|
|
Airs_Rock_Elixir = "Airs_Rock - Elixir"
|
|
Airs_Rock_Psy_Crystal = "Airs_Rock - Psy_Crystal"
|
|
Airs_Rock_666_coins = "Airs_Rock - 666_coins"
|
|
Gondowan_Cliffs_Sleep_Bomb = "Gondowan_Cliffs - Sleep_Bomb"
|
|
Kibombo_Mountains_Power_Bread = "Kibombo_Mountains - Power_Bread"
|
|
Gabomba_Statue_Mimic = "Gabomba_Statue - Mimic"
|
|
Gabomba_Statue_Elixir = "Gabomba_Statue - Elixir"
|
|
Lemurian_Ship_Potion = "Lemurian_Ship - Potion"
|
|
Lemurian_Ship_Mist_Potion = "Lemurian_Ship - Mist_Potion"
|
|
Taopo_Swamp_Cookie = "Taopo_Swamp - Cookie"
|
|
Taopo_Swamp_Vial = "Taopo_Swamp - Vial"
|
|
Aqua_Rock_Nut = "Aqua_Rock - Nut"
|
|
Aqua_Rock_Elixir = "Aqua_Rock - Elixir"
|
|
Aqua_Rock_Oil_Drop = "Aqua_Rock - Oil_Drop"
|
|
Aqua_Rock_Water_of_Life = "Aqua_Rock - Water_of_Life"
|
|
Aqua_Rock_Mimic = "Aqua_Rock - Mimic"
|
|
Aqua_Rock_Lucky_Pepper = "Aqua_Rock - Lucky_Pepper"
|
|
Aqua_Rock_Crystal_Powder = "Aqua_Rock - Crystal_Powder"
|
|
Aqua_Rock_Vial = "Aqua_Rock - Vial"
|
|
Gaia_Rock_Nut = "Gaia_Rock - Nut"
|
|
Gaia_Rock_Apple = "Gaia_Rock - Apple"
|
|
Gaia_Rock_Mimic = "Gaia_Rock - Mimic"
|
|
Ankohl_Ruins_Empty = "Ankohl_Ruins - Empty"
|
|
Ankohl_Ruins_Empty_Two = "Ankohl_Ruins - Empty Two"
|
|
Ankohl_Ruins_Empty_Three = "Ankohl_Ruins - Empty Three"
|
|
Ankohl_Ruins_Empty_Four = "Ankohl_Ruins - Empty Four"
|
|
Ankohl_Ruins_Empty_Five = "Ankohl_Ruins - Empty Five"
|
|
Ankohl_Ruins_Empty_Six = "Ankohl_Ruins - Empty Six"
|
|
Ankohl_Ruins_210_coins = "Ankohl_Ruins - 210_coins"
|
|
Ankohl_Ruins_Nut = "Ankohl_Ruins - Nut"
|
|
Ankohl_Ruins_Crystal_Powder = "Ankohl_Ruins - Crystal_Powder"
|
|
Ankohl_Ruins_Power_Bread = "Ankohl_Ruins - Power_Bread"
|
|
Ankohl_Ruins_365_coins = "Ankohl_Ruins - 365_coins"
|
|
Ankohl_Ruins_Vial = "Ankohl_Ruins - Vial"
|
|
Ankohl_Ruins_Potion = "Ankohl_Ruins - Potion"
|
|
Tundaria_Tower_Lucky_Medal = "Tundaria_Tower - Lucky_Medal"
|
|
Tundaria_Tower_Vial = "Tundaria_Tower - Vial"
|
|
Tundaria_Tower_365_coins = "Tundaria_Tower - 365_coins"
|
|
Tundaria_Tower_Mint = "Tundaria_Tower - Mint"
|
|
Tundaria_Tower_Hard_Nut = "Tundaria_Tower - Hard_Nut"
|
|
Tundaria_Tower_Crystal_Powder = "Tundaria_Tower - Crystal_Powder"
|
|
Hesperia_Settlement_166_coins = "Hesperia_Settlement - 166_coins"
|
|
Atteka_Inlet_Vial = "Atteka_Inlet - Vial"
|
|
Contigo_Corn = "Contigo - Corn"
|
|
Shaman_Village_Hard_Nut = "Shaman_Village - Hard_Nut"
|
|
Treasure_Isle_161_coins = "Treasure_Isle - 161_coins"
|
|
Treasure_Isle_Lucky_Medal = "Treasure_Isle - Lucky_Medal"
|
|
Treasure_Isle_Empty = "Treasure_Isle - Empty"
|
|
Treasure_Isle_Empty_Two = "Treasure_Isle - Empty Two"
|
|
Treasure_Isle_Empty_Three = "Treasure_Isle - Empty Three"
|
|
Treasure_Isle_Empty_Four = "Treasure_Isle - Empty Four"
|
|
Treasure_Isle_Empty_Five = "Treasure_Isle - Empty Five"
|
|
Treasure_Isle_Empty_Six = "Treasure_Isle - Empty Six"
|
|
Treasure_Isle_Empty_Seven = "Treasure_Isle - Empty Seven"
|
|
Treasure_Isle_Empty_Eight = "Treasure_Isle - Empty Eight"
|
|
Treasure_Isle_Empty_Nine = "Treasure_Isle - Empty Nine"
|
|
Treasure_Isle_Empty_Ten = "Treasure_Isle - Empty Ten"
|
|
Treasure_Isle_911_coins = "Treasure_Isle - 911_coins"
|
|
Treasure_Isle_Psy_Crystal = "Treasure_Isle - Psy_Crystal"
|
|
Treasure_Isle_Cookie = "Treasure_Isle - Cookie"
|
|
Treasure_Isle_Mimic = "Treasure_Isle - Mimic"
|
|
Jupiter_Lighthouse_Potion = "Jupiter_Lighthouse - Potion"
|
|
Jupiter_Lighthouse_Psy_Crystal = "Jupiter_Lighthouse - Psy_Crystal"
|
|
Jupiter_Lighthouse_Mimic = "Jupiter_Lighthouse - Mimic"
|
|
Jupiter_Lighthouse_Mist_Potion = "Jupiter_Lighthouse - Mist_Potion"
|
|
Jupiter_Lighthouse_306_coins = "Jupiter_Lighthouse - 306_coins"
|
|
Jupiter_Lighthouse_Water_of_Life = "Jupiter_Lighthouse - Water_of_Life"
|
|
Magma_Rock_Oil_Drop = "Magma_Rock - Oil_Drop"
|
|
Magma_Rock_383_coins = "Magma_Rock - 383_coins"
|
|
Magma_Rock_Lucky_Medal = "Magma_Rock - Lucky_Medal"
|
|
Magma_Rock_Mist_Potion = "Magma_Rock - Mist_Potion"
|
|
Magma_Rock_Mimic = "Magma_Rock - Mimic"
|
|
Mars_Lighthouse_Apple = "Mars_Lighthouse - Apple"
|
|
Mars_Lighthouse_Mimic = "Mars_Lighthouse - Mimic"
|
|
Mars_Lighthouse_Psy_Crystal = "Mars_Lighthouse - Psy_Crystal"
|
|
Shaman_Village_Elixir = "Shaman_Village - Elixir"
|
|
WesternSea_RustySword = "WesternSea - RustySword"
|
|
WesternSea_RustySword_Two = "WesternSea - RustySword - Two"
|
|
EasternSea_RustyAxe = "EasternSea - RustyAxe"
|
|
EasternSea_RustyMace = "EasternSea - RustyMace"
|
|
WesternSea_RustyStaff = "WesternSea - RustyStaff"
|
|
Mars_Lighthouse_Doom_Dragon = "Mars Lighthouse - Doom Dragon Fight"
|
|
Gabombo_Statue = "Gabombo Statue"
|
|
Alhafra_Briggs = "Alhafra Briggs"
|
|
Alhafra_Prison_Briggs = "Alhafra Prison Briggs"
|
|
Gaia_Rock_Serpent = "Gaia Rock - Serpent Fight"
|
|
SeaOfTime_Poseidon = "Sea Of Time - Poseidon fight"
|
|
Lemurian_Ship_Aqua_Hydra = "Lemurian Ship - Aqua Hydra fight"
|
|
Lemurian_Ship_Engine = "Lemurian Ship - Engine Room"
|
|
Shaman_Village_Moapa = "Shaman Village - Moapa fight"
|
|
Jupiter_Lighthouse_Aeri_Agatio_and_Karst = "Jupiter_Lighthouse Aeri - Agatio and Karst fight"
|
|
Mars_Lighthouse_Flame_Dragons = "Mars Lighthouse - Flame Dragons fight"
|
|
|
|
Flint = "Flint"
|
|
Granite = "Granite"
|
|
Quartz = "Quartz"
|
|
Vine = "Vine"
|
|
Sap = "Sap"
|
|
Ground = "Ground"
|
|
Bane = "Bane"
|
|
Echo = "Echo"
|
|
Iron = "Iron"
|
|
Steel = "Steel"
|
|
Mud = "Mud"
|
|
Flower = "Flower"
|
|
Meld = "Meld"
|
|
Petra = "Petra"
|
|
Salt = "Salt"
|
|
Geode = "Geode"
|
|
Mold = "Mold"
|
|
Crystal = "Crystal"
|
|
|
|
Fizz = "Fizz"
|
|
Sleet = "Sleet"
|
|
Mist = "Mist"
|
|
Spritz = "Spritz"
|
|
Hail = "Hail"
|
|
Tonic = "Tonic"
|
|
Dew = "Dew"
|
|
Fog = "Fog"
|
|
Sour = "Sour"
|
|
Spring = "Spring"
|
|
Shade = "Shade"
|
|
Chill = "Chill"
|
|
Steam = "Steam"
|
|
Rime = "Rime"
|
|
Gel = "Gel"
|
|
Eddy = "Eddy"
|
|
Balm = "Balm"
|
|
Serac = "Serac"
|
|
|
|
Forge = "Forge"
|
|
Fever = "Fever"
|
|
Corona = "Corona"
|
|
Scorch = "Scorch"
|
|
Ember = "Ember"
|
|
Flash = "Flash"
|
|
Torch = "Torch"
|
|
Cannon = "Cannon"
|
|
Spark = "Spark"
|
|
Kindle = "Kindle"
|
|
Char = "Char"
|
|
Coal = "Coal"
|
|
Reflux = "Reflux"
|
|
Core = "Core"
|
|
Tinder = "Tinder"
|
|
Shine = "Shine"
|
|
Fury = "Fury"
|
|
Fugue = "Fugue"
|
|
|
|
Gust = "Gust"
|
|
Breeze = "Breeze"
|
|
Zephyr = "Zephyr"
|
|
Smog = "Smog"
|
|
Kite = "Kite"
|
|
Squall = "Squall"
|
|
Luff = "Luff"
|
|
Breath = "Breath"
|
|
Blitz = "Blitz"
|
|
Ether = "Ether"
|
|
Waft = "Waft"
|
|
Haze = "Haze"
|
|
Wheeze = "Wheeze"
|
|
Aroma = "Aroma"
|
|
Whorl = "Whorl"
|
|
Gasp = "Gasp"
|
|
Lull = "Lull"
|
|
Gale = "Gale"
|