mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Piplup",
|
||||
fr: "Tiplouf",
|
||||
es: "Piplup",
|
||||
it: "Piplup",
|
||||
pt: "Piplup",
|
||||
de: "Plinfa"
|
||||
},
|
||||
illustrator: "Tomomi Kaneko",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -32,10 +36,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bubble Hold",
|
||||
fr: "Bulles Bloquantes",
|
||||
es: "Bloqueo Burbuja",
|
||||
it: "Gabbia di Bolle",
|
||||
pt: "Prisão de Bolhas",
|
||||
de: "Blasengriff"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.",
|
||||
en: "If the Defending Pokémon is a Basic Pokémon, it can’t attack during your opponent’s next turn.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon de base, il ne peut pas attaquer pendant le prochain tour de votre adversaire.",
|
||||
es: "Si el Pokémon Defensor es un Pokémon Básico, 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 Base.",
|
||||
pt: "Se o Pokémon Defensor for um Pokémon Básico, ele não poderá atacar durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Wenn das Verteidigende Pokémon ein Basis-Pokémon ist, kann es während des nächsten Zuges deines Gegners nicht angreifen."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user