mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
Updated Evolving Skies with attacks and other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
90ebef01cf
commit
b46b2c4fb9
@ -12,14 +12,63 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Pinsir"
|
||||
en: "Pinsir",
|
||||
fr: "Scarabrute",
|
||||
es: "Pinsir",
|
||||
it: "Pinsir",
|
||||
pt: "Pinsir",
|
||||
de: "Pinsir"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Shin Nagasawa",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Vise Coach",
|
||||
fr: "Étau Entraîné",
|
||||
es: "Entrenador Pinza",
|
||||
it: "Stretta Magistrale",
|
||||
pt: "Vise Coach",
|
||||
de: "Klammertrainer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Damage from your Single Strike Pokémon’s attacks isn’t affected by your opponent’s Active Pokémon’s Resistance.",
|
||||
fr: "Les dégâts des attaques de vos Pokémon Poing Final ne sont pas affectés par la Résistance du Pokémon Actif de votre adversaire.",
|
||||
es: "El daño de los ataques de tus Pokémon Golpe Brusco no se ve afectado por la Resistencia del Pokémon Activo de tu rival.",
|
||||
it: "I danni degli attacchi dei tuoi Pokémon Colpo Singolo non sono influenzati dalla resistenza del Pokémon attivo del tuo avversario.",
|
||||
pt: "Damage from your Single Strike Pokémon’s attacks isn’t affected by your opponent’s Active Pokémon’s Resistance.",
|
||||
de: "Schaden durch Attacken deiner Fokussierter-Angriff-Pokémon wird durch Resistenz auf dem Aktiven Pokémon deines Gegners nicht verändert."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Seismic Toss",
|
||||
fr: "Frappe Atlas",
|
||||
es: "Sísmico",
|
||||
it: "Movimento Sismico",
|
||||
pt: "Seismic Toss",
|
||||
de: "Geowurf"
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
cost: ["Grass", "Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,50 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Lilligant"
|
||||
en: "Lilligant",
|
||||
fr: "Fragilady",
|
||||
es: "Lilligant",
|
||||
it: "Lilligant",
|
||||
pt: "Lilligant",
|
||||
de: "Dressella"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Kagemaru Himeno",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Dizzying Flower",
|
||||
fr: "Fleur Vertigineuse",
|
||||
es: "Flor Mareante",
|
||||
it: "Stordifiore",
|
||||
pt: "Dizzying Flower",
|
||||
de: "Schwindelerregende Blume"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Asleep. If tails, your opponent’s Active Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Endormi. Si c’est pile, le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
es: "Lanza 1 moneda. Si sale cara, el Pokémon Activo de tu rival pasa a estar Dormido. Si sale cruz, el Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
it: "Lancia una moneta. Se esce testa, il Pokémon attivo del tuo avversario viene addormentato. Se esce croce, il Pokémon attivo del tuo avversario viene confuso.",
|
||||
pt: "Flip a coin. If heads, your opponent’s Active Pokémon is now Asleep. If tails, your opponent’s Active Pokémon is now Confused.",
|
||||
de: "Wirf 1 Münze. Bei Kopf schläft das Aktive Pokémon deines Gegners jetzt. Bei Zahl ist das Aktive Pokémon deines Gegners jetzt verwirrt."
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
cost: ["Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,63 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Garbodor V"
|
||||
en: "Garbodor V",
|
||||
fr: "Miasmax V",
|
||||
es: "Garbodor V",
|
||||
it: "Garbodor V",
|
||||
pt: "Garbodor V",
|
||||
de: "Deponitox V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Darkness"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Uta",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Trash Stench",
|
||||
fr: "Relents d’Ordures",
|
||||
es: "Basura Pestilente",
|
||||
it: "Tanfo di Spazzatura",
|
||||
pt: "Trash Stench",
|
||||
de: "Müllmief"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. During your opponent’s next turn, that Pokémon can’t retreat.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le prochain tour de votre adversaire, ce Pokémon-là ne peut pas battre en retraite.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Durante el próximo turno de tu rival, ese Pokémon no puede retirarse.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Durante il prossimo turno del tuo avversario, quel Pokémon non può ritirarsi.",
|
||||
pt: "Your opponent’s Active Pokémon is now Poisoned. During your opponent’s next turn, that Pokémon can’t retreat.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet. Während des nächsten Zuges deines Gegners kann sich jenes Pokémon nicht zurückziehen."
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Darkness", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Sludge Bomb",
|
||||
fr: "Bombe Beurk",
|
||||
es: "Bomba Lodo",
|
||||
it: "Fangobomba",
|
||||
pt: "Sludge Bomb",
|
||||
de: "Matschbombe"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
cost: ["Darkness", "Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Garbodor VMAX"
|
||||
en: "Garbodor VMAX",
|
||||
fr: "Miasmax VMAX",
|
||||
es: "Garbodor VMAX",
|
||||
it: "Garbodor VMAX",
|
||||
pt: "Garbodor VMAX",
|
||||
de: "Deponitox VMAX"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 330,
|
||||
types: ["Darkness"],
|
||||
stage: "VMAX"
|
||||
stage: "VMAX",
|
||||
illustrator: "5ban Graphics",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Rubbish Collecting",
|
||||
fr: "Ramassage de Déchets",
|
||||
es: "Acumulación de Basura",
|
||||
it: "Raccolta di Rifiuti",
|
||||
pt: "Rubbish Collecting",
|
||||
de: "Abfallsammler"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon may have up to 2 Pokémon Tools attached to it. If it loses this Ability, discard Pokémon Tools from it until only 1 remains.",
|
||||
fr: "Jusqu’à 2 Outils Pokémon peuvent être attachés à ce Pokémon. S’il perd ce talent, défaussez des Outils Pokémon jusqu’à ce qu’il ne lui en reste qu’un.",
|
||||
es: "Este Pokémon puede tener hasta 2 Herramientas Pokémon unidas a él. Si pierde esta habilidad, descarta Herramientas Pokémon hasta que solo le quede 1.",
|
||||
it: "Questo Pokémon può avere fino a due carte Oggetto Pokémon assegnate. Se perde questa abilità, scarta le carte Oggetto Pokémon assegnategli finché ne resta solo una.",
|
||||
pt: "This Pokémon may have up to 2 Pokémon Tools attached to it. If it loses this Ability, discard Pokémon Tools from it until only 1 remains.",
|
||||
de: "An dieses Pokémon können bis zu 2 Pokémon-Ausrüstungen angelegt sein. Wenn es diese Fähigkeit verliert, lege von ihm so lange Pokémon-Ausrüstungen auf deinen Ablagestapel, bis nur 1 übrig ist."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "G-Max Malodor",
|
||||
fr: "Pestilence G-Max",
|
||||
es: "Gigapestilencia",
|
||||
it: "Gigafetore",
|
||||
pt: "G-Max Malodor",
|
||||
de: "Giga-Gestank"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. During your opponent’s next turn, that Pokémon can’t retreat.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le prochain tour de votre adversaire, ce Pokémon-là ne peut pas battre en retraite.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Durante el próximo turno de tu rival, ese Pokémon no puede retirarse.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Durante il prossimo turno del tuo avversario, quel Pokémon non può ritirarsi.",
|
||||
pt: "Your opponent’s Active Pokémon is now Poisoned. During your opponent’s next turn, that Pokémon can’t retreat.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet. Während des nächsten Zuges deines Gegners kann sich jenes Pokémon nicht zurückziehen."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,41 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Zorua"
|
||||
en: "Zorua",
|
||||
fr: "Zorua",
|
||||
es: "Zorua",
|
||||
it: "Zorua",
|
||||
pt: "Zorua",
|
||||
de: "Zorua"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Darkness"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "ryoma uratsuka",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Rear Kick",
|
||||
fr: "Ruade",
|
||||
es: "Patada Trasera",
|
||||
it: "Retrocalcio",
|
||||
pt: "Rear Kick",
|
||||
de: "Rückwärtskick"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,63 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Zoroark"
|
||||
en: "Zoroark",
|
||||
fr: "Zoroark",
|
||||
es: "Zoroark",
|
||||
it: "Zoroark",
|
||||
pt: "Zoroark",
|
||||
de: "Zoroark"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Souichirou Gunjima",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Phantom Transformation",
|
||||
fr: "Transformation Fantôme",
|
||||
es: "Transformación Fantasmal",
|
||||
it: "Trasformazione Illusoria",
|
||||
pt: "Phantom Transformation",
|
||||
de: "Phantom-Transformation"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may choose a Stage 1 Pokémon, except any Zoroark, from your discard pile. If you do, discard this Pokémon and all attached cards, and put the chosen Pokémon in its place.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez choisir un Pokémon de Niveau 1 de votre pile de défausse, à l’exception d’un Zoroark. Dans ce cas, défaussez ce Pokémon-ci et toutes les cartes attachées, puis remplacez-le par le Pokémon choisi.",
|
||||
es: "Una vez durante tu turno, puedes elegir 1 Pokémon de Fase 1, excepto un Zoroark, de tu pila de descartes. Si lo haces, descarta este Pokémon y todas las cartas unidas a él, y pon el Pokémon elegido en su lugar.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scegliere un Pokémon di Fase 1, a eccezione di qualsiasi Zoroark, dalla tua pila degli scarti. Se lo fai, scarta questo Pokémon e tutte le carte a esso assegnate, e metti al suo posto il Pokémon che hai scelto.",
|
||||
pt: "Once during your turn, you may choose a Stage 1 Pokémon, except any Zoroark, from your discard pile. If you do, discard this Pokémon and all attached cards, and put the chosen Pokémon in its place.",
|
||||
de: "Einmal während deines Zuges kannst du 1 Phase-1-Pokémon, außer Zoroark, aus deinem Ablagestapel wählen. Wenn du das machst, lege dieses Pokémon und alle angelegten Karten auf deinen Ablagestapel und lege das gewählte Pokémon an seine Stelle."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Night Daze",
|
||||
fr: "Explonuit",
|
||||
es: "Pulso Noche",
|
||||
it: "Urtoscuro",
|
||||
pt: "Night Daze",
|
||||
de: "Nachtflut"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,41 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Nickit"
|
||||
en: "Nickit",
|
||||
fr: "Goupilou",
|
||||
es: "Nickit",
|
||||
it: "Nickit",
|
||||
pt: "Nickit",
|
||||
de: "Kleptifux"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Darkness"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Hasegawa Saki",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tail Whap",
|
||||
fr: "Queue Battoir",
|
||||
es: "Coletón",
|
||||
it: "Codabotta",
|
||||
pt: "Tail Whap",
|
||||
de: "Schweifvertrimmer"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,63 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Thievul"
|
||||
en: "Thievul",
|
||||
fr: "Roublenard",
|
||||
es: "Thievul",
|
||||
it: "Thievul",
|
||||
pt: "Thievul",
|
||||
de: "Gaunux"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Kyoko Umemoto",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Fumbling Hands",
|
||||
fr: "Mains Curieuses",
|
||||
es: "Manos Titubeantes",
|
||||
it: "Frugone",
|
||||
pt: "Fumbling Hands",
|
||||
de: "Tollpatschige Hände"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may have each player shuffle their hand and put it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, each player draws 4 cards.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l’un de vos Pokémon pendant votre tour, vous pouvez demander à chaque joueur de mélanger sa main, puis de la placer en dessous de son deck. Si l’un des joueurs place ainsi au moins une carte en dessous de son deck, chaque joueur pioche 4 cartes.",
|
||||
es: "Cuando juegas este Pokémon de tu mano para hacer evolucionar a 1 de tus Pokémon durante tu turno, puedes hacer que cada jugador baraje las cartas de su mano y las ponga en la parte inferior de su baraja. Si cualquiera de los jugadores pone alguna carta en la parte inferior de su baraja de esta manera, cada jugador roba 4 cartas.",
|
||||
it: "Quando giochi questo Pokémon dalla tua mano per far evolvere uno dei tuoi Pokémon durante il tuo turno, puoi far rimischiare a ciascun giocatore le carte che ha in mano e metterle in fondo al proprio mazzo. Se almeno un giocatore ha messo delle carte in fondo al proprio mazzo in questo modo, ciascun giocatore pesca quattro carte.",
|
||||
pt: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may have each player shuffle their hand and put it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, each player draws 4 cards.",
|
||||
de: "Wenn du dieses Pokémon während deines Zuges aus deiner Hand spielst, um 1 deiner Pokémon zu entwickeln, kannst du beide Spieler veranlassen, ihre Handkarten zu mischen und sie unter ihr Deck zu legen. Wenn ein oder beide Spieler auf diese Weise mindestens 1 Karte unter ihr Deck gelegt haben, zieht jeder Spieler 4 Karten."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tail Smack",
|
||||
fr: "Coup de Queue",
|
||||
es: "Bofetón Cola",
|
||||
it: "Codasberla",
|
||||
pt: "Tail Smack",
|
||||
de: "Schweifschlag"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,58 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Altaria"
|
||||
en: "Altaria",
|
||||
fr: "Altaria",
|
||||
es: "Altaria",
|
||||
it: "Altaria",
|
||||
pt: "Altaria",
|
||||
de: "Altaria"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "sui",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Tempting Tune",
|
||||
fr: "Chant Tentant",
|
||||
es: "Trino Tentador",
|
||||
it: "Melodia Allettante",
|
||||
pt: "Tempting Tune",
|
||||
de: "Lockgesang"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may search your deck for a Supporter card, reveal it, shuffle your deck, then put that card on top of it.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Supporter, la montrer, mélanger votre deck, puis placer cette carte sur le dessus de votre deck.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja 1 carta de Partidario, enseñarla, barajar las cartas de tu baraja y luego poner esa carta en la parte superior de tu baraja.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo una carta Aiuto, mostrarla, rimischiare le carte del tuo mazzo e poi mettere quella carta in cima al mazzo.",
|
||||
pt: "Once during your turn, you may search your deck for a Supporter card, reveal it, shuffle your deck, then put that card on top of it.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach 1 Unterstützerkarte durchsuchen, sie deinem Gegner zeigen, dein Deck mischen und jene Karte anschließend darauflegen."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Glide",
|
||||
fr: "Glissement",
|
||||
es: "Planeo",
|
||||
it: "Aliante",
|
||||
pt: "Glide",
|
||||
de: "Gleiten"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Water", "Metal"]
|
||||
}],
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,48 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Bagon"
|
||||
en: "Bagon",
|
||||
fr: "Draby",
|
||||
es: "Bagon",
|
||||
it: "Bagon",
|
||||
pt: "Bagon",
|
||||
de: "Kindwurm"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "ryoma uratsuka",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge",
|
||||
es: "Roer",
|
||||
it: "Rosicchiamento",
|
||||
pt: "Gnaw",
|
||||
de: "Nagen"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Headbutt",
|
||||
fr: "Coup d’Boule",
|
||||
es: "Golpe Cabeza",
|
||||
it: "Bottintesta",
|
||||
pt: "Headbutt",
|
||||
de: "Kopfnuss"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Fire", "Water"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,45 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Shelgon"
|
||||
en: "Shelgon",
|
||||
fr: "Drackhaus",
|
||||
es: "Shelgon",
|
||||
it: "Shelgon",
|
||||
pt: "Shelgon",
|
||||
de: "Draschel"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "tetsuya koizumi",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Hard Roll",
|
||||
fr: "Roulade Endurcie",
|
||||
es: "Dureza Rodante",
|
||||
it: "Rotocorazza",
|
||||
pt: "Hard Roll",
|
||||
de: "Hartes Einrollen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, during your opponent’s next turn, prevent all damage from and effects of attacks done to this Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, pendant le prochain tour de votre adversaire, évitez tous les dégâts et les effets d’attaques infligés à ce Pokémon.",
|
||||
es: "Lanza 1 moneda. Si sale cara, durante el próximo turno de tu rival, evita todo el daño y todos los efectos de los ataques infligidos a este Pokémon.",
|
||||
it: "Lancia una moneta. Se esce testa, durante il prossimo turno del tuo avversario, previeni sia i danni che gli effetti degli attacchi inflitti a questo Pokémon.",
|
||||
pt: "Flip a coin. If heads, during your opponent’s next turn, prevent all damage from and effects of attacks done to this Pokémon.",
|
||||
de: "Wirf 1 Münze. Verhindere bei Kopf während des nächsten Zuges deines Gegners allen Schaden durch und alle Effekte von Attacken, die diesem Pokémon zugefügt werden."
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Fire", "Water"]
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,67 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Salamence"
|
||||
en: "Salamence",
|
||||
fr: "Drattak",
|
||||
es: "Salamence",
|
||||
it: "Salamence",
|
||||
pt: "Salamence",
|
||||
de: "Brutalanda"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 170,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage2"
|
||||
stage: "Stage2",
|
||||
illustrator: "kodama",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Intimidating Roar",
|
||||
fr: "Rugissement Intimidant",
|
||||
es: "Rugido Intimidatorio",
|
||||
it: "Spaventaruggito",
|
||||
pt: "Intimidating Roar",
|
||||
de: "Einschüchterndes Gebrüll"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may have your opponent switch their Active Pokémon with 1 of their Benched Pokémon.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez demander à votre adversaire d’échanger son Pokémon Actif contre l’un de ses Pokémon de Banc.",
|
||||
es: "Una vez durante tu turno, puedes hacer que tu rival cambie su Pokémon Activo por 1 de sus Pokémon en Banca.",
|
||||
it: "Una sola volta durante il tuo turno, puoi far scambiare al tuo avversario il suo Pokémon attivo con uno della sua panchina.",
|
||||
pt: "Once during your turn, you may have your opponent switch their Active Pokémon with 1 of their Benched Pokémon.",
|
||||
de: "Einmal während deines Zuges kannst du deinen Gegner dazu veranlassen, sein Aktives Pokémon gegen 1 Pokémon auf seiner Bank auszutauschen."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Fierce Dragon",
|
||||
fr: "Dragon Féroce",
|
||||
es: "Dragón Feroz",
|
||||
it: "Drago Feroce",
|
||||
pt: "Fierce Dragon",
|
||||
de: "Wütender Drache"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon already has any damage counters on it, this attack does 120 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire a déjà au moins un marqueur de dégâts, cette attaque inflige 120 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival ya tiene algún contador de daño sobre él, este ataque hace 120 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario ha già dei segnalini danno, questo attacco infligge 120 danni in più.",
|
||||
pt: "If your opponent’s Active Pokémon already has any damage counters on it, this attack does 120 more damage.",
|
||||
de: "Wenn auf dem Aktiven Pokémon deines Gegners mindestens 1 Schadensmarke liegt, fügt diese Attacke 120 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "100+",
|
||||
cost: ["Fire", "Water"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,62 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Dwebble"
|
||||
en: "Dwebble",
|
||||
fr: "Crabicoque",
|
||||
es: "Dwebble",
|
||||
it: "Dwebble",
|
||||
pt: "Dwebble",
|
||||
de: "Lithomith"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Shigenori Negishi",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
pt: "Ram",
|
||||
de: "Ramme"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Grass"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Sharp Claws",
|
||||
fr: "Griffes Affûtées",
|
||||
es: "Garras Afiladas",
|
||||
it: "Artigli Affilati",
|
||||
pt: "Sharp Claws",
|
||||
de: "Scharfe Krallen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 30 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 30 danni in più.",
|
||||
pt: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 30 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "10+",
|
||||
cost: ["Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,67 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Rayquaza V"
|
||||
en: "Rayquaza V",
|
||||
fr: "Rayquaza V",
|
||||
es: "Rayquaza V",
|
||||
it: "Rayquaza V",
|
||||
pt: "Rayquaza V",
|
||||
de: "Rayquaza V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Dragon Pulse",
|
||||
fr: "Draco-Choc",
|
||||
es: "Pulso Dragón",
|
||||
it: "Dragopulsar",
|
||||
pt: "Dragon Pulse",
|
||||
de: "Drachenpuls"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard the top 2 cards of your deck.",
|
||||
fr: "Défaussez les 2 cartes du dessus de votre deck.",
|
||||
es: "Descarta las 2 primeras cartas de tu baraja.",
|
||||
it: "Scarta le prime due carte del tuo mazzo.",
|
||||
pt: "Discard the top 2 cards of your deck.",
|
||||
de: "Lege die obersten 2 Karten deines Decks auf deinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Lightning"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Spiral Burst",
|
||||
fr: "Spirale Détonante",
|
||||
es: "Explosión en Espiral",
|
||||
it: "Spiralscoppio",
|
||||
pt: "Spiral Burst",
|
||||
de: "Spiral-Detonation"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.",
|
||||
fr: "Vous pouvez défausser jusqu’à 2 Énergies Fire de base ou jusqu’à 2 Énergies Lightning de base de ce Pokémon. Cette attaque inflige 80 dégâts supplémentaires pour chaque carte défaussée de cette façon.",
|
||||
es: "Puedes descartar hasta 2 Energías Fire Básicas o hasta 2 Energías Lightning Básicas de este Pokémon. Este ataque hace 80 puntos de daño más por cada carta que hayas descartado de esta manera.",
|
||||
it: "Puoi scartare fino a due Energie base Fire o due Energie base Lightning da questo Pokémon. Questo attacco infligge 80 danni in più per ogni carta che hai scartato in questo modo.",
|
||||
pt: "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.",
|
||||
de: "Du kannst bis zu 2 Basis-Fire-Energien oder bis zu 2 Basis-Lightning-Energien von diesem Pokémon auf deinen Ablagestapel legen. Diese Attacke fügt für jede auf diese Weise abgelegte Karte 80 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Fire", "Lightning"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,57 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Dialga"
|
||||
en: "Dialga",
|
||||
fr: "Dialga",
|
||||
es: "Dialga",
|
||||
it: "Dialga",
|
||||
pt: "Dialga",
|
||||
de: "Dialga"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Ryuta Fuse",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Chrono Wind",
|
||||
fr: "Vent Temporel",
|
||||
es: "Retroceso Cronológico",
|
||||
it: "Cronolancetta",
|
||||
pt: "Chrono Wind",
|
||||
de: "Zeitsturm"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Pokémon V, it can’t attack during your opponent’s next turn.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon-V, il ne peut pas attaquer pendant le prochain tour de votre adversaire.",
|
||||
es: "Si el Pokémon Defensor es un Pokémon V, no puede atacar durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può attaccare se è un Pokémon-V.",
|
||||
pt: "If the Defending Pokémon is a Pokémon V, it can’t attack during your opponent’s next turn.",
|
||||
de: "Wenn das Verteidigende Pokémon ein Pokémon-V ist, kann es während des nächsten Zuges deines Gegners nicht angreifen."
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Heavy Impact",
|
||||
fr: "Gros Impact",
|
||||
es: "Impacto Pesado",
|
||||
it: "Impatto Pesante",
|
||||
pt: "Heavy Impact",
|
||||
de: "Schwerer Einschlag"
|
||||
},
|
||||
|
||||
damage: 210,
|
||||
cost: ["Psychic", "Metal", "Metal", "Colorless"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,56 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Deino"
|
||||
en: "Deino",
|
||||
fr: "Solochi",
|
||||
es: "Deino",
|
||||
it: "Deino",
|
||||
pt: "Deino",
|
||||
de: "Kapuno"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "HYOGONOSUKE",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Call for Family",
|
||||
fr: "Appel à la Famille",
|
||||
es: "Llamar a la Familia",
|
||||
it: "Cerca Famiglia",
|
||||
pt: "Call for Family",
|
||||
de: "Familienruf"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck un Pokémon de base, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 Pokémon Básico y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo un Pokémon Base e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.",
|
||||
de: "Durchsuche dein Deck nach 1 Basis-Pokémon und lege es auf deine Bank. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
cost: ["Darkness"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
es: "Mordisco",
|
||||
it: "Morso",
|
||||
pt: "Bite",
|
||||
de: "Biss"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Psychic", "Darkness"]
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,48 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Zweilous"
|
||||
en: "Zweilous",
|
||||
fr: "Diamat",
|
||||
es: "Zweilous",
|
||||
it: "Zweilous",
|
||||
pt: "Zweilous",
|
||||
de: "Duodino"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Akira Komayama",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
es: "Mordisco",
|
||||
it: "Morso",
|
||||
pt: "Bite",
|
||||
de: "Biss"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Psychic", "Darkness"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Dragon Headbutt",
|
||||
fr: "Dracoud’Boule",
|
||||
es: "Cabezazo Dragón",
|
||||
it: "Dragozuccata",
|
||||
pt: "Dragon Headbutt",
|
||||
de: "Drachen-Kopfnuss"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Psychic", "Darkness", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,57 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Hydreigon"
|
||||
en: "Hydreigon",
|
||||
fr: "Trioxhydre",
|
||||
es: "Hydreigon",
|
||||
it: "Hydreigon",
|
||||
pt: "Hydreigon",
|
||||
de: "Trikephalo"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 170,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage2"
|
||||
stage: "Stage2",
|
||||
illustrator: "hatachu",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Dragon Counter",
|
||||
fr: "Draco-Riposte",
|
||||
es: "Contraataque Dragón",
|
||||
it: "Contrattacco Drago",
|
||||
pt: "Dragon Counter",
|
||||
de: "Drachenkonter"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 100 more damage for each Prize card your opponent took during their last turn.",
|
||||
fr: "Cette attaque inflige 100 dégâts supplémentaires pour chaque carte Récompense que votre adversaire a récupérée pendant son dernier tour.",
|
||||
es: "Este ataque hace 100 puntos de daño más por cada carta de Premio que haya cogido tu rival durante su último turno.",
|
||||
it: "Questo attacco infligge 100 danni in più per ogni carta Premio presa dal tuo avversario durante il suo ultimo turno.",
|
||||
pt: "This attack does 100 more damage for each Prize card your opponent took during their last turn.",
|
||||
de: "Diese Attacke fügt für jede von deinem Gegner während seines letzten Zuges genommene Preiskarte 100 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Psychic", "Darkness"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Pitch-Black Fangs",
|
||||
fr: "Crocs Nuit Noire",
|
||||
es: "Colmillos Azabaches",
|
||||
it: "Zanne Buiopesto",
|
||||
pt: "Pitch-Black Fangs",
|
||||
de: "Pechschwarze Fänge"
|
||||
},
|
||||
|
||||
damage: 210,
|
||||
cost: ["Psychic", "Darkness", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,45 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Kyurem"
|
||||
en: "Kyurem",
|
||||
fr: "Kyurem",
|
||||
es: "Kyurem",
|
||||
it: "Kyurem",
|
||||
pt: "Kyurem",
|
||||
de: "Kyurem"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Souichirou Gunjima",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Extreme Freeze",
|
||||
fr: "Givre Extrême",
|
||||
es: "Congelación Extrema",
|
||||
it: "Freddo Estremo",
|
||||
pt: "Extreme Freeze",
|
||||
de: "Extremfrost"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard any amount of Water Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way.",
|
||||
fr: "Défaussez autant d’Énergies Water que vous le voulez de vos Pokémon. Cette attaque inflige 60 dégâts pour chaque carte défaussée de cette façon.",
|
||||
es: "Descarta cualquier cantidad de Energías Water de tus Pokémon. Este ataque hace 60 puntos de daño por cada carta que hayas descartado de esta manera.",
|
||||
it: "Scarta tutte le Energie Water che vuoi dai tuoi Pokémon. Questo attacco infligge 60 danni per ogni carta che hai scartato in questo modo.",
|
||||
pt: "Discard any amount of Water Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way.",
|
||||
de: "Lege beliebig viele Water-Energien von deinen Pokémon auf deinen Ablagestapel. Diese Attacke fügt für jede auf diese Weise abgelegte Karte 60 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "60×",
|
||||
cost: ["Water", "Water", "Metal"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,66 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Noivern V"
|
||||
en: "Noivern V",
|
||||
fr: "Bruyverne V",
|
||||
es: "Noivern V",
|
||||
it: "Noivern V",
|
||||
pt: "Noivern V",
|
||||
de: "UHaFnir V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Ayaka Yoshida",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Boomburst",
|
||||
fr: "Bang Sonique",
|
||||
es: "Estruendo",
|
||||
it: "Ondaboato",
|
||||
pt: "Boomburst",
|
||||
de: "Überschallknall"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 damage to each of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à chacun des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque hace 20 puntos de daño a cada uno de los Pokémon de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge 20 danni a ciascuno dei Pokémon del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "This attack does 20 damage to each of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Diese Attacke fügt jedem Pokémon deines Gegners 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
cost: ["Psychic"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Synchro Loud",
|
||||
fr: "Synchro Sonore",
|
||||
es: "Sincronización Ruidosa",
|
||||
it: "Sincrochiasso",
|
||||
pt: "Synchro Loud",
|
||||
de: "Synchrokrach"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have the same number of cards in your hand as your opponent, this attack does 120 more damage.",
|
||||
fr: "Si vous avez le même nombre de cartes dans votre main que votre adversaire, cette attaque inflige 120 dégâts supplémentaires.",
|
||||
es: "Si tienes la misma cantidad de cartas en tu mano que tu rival, este ataque hace 120 puntos de daño más.",
|
||||
it: "Se hai lo stesso numero di carte in mano del tuo avversario, questo attacco infligge 120 danni in più.",
|
||||
pt: "If you have the same number of cards in your hand as your opponent, this attack does 120 more damage.",
|
||||
de: "Wenn du genauso viele Karten auf der Hand hast wie dein Gegner, fügt diese Attacke 120 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
cost: ["Psychic", "Darkness"]
|
||||
}],
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,56 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Zygarde"
|
||||
en: "Zygarde",
|
||||
fr: "Zygarde",
|
||||
es: "Zygarde",
|
||||
it: "Zygarde",
|
||||
pt: "Zygarde",
|
||||
de: "Zygarde"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "otumami",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
es: "Mordisco",
|
||||
it: "Morso",
|
||||
pt: "Bite",
|
||||
de: "Biss"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Judgment Surge",
|
||||
fr: "Jugement Déferlant",
|
||||
es: "Oleada Sentenciosa",
|
||||
it: "Ondata del Giudizio",
|
||||
pt: "Judgment Surge",
|
||||
de: "Verurteilung"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 40 damage to 1 of your opponent’s Pokémon for each Prize card your opponent has taken. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 40 dégâts à l’un des Pokémon de votre adversaire pour chaque carte Récompense que votre adversaire a récupérée. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque hace 40 puntos de daño a 1 de los Pokémon de tu rival por cada carta de Premio que haya cogido tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge 40 danni a uno dei Pokémon del tuo avversario per ogni carta Premio che ha preso. Non applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "This attack does 40 damage to 1 of your opponent’s Pokémon for each Prize card your opponent has taken. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Diese Attacke fügt 1 Pokémon deines Gegners für jede von deinem Gegner genommene Preiskarte 40 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
cost: ["Grass", "Fighting", "Colorless"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,57 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Drampa"
|
||||
en: "Drampa",
|
||||
fr: "Draïeul",
|
||||
es: "Drampa",
|
||||
it: "Drampa",
|
||||
pt: "Drampa",
|
||||
de: "Sen-Long"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Tomokazu Komiya",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Corkscrew Punch",
|
||||
fr: "Poing Tire-Bouchon",
|
||||
es: "Puño Tirabuzón",
|
||||
it: "Pugno Rotante",
|
||||
pt: "Corkscrew Punch",
|
||||
de: "Korkenzieherhieb"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Berserk",
|
||||
fr: "Dracolère",
|
||||
es: "Cólera",
|
||||
it: "Furore",
|
||||
pt: "Berserk",
|
||||
de: "Wutausbruch"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your Benched Pokémon have any damage counters on them, this attack does 90 more damage.",
|
||||
fr: "Si au moins un marqueur de dégâts est placé sur vos Pokémon de Banc, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
es: "Si tus Pokémon en Banca tienen algún contador de daño sobre ellos, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se i tuoi Pokémon in panchina hanno dei segnalini danno, questo attacco infligge 90 danni in più.",
|
||||
pt: "If your Benched Pokémon have any damage counters on them, this attack does 90 more damage.",
|
||||
de: "Wenn auf den Pokémon auf deiner Bank mindestens 1 Schadensmarke liegt, fügt diese Attacke 90 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "70+",
|
||||
cost: ["Water", "Fighting"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,62 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Crustle"
|
||||
en: "Crustle",
|
||||
fr: "Crabaraque",
|
||||
es: "Crustle",
|
||||
it: "Crustle",
|
||||
pt: "Crustle",
|
||||
de: "Castellith"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "sowsow",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "X-Scissor",
|
||||
fr: "Plaie Croix",
|
||||
es: "Tijera X",
|
||||
it: "Forbice X",
|
||||
pt: "X-Scissor",
|
||||
de: "Kreuzschere"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 60 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 60 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 60 danni in più.",
|
||||
pt: "Flip a coin. If heads, this attack does 60 more damage.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 60 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
cost: ["Grass", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Hammer In",
|
||||
fr: "Enfoncement",
|
||||
es: "Martillear",
|
||||
it: "Martello",
|
||||
pt: "Hammer In",
|
||||
de: "Einhämmern"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
cost: ["Grass", "Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,66 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Flapple"
|
||||
en: "Flapple",
|
||||
fr: "Pomdrapi",
|
||||
es: "Flapple",
|
||||
it: "Flapple",
|
||||
pt: "Flapple",
|
||||
de: "Drapfel"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Anesaki Dynamic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Acidic Mucus",
|
||||
fr: "Mucus Acide",
|
||||
es: "Mucosidad Ácida",
|
||||
it: "Mucosa Acida",
|
||||
pt: "Acidic Mucus",
|
||||
de: "Ätzender Schleim"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 damage for each of your opponent’s Pokémon in play that has an Ability.",
|
||||
fr: "Cette attaque inflige 50 dégâts pour chacun des Pokémon en jeu de votre adversaire ayant un talent.",
|
||||
es: "Este ataque hace 50 puntos de daño por cada uno de los Pokémon en juego de tu rival que tenga una habilidad.",
|
||||
it: "Questo attacco infligge 50 danni per ogni Pokémon in gioco del tuo avversario che ha un’abilità.",
|
||||
pt: "This attack does 50 damage for each of your opponent’s Pokémon in play that has an Ability.",
|
||||
de: "Diese Attacke fügt für jedes Pokémon deines Gegners im Spiel, das eine Fähigkeit hat, 50 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "50×",
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Fighting Tackle",
|
||||
fr: "Charge Combative",
|
||||
es: "Placaje Lucha",
|
||||
it: "Azione da Combattente",
|
||||
pt: "Fighting Tackle",
|
||||
de: "Kampf-Tackle"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is a Pokémon V, this attack does 80 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-V, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon V, este ataque hace 80 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-V, questo attacco infligge 80 danni in più.",
|
||||
pt: "If your opponent’s Active Pokémon is a Pokémon V, this attack does 80 more damage.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-V ist, fügt diese Attacke 80 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "80+",
|
||||
cost: ["Grass", "Fire"]
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,66 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Appletun"
|
||||
en: "Appletun",
|
||||
fr: "Dratatin",
|
||||
es: "Appletun",
|
||||
it: "Appletun",
|
||||
pt: "Appletun",
|
||||
de: "Schlapfel"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Yuya Oka",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Thick Mucus",
|
||||
fr: "Mucus Épais",
|
||||
es: "Mucosidad Espesa",
|
||||
it: "Mucosa Densa",
|
||||
pt: "Thick Mucus",
|
||||
de: "Zäher Schleim"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 70 damage for each Special Energy card attached to your opponent’s Pokémon.",
|
||||
fr: "Cette attaque inflige 70 dégâts pour chaque carte Énergie spéciale attachée aux Pokémon de votre adversaire.",
|
||||
es: "Este ataque hace 70 puntos de daño por cada carta de Energía Especial unida a los Pokémon de tu rival.",
|
||||
it: "Questo attacco infligge 70 danni per ogni carta Energia speciale assegnata ai Pokémon del tuo avversario.",
|
||||
pt: "This attack does 70 damage for each Special Energy card attached to your opponent’s Pokémon.",
|
||||
de: "Diese Attacke fügt für jede an den Pokémon deines Gegners angelegte Spezial-Energiekarte 70 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "70×",
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Fighting Tackle",
|
||||
fr: "Charge Combative",
|
||||
es: "Placaje Lucha",
|
||||
it: "Azione da Combattente",
|
||||
pt: "Fighting Tackle",
|
||||
de: "Kampf-Tackle"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is a Pokémon V, this attack does 80 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-V, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon V, este ataque hace 80 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-V, questo attacco infligge 80 danni in più.",
|
||||
pt: "If your opponent’s Active Pokémon is a Pokémon V, this attack does 80 more damage.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-V ist, fügt diese Attacke 80 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "80+",
|
||||
cost: ["Grass", "Fire"]
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,58 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Duraludon V"
|
||||
en: "Duraludon V",
|
||||
fr: "Duralugon V",
|
||||
es: "Duraludon V",
|
||||
it: "Duraludon V",
|
||||
pt: "Duraludon V",
|
||||
de: "Duraludon V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Metal Claw",
|
||||
fr: "Griffe Acier",
|
||||
es: "Garra Metal",
|
||||
it: "Ferrartigli",
|
||||
pt: "Metal Claw",
|
||||
de: "Metallklaue"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
cost: ["Fighting", "Metal"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Breaking Swipe",
|
||||
fr: "Abattage",
|
||||
es: "Vasto Impacto",
|
||||
it: "Vastoimpatto",
|
||||
pt: "Breaking Swipe",
|
||||
de: "Breitseite"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, the Defending Pokémon’s attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 30 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante el próximo turno de tu rival, los ataques del Pokémon Defensor hacen 30 puntos de daño menos (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il prossimo turno del tuo avversario, gli attacchi del Pokémon difensore infliggono 30 danni in meno, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "During your opponent’s next turn, the Defending Pokémon’s attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
de: "Während des nächsten Zuges deines Gegners fügen die Attacken des Verteidigenden Pokémon 30 Schadenspunkte weniger zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
|
||||
damage: 140,
|
||||
cost: ["Fighting", "Metal", "Metal"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,57 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Regidrago"
|
||||
en: "Regidrago",
|
||||
fr: "Regidrago",
|
||||
es: "Regidrago",
|
||||
it: "Regidrago",
|
||||
pt: "Regidrago",
|
||||
de: "Regidrago"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Kouki Saitou",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Hammer In",
|
||||
fr: "Enfoncement",
|
||||
es: "Martillear",
|
||||
it: "Martello",
|
||||
pt: "Hammer In",
|
||||
de: "Einhämmern"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Dragon Energy",
|
||||
fr: "Draco-Énergie",
|
||||
es: "Dracoenergía",
|
||||
it: "Dragoenergia",
|
||||
pt: "Dragon Energy",
|
||||
de: "Drachenkräfte"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 less damage for each damage counter on this Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts de moins pour chaque marqueur de dégâts sur ce Pokémon.",
|
||||
es: "Este ataque hace 20 puntos de daño menos por cada contador de daño en este Pokémon.",
|
||||
it: "Questo attacco infligge 20 danni in meno per ogni segnalino danno presente su questo Pokémon.",
|
||||
pt: "This attack does 20 less damage for each damage counter on this Pokémon.",
|
||||
de: "Diese Attacke fügt für jede Schadensmarke auf diesem Pokémon 20 Schadenspunkte weniger zu."
|
||||
},
|
||||
|
||||
damage: "240-",
|
||||
cost: ["Grass", "Grass", "Fire"]
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,41 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Teddiursa"
|
||||
en: "Teddiursa",
|
||||
fr: "Teddiursa",
|
||||
es: "Teddiursa",
|
||||
it: "Teddiursa",
|
||||
pt: "Teddiursa",
|
||||
de: "Teddiursa"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Mizue",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Scratch",
|
||||
fr: "Griffe",
|
||||
es: "Arañazo",
|
||||
it: "Graffio",
|
||||
pt: "Scratch",
|
||||
de: "Kratzer"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,53 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Ursaring"
|
||||
en: "Ursaring",
|
||||
fr: "Ursaring",
|
||||
es: "Ursaring",
|
||||
it: "Ursaring",
|
||||
pt: "Ursaring",
|
||||
de: "Ursaring"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Hasegawa Saki",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
pt: "Slash",
|
||||
de: "Schlitzer"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Whap Down",
|
||||
fr: "Assommer",
|
||||
es: "Zurrar",
|
||||
it: "Bastonata",
|
||||
pt: "Whap Down",
|
||||
de: "Verdreschen"
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,50 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Smeargle"
|
||||
en: "Smeargle",
|
||||
fr: "Queulorior",
|
||||
es: "Smeargle",
|
||||
it: "Smeargle",
|
||||
pt: "Smeargle",
|
||||
de: "Farbeagle"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Kouki Saitou",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Live Painting",
|
||||
fr: "Toile Vivante",
|
||||
es: "Pintura en Vivo",
|
||||
it: "Pittura dal Vivo",
|
||||
pt: "Live Painting",
|
||||
de: "Live-Malerei"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Reveal any number of basic Energy cards from your hand. This attack does 30 more damage for each type of basic Energy you revealed in this way.",
|
||||
fr: "Montrez autant de cartes Énergie de base que vous le voulez de votre main. Cette attaque inflige 30 dégâts supplémentaires pour chaque type d’Énergie de base montrée de cette façon.",
|
||||
es: "Enseña cualquier cantidad de cartas de Energía Básica de tu mano. Este ataque hace 30 puntos de daño más por cada tipo de Energía Básica que hayas enseñado de esta manera.",
|
||||
it: "Mostra un numero qualsiasi di carte Energia base che hai in mano. Questo attacco infligge 30 danni in più per ogni tipo di Energia base che hai mostrato in questo modo.",
|
||||
pt: "Reveal any number of basic Energy cards from your hand. This attack does 30 more damage for each type of basic Energy you revealed in this way.",
|
||||
de: "Zeige deinem Gegner beliebig viele Basis-Energiekarten auf deiner Hand. Diese Attacke fügt für jeden auf diese Weise gezeigten Basis-Energietyp 30 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,50 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Slakoth"
|
||||
en: "Slakoth",
|
||||
fr: "Parecool",
|
||||
es: "Slakoth",
|
||||
it: "Slakoth",
|
||||
pt: "Slakoth",
|
||||
de: "Bummelz"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "OKACHEKE",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Smack ’n’ Slack",
|
||||
fr: "Raclée Dodo",
|
||||
es: "Manotazo y Relajo",
|
||||
it: "Schiaffopisolo",
|
||||
pt: "Smack ’n’ Slack",
|
||||
de: "Raufen und Ratzen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon is now Asleep.",
|
||||
fr: "Ce Pokémon est maintenant Endormi.",
|
||||
es: "Este Pokémon pasa a estar Dormido.",
|
||||
it: "Questo Pokémon viene addormentato.",
|
||||
pt: "This Pokémon is now Asleep.",
|
||||
de: "Dieses Pokémon schläft jetzt."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Trevenant V"
|
||||
en: "Trevenant V",
|
||||
fr: "Desséliande V",
|
||||
es: "Trevenant V",
|
||||
it: "Trevenant V",
|
||||
pt: "Trevenant V",
|
||||
de: "Trombork V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "MUGENUP",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Absorb Life",
|
||||
fr: "Absorption",
|
||||
es: "Absorber Vida",
|
||||
it: "Spolpavita",
|
||||
pt: "Absorb Life",
|
||||
de: "Lebensverkoster"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
pt: "Heal 30 damage from this Pokémon.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Grass", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Shadow Claw",
|
||||
fr: "Griffe Ombre",
|
||||
es: "Garra Umbría",
|
||||
it: "Ombrartigli",
|
||||
pt: "Shadow Claw",
|
||||
de: "Dunkelklaue"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a random card from your opponent’s hand.",
|
||||
fr: "Défaussez au hasard une carte de la main de votre adversaire.",
|
||||
es: "Descarta 1 carta aleatoria de la mano de tu rival.",
|
||||
it: "Scarta una carta a caso dalla mano del tuo avversario.",
|
||||
pt: "Discard a random card from your opponent’s hand.",
|
||||
de: "Lege 1 zufällige Karte aus der Hand deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Grass", "Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,62 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Vigoroth"
|
||||
en: "Vigoroth",
|
||||
fr: "Vigoroth",
|
||||
es: "Vigoroth",
|
||||
it: "Vigoroth",
|
||||
pt: "Vigoroth",
|
||||
de: "Muntier"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "nagimiso",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Shatter",
|
||||
fr: "Fracas",
|
||||
es: "Fragmentar",
|
||||
it: "Frantumare",
|
||||
pt: "Shatter",
|
||||
de: "Zertrümmern"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a Stadium in play.",
|
||||
fr: "Défaussez un Stade en jeu.",
|
||||
es: "Descarta un Estadio en juego.",
|
||||
it: "Scarta una carta Stadio in gioco.",
|
||||
pt: "Discard a Stadium in play.",
|
||||
de: "Lege 1 Stadionkarte im Spiel auf den Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
pt: "Slash",
|
||||
de: "Schlitzer"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Slaking"
|
||||
en: "Slaking",
|
||||
fr: "Monaflèmit",
|
||||
es: "Slaking",
|
||||
it: "Slaking",
|
||||
pt: "Slaking",
|
||||
de: "Letarking"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 180,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage2"
|
||||
stage: "Stage2",
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Act Freely",
|
||||
fr: "Libre Comme l’Air",
|
||||
es: "A tu Antojo",
|
||||
it: "Senza Freni",
|
||||
pt: "Act Freely",
|
||||
de: "Freie Stücke"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If a Stadium is in play, this Pokémon can’t attack.",
|
||||
fr: "Si un Stade est en jeu, ce Pokémon ne peut pas attaquer.",
|
||||
es: "Si hay un Estadio en juego, este Pokémon no puede atacar.",
|
||||
it: "Se c’è in gioco una carta Stadio, questo Pokémon non può attaccare.",
|
||||
pt: "If a Stadium is in play, this Pokémon can’t attack.",
|
||||
de: "Wenn eine Stadionkarte im Spiel ist, kann dieses Pokémon nicht angreifen."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Rout",
|
||||
fr: "Débâcle",
|
||||
es: "Esparcir",
|
||||
it: "Stanamento",
|
||||
pt: "Rout",
|
||||
de: "Verheerung"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 30 more damage for each of your opponent’s Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chacun des Pokémon de Banc de votre adversaire.",
|
||||
es: "Este ataque hace 30 puntos de daño más por cada uno de los Pokémon en Banca de tu rival.",
|
||||
it: "Questo attacco infligge 30 danni in più per ogni Pokémon nella panchina del tuo avversario.",
|
||||
pt: "This attack does 30 more damage for each of your opponent’s Benched Pokémon.",
|
||||
de: "Diese Attacke fügt für jedes Pokémon auf der Bank deines Gegners 30 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "120+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 4
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,55 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Swablu"
|
||||
en: "Swablu",
|
||||
fr: "Tylton",
|
||||
es: "Swablu",
|
||||
it: "Swablu",
|
||||
pt: "Swablu",
|
||||
de: "Wablu"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Lee HyunJung",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Surprise Attack",
|
||||
fr: "Attaque Surprise",
|
||||
es: "Ataque Sorpresa",
|
||||
it: "Attacco a Sorpresa",
|
||||
pt: "Surprise Attack",
|
||||
de: "Überraschungsangriff"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c’est pile, cette attaque ne fait rien.",
|
||||
es: "Lanza 1 moneda. Si sale cruz, este ataque no hace nada.",
|
||||
it: "Lancia una moneta. Se esce croce, questo attacco non ha effetto.",
|
||||
pt: "Flip a coin. If tails, this attack does nothing.",
|
||||
de: "Wirf 1 Münze. Bei Zahl hat diese Attacke keine Auswirkungen."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,61 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Lillipup"
|
||||
en: "Lillipup",
|
||||
fr: "Ponchiot",
|
||||
es: "Lillipup",
|
||||
it: "Lillipup",
|
||||
pt: "Lillipup",
|
||||
de: "Yorkleff"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Naoyo Kimura",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Lead",
|
||||
fr: "Mentor",
|
||||
es: "Liderazgo",
|
||||
it: "Guidare",
|
||||
pt: "Lead",
|
||||
de: "Führen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck une carte Supporter, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 carta de Partidario, enséñala y ponla en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo una carta Aiuto, mostrala e aggiungila a quelle che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck.",
|
||||
de: "Durchsuche dein Deck nach 1 Unterstützerkarte, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
pt: "Tackle",
|
||||
de: "Tackle"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,62 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Herdier"
|
||||
en: "Herdier",
|
||||
fr: "Ponchien",
|
||||
es: "Herdier",
|
||||
it: "Herdier",
|
||||
pt: "Herdier",
|
||||
de: "Terribark"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "kirisAki",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
pt: "Tackle",
|
||||
de: "Tackle"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Take Down",
|
||||
fr: "Bélier",
|
||||
es: "Derribo",
|
||||
it: "Riduttore",
|
||||
pt: "Take Down",
|
||||
de: "Bodycheck"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 20 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige aussi 20 dégâts.",
|
||||
es: "Este Pokémon también se hace 20 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 20 danni a se stesso.",
|
||||
pt: "This Pokémon also does 20 damage to itself.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 20 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Stoutland"
|
||||
en: "Stoutland",
|
||||
fr: "Mastouffe",
|
||||
es: "Stoutland",
|
||||
it: "Stoutland",
|
||||
pt: "Stoutland",
|
||||
de: "Bissbark"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage2"
|
||||
stage: "Stage2",
|
||||
illustrator: "Naoki Saito",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Intimidating Fang",
|
||||
fr: "Croc Intimidant",
|
||||
es: "Colmillo Intimidatorio",
|
||||
it: "Spaventazanna",
|
||||
pt: "Intimidating Fang",
|
||||
de: "Hammerhauer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "As long as this Pokémon is in the Active Spot, your opponent’s Active Pokémon’s attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
fr: "Tant que ce Pokémon est sur le Poste Actif, les attaques du Pokémon Actif de votre adversaire infligent 30 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Mientras este Pokémon esté en el Puesto Activo, los ataques del Pokémon Activo de tu rival hacen 30 puntos de daño menos (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Fintanto che questo Pokémon è in posizione attiva, gli attacchi del Pokémon attivo del tuo avversario infliggono 30 danni in meno, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "As long as this Pokémon is in the Active Spot, your opponent’s Active Pokémon’s attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
de: "Solange dieses Pokémon in der Aktiven Position ist, fügen die Attacken des Aktiven Pokémon deines Gegners 30 Schadenspunkte weniger zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Knock Away",
|
||||
fr: "Asticotage",
|
||||
es: "Derribar",
|
||||
it: "Scaraventa",
|
||||
pt: "Knock Away",
|
||||
de: "Zurückschlagen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 100 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 100 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 100 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 100 danni in più.",
|
||||
pt: "Flip a coin. If heads, this attack does 100 more damage.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 100 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "120+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,55 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Rufflet"
|
||||
en: "Rufflet",
|
||||
fr: "Furaiglon",
|
||||
es: "Rufflet",
|
||||
it: "Rufflet",
|
||||
pt: "Rufflet",
|
||||
de: "Geronimatz"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "0313",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Whirlwind",
|
||||
fr: "Cyclone",
|
||||
es: "Remolino",
|
||||
it: "Turbine",
|
||||
pt: "Whirlwind",
|
||||
de: "Wirbelwind"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
|
||||
fr: "Votre adversaire échange son Pokémon Actif contre l’un de ses Pokémon de Banc.",
|
||||
es: "Tu rival cambia su Pokémon Activo por 1 de sus Pokémon en Banca.",
|
||||
it: "Il tuo avversario scambia il suo Pokémon attivo con uno della sua panchina.",
|
||||
pt: "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
|
||||
de: "Dein Gegner tauscht sein Aktives Pokémon gegen 1 Pokémon auf seiner Bank aus."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,76 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Braviary"
|
||||
en: "Braviary",
|
||||
fr: "Gueriaigle",
|
||||
es: "Braviary",
|
||||
it: "Braviary",
|
||||
pt: "Braviary",
|
||||
de: "Washakwil"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "SATOSHI NAKAI",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Valiant Talons",
|
||||
fr: "Serres Vaillantes",
|
||||
es: "Garras Aguerridas",
|
||||
it: "Artigli della Baldanza",
|
||||
pt: "Valiant Talons",
|
||||
de: "Kühne Krallen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is an Evolution Pokémon, this attack does 60 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon Évolutif, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon Evolución, este ataque hace 60 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon Evoluzione, questo attacco infligge 60 danni in più.",
|
||||
pt: "If your opponent’s Active Pokémon is an Evolution Pokémon, this attack does 60 more damage.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Entwicklungs-Pokémon ist, fügt diese Attacke 60 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Brave Bird",
|
||||
fr: "Rapace",
|
||||
es: "Pájaro Osado",
|
||||
it: "Baldeali",
|
||||
pt: "Brave Bird",
|
||||
de: "Sturzflug"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 50 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige aussi 50 dégâts.",
|
||||
es: "Este Pokémon también se hace 50 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 50 danni a se stesso.",
|
||||
pt: "This Pokémon also does 50 damage to itself.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 50 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: 150,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,75 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Fletchling"
|
||||
en: "Fletchling",
|
||||
fr: "Passerouge",
|
||||
es: "Fletchling",
|
||||
it: "Fletchling",
|
||||
pt: "Fletchling",
|
||||
de: "Dartiri"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 40,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tailwind Draw",
|
||||
fr: "Pioche en Poupe",
|
||||
es: "Robo de Viento Afín",
|
||||
it: "Pescata Ventoincoda",
|
||||
pt: "Tailwind Draw",
|
||||
de: "Rückenwindzug"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Draw a card. If you go second and it’s your first turn, draw 3 more cards.",
|
||||
fr: "Piochez une carte. Si vous jouez en second et que c’est votre premier tour, piochez 3 cartes supplémentaires.",
|
||||
es: "Roba 1 carta. Si sales segundo y es tu primer turno, roba 3 cartas más.",
|
||||
it: "Pesca una carta. Se inizi per secondo ed è il tuo primo turno, pesca altre tre carte.",
|
||||
pt: "Draw a card. If you go second and it’s your first turn, draw 3 more cards.",
|
||||
de: "Ziehe 1 Karte. Wenn du als Zweiter am Zug bist und es dein erster Zug ist, ziehe 3 Karten mehr."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Surprise Attack",
|
||||
fr: "Attaque Surprise",
|
||||
es: "Ataque Sorpresa",
|
||||
it: "Attacco a Sorpresa",
|
||||
pt: "Surprise Attack",
|
||||
de: "Überraschungsangriff"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c’est pile, cette attaque ne fait rien.",
|
||||
es: "Lanza 1 moneda. Si sale cruz, este ataque no hace nada.",
|
||||
it: "Lancia una moneta. Se esce croce, questo attacco non ha effetto.",
|
||||
pt: "Flip a coin. If tails, this attack does nothing.",
|
||||
de: "Wirf 1 Münze. Bei Zahl hat diese Attacke keine Auswirkungen."
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,55 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Fletchinder"
|
||||
en: "Fletchinder",
|
||||
fr: "Braisillon",
|
||||
es: "Fletchinder",
|
||||
it: "Fletchinder",
|
||||
pt: "Fletchinder",
|
||||
de: "Dartignis"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Yuya Oka",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Quick Attack",
|
||||
fr: "Vive-Attaque",
|
||||
es: "Ataque Rápido",
|
||||
it: "Attacco Rapido",
|
||||
pt: "Quick Attack",
|
||||
de: "Ruckzuckhieb"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 20 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 20 danni in più.",
|
||||
pt: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 20 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,62 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Trevenant VMAX"
|
||||
en: "Trevenant VMAX",
|
||||
fr: "Desséliande VMAX",
|
||||
es: "Trevenant VMAX",
|
||||
it: "Trevenant VMAX",
|
||||
pt: "Trevenant VMAX",
|
||||
de: "Trombork VMAX"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Grass"],
|
||||
stage: "VMAX"
|
||||
stage: "VMAX",
|
||||
illustrator: "MUGENUP",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Missing in the Forest",
|
||||
fr: "Perdus en Forêt",
|
||||
es: "Desaparecidos en el Bosque",
|
||||
it: "Persi nella Foresta",
|
||||
pt: "Missing in the Forest",
|
||||
de: "Verschollen im Wald"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 40 damage for each Supporter card in your opponent’s discard pile.",
|
||||
fr: "Cette attaque inflige 40 dégâts pour chaque carte Supporter dans la pile de défausse de votre adversaire.",
|
||||
es: "Este ataque hace 40 puntos de daño por cada carta de Partidario en la pila de descartes de tu rival.",
|
||||
it: "Questo attacco infligge 40 danni per ogni carta Aiuto nella pila degli scarti del tuo avversario.",
|
||||
pt: "This attack does 40 damage for each Supporter card in your opponent’s discard pile.",
|
||||
de: "Diese Attacke fügt für jede Unterstützerkarte im Ablagestapel deines Gegners 40 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "40×",
|
||||
cost: ["Grass", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Max Tree",
|
||||
fr: "Arbromax",
|
||||
es: "Maxiárbol",
|
||||
it: "Dynatronco",
|
||||
pt: "Max Tree",
|
||||
de: "Dyna-Baum"
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
cost: ["Grass", "Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,76 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Talonflame"
|
||||
en: "Talonflame",
|
||||
fr: "Flambusard",
|
||||
es: "Talonflame",
|
||||
it: "Talonflame",
|
||||
pt: "Talonflame",
|
||||
de: "Fiaro"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage2"
|
||||
stage: "Stage2",
|
||||
illustrator: "Tika Matsuno",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Clutch",
|
||||
fr: "Serre",
|
||||
es: "Embrague",
|
||||
it: "Grinfie",
|
||||
pt: "Clutch",
|
||||
de: "Greifer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen."
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Nitro Dive",
|
||||
fr: "Plongée Nitrée",
|
||||
es: "Nitropicado",
|
||||
it: "Picchiata Nitrica",
|
||||
pt: "Nitro Dive",
|
||||
de: "Nitro-Sturzflug"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has any Fire Energy attached, this attack does 80 more damage.",
|
||||
fr: "Si de l’Énergie Fire est attachée à ce Pokémon, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene alguna Energía Fire unida a él, este ataque hace 80 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha delle Energie Fire assegnate, questo attacco infligge 80 danni in più.",
|
||||
pt: "If this Pokémon has any Fire Energy attached, this attack does 80 more damage.",
|
||||
de: "Wenn an dieses Pokémon mindestens 1 Fire-Energie angelegt ist, fügt diese Attacke 80 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "80+",
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Aroma Lady"
|
||||
en: "Aroma Lady",
|
||||
fr: "Aromathérapeute",
|
||||
es: "Señorita Aroma",
|
||||
it: "Profumina",
|
||||
pt: "Aroma Lady",
|
||||
de: "Aromalady"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Draw 2 cards. If you do, your Active Pokemon recovers from all Special Conditions."
|
||||
en: "Draw 2 cards. If you do, your Active Pokémon recovers from all Special Conditions.",
|
||||
fr: "Piochez 2 cartes. Dans ce cas, votre Pokémon Actif guérit de tous les États Spéciaux.",
|
||||
es: "Roba 2 cartas. Si lo haces, tu Pokémon Activo se recupera de todas las Condiciones Especiales.",
|
||||
it: "Pesca due carte. Se lo fai, il tuo Pokémon attivo guarisce da tutte le condizioni speciali.",
|
||||
pt: "Draw 2 cards. If you do, your Active Pokémon recovers from all Special Conditions.",
|
||||
de: "Ziehe 2 Karten. Wenn du das machst, erholt sich dein Aktives Pokémon von allen Speziellen Zuständen."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
illustrator: "Megumi Mizutani"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Boost Shake"
|
||||
en: "Boost Shake",
|
||||
fr: "Mélange Multivitaminé",
|
||||
es: "Batido Impulso",
|
||||
it: "Frullato Energizzante",
|
||||
pt: "Boost Shake",
|
||||
de: "Boost-Shake"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a card that evolves from 1 of your Pokemon and put it onto that Pokemon to evolve it. Then, shuffle your deck. You can use this card during your first turn or on a Pokemon that was put into play this turn. Your turn ends."
|
||||
en: "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. You can use this card during your first turn or on a Pokémon that was put into play this turn. Your turn ends.",
|
||||
fr: "Cherchez dans votre deck une carte Évolution de l’un de vos Pokémon, puis placez-la sur ce dernier pour le faire évoluer. Mélangez ensuite votre deck. Vous pouvez utiliser cette carte pendant votre premier tour ou sur un Pokémon qui a été mis en jeu pendant ce tour. Votre tour se termine.",
|
||||
es: "Busca en tu baraja 1 carta que evolucione de 1 de tus Pokémon y ponla sobre ese Pokémon para hacerlo evolucionar. Después, baraja las cartas de tu baraja. Puedes usar esta carta durante tu primer turno o sobre un Pokémon que se haya puesto en juego en este turno. Tu turno termina.",
|
||||
it: "Cerca nel tuo mazzo una carta che si evolve da uno dei tuoi Pokémon e metticela sopra per farlo evolvere. Poi rimischia le carte del tuo mazzo. Puoi usare questa carta durante il tuo primo turno o su un Pokémon che hai messo in gioco nel turno in corso. Il tuo turno finisce.",
|
||||
pt: "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. You can use this card during your first turn or on a Pokémon that was put into play this turn. Your turn ends.",
|
||||
de: "Durchsuche dein Deck nach 1 Karte, die sich aus 1 deiner Pokémon entwickelt, und lege sie auf jenes Pokémon, um es zu entwickeln. Mische anschließend dein Deck. Du kannst diese Karte während deines ersten Zuges oder für ein Pokémon, das in diesem Zug ins Spiel gebracht wurde, verwenden. Dein Zug endet."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
illustrator: "sadaji"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Copycat"
|
||||
en: "Copycat",
|
||||
fr: "Copieuse",
|
||||
es: "Copiona",
|
||||
it: "Copiona",
|
||||
pt: "Copycat",
|
||||
de: "Nachahmerin"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Shuffle your hand into your deck. Then, draw a card for each card in your opponent’s hand."
|
||||
en: "Shuffle your hand into your deck. Then, draw a card for each card in your opponent’s hand.",
|
||||
fr: "Mélangez votre main avec votre deck. Ensuite, piochez une carte pour chaque carte dans la main de votre adversaire.",
|
||||
es: "Pon las cartas de tu mano en tu baraja y barájalas todas. Después, roba 1 carta por cada carta en la mano de tu rival.",
|
||||
it: "Rimischia le carte che hai in mano nel tuo mazzo. Poi pesca una carta per ogni carta nella mano del tuo avversario.",
|
||||
pt: "Shuffle your hand into your deck. Then, draw a card for each card in your opponent’s hand.",
|
||||
de: "Mische deine Handkarten in dein Deck. Ziehe anschließend 1 Karte für jede Karte auf der Hand deines Gegners."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
illustrator: "Sanosuke Sakuma"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Crystal Cave"
|
||||
en: "Crystal Cave",
|
||||
fr: "Caverne de Cristal",
|
||||
es: "Cueva Cristal",
|
||||
it: "Caverna dei Cristalli",
|
||||
pt: "Crystal Cave",
|
||||
de: "Kristallhöhle"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Once during each player’s turn, that player may heal 30 damage from each of their Metal Pokemon and Dragon Pokemon."
|
||||
en: "Once during each player’s turn, that player may heal 30 damage from each of their Metal Pokémon and Dragon Pokémon.",
|
||||
fr: "Une fois pendant le tour de chaque joueur, ce joueur peut soigner 30 dégâts de chacun de ses Pokémon Metal et Pokémon Dragon.",
|
||||
es: "Una vez durante el turno de cada jugador, ese jugador puede curar 30 puntos de daño a cada uno de sus Pokémon Metal y Pokémon Dragon.",
|
||||
it: "Una sola volta durante il turno di ciascun giocatore, quel giocatore può curare 30 danni da ciascuno dei suoi Pokémon Metal e Dragon.",
|
||||
pt: "Once during each player’s turn, that player may heal 30 damage from each of their Metal Pokémon and Dragon Pokémon.",
|
||||
de: "Einmal während des Zuges jedes Spielers kann jener Spieler 30 Schadenspunkte bei jedem seiner Metal-Pokémon und Dragon-Pokémon heilen."
|
||||
},
|
||||
|
||||
trainerType: "Stadium"
|
||||
trainerType: "Stadium",
|
||||
illustrator: "Toyste Beach"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Digging Gloves"
|
||||
en: "Digging Gloves",
|
||||
fr: "Gants Excavateurs",
|
||||
es: "Guantes de Excavación",
|
||||
it: "Guanti da Scavo",
|
||||
pt: "Digging Gloves",
|
||||
de: "Buddelhandschuhe"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesn’t already have a Pokemon Tool attached.\n\nThe attacks of the Pokemon this card is attached to do 30 more damage to your opponent’s Active Fighting Pokemon (before applying Weakness and Resistance)."
|
||||
en: "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent’s Active Fighting Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Les attaques du Pokémon auquel cette carte est attachée infligent 30 dégâts supplémentaires au Pokémon Fighting Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Los ataques del Pokémon al que esté unida esta carta hacen 30 puntos de daño más al Pokémon Fighting Activo de tu rival (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Gli attacchi del Pokémon a cui è assegnata questa carta infliggono 30 danni in più al Pokémon attivo Fighting del tuo avversario, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent’s Active Fighting Pokémon (before applying Weakness and Resistance).",
|
||||
de: "Die Attacken des Pokémon, an das diese Karte angelegt ist, fügen dem Aktiven Fighting-Pokémon deines Gegners 30 Schadenspunkte mehr zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
trainerType: "Tool",
|
||||
illustrator: "Toyste Beach"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Dream Ball"
|
||||
en: "Dream Ball",
|
||||
fr: "Rêve Ball",
|
||||
es: "Ensueño Ball",
|
||||
it: "Dream Ball",
|
||||
pt: "Dream Ball",
|
||||
de: "Traumball"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only if you took it as a face-down Prize card, before you put it into your hand.\nSearch your deck for a Pokemon and put it onto your Bench. Then, shuffle your deck."
|
||||
en: "You can play this card only if you took it as a face-down Prize card, before you put it into your hand.\nSearch your deck for a Pokémon and put it onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si vous l’avez obtenue en récupérant une carte Récompense face cachée, et avant de l’ajouter à votre main.\nCherchez dans votre deck un Pokémon, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Puedes jugar esta carta solo si la has cogido de entre las cartas de Premio que están boca abajo, antes de ponerla en tu mano.\nBusca en tu baraja 1 Pokémon y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Puoi giocare questa carta solo se l’hai presa come carta Premio coperta, prima di aggiungerla alle carte che hai in mano.\nCerca nel tuo mazzo un Pokémon e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "You can play this card only if you took it as a face-down Prize card, before you put it into your hand.\nSearch your deck for a Pokémon and put it onto your Bench. Then, shuffle your deck.",
|
||||
de: "Du kannst diese Karte nur spielen, wenn du sie als verdeckte Preiskarte genommen hast und bevor du sie auf deine Hand nimmst.\nDurchsuche dein Deck nach 1 Pokémon und lege es auf deine Bank. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
illustrator: "Ryo Ueda"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Elemental Badge"
|
||||
en: "Elemental Badge",
|
||||
fr: "Badge Élémentaire",
|
||||
es: "Medalla Elemental",
|
||||
it: "Medaglia degli Elementi",
|
||||
pt: "Elemental Badge",
|
||||
de: "Elementarorden"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesn’t already have a Pokemon Tool attached.\n\nIf the Pokemon V this card is attached to has \"Vaporeon\", \"Jolteon\", or \"Flareon\" in its name, its attacks cost Colorless less."
|
||||
en: "If the Pokémon V this card is attached to has “Vaporeon,” “Jolteon,” or “Flareon” in its name, its attacks cost Colorless less.",
|
||||
fr: "Si le Pokémon-V auquel cette carte est attachée a « Aquali », « Voltali » ou « Pyroli » dans son nom, ses attaques coûtent Colorless de moins.",
|
||||
es: "Si el Pokémon V al que está unida esta carta tiene “Vaporeon”, “Jolteon” o “Flareon” en su nombre, sus ataques cuestan Colorless menos.",
|
||||
it: "Se il Pokémon-V a cui è assegnata questa carta ha “Vaporeon”, “Jolteon” o “Flareon” nel nome, il costo dei suoi attacchi è ridotto di Colorless.",
|
||||
pt: "If the Pokémon V this card is attached to has “Vaporeon,” “Jolteon,” or “Flareon” in its name, its attacks cost Colorless less.",
|
||||
de: "Wenn bei dem Pokémon-V, an das diese Karte angelegt ist, „Aquana“, „Blitza“ oder „Flamara“ zum Namen gehört, verringern sich die Kosten seiner Attacken um Colorless."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
trainerType: "Tool",
|
||||
illustrator: "Studio Bora Inc."
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Full Face Guard"
|
||||
en: "Full Face Guard",
|
||||
fr: "Casque Intégral",
|
||||
es: "Escafandra",
|
||||
it: "Difesa Integrale",
|
||||
pt: "Full Face Guard",
|
||||
de: "Gesichtsschutz"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesn’t already have a Pokemon Tool attached.\n\nIf the Pokemon this card is attached to has no Abilities, it takes 20 less damage from attacks from your opponent’s Pokemon (after applying Weakness and Resistance)."
|
||||
en: "If the Pokémon this card is attached to has no Abilities, it takes 20 less damage from attacks from your opponent’s Pokémon (after applying Weakness and Resistance).",
|
||||
fr: "Si le Pokémon auquel cette carte est attachée n’a pas de talent, il subit 20 dégâts de moins provenant des attaques des Pokémon de votre adversaire (après application de la Faiblesse et de la Résistance).",
|
||||
es: "Si el Pokémon al que está unida esta carta no tiene ninguna habilidad, los ataques de los Pokémon de tu rival le hacen 20 puntos de daño menos (después de aplicar Debilidad y Resistencia).",
|
||||
it: "Se il Pokémon a cui è assegnata questa carta non ha abilità, subisce 20 danni in meno dagli attacchi dei Pokémon del tuo avversario, dopo aver applicato debolezza e resistenza.",
|
||||
pt: "If the Pokémon this card is attached to has no Abilities, it takes 20 less damage from attacks from your opponent’s Pokémon (after applying Weakness and Resistance).",
|
||||
de: "Wenn das Pokémon, an das diese Karte angelegt ist, keine Fähigkeiten hat, werden ihm durch Attacken der Pokémon deines Gegners 20 Schadenspunkte weniger zugefügt (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
trainerType: "Tool",
|
||||
illustrator: "AYUMI ODASHIMA"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Gordie"
|
||||
en: "Gordie",
|
||||
fr: "Chaz",
|
||||
es: "Morris",
|
||||
it: "Milo",
|
||||
pt: "Gordie",
|
||||
de: "Mac"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Look at the top 7 cards of your deck. You may reveal any number of Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck."
|
||||
en: "Look at the top 7 cards of your deck. You may reveal any number of Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.",
|
||||
fr: "Regardez les 7 cartes du dessus de votre deck. Vous pouvez montrer le nombre voulu de cartes Énergie que vous y trouvez, puis les ajouter à votre main. Mélangez les autres cartes avec votre deck.",
|
||||
es: "Mira las 7 primeras cartas de tu baraja. Puedes enseñar cualquier cantidad de cartas de Energía que encuentres entre ellas y ponerlas en tu mano. Pon el resto de las cartas de nuevo en tu baraja y barájalas todas.",
|
||||
it: "Guarda le prime sette carte del tuo mazzo. Puoi mostrare un numero qualsiasi di carte Energia presenti tra esse e aggiungerle alle carte che hai in mano. Poi rimischia le altre carte nel tuo mazzo.",
|
||||
pt: "Look at the top 7 cards of your deck. You may reveal any number of Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.",
|
||||
de: "Schau dir die obersten 7 Karten deines Decks an. Du kannst beliebig viele Energiekarten, die du dort findest, deinem Gegner zeigen und auf deine Hand nehmen. Mische die anderen Karten zurück in dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
illustrator: "take"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,50 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Gossifleur"
|
||||
en: "Gossifleur",
|
||||
fr: "Tournicoton",
|
||||
es: "Gossifleur",
|
||||
it: "Gossifleur",
|
||||
pt: "Gossifleur",
|
||||
de: "Cottini"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Mizue",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Blot",
|
||||
fr: "Pâté",
|
||||
es: "Absorción",
|
||||
it: "Macchia",
|
||||
pt: "Blot",
|
||||
de: "Klecks"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 10 damage from this Pokémon.",
|
||||
fr: "Soignez 10 dégâts de ce Pokémon.",
|
||||
es: "Cura 10 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 10 danni.",
|
||||
pt: "Heal 10 damage from this Pokémon.",
|
||||
de: "Heile 10 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Grass"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Lucky Ice Pop"
|
||||
en: "Lucky Ice Pop",
|
||||
fr: "Glace Chanceuse",
|
||||
es: "Helado Suerte",
|
||||
it: "Ghiacciolo della Fortuna",
|
||||
pt: "Lucky Ice Pop",
|
||||
de: "Glücks-Eis"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 20 damage from your Active Pokemon. If you healed any damage in this way, flip a coin. If heads, put this Lucky Ice Pop into your hand instead of the discard pile."
|
||||
en: "Heal 20 damage from your Active Pokémon. If you healed any damage in this way, flip a coin. If heads, put this Lucky Ice Pop into your hand instead of the discard pile.",
|
||||
fr: "Soignez 20 dégâts de votre Pokémon Actif. Si des dégâts sont ainsi soignés, lancez une pièce. Si c’est face, placez cette Glace Chanceuse dans votre main plutôt que dans votre pile de défausse.",
|
||||
es: "Cura 20 puntos de daño a tu Pokémon Activo. Si has curado algún punto de daño de esta manera, lanza 1 moneda. Si sale cara, pon este Helado Suerte en tu mano en vez de en la pila de descartes.",
|
||||
it: "Cura il tuo Pokémon attivo da 20 danni. Se hai curato dei danni in questo modo, lancia una moneta. Se esce testa, prendi questo Ghiacciolo della Fortuna e aggiungilo alle carte che hai in mano invece che alla pila degli scarti.",
|
||||
pt: "Heal 20 damage from your Active Pokémon. If you healed any damage in this way, flip a coin. If heads, put this Lucky Ice Pop into your hand instead of the discard pile.",
|
||||
de: "Heile 20 Schadenspunkte bei deinem Aktiven Pokémon. Wenn du auf diese Weise Schaden geheilt hast, wirf 1 Münze. Nimm bei Kopf dieses Glücks-Eis auf deine Hand, anstatt es auf deinen Ablagestapel zu legen."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
illustrator: "inose yukie"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Raihan"
|
||||
en: "Raihan",
|
||||
fr: "Roy",
|
||||
es: "Roy",
|
||||
it: "Laburno",
|
||||
pt: "Raihan",
|
||||
de: "Roy"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only if any of your Pokemon were Knocked Out during your opponent’s last turn.\nAttach a basic Energy from your discard pile to 1 of your Pokemon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck."
|
||||
en: "You can play this card only if any of your Pokémon were Knocked Out during your opponent’s last turn.\nAttach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si au moins l’un de vos Pokémon a été mis K.O. pendant le dernier tour de votre adversaire.\nAttachez une carte Énergie de base de votre pile de défausse à l’un de vos Pokémon. Dans ce cas, cherchez dans votre deck une carte, puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Puedes jugar esta carta solo si alguno de tus Pokémon quedó Fuera de Combate durante el último turno de tu rival.\nUne 1 carta de Energía Básica de tu pila de descartes a 1 de tus Pokémon. Si lo haces, busca en tu baraja 1 carta y ponla en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Puoi giocare questa carta solo se uno dei tuoi Pokémon è stato messo KO durante l’ultimo turno del tuo avversario.\nAssegna a uno dei tuoi Pokémon una carta Energia base dalla tua pila degli scarti. Se lo fai, cerca nel tuo mazzo una carta e aggiungila a quelle che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "You can play this card only if any of your Pokémon were Knocked Out during your opponent’s last turn.\nAttach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.",
|
||||
de: "Du kannst diese Karte nur spielen, wenn mindestens 1 deiner Pokémon während des letzten Zuges deines Gegners kampfunfähig wurde.\nLege 1 Basis-Energiekarte aus deinem Ablagestapel an 1 deiner Pokémon an. Wenn du das machst, durchsuche dein Deck nach 1 Karte und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
illustrator: "take"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Rescue Carrier"
|
||||
en: "Rescue Carrier",
|
||||
fr: "Valise de Secours",
|
||||
es: "Carrito de Rescate",
|
||||
it: "Trolley di Salvataggio",
|
||||
pt: "Rescue Carrier",
|
||||
de: "Rettungsbox"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put up to 2 Pokemon, each with 90 HP or less, from your discard pile into your hand."
|
||||
en: "Put up to 2 Pokémon, each with 90 HP or less, from your discard pile into your hand.",
|
||||
fr: "Ajoutez jusqu’à 2 Pokémon, avec chacun 90 PV ou moins, de votre pile de défausse à votre main.",
|
||||
es: "Pon hasta 2 Pokémon, cada uno con 90 PS o menos, de tu pila de descartes en tu mano.",
|
||||
it: "Prendi fino a due Pokémon, ciascuno con 90 PS o meno, dalla tua pila degli scarti e aggiungili alle carte che hai in mano.",
|
||||
pt: "Put up to 2 Pokémon, each with 90 HP or less, from your discard pile into your hand.",
|
||||
de: "Nimm bis zu 2 Pokémon, jedes mit 90 oder weniger KP, aus deinem Ablagestapel auf deine Hand."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
illustrator: "Ryo Ueda"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Rubber Gloves"
|
||||
en: "Rubber Gloves",
|
||||
fr: "Gants de Caoutchouc",
|
||||
es: "Guantes de Goma",
|
||||
it: "Guanti di Gomma",
|
||||
pt: "Rubber Gloves",
|
||||
de: "Gummihandschuhe"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesn’t already have a Pokemon Tool attached.\n\nThe attacks of the Pokemon this card is attached to do 30 more damage to your opponent’s Active Lightning Pokemon (before applying Weakness and Resistance)."
|
||||
en: "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent’s Active Lightning Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Les attaques du Pokémon auquel cette carte est attachée infligent 30 dégâts supplémentaires au Pokémon Lightning Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Los ataques del Pokémon al que esté unida esta carta hacen 30 puntos de daño más al Pokémon Lightning Activo de tu rival (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Gli attacchi del Pokémon a cui è assegnata questa carta infliggono 30 danni in più al Pokémon attivo Lightning del tuo avversario, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent’s Active Lightning Pokémon (before applying Weakness and Resistance).",
|
||||
de: "Die Attacken des Pokémon, an das diese Karte angelegt ist, fügen dem Aktiven Lightning-Pokémon deines Gegners 30 Schadenspunkte mehr zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
trainerType: "Tool",
|
||||
illustrator: "Toyste Beach"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Shopping Center"
|
||||
en: "Shopping Center",
|
||||
fr: "Galerie Marchande",
|
||||
es: "Galería Comercial",
|
||||
it: "Galleria Commerciale",
|
||||
pt: "Shopping Center",
|
||||
de: "Shoppingcenter"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Once during each player’s turn, that player may put a Pokemon Tool attached to 1 of their Pokemon into their hand."
|
||||
en: "Once during each player’s turn, that player may put a Pokémon Tool attached to 1 of their Pokémon into their hand.",
|
||||
fr: "Une fois pendant le tour de chaque joueur, ce joueur peut ajouter à sa main un Outil Pokémon attaché à l’un de ses Pokémon.",
|
||||
es: "Una vez durante el turno de cada jugador, ese jugador puede poner 1 Herramienta Pokémon unida a 1 de sus Pokémon en su mano.",
|
||||
it: "Una sola volta durante il turno di ciascun giocatore, quel giocatore può prendere una carta Oggetto Pokémon assegnata a uno dei suoi Pokémon e aggiungerla alle carte che ha in mano.",
|
||||
pt: "Once during each player’s turn, that player may put a Pokémon Tool attached to 1 of their Pokémon into their hand.",
|
||||
de: "Einmal während des Zuges jedes Spielers kann jener Spieler 1 Pokémon-Ausrüstung, die an 1 seiner Pokémon angelegt ist, auf seine Hand nehmen."
|
||||
},
|
||||
|
||||
trainerType: "Stadium"
|
||||
trainerType: "Stadium",
|
||||
illustrator: "Oswaldo KATO"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Snow Leaf Badge"
|
||||
en: "Snow Leaf Badge",
|
||||
fr: "Badge Feuille Neige",
|
||||
es: "Medalla Hoja Nieve",
|
||||
it: "Medaglia Nevefoglia",
|
||||
pt: "Snow Leaf Badge",
|
||||
de: "Schneeblattorden"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesn’t already have a Pokemon Tool attached.\n\nIf the Pokemon V this card is attached to has \"Leafeon\" or \"Glaceon\" in its name, it has no Retreat Cost and no Weakness."
|
||||
en: "If the Pokémon V this card is attached to has “Leafeon” or “Glaceon” in its name, it has no Retreat Cost and no Weakness.",
|
||||
fr: "Si le Pokémon-V auquel cette carte est attachée a « Phyllali » ou « Givrali » dans son nom, il n’a pas de Coût de Retraite ni de Faiblesse.",
|
||||
es: "Si el Pokémon V al que está unida esta carta tiene “Leafeon” o “Glaceon” en su nombre, no tiene ningún Coste de Retirada ni Debilidad.",
|
||||
it: "Se il Pokémon-V a cui è assegnata questa carta ha “Leafeon” o “Glaceon” nel nome, non ha costo di ritirata né debolezza.",
|
||||
pt: "If the Pokémon V this card is attached to has “Leafeon” or “Glaceon” in its name, it has no Retreat Cost and no Weakness.",
|
||||
de: "Wenn bei dem Pokémon-V, an das diese Karte angelegt ist, „Folipurba“ oder „Glaziola“ zum Namen gehört, hat es keine Rückzugskosten und keine Schwäche."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
trainerType: "Tool",
|
||||
illustrator: "Studio Bora Inc."
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Eldegoss"
|
||||
en: "Eldegoss",
|
||||
fr: "Blancoton",
|
||||
es: "Eldegoss",
|
||||
it: "Eldegoss",
|
||||
pt: "Eldegoss",
|
||||
de: "Cottomi"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Kouki Saitou",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Cotton Lift",
|
||||
fr: "Coton Tonique",
|
||||
es: "Impulso Algodón",
|
||||
it: "Sollevacotone",
|
||||
pt: "Cotton Lift",
|
||||
de: "Wattelift"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu’à 2 cartes Énergie de base, les montrer, puis les ajouter à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja hasta 2 cartas de Energía Básica, enseñarlas y ponerlas en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo fino a due carte Energia base, mostrarle e aggiungerle alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Once during your turn, you may search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach bis zu 2 Basis-Energiekarten durchsuchen, sie deinem Gegner zeigen und auf deine Hand nehmen. Mische anschließend dein Deck."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Cotton Guard",
|
||||
fr: "Cotogarde",
|
||||
es: "Rizo Algodón",
|
||||
it: "Cotonscudo",
|
||||
pt: "Cotton Guard",
|
||||
de: "Watteschild"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante el próximo turno de tu rival, los ataques hacen 30 puntos de daño menos a este Pokémon (después de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce 30 danni in meno dagli attacchi, dopo aver applicato debolezza e resistenza.",
|
||||
pt: "During your opponent’s next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||
de: "Während des nächsten Zuges deines Gegners werden diesem Pokémon durch Attacken 30 Schadenspunkte weniger zugefügt (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Grass"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Spirit Mask"
|
||||
en: "Spirit Mask",
|
||||
fr: "Masque Spirituel",
|
||||
es: "Máscara de los Espíritus",
|
||||
it: "Maschera degli Spiriti",
|
||||
pt: "Spirit Mask",
|
||||
de: "Seelenmaske"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesn’t already have a Pokemon Tool attached.\n\nIf the Pokemon this card is attached to is in the Active Spot and is damaged by an attack from your opponent’s Pokemon (even if it is Knocked Out), your opponent discards a card from their hand."
|
||||
en: "If 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), your opponent discards a card from their hand.",
|
||||
fr: "Si 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 (même s’il est mis K.O.), votre adversaire défausse une carte de sa main.",
|
||||
es: "Si 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 (incluso si queda Fuera de Combate), tu rival descarta 1 carta de su mano.",
|
||||
it: "Se 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, il tuo avversario scarta una carta che ha in mano.",
|
||||
pt: "If 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), your opponent discards a card from their hand.",
|
||||
de: "Wenn das Pokémon, an das diese Karte angelegt ist, in der Aktiven Position ist und durch eine Attacke von Pokémon deines Gegners Schaden erhält (auch wenn es dadurch kampfunfähig wird), legt dein Gegner 1 Karte aus seiner Hand auf seinen Ablagestapel."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
trainerType: "Tool",
|
||||
illustrator: "AYUMI ODASHIMA"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Stormy Mountains"
|
||||
en: "Stormy Mountains",
|
||||
fr: "Montagnes Orageuses",
|
||||
es: "Montañas Tormentosas",
|
||||
it: "Montagne Tempestose",
|
||||
pt: "Stormy Mountains",
|
||||
de: "Sturmgebirge"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Once during each player’s turn, that player may search their deck for a Basic Lightning Pokemon or Basic Dragon Pokemon and put it onto their Bench. Then, that player shuffles their deck."
|
||||
en: "Once during each player’s turn, that player may search their deck for a Basic Lightning Pokémon or Basic Dragon Pokémon and put it onto their Bench. Then, that player shuffles their deck.",
|
||||
fr: "Une fois pendant le tour de chaque joueur, ce joueur peut chercher dans son deck un Pokémon Lightning de base ou un Pokémon Dragon de base, puis le placer sur son Banc. Ce joueur mélange ensuite son deck.",
|
||||
es: "Una vez durante el turno de cada jugador, ese jugador puede buscar en su baraja 1 Pokémon Lightning Básico o 1 Pokémon Dragon Básico y ponerlo en su Banca. Después, ese jugador baraja las cartas de su baraja.",
|
||||
it: "Una sola volta durante il turno di ciascun giocatore, quel giocatore può cercare nel suo mazzo un Pokémon Base Lightning o Dragon e metterlo nella sua panchina. Poi quel giocatore rimischia le carte del suo mazzo.",
|
||||
pt: "Once during each player’s turn, that player may search their deck for a Basic Lightning Pokémon or Basic Dragon Pokémon and put it onto their Bench. Then, that player shuffles their deck.",
|
||||
de: "Einmal während des Zuges jedes Spielers kann jener Spieler sein Deck nach 1 Basis-Lightning-Pokémon oder Basis-Dragon-Pokémon durchsuchen und es auf seine Bank legen. Anschließend mischt jener Spieler sein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Stadium"
|
||||
trainerType: "Stadium",
|
||||
illustrator: "Toyste Beach"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Switching Cups"
|
||||
en: "Switching Cups",
|
||||
fr: "Gobelets d’Échange",
|
||||
es: "Cubiletes de Cambio",
|
||||
it: "Bicchieri di Scambio",
|
||||
pt: "Switching Cups",
|
||||
de: "Tauschbecher"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Switch a card from your hand with the top card of your deck."
|
||||
en: "Switch a card from your hand with the top card of your deck.",
|
||||
fr: "Échangez une carte de votre main contre la carte du dessus de votre deck.",
|
||||
es: "Cambia 1 carta de tu mano por la primera carta de tu baraja.",
|
||||
it: "Scambia una carta che hai in mano con la prima carta del tuo mazzo.",
|
||||
pt: "Switch a card from your hand with the top card of your deck.",
|
||||
de: "Tausche 1 Karte aus deiner Hand gegen die oberste Karte deines Decks aus."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
illustrator: "Ryo Ueda"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Toy Catcher"
|
||||
en: "Toy Catcher",
|
||||
fr: "Jouet Attrapeur",
|
||||
es: "Capturador de Juguete",
|
||||
it: "Acchiappa-Pokémon Giocattolo",
|
||||
pt: "Toy Catcher",
|
||||
de: "Spielzeugfänger"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Switch 1 of your opponent’s Benched Pokemon that has 50 HP or less remaining with your opponent’s Active Pokemon."
|
||||
en: "Switch 1 of your opponent’s Benched Pokémon that has 50 HP or less remaining with your opponent’s Active Pokémon.",
|
||||
fr: "Échangez l’un des Pokémon de Banc de votre adversaire auquel il reste 50 PV ou moins contre son Pokémon Actif.",
|
||||
es: "Cambia 1 de los Pokémon en Banca de tu rival al que le queden 50 PS o menos por el Pokémon Activo de tu rival.",
|
||||
it: "Scambia uno dei Pokémon nella panchina del tuo avversario che ha 50 PS o meno rimanenti con il Pokémon attivo del tuo avversario.",
|
||||
pt: "Switch 1 of your opponent’s Benched Pokémon that has 50 HP or less remaining with your opponent’s Active Pokémon.",
|
||||
de: "Tausche 1 Pokémon auf der Bank deines Gegners, das 50 oder weniger verbleibende KP hat, gegen das Aktive Pokémon deines Gegners aus."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
illustrator: "sadaji"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Zinnia’s Resolve"
|
||||
en: "Zinnia’s Resolve",
|
||||
fr: "Résolution d’Amaryllis",
|
||||
es: "Decisión de Tristana",
|
||||
it: "Grinta di Lyris",
|
||||
pt: "Zinnia’s Resolve",
|
||||
de: "Amalias Entschluss"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only if you discard 2 other cards from your hand.\nDraw a card for each of your opponent’s Pokemon in play."
|
||||
en: "You can play this card only if you discard 2 other cards from your hand.\nDraw a card for each of your opponent’s Pokémon in play.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si vous défaussez 2 autres cartes de votre main.\nPiochez une carte pour chacun des Pokémon en jeu de votre adversaire.",
|
||||
es: "Puedes jugar esta carta solo si descartas otras 2 cartas de tu mano.\nRoba 1 carta por cada uno de los Pokémon en juego de tu rival.",
|
||||
it: "Puoi giocare questa carta solo se scarti altre due carte che hai in mano.\nPesca una carta per ogni Pokémon del tuo avversario in gioco.",
|
||||
pt: "You can play this card only if you discard 2 other cards from your hand.\nDraw a card for each of your opponent’s Pokémon in play.",
|
||||
de: "Du kannst diese Karte nur spielen, wenn du 2 andere Karten aus deiner Hand auf deinen Ablagestapel legst.\nZiehe 1 Karte für jedes Pokémon deines Gegners im Spiel."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
illustrator: "Taira Akitsu"
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,24 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Treasure Energy"
|
||||
en: "Treasure Energy",
|
||||
fr: "Énergie Trésor",
|
||||
es: "Energía Tesoro",
|
||||
it: "Energia Tesoro",
|
||||
pt: "Treasure Energy",
|
||||
de: "Schatz-Energie"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
en: "As long as this card is attached to a Pokemon, it provides Colorless Energy.\nIf you took this card as a face-down Prize card during your turn, before you put it into your hand, you may attach this card to 1 of your Pokemon."
|
||||
en: "As long as this card is attached to a Pokémon, it provides Colorless Energy.\nIf you took this card as a face-down Prize card during your turn, before you put it into your hand, you may attach this card to 1 of your Pokémon.",
|
||||
fr: "Tant que cette carte est attachée à un Pokémon, elle fournit une Énergie Colorless.\nSi vous avez obtenu cette carte en récupérant une carte Récompense face cachée pendant votre tour, plutôt que de l’ajouter à votre main, vous pouvez attacher cette carte à l’un de vos Pokémon.",
|
||||
es: "Mientras esta carta esté unida a 1 Pokémon, proporciona 1 Energía Colorless.\nSi has cogido esta carta de entre las cartas de Premio que están boca abajo durante tu turno, antes de ponerla en tu mano, puedes unir esta carta a 1 de tus Pokémon.",
|
||||
it: "Fintanto che questa carta è assegnata a un Pokémon, fornisce Energia Colorless.\nSe hai preso questa carta come carta Premio coperta durante il tuo turno, prima di aggiungerla alle carte che hai in mano, puoi assegnarla a uno dei tuoi Pokémon.",
|
||||
pt: "As long as this card is attached to a Pokémon, it provides Colorless Energy.\nIf you took this card as a face-down Prize card during your turn, before you put it into your hand, you may attach this card to 1 of your Pokémon.",
|
||||
de: "Solange diese Karte an ein Pokémon angelegt ist, liefert sie Colorless-Energie.\nWenn du diese Karte während deines Zuges als verdeckte Preiskarte genommen hast, kannst du diese Karte, bevor du sie auf deine Hand nimmst, an 1 deiner Pokémon anlegen."
|
||||
},
|
||||
|
||||
energyType: "Special"
|
||||
|
@ -12,14 +12,73 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Leafeon V"
|
||||
en: "Leafeon V",
|
||||
fr: "Phyllali V",
|
||||
es: "Leafeon V",
|
||||
it: "Leafeon V",
|
||||
pt: "Leafeon V",
|
||||
de: "Folipurba V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "5ban Graphics",
|
||||
suffix: "V",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Greening Cells",
|
||||
fr: "Cellules Verdoyantes",
|
||||
es: "Células Reverdecientes",
|
||||
it: "Cellule Verdeggianti",
|
||||
pt: "Greening Cells",
|
||||
de: "Grünende Zellen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck. If you use this Ability, your turn ends.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Énergie Grass, puis l’attacher à l’un de vos Pokémon. Mélangez ensuite votre deck. Si vous utilisez ce talent, votre tour se termine.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja 1 carta de Energía Grass y unirla a 1 de tus Pokémon. Después, baraja las cartas de tu baraja. Si usas esta habilidad, tu turno termina.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo una carta Energia Grass e assegnarla a uno dei tuoi Pokémon. Poi rimischia le carte del tuo mazzo. Se usi questa abilità, il tuo turno finisce.",
|
||||
pt: "Once during your turn, you may search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck. If you use this Ability, your turn ends.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach 1 Grass-Energiekarte durchsuchen und sie an 1 deiner Pokémon anlegen. Mische anschließend dein Deck. Wenn du diese Fähigkeit einsetzt, endet dein Zug."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Leaf Blade",
|
||||
fr: "Lame Feuille",
|
||||
es: "Hoja Aguda",
|
||||
it: "Fendifoglia",
|
||||
pt: "Leaf Blade",
|
||||
de: "Laubklinge"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 60 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 60 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 60 danni in più.",
|
||||
pt: "Flip a coin. If heads, this attack does 60 more damage.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 60 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "90+",
|
||||
cost: ["Grass", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,73 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Leafeon V"
|
||||
en: "Leafeon V",
|
||||
fr: "Phyllali V",
|
||||
es: "Leafeon V",
|
||||
it: "Leafeon V",
|
||||
pt: "Leafeon V",
|
||||
de: "Folipurba V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "You Iribi",
|
||||
suffix: "V",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Greening Cells",
|
||||
fr: "Cellules Verdoyantes",
|
||||
es: "Células Reverdecientes",
|
||||
it: "Cellule Verdeggianti",
|
||||
pt: "Greening Cells",
|
||||
de: "Grünende Zellen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck. If you use this Ability, your turn ends.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Énergie Grass, puis l’attacher à l’un de vos Pokémon. Mélangez ensuite votre deck. Si vous utilisez ce talent, votre tour se termine.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja 1 carta de Energía Grass y unirla a 1 de tus Pokémon. Después, baraja las cartas de tu baraja. Si usas esta habilidad, tu turno termina.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo una carta Energia Grass e assegnarla a uno dei tuoi Pokémon. Poi rimischia le carte del tuo mazzo. Se usi questa abilità, il tuo turno finisce.",
|
||||
pt: "Once during your turn, you may search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck. If you use this Ability, your turn ends.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach 1 Grass-Energiekarte durchsuchen und sie an 1 deiner Pokémon anlegen. Mische anschließend dein Deck. Wenn du diese Fähigkeit einsetzt, endet dein Zug."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Leaf Blade",
|
||||
fr: "Lame Feuille",
|
||||
es: "Hoja Aguda",
|
||||
it: "Fendifoglia",
|
||||
pt: "Leaf Blade",
|
||||
de: "Laubklinge"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 60 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 60 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 60 danni in più.",
|
||||
pt: "Flip a coin. If heads, this attack does 60 more damage.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 60 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "90+",
|
||||
cost: ["Grass", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Trevenant V"
|
||||
en: "Trevenant V",
|
||||
fr: "Desséliande V",
|
||||
es: "Trevenant V",
|
||||
it: "Trevenant V",
|
||||
pt: "Trevenant V",
|
||||
de: "Trombork V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "MUGENUP",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Absorb Life",
|
||||
fr: "Absorption",
|
||||
es: "Absorber Vida",
|
||||
it: "Spolpavita",
|
||||
pt: "Absorb Life",
|
||||
de: "Lebensverkoster"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
pt: "Heal 30 damage from this Pokémon.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Grass", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Shadow Claw",
|
||||
fr: "Griffe Ombre",
|
||||
es: "Garra Umbría",
|
||||
it: "Ombrartigli",
|
||||
pt: "Shadow Claw",
|
||||
de: "Dunkelklaue"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a random card from your opponent’s hand.",
|
||||
fr: "Défaussez au hasard une carte de la main de votre adversaire.",
|
||||
es: "Descarta 1 carta aleatoria de la mano de tu rival.",
|
||||
it: "Scarta una carta a caso dalla mano del tuo avversario.",
|
||||
pt: "Discard a random card from your opponent’s hand.",
|
||||
de: "Lege 1 zufällige Karte aus der Hand deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Grass", "Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Flareon V"
|
||||
en: "Flareon V",
|
||||
fr: "Pyroli V",
|
||||
es: "Flareon V",
|
||||
it: "Flareon V",
|
||||
pt: "Flareon V",
|
||||
de: "Flamara V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Fire"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "5ban Graphics",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Flaming Breath",
|
||||
fr: "Souffle de Flamme",
|
||||
es: "Aliento Flamígero",
|
||||
it: "Soffio Ardente",
|
||||
pt: "Flaming Breath",
|
||||
de: "Flammender Atem"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck une carte Énergie Fire, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 carta de Energía Fire y únela a este Pokémon. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo una carta Energia Fire e assegnala a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck.",
|
||||
de: "Durchsuche dein Deck nach 1 Fire-Energiekarte und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Scorching Column",
|
||||
fr: "Colonne Torride",
|
||||
es: "Columna Abrasadora",
|
||||
it: "Torre Ustionante",
|
||||
pt: "Scorching Column",
|
||||
de: "Versengende Säule"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Burned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Quemado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene bruciato.",
|
||||
pt: "Your opponent’s Active Pokémon is now Burned.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verbrannt."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Fire", "Fire", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,41 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Applin"
|
||||
en: "Applin",
|
||||
fr: "Verpom",
|
||||
es: "Applin",
|
||||
it: "Applin",
|
||||
pt: "Applin",
|
||||
de: "Knapfel"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 40,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Miki Tanaka",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Rollout",
|
||||
fr: "Roulade",
|
||||
es: "Rodar",
|
||||
it: "Rotolamento",
|
||||
pt: "Rollout",
|
||||
de: "Walzer"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Volcarona V"
|
||||
en: "Volcarona V",
|
||||
fr: "Pyrax V",
|
||||
es: "Volcarona V",
|
||||
it: "Volcarona V",
|
||||
pt: "Volcarona V",
|
||||
de: "Ramoth V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Fire"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Eske Yoshinob",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Surging Flames",
|
||||
fr: "Flammes Jaillissantes",
|
||||
es: "Llamas Crecientes",
|
||||
it: "Fuocoraffica",
|
||||
pt: "Surging Flames",
|
||||
de: "Flammenschwall"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each basic Energy card in your discard pile. Then, shuffle those Energy cards into your deck.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque carte Énergie de base dans votre pile de défausse. Mélangez ensuite ces cartes Énergie avec votre deck.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada carta de Energía Básica en tu pila de descartes. Después, pon esas cartas de Energía en tu baraja y barájalas todas.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni carta Energia base nella tua pila degli scarti. Poi rimischia quelle carte Energia nel tuo mazzo.",
|
||||
pt: "This attack does 20 more damage for each basic Energy card in your discard pile. Then, shuffle those Energy cards into your deck.",
|
||||
de: "Diese Attacke fügt für jede Basis-Energiekarte in deinem Ablagestapel 20 Schadenspunkte mehr zu. Mische jene Energiekarten anschließend in dein Deck."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Fire"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Fire Blast",
|
||||
fr: "Déflagration",
|
||||
es: "Llamarada",
|
||||
it: "Fuocobomba",
|
||||
pt: "Fire Blast",
|
||||
de: "Feuersturm"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard an Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie de ce Pokémon.",
|
||||
es: "Descarta 1 Energía de este Pokémon.",
|
||||
it: "Scarta un’Energia da questo Pokémon.",
|
||||
pt: "Discard an Energy from this Pokémon.",
|
||||
de: "Lege 1 Energie von diesem Pokémon auf deinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 160,
|
||||
cost: ["Fire", "Fire", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,63 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Gyarados V"
|
||||
en: "Gyarados V",
|
||||
fr: "Léviator V",
|
||||
es: "Gyarados V",
|
||||
it: "Gyarados V",
|
||||
pt: "Gyarados V",
|
||||
de: "Garados V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Water"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "PLANETA Tsuji",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Get Angry",
|
||||
fr: "Coléreux",
|
||||
es: "Enfadarse",
|
||||
it: "Tutte le Furie",
|
||||
pt: "Get Angry",
|
||||
de: "Rotsehen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 damage for each damage counter on this Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts pour chaque marqueur de dégâts sur ce Pokémon.",
|
||||
es: "Este ataque hace 20 puntos de daño por cada contador de daño en este Pokémon.",
|
||||
it: "Questo attacco infligge 20 danni per ogni segnalino danno presente su questo Pokémon.",
|
||||
pt: "This attack does 20 damage for each damage counter on this Pokémon.",
|
||||
de: "Diese Attacke fügt für jede Schadensmarke auf diesem Pokémon 20 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "20×",
|
||||
cost: ["Water", "Water", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Heavy Storm",
|
||||
fr: "Grosse Tempête",
|
||||
es: "Fuerte Tormenta",
|
||||
it: "Grantempesta",
|
||||
pt: "Heavy Storm",
|
||||
de: "Schwerer Sturm"
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
cost: ["Water", "Water", "Water", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,71 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Vaporeon V"
|
||||
en: "Vaporeon V",
|
||||
fr: "Aquali V",
|
||||
es: "Vaporeon V",
|
||||
it: "Vaporeon V",
|
||||
pt: "Vaporeon V",
|
||||
de: "Aquana V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Water"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "5ban Graphics",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Triple Draw",
|
||||
fr: "Triple Pioche",
|
||||
es: "Triple Robo",
|
||||
it: "Pescata Tripla",
|
||||
pt: "Triple Draw",
|
||||
de: "Dreifachzug"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Draw 3 cards.",
|
||||
fr: "Piochez 3 cartes.",
|
||||
es: "Roba 3 cartas.",
|
||||
it: "Pesca tre carte.",
|
||||
pt: "Draw 3 cards.",
|
||||
de: "Ziehe 3 Karten."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Splash Jump",
|
||||
fr: "Saut Éclaboussant",
|
||||
es: "Salto Salpicadura",
|
||||
it: "Salto Splash",
|
||||
pt: "Splash Jump",
|
||||
de: "Platschersprung"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez ce Pokémon contre l’un de vos Pokémon de Banc.",
|
||||
es: "Cambia este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Scambia questo Pokémon con uno della tua panchina.",
|
||||
pt: "Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
de: "Tausche dieses Pokémon gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Water", "Water", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,73 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Suicune V"
|
||||
en: "Suicune V",
|
||||
fr: "Suicune V",
|
||||
es: "Suicune V",
|
||||
it: "Suicune V",
|
||||
pt: "Suicune V",
|
||||
de: "Suicune V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Water"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Ayaka Yoshida",
|
||||
suffix: "V",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Fleet-Footed",
|
||||
fr: "Pas Agiles",
|
||||
es: "Celeridad",
|
||||
it: "Corsalesta",
|
||||
pt: "Fleet-Footed",
|
||||
de: "Leichtfüßig"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may draw a card.",
|
||||
fr: "Une fois pendant votre tour, si ce Pokémon est sur le Poste Actif, vous pouvez piocher une carte.",
|
||||
es: "Una vez durante tu turno, si este Pokémon está en el Puesto Activo, puedes robar 1 carta.",
|
||||
it: "Una sola volta durante il tuo turno, se questo Pokémon è in posizione attiva, puoi pescare una carta.",
|
||||
pt: "Once during your turn, if this Pokémon is in the Active Spot, you may draw a card.",
|
||||
de: "Einmal während deines Zuges, wenn dieses Pokémon in der Aktiven Position ist, kannst du 1 Karte ziehen."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Blizzard Rondo",
|
||||
fr: "Rondo Givrant",
|
||||
es: "Rondó Ventisca",
|
||||
it: "Borarondò",
|
||||
pt: "Blizzard Rondo",
|
||||
de: "Blizzardrondo"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent’s).",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Pokémon de Banc (les vôtres et ceux de votre adversaire).",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada Pokémon en Banca (tanto tuyos como de tu rival).",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Pokémon in panchina, sia tuo che del tuo avversario.",
|
||||
pt: "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent’s).",
|
||||
de: "Diese Attacke fügt für jedes Pokémon auf der Bank (deiner und der deines Gegners) 20 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Water", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,71 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Glaceon V"
|
||||
en: "Glaceon V",
|
||||
fr: "Givrali V",
|
||||
es: "Glaceon V",
|
||||
it: "Glaceon V",
|
||||
pt: "Glaceon V",
|
||||
de: "Glaziola V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Water"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "5ban Graphics",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Frozen Awakening",
|
||||
fr: "Éveil Glacé",
|
||||
es: "Despertar Gélido",
|
||||
it: "Risveglio Gelido",
|
||||
pt: "Frozen Awakening",
|
||||
de: "Eisiges Erwachen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck une carte Évolution de ce Pokémon, puis placez-la sur ce Pokémon pour le faire évoluer. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 carta que evolucione de este Pokémon y ponla sobre este Pokémon para hacerlo evolucionar. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo una carta che si evolve da questo Pokémon e metticela sopra per farlo evolvere. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.",
|
||||
de: "Durchsuche dein Deck nach 1 Karte, die sich aus diesem Pokémon entwickelt, und lege sie auf dieses Pokémon, um es zu entwickeln. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
cost: ["Water"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Heavy Snow",
|
||||
fr: "Chute de Neige",
|
||||
es: "Nieve Espesa",
|
||||
it: "Neve Fitta",
|
||||
pt: "Heavy Snow",
|
||||
de: "Einschneien"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a Stadium in play.",
|
||||
fr: "Défaussez un Stade en jeu.",
|
||||
es: "Descarta un Estadio en juego.",
|
||||
it: "Scarta una carta Stadio in gioco.",
|
||||
pt: "Discard a Stadium in play.",
|
||||
de: "Lege 1 Stadionkarte im Spiel auf den Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Water", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Metal",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,71 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Glaceon V"
|
||||
en: "Glaceon V",
|
||||
fr: "Givrali V",
|
||||
es: "Glaceon V",
|
||||
it: "Glaceon V",
|
||||
pt: "Glaceon V",
|
||||
de: "Glaziola V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Water"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Narumi Sato",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Frozen Awakening",
|
||||
fr: "Éveil Glacé",
|
||||
es: "Despertar Gélido",
|
||||
it: "Risveglio Gelido",
|
||||
pt: "Frozen Awakening",
|
||||
de: "Eisiges Erwachen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck une carte Évolution de ce Pokémon, puis placez-la sur ce Pokémon pour le faire évoluer. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 carta que evolucione de este Pokémon y ponla sobre este Pokémon para hacerlo evolucionar. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo una carta che si evolve da questo Pokémon e metticela sopra per farlo evolvere. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.",
|
||||
de: "Durchsuche dein Deck nach 1 Karte, die sich aus diesem Pokémon entwickelt, und lege sie auf dieses Pokémon, um es zu entwickeln. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
cost: ["Water"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Heavy Snow",
|
||||
fr: "Chute de Neige",
|
||||
es: "Nieve Espesa",
|
||||
it: "Neve Fitta",
|
||||
pt: "Heavy Snow",
|
||||
de: "Einschneien"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a Stadium in play.",
|
||||
fr: "Défaussez un Stade en jeu.",
|
||||
es: "Descarta un Estadio en juego.",
|
||||
it: "Scarta una carta Stadio in gioco.",
|
||||
pt: "Discard a Stadium in play.",
|
||||
de: "Lege 1 Stadionkarte im Spiel auf den Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Water", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Metal",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Arctovish V"
|
||||
en: "Arctovish V",
|
||||
fr: "Hydragla V",
|
||||
es: "Arctovish V",
|
||||
it: "Arctovish V",
|
||||
pt: "Arctovish V",
|
||||
de: "Pescryodon V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Water"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Eske Yoshinob",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ancient Freeze",
|
||||
fr: "Givre Ancestral",
|
||||
es: "Congelación Ancestral",
|
||||
it: "Antico Gelo",
|
||||
pt: "Ancient Freeze",
|
||||
de: "Uralte Eisstarre"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Pokémon V or a Pokémon-GX, it can’t attack during your opponent’s next turn.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon-V ou un Pokémon-GX, il ne peut pas attaquer pendant le prochain tour de votre adversaire.",
|
||||
es: "Si el Pokémon Defensor es un Pokémon V o un Pokémon-GX, no puede atacar durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può attaccare se è un Pokémon-V o un Pokémon-GX.",
|
||||
pt: "If the Defending Pokémon is a Pokémon V or a Pokémon-GX, it can’t attack during your opponent’s next turn.",
|
||||
de: "Wenn das Verteidigende Pokémon ein Pokémon-V oder Pokémon-GX ist, kann es während des nächsten Zuges deines Gegners nicht angreifen."
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Water", "Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Giga Impact",
|
||||
fr: "Giga Impact",
|
||||
es: "Gigaimpacto",
|
||||
it: "Gigaimpatto",
|
||||
pt: "Giga Impact",
|
||||
de: "Gigastoß"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon can’t attack.",
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
|
||||
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare.",
|
||||
pt: "During your next turn, this Pokémon can’t attack.",
|
||||
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
|
||||
},
|
||||
|
||||
damage: 220,
|
||||
cost: ["Water", "Water", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,71 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Jolteon V"
|
||||
en: "Jolteon V",
|
||||
fr: "Voltali V",
|
||||
es: "Jolteon V",
|
||||
it: "Jolteon V",
|
||||
pt: "Jolteon V",
|
||||
de: "Blitza V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Lightning"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "5ban Graphics",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Thunder Spear",
|
||||
fr: "Lance-Éclair",
|
||||
es: "Lanza del Trueno",
|
||||
it: "Tuonolancia",
|
||||
pt: "Thunder Spear",
|
||||
de: "Donnerspeer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 damage to 1 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à l’un des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque hace 20 puntos de daño a 1 de los Pokémon de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge 20 danni a uno dei Pokémon del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "This attack does 20 damage to 1 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Diese Attacke fügt 1 Pokémon deines Gegners 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Pin Missile",
|
||||
fr: "Dard-Nuée",
|
||||
es: "Pin Misil",
|
||||
it: "Missilspillo",
|
||||
pt: "Pin Missile",
|
||||
de: "Nadelrakete"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 4 coins. This attack does 60 damage for each heads.",
|
||||
fr: "Lancez 4 pièces. Cette attaque inflige 60 dégâts pour chaque côté face.",
|
||||
es: "Lanza 4 monedas. Este ataque hace 60 puntos de daño por cada cara.",
|
||||
it: "Lancia quattro volte una moneta. Questo attacco infligge 60 danni ogni volta che esce testa.",
|
||||
pt: "Flip 4 coins. This attack does 60 damage for each heads.",
|
||||
de: "Wirf 4 Münzen. Diese Attacke fügt 60 Schadenspunkte pro Kopf zu."
|
||||
},
|
||||
|
||||
damage: "60×",
|
||||
cost: ["Lightning", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Dracozolt V"
|
||||
en: "Dracozolt V",
|
||||
fr: "Galvagon V",
|
||||
es: "Dracozolt V",
|
||||
it: "Dracozolt V",
|
||||
pt: "Dracozolt V",
|
||||
de: "Lectragon V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Lightning"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Primeval Beak",
|
||||
fr: "Bec Primitif",
|
||||
es: "Pico Primitivo",
|
||||
it: "Becco Primevo",
|
||||
pt: "Primeval Beak",
|
||||
de: "Urschnabel"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, Energy cards can’t be attached from your opponent’s hand to the Defending Pokémon.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, aucune carte Énergie ne peut être attachée de la main de votre adversaire au Pokémon Défenseur.",
|
||||
es: "Durante el próximo turno de tu rival, no se pueden unir cartas de Energía de la mano de tu rival al Pokémon Defensor.",
|
||||
it: "Durante il prossimo turno del tuo avversario, nessuna carta Energia può essere assegnata dalla mano del tuo avversario al Pokémon difensore.",
|
||||
pt: "During your opponent’s next turn, Energy cards can’t be attached from your opponent’s hand to the Defending Pokémon.",
|
||||
de: "Während des nächsten Zuges deines Gegners können keine Energiekarten aus der Hand deines Gegners an das Verteidigende Pokémon angelegt werden."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Lightning"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Mountain Swing",
|
||||
fr: "Frappe Montagneuse",
|
||||
es: "Embestida Montaña",
|
||||
it: "Oscillamonte",
|
||||
pt: "Mountain Swing",
|
||||
de: "Bergschwinger"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard the top 3 cards of your deck.",
|
||||
fr: "Défaussez les 3 cartes du dessus de votre deck.",
|
||||
es: "Descarta las 3 primeras cartas de tu baraja.",
|
||||
it: "Scarta le prime tre carte del tuo mazzo.",
|
||||
pt: "Discard the top 3 cards of your deck.",
|
||||
de: "Lege die obersten 3 Karten deines Decks auf deinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
cost: ["Lightning", "Lightning", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,67 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Espeon V"
|
||||
en: "Espeon V",
|
||||
fr: "Mentali V",
|
||||
es: "Espeon V",
|
||||
it: "Espeon V",
|
||||
pt: "Espeon V",
|
||||
de: "Psiana V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Psychic"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "5ban Graphics",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Zen Shot",
|
||||
fr: "Tir Zen",
|
||||
es: "Disparo Zen",
|
||||
it: "Colpo Zen",
|
||||
pt: "Zen Shot",
|
||||
de: "Zen-Schuss"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 60 damage to 1 of your opponent’s Pokémon V. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 60 dégâts à l’un des Pokémon-V de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque hace 60 puntos de daño a 1 de los Pokémon V de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge 60 danni a uno dei Pokémon-V del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "This attack does 60 damage to 1 of your opponent’s Pokémon V. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Diese Attacke fügt 1 Pokémon-V deines Gegners 60 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
cost: ["Psychic"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Super Psy Bolt",
|
||||
fr: "Super Psy",
|
||||
es: "Superrayo Psi",
|
||||
it: "Superpsico",
|
||||
pt: "Super Psy Bolt",
|
||||
de: "Super-Psischlag"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Psychic", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,50 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Flareon VMAX"
|
||||
en: "Flareon VMAX",
|
||||
fr: "Pyroli VMAX",
|
||||
es: "Flareon VMAX",
|
||||
it: "Flareon VMAX",
|
||||
pt: "Flareon VMAX",
|
||||
de: "Flamara VMAX"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Fire"],
|
||||
stage: "VMAX"
|
||||
stage: "VMAX",
|
||||
illustrator: "5ban Graphics",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Max Detonate",
|
||||
fr: "Éclatomax",
|
||||
es: "Maxidetonación",
|
||||
it: "Dynadeflagrazione",
|
||||
pt: "Max Detonate",
|
||||
de: "Dyna-Sprengung"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard the top 5 cards of your deck. This attack does 100 damage for each Energy card you discarded in this way.",
|
||||
fr: "Défaussez les 5 cartes du dessus de votre deck. Cette attaque inflige 100 dégâts pour chaque carte Énergie défaussée de cette façon.",
|
||||
es: "Descarta las 5 primeras cartas de tu baraja. Este ataque hace 100 puntos de daño por cada carta de Energía que hayas descartado de esta manera.",
|
||||
it: "Scarta le prime cinque carte del tuo mazzo. Questo attacco infligge 100 danni per ogni carta Energia che hai scartato in questo modo.",
|
||||
pt: "Discard the top 5 cards of your deck. This attack does 100 damage for each Energy card you discarded in this way.",
|
||||
de: "Lege die obersten 5 Karten deines Decks auf deinen Ablagestapel. Diese Attacke fügt für jede auf diese Weise abgelegte Energiekarte 100 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "100×",
|
||||
cost: ["Fire", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,67 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Espeon V"
|
||||
en: "Espeon V",
|
||||
fr: "Mentali V",
|
||||
es: "Espeon V",
|
||||
it: "Espeon V",
|
||||
pt: "Espeon V",
|
||||
de: "Psiana V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Psychic"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "sowsow",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Zen Shot",
|
||||
fr: "Tir Zen",
|
||||
es: "Disparo Zen",
|
||||
it: "Colpo Zen",
|
||||
pt: "Zen Shot",
|
||||
de: "Zen-Schuss"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 60 damage to 1 of your opponent’s Pokémon V. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 60 dégâts à l’un des Pokémon-V de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque hace 60 puntos de daño a 1 de los Pokémon V de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge 60 danni a uno dei Pokémon-V del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "This attack does 60 damage to 1 of your opponent’s Pokémon V. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Diese Attacke fügt 1 Pokémon-V deines Gegners 60 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
cost: ["Psychic"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Super Psy Bolt",
|
||||
fr: "Super Psy",
|
||||
es: "Superrayo Psi",
|
||||
it: "Superpsico",
|
||||
pt: "Super Psy Bolt",
|
||||
de: "Super-Psischlag"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Psychic", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,68 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Golurk V"
|
||||
en: "Golurk V",
|
||||
fr: "Golemastoc V",
|
||||
es: "Golurk V",
|
||||
it: "Golurk V",
|
||||
pt: "Golurk V",
|
||||
de: "Golgantes V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Psychic"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Eske Yoshinob",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing",
|
||||
es: "Megapuño",
|
||||
it: "Megapugno",
|
||||
pt: "Mega Punch",
|
||||
de: "Megahieb"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Psychic", "Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Rewind Beam",
|
||||
fr: "Rayon Régressif",
|
||||
es: "Rayo de Retorno",
|
||||
it: "Riavvolgiraggio",
|
||||
pt: "Rewind Beam",
|
||||
de: "Rückspulstrahl"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent’s hand.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon évolué, faites-le dés-évoluer en plaçant la carte Évolution la plus élevée placée dessus dans la main de votre adversaire.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon evolucionado, involuciónalo poniendo la carta de Evolución de fase más alta que tenga sobre él en la mano de tu rival.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon evoluto, annulla la sua evoluzione mettendone la carta Evoluzione di fase più alta nella mano del tuo avversario.",
|
||||
pt: "If your opponent’s Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent’s hand.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein entwickeltes Pokémon ist, rückentwickle es, indem du deinem Gegner die Karte mit der höchsten Entwicklungsstufe auf die Hand gibst."
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
cost: ["Psychic", "Psychic", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,68 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Golurk V"
|
||||
en: "Golurk V",
|
||||
fr: "Golemastoc V",
|
||||
es: "Golurk V",
|
||||
it: "Golurk V",
|
||||
pt: "Golurk V",
|
||||
de: "Golgantes V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Psychic"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Oswaldo KATO",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing",
|
||||
es: "Megapuño",
|
||||
it: "Megapugno",
|
||||
pt: "Mega Punch",
|
||||
de: "Megahieb"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Psychic", "Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Rewind Beam",
|
||||
fr: "Rayon Régressif",
|
||||
es: "Rayo de Retorno",
|
||||
it: "Riavvolgiraggio",
|
||||
pt: "Rewind Beam",
|
||||
de: "Rückspulstrahl"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent’s hand.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon évolué, faites-le dés-évoluer en plaçant la carte Évolution la plus élevée placée dessus dans la main de votre adversaire.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon evolucionado, involuciónalo poniendo la carta de Evolución de fase más alta que tenga sobre él en la mano de tu rival.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon evoluto, annulla la sua evoluzione mettendone la carta Evoluzione di fase più alta nella mano del tuo avversario.",
|
||||
pt: "If your opponent’s Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent’s hand.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein entwickeltes Pokémon ist, rückentwickle es, indem du deinem Gegner die Karte mit der höchsten Entwicklungsstufe auf die Hand gibst."
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
cost: ["Psychic", "Psychic", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,64 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Sylveon V"
|
||||
en: "Sylveon V",
|
||||
fr: "Nymphali V",
|
||||
es: "Sylveon V",
|
||||
it: "Sylveon V",
|
||||
pt: "Sylveon V",
|
||||
de: "Feelinara V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Psychic"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "aky CG Works",
|
||||
suffix: "V",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Dream Gift",
|
||||
fr: "Cadeau Rêvé",
|
||||
es: "Regalo de Ensueño",
|
||||
it: "Dono Onirico",
|
||||
pt: "Dream Gift",
|
||||
de: "Traumgeschenk"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck. If you use this Ability, your turn ends.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Objet, la montrer, puis l’ajouter à votre main. Mélangez ensuite votre deck. Si vous utilisez ce talent, votre tour se termine.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja 1 carta de Objeto, enseñarla y ponerla en tu mano. Después, baraja las cartas de tu baraja. Si usas esta habilidad, tu turno termina.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo una carta Strumento, mostrarla e aggiungerla alle carte che hai in mano. Poi rimischia le carte del tuo mazzo. Se usi questa abilità, il tuo turno finisce.",
|
||||
pt: "Once during your turn, you may search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck. If you use this Ability, your turn ends.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach 1 Itemkarte durchsuchen, sie deinem Gegner zeigen und auf deine Hand nehmen. Mische anschließend dein Deck. Wenn du diese Fähigkeit einsetzt, endet dein Zug."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Magical Shot",
|
||||
fr: "Coup Magique",
|
||||
es: "Disparo Mágico",
|
||||
it: "Magicolpo",
|
||||
pt: "Magical Shot",
|
||||
de: "Magischer Schuss"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Metal",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -5,14 +5,64 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Sylveon V"
|
||||
en: "Sylveon V",
|
||||
fr: "Nymphali V",
|
||||
es: "Sylveon V",
|
||||
it: "Sylveon V",
|
||||
pt: "Sylveon V",
|
||||
de: "Feelinara V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Psychic"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Yuu Nishida",
|
||||
suffix: "V",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Dream Gift",
|
||||
fr: "Cadeau Rêvé",
|
||||
es: "Regalo de Ensueño",
|
||||
it: "Dono Onirico",
|
||||
pt: "Dream Gift",
|
||||
de: "Traumgeschenk"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck. If you use this Ability, your turn ends.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Objet, la montrer, puis l’ajouter à votre main. Mélangez ensuite votre deck. Si vous utilisez ce talent, votre tour se termine.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja 1 carta de Objeto, enseñarla y ponerla en tu mano. Después, baraja las cartas de tu baraja. Si usas esta habilidad, tu turno termina.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo una carta Strumento, mostrarla e aggiungerla alle carte che hai in mano. Poi rimischia le carte del tuo mazzo. Se usi questa abilità, il tuo turno finisce.",
|
||||
pt: "Once during your turn, you may search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck. If you use this Ability, your turn ends.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach 1 Itemkarte durchsuchen, sie deinem Gegner zeigen und auf deine Hand nehmen. Mische anschließend dein Deck. Wenn du diese Fähigkeit einsetzt, endet dein Zug."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Magical Shot",
|
||||
fr: "Coup Magique",
|
||||
es: "Disparo Mágico",
|
||||
it: "Magicolpo",
|
||||
pt: "Magical Shot",
|
||||
de: "Magischer Schuss"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Metal",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,71 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Medicham V"
|
||||
en: "Medicham V",
|
||||
fr: "Charmina V",
|
||||
es: "Medicham V",
|
||||
it: "Medicham V",
|
||||
pt: "Medicham V",
|
||||
de: "Meditalis V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Fighting"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Satoshi Shirai",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Yoga Loop",
|
||||
fr: "Boucle Yoga",
|
||||
es: "Yoga en Bucle",
|
||||
it: "Circuito Yoga",
|
||||
pt: "Yoga Loop",
|
||||
de: "Yogaschleife"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put 2 damage counters on 1 of your opponent’s Pokémon. If your opponent’s Pokémon is Knocked Out by this attack, take another turn after this one. (Skip Pokémon Checkup.) If 1 of your Pokémon used Yoga Loop during your last turn, this attack can’t be used.",
|
||||
fr: "Placez 2 marqueurs de dégâts sur l’un des Pokémon de votre adversaire. Si le Pokémon de votre adversaire est mis K.O. par cette attaque, jouez de nouveau après ce tour. (Omettez le Contrôle Pokémon.) Si l’un de vos Pokémon a utilisé Boucle Yoga pendant votre dernier tour, cette attaque ne peut pas être utilisée.",
|
||||
es: "Pon 2 contadores de daño en 1 de los Pokémon de tu rival. Si un Pokémon de tu rival queda Fuera de Combate por este ataque, toma otro turno después de este. (Sáltate el Chequeo Pokémon). Si 1 de tus Pokémon usó Yoga en Bucle durante tu último turno, este ataque no se puede usar.",
|
||||
it: "Metti due segnalini danno su uno dei Pokémon del tuo avversario. Se un Pokémon del tuo avversario viene messo KO da questo attacco, dopo questo turno, giocane un altro. Salta il controllo Pokémon. Se uno dei tuoi Pokémon ha usato Circuito Yoga durante il tuo ultimo turno, questo attacco non può essere usato.",
|
||||
pt: "Put 2 damage counters on 1 of your opponent’s Pokémon. If your opponent’s Pokémon is Knocked Out by this attack, take another turn after this one. (Skip Pokémon Checkup.) If 1 of your Pokémon used Yoga Loop during your last turn, this attack can’t be used.",
|
||||
de: "Lege 2 Schadensmarken auf 1 Pokémon deines Gegners. Wenn ein Pokémon deines Gegners durch diese Attacke kampfunfähig wird, bist du nach diesem Zug erneut am Zug. (Überspringe den Pokémon-Check.) Wenn 1 deiner Pokémon während deines letzten Zuges Yogaschleife eingesetzt hat, kann diese Attacke nicht eingesetzt werden."
|
||||
},
|
||||
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Smash Uppercut",
|
||||
fr: "Poing Fracassant",
|
||||
es: "Gancho Destructor",
|
||||
it: "Spaccamontante",
|
||||
pt: "Smash Uppercut",
|
||||
de: "Geballter Kinnhaken"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by Resistance.",
|
||||
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.",
|
||||
es: "El daño de este ataque no se ve afectado por Resistencia.",
|
||||
it: "I danni di questo attacco non sono influenzati dalla resistenza.",
|
||||
pt: "This attack’s damage isn’t affected by Resistance.",
|
||||
de: "Der Schaden dieser Attacke wird durch Resistenz nicht verändert."
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Fighting", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,71 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Medicham V"
|
||||
en: "Medicham V",
|
||||
fr: "Charmina V",
|
||||
es: "Medicham V",
|
||||
it: "Medicham V",
|
||||
pt: "Medicham V",
|
||||
de: "Meditalis V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Fighting"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "KIYOTAKA OSHIYAMA",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Yoga Loop",
|
||||
fr: "Boucle Yoga",
|
||||
es: "Yoga en Bucle",
|
||||
it: "Circuito Yoga",
|
||||
pt: "Yoga Loop",
|
||||
de: "Yogaschleife"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put 2 damage counters on 1 of your opponent’s Pokémon. If your opponent’s Pokémon is Knocked Out by this attack, take another turn after this one. (Skip Pokémon Checkup.) If 1 of your Pokémon used Yoga Loop during your last turn, this attack can’t be used.",
|
||||
fr: "Placez 2 marqueurs de dégâts sur l’un des Pokémon de votre adversaire. Si le Pokémon de votre adversaire est mis K.O. par cette attaque, jouez de nouveau après ce tour. (Omettez le Contrôle Pokémon.) Si l’un de vos Pokémon a utilisé Boucle Yoga pendant votre dernier tour, cette attaque ne peut pas être utilisée.",
|
||||
es: "Pon 2 contadores de daño en 1 de los Pokémon de tu rival. Si un Pokémon de tu rival queda Fuera de Combate por este ataque, toma otro turno después de este. (Sáltate el Chequeo Pokémon). Si 1 de tus Pokémon usó Yoga en Bucle durante tu último turno, este ataque no se puede usar.",
|
||||
it: "Metti due segnalini danno su uno dei Pokémon del tuo avversario. Se un Pokémon del tuo avversario viene messo KO da questo attacco, dopo questo turno, giocane un altro. Salta il controllo Pokémon. Se uno dei tuoi Pokémon ha usato Circuito Yoga durante il tuo ultimo turno, questo attacco non può essere usato.",
|
||||
pt: "Put 2 damage counters on 1 of your opponent’s Pokémon. If your opponent’s Pokémon is Knocked Out by this attack, take another turn after this one. (Skip Pokémon Checkup.) If 1 of your Pokémon used Yoga Loop during your last turn, this attack can’t be used.",
|
||||
de: "Lege 2 Schadensmarken auf 1 Pokémon deines Gegners. Wenn ein Pokémon deines Gegners durch diese Attacke kampfunfähig wird, bist du nach diesem Zug erneut am Zug. (Überspringe den Pokémon-Check.) Wenn 1 deiner Pokémon während deines letzten Zuges Yogaschleife eingesetzt hat, kann diese Attacke nicht eingesetzt werden."
|
||||
},
|
||||
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Smash Uppercut",
|
||||
fr: "Poing Fracassant",
|
||||
es: "Gancho Destructor",
|
||||
it: "Spaccamontante",
|
||||
pt: "Smash Uppercut",
|
||||
de: "Geballter Kinnhaken"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by Resistance.",
|
||||
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.",
|
||||
es: "El daño de este ataque no se ve afectado por Resistencia.",
|
||||
it: "I danni di questo attacco non sono influenzati dalla resistenza.",
|
||||
pt: "This attack’s damage isn’t affected by Resistance.",
|
||||
de: "Der Schaden dieser Attacke wird durch Resistenz nicht verändert."
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Fighting", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,63 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Lycanroc V"
|
||||
en: "Lycanroc V",
|
||||
fr: "Lougaroc V",
|
||||
es: "Lycanroc V",
|
||||
it: "Lycanroc V",
|
||||
pt: "Lycanroc V",
|
||||
de: "Wolwerock V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Fighting"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "PLANETA Tsuji",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Rock Throw",
|
||||
fr: "Jet-Pierres",
|
||||
es: "Lanzarrocas",
|
||||
it: "Sassata",
|
||||
pt: "Rock Throw",
|
||||
de: "Steinwurf"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Fighting"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Crashing Fangs",
|
||||
fr: "Crocs Percutants",
|
||||
es: "Colmillos Demoledores",
|
||||
it: "Schiantazanne",
|
||||
pt: "Crashing Fangs",
|
||||
de: "Reißende Zähne"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon can’t attack.",
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
|
||||
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare.",
|
||||
pt: "During your next turn, this Pokémon can’t attack.",
|
||||
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
|
||||
},
|
||||
|
||||
damage: 200,
|
||||
cost: ["Fighting", "Fighting", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Umbreon V"
|
||||
en: "Umbreon V",
|
||||
fr: "Noctali V",
|
||||
es: "Umbreon V",
|
||||
it: "Umbreon V",
|
||||
pt: "Umbreon V",
|
||||
de: "Nachtara V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Darkness"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "5ban Graphics",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mean Look",
|
||||
fr: "Regard Noir",
|
||||
es: "Mal de Ojo",
|
||||
it: "Malosguardo",
|
||||
pt: "Mean Look",
|
||||
de: "Horrorblick"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Darkness"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Moonlight Blade",
|
||||
fr: "Lame Lune",
|
||||
es: "Tajo Luz Lunar",
|
||||
it: "Lama Lucelunare",
|
||||
pt: "Moonlight Blade",
|
||||
de: "Mondscheinklinge"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has any damage counters on it, this attack does 80 more damage.",
|
||||
fr: "Si au moins un marqueur de dégâts est placé sur ce Pokémon, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene algún contador de daño sobre él, este ataque hace 80 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha dei segnalini danno, questo attacco infligge 80 danni in più.",
|
||||
pt: "If this Pokémon has any damage counters on it, this attack does 80 more damage.",
|
||||
de: "Wenn auf diesem Pokémon mindestens 1 Schadensmarke liegt, fügt diese Attacke 80 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "80+",
|
||||
cost: ["Darkness", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,72 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Umbreon V"
|
||||
en: "Umbreon V",
|
||||
fr: "Noctali V",
|
||||
es: "Umbreon V",
|
||||
it: "Umbreon V",
|
||||
pt: "Umbreon V",
|
||||
de: "Nachtara V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Darkness"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Teeziro",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mean Look",
|
||||
fr: "Regard Noir",
|
||||
es: "Mal de Ojo",
|
||||
it: "Malosguardo",
|
||||
pt: "Mean Look",
|
||||
de: "Horrorblick"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Darkness"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Moonlight Blade",
|
||||
fr: "Lame Lune",
|
||||
es: "Tajo Luz Lunar",
|
||||
it: "Lama Lucelunare",
|
||||
pt: "Moonlight Blade",
|
||||
de: "Mondscheinklinge"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has any damage counters on it, this attack does 80 more damage.",
|
||||
fr: "Si au moins un marqueur de dégâts est placé sur ce Pokémon, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene algún contador de daño sobre él, este ataque hace 80 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha dei segnalini danno, questo attacco infligge 80 danni in più.",
|
||||
pt: "If this Pokémon has any damage counters on it, this attack does 80 more damage.",
|
||||
de: "Wenn auf diesem Pokémon mindestens 1 Schadensmarke liegt, fügt diese Attacke 80 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "80+",
|
||||
cost: ["Darkness", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,71 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Entei"
|
||||
en: "Entei",
|
||||
fr: "Entei",
|
||||
es: "Entei",
|
||||
it: "Entei",
|
||||
pt: "Entei",
|
||||
de: "Entei"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Fire"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "NC Empire",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Angry Fang",
|
||||
fr: "Crocs Enragés",
|
||||
es: "Colmillo Irascible",
|
||||
it: "Zanna Furiosa",
|
||||
pt: "Angry Fang",
|
||||
de: "Wütende Fänge"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 10 damage for each damage counter on all of your Benched Single Strike Pokémon.",
|
||||
fr: "Cette attaque inflige 10 dégâts pour chaque marqueur de dégâts placé sur tous vos Pokémon Poing Final de Banc.",
|
||||
es: "Este ataque hace 10 puntos de daño por cada contador de daño en todos tus Pokémon Golpe Brusco en Banca.",
|
||||
it: "Questo attacco infligge 10 danni per ogni segnalino danno presente sui tuoi Pokémon Colpo Singolo in panchina.",
|
||||
pt: "This attack does 10 damage for each damage counter on all of your Benched Single Strike Pokémon.",
|
||||
de: "Diese Attacke fügt für jede Schadensmarke auf allen Fokussierter-Angriff-Pokémon auf deiner Bank 10 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "10×",
|
||||
cost: ["Fire", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Heat Tackle",
|
||||
fr: "Charge Énergétique",
|
||||
es: "Placaje Ardiente",
|
||||
it: "Calorazione",
|
||||
pt: "Heat Tackle",
|
||||
de: "Hitze-Tackle"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige aussi 30 dégâts.",
|
||||
es: "Este Pokémon también se hace 30 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 30 danni a se stesso.",
|
||||
pt: "This Pokémon also does 30 damage to itself.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 30 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Fire", "Fire", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,63 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Garbodor V"
|
||||
en: "Garbodor V",
|
||||
fr: "Miasmax V",
|
||||
es: "Garbodor V",
|
||||
it: "Garbodor V",
|
||||
pt: "Garbodor V",
|
||||
de: "Deponitox V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Darkness"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "aky CG Works",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Trash Stench",
|
||||
fr: "Relents d’Ordures",
|
||||
es: "Basura Pestilente",
|
||||
it: "Tanfo di Spazzatura",
|
||||
pt: "Trash Stench",
|
||||
de: "Müllmief"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. During your opponent’s next turn, that Pokémon can’t retreat.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le prochain tour de votre adversaire, ce Pokémon-là ne peut pas battre en retraite.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Durante el próximo turno de tu rival, ese Pokémon no puede retirarse.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Durante il prossimo turno del tuo avversario, quel Pokémon non può ritirarsi.",
|
||||
pt: "Your opponent’s Active Pokémon is now Poisoned. During your opponent’s next turn, that Pokémon can’t retreat.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet. Während des nächsten Zuges deines Gegners kann sich jenes Pokémon nicht zurückziehen."
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Darkness", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Sludge Bomb",
|
||||
fr: "Bombe Beurk",
|
||||
es: "Bomba Lodo",
|
||||
it: "Fangobomba",
|
||||
pt: "Sludge Bomb",
|
||||
de: "Matschbombe"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
cost: ["Darkness", "Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,67 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Dragonite V"
|
||||
en: "Dragonite V",
|
||||
fr: "Dracolosse V",
|
||||
es: "Dragonite V",
|
||||
it: "Dragonite V",
|
||||
pt: "Dragonite V",
|
||||
de: "Dragoran V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 230,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Saki Hayashiro",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Shred",
|
||||
fr: "Déchiquetage",
|
||||
es: "Hacer Trizas",
|
||||
it: "Tritatutto",
|
||||
pt: "Shred",
|
||||
de: "Zerfetzer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by any effects on your opponent’s Active Pokémon.",
|
||||
fr: "Les dégâts de cette attaque ne sont affectés par aucun effet en action sur le Pokémon Actif de votre adversaire.",
|
||||
es: "El daño de este ataque no se ve afectado por ningún efecto en el Pokémon Activo de tu rival.",
|
||||
it: "I danni di questo attacco non sono influenzati da alcun effetto presente sul Pokémon attivo del tuo avversario.",
|
||||
pt: "This attack’s damage isn’t affected by any effects on your opponent’s Active Pokémon.",
|
||||
de: "Der Schaden dieser Attacke wird durch Effekte auf dem Aktiven Pokémon deines Gegners nicht verändert."
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Dragon Gale",
|
||||
fr: "Bourrasque Draconique",
|
||||
es: "Vendaval de Dragón",
|
||||
it: "Dragoraffica",
|
||||
pt: "Dragon Gale",
|
||||
de: "Drachensturm"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack also does 20 damage to each of your Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige aussi 20 dégâts à chacun de vos Pokémon de Banc. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque también hace 20 puntos de daño a cada uno de tus Pokémon en Banca. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge anche 20 danni a ciascuno dei Pokémon nella tua panchina. Non applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "This attack also does 20 damage to each of your Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Diese Attacke fügt auch jedem Pokémon auf deiner Bank 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
damage: 250,
|
||||
cost: ["Water", "Water", "Lightning"]
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,67 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Dragonite V"
|
||||
en: "Dragonite V",
|
||||
fr: "Dracolosse V",
|
||||
es: "Dragonite V",
|
||||
it: "Dragonite V",
|
||||
pt: "Dragonite V",
|
||||
de: "Dragoran V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 230,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Atsushi Furusawa",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Shred",
|
||||
fr: "Déchiquetage",
|
||||
es: "Hacer Trizas",
|
||||
it: "Tritatutto",
|
||||
pt: "Shred",
|
||||
de: "Zerfetzer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by any effects on your opponent’s Active Pokémon.",
|
||||
fr: "Les dégâts de cette attaque ne sont affectés par aucun effet en action sur le Pokémon Actif de votre adversaire.",
|
||||
es: "El daño de este ataque no se ve afectado por ningún efecto en el Pokémon Activo de tu rival.",
|
||||
it: "I danni di questo attacco non sono influenzati da alcun effetto presente sul Pokémon attivo del tuo avversario.",
|
||||
pt: "This attack’s damage isn’t affected by any effects on your opponent’s Active Pokémon.",
|
||||
de: "Der Schaden dieser Attacke wird durch Effekte auf dem Aktiven Pokémon deines Gegners nicht verändert."
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Dragon Gale",
|
||||
fr: "Bourrasque Draconique",
|
||||
es: "Vendaval de Dragón",
|
||||
it: "Dragoraffica",
|
||||
pt: "Dragon Gale",
|
||||
de: "Drachensturm"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack also does 20 damage to each of your Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige aussi 20 dégâts à chacun de vos Pokémon de Banc. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque también hace 20 puntos de daño a cada uno de tus Pokémon en Banca. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge anche 20 danni a ciascuno dei Pokémon nella tua panchina. Non applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "This attack also does 20 damage to each of your Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Diese Attacke fügt auch jedem Pokémon auf deiner Bank 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
damage: 250,
|
||||
cost: ["Water", "Water", "Lightning"]
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,67 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Rayquaza V"
|
||||
en: "Rayquaza V",
|
||||
fr: "Rayquaza V",
|
||||
es: "Rayquaza V",
|
||||
it: "Rayquaza V",
|
||||
pt: "Rayquaza V",
|
||||
de: "Rayquaza V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Dragon Pulse",
|
||||
fr: "Draco-Choc",
|
||||
es: "Pulso Dragón",
|
||||
it: "Dragopulsar",
|
||||
pt: "Dragon Pulse",
|
||||
de: "Drachenpuls"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard the top 2 cards of your deck.",
|
||||
fr: "Défaussez les 2 cartes du dessus de votre deck.",
|
||||
es: "Descarta las 2 primeras cartas de tu baraja.",
|
||||
it: "Scarta le prime due carte del tuo mazzo.",
|
||||
pt: "Discard the top 2 cards of your deck.",
|
||||
de: "Lege die obersten 2 Karten deines Decks auf deinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Lightning"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Spiral Burst",
|
||||
fr: "Spirale Détonante",
|
||||
es: "Explosión en Espiral",
|
||||
it: "Spiralscoppio",
|
||||
pt: "Spiral Burst",
|
||||
de: "Spiral-Detonation"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.",
|
||||
fr: "Vous pouvez défausser jusqu’à 2 Énergies Fire de base ou jusqu’à 2 Énergies Lightning de base de ce Pokémon. Cette attaque inflige 80 dégâts supplémentaires pour chaque carte défaussée de cette façon.",
|
||||
es: "Puedes descartar hasta 2 Energías Fire Básicas o hasta 2 Energías Lightning Básicas de este Pokémon. Este ataque hace 80 puntos de daño más por cada carta que hayas descartado de esta manera.",
|
||||
it: "Puoi scartare fino a due Energie base Fire o due Energie base Lightning da questo Pokémon. Questo attacco infligge 80 danni in più per ogni carta che hai scartato in questo modo.",
|
||||
pt: "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.",
|
||||
de: "Du kannst bis zu 2 Basis-Fire-Energien oder bis zu 2 Basis-Lightning-Energien von diesem Pokémon auf deinen Ablagestapel legen. Diese Attacke fügt für jede auf diese Weise abgelegte Karte 80 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Fire", "Lightning"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,67 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Rayquaza V"
|
||||
en: "Rayquaza V",
|
||||
fr: "Rayquaza V",
|
||||
es: "Rayquaza V",
|
||||
it: "Rayquaza V",
|
||||
pt: "Rayquaza V",
|
||||
de: "Rayquaza V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Ryuta Fuse",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Dragon Pulse",
|
||||
fr: "Draco-Choc",
|
||||
es: "Pulso Dragón",
|
||||
it: "Dragopulsar",
|
||||
pt: "Dragon Pulse",
|
||||
de: "Drachenpuls"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard the top 2 cards of your deck.",
|
||||
fr: "Défaussez les 2 cartes du dessus de votre deck.",
|
||||
es: "Descarta las 2 primeras cartas de tu baraja.",
|
||||
it: "Scarta le prime due carte del tuo mazzo.",
|
||||
pt: "Discard the top 2 cards of your deck.",
|
||||
de: "Lege die obersten 2 Karten deines Decks auf deinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Lightning"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Spiral Burst",
|
||||
fr: "Spirale Détonante",
|
||||
es: "Explosión en Espiral",
|
||||
it: "Spiralscoppio",
|
||||
pt: "Spiral Burst",
|
||||
de: "Spiral-Detonation"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.",
|
||||
fr: "Vous pouvez défausser jusqu’à 2 Énergies Fire de base ou jusqu’à 2 Énergies Lightning de base de ce Pokémon. Cette attaque inflige 80 dégâts supplémentaires pour chaque carte défaussée de cette façon.",
|
||||
es: "Puedes descartar hasta 2 Energías Fire Básicas o hasta 2 Energías Lightning Básicas de este Pokémon. Este ataque hace 80 puntos de daño más por cada carta que hayas descartado de esta manera.",
|
||||
it: "Puoi scartare fino a due Energie base Fire o due Energie base Lightning da questo Pokémon. Questo attacco infligge 80 danni in più per ogni carta che hai scartato in questo modo.",
|
||||
pt: "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.",
|
||||
de: "Du kannst bis zu 2 Basis-Fire-Energien oder bis zu 2 Basis-Lightning-Energien von diesem Pokémon auf deinen Ablagestapel legen. Diese Attacke fügt für jede auf diese Weise abgelegte Karte 80 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Fire", "Lightning"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
@ -12,14 +12,66 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Noivern V"
|
||||
en: "Noivern V",
|
||||
fr: "Bruyverne V",
|
||||
es: "Noivern V",
|
||||
it: "Noivern V",
|
||||
pt: "Noivern V",
|
||||
de: "UHaFnir V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Ayaka Yoshida",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Boomburst",
|
||||
fr: "Bang Sonique",
|
||||
es: "Estruendo",
|
||||
it: "Ondaboato",
|
||||
pt: "Boomburst",
|
||||
de: "Überschallknall"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 damage to each of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à chacun des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque hace 20 puntos de daño a cada uno de los Pokémon de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge 20 danni a ciascuno dei Pokémon del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "This attack does 20 damage to each of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Diese Attacke fügt jedem Pokémon deines Gegners 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
cost: ["Psychic"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Synchro Loud",
|
||||
fr: "Synchro Sonore",
|
||||
es: "Sincronización Ruidosa",
|
||||
it: "Sincrochiasso",
|
||||
pt: "Synchro Loud",
|
||||
de: "Synchrokrach"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have the same number of cards in your hand as your opponent, this attack does 120 more damage.",
|
||||
fr: "Si vous avez le même nombre de cartes dans votre main que votre adversaire, cette attaque inflige 120 dégâts supplémentaires.",
|
||||
es: "Si tienes la misma cantidad de cartas en tu mano que tu rival, este ataque hace 120 puntos de daño más.",
|
||||
it: "Se hai lo stesso numero di carte in mano del tuo avversario, questo attacco infligge 120 danni in più.",
|
||||
pt: "If you have the same number of cards in your hand as your opponent, this attack does 120 more damage.",
|
||||
de: "Wenn du genauso viele Karten auf der Hand hast wie dein Gegner, fügt diese Attacke 120 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
cost: ["Psychic", "Darkness"]
|
||||
}],
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
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