mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +00:00
Fixed cards rarities and added cards description and stage (#62)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -74,6 +74,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "For protection, it releases a horrible stench from the antenna on its head to drive away enemies."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -59,6 +59,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It lives in ponds and marshes that feature lots of plant life. It often fights with Dewpider, whose habitat and diet are similar."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It makes its nest at the bottom of swamps. It will eat anything—if it is alive, Whiscash will eat it."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -60,6 +60,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "A clay slab with cursed engravings took possession of a Yamask. The slab is said to be absorbing the Yamask’s dark power."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -89,6 +89,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "A powerful curse was woven into an ancient painting. After absorbing the spirit of a Yamask, the painting began to move."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -61,6 +61,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "After two Binacle find a suitably sized rock, they adhere themselves to it and live together. They cooperate to gather food during high tide."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -90,6 +90,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Seven Binacle come together to form one Barbaracle. The Binacle that serves as the head gives orders to those serving as the limbs."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -52,6 +52,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Most of its body has the same composition as coal. Fittingly, this Pokémon was first discovered in coal mines about 400 years ago."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It forms coal inside its body. Coal dropped by this Pokémon once helped fuel the lives of people in the Galar region."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "It’s usually peaceful, but the vandalism of mines enrages it. Offenders will be incinerated with flames that reach 2,700 degrees Fahrenheit."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
@ -84,7 +84,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Five of them are troopers, and one is the brass. The brass’s orders are absolute."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -88,6 +88,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Its thin, winglike antennae are highly absorbent. It waits out rainy days in tree hollows."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
@ -83,7 +83,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -80,6 +80,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It stands in grasslands, watching the sun’s descent from zenith to horizon. This Pokémon has a talent for delivering dynamic kicks."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -52,6 +52,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its body is full of poisonous gas. It floats into garbage dumps, seeking out the fumes of raw, rotting trash."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -85,6 +85,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "This Pokémon consumes particles that contaminate the air. Instead of leaving droppings, it expels clean air."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -60,6 +60,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "From its rear, it sprays a foul-smelling liquid at opponents. It aims for their faces, and it can hit them from over 16 feet away."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -83,6 +83,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "In its belly, it reserves stinky fluid that it shoots from its tail during battle. As this Pokémon’s diet varies, so does the stench of its fluid."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It was bound to a fissure in an Odd Keystone as punishment for misdeeds 500 years ago."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -60,6 +60,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its favorite places are unsanitary ones. If you leave trash lying around, you could even find one of these Pokémon living in your room."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -80,6 +80,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "This Pokémon eats trash, which turns into poison inside its body. The main component of the poison depends on what sort of trash was eaten."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It wears a bone to protect its rear. It often squabbles with others of its kind over particularly comfy bones."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,6 +71,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It lives on snowy mountains. It sinks its legs into the snow to absorb water and keep its own temperature down."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,6 +94,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Although it’s a bit of a ruffian, this Pokémon will take lost Vullaby under its wing and care for them till they’re ready to leave the nest."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
@ -84,7 +84,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
@ -66,7 +66,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -69,6 +69,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Through its nose, it sucks in the emanations produced by people and Pokémon when they feel annoyed. It thrives off this negative energy."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "When it gets down on all fours as if to beg for forgiveness, it’s trying to lure opponents in so that it can stab them with its spear-like hair."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -88,6 +88,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "With the hair wrapped around its body helping to enhance its muscles, this Pokémon can overwhelm even Machamp."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Living with a savage, seafaring people has toughened this Pokémon’s body so much that parts of it have turned to iron."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -90,6 +90,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -96,6 +96,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Once it has identified something as an enemy, it will continue beating them with its steel-hard pincers until there’s nothing left but scraps."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It appears in ancient ruins. The pattern on its body doesn’t come from any culture in the Galar region, so it remains shrouded in mystery."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -85,6 +85,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "If it sees any packs of Darumaka going after Snover, it chases them off, swinging its sizable arms like hammers."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -89,6 +89,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Some believe it to be a deity that summons rain clouds. When angered, it lets out a warning cry that rings out like the tolling of a bell."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -89,6 +89,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It uses three small units to catch prey and battle enemies. The main body mostly just gives orders."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -83,6 +83,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "They lay their eggs deep inside their nests. When attacked by Heatmor, they retaliate using their massive mandibles."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -60,6 +60,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Honedge’s soul once belonged to a person who was killed a long time ago by the sword that makes up Honedge’s body."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -90,6 +90,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Honedge evolves into twins. The two blades rub together to emit a metallic sound that unnerves opponents."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -88,6 +88,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "In this defensive stance, Aegislash uses its steel body and a force field of spectral power to reduce the damage of any attack."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
@ -87,7 +87,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
@ -92,7 +92,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -84,6 +84,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its body resembles polished metal, and it’s both lightweight and strong. The only drawback is that it rusts easily."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -92,6 +92,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Now armed with a weapon it used in ancient times, this Pokémon needs only a single strike to fell even Gigantamax Pokémon."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,6 +75,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "After a lost child perished in the forest, their spirit possessed a tree stump, causing the spirit’s rebirth as this Pokémon."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -92,6 +92,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its ability to deflect any attack led to it being known as the Fighting Master’s Shield. It was feared and respected by all."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -83,6 +83,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It can learn and speak human words. If they gather, they all learn the same saying."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Where people go, these Pokémon follow. If you’re scattering food for them, be careful—several hundred of them can gather at once."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -83,6 +83,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It can fly moderately quickly. No matter how far it travels, it can always find its way back to its master and its nest."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -97,6 +97,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "Unfezant are exceptional fliers. The females are known for their stamina, while the males outclass them in terms of speed."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It excels at digging holes. Using its ears, it can dig a nest 33 feet deep in one night."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -85,6 +85,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "With power equal to an excavator, it can dig through dense bedrock. It’s a huge help during tunnel construction."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It drives its opponents to exhaustion with its agile maneuvers, then ends the fight with a flashy finishing move."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -77,6 +77,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its fluffy fur is a delight to pet, but carelessly reaching out to touch this Pokémon could result in painful retaliation."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "People fear it due to a belief that it devours any who try to cut down trees in its forest, but to the Pokémon it shares its woods with, it’s kind."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -91,6 +91,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Once it accepts you as a friend, it tries to show its affection with a hug. Letting it do that is dangerous—it could easily shatter your bones."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -69,6 +69,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Found throughout the Galar region, this Pokémon becomes uneasy if its cheeks are ever completely empty of berries."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It stashes berries in its tail—so many berries that they fall out constantly. But this Pokémon is a bit slow-witted, so it doesn’t notice the loss."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
@ -83,7 +83,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -52,6 +52,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its natural enemies, like Rookidee, may flee rather than risk getting caught in its large mandibles that can snap thick tree branches."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
@ -84,7 +84,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
regulationMark: "D",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
normal: true,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
|
@ -84,7 +84,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -82,7 +82,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -86,7 +86,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -76,7 +76,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -87,7 +87,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 330,
|
||||
@ -82,7 +82,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -83,7 +83,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -82,7 +82,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -84,7 +84,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -83,7 +83,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -84,7 +84,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -83,7 +83,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -84,7 +84,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -87,7 +87,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -83,7 +83,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 180,
|
||||
@ -82,7 +82,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -72,7 +72,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -81,7 +81,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -81,7 +81,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -60,7 +60,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -86,7 +86,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -60,7 +60,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -75,9 +75,11 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -80,6 +80,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It is waiting for the moment to evolve. At this stage, it can only harden, so it remains motionless to avoid attack."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -60,6 +60,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It spends its entire life inside an apple. It hides from its natural enemies, bird Pokémon, by pretending it’s just an apple and nothing more."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,12 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It shows no mercy to any who desecrate fields and mountains. It will fly around on its icy wings, causing a blizzard to chase offenders away."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -78,6 +78,12 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -58,6 +58,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It spends its entire life inside an apple. It hides from its natural enemies, bird Pokémon, by pretending it’s just an apple and nothing more."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It ate a sour apple, and that induced its evolution. In its cheeks, it stores an acid capable of causing chemical burns."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -80,6 +80,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Eating a sweet apple caused its evolution. A nectarous scent wafts from its body, luring in the bug Pokémon it preys on."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,6 +75,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "While young, it has six gorgeous tails. When it grows, several new tails are sprouted."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -89,6 +89,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It is said to live 1,000 years, and each of its tails is loaded with supernatural powers."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Saki Hayashiro",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
@ -86,7 +86,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It has a brave and trustworthy nature. It fearlessly stands up to bigger and stronger foes."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "The sight of it running over 6,200 miles in a single day and night has captivated many people."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its entire body is burning. When it breathes, the temperature rises. When it sneezes, flames shoot out!"
|
||||
}
|
||||
}
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user