1
0
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:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -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 cant attack during your opponents 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,