mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mewtwo",
|
||||
fr: "Mewtwo",
|
||||
es: "Mewtwo",
|
||||
it: "Mewtwo",
|
||||
pt: "Mewtwo",
|
||||
de: "Mewtu"
|
||||
},
|
||||
illustrator: undefined,
|
||||
rarity: "Ultra Rare",
|
||||
@ -31,10 +35,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psyjack",
|
||||
fr: "Détournement Psy",
|
||||
es: "Secuestro Psíquico",
|
||||
it: "Sequestro Psichico",
|
||||
pt: "Tomada Psíquica",
|
||||
de: "Mentale Entführung"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
|
||||
en: "Choose 1 of your opponent’s Active Pokémon’s attacks. That Pokémon can’t use that attack during your opponent’s next turn.",
|
||||
fr: "Choisissez l’une des attaques du Pokémon Actif de votre adversaire. Ce Pokémon ne peut pas utiliser cette attaque pendant le prochain tour de votre adversaire.",
|
||||
es: "Elige 1 de los ataques del Pokémon Activo de tu rival. Ese Pokémon no puede usar ese ataque durante el próximo turno de tu rival.",
|
||||
it: "Scegli un attacco del Pokémon attivo del tuo avversario. Durante il prossimo turno del tuo avversario, quel Pokémon non potrà utilizzarlo.",
|
||||
pt: "Escolha 1 dos ataques do Pokémon Ativo do seu oponente. Aquele Pokémon não poderá usar aquele ataque durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Wähle 1 Attacke des Aktiven Pokémon deines Gegners. Jenes Pokémon kann jene Attacke während des nächsten Zuges deines Gegners nicht einsetzen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -48,10 +60,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Break Burn",
|
||||
fr: "Brûlure Brisante",
|
||||
es: "Quiebre Quemadura",
|
||||
it: "Sconfitta Cocente",
|
||||
pt: "Queimadura Destruidora",
|
||||
de: "Bruchbrand"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 {P} Energy from this Pokémon.",
|
||||
en: "Discard 2 Psychic Energy from this Pokémon.",
|
||||
fr: "Défaussez 2 Énergies Psychic de ce Pokémon.",
|
||||
es: "Descarta 2 Energías Psychic de este Pokémon.",
|
||||
it: "Scarta due Energie Psychic assegnate a questo Pokémon.",
|
||||
pt: "Descarte 2 Energias Psychic deste Pokémon.",
|
||||
de: "Lege 2 Psychic-Energien von diesem Pokémon auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 130,
|
||||
|
||||
|
Reference in New Issue
Block a user