Improved AI code for weather-causing moves, added AI getting flags from trainer types, added Legendary/Mythical flags to pokemon.txt, added Setting to make wild Legendary/Mythical Pokémon smarter

This commit is contained in:
Maruno17
2023-02-20 23:33:09 +00:00
parent 0e4053f837
commit d0c99aa512
21 changed files with 610 additions and 241 deletions

View File

@@ -3811,6 +3811,7 @@ Habitat = Rare
Category = Freeze
Pokedex = Articuno is a legendary bird Pokémon that can control ice. The flapping of its wings chills the air. As a result, it is said that when this Pokémon flies, snow will fall.
Generation = 1
Flags = Legendary
#-------------------------------
[ZAPDOS]
Name = Zapdos
@@ -3836,6 +3837,7 @@ Habitat = Rare
Category = Electric
Pokedex = Zapdos is a legendary bird Pokémon that has the ability to control electricity. It usually lives in thunderclouds. It gains power if it is stricken by lightning bolts.
Generation = 1
Flags = Legendary
#-------------------------------
[MOLTRES]
Name = Moltres
@@ -3861,6 +3863,7 @@ Habitat = Rare
Category = Flame
Pokedex = Moltres is a legendary bird Pokémon that can control fire. If injured, it is said to dip its body in the molten magma of a volcano to burn and heal itself.
Generation = 1
Flags = Legendary
#-------------------------------
[DRATINI]
Name = Dratini
@@ -3967,6 +3970,7 @@ Habitat = Rare
Category = Genetic
Pokedex = A Pokémon that was created by genetic manipulation. However, even though the scientific power of humans made its body, they failed to give it a warm heart.
Generation = 1
Flags = Legendary
#-------------------------------
[MEW]
Name = Mew
@@ -3991,6 +3995,7 @@ Habitat = Rare
Category = New Species
Pokedex = A Mew is said to possess the genes of all Pokémon. It is capable of making itself invisible at will, so it entirely avoids notice even if it approaches people.
Generation = 1
Flags = Mythical
WildItemCommon = LUMBERRY
WildItemUncommon = LUMBERRY
WildItemRare = LUMBERRY
@@ -6409,6 +6414,7 @@ Habitat = Grassland
Category = Thunder
Pokedex = Raikou embodies the speed of lightning. Its roars send shock waves shuddering through the air and ground as if lightning bolts were crashing down.
Generation = 2
Flags = Legendary
#-------------------------------
[ENTEI]
Name = Entei
@@ -6434,6 +6440,7 @@ Habitat = Grassland
Category = Volcano
Pokedex = Entei embodies the passion of magma. It is thought to have been born in the eruption of a volcano. It blasts fire that consumes all that it touches.
Generation = 2
Flags = Legendary
#-------------------------------
[SUICUNE]
Name = Suicune
@@ -6459,6 +6466,7 @@ Habitat = Grassland
Category = Aurora
Pokedex = Suicune embodies the compassion of a pure spring of water. It runs across the land with gliding elegance. It has the power to purify dirty water.
Generation = 2
Flags = Legendary
#-------------------------------
[LARVITAR]
Name = Larvitar
@@ -6561,6 +6569,7 @@ Habitat = Rare
Category = Diving
Pokedex = Lugia is so powerful even a light fluttering of its wings can blow apart houses. As a result, it chooses to live out of sight deep under the sea.
Generation = 2
Flags = Legendary
#-------------------------------
[HOOH]
Name = Ho-Oh
@@ -6586,6 +6595,7 @@ Habitat = Rare
Category = Rainbow
Pokedex = Its feathers--which glow in seven colors depending on the angle at which light strikes them--are thought to bring joy. It is said to live at the foot of a rainbow.
Generation = 2
Flags = Legendary
WildItemCommon = SACREDASH
WildItemUncommon = SACREDASH
WildItemRare = SACREDASH
@@ -6613,6 +6623,7 @@ Habitat = Forest
Category = Time Travel
Pokedex = This Pokémon came from the future by crossing over time. It is thought that so long as Celebi appears, a bright and shining future awaits us.
Generation = 2
Flags = Mythical
WildItemCommon = LUMBERRY
WildItemUncommon = LUMBERRY
WildItemRare = LUMBERRY
@@ -9956,6 +9967,7 @@ Habitat = Cave
Category = Rock Peak
Pokedex = A Pokémon that is made entirely of rocks and boulders. If parts of its body chip off in battle, Regirock repairs itself by adding new rocks.
Generation = 3
Flags = Legendary
#-------------------------------
[REGICE]
Name = Regice
@@ -9981,6 +9993,7 @@ Habitat = Cave
Category = Iceberg
Pokedex = Its entire body is made of Antarctic ice. After extensive studies, researchers believe the ice was formed during an ice age.
Generation = 3
Flags = Legendary
#-------------------------------
[REGISTEEL]
Name = Registeel
@@ -10006,6 +10019,7 @@ Habitat = Cave
Category = Iron
Pokedex = Its body is harder than any other kind of metal. The body metal is composed of a mysterious substance. Not only is it hard, it shrinks and stretches flexibly.
Generation = 3
Flags = Legendary
#-------------------------------
[LATIAS]
Name = Latias
@@ -10030,6 +10044,7 @@ Habitat = WatersEdge
Category = Eon
Pokedex = They make a small herd of only several members. They rarely make contact with people or other Pokémon. They disappear if they sense enemies.
Generation = 3
Flags = Legendary
#-------------------------------
[LATIOS]
Name = Latios
@@ -10054,6 +10069,7 @@ Habitat = WatersEdge
Category = Eon
Pokedex = Even in hiding, it can detect the locations of others and sense their emotions since it has telepathy. Its intelligence allows it to understand human languages.
Generation = 3
Flags = Legendary
#-------------------------------
[KYOGRE]
Name = Kyogre
@@ -10078,6 +10094,7 @@ Habitat = Sea
Category = Sea Basin
Pokedex = Kyogre has appeared in mythology as the creator of the sea. After long years of feuding with Groudon, it took to sleep at the bottom of the sea.
Generation = 3
Flags = Legendary
#-------------------------------
[GROUDON]
Name = Groudon
@@ -10102,6 +10119,7 @@ Habitat = RoughTerrain
Category = Continent
Pokedex = Groudon has appeared in mythology as the creator of the land. It sleeps in magma underground and is said to make volcanoes erupt on awakening.
Generation = 3
Flags = Legendary
#-------------------------------
[RAYQUAZA]
Name = Rayquaza
@@ -10126,6 +10144,7 @@ Habitat = Rare
Category = Sky High
Pokedex = A Pokémon that flies endlessly in the ozone layer. It is said it would descend to the ground if Kyogre and Groudon were to fight.
Generation = 3
Flags = Legendary
#-------------------------------
[JIRACHI]
Name = Jirachi
@@ -10150,6 +10169,7 @@ Habitat = Mountain
Category = Wish
Pokedex = Jirachi is said to make wishes come true. While it sleeps, a tough crystalline shell envelops the body to protect it from enemies.
Generation = 3
Flags = Mythical
WildItemCommon = STARPIECE
WildItemUncommon = STARPIECE
WildItemRare = STARPIECE
@@ -10178,6 +10198,7 @@ Habitat = Rare
Category = DNA
Pokedex = A Pokémon that mutated from an extraterrestrial virus exposed to a laser beam. Its body is configured for superior agility and speed.
Generation = 3
Flags = Mythical
#-------------------------------
[TURTWIG]
Name = Turtwig
@@ -12549,6 +12570,7 @@ Shape = BipedalTail
Category = Knowledge
Pokedex = Known as "The Being of Knowledge." It is said that it can wipe out the memory of those who see its eyes.
Generation = 4
Flags = Legendary
#-------------------------------
[MESPRIT]
Name = Mesprit
@@ -12572,6 +12594,7 @@ Shape = BipedalTail
Category = Emotion
Pokedex = Known as "The Being of Emotion." It taught humans the nobility of sorrow, pain, and joy.
Generation = 4
Flags = Legendary
#-------------------------------
[AZELF]
Name = Azelf
@@ -12595,6 +12618,7 @@ Shape = BipedalTail
Category = Willpower
Pokedex = Known as "The Being of Willpower." It sleeps at the bottom of a lake to keep the world in balance.
Generation = 4
Flags = Legendary
#-------------------------------
[DIALGA]
Name = Dialga
@@ -12619,6 +12643,7 @@ Shape = Quadruped
Category = Temporal
Pokedex = It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.
Generation = 4
Flags = Legendary
#-------------------------------
[PALKIA]
Name = Palkia
@@ -12643,6 +12668,7 @@ Shape = BipedalTail
Category = Spatial
Pokedex = It has the ability to distort space. It is described as a deity in Sinnoh-region mythology.
Generation = 4
Flags = Legendary
#-------------------------------
[HEATRAN]
Name = Heatran
@@ -12667,6 +12693,7 @@ Shape = Quadruped
Category = Lava Dome
Pokedex = It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.
Generation = 4
Flags = Legendary
#-------------------------------
[REGIGIGAS]
Name = Regigigas
@@ -12690,6 +12717,7 @@ Shape = Bipedal
Category = Colossal
Pokedex = There is an enduring legend that states this Pokémon towed continents with ropes.
Generation = 4
Flags = Legendary
#-------------------------------
[GIRATINA]
Name = Giratina
@@ -12715,6 +12743,7 @@ Shape = Multiped
Category = Renegade
Pokedex = A Pokémon that is said to live in a world on the reverse side of ours. It appears in an ancient cemetery.
Generation = 4
Flags = Legendary
#-------------------------------
[CRESSELIA]
Name = Cresselia
@@ -12738,6 +12767,7 @@ Shape = Serpentine
Category = Lunar
Pokedex = Shiny particles are released from its wings like a veil. It is said to represent the crescent moon.
Generation = 4
Flags = Legendary
#-------------------------------
[PHIONE]
Name = Phione
@@ -12761,6 +12791,7 @@ Shape = HeadArms
Category = Sea Drifter
Pokedex = A Pokémon that lives in warm seas. It inflates the flotation sac on its head to drift and search for food.
Generation = 4
Flags = Mythical
#-------------------------------
[MANAPHY]
Name = Manaphy
@@ -12785,6 +12816,7 @@ Shape = Bipedal
Category = Seafaring
Pokedex = Born on a cold seafloor, it will swim great distances to return to its birthplace.
Generation = 4
Flags = Mythical
#-------------------------------
[DARKRAI]
Name = Darkrai
@@ -12808,6 +12840,7 @@ Shape = Bipedal
Category = Pitch-Black
Pokedex = It can lull people to sleep and make them dream. It is active during nights of the new moon.
Generation = 4
Flags = Mythical
#-------------------------------
[SHAYMIN]
Name = Shaymin
@@ -12832,6 +12865,7 @@ Shape = Quadruped
Category = Gratitude
Pokedex = It lives in flower patches and avoids detection by curling up to look like a flowering plant.
Generation = 4
Flags = Mythical
WildItemCommon = LUMBERRY
WildItemUncommon = LUMBERRY
WildItemRare = LUMBERRY
@@ -12859,6 +12893,7 @@ Shape = Quadruped
Category = Alpha
Pokedex = It is described in mythology as the Pokémon that shaped the universe with its 1,000 arms.
Generation = 4
Flags = Mythical
#-------------------------------
[VICTINI]
Name = Victini
@@ -12882,6 +12917,7 @@ Shape = Bipedal
Category = Victory
Pokedex = This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.
Generation = 5
Flags = Mythical
#-------------------------------
[SNIVY]
Name = Snivy
@@ -16515,6 +16551,7 @@ Shape = Quadruped
Category = Iron Will
Pokedex = It has a body and heart of steel. Its glare is sufficient to make even an unruly Pokémon obey it.
Generation = 5
Flags = Legendary
#-------------------------------
[TERRAKION]
Name = Terrakion
@@ -16538,6 +16575,7 @@ Shape = Quadruped
Category = Cavern
Pokedex = Its charge is strong enough to break through a giant castle wall in one blow. This Pokémon is spoken of in legends.
Generation = 5
Flags = Legendary
#-------------------------------
[VIRIZION]
Name = Virizion
@@ -16561,6 +16599,7 @@ Shape = Quadruped
Category = Grassland
Pokedex = Its head sprouts horns as sharp as blades. Using whirlwind-like movements, it confounds and swiftly cuts opponents.
Generation = 5
Flags = Legendary
#-------------------------------
[TORNADUS]
Name = Tornadus
@@ -16586,6 +16625,7 @@ Shape = HeadArms
Category = Cyclone
Pokedex = Tornadus expels massive energy from its tail, causing severe storms. Its power is great enough to blow houses away.
Generation = 5
Flags = Legendary
#-------------------------------
[THUNDURUS]
Name = Thundurus
@@ -16611,6 +16651,7 @@ Shape = HeadArms
Category = Bolt Strike
Pokedex = The spikes on its tail discharge immense bolts of lightning. It flies around the Unova region firing off lightning bolts.
Generation = 5
Flags = Legendary
#-------------------------------
[RESHIRAM]
Name = Reshiram
@@ -16634,6 +16675,7 @@ Shape = Winged
Category = Vast White
Pokedex = When Reshiram's tail flares, the heat energy moves the atmosphere and changes the world's weather.
Generation = 5
Flags = Legendary
#-------------------------------
[ZEKROM]
Name = Zekrom
@@ -16657,6 +16699,7 @@ Shape = BipedalTail
Category = Deep Black
Pokedex = This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity.
Generation = 5
Flags = Legendary
#-------------------------------
[LANDORUS]
Name = Landorus
@@ -16682,6 +16725,7 @@ Shape = HeadArms
Category = Abundance
Pokedex = The energy that comes pouring from its tail increases the nutrition in the soil, making crops grow to great size.
Generation = 5
Flags = Legendary
#-------------------------------
[KYUREM]
Name = Kyurem
@@ -16705,6 +16749,7 @@ Shape = BipedalTail
Category = Boundary
Pokedex = It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.
Generation = 5
Flags = Legendary
#-------------------------------
[KELDEO]
Name = Keldeo
@@ -16729,6 +16774,7 @@ Shape = Quadruped
Category = Colt
Pokedex = It crosses the world, running over the surfaces of oceans and rivers. It appears at scenic waterfronts.
Generation = 5
Flags = Mythical
#-------------------------------
[MELOETTA]
Name = Meloetta
@@ -16753,6 +16799,7 @@ Shape = Bipedal
Category = Melody
Pokedex = Many famous songs have been inspired by the melodies that Meloetta plays.
Generation = 5
Flags = Mythical
WildItemCommon = STARPIECE
WildItemUncommon = STARPIECE
WildItemRare = STARPIECE
@@ -16780,6 +16827,7 @@ Shape = Bipedal
Category = Paleozoic
Pokedex = This ancient bug Pokémon was altered by Team Plasma. They upgraded the cannon on its back.
Generation = 5
Flags = Mythical
#-------------------------------
[CHESPIN]
Name = Chespin
@@ -18463,6 +18511,7 @@ Shape = Quadruped
Category = Life
Pokedex = Legends say it can share eternal life. It slept for a thousand years in the form of a tree before its revival.
Generation = 6
Flags = Legendary
#-------------------------------
[YVELTAL]
Name = Yveltal
@@ -18486,6 +18535,7 @@ Shape = Winged
Category = Destruction
Pokedex = When its life comes to an end, it absorbs the life energy of every living thing and turns into a cocoon once more.
Generation = 6
Flags = Legendary
#-------------------------------
[ZYGARDE]
Name = Zygarde
@@ -18510,6 +18560,7 @@ Shape = Serpentine
Category = Order
Pokedex = It's thought to be monitoring the ecosystem. There are rumors that even greater power lies hidden within it.
Generation = 6
Flags = Legendary
#-------------------------------
[DIANCIE]
Name = Diancie
@@ -18533,6 +18584,7 @@ Shape = HeadArms
Category = Jewel
Pokedex = A sudden transformation of Carbink, its pink, glimmering body is said to be the loveliest sight in the whole world.
Generation = 6
Flags = Mythical
#-------------------------------
[HOOPA]
Name = Hoopa
@@ -18557,6 +18609,7 @@ Shape = HeadArms
Category = Mischief
Pokedex = This troublemaker sends anything and everything to faraway places using its loop, which can warp space.
Generation = 6
Flags = Mythical
#-------------------------------
[VOLCANION]
Name = Volcanion
@@ -18580,6 +18633,7 @@ Shape = Quadruped
Category = Steam
Pokedex = It lets out billows of steam and disappears into the dense fog. It's said to live in mountains where humans do not tread.
Generation = 6
Flags = Mythical
#-------------------------------
[ROWLET]
Name = Rowlet
@@ -19881,6 +19935,7 @@ Shape = Quadruped
Category = Synthetic
Pokedex = The heavy control mask it wears suppresses its intrinsic capabilities. This Pokémon has some hidden special power.
Generation = 7
Flags = Legendary
Evolutions = SILVALLY,Happiness,
#-------------------------------
[SILVALLY]
@@ -19906,6 +19961,7 @@ Shape = Quadruped
Category = Synthetic
Pokedex = Its trust in its partner is what awakens it. This Pokémon is capable of changing its type, a flexibility that is well displayed in battle.
Generation = 7
Flags = Legendary
#-------------------------------
[MINIOR]
Name = Minior
@@ -20209,6 +20265,7 @@ Shape = HeadArms
Category = Land Spirit
Pokedex = Although it's called a guardian deity, if a person or Pokémon puts it in a bad mood, it will become a malevolent deity and attack.
Generation = 7
Flags = Legendary
#-------------------------------
[TAPULELE]
Name = Tapu Lele
@@ -20233,6 +20290,7 @@ Shape = HeadArms
Category = Land Spirit
Pokedex = As it flutters about, it scatters its strangely glowing scales. Touching them is said to restore good health on the spot.
Generation = 7
Flags = Legendary
#-------------------------------
[TAPUBULU]
Name = Tapu Bulu
@@ -20257,6 +20315,7 @@ Shape = HeadArms
Category = Land Spirit
Pokedex = It pulls large trees up by the roots and swings them around. It causes vegetation to grow, and then it absorbs energy from the growth.
Generation = 7
Flags = Legendary
#-------------------------------
[TAPUFINI]
Name = Tapu Fini
@@ -20281,6 +20340,7 @@ Shape = HeadArms
Category = Land Spirit
Pokedex = The dense fog it creates brings the downfall and destruction of its confused enemies. Ocean currents are the source of its energy.
Generation = 7
Flags = Legendary
#-------------------------------
[COSMOG]
Name = Cosmog
@@ -20303,6 +20363,7 @@ Shape = Head
Category = Nebula
Pokedex = Whether or not it's a Pokémon from this world is a mystery. When it's in a jam, it warps away to a safe place to hide.
Generation = 7
Flags = Legendary
Evolutions = COSMOEM,Level,43
#-------------------------------
[COSMOEM]
@@ -20327,6 +20388,7 @@ Shape = Head
Category = Protostar
Pokedex = Motionless as if dead, its body is faintly warm to the touch. In the distant past, it was called the cocoon of the stars.
Generation = 7
Flags = Legendary
Evolutions = SOLGALEO,LevelDay,53,LUNALA,LevelNight,53
#-------------------------------
[SOLGALEO]
@@ -20351,6 +20413,7 @@ Shape = Quadruped
Category = Sunne
Pokedex = It is said to live in another world. The intense light it radiates from the surface of its body can make the darkest of nights light up like midday.
Generation = 7
Flags = Legendary
#-------------------------------
[LUNALA]
Name = Lunala
@@ -20374,6 +20437,7 @@ Shape = Winged
Category = Moone
Pokedex = Said to live in another world, this Pokémon devours light, drawing the moonless dark veil of night over the brightness of day.
Generation = 7
Flags = Legendary
#-------------------------------
[NIHILEGO]
Name = Nihilego
@@ -20565,6 +20629,7 @@ Shape = HeadArms
Category = Prism
Pokedex = Light is apparently the source of its energy. It has an extraordinarily vicious disposition and is constantly firing off laser beams.
Generation = 7
Flags = Legendary
#-------------------------------
[MAGEARNA]
Name = Magearna
@@ -20588,6 +20653,7 @@ Shape = Bipedal
Category = Artificial
Pokedex = This artificial Pokémon, constructed more than 500 years ago, can understand human speech but cannot itself speak.
Generation = 7
Flags = Mythical
#-------------------------------
[MARSHADOW]
Name = Marshadow
@@ -20611,6 +20677,7 @@ Shape = Bipedal
Category = Gloomdweller
Pokedex = Able to conceal itself in shadows, it never appears before humans, so its very existence was the stuff of myth.
Generation = 7
Flags = Mythical
#-------------------------------
[POIPOLE]
Name = Poipole
@@ -20731,6 +20798,7 @@ Shape = Bipedal
Category = Thunderclap
Pokedex = It approaches its enemies at the speed of lightning, then tears them limb from limb with its sharp claws.
Generation = 7
Flags = Mythical
#-------------------------------
[MELTAN]
Name = Meltan
@@ -20754,6 +20822,7 @@ Shape = Head
Category = Hex Nut
Pokedex = It melts particles of iron and other metals found in the subsoil, so it can absorb them into its body of molten steel.
Generation = 7
Flags = Mythical
Evolutions = MELMETAL,Level,45
#-------------------------------
[MELMETAL]
@@ -20778,6 +20847,7 @@ Shape = Bipedal
Category = Hex Nut
Pokedex = Revered long ago for its capacity to create iron from nothing, for some reason it has come back to life after 3,000 years.
Generation = 7
Flags = Mythical
#-------------------------------
[GROOKEY]
Name = Grookey
@@ -22759,6 +22829,7 @@ Shape = Quadruped
Category = Warrior
Pokedex = Known as a legendary hero, this Pokémon absorbs metal particles, transforming them into a weapon it uses to battle.
Generation = 8
Flags = Legendary
WildItemCommon = RUSTEDSWORD
WildItemUncommon = RUSTEDSWORD
WildItemRare = RUSTEDSWORD
@@ -22786,6 +22857,7 @@ Shape = Quadruped
Category = Warrior
Pokedex = This Pokémon slept for aeons while in the form of a statue. It was asleep for so long, people forgot that it ever existed.
Generation = 8
Flags = Legendary
WildItemCommon = RUSTEDSHIELD
WildItemUncommon = RUSTEDSHIELD
WildItemRare = RUSTEDSHIELD
@@ -22812,6 +22884,7 @@ Shape = Winged
Category = Gigantic
Pokedex = The core on its chest absorbs energy emanating from the lands of the Galar region. This energy is what allows Eternatus to stay active.
Generation = 8
Flags = Legendary
#-------------------------------
[KUBFU]
Name = Kubfu
@@ -22835,6 +22908,7 @@ Shape = BipedalTail
Category = Wushu
Pokedex = Kubfu trains hard to perfect its moves. The moves it masters will determine which form it takes when it evolves.
Generation = 8
Flags = Legendary
Evolutions = URSHIFU,Event,1
#-------------------------------
[URSHIFU]
@@ -22860,6 +22934,7 @@ Shape = Bipedal
Category = Wushu
Pokedex = Inhabiting the mountains of a distant region, this Pokémon races across sheer cliffs, training its legs and refining its moves.
Generation = 8
Flags = Legendary
#-------------------------------
[ZARUDE]
Name = Zarude
@@ -22883,6 +22958,7 @@ Shape = BipedalTail
Category = Rogue Monkey
Pokedex = Once the vines on Zarude's body tear off, they become nutrients in the soil. This helps the plants of the forest grow.
Generation = 8
Flags = Mythical
#-------------------------------
[REGIELEKI]
Name = Regieleki
@@ -22906,6 +22982,7 @@ Shape = Bipedal
Category = Electron
Pokedex = This Pokémon is a cluster of electrical energy. It's said that removing the rings on Regieleki's body will unleash the Pokémon's latent power.
Generation = 8
Flags = Legendary
#-------------------------------
[REGIDRAGO]
Name = Regidrago
@@ -22929,6 +23006,7 @@ Shape = Bipedal
Category = Dragon Orb
Pokedex = Its body is composed of crystallized dragon energy. Regidrago is said to have the powers of every dragon Pokémon.
Generation = 8
Flags = Legendary
#-------------------------------
[GLASTRIER]
Name = Glastrier
@@ -22952,6 +23030,7 @@ Shape = Quadruped
Category = Wild Horse
Pokedex = Glastrier has tremendous physical strength, and the mask of ice covering its face is 100 times harder than diamond.
Generation = 8
Flags = Legendary
#-------------------------------
[SPECTRIER]
Name = Spectrier
@@ -22975,6 +23054,7 @@ Shape = Quadruped
Category = Swift Horse
Pokedex = As it dashes through the night, Spectrier absorbs the life-force of sleeping creatures. It craves silence and solitude.
Generation = 8
Flags = Legendary
#-------------------------------
[CALYREX]
Name = Calyrex
@@ -22998,3 +23078,4 @@ Shape = Bipedal
Category = King
Pokedex = Calyrex is a merciful Pokémon, capable of providing healing and blessings. It reigned over the Galar region in times of yore.
Generation = 8
Flags = Legendary