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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Regice",
|
||||
fr: "Regice",
|
||||
es: "Regice",
|
||||
it: "Regice",
|
||||
pt: "Regice",
|
||||
de: "Regice"
|
||||
},
|
||||
illustrator: "kodama",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Icy Barrier",
|
||||
fr: "Barrière Glaciale",
|
||||
es: "Barrera Hielo",
|
||||
it: "Criobarriera",
|
||||
pt: "Barreira Gélida",
|
||||
de: "Eisige Barriere"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as this Pokémon is your Active Pokémon, your opponent can't play any Stadium cards from their hand.",
|
||||
en: "As long as this Pokémon is your Active Pokémon, your opponent can’t play any Stadium cards from their hand.",
|
||||
fr: "Tant que ce Pokémon est votre Pokémon Actif, votre adversaire ne peut pas jouer de cartes Stade de sa main.",
|
||||
es: "Mientras este Pokémon sea tu Pokémon Activo, tu rival no puede jugar ninguna carta de Estadio de su mano.",
|
||||
it: "Fintanto che questo Pokémon è il tuo Pokémon attivo, il tuo avversario non può giocare le carte Stadio che ha in mano.",
|
||||
pt: "Enquanto este Pokémon for o seu Pokémon Ativo, seu oponente não poderá jogar nenhuma carta de Estádio da própria mão.",
|
||||
de: "Solang dieses Pokémon dein Aktives Pokémon ist, kann dein Gegner keine Stadionkarten von seiner Hand spielen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,10 +56,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Icy Wind",
|
||||
fr: "Vent Glace",
|
||||
es: "Viento Hielo",
|
||||
it: "Ventogelato",
|
||||
pt: "Vento Congelante",
|
||||
de: "Eissturm"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
en: "Your opponent’s Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Adormecido.",
|
||||
de: "Das Aktive Pokémon deines Gegners schläft jetzt."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user