1
0
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:
2021-08-23 00:11:33 +02:00
committed by GitHub
parent 4e4dda88c4
commit 741c19791e
1281 changed files with 6606 additions and 659 deletions

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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 Yamasks dark power."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -82,6 +82,12 @@ const card: Card = {
reverse: true,
holo: true,
firstEdition: false
},
stage: "Stage2",
description: {
en: "Its usually peaceful, but the vandalism of mines enrages it. Offenders will be incinerated with flames that reach 2,700 degrees Fahrenheit."
}
}

View File

@ -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

View File

@ -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 brasss orders are absolute."
}
}

View File

@ -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."
}
}

View File

@ -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

View File

@ -80,6 +80,12 @@ const card: Card = {
reverse: true,
holo: true,
firstEdition: false
},
stage: "Basic",
description: {
en: "It stands in grasslands, watching the suns descent from zenith to horizon. This Pokémon has a talent for delivering dynamic kicks."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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émons diet varies, so does the stench of its fluid."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -94,6 +94,12 @@ const card: Card = {
reverse: true,
holo: false,
firstEdition: false
},
stage: "Stage1",
description: {
en: "Although its a bit of a ruffian, this Pokémon will take lost Vullaby under its wing and care for them till theyre ready to leave the nest."
}
}

View File

@ -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

View File

@ -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

View File

@ -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."
}
}

View File

@ -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, its trying to lure opponents in so that it can stab them with its spear-like hair."
}
}

View File

@ -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."
}
}

View File

@ -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émons body so much that parts of it have turned to iron."
}
}

View File

@ -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."
}
}

View File

@ -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 theres nothing left but scraps."
}
}

View File

@ -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 doesnt come from any culture in the Galar region, so it remains shrouded in mystery."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -60,6 +60,12 @@ const card: Card = {
reverse: true,
holo: false,
firstEdition: false
},
stage: "Basic",
description: {
en: "Honedges soul once belonged to a person who was killed a long time ago by the sword that makes up Honedges body."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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

View File

@ -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

View File

@ -84,6 +84,12 @@ const card: Card = {
reverse: true,
holo: true,
firstEdition: false
},
stage: "Basic",
description: {
en: "Its body resembles polished metal, and its both lightweight and strong. The only drawback is that it rusts easily."
}
}

View File

@ -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."
}
}

View File

@ -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 spirits rebirth as this Pokémon."
}
}

View File

@ -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 Masters Shield. It was feared and respected by all."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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 youre scattering food for them, be careful—several hundred of them can gather at once."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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. Its a huge help during tunnel construction."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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, its kind."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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 doesnt notice the loss."
}
}

View File

@ -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

View File

@ -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."
}
}

View File

@ -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

View File

@ -29,7 +29,7 @@ const card: Card = {
regulationMark: "D",
variants: {
normal: false,
normal: true,
reverse: false,
holo: false,
firstEdition: false

View File

@ -84,7 +84,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -82,7 +82,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -86,7 +86,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -76,7 +76,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -87,7 +87,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -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

View File

@ -83,7 +83,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -82,7 +82,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -84,7 +84,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -83,7 +83,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -84,7 +84,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -83,7 +83,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -84,7 +84,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -87,7 +87,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -83,7 +83,10 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "Basic",
suffix: "V"
}
export default card

View File

@ -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

View File

@ -72,7 +72,9 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "VMAX"
}
export default card

View File

@ -81,7 +81,9 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "VMAX"
}
export default card

View File

@ -81,7 +81,9 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "VMAX"
}
export default card

View File

@ -60,7 +60,9 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "VMAX"
}
export default card

View File

@ -86,7 +86,9 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "VMAX"
}
export default card

View File

@ -60,7 +60,9 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
stage: "VMAX"
}
export default card

View File

@ -75,9 +75,11 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
}
},
stage: "VMAX"
}
export default card

View File

@ -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."
}
}

View File

@ -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 its just an apple and nothing more."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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 its just an apple and nothing more."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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

View File

@ -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."
}
}

View File

@ -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."
}
}

View File

@ -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