mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Mew",
|
||||
fr: "Mew",
|
||||
es: "Mew",
|
||||
it: "Mew",
|
||||
pt: "Mew",
|
||||
de: "Mew"
|
||||
},
|
||||
illustrator: "sui",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bench Barrier",
|
||||
fr: "Barrière de Banc",
|
||||
es: "Barrera Banca",
|
||||
it: "Panchinafranca",
|
||||
pt: "Barreira de Banco",
|
||||
de: "Bankbarriere"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all damage done to your Benched Pokémon by your opponent's attacks.",
|
||||
en: "Prevent all damage done to your Benched Pokémon by your opponent’s attacks.",
|
||||
fr: "Évitez tous les dégâts infligés à vos Pokémon de Banc par les attaques de votre adversaire.",
|
||||
es: "Evita todo el daño infligido a tus Pokémon en Banca por ataques de tu rival.",
|
||||
it: "Previeni tutti i danni inflitti ai tuoi Pokémon in panchina dagli attacchi del tuo avversario.",
|
||||
pt: "Previne todo o dano causado aos seus Pokémon no Banco pelos ataques do seu oponente.",
|
||||
de: "Verhindere allen Schaden, der den Pokémon auf deiner Bank durch Attacken deines Gegners zugefügt wird."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,10 +54,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psypower",
|
||||
fr: "Puissance Psy",
|
||||
es: "Psicopoder",
|
||||
it: "Psicotere",
|
||||
pt: "Poder Psíquico",
|
||||
de: "Psy-Power"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 3 damage counters on your opponent's Pokémon in any way you like.",
|
||||
en: "Put 3 damage counters on your opponent’s Pokémon in any way you like.",
|
||||
fr: "Placez 3 marqueurs de dégâts sur les Pokémon de votre adversaire, de la manière que vous voulez.",
|
||||
es: "Pon 3 contadores de daño en los Pokémon de tu rival de la manera que desees.",
|
||||
it: "Distribuisci a piacimento tre segnalini danno sui Pokémon del tuo avversario.",
|
||||
pt: "Coloque 3 contadores de dano nos Pokémon do seu oponente como desejar.",
|
||||
de: "Lege 3 Schadensmarken beliebig auf die Pokémon deines Gegners."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user