mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,33 +4,52 @@ import Set from '../SM Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mewtwo & Mew-GX",
|
||||
fr: "Mewtwo et Mew-GX",
|
||||
es: "Mewtwo y Mew-GX",
|
||||
it: "Mewtwo e Mew-GX",
|
||||
pt: "Mewtwo e Mew-GX",
|
||||
de: "Mewtu & Mew-GX"
|
||||
},
|
||||
illustrator: "sui",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "sui",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
150,
|
||||
],
|
||||
|
||||
hp: 270,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
|
||||
suffix: "TAG TEAM-GX",
|
||||
|
||||
abilities: [
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Perfection",
|
||||
fr: "Perfection",
|
||||
es: "Perfección",
|
||||
it: "Perfezione",
|
||||
pt: "Perfeição",
|
||||
de: "Perfektion"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can use the attacks of any Pokémon-GX or Pokémon-EX on your Bench or in your discard pile. (You still need the necessary Energy to use each attack.)",
|
||||
fr: "Ce Pokémon peut utiliser les attaques de n’importe quel Pokémon-GX ou Pokémon-EX sur votre Banc ou dans votre pile de défausse. (Vous avez toujours besoin de l’Énergie nécessaire pour utiliser chaque attaque.)",
|
||||
es: "Este Pokémon puede usar los ataques de cualquier Pokémon-GX o Pokémon-EX en tu Banca o en tu pila de descartes. (Sigues necesitando la Energía necesaria para usar cada ataque).",
|
||||
it: "Questo Pokémon può usare gli attacchi di qualsiasi Pokémon-GX o Pokémon-EX nella tua panchina o nella tua pila degli scarti. Devi comunque avere l’Energia necessaria per usare quegli attacchi.",
|
||||
pt: "Este Pokémon pode usar os ataques de qualquer Pokémon-GX ou Pokémon-EX no seu Banco ou na sua pilha de descarte (você ainda precisa da Energia necessária para usar cada ataque).",
|
||||
de: "Dieses Pokémon kann die Attacken 1 beliebigen Pokémon-GX oder Pokémon-EX auf deiner Bank oder in deinem Ablagestapel einsetzen. (Du benötigst jedoch die jeweils für die Attacke notwendige Energie.)"
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -39,15 +58,26 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Miraculous Duo-GX",
|
||||
en: "Miraculous Duo GX",
|
||||
fr: "Duo Miraculeux GX",
|
||||
es: "Dúo Milagroso GX",
|
||||
it: "Duo Miracoloso GX",
|
||||
pt: "Duo Milagroso GX",
|
||||
de: "Wunderduo GX"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)",
|
||||
en: "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack’s cost), heal all damage from all of your Pokémon. (You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "Si au moins une Énergie supplémentaire est attachée à ce Pokémon (en plus du coût de cette attaque), soignez tous les dégâts de vos Pokémon. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
es: "Si este Pokémon tiene por lo menos 1 Energía adicional unida a él (además de las del coste de este ataque), cura todos los puntos de daño de todos tus Pokémon. (No puedes usar más de 1 ataque GX en una partida).",
|
||||
it: "Se questo Pokémon ha almeno un’Energia extra assegnata, in aggiunta a quelle del costo di questo attacco, cura tutti i tuoi Pokémon da tutti i danni. Non puoi usare più di un attacco GX a partita.",
|
||||
pt: "Se este Pokémon tiver pelo menos 1 Energia adicional ligada a ele (além do custo deste ataque), cure todo o dano de todos os seus Pokémon (você não pode usar mais de 1 ataque GX por partida).",
|
||||
de: "Wenn an dieses Pokémon mindestens 1 extra Energie angelegt ist (zusätzlich zu den Kosten dieser Attacke), heile allen Schaden bei jedem deiner Pokémon. (Du kannst pro Spiel nur 1 GX-Attacke einsetzen.)"
|
||||
},
|
||||
damage: 200,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@ -55,10 +85,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user