mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
fix: SV sets now have their illustrator set (#743)
This commit is contained in:
@ -48,7 +48,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -54,12 +54,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has any Lightning Energy attached, this attack does 80 more damage.",
|
||||
fr: "Si au moins une Énergie Lightning est attachée à ce Pokémon, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene alguna Energía Lightning unida, este ataque hace 80 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha delle Energie Lightning assegnate, questo attacco infligge 80 danni in più.",
|
||||
pt: "Se este Pokémon tiver alguma Energia Lightning ligada a ele, este ataque causará 80 pontos de dano a mais.",
|
||||
de: "Wenn an dieses Pokémon mindestens 1 Lightning-Energie angelegt ist, fügt diese Attacke 80 Schadenspunkte mehr zu."
|
||||
en: "If this Pokémon has any {L} Energy attached, this attack does 80 more damage.",
|
||||
fr: "Si au moins une Énergie {L} est attachée à ce Pokémon, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene alguna Energía {L} unida, este ataque hace 80 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha delle Energie {L} assegnate, questo attacco infligge 80 danni in più.",
|
||||
pt: "Se este Pokémon tiver alguma Energia {L} ligada a ele, este ataque causará 80 pontos de dano a mais.",
|
||||
de: "Wenn an dieses Pokémon mindestens 1 {L}-Energie angelegt ist, fügt diese Attacke 80 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "50+"
|
||||
@ -70,7 +70,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "mashu"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -59,7 +59,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Yoshimi Miyoshi"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Tetsu Kayama"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -52,12 +52,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a Basic Grass Energy card from your hand. If you can't, this attack does nothing.",
|
||||
fr: "Défaussez une carte Énergie Grass de base de votre main. Si vous ne le pouvez pas, cette attaque ne fait rien.",
|
||||
es: "Descarta 1 carta de Energía Grass Básica de tu mano. Si no puedes, este ataque no hace nada.",
|
||||
it: "Scarta una carta Energia base Grass che hai in mano. Se non puoi, questo attacco non ha effetto.",
|
||||
pt: "Descarte uma carta de Energia Grass Básica da sua mão. Se não puder fazer isto, este ataque não fará nada.",
|
||||
de: "Lege 1 Basis-Grass-Energiekarte aus deiner Hand auf deinen Ablagestapel. Wenn du das nicht machen kannst, hat diese Attacke keine Auswirkungen."
|
||||
en: "Discard a Basic {G} Energy card from your hand. If you can't, this attack does nothing.",
|
||||
fr: "Défaussez une carte Énergie {G} de base de votre main. Si vous ne le pouvez pas, cette attaque ne fait rien.",
|
||||
es: "Descarta 1 carta de Energía {G} Básica de tu mano. Si no puedes, este ataque no hace nada.",
|
||||
it: "Scarta una carta Energia base {G} che hai in mano. Se non puoi, questo attacco non ha effetto.",
|
||||
pt: "Descarte uma carta de Energia {G} Básica da sua mão. Se não puder fazer isto, este ataque não fará nada.",
|
||||
de: "Lege 1 Basis-{G}-Energiekarte aus deiner Hand auf deinen Ablagestapel. Wenn du das nicht machen kannst, hat diese Attacke keine Auswirkungen."
|
||||
},
|
||||
|
||||
damage: 170
|
||||
@ -68,7 +68,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "DOM"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -48,7 +48,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
normal: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "GOSSAN"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -52,7 +52,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "REND"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "burari"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -70,7 +70,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Shinji Kanda"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -59,7 +59,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Shimaris Yukichi"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -59,7 +59,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Yuya Oka"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put up to 3 Water Pokémon from your discard pile onto your Bench.",
|
||||
fr: "Placez jusqu'à 3 Pokémon Water de votre pile de défausse sur votre Banc.",
|
||||
es: "Pon hasta 3 Pokémon Water de tu pila de descartes en tu Banca.",
|
||||
it: "Prendi fino a tre Pokémon Water dalla tua pila degli scarti e mettili nella tua panchina.",
|
||||
pt: "Coloque até 3 Pokémon Water da sua pilha de descarte no seu Banco.",
|
||||
de: "Lege bis zu 3 Water-Pokémon aus deinem Ablagestapel auf deine Bank."
|
||||
en: "Put up to 3 {W} Pokémon from your discard pile onto your Bench.",
|
||||
fr: "Placez jusqu'à 3 Pokémon {W} de votre pile de défausse sur votre Banc.",
|
||||
es: "Pon hasta 3 Pokémon {W} de tu pila de descartes en tu Banca.",
|
||||
it: "Prendi fino a tre Pokémon {W} dalla tua pila degli scarti e mettili nella tua panchina.",
|
||||
pt: "Coloque até 3 Pokémon {W} da sua pilha de descarte no seu Banco.",
|
||||
de: "Lege bis zu 3 {W}-Pokémon aus deinem Ablagestapel auf deine Bank."
|
||||
}
|
||||
}, {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
@ -52,12 +52,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 more damage for each Water Energy attached to this Pokémon.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Énergie Water attachée à ce Pokémon.",
|
||||
es: "Este ataque hace 50 puntos de daño más por cada Energía Water unida a este Pokémon.",
|
||||
it: "Questo attacco infligge 50 danni in più per ogni Energia Water assegnata a questo Pokémon.",
|
||||
pt: "Este ataque causa 50 pontos de dano a mais para cada Energia Water ligada a este Pokémon.",
|
||||
de: "Diese Attacke fügt für jede an dieses Pokémon angelegte Water-Energie 50 Schadenspunkte mehr zu."
|
||||
en: "This attack does 50 more damage for each {W} Energy attached to this Pokémon.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Énergie {W} attachée à ce Pokémon.",
|
||||
es: "Este ataque hace 50 puntos de daño más por cada Energía {W} unida a este Pokémon.",
|
||||
it: "Questo attacco infligge 50 danni in più per ogni Energia {W} assegnata a questo Pokémon.",
|
||||
pt: "Este ataque causa 50 pontos de dano a mais para cada Energia {W} ligada a este Pokémon.",
|
||||
de: "Diese Attacke fügt für jede an dieses Pokémon angelegte {W}-Energie 50 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "50+"
|
||||
@ -69,7 +69,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "toriyufu"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Krgc"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "aspara"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -48,7 +48,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "OKUBO"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -48,7 +48,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Masako Tomii"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -59,7 +59,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "IKEDA Saki"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Aya Kusube"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -70,7 +70,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
normal: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "danciao"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -68,7 +68,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
normal: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "matazo"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -68,7 +68,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Kuroimori"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Aliya Chen"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may attach up to 2 Basic Fighting Energy cards from your hand to this Pokémon.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez attacher jusqu'à 2 cartes Énergie Fighting de base de votre main à ce Pokémon.",
|
||||
es: "Cuando juegas este Pokémon de tu mano a tu Banca durante tu turno, puedes unir hasta 2 cartas de Energía Fighting Básica de tu mano a este Pokémon.",
|
||||
it: "Quando giochi questo Pokémon dalla tua mano e lo metti in panchina durante il tuo turno, puoi assegnargli fino a due carte Energia base Fighting dalla tua mano.",
|
||||
pt: "Quando você jogar este Pokémon da sua mão para o seu Banco durante o seu turno, você poderá ligar até 2 cartas de Energia Fighting Básica da sua mão a este Pokémon.",
|
||||
de: "Wenn du dieses Pokémon während deines Zuges aus deiner Hand auf deine Bank spielst, kannst du bis zu 2 Basis-Fighting-Energiekarten aus deiner Hand an dieses Pokémon anlegen."
|
||||
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may attach up to 2 Basic {F} Energy cards from your hand to this Pokémon.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez attacher jusqu'à 2 cartes Énergie {F} de base de votre main à ce Pokémon.",
|
||||
es: "Cuando juegas este Pokémon de tu mano a tu Banca durante tu turno, puedes unir hasta 2 cartas de Energía {F} Básica de tu mano a este Pokémon.",
|
||||
it: "Quando giochi questo Pokémon dalla tua mano e lo metti in panchina durante il tuo turno, puoi assegnargli fino a due carte Energia base {F} dalla tua mano.",
|
||||
pt: "Quando você jogar este Pokémon da sua mão para o seu Banco durante o seu turno, você poderá ligar até 2 cartas de Energia {F} Básica da sua mão a este Pokémon.",
|
||||
de: "Wenn du dieses Pokémon während deines Zuges aus deiner Hand auf deine Bank spielst, kannst du bis zu 2 Basis-{F}-Energiekarten aus deiner Hand an dieses Pokémon anlegen."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -70,7 +70,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
normal: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Souichirou Gunjima"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -70,7 +70,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Shinji Kanda"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -59,7 +59,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "osare"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Teeziro"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -70,7 +70,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Nisota Niso"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have at least 3 Darkness Energy in play, this attack does 50 more damage.",
|
||||
fr: "Si vous avez au moins 3 Énergies Darkness en jeu, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
es: "Si tienes por lo menos 3 Energías Darkness en juego, este ataque hace 50 puntos de daño más.",
|
||||
it: "Se hai almeno tre Energie Darkness in gioco, questo attacco infligge 50 danni in più.",
|
||||
pt: "Se você tiver pelo menos 3 Energias Darkness em jogo, este ataque causará 50 pontos de dano a mais.",
|
||||
de: "Wenn du mindestens 3 Darkness-Energien im Spiel hast, fügt diese Attacke 50 Schadenspunkte mehr zu."
|
||||
en: "If you have at least 3 {D} Energy in play, this attack does 50 more damage.",
|
||||
fr: "Si vous avez au moins 3 Énergies {D} en jeu, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
es: "Si tienes por lo menos 3 Energías {D} en juego, este ataque hace 50 puntos de daño más.",
|
||||
it: "Se hai almeno tre Energie {D} in gioco, questo attacco infligge 50 danni in più.",
|
||||
pt: "Se você tiver pelo menos 3 Energias {D} em jogo, este ataque causará 50 pontos de dano a mais.",
|
||||
de: "Wenn du mindestens 3 {D}-Energien im Spiel hast, fügt diese Attacke 50 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+"
|
||||
@ -48,7 +48,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "rika"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Yuu Nishida"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
normal: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "nagimiso"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -59,7 +59,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Mori Yuu"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -59,7 +59,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "akagi"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -68,7 +68,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "SIE NANAHARA"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Basic Darkness Energy cards and attach them to this Pokémon. Then, shuffle your deck. If you attached Energy to a Pokémon in this way, this Pokémon is now Poisoned.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie Darkness de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à un Pokémon de cette façon, ce Pokémon est maintenant Empoisonné.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Energía Darkness Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a un Pokémon de esta manera, este Pokémon pasa a estar Envenenado.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Energia base Darkness e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia a un Pokémon in questo modo, questo Pokémon viene avvelenato.",
|
||||
pt: "Procure por até 2 cartas de Energia Darkness Básica no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia a um Pokémon desta forma, este Pokémon agora estará Envenenado.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Basis-Darkness-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an ein Pokémon angelegt hast, ist dieses Pokémon jetzt vergiftet."
|
||||
en: "Search your deck for up to 2 Basic {D} Energy cards and attach them to this Pokémon. Then, shuffle your deck. If you attached Energy to a Pokémon in this way, this Pokémon is now Poisoned.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie {D} de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à un Pokémon de cette façon, ce Pokémon est maintenant Empoisonné.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Energía {D} Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a un Pokémon de esta manera, este Pokémon pasa a estar Envenenado.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Energia base {D} e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia a un Pokémon in questo modo, questo Pokémon viene avvelenato.",
|
||||
pt: "Procure por até 2 cartas de Energia {D} Básica no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia a um Pokémon desta forma, este Pokémon agora estará Envenenado.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Basis-{D}-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an ein Pokémon angelegt hast, ist dieses Pokémon jetzt vergiftet."
|
||||
}
|
||||
}, {
|
||||
cost: ["Darkness", "Darkness", "Colorless"],
|
||||
@ -69,7 +69,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "takuyoa"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "takuyoa"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -69,7 +69,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "takuyoa"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may switch 1 of your Benched Darkness Pokémon, except any Pecharunt ex, with your Active Pokémon. If you do, the new Active Pokémon is now Poisoned. You can't use more than 1 Subjugating Chains Ability each turn.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger l'un de vos Pokémon Darkness de Banc, à l'exception de Pêchaminus-ex, contre votre Pokémon Actif. Dans ce cas, le nouveau Pokémon Actif est maintenant Empoisonné. Vous ne pouvez utiliser qu'un talent Chaînes Emprise par tour.",
|
||||
es: "Una vez durante tu turno, puedes cambiar 1 de tus Pokémon Darkness en Banca, excepto Pecharunt ex, por tu Pokémon Activo. Si lo haces, el nuevo Pokémon Activo pasa a estar Envenenado. No puedes usar más de una habilidad Cadenas Controladoras en cada turno.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare uno dei tuoi Pokémon Darkness in panchina, a eccezione di qualsiasi Pecharunt-ex, con il tuo Pokémon attivo. Se lo fai, il nuovo Pokémon attivo viene avvelenato. Puoi usare l'abilità Catene Dominanti solo una volta per turno.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar 1 dos seus Pokémon Darkness no Banco, exceto por quaisquer Pecharunt ex, pelo seu Pokémon Ativo. Se fizer isto, o novo Pokémon Ativo agora estará Envenenado. Você não pode usar mais de 1 Habilidade Correntes da Submissão por turno.",
|
||||
de: "Einmal während deines Zuges kannst du 1 Darkness-Pokémon auf deiner Bank, außer Infamomo-ex, gegen dein Aktives Pokémon austauschen. Wenn du das machst, ist das neue Aktive Pokémon jetzt vergiftet. Du kannst die Fähigkeit Knechtende Ketten nur einmal pro Zug einsetzen."
|
||||
en: "Once during your turn, you may switch 1 of your Benched {D} Pokémon, except any Pecharunt ex, with your Active Pokémon. If you do, the new Active Pokémon is now Poisoned. You can't use more than 1 Subjugating Chains Ability each turn.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger l'un de vos Pokémon {D} de Banc, à l'exception de Pêchaminus-ex, contre votre Pokémon Actif. Dans ce cas, le nouveau Pokémon Actif est maintenant Empoisonné. Vous ne pouvez utiliser qu'un talent Chaînes Emprise par tour.",
|
||||
es: "Una vez durante tu turno, puedes cambiar 1 de tus Pokémon {D} en Banca, excepto Pecharunt ex, por tu Pokémon Activo. Si lo haces, el nuevo Pokémon Activo pasa a estar Envenenado. No puedes usar más de una habilidad Cadenas Controladoras en cada turno.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare uno dei tuoi Pokémon {D} in panchina, a eccezione di qualsiasi Pecharunt-ex, con il tuo Pokémon attivo. Se lo fai, il nuovo Pokémon attivo viene avvelenato. Puoi usare l'abilità Catene Dominanti solo una volta per turno.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar 1 dos seus Pokémon {D} no Banco, exceto por quaisquer Pecharunt ex, pelo seu Pokémon Ativo. Se fizer isto, o novo Pokémon Ativo agora estará Envenenado. Você não pode usar mais de 1 Habilidade Correntes da Submissão por turno.",
|
||||
de: "Einmal während deines Zuges kannst du 1 {D}-Pokémon auf deiner Bank, außer Infamomo-ex, gegen dein Aktives Pokémon austauschen. Wenn du das machst, ist das neue Aktive Pokémon jetzt vergiftet. Du kannst die Fähigkeit Knechtende Ketten nur einmal pro Zug einsetzen."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Kazumasa Yasukuni"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -52,7 +52,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Shinya Mizuno"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -70,7 +70,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
normal: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "kawayoo"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -59,7 +59,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "HAGIYA Kaoru"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -52,7 +52,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Orca"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -70,7 +70,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Uninori"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -68,7 +68,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
normal: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Tsuyoshi Nagano"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent has any cards in their discard pile that have \"Colress\" in the name, this Pokémon can use the Trifrost attack for Colorless.",
|
||||
fr: "Si votre adversaire a dans sa pile de défausse au moins une carte ayant \" Nikolaï \" dans son nom, ce Pokémon peut utiliser l'attaque Triple Givre pour Colorless.",
|
||||
en: "If your opponent has any cards in their discard pile that have \"Colress\" in the name, this Pokémon can use the Trifrost attack for {C}.",
|
||||
fr: "Si votre adversaire a dans sa pile de défausse au moins une carte ayant \" Nikolaï \" dans son nom, ce Pokémon peut utiliser l'attaque Triple Givre pour {C}.",
|
||||
es: "Si tu rival tiene alguna carta en su pila de descartes que tenga \"Acromo\" en el nombre, este Pokémon puede usar el ataque Triple Escarcha por Colorless.",
|
||||
it: "Se il tuo avversario ha delle carte nella sua pila degli scarti che hanno \"Acromio\" o \"Acrocongegno\" nel nome, questo Pokémon può usare l'attacco Triplogelo al costo di Colorless.",
|
||||
pt: "Se o seu oponente tiver alguma carta na pilha de descarte dele que tem \"Colress\" em seu nome, este Pokémon poderá usar o ataque Geada Tripla por Colorless.",
|
||||
de: "Wenn dein Gegner mindestens 1 Karte in seinem Ablagestapel hat, bei der \"Achromas\" zum Namen gehört, kann dieses Pokémon die Attacke Dreifachfrost für Colorless einsetzen."
|
||||
it: "Se il tuo avversario ha delle carte nella sua pila degli scarti che hanno \"Acromio\" o \"Acrocongegno\" nel nome, questo Pokémon può usare l'attacco Triplogelo al costo di {C}.",
|
||||
pt: "Se o seu oponente tiver alguma carta na pilha de descarte dele que tem \"Colress\" em seu nome, este Pokémon poderá usar o ataque Geada Tripla por {C}.",
|
||||
de: "Wenn dein Gegner mindestens 1 Karte in seinem Ablagestapel hat, bei der \"Achromas\" zum Namen gehört, kann dieses Pokémon die Attacke Dreifachfrost für {C} einsetzen."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -68,7 +68,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Shiburingaru"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -48,7 +48,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "sui"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "NC Empire"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -59,7 +59,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Susumu Maeya"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -48,7 +48,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Shinya Komatsu"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -48,7 +48,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "ryoma uratsuka"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Takeshi Nakamura"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -30,7 +30,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "AYUMI ODASHIMA"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -30,7 +30,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -30,7 +30,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Atsushi Furusawa"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -30,7 +30,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "hncl"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "inose yukie"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -17,12 +17,12 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Choose up to 2 of your Darkness Pokémon. For each of those Pokémon, search your deck for a Basic Darkness Energy card and attach it to that Pokémon. Then, shuffle your deck. If you attached Energy to your Active Pokémon in this way, it is now Poisoned.",
|
||||
fr: "Choisissez jusqu'à 2 de vos Pokémon Darkness. Pour chacun de ces Pokémon, cherchez dans votre deck une carte Énergie Darkness de base, puis attachez-la à ce Pokémon-là. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à votre Pokémon Actif de cette façon, celui-ci est maintenant Empoisonné.",
|
||||
es: "Elige hasta 2 de tus Pokémon Darkness. Para cada uno de esos Pokémon, busca en tu baraja 1 carta de Energía Darkness Básica y únela a ese Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a tu Pokémon Activo de esta manera, pasa a estar Envenenado.",
|
||||
it: "Scegli fino a due dei tuoi Pokémon Darkness. Per ognuno di essi, cerca nel tuo mazzo una carta Energia base Darkness e assegnala a quel Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia al tuo Pokémon attivo in questo modo, esso viene avvelenato.",
|
||||
pt: "Escolha até 2 dos seus Pokémon Darkness. Para cada um daqueles Pokémon, procure por uma carta de Energia Darkness Básica no seu baralho e ligue-a àquele Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia ao seu Pokémon Ativo desta forma, ele agora estará Envenenado.",
|
||||
de: "Wähle bis zu 2 deiner Darkness-Pokémon. Durchsuche für jedes jener Pokémon dein Deck nach 1 Basis-Darkness-Energiekarte und lege sie an jenes Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an dein Aktives Pokémon angelegt hast, ist es jetzt vergiftet."
|
||||
en: "Choose up to 2 of your {D} Pokémon. For each of those Pokémon, search your deck for a Basic {D} Energy card and attach it to that Pokémon. Then, shuffle your deck. If you attached Energy to your Active Pokémon in this way, it is now Poisoned.",
|
||||
fr: "Choisissez jusqu'à 2 de vos Pokémon {D}. Pour chacun de ces Pokémon, cherchez dans votre deck une carte Énergie {D} de base, puis attachez-la à ce Pokémon-là. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à votre Pokémon Actif de cette façon, celui-ci est maintenant Empoisonné.",
|
||||
es: "Elige hasta 2 de tus Pokémon {D}. Para cada uno de esos Pokémon, busca en tu baraja 1 carta de Energía {D} Básica y únela a ese Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a tu Pokémon Activo de esta manera, pasa a estar Envenenado.",
|
||||
it: "Scegli fino a due dei tuoi Pokémon {D}. Per ognuno di essi, cerca nel tuo mazzo una carta Energia base {D} e assegnala a quel Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia al tuo Pokémon attivo in questo modo, esso viene avvelenato.",
|
||||
pt: "Escolha até 2 dos seus Pokémon {D}. Para cada um daqueles Pokémon, procure por uma carta de Energia {D} Básica no seu baralho e ligue-a àquele Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia ao seu Pokémon Ativo desta forma, ele agora estará Envenenado.",
|
||||
de: "Wähle bis zu 2 deiner {D}-Pokémon. Durchsuche für jedes jener Pokémon dein Deck nach 1 Basis-{D}-Energiekarte und lege sie an jenes Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an dein Aktives Pokémon angelegt hast, ist es jetzt vergiftet."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
@ -30,7 +30,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Taira Akitsu"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "imoniii"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -30,7 +30,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -30,7 +30,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Studio Bora Inc."
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -30,7 +30,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "GOSSAN"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -49,7 +49,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "IKEDA Saki"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -62,7 +62,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Taiga Kasai"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -60,7 +60,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Shinya Komatsu"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -60,7 +60,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "James Turner"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -62,7 +62,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "James Turner"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "James Turner"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -69,7 +69,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "satoma"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, if this Pokémon has any Darkness Energy attached, you may move up to 3 damage counters from 1 of your Pokémon to 1 of your opponent's Pokémon.",
|
||||
fr: "Une fois pendant votre tour, si ce Pokémon a au moins une Énergie Darkness attachée, vous pouvez déplacer jusqu'à 3 marqueurs de dégâts de l'un de vos Pokémon vers l'un des Pokémon de votre adversaire.",
|
||||
es: "Una vez durante tu turno, si este Pokémon tiene alguna Energía Darkness unida, puedes mover hasta 3 contadores de daño de uno de tus Pokémon a uno de los Pokémon de tu rival.",
|
||||
it: "Una sola volta durante il tuo turno, se questo Pokémon ha delle Energie Darkness assegnate, puoi spostare fino a tre segnalini danno da uno dei tuoi Pokémon a un Pokémon del tuo avversario.",
|
||||
pt: "Uma vez durante o seu turno, se este Pokémon tiver alguma Energia Darkness ligada a ele, você poderá mover até 3 contadores de dano de 1 dos seus Pokémon para 1 dos Pokémon do seu oponente.",
|
||||
de: "Einmal während deines Zuges, wenn an dieses Pokémon mindestens 1 Darkness-Energie angelegt ist, kannst du bis zu 3 Schadensmarken von 1 deiner Pokémon auf 1 Pokémon deines Gegners verschieben."
|
||||
en: "Once during your turn, if this Pokémon has any {D} Energy attached, you may move up to 3 damage counters from 1 of your Pokémon to 1 of your opponent's Pokémon.",
|
||||
fr: "Une fois pendant votre tour, si ce Pokémon a au moins une Énergie {D} attachée, vous pouvez déplacer jusqu'à 3 marqueurs de dégâts de l'un de vos Pokémon vers l'un des Pokémon de votre adversaire.",
|
||||
es: "Una vez durante tu turno, si este Pokémon tiene alguna Energía {D} unida, puedes mover hasta 3 contadores de daño de uno de tus Pokémon a uno de los Pokémon de tu rival.",
|
||||
it: "Una sola volta durante il tuo turno, se questo Pokémon ha delle Energie {D} assegnate, puoi spostare fino a tre segnalini danno da uno dei tuoi Pokémon a un Pokémon del tuo avversario.",
|
||||
pt: "Uma vez durante o seu turno, se este Pokémon tiver alguma Energia {D} ligada a ele, você poderá mover até 3 contadores de dano de 1 dos seus Pokémon para 1 dos Pokémon do seu oponente.",
|
||||
de: "Einmal während deines Zuges, wenn an dieses Pokémon mindestens 1 {D}-Energie angelegt ist, kannst du bis zu 3 Schadensmarken von 1 deiner Pokémon auf 1 Pokémon deines Gegners verschieben."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Teeziro"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has any Darkness Energy attached and is damaged by an attack, flip a coin. If heads, prevent that damage.",
|
||||
fr: "Si ce Pokémon a au moins une Énergie Darkness attachée et qu'il subit les dégâts d'une attaque, lancez une pièce. Si c'est face, évitez ces dégâts.",
|
||||
es: "Si este Pokémon tiene alguna Energía Darkness unida y resulta dañado por un ataque, lanza 1 moneda. Si sale cara, se evita ese daño.",
|
||||
it: "Se questo Pokémon ha delle Energie Darkness assegnate e viene danneggiato da un attacco, lancia una moneta. Se esce testa, previeni quei danni.",
|
||||
pt: "Se este Pokémon tiver alguma Energia Darkness ligada a ele e for danificado por um ataque, jogue uma moeda. Se sair cara, previna aquele dano.",
|
||||
de: "Wenn an dieses Pokémon mindestens 1 Darkness-Energie angelegt ist und es durch eine Attacke Schaden erhält, wirf 1 Münze. Verhindere bei Kopf jenen Schaden."
|
||||
en: "If this Pokémon has any {D} Energy attached and is damaged by an attack, flip a coin. If heads, prevent that damage.",
|
||||
fr: "Si ce Pokémon a au moins une Énergie {D} attachée et qu'il subit les dégâts d'une attaque, lancez une pièce. Si c'est face, évitez ces dégâts.",
|
||||
es: "Si este Pokémon tiene alguna Energía {D} unida y resulta dañado por un ataque, lanza 1 moneda. Si sale cara, se evita ese daño.",
|
||||
it: "Se questo Pokémon ha delle Energie {D} assegnate e viene danneggiato da un attacco, lancia una moneta. Se esce testa, previeni quei danni.",
|
||||
pt: "Se este Pokémon tiver alguma Energia {D} ligada a ele e for danificado por um ataque, jogue uma moeda. Se sair cara, previna aquele dano.",
|
||||
de: "Wenn an dieses Pokémon mindestens 1 {D}-Energie angelegt ist und es durch eine Attacke Schaden erhält, wirf 1 Münze. Verhindere bei Kopf jenen Schaden."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "KEIICHIRO ITO"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has any Darkness Energy attached, it gets +100 HP, and the attacks it uses do 100 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Si ce Pokémon a au moins une Énergie Darkness attachée, il reçoit +100 PV et les attaques utilisées par ce Pokémon infligent 100 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Si este Pokémon tiene alguna Energía Darkness unida, obtiene 100 PS más, y los ataques que use hacen 100 puntos de daño más al Pokémon Activo de tu rival (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Se questo Pokémon ha delle Energie Darkness assegnate, ha 100 PS in più e gli attacchi che usa infliggono 100 danni in più al Pokémon attivo del tuo avversario, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "Se este Pokémon tiver alguma Energia Darkness ligada a ele, ele receberá 100 PS a mais, e os ataques que ele usar causarão 100 pontos de dano a mais ao Pokémon Ativo do seu oponente (antes de aplicar Fraqueza e Resistência).",
|
||||
de: "Wenn an dieses Pokémon mindestens 1 Darkness-Energie angelegt ist, erhält es +100 KP und die Attacken, die es einsetzt, fügen dem Aktiven Pokémon deines Gegners 100 Schadenspunkte mehr zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
en: "If this Pokémon has any {D} Energy attached, it gets +100 HP, and the attacks it uses do 100 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Si ce Pokémon a au moins une Énergie {D} attachée, il reçoit +100 PV et les attaques utilisées par ce Pokémon infligent 100 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Si este Pokémon tiene alguna Energía {D} unida, obtiene 100 PS más, y los ataques que use hacen 100 puntos de daño más al Pokémon Activo de tu rival (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Se questo Pokémon ha delle Energie {D} assegnate, ha 100 PS in più e gli attacchi che usa infliggono 100 danni in più al Pokémon attivo del tuo avversario, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "Se este Pokémon tiver alguma Energia {D} ligada a ele, ele receberá 100 PS a mais, e os ataques que ele usar causarão 100 pontos de dano a mais ao Pokémon Ativo do seu oponente (antes de aplicar Fraqueza e Resistência).",
|
||||
de: "Wenn an dieses Pokémon mindestens 1 {D}-Energie angelegt ist, erhält es +100 KP und die Attacken, die es einsetzt, fügen dem Aktiven Pokémon deines Gegners 100 Schadenspunkte mehr zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -62,7 +62,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "AKIRA EGAWA"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -62,7 +62,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "REND"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -53,7 +53,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Mina Nakai"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "MINAMINAMI Take"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -62,7 +62,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Whisker"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -62,7 +62,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Takeshi Nakamura"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put up to 3 Water Pokémon from your discard pile onto your Bench.",
|
||||
fr: "Placez jusqu'à 3 Pokémon Water de votre pile de défausse sur votre Banc.",
|
||||
es: "Pon hasta 3 Pokémon Water de tu pila de descartes en tu Banca.",
|
||||
it: "Prendi fino a tre Pokémon Water dalla tua pila degli scarti e mettili nella tua panchina.",
|
||||
pt: "Coloque até 3 Pokémon Water da sua pilha de descarte no seu Banco.",
|
||||
de: "Lege bis zu 3 Water-Pokémon aus deinem Ablagestapel auf deine Bank."
|
||||
en: "Put up to 3 {W} Pokémon from your discard pile onto your Bench.",
|
||||
fr: "Placez jusqu'à 3 Pokémon {W} de votre pile de défausse sur votre Banc.",
|
||||
es: "Pon hasta 3 Pokémon {W} de tu pila de descartes en tu Banca.",
|
||||
it: "Prendi fino a tre Pokémon {W} dalla tua pila degli scarti e mettili nella tua panchina.",
|
||||
pt: "Coloque até 3 Pokémon {W} da sua pilha de descarte no seu Banco.",
|
||||
de: "Lege bis zu 3 {W}-Pokémon aus deinem Ablagestapel auf deine Bank."
|
||||
}
|
||||
}, {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
@ -52,12 +52,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 more damage for each Water Energy attached to this Pokémon.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Énergie Water attachée à ce Pokémon.",
|
||||
es: "Este ataque hace 50 puntos de daño más por cada Energía Water unida a este Pokémon.",
|
||||
it: "Questo attacco infligge 50 danni in più per ogni Energia Water assegnata a questo Pokémon.",
|
||||
pt: "Este ataque causa 50 pontos de dano a mais para cada Energia Water ligada a este Pokémon.",
|
||||
de: "Diese Attacke fügt für jede an dieses Pokémon angelegte Water-Energie 50 Schadenspunkte mehr zu."
|
||||
en: "This attack does 50 more damage for each {W} Energy attached to this Pokémon.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Énergie {W} attachée à ce Pokémon.",
|
||||
es: "Este ataque hace 50 puntos de daño más por cada Energía {W} unida a este Pokémon.",
|
||||
it: "Questo attacco infligge 50 danni in più per ogni Energia {W} assegnata a questo Pokémon.",
|
||||
pt: "Este ataque causa 50 pontos de dano a mais para cada Energia {W} ligada a este Pokémon.",
|
||||
de: "Diese Attacke fügt für jede an dieses Pokémon angelegte {W}-Energie 50 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "50+"
|
||||
@ -69,7 +69,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Basic Darkness Energy cards and attach them to this Pokémon. Then, shuffle your deck. If you attached Energy to a Pokémon in this way, this Pokémon is now Poisoned.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie Darkness de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à un Pokémon de cette façon, ce Pokémon est maintenant Empoisonné.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Energía Darkness Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a un Pokémon de esta manera, este Pokémon pasa a estar Envenenado.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Energia base Darkness e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia a un Pokémon in questo modo, questo Pokémon viene avvelenato.",
|
||||
pt: "Procure por até 2 cartas de Energia Darkness Básica no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia a um Pokémon desta forma, este Pokémon agora estará Envenenado.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Basis-Darkness-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an ein Pokémon angelegt hast, ist dieses Pokémon jetzt vergiftet."
|
||||
en: "Search your deck for up to 2 Basic {D} Energy cards and attach them to this Pokémon. Then, shuffle your deck. If you attached Energy to a Pokémon in this way, this Pokémon is now Poisoned.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie {D} de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à un Pokémon de cette façon, ce Pokémon est maintenant Empoisonné.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Energía {D} Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a un Pokémon de esta manera, este Pokémon pasa a estar Envenenado.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Energia base {D} e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia a un Pokémon in questo modo, questo Pokémon viene avvelenato.",
|
||||
pt: "Procure por até 2 cartas de Energia {D} Básica no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia a um Pokémon desta forma, este Pokémon agora estará Envenenado.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Basis-{D}-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an ein Pokémon angelegt hast, ist dieses Pokémon jetzt vergiftet."
|
||||
}
|
||||
}, {
|
||||
cost: ["Darkness", "Darkness", "Colorless"],
|
||||
@ -69,7 +69,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -69,7 +69,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may switch 1 of your Benched Darkness Pokémon, except any Pecharunt ex, with your Active Pokémon. If you do, the new Active Pokémon is now Poisoned. You can't use more than 1 Subjugating Chains Ability each turn.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger l'un de vos Pokémon Darkness de Banc, à l'exception de Pêchaminus-ex, contre votre Pokémon Actif. Dans ce cas, le nouveau Pokémon Actif est maintenant Empoisonné. Vous ne pouvez utiliser qu'un talent Chaînes Emprise par tour.",
|
||||
es: "Una vez durante tu turno, puedes cambiar 1 de tus Pokémon Darkness en Banca, excepto Pecharunt ex, por tu Pokémon Activo. Si lo haces, el nuevo Pokémon Activo pasa a estar Envenenado. No puedes usar más de una habilidad Cadenas Controladoras en cada turno.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare uno dei tuoi Pokémon Darkness in panchina, a eccezione di qualsiasi Pecharunt-ex, con il tuo Pokémon attivo. Se lo fai, il nuovo Pokémon attivo viene avvelenato. Puoi usare l'abilità Catene Dominanti solo una volta per turno.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar 1 dos seus Pokémon Darkness no Banco, exceto por quaisquer Pecharunt ex, pelo seu Pokémon Ativo. Se fizer isto, o novo Pokémon Ativo agora estará Envenenado. Você não pode usar mais de 1 Habilidade Correntes da Submissão por turno.",
|
||||
de: "Einmal während deines Zuges kannst du 1 Darkness-Pokémon auf deiner Bank, außer Infamomo-ex, gegen dein Aktives Pokémon austauschen. Wenn du das machst, ist das neue Aktive Pokémon jetzt vergiftet. Du kannst die Fähigkeit Knechtende Ketten nur einmal pro Zug einsetzen."
|
||||
en: "Once during your turn, you may switch 1 of your Benched {D} Pokémon, except any Pecharunt ex, with your Active Pokémon. If you do, the new Active Pokémon is now Poisoned. You can't use more than 1 Subjugating Chains Ability each turn.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger l'un de vos Pokémon {D} de Banc, à l'exception de Pêchaminus-ex, contre votre Pokémon Actif. Dans ce cas, le nouveau Pokémon Actif est maintenant Empoisonné. Vous ne pouvez utiliser qu'un talent Chaînes Emprise par tour.",
|
||||
es: "Una vez durante tu turno, puedes cambiar 1 de tus Pokémon {D} en Banca, excepto Pecharunt ex, por tu Pokémon Activo. Si lo haces, el nuevo Pokémon Activo pasa a estar Envenenado. No puedes usar más de una habilidad Cadenas Controladoras en cada turno.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare uno dei tuoi Pokémon {D} in panchina, a eccezione di qualsiasi Pecharunt-ex, con il tuo Pokémon attivo. Se lo fai, il nuovo Pokémon attivo viene avvelenato. Puoi usare l'abilità Catene Dominanti solo una volta per turno.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar 1 dos seus Pokémon {D} no Banco, exceto por quaisquer Pecharunt ex, pelo seu Pokémon Ativo. Se fizer isto, o novo Pokémon Ativo agora estará Envenenado. Você não pode usar mais de 1 Habilidade Correntes da Submissão por turno.",
|
||||
de: "Einmal während deines Zuges kannst du 1 {D}-Pokémon auf deiner Bank, außer Infamomo-ex, gegen dein Aktives Pokémon austauschen. Wenn du das machst, ist das neue Aktive Pokémon jetzt vergiftet. Du kannst die Fähigkeit Knechtende Ketten nur einmal pro Zug einsetzen."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Atsushi Furusawa"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "hncl"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -17,12 +17,12 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Choose up to 2 of your Darkness Pokémon. For each of those Pokémon, search your deck for a Basic Darkness Energy card and attach it to that Pokémon. Then, shuffle your deck. If you attached Energy to your Active Pokémon in this way, it is now Poisoned.",
|
||||
fr: "Choisissez jusqu'à 2 de vos Pokémon Darkness. Pour chacun de ces Pokémon, cherchez dans votre deck une carte Énergie Darkness de base, puis attachez-la à ce Pokémon-là. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à votre Pokémon Actif de cette façon, celui-ci est maintenant Empoisonné.",
|
||||
es: "Elige hasta 2 de tus Pokémon Darkness. Para cada uno de esos Pokémon, busca en tu baraja 1 carta de Energía Darkness Básica y únela a ese Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a tu Pokémon Activo de esta manera, pasa a estar Envenenado.",
|
||||
it: "Scegli fino a due dei tuoi Pokémon Darkness. Per ognuno di essi, cerca nel tuo mazzo una carta Energia base Darkness e assegnala a quel Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia al tuo Pokémon attivo in questo modo, esso viene avvelenato.",
|
||||
pt: "Escolha até 2 dos seus Pokémon Darkness. Para cada um daqueles Pokémon, procure por uma carta de Energia Darkness Básica no seu baralho e ligue-a àquele Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia ao seu Pokémon Ativo desta forma, ele agora estará Envenenado.",
|
||||
de: "Wähle bis zu 2 deiner Darkness-Pokémon. Durchsuche für jedes jener Pokémon dein Deck nach 1 Basis-Darkness-Energiekarte und lege sie an jenes Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an dein Aktives Pokémon angelegt hast, ist es jetzt vergiftet."
|
||||
en: "Choose up to 2 of your {D} Pokémon. For each of those Pokémon, search your deck for a Basic {D} Energy card and attach it to that Pokémon. Then, shuffle your deck. If you attached Energy to your Active Pokémon in this way, it is now Poisoned.",
|
||||
fr: "Choisissez jusqu'à 2 de vos Pokémon {D}. Pour chacun de ces Pokémon, cherchez dans votre deck une carte Énergie {D} de base, puis attachez-la à ce Pokémon-là. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à votre Pokémon Actif de cette façon, celui-ci est maintenant Empoisonné.",
|
||||
es: "Elige hasta 2 de tus Pokémon {D}. Para cada uno de esos Pokémon, busca en tu baraja 1 carta de Energía {D} Básica y únela a ese Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a tu Pokémon Activo de esta manera, pasa a estar Envenenado.",
|
||||
it: "Scegli fino a due dei tuoi Pokémon {D}. Per ognuno di essi, cerca nel tuo mazzo una carta Energia base {D} e assegnala a quel Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia al tuo Pokémon attivo in questo modo, esso viene avvelenato.",
|
||||
pt: "Escolha até 2 dos seus Pokémon {D}. Para cada um daqueles Pokémon, procure por uma carta de Energia {D} Básica no seu baralho e ligue-a àquele Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia ao seu Pokémon Ativo desta forma, ele agora estará Envenenado.",
|
||||
de: "Wähle bis zu 2 deiner {D}-Pokémon. Durchsuche für jedes jener Pokémon dein Deck nach 1 Basis-{D}-Energiekarte und lege sie an jenes Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an dein Aktives Pokémon angelegt hast, ist es jetzt vergiftet."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Taira Akitsu"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "GOSSAN"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Basic Darkness Energy cards and attach them to this Pokémon. Then, shuffle your deck. If you attached Energy to a Pokémon in this way, this Pokémon is now Poisoned.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie Darkness de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à un Pokémon de cette façon, ce Pokémon est maintenant Empoisonné.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Energía Darkness Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a un Pokémon de esta manera, este Pokémon pasa a estar Envenenado.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Energia base Darkness e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia a un Pokémon in questo modo, questo Pokémon viene avvelenato.",
|
||||
pt: "Procure por até 2 cartas de Energia Darkness Básica no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia a um Pokémon desta forma, este Pokémon agora estará Envenenado.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Basis-Darkness-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an ein Pokémon angelegt hast, ist dieses Pokémon jetzt vergiftet."
|
||||
en: "Search your deck for up to 2 Basic {D} Energy cards and attach them to this Pokémon. Then, shuffle your deck. If you attached Energy to a Pokémon in this way, this Pokémon is now Poisoned.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie {D} de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck. Si vous avez attaché de l'Énergie à un Pokémon de cette façon, ce Pokémon est maintenant Empoisonné.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Energía {D} Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja. Si has unido Energía a un Pokémon de esta manera, este Pokémon pasa a estar Envenenado.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Energia base {D} e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo. Se hai assegnato dell'Energia a un Pokémon in questo modo, questo Pokémon viene avvelenato.",
|
||||
pt: "Procure por até 2 cartas de Energia {D} Básica no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho. Se você ligou Energia a um Pokémon desta forma, este Pokémon agora estará Envenenado.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Basis-{D}-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck. Wenn du auf diese Weise Energie an ein Pokémon angelegt hast, ist dieses Pokémon jetzt vergiftet."
|
||||
}
|
||||
}, {
|
||||
cost: ["Darkness", "Darkness", "Colorless"],
|
||||
@ -69,7 +69,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "kantaro"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "kantaro"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -69,7 +69,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "kantaro"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may switch 1 of your Benched Darkness Pokémon, except any Pecharunt ex, with your Active Pokémon. If you do, the new Active Pokémon is now Poisoned. You can't use more than 1 Subjugating Chains Ability each turn.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger l'un de vos Pokémon Darkness de Banc, à l'exception de Pêchaminus-ex, contre votre Pokémon Actif. Dans ce cas, le nouveau Pokémon Actif est maintenant Empoisonné. Vous ne pouvez utiliser qu'un talent Chaînes Emprise par tour.",
|
||||
es: "Una vez durante tu turno, puedes cambiar 1 de tus Pokémon Darkness en Banca, excepto Pecharunt ex, por tu Pokémon Activo. Si lo haces, el nuevo Pokémon Activo pasa a estar Envenenado. No puedes usar más de una habilidad Cadenas Controladoras en cada turno.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare uno dei tuoi Pokémon Darkness in panchina, a eccezione di qualsiasi Pecharunt-ex, con il tuo Pokémon attivo. Se lo fai, il nuovo Pokémon attivo viene avvelenato. Puoi usare l'abilità Catene Dominanti solo una volta per turno.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar 1 dos seus Pokémon Darkness no Banco, exceto por quaisquer Pecharunt ex, pelo seu Pokémon Ativo. Se fizer isto, o novo Pokémon Ativo agora estará Envenenado. Você não pode usar mais de 1 Habilidade Correntes da Submissão por turno.",
|
||||
de: "Einmal während deines Zuges kannst du 1 Darkness-Pokémon auf deiner Bank, außer Infamomo-ex, gegen dein Aktives Pokémon austauschen. Wenn du das machst, ist das neue Aktive Pokémon jetzt vergiftet. Du kannst die Fähigkeit Knechtende Ketten nur einmal pro Zug einsetzen."
|
||||
en: "Once during your turn, you may switch 1 of your Benched {D} Pokémon, except any Pecharunt ex, with your Active Pokémon. If you do, the new Active Pokémon is now Poisoned. You can't use more than 1 Subjugating Chains Ability each turn.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger l'un de vos Pokémon {D} de Banc, à l'exception de Pêchaminus-ex, contre votre Pokémon Actif. Dans ce cas, le nouveau Pokémon Actif est maintenant Empoisonné. Vous ne pouvez utiliser qu'un talent Chaînes Emprise par tour.",
|
||||
es: "Una vez durante tu turno, puedes cambiar 1 de tus Pokémon {D} en Banca, excepto Pecharunt ex, por tu Pokémon Activo. Si lo haces, el nuevo Pokémon Activo pasa a estar Envenenado. No puedes usar más de una habilidad Cadenas Controladoras en cada turno.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare uno dei tuoi Pokémon {D} in panchina, a eccezione di qualsiasi Pecharunt-ex, con il tuo Pokémon attivo. Se lo fai, il nuovo Pokémon attivo viene avvelenato. Puoi usare l'abilità Catene Dominanti solo una volta per turno.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar 1 dos seus Pokémon {D} no Banco, exceto por quaisquer Pecharunt ex, pelo seu Pokémon Ativo. Se fizer isto, o novo Pokémon Ativo agora estará Envenenado. Você não pode usar mais de 1 Habilidade Correntes da Submissão por turno.",
|
||||
de: "Einmal während deines Zuges kannst du 1 {D}-Pokémon auf deiner Bank, außer Infamomo-ex, gegen dein Aktives Pokémon austauschen. Wenn du das machst, ist das neue Aktive Pokémon jetzt vergiftet. Du kannst die Fähigkeit Knechtende Ketten nur einmal pro Zug einsetzen."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "kantaro"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "burari"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -32,12 +32,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may switch 1 of your Benched Darkness Pokémon, except any Pecharunt ex, with your Active Pokémon. If you do, the new Active Pokémon is now Poisoned. You can't use more than 1 Subjugating Chains Ability each turn.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger l'un de vos Pokémon Darkness de Banc, à l'exception de Pêchaminus-ex, contre votre Pokémon Actif. Dans ce cas, le nouveau Pokémon Actif est maintenant Empoisonné. Vous ne pouvez utiliser qu'un talent Chaînes Emprise par tour.",
|
||||
es: "Una vez durante tu turno, puedes cambiar 1 de tus Pokémon Darkness en Banca, excepto Pecharunt ex, por tu Pokémon Activo. Si lo haces, el nuevo Pokémon Activo pasa a estar Envenenado. No puedes usar más de una habilidad Cadenas Controladoras en cada turno.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare uno dei tuoi Pokémon Darkness in panchina, a eccezione di qualsiasi Pecharunt-ex, con il tuo Pokémon attivo. Se lo fai, il nuovo Pokémon attivo viene avvelenato. Puoi usare l'abilità Catene Dominanti solo una volta per turno.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar 1 dos seus Pokémon Darkness no Banco, exceto por quaisquer Pecharunt ex, pelo seu Pokémon Ativo. Se fizer isto, o novo Pokémon Ativo agora estará Envenenado. Você não pode usar mais de 1 Habilidade Correntes da Submissão por turno.",
|
||||
de: "Einmal während deines Zuges kannst du 1 Darkness-Pokémon auf deiner Bank, außer Infamomo-ex, gegen dein Aktives Pokémon austauschen. Wenn du das machst, ist das neue Aktive Pokémon jetzt vergiftet. Du kannst die Fähigkeit Knechtende Ketten nur einmal pro Zug einsetzen."
|
||||
en: "Once during your turn, you may switch 1 of your Benched {D} Pokémon, except any Pecharunt ex, with your Active Pokémon. If you do, the new Active Pokémon is now Poisoned. You can't use more than 1 Subjugating Chains Ability each turn.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger l'un de vos Pokémon {D} de Banc, à l'exception de Pêchaminus-ex, contre votre Pokémon Actif. Dans ce cas, le nouveau Pokémon Actif est maintenant Empoisonné. Vous ne pouvez utiliser qu'un talent Chaînes Emprise par tour.",
|
||||
es: "Una vez durante tu turno, puedes cambiar 1 de tus Pokémon {D} en Banca, excepto Pecharunt ex, por tu Pokémon Activo. Si lo haces, el nuevo Pokémon Activo pasa a estar Envenenado. No puedes usar más de una habilidad Cadenas Controladoras en cada turno.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare uno dei tuoi Pokémon {D} in panchina, a eccezione di qualsiasi Pecharunt-ex, con il tuo Pokémon attivo. Se lo fai, il nuovo Pokémon attivo viene avvelenato. Puoi usare l'abilità Catene Dominanti solo una volta per turno.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar 1 dos seus Pokémon {D} no Banco, exceto por quaisquer Pecharunt ex, pelo seu Pokémon Ativo. Se fizer isto, o novo Pokémon Ativo agora estará Envenenado. Você não pode usar mais de 1 Habilidade Correntes da Submissão por turno.",
|
||||
de: "Einmal während deines Zuges kannst du 1 {D}-Pokémon auf deiner Bank, außer Infamomo-ex, gegen dein Aktives Pokémon austauschen. Wenn du das machst, ist das neue Aktive Pokémon jetzt vergiftet. Du kannst die Fähigkeit Knechtende Ketten nur einmal pro Zug einsetzen."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -71,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "AYUMI ODASHIMA"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -31,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Studio Bora Inc."
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user