1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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: "Latias",
fr: "Latias",
es: "Latias",
it: "Latias",
pt: "Latias",
de: "Latias"
},
illustrator: "Kouki Saitou",
rarity: "Common",
rarity: "Rare",
category: "Pokemon",
set: Set,
@ -31,10 +35,18 @@ const card: Card = {
name: {
en: "Hypnoblast",
fr: "Hypnoblast",
es: "Hipnorrayo",
it: "Ipnobomba",
pt: "Borrifada Hipnótica",
de: "Hypnoschuss"
},
effect: {
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi.",
es: "El Pokémon Defensor pasa a estar Dormido.",
it: "Il Pokémon Difensore è Addormentato.",
pt: "O Pokémon Defensor agora está Adormecido.",
de: "Das Verteidigende Pokémon schläft jetzt."
},
damage: 30,
@ -48,10 +60,18 @@ const card: Card = {
name: {
en: "Mist Ball",
fr: "BallBrume",
es: "Bola Neblina",
it: "Foschisfera",
pt: "Bola de Névoa",
de: "Nebelball"
},
effect: {
en: "Flip a coin. If tails, discard a Fire Energy and a Psychic Energy from this Pokémon.",
fr: "Lancez une pièce. Si cest pile, défaussez une Énergie Fire et une Énergie Psychic de ce Pokémon.",
es: "Lanza 1 moneda. Si sale cruz, descarta 1 Energía Fire y 1 Energía Psychic de este Pokémon.",
it: "Lancia una moneta. Se esce croce, scarta unEnergia Fire e unEnergia Psychic assegnate a questo Pokémon.",
pt: "Jogue 1 moeda. Se sair coroa, descarte 1 Energia Fire e 1 Energia Psychic deste Pokémon.",
de: "Wirf 1 Münze. Lege bei Zahl 1 Fire-Energie und 1 Psychic-Energie von diesem Pokémon auf deinen Ablagestapel."
},
damage: 110,