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
505 lines
14 KiB
Python
505 lines
14 KiB
Python
class ItemName():
|
|
##KeyItem
|
|
Empty = "???"
|
|
Herb = "Herb"
|
|
Nut = "Nut"
|
|
Vial = "Vial"
|
|
Potion = "Potion"
|
|
Hermes_Water = "Hermes' Water"
|
|
Empty_Bottle = "Empty Bottle"
|
|
Psy_Crystal = "Psy Crystal"
|
|
Antidote = "Antidote"
|
|
Elixir = "Elixir"
|
|
Water_of_Life = "Water of Life"
|
|
Mist_Potion = "Mist Potion"
|
|
Power_Bread = "Power Bread"
|
|
Cookie = "Cookie"
|
|
Apple = "Apple"
|
|
Hard_Nut = "Hard Nut"
|
|
Mint = "Mint"
|
|
Lucky_Pepper = "Lucky Pepper"
|
|
Small_Jewel = "Small Jewel"
|
|
Smoke_Bomb = "Smoke Bomb"
|
|
Sleep_Bomb = "Sleep Bomb"
|
|
Game_Ticket = "Game Ticket"
|
|
Lucky_Medal = "Lucky Medal"
|
|
Dragons_Eye = "Dragon's Eye"
|
|
Bone = "Bone"
|
|
Anchor_Charm = "Anchor Charm"
|
|
Corn = "Corn"
|
|
Cell_Key = "Cell Key"
|
|
Boat_Ticket = "Boat Ticket"
|
|
Sacred_Feather = "Sacred Feather"
|
|
Mystic_Draught = "Mystic Draught"
|
|
Oil_Drop = "Oil Drop"
|
|
Weasels_Claw = "Weasel's Claw"
|
|
Bramble_Seed = "Bramble Seed"
|
|
Crystal_Powder = "Crystal Powder"
|
|
Black_Crystal = "Black Crystal"
|
|
Red_Key = "Red Key"
|
|
Blue_Key = "Blue Key"
|
|
Tear_Stone = "Tear Stone"
|
|
Star_Dust = "Star Dust"
|
|
Sylph_Feather = "Sylph Feather"
|
|
Dragon_Skin = "Dragon Skin"
|
|
Salamander_Tail = "Salamander Tail"
|
|
Golem_Core = "Golem Core"
|
|
Mythril_Silver = "Mythril Silver"
|
|
Dark_Matter = "Dark Matter"
|
|
Orihalcon = "Orihalcon"
|
|
Right_Prong = "Right Prong"
|
|
Left_Prong = "Left Prong"
|
|
Center_Prong = "Center Prong"
|
|
Healing_Fungus = "Healing Fungus"
|
|
Laughing_Fungus = "Laughing Fungus"
|
|
Signal_Whistle = "Signal Whistle"
|
|
Dancing_Idol = "Dancing Idol"
|
|
Pretty_Stone = "Pretty Stone"
|
|
Red_Cloth = "Red Cloth"
|
|
Milk = "Milk"
|
|
Lil_Turtle = "Li'l Turtle"
|
|
Aquarius_Stone = "Aquarius Stone"
|
|
Large_Bread = "Large Bread"
|
|
Sea_Gods_Tear = "Sea God's Tear"
|
|
Ruin_Key = "Ruin Key"
|
|
Magma_Ball = "Magma Ball"
|
|
|
|
##Weapon
|
|
Long_Sword = "Long Sword"
|
|
Broad_Sword = "Broad Sword"
|
|
Claymore = "Claymore"
|
|
Great_Sword = "Great Sword"
|
|
Shamshir = "Shamshir"
|
|
Silver_Blade = "Silver Blade"
|
|
Fire_Brand = "Fire Brand"
|
|
Arctic_Blade = "Arctic Blade"
|
|
Gaia_Blade = "Gaia Blade"
|
|
Sol_Blade = "Sol Blade"
|
|
Muramasa = "Muramasa"
|
|
Machete = "Machete"
|
|
Short_Sword = "Short Sword"
|
|
Hunters_Sword = "Hunter's Sword"
|
|
Battle_Rapier = "Battle Rapier"
|
|
Master_Rapier = "Master Rapier"
|
|
Ninja_Blade = "Ninja Blade"
|
|
Swift_Sword = "Swift Sword"
|
|
Elven_Rapier = "Elven Rapier"
|
|
Assassin_Blade = "Assassin Blade"
|
|
Mystery_Blade = "Mystery Blade"
|
|
Kikuichimonji = "Kikuichimonji"
|
|
Masamune = "Masamune"
|
|
Bandits_Sword = "Bandit's Sword"
|
|
Battle_Axe = "Battle Axe"
|
|
Broad_Axe = "Broad Axe"
|
|
Great_Axe = "Great Axe"
|
|
Dragon_Axe = "Dragon Axe"
|
|
Giant_Axe = "Giant Axe"
|
|
Vulcan_Axe = "Vulcan Axe"
|
|
Burning_Axe = "Burning Axe"
|
|
Demon_Axe = "Demon Axe"
|
|
Mace = "Mace"
|
|
Heavy_Mace = "Heavy Mace"
|
|
Battle_Mace = "Battle Mace"
|
|
War_Mace = "War Mace"
|
|
Righteous_Mace = "Righteous Mace"
|
|
Grievous_Mace = "Grievous Mace"
|
|
Blessed_Mace = "Blessed Mace"
|
|
Wicked_Mace = "Wicked Mace"
|
|
Wooden_Stick = "Wooden Stick"
|
|
Magic_Rod = "Magic Rod"
|
|
Witchs_Wand = "Witch's Wand"
|
|
Blessed_Ankh = "Blessed Ankh"
|
|
Psynergy_Rod = "Psynergy Rod"
|
|
Frost_Wand = "Frost Wand"
|
|
Angelic_Ankh = "Angelic Ankh"
|
|
Demonic_Staff = "Demonic Staff"
|
|
Crystal_Rod = "Crystal Rod"
|
|
Zodiac_Wand = "Zodiac Wand"
|
|
Shamans_Rod = "Shaman's Rod"
|
|
Huge_Sword = "Huge Sword"
|
|
Mythril_Blade = "Mythril Blade"
|
|
Levatine = "Levatine"
|
|
Darksword = "Darksword"
|
|
Excalibur = "Excalibur"
|
|
Robbers_Blade = "Robber's Blade"
|
|
Soul_Brand = "Soul Brand"
|
|
Storm_Brand = "Storm Brand"
|
|
Hestia_Blade = "Hestia Blade"
|
|
Lightning_Sword = "Lightning Sword"
|
|
Rune_Blade = "Rune Blade"
|
|
Cloud_Brand = "Cloud Brand"
|
|
Sylph_Rapier = "Sylph Rapier"
|
|
Burning_Sword = "Burning Sword"
|
|
Pirates_Sword = "Pirate's Sword"
|
|
Corsairs_Edge = "Corsair's Edge"
|
|
Pirates_Sabre = "Pirate's Sabre"
|
|
Hypnos_Sword = "Hypnos' Sword"
|
|
Mist_Sabre = "Mist Sabre"
|
|
Phaetons_Blade = "Phaeton's Blade"
|
|
Tisiphone_Edge = "Tisiphone Edge"
|
|
Apollos_Axe = "Apollo's Axe"
|
|
Gaias_Axe = "Gaia's Axe"
|
|
Stellar_Axe = "Stellar Axe"
|
|
Captains_Axe = "Captain's Axe"
|
|
Viking_Axe = "Viking Axe"
|
|
Disk_Axe = "Disk Axe"
|
|
Themis_Axe = "Themis' Axe"
|
|
Mighty_Axe = "Mighty Axe"
|
|
Tartarus_Axe = "Tartarus Axe"
|
|
Comet_Mace = "Comet Mace"
|
|
Tungsten_Mace = "Tungsten Mace"
|
|
Demon_Mace = "Demon Mace"
|
|
Hagbone_Mace = "Hagbone Mace"
|
|
Blow_Mace = "Blow Mace"
|
|
Rising_Mace = "Rising Mace"
|
|
Thanatos_Mace = "Thanatos Mace"
|
|
Cloud_Wand = "Cloud Wand"
|
|
Salamander_Rod = "Salamander Rod"
|
|
Nebula_Wand = "Nebula Wand"
|
|
Dracomace = "Dracomace"
|
|
Glower_Staff = "Glower Staff"
|
|
Goblins_Rod = "Goblin's Rod"
|
|
Meditation_Rod = "Meditation Rod"
|
|
Firemans_Pole = "Fireman's Pole"
|
|
Atropos_Rod = "Atropos' Rod"
|
|
Lachesis_Rule = "Lachesis' Rule"
|
|
Clothos_Distaff = "Clotho's Distaff"
|
|
Staff_of_Anubis = "Staff of Anubis"
|
|
Rusty_Sword_CorsairsEdge = "Rusty Sword - Corsair's Edge"
|
|
Rusty_Sword_RobbersBlade = "Rusty Sword - Robber's Blade"
|
|
Rusty_Sword_PiratesSabre = "Rusty Sword - Pirate's Sabre"
|
|
Rusty_Sword_SoulBrand = "Rusty Sword - Soul Brand"
|
|
Rusty_Axe_CaptainsAxe = "Rusty Axe - Captain's Axe"
|
|
Rusty_Axe_VikingAxe = "Rusty Axe - Viking Axe"
|
|
Rusty_Mace_HagboneMace = "Rusty Mace - Hagbone Mace"
|
|
Rusty_Mace_DemonMace = "Rusty Mace - Demon Mace"
|
|
Rusty_Staff_Dracomace = "Rusty Staff - Dracomace"
|
|
Rusty_Staff_GlowerStaff = "Rusty Staff - Glower Staff"
|
|
Rusty_Staff_GoblinsRod = "Rusty Staff - Goblin's Rod"
|
|
|
|
##Armor
|
|
Leather_Armor = "Leather Armor"
|
|
Psynergy_Armor = "Psynergy Armor"
|
|
Chain_Mail = "Chain Mail"
|
|
Armored_Shell = "Armored Shell"
|
|
Plate_Mail = "Plate Mail"
|
|
Steel_Armor = "Steel Armor"
|
|
Spirit_Armor = "Spirit Armor"
|
|
Dragon_Scales = "Dragon Scales"
|
|
Demon_Mail = "Demon Mail"
|
|
Asuras_Armor = "Asura's Armor"
|
|
Spiked_Armor = "Spiked Armor"
|
|
Cotton_Shirt = "Cotton Shirt"
|
|
Travel_Vest = "Travel Vest"
|
|
Fur_Coat = "Fur Coat"
|
|
Adepts_Clothes = "Adept's Clothes"
|
|
Elven_Shirt = "Elven Shirt"
|
|
Silver_Vest = "Silver Vest"
|
|
Water_Jacket = "Water Jacket"
|
|
Storm_Gear = "Storm Gear"
|
|
Kimono = "Kimono"
|
|
Ninja_Garb = "Ninja Garb"
|
|
OnePiece_Dress = "OnePiece Dress"
|
|
Travel_Robe = "Travel Robe"
|
|
Silk_Robe = "Silk Robe"
|
|
China_Dress = "China Dress"
|
|
Jerkin = "Jerkin"
|
|
Cocktail_Dress = "Cocktail Dress"
|
|
Blessed_Robe = "Blessed Robe"
|
|
Magical_Cassock = "Magical Cassock"
|
|
Mysterious_Robe = "Mysterious Robe"
|
|
Feathered_Robe = "Feathered Robe"
|
|
Oracles_Robe = "Oracle's Robe"
|
|
Planet_Armor = "Planet Armor"
|
|
Dragon_Mail = "Dragon Mail"
|
|
Chronos_Mail = "Chronos Mail"
|
|
Stealth_Armor = "Stealth Armor"
|
|
Xylion_Armor = "Xylion Armor"
|
|
Ixion_Mail = "Ixion Mail"
|
|
Phantasmal_Mail = "Phantasmal Mail"
|
|
Erebus_Armor = "Erebus Armor"
|
|
Valkyrie_Mail = "Valkyrie Mail"
|
|
Faery_Vest = "Faery Vest"
|
|
Mythril_Clothes = "Mythril Clothes"
|
|
Full_Metal_Vest = "Full Metal Vest"
|
|
Wild_Coat = "Wild Coat"
|
|
Floral_Dress = "Floral Dress"
|
|
Festival_Coat = "Festival Coat"
|
|
Erinyes_Tunic = "Erinyes Tunic"
|
|
Tritons_Ward = "Triton's Ward"
|
|
Dragon_Robe = "Dragon Robe"
|
|
Ardagh_Robe = "Ardagh Robe"
|
|
Muni_Robe = "Muni Robe"
|
|
Aeolian_Cassock = "Aeolian Cassock"
|
|
Iris_Robe = "Iris Robe"
|
|
|
|
##Shield
|
|
Wooden_Shield = "Wooden Shield"
|
|
Bronze_Shield = "Bronze Shield"
|
|
Iron_Shield = "Iron Shield"
|
|
Knights_Shield = "Knight's Shield"
|
|
Mirrored_Shield = "Mirrored Shield"
|
|
Dragon_Shield = "Dragon Shield"
|
|
Earth_Shield = "Earth Shield"
|
|
Padded_Gloves = "Padded Gloves"
|
|
Leather_Gloves = "Leather Gloves"
|
|
Gauntlets = "Gauntlets"
|
|
Vambrace = "Vambrace"
|
|
War_Gloves = "War Gloves"
|
|
Spirit_Gloves = "Spirit Gloves"
|
|
Battle_Gloves = "Battle Gloves"
|
|
Aura_Gloves = "Aura Gloves"
|
|
Leather_Armlet = "Leather Armlet"
|
|
Armlet = "Armlet"
|
|
Heavy_Armlet = "Heavy Armlet"
|
|
Silver_Armlet = "Silver Armlet"
|
|
Spirit_Armlet = "Spirit Armlet"
|
|
Virtuous_Armlet = "Virtuous Armlet"
|
|
Guardian_Armlet = "Guardian Armlet"
|
|
Luna_Shield = "Luna Shield"
|
|
Dragon_Shield = "Dragon Shield"
|
|
Flame_Shield = "Flame Shield"
|
|
Terra_Shield = "Terra Shield"
|
|
Cosmos_Shield = "Cosmos Shield"
|
|
Fujin_Shield = "Fujin Shield"
|
|
Aegis_Shield = "Aegis Shield"
|
|
Aerial_Gloves = "Aerial Gloves"
|
|
Titan_Gloves = "Titan Gloves"
|
|
Big_Bang_Gloves = "Big Bang Gloves"
|
|
Crafted_Gloves = "Crafted Gloves"
|
|
Riot_Gloves = "Riot Gloves"
|
|
Spirit_Gloves = "Spirit Gloves"
|
|
Clear_Bracelet = "Clear Bracelet"
|
|
Mythril_Armlet = "Mythril Armlet"
|
|
Bone_Armlet = "Bone Armlet"
|
|
Jesters_Armlet = "Jester's Armlet"
|
|
Ledas_Bracelet = "Leda's Bracelet"
|
|
|
|
##Helm
|
|
Open_Helm = "Open Helm"
|
|
Bronze_Helm = "Bronze Helm"
|
|
Iron_Helm = "Iron Helm"
|
|
Steel_Helm = "Steel Helm"
|
|
Silver_Helm = "Silver Helm"
|
|
Knights_Helm = "Knight's Helm"
|
|
Warriors_Helm = "Warrior's Helm"
|
|
Adepts_Helm = "Adept's Helm"
|
|
Leather_Cap = "Leather Cap"
|
|
Wooden_Cap = "Wooden Cap"
|
|
Mail_Cap = "Mail Cap"
|
|
Jeweled_Crown = "Jeweled Crown"
|
|
Ninja_Hood = "Ninja Hood"
|
|
Lucky_Cap = "Lucky Cap"
|
|
Thunder_Crown = "Thunder Crown"
|
|
Prophets_Hat = "Prophet's Hat"
|
|
Lure_Cap = "Lure Cap"
|
|
Circlet = "Circlet"
|
|
Silver_Circlet = "Silver Circlet"
|
|
Guardian_Circlet = "Guardian Circlet"
|
|
Platinum_Circlet = "Platinum Circlet"
|
|
Mythril_Circlet = "Mythril Circlet"
|
|
Glittering_Tiara = "Glittering Tiara"
|
|
Dragon_Helm = "Dragon Helm"
|
|
Mythril_Helm = "Mythril Helm"
|
|
Fear_Helm = "Fear Helm"
|
|
Millenium_Helm = "Millenium Helm"
|
|
Viking_Helm = "Viking Helm"
|
|
Gloria_Helm = "Gloria Helm"
|
|
Minerva_Helm = "Minerva Helm"
|
|
Floating_Hat = "Floating Hat"
|
|
Nurses_Cap = "Nurse's Cap"
|
|
Thorn_Crown = "Thorn Crown"
|
|
Otafuku_Mask = "Otafuku Mask"
|
|
Hiotoko_Mask = "Hiotoko Mask"
|
|
Crown_of_Glory = "Crown of Glory"
|
|
Alastors_Hood = "Alastor's Hood"
|
|
Pure_Circlet = "Pure Circlet"
|
|
Astral_Circlet = "Astral Circlet"
|
|
Psychic_Circlet = "Psychic Circlet"
|
|
Demon_Circlet = "Demon Circlet"
|
|
Clarity_Circlet = "Clarity Circlet"
|
|
Brilliant_Circlet = "Brilliant Circlet"
|
|
Berserker_Band = "Berserker Band"
|
|
|
|
##PsyenergyItem
|
|
Lash_Pebble = "Lash Pebble"
|
|
Pound_Cube = "Pound Cube"
|
|
Orb_of_Force = "Orb of Force"
|
|
Douse_Drop = "Douse Drop"
|
|
Frost_Jewel = "Frost Jewel"
|
|
Lifting_Gem = "Lifting Gem"
|
|
Halt_Gem = "Halt Gem"
|
|
Cloak_Ball = "Cloak Ball"
|
|
Carry_Stone = "Carry Stone"
|
|
Catch_Beads = "Catch Beads"
|
|
Tremor_Bit = "Tremor Bit"
|
|
Scoop_Gem = "Scoop Gem"
|
|
Cyclone_Chip = "Cyclone Chip"
|
|
Burst_Brooch = "Burst Brooch"
|
|
Grindstone = "Grindstone"
|
|
Hover_Jade = "Hover Jade"
|
|
Teleport_Lapis = "Teleport Lapis"
|
|
|
|
##ElementalStar
|
|
Venus_Star = "Venus Star"
|
|
Mercury_Star = "Mercury Star"
|
|
Mythril_Bag = "Mythril Bag"
|
|
Jupiter_Star = "Jupiter Star"
|
|
Mars_Star = "Mars Star"
|
|
|
|
##Shirt
|
|
Mythril_Shirt = "Mythril Shirt"
|
|
Silk_Shirt = "Silk Shirt"
|
|
Running_Shirt = "Running Shirt"
|
|
Divine_Camisole = "Divine Camisole"
|
|
Herbed_Shirt = "Herbed Shirt"
|
|
Golden_Shirt = "Golden Shirt"
|
|
Casual_Shirt = "Casual Shirt"
|
|
|
|
##Boots
|
|
Hyper_Boots = "Hyper Boots"
|
|
Quick_Boots = "Quick Boots"
|
|
Fur_Boots = "Fur Boots"
|
|
Turtle_Boots = "Turtle Boots"
|
|
Leather_Boots = "Leather Boots"
|
|
Dragon_Boots = "Dragon Boots"
|
|
Safety_Boots = "Safety Boots"
|
|
Knights_Greave = "Knight's Greave"
|
|
Silver_Greave = "Silver Greave"
|
|
Ninja_Sandals = "Ninja Sandals"
|
|
Golden_Boots = "Golden Boots"
|
|
|
|
##Ring
|
|
Adept_Ring = "Adept Ring"
|
|
War_Ring = "War Ring"
|
|
Sleep_Ring = "Sleep Ring"
|
|
Healing_Ring = "Healing Ring"
|
|
Unicorn_Ring = "Unicorn Ring"
|
|
Fairy_Ring = "Fairy Ring"
|
|
Clerics_Ring = "Cleric's Ring"
|
|
Spirit_Ring = "Spirit Ring"
|
|
Stardust_Ring = "Stardust Ring"
|
|
Aroma_Ring = "Aroma Ring"
|
|
Rainbow_Ring = "Rainbow Ring"
|
|
Soul_Ring = "Soul Ring"
|
|
Guardian_Ring = "Guardian Ring"
|
|
Golden_Ring = "Golden Ring"
|
|
|
|
##Trident
|
|
Trident = "Trident"
|
|
|
|
##ClassItem
|
|
Mysterious_Card = "Mysterious Card"
|
|
Trainers_Whip = "Trainer's Whip"
|
|
Tomegathericon = "Tomegathericon"
|
|
|
|
##psyenergy
|
|
Growth = "Growth"
|
|
Whirlwind = "Whirlwind"
|
|
Parch = "Parch"
|
|
Sand = "Sand"
|
|
Mind_Read = "Mind Read"
|
|
Reveal = "Reveal"
|
|
Blaze = "Blaze"
|
|
|
|
Ship = "Ship"
|
|
Victory = "Victory"
|
|
Gabombo_Statue_Completed = "Gabombo Statue Completed"
|
|
Briggs_defeated = "Briggs defeated"
|
|
Briggs_escaped = "Briggs escaped"
|
|
Serpent_defeated = "Serpent defeated"
|
|
Poseidon_defeated = "Poseidon defeated"
|
|
Aqua_Hydra_defeated = "Aqua Hydra defeated"
|
|
Moapa_defeated = "Moapa defeated"
|
|
Jupiter_Beacon_Lit = "Jupiter Beacon Lit"
|
|
Flamedragons_defeated = "Flame Dragons - defeated"
|
|
|
|
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"
|
|
|
|
Moloch = "Moloch"
|
|
Daedalus = "Daedalus"
|
|
Flora = "Flora"
|
|
Ulysses = "Ulysses"
|
|
Azul = "Azul"
|
|
Zagan = "Zagan"
|
|
Megaera = "Megaera"
|
|
Haures = "Haures"
|
|
Coatlicue = "Coatlicue"
|
|
Catastrophe = "Catastrophe"
|
|
Charon = "Charon"
|
|
Iris = "Iris"
|
|
Eclipse = "Eclipse" |