mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-25 12:22:14 +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:
parent
4e4dda88c4
commit
741c19791e
@ -55,6 +55,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Its bud looks like a human face. Because of the bud, it is rumored to be a type of legendary mandrake plant."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "With their large mandibles, these Pokémon can crunch their way through rock. They work together to protect their eggs from Sandaconda."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It chomps with its gaping mouth. Its huge jaws are actually steel horns that have been transformed."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -51,6 +51,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Polishing Bronzor to a shine makes its surface reflect the truth, according to common lore. Be that as it may, Bronzor hates being polished."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -78,6 +78,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Many scientists suspect that this Pokémon originated outside the Galar region, based on the patterns on its body."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,6 +71,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "A pack of these Pokémon forms to serve a Bisharp boss. Each Pawniard trains diligently, dreaming of one day taking the lead."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -77,6 +77,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Violent conflicts erupt between Bisharp and Fraxure over places where sharpening stones can be found."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -60,6 +60,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "The blue eye on the sword’s handguard is the true body of Honedge. With its old cloth, it drains people’s lives away."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -65,6 +65,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "The two swords employ a strategy of rapidly alternating between offense and defense to bring down their prey."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "Once upon a time, a king with an Aegislash reigned over the land. His Pokémon eventually drained him of life, and his kingdom fell with him."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "Its potent spectral powers allow it to manipulate others. It once used its powers to force people and Pokémon to build a kingdom to its liking."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Metal"],
|
||||
@ -81,7 +81,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: "The powder that covers its body regulates its temperature, so it can live in any region or climate."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Metal"],
|
||||
@ -87,7 +87,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -51,6 +51,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Due to its short wings, it can’t fly long distances. It wanders about restlessly and pecks at bug Pokémon."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -56,6 +56,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Carrying food through Fearow’s territory is dangerous. It will snatch the food away from you in a flash!"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -58,6 +58,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It licks filth clean with its tongue. Whatever it licks always stinks afterward, so whether it’s really clean is…questionable."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -80,6 +80,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It uses its tongue much more skillfully than its hands or its feet. It can deftly pick up a single small bean with its tongue."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -58,6 +58,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "When it’s happy, Glameow demonstrates beautiful movements of its tail, like a dancing ribbon."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,6 +71,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "To make itself appear intimidatingly beefy, it tightly cinches its waist with its twin tails."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Colorless"],
|
||||
@ -76,7 +76,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -77,6 +77,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Their fluffy fur absorbs damage, even if they strike foes with a fierce headbutt."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,6 +75,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Drampa is a kind and friendly Pokémon—up until it’s angered. When that happens, it stirs up a gale and flattens everything around."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,6 +71,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "The beaks of birds can’t begin to scratch its stalwart body. To defend itself, it spews powder."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,6 +75,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Through its horns, it can pick up on the emotions of creatures around it. Positive emotions are the source of its strength."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,6 +71,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "The patterns on this Pokémon’s wings depend on the climate and topography of its habitat. It scatters colorful scales."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "The Rapid Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)\n\nFightingColorlessColorless Matchless Maelstrom\nThis attack does 30 damage to each of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "The Rapid Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)",
|
||||
fr: "Le Pokémon Mille Poings auquel cette carte est attachée peut utiliser l’attaque sur cette carte. (Vous avez toujours besoin de l’Énergie nécessaire pour utiliser cette attaque.)\n\n\nFightingColorlessColorless Maelström Redoutable\nCette attaque inflige 30 dégâts à chacun des Pokémon de votre adversaire.\n(N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "El Pokémon Golpe Fluido al que esté unida esta carta puede usar el ataque de esta carta. (Sigues necesitando las Energías necesarias para usar este ataque).\n\nFightingColorlessColorless \nVorágine sin Igual\nEste ataque hace 30 puntos de daño a cada uno de los Pokémon de tu rival. \n(No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Il Pokémon Colpo Rapido a cui è assegnata questa carta può usare l’attacco di questa carta. Devi comunque avere l’Energia necessaria per usare questo attacco.\n\nFightingColorlessColorless Maelstrom Ineguagliabile\nQuesto attacco infligge 30 danni a ciascuno dei Pokémon del tuo avversario. \nNon applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
|
@ -18,7 +18,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only when it is the last card in your hand.\n\nPut a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.",
|
||||
en: "You can play this card only when it is the last card in your hand.\nPut a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si c’est votre dernière carte en main.\n\n\nPlacez un Pokémon Mille Poings de votre pile de défausse sur votre Banc. Dans ce cas, piochez 5 cartes.",
|
||||
es: "Puedes jugar esta carta solo cuando sea la última carta en tu mano.\n\nPon 1 Pokémon Golpe Fluido de tu pila de descartes en tu Banca. Si lo haces, roba 5 cartas.",
|
||||
it: "Puoi giocare questa carta solo se è l’ultima carta che hai in mano.\n\nPrendi un Pokémon Colpo Rapido dalla tua pila degli scarti e mettilo in panchina. Se lo fai, pesca cinque carte.",
|
||||
|
@ -18,7 +18,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "The Single Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)\n\nFighting Furious Anger 10+\nThis attack does 10 more damage for each damage counter on this Pokémon.",
|
||||
en: "The Single Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)",
|
||||
fr: "Le Pokémon Poing Final auquel cette carte est attachée peut utiliser l’attaque sur cette carte. (Vous avez toujours besoin de l’Énergie nécessaire pour utiliser cette attaque.)\n\n\nFighting Colère Furieuse 10+\nCette attaque inflige 10 dégâts supplémentaires pour chaque marqueur de dégâts sur ce Pokémon.",
|
||||
es: "El Pokémon Golpe Brusco al que esté unida esta carta puede usar el ataque de esta carta. (Sigues necesitando las Energías necesarias para usar este ataque).\n\nFighting \nIra Furiosa 10+\nEste ataque hace 10 puntos de daño más por cada contador de daño en este Pokémon.",
|
||||
it: "Il Pokémon Colpo Singolo a cui è assegnata questa carta può usare l’attacco di questa carta. Devi comunque avere l’Energia necessaria per usare questo attacco.\n\nFighting Rabbia Furiosa 10+\nQuesto attacco infligge 10 danni in più per ogni segnalino danno presente su questo Pokémon.",
|
||||
|
@ -18,7 +18,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only when it is the last card in your hand.\n\nSearch your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.",
|
||||
en: "You can play this card only when it is the last card in your hand.\nSearch your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si c’est votre dernière carte en main.\n\n\nCherchez dans votre deck un Pokémon Poing Final, puis placez-le sur votre Banc. Mélangez ensuite votre deck. Si vous avez cherché dans votre deck de cette façon, piochez 5 cartes.",
|
||||
es: "Puedes jugar esta carta solo cuando sea la última carta en tu mano.\n\nBusca en tu baraja 1 Pokémon Golpe Brusco y ponlo en tu Banca. Después, baraja las cartas de tu baraja. Si has buscado en tu baraja de esta manera, roba 5 cartas.",
|
||||
it: "Puoi giocare questa carta solo se è l’ultima carta che hai in mano.\n\nCerca nel tuo mazzo un Pokémon Colpo Singolo e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo. Se hai cercato nel tuo mazzo in questo modo, pesca cinque carte.",
|
||||
|
@ -55,6 +55,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It loves the sunshine. When it basks in the sunlight regularly, it grows up with vivid coloration."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@ const card: Card = {
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
en: "This card can only be attached to a Rapid Strike Pokémon. If this card is attached to anything other than a Rapid Strike Pokémon, discard this card.\n\nAs long as this card is attached to a Pokémon, it provides 2 in any combination of Water Energy and Fighting Energy.",
|
||||
en: "This card can only be attached to a Rapid Strike Pokémon. If this card is attached to anything other than a Rapid Strike Pokémon, discard this card.\nAs long as this card is attached to a Pokémon, it provides 2 in any combination of Water Energy and Fighting Energy.",
|
||||
fr: "Cette carte ne peut être attachée qu’à un Pokémon Mille Poings. Si cette carte est attachée à autre chose qu’un Pokémon Mille Poings, défaussez-la.\n\n\nTant que cette carte est attachée à un Pokémon, elle fournit une combinaison de 2 cartes Énergie Water et Énergie Fighting.",
|
||||
es: "Esta carta solo puede unirse a Pokémon Golpe Fluido. Si esta carta está unida a cualquier otra carta que no sea un Pokémon Golpe Fluido, descarta esta carta.\n\nMientras esta carta esté unida a 1 Pokémon, proporciona\n un total de 2 Energías, Water y Fighting, en cualquier combinación.",
|
||||
it: "Questa carta può essere assegnata solo a Pokémon Colpo Rapido. Scarta questa carta se è assegnata a un Pokémon che non è un Pokémon Colpo Rapido.\n\nFintanto che questa carta è assegnata a un Pokémon, fornisce due Energie Water e Fighting in qualsiasi combinazione.",
|
||||
|
@ -17,7 +17,7 @@ const card: Card = {
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
en: "This card can only be attached to a Single Strike Pokémon. If this card is attached to anything other than a Single Strike Pokémon, discard this card.\n\nAs long as this card is attached to a Pokémon, it provides Fighting and Darkness Energy but provides only 1 Energy at a time, and the attacks of the Pokémon this card is attached to do 20 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).",
|
||||
en: "This card can only be attached to a Single Strike Pokémon. If this card is attached to anything other than a Single Strike Pokémon, discard this card.\nAs long as this card is attached to a Pokémon, it provides Fighting and Darkness Energy but provides only 1 Energy at a time, and the attacks of the Pokémon this card is attached to do 20 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Cette carte ne peut être attachée qu’à un Pokémon Poing Final. Si cette carte est attachée à autre chose qu’un Pokémon Poing Final, défaussez-la.\n\n\nTant que cette carte est attachée à un Pokémon, elle fournit de l’Énergie Fighting et Darkness (mais seulement une Énergie à la fois), et les attaques du Pokémon auquel cette carte est attachée infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Esta carta solo puede unirse a Pokémon Golpe Brusco. Si esta carta está unida a cualquier otra carta que no sea un Pokémon Golpe Brusco, descarta esta carta.\n\nMientras esta carta esté unida a 1 Pokémon, proporciona Energía Fighting y Darkness, pero proporciona solo 1 Energía a la vez, y los ataques del Pokémon al que esté unida esta carta hacen 20 puntos de daño más al Pokémon Activo de tu rival (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Questa carta può essere assegnata solo a Pokémon Colpo Singolo. Scarta questa carta se è assegnata a un Pokémon che non è un Pokémon Colpo Singolo.\n\nFintanto che questa carta è assegnata a un Pokémon, fornisce Energia Fighting e Darkness ma solo una alla volta, e gli attacchi del Pokémon a cui è assegnata questa carta infliggono 20 danni in più al Pokémon attivo del tuo avversario, prima di aver applicato debolezza e resistenza.",
|
||||
|
@ -77,7 +77,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
|
@ -76,7 +76,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
|
@ -67,7 +67,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
|
@ -72,6 +72,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "As it slashes into its enemies, it looks like it’s dancing. Its elegant appearance has led some to call it the most glamorous Grass Pokémon."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,7 +75,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -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
|
@ -76,7 +76,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
|
@ -81,7 +81,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
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Although it’s called a guardian deity, it’s violent enough to crush anyone it sees as an enemy."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only when it is the last card in your hand.\n\nPut a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.",
|
||||
en: "You can play this card only when it is the last card in your hand.\nPut a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si c’est votre dernière carte en main.\n\n\nPlacez un Pokémon Mille Poings de votre pile de défausse sur votre Banc. Dans ce cas, piochez 5 cartes.",
|
||||
es: "Puedes jugar esta carta solo cuando sea la última carta en tu mano.\n\nPon 1 Pokémon Golpe Fluido de tu pila de descartes en tu Banca. Si lo haces, roba 5 cartas.",
|
||||
it: "Puoi giocare questa carta solo se è l’ultima carta che hai in mano.\n\nPrendi un Pokémon Colpo Rapido dalla tua pila degli scarti e mettilo in panchina. Se lo fai, pesca cinque carte.",
|
||||
|
@ -18,7 +18,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only when it is the last card in your hand.\n\nSearch your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.",
|
||||
en: "You can play this card only when it is the last card in your hand.\nSearch your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si c’est votre dernière carte en main.\n\n\nCherchez dans votre deck un Pokémon Poing Final, puis placez-le sur votre Banc. Mélangez ensuite votre deck. Si vous avez cherché dans votre deck de cette façon, piochez 5 cartes.",
|
||||
es: "Puedes jugar esta carta solo cuando sea la última carta en tu mano.\n\nBusca en tu baraja 1 Pokémon Golpe Brusco y ponlo en tu Banca. Después, baraja las cartas de tu baraja. Si has buscado en tu baraja de esta manera, roba 5 cartas.",
|
||||
it: "Puoi giocare questa carta solo se è l’ultima carta che hai in mano.\n\nCerca nel tuo mazzo un Pokémon Colpo Singolo e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo. Se hai cercato nel tuo mazzo in questo modo, pesca cinque carte.",
|
||||
|
@ -54,7 +54,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "PLANETA Tsuji"
|
||||
}
|
||||
|
||||
export default card
|
@ -74,7 +74,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "PLANETA Mochizuki"
|
||||
}
|
||||
|
||||
export default card
|
@ -54,7 +54,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "PLANETA Tsuji"
|
||||
}
|
||||
|
||||
export default card
|
@ -66,7 +66,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "PLANETA Tsuji"
|
||||
}
|
||||
|
||||
export default card
|
@ -72,7 +72,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -74,7 +74,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "PLANETA Tsuji"
|
||||
}
|
||||
|
||||
export default card
|
@ -46,6 +46,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Often found in gardens, this Pokémon has hairs on its body that it uses to assess its surroundings."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -81,7 +81,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
illustrator: "PLANETA Mochizuki"
|
||||
}
|
||||
|
||||
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: "Yuu Nishida"
|
||||
}
|
||||
|
||||
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: "Kagemaru Himeno"
|
||||
}
|
||||
|
||||
export default card
|
@ -17,7 +17,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only when it is the last card in your hand.\n\nPut a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.",
|
||||
en: "You can play this card only when it is the last card in your hand.\nPut a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si c’est votre dernière carte en main.\n\n\nPlacez un Pokémon Mille Poings de votre pile de défausse sur votre Banc. Dans ce cas, piochez 5 cartes.",
|
||||
es: "Puedes jugar esta carta solo cuando sea la última carta en tu mano.\n\nPon 1 Pokémon Golpe Fluido de tu pila de descartes en tu Banca. Si lo haces, roba 5 cartas.",
|
||||
it: "Puoi giocare questa carta solo se è l’ultima carta che hai in mano.\n\nPrendi un Pokémon Colpo Rapido dalla tua pila degli scarti e mettilo in panchina. Se lo fai, pesca cinque carte.",
|
||||
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito"
|
||||
}
|
||||
|
||||
export default card
|
@ -17,7 +17,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only when it is the last card in your hand.\n\nSearch your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.",
|
||||
en: "You can play this card only when it is the last card in your hand.\nSearch your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si c’est votre dernière carte en main.\n\n\nCherchez dans votre deck un Pokémon Poing Final, puis placez-le sur votre Banc. Mélangez ensuite votre deck. Si vous avez cherché dans votre deck de cette façon, piochez 5 cartes.",
|
||||
es: "Puedes jugar esta carta solo cuando sea la última carta en tu mano.\n\nBusca en tu baraja 1 Pokémon Golpe Brusco y ponlo en tu Banca. Después, baraja las cartas de tu baraja. Si has buscado en tu baraja de esta manera, roba 5 cartas.",
|
||||
it: "Puoi giocare questa carta solo se è l’ultima carta che hai in mano.\n\nCerca nel tuo mazzo un Pokémon Colpo Singolo e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo. Se hai cercato nel tuo mazzo in questo modo, pesca cinque carte.",
|
||||
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita"
|
||||
}
|
||||
|
||||
export default card
|
@ -66,6 +66,13 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
|
||||
description: {
|
||||
en: "It traps enemies with its suction-cupped tentacles, then smashes them with its rock-hard head."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,13 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
|
||||
description: {
|
||||
en: "Identifiable by its eerie howls, people a long time ago thought it was the grim reaper and feared it."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Grass"],
|
||||
@ -67,7 +67,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach"
|
||||
}
|
||||
|
||||
export default card
|
@ -17,7 +17,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Shuffle your deck afterward.",
|
||||
en: "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck un Pokémon avec 90 PV ou moins, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja a un Pokémon con 90 PV o menos, enséñalo y ponlo en tu mano. Baraja las cartas de tu baraja después.",
|
||||
it: "Cerca nel tuo mazzo un Pokémon con un massimo di 90 PV, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
@ -32,7 +32,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda"
|
||||
}
|
||||
|
||||
export default card
|
@ -17,7 +17,7 @@ const card: Card = {
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
en: "This card can only be attached to a Rapid Strike Pokémon. If this card is attached to anything other than a Rapid Strike Pokémon, discard this card.\n\nAs long as this card is attached to a Pokémon, it provides 2 in any combination of Water Energy and Fighting Energy.",
|
||||
en: "This card can only be attached to a Rapid Strike Pokémon. If this card is attached to anything other than a Rapid Strike Pokémon, discard this card.\nAs long as this card is attached to a Pokémon, it provides 2 in any combination of Water Energy and Fighting Energy.",
|
||||
fr: "Cette carte ne peut être attachée qu’à un Pokémon Mille Poings. Si cette carte est attachée à autre chose qu’un Pokémon Mille Poings, défaussez-la.\n\n\nTant que cette carte est attachée à un Pokémon, elle fournit une combinaison de 2 cartes Énergie Water et Énergie Fighting.",
|
||||
es: "Esta carta solo puede unirse a Pokémon Golpe Fluido. Si esta carta está unida a cualquier otra carta que no sea un Pokémon Golpe Fluido, descarta esta carta.\n\nMientras esta carta esté unida a 1 Pokémon, proporciona\n un total de 2 Energías, Water y Fighting, en cualquier combinación.",
|
||||
it: "Questa carta può essere assegnata solo a Pokémon Colpo Rapido. Scarta questa carta se è assegnata a un Pokémon che non è un Pokémon Colpo Rapido.\n\nFintanto che questa carta è assegnata a un Pokémon, fornisce due Energie Water e Fighting in qualsiasi combinazione.",
|
||||
|
@ -17,7 +17,7 @@ const card: Card = {
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
en: "This card can only be attached to a Single Strike Pokémon. If this card is attached to anything other than a Single Strike Pokémon, discard this card.\n\nAs long as this card is attached to a Pokémon, it provides Fighting and Darkness Energy but provides only 1 Energy at a time, and the attacks of the Pokémon this card is attached to do 20 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).",
|
||||
en: "This card can only be attached to a Single Strike Pokémon. If this card is attached to anything other than a Single Strike Pokémon, discard this card.\nAs long as this card is attached to a Pokémon, it provides Fighting and Darkness Energy but provides only 1 Energy at a time, and the attacks of the Pokémon this card is attached to do 20 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Cette carte ne peut être attachée qu’à un Pokémon Poing Final. Si cette carte est attachée à autre chose qu’un Pokémon Poing Final, défaussez-la.\n\n\nTant que cette carte est attachée à un Pokémon, elle fournit de l’Énergie Fighting et Darkness (mais seulement une Énergie à la fois), et les attaques du Pokémon auquel cette carte est attachée infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Esta carta solo puede unirse a Pokémon Golpe Brusco. Si esta carta está unida a cualquier otra carta que no sea un Pokémon Golpe Brusco, descarta esta carta.\n\nMientras esta carta esté unida a 1 Pokémon, proporciona Energía Fighting y Darkness, pero proporciona solo 1 Energía a la vez, y los ataques del Pokémon al que esté unida esta carta hacen 20 puntos de daño más al Pokémon Activo de tu rival (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Questa carta può essere assegnata solo a Pokémon Colpo Singolo. Scarta questa carta se è assegnata a un Pokémon che non è un Pokémon Colpo Singolo.\n\nFintanto che questa carta è assegnata a un Pokémon, fornisce Energia Fighting e Darkness ma solo una alla volta, e gli attacchi del Pokémon a cui è assegnata questa carta infliggono 20 danni in più al Pokémon attivo del tuo avversario, prima di aver applicato debolezza e resistenza.",
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Grass"],
|
||||
@ -60,7 +60,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -73,6 +73,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It spits out Poison Powder to immobilize the enemy and then finishes it with a spray of Acid."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It is said that when it roars, a volcano erupts somewhere around the globe."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Fire"],
|
||||
@ -76,7 +76,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: "PLANETA Mochizuki",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 310,
|
||||
types: ["Fire"],
|
||||
@ -80,7 +80,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
}
|
||||
|
||||
export default card
|
@ -58,6 +58,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It loves to eat roasted berries, but sometimes it gets too excited and burns them to a crisp."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -63,6 +63,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "When its internal fire flares up, its movements grow sharper and faster. When in trouble, it emits smoke."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "It has mastered fast and powerful fighting moves. It grows a beard of fire."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -67,6 +67,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "A flame serves as its tongue, melting through the hard shell of Durant so that Heatmor can devour their insides."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -54,6 +54,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "This sneaky Pokémon will slink behind its prey and immobilize it with poisonous gas before the prey even realizes Salandit is there."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -80,6 +80,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "The winner of competitions between Salazzle is decided by which one has the most male Salandit with it."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,6 +55,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It wraps prey up with its heated body, cooking them in its coils. Once they’re well-done, it will voraciously nibble them down to the last morsel."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "Once ingested into this Pokémon’s body, even the hardest object will melt into nothing."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "While its burning body is already dangerous on its own, this excessively hostile Pokémon also has large and very sharp fangs."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,6 +55,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It makes its nest in the shade of corals. If it senses danger, it spits murky ink and flees."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -51,6 +51,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It is capable of swimming backwards by rapidly flapping its winglike pectoral fins and stout tail."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,6 +82,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "It stores energy by sleeping at underwater depths at which no other life forms can survive."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It can radiate chilliness from the bottoms of its feet. It’ll spend the whole day tap-dancing on a frozen floor."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Its amusing movements make it very popular. It releases its psychic power from the pattern on its belly."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -58,6 +58,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "Using its dorsal fin as a suction pad, it clings to a Mantine’s underside to scavenge for leftovers."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "It traps enemies with its suction-cupped tentacles, then smashes them with its rock-hard head."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,6 +55,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It was originally a Pokémon from afar that escaped to the wild. It can adapt to the dirtiest river."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "A brutish Pokémon that loves to battle. It will crash itself into any foe that approaches its nest."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -58,6 +58,12 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "It prefers harsh environments such as deserts. It can survive for 30 days on water stored in its body."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Water"],
|
||||
@ -77,7 +77,10 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user