mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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:
@ -46,6 +46,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its poison stinger is very powerful. Its bright-colored body is intended to warn off its enemies."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "This Pokémon is known to bring blizzards. A shake of its massive body is enough to cause whiteout conditions."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Darkness"],
|
||||
@ -60,7 +60,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -77,6 +77,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "The small spikes covering its body developed from scales. They inject a toxin that causes fainting."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,6 +55,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Constant polishing makes the edge of the blade on its tail extremely sharp. It’s Zangoose’s archrival."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,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."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Darkness"],
|
||||
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -55,6 +55,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its bite injects a potent poison, enough to paralyze large bird Pokémon that try to prey on it."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It is usually motionless, but when attacked, it rotates at high speed and then crashes into its opponent."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "With quick movements, it chases down its foes, attacking relentlessly with its horns until it prevails."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,12 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Inhabiting the mountains of a distant region, this Pokémon races across sheer cliffs, training its legs and refining its moves."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -63,6 +63,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "When it evolves, it sheds the steel carapace that covered its whole body and develops a new one."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "The turning of the seasons changes the color and scent of this Pokémon’s fur. People use it to mark the seasons."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -68,6 +68,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It habitually shows off its strength with the size of sparks it creates by ramming its steel body into boulders."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -86,6 +86,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "While seeking iron for food, it digs tunnels by breaking through bedrock with its steel horns."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Metal"],
|
||||
@ -81,7 +81,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ryota Murayama",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 330,
|
||||
types: ["Metal"],
|
||||
@ -85,7 +85,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -72,6 +72,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It has a body and heart of steel. It worked with its allies to punish people when they hurt Pokémon."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "They live in groups. The one with the longest, thickest, and most-scarred horns is the boss of the herd."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -46,6 +46,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It was built 20 years ago by scientists who dreamed of exploring space. Their dreams have yet to come true."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -60,6 +60,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Even though it doesn’t die in the vacuum of space, it can’t move around very well in zero gravity."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "A faulty update was added to its programming. Its behavior is noticeably strange, so the experiment may have been a failure."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Saki Hayashiro",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 250,
|
||||
types: ["Colorless"],
|
||||
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -72,6 +72,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "They migrate according to the seasons. People can tell the season by looking at Sawsbuck’s horns."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,6 +55,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its fur would all stand on end if it smelled a Seviper nearby. Its sharp claws tear up its foes."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
stage: 'Basic',
|
||||
|
||||
description: {
|
||||
en: 'This is Castform\'s form when caught in a hailstrom. Its\nwhole body is chilled, and its skin is partially frozen!',
|
||||
en: "Its form changes depending on the weather. The rougher conditions get, the rougher Castform’s disposition!",
|
||||
fr: 'Il n\'y a pas que son apparence qui change en\nfonction de la météo: son tempérament aussi !\nPlus il y a de vent, plus il se montre agressif.'
|
||||
},
|
||||
|
||||
|
@ -68,6 +68,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its color changes for concealment and also when its mood or health changes. The darker the color, the healthier it is."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Colorless"],
|
||||
@ -81,7 +81,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Colorless"],
|
||||
@ -77,7 +77,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -75,6 +75,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Left alone, its fur will grow longer and longer, but it will only allow someone it trusts to cut it."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It eats berries nonstop—a habit that has made it more resilient than it looks. It’ll show up on farms, searching for yet more berries."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Common throughout the Galar region, this Pokémon has strong teeth and can chew through the toughest of berry shells."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -46,6 +46,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "When under attack, it secretes a sweet and delicious sweat. The scent only calls more enemies to it."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Any Corvisquire that pecks at this Pokémon will be greeted with a smack from its sepals followed by a sharp kick."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "A kick from the hardened tips of this Pokémon’s legs leaves a wound in the opponent’s body and soul that will never heal."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Tant que cette carte est attachée à un Pokémon, elle fournit une Énergie Colorless.\nSi le Pokémon auquel cette carte est attachée est sur le Poste Actif et qu’il subit les dégâts d’une attaque d’un Pokémon de votre adversaire\n(même s’il est mis K.O.), piochez une carte.",
|
||||
en: "As long as this card is attached to a Pokémon, it provides Colorless Energy.\nIf the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent’s Pokémon (even if it is Knocked Out), draw a card.",
|
||||
en: "As long as this card is attached to a Pokémon, it provides Colorless Energy.\nIf the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent’s Pokémon (even if it is Knocked Out), draw a card.",
|
||||
es: "Mientras esta carta esté unida a 1 Pokémon, proporciona 1 Energía Colorless.\nSi el Pokémon al que está unida esta carta está en el Puesto Activo y resulta dañado por un ataque de los Pokémon de tu rival\n(incluso si queda Fuera de Combate), roba 1 carta.",
|
||||
it: "Fintanto che questa carta è assegnata a un Pokémon, fornisce Energia Colorless.\nSe il Pokémon a cui è assegnata questa carta è in posizione attiva e viene danneggiato da un attacco di un Pokémon del tuo avversario, anche se viene messo KO, pesca una carta.",
|
||||
pt: "Enquanto esta carta estiver ligada a um Pokémon, ela fornecerá Energia Colorless.\nSe o Pokémon ao qual esta carta está ligada estiver no Campo Ativo e for danificado por um ataque do Pokémon do seu oponente\n(mesmo que ele seja Nocauteado), compre 1 carta.",
|
||||
|
@ -55,6 +55,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It attacks with rapid beats of its stick. As it strikes with amazing speed, it gets more and more pumped."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,7 +75,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -67,7 +67,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -67,7 +67,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -67,7 +67,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -67,7 +67,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -55,7 +55,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -80,7 +80,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -80,7 +80,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
|
@ -60,6 +60,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "When it’s drumming out rapid beats in battle, it gets so caught up in the rhythm that it won’t even notice that it’s already knocked out its opponent."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,7 +82,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -80,7 +80,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -80,7 +80,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -68,7 +68,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -74,7 +74,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -72,9 +72,12 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -81,6 +81,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "The one with the best drumming techniques becomes the boss of the troop. It has a gentle disposition and values harmony among its group."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -81,7 +81,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -81,7 +81,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -81,7 +81,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -75,6 +75,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Once the vines on Zarude’s body tear off, they become nutrients in the soil. This helps the plants of the forest grow."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "PLANETA Tsuji"
|
||||
}
|
||||
|
||||
export default card
|
@ -59,6 +59,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "While awaiting evolution, it hides from predators under leaves and in nooks of branches."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Fire"],
|
||||
@ -67,7 +67,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: "VMAX",
|
||||
illustrator: "AKIRA EGAWA"
|
||||
}
|
||||
|
||||
export default card
|
@ -76,7 +76,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "Shigenori Negishi"
|
||||
}
|
||||
|
||||
export default card
|
@ -76,7 +76,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "5ban Graphics"
|
||||
}
|
||||
|
||||
export default card
|
@ -76,7 +76,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "Oswaldo KATO"
|
||||
}
|
||||
|
||||
export default card
|
@ -81,7 +81,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "5ban Graphics"
|
||||
}
|
||||
|
||||
export default card
|
@ -79,9 +79,12 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "Mitsuhiro Arita"
|
||||
}
|
||||
|
||||
export default card
|
@ -76,7 +76,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "aky CG Works"
|
||||
}
|
||||
|
||||
export default card
|
@ -54,7 +54,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "5ban Graphics"
|
||||
}
|
||||
|
||||
export default card
|
@ -79,7 +79,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "Ryota Murayama"
|
||||
}
|
||||
|
||||
export default card
|
@ -71,7 +71,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "Mitsuhiro Arita"
|
||||
}
|
||||
|
||||
export default card
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "AKIRA EGAWA",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Fire"],
|
||||
@ -81,7 +81,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "NC Empire"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "kirisAki"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "En Morikura"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Ryuta Fuse"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Hideki Ishikawa"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Taira Akitsu"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "kirisAki"
|
||||
}
|
||||
|
||||
export default card
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
stage: 'Basic',
|
||||
|
||||
description: {
|
||||
en: 'Castform changes to this form when it basks\nin bright sunlight. When you touch its\nglowing skin, it feels all dried out!',
|
||||
en: "Castform changes to this form when it basks in bright sunlight. When you touch its glowing skin, it feels all dried out!",
|
||||
fr: 'Morphéo adopte cette apparence lorsqu\'il y a du soleil.\nSon corps rougeoyant est très sec au toucher.'
|
||||
},
|
||||
|
||||
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Hitoshi Ariga"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Hideki Ishikawa"
|
||||
}
|
||||
|
||||
export default card
|
@ -66,6 +66,13 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
illustrator: "Ryo Ueda",
|
||||
|
||||
description: {
|
||||
en: "It stores an overflowing amount of electric energy inside its body. Even a small shock makes it explode."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,6 +71,13 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
illustrator: "Eske Yoshinob",
|
||||
|
||||
description: {
|
||||
en: "Many scientists suspect that this Pokémon originated outside the Galar region, based on the patterns on its body."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,13 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
illustrator: "Saki Hayashiro",
|
||||
|
||||
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."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Studio Bora Inc."
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "sadaji"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "sadaji"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "sadaji"
|
||||
}
|
||||
|
||||
export default card
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user