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

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Ear-Ringing Bell",
fr: "Cloche Sonnante",
es: "Campana Ensordecedora",
it: "Campana Assordante",
pt: "Sino Ensurdecedor",
de: "Ohrenbetäubende Glocke"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
@ -24,8 +28,13 @@ const card: Card = {
effect: {
fr: "Si le Pokémon auquel cette carte est attachée est votre Pokémon Actif et quil subit les dégâts dune attaque de votre adversaire (même si le Pokémon est mis K.O.), le Pokémon Attaquant est maintenant Confus.",
en: "If the Pokémon this card is attached to is your Active Pokémon and is damaged by an opponents attack (even if that Pokémon is Knocked Out), the Attacking Pokémon is now Confused.",
es: "Si el Pokémon al que está unida esta carta es tu Pokémon Activo y resulta dañado por un ataque de tu rival (incluso si este Pokémon queda Fuera de Combate), el Pokémon Atacante pasa a estar Confundido.",
it: "Se il Pokémon a cui è assegnata questa carta è il tuo Pokémon attivo e viene danneggiato da un attacco del tuo avversario, anche se viene messo KO, il Pokémon attaccante viene confuso.",
pt: "Se o Pokémon ao qual esta carta está ligada for o seu Pokémon Ativo e ele for danificado por um ataque do seu oponente (mesmo que aquele Pokémon seja Nocauteado), o Pokémon Atacante será Confundido.",
de: "Wenn das Pokémon, an das diese Karte angelegt ist, dein Aktives Pokémon ist und durch eine Attacke deines Gegners Schaden erhält (auch wenn dieses Pokémon dadurch kampfunfähig wird), ist das Angreifende Pokémon jetzt verwirrt."
},
trainerType: "Item",
trainerType: "Tool",
}