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,6 +5,10 @@ const card: Card = {
name: {
en: "Omastar",
fr: "Amonistar",
es: "Omastar",
it: "Omastar",
pt: "Omastar",
de: "Amoroso"
},
illustrator: "kirisAki",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Fossil Bind",
fr: "Lien Fossile",
es: "Atadura Fósil",
it: "Legame Fossile",
pt: "Atadura de Fóssil",
de: "Fossiler Griff"
},
effect: {
en: "As long as you have fewer Pokémon in play than your opponent, they can't play any Item cards from their hand.",
en: "As long as you have fewer Pokémon in play than your opponent, they cant play any Item cards from their hand.",
fr: "Tant que vous avez moins de Pokémon en jeu que votre adversaire, celui-ci ne peut pas jouer de cartes Objet de sa main.",
es: "Mientras tengas menos Pokémon en juego que tu rival, este no puede jugar ninguna carta de Objeto de su mano.",
it: "Fintanto che hai meno Pokémon in gioco del tuo avversario, questi non può giocare le carte Strumento che ha in mano.",
pt: "Enquanto você tiver menos Pokémon em jogo do que seu oponente, ele(a) não pode jogar nenhuma carta de Item da própria mão.",
de: "Solang du weniger Pokémon im Spiel hast als dein Gegner, kann dein Gegner keine Itemkarten aus seiner Hand spielen."
},
},
],
@ -46,6 +58,10 @@ const card: Card = {
name: {
en: "Bite",
fr: "Morsure",
es: "Mordisco",
it: "Morso",
pt: "Mordida",
de: "Biss"
},
damage: 60,