mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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: "Magmortar",
|
||||
fr: "Maganon",
|
||||
es: "Magmortar",
|
||||
it: "Magmortar",
|
||||
pt: "Magmortar",
|
||||
de: "Magbrant"
|
||||
},
|
||||
illustrator: "KEIICHIRO ITO",
|
||||
rarity: "Rare",
|
||||
@ -34,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Smoke Bomb",
|
||||
fr: "Bombe Fumante",
|
||||
es: "Bomba de Humo",
|
||||
it: "Bomba Fumogena",
|
||||
pt: "Bomba de Fumaça",
|
||||
de: "Rauchbombe"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack doesn't happen.",
|
||||
en: "If the Defending Pokémon tries to attack during your opponent’s next turn, your opponent flips a coin. If tails, that attack doesn’t happen.",
|
||||
fr: "Si le Pokémon Défenseur essaie d’attaquer pendant le prochain tour de votre adversaire, ce dernier lance une pièce. Si c’est pile, l’attaque n’est pas lancée.",
|
||||
es: "Si el Pokémon Defensor intenta atacar durante el próximo turno de tu rival, este lanza 1 moneda. Si sale cruz, ese ataque no se hace.",
|
||||
it: "Se durante il prossimo turno del tuo avversario il Pokémon difensore prova ad attaccare, il tuo avversario lancia una moneta. Se esce croce, quell’attacco non ha luogo.",
|
||||
pt: "Se o Pokémon Defensor tentar atacar durante a próxima vez de jogar do seu oponente, seu oponente jogará 1 moeda. Se sair coroa, aquele ataque não acontecerá.",
|
||||
de: "Wenn das Verteidigende Pokémon versucht, während des nächsten Zuges deines Gegners anzugreifen, wirft dein Gegner 1 Münze. Bei Zahl wird jene Attacke nicht ausgeführt."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
@ -51,10 +63,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Flamethrower",
|
||||
fr: "Lance-Flammes",
|
||||
es: "Lanzallamas",
|
||||
it: "Lanciafiamme",
|
||||
pt: "Lança-chamas",
|
||||
de: "Flammenwurf"
|
||||
},
|
||||
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 assegnata a questo Pokémon.",
|
||||
pt: "Descarte 1 Energia deste Pokémon.",
|
||||
de: "Lege 1 Energie von diesem Pokémon auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user