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: "Litten",
|
||||
fr: "Flamiaou",
|
||||
es: "Litten",
|
||||
it: "Litten",
|
||||
pt: "Litten",
|
||||
de: "Flamiau"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Caturday",
|
||||
fr: "Chamedi",
|
||||
es: "Sábado Gatuno",
|
||||
it: "Giornogatto",
|
||||
pt: "Dia de Gato",
|
||||
de: "Schnurrtag"
|
||||
},
|
||||
effect: {
|
||||
en: "Draw a card. If you do, this Pokémon is now Asleep.",
|
||||
fr: "Piochez une carte. Dans ce cas, ce Pokémon est maintenant Endormi.",
|
||||
es: "Roba 1 carta. Si lo haces, este Pokémon pasa a estar Dormido.",
|
||||
it: "Pesca una carta. Se lo fai, questo Pokémon viene addormentato.",
|
||||
pt: "Compre 1 carta. Se fizer isto, este Pokémon será Adormecido.",
|
||||
de: "Ziehe 1 Karte. Wenn du das machst, schläft dieses Pokémon jetzt."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,10 +58,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Big Bite",
|
||||
fr: "Grosse Morsure",
|
||||
es: "Gran Mordisco",
|
||||
it: "Grande Morso",
|
||||
pt: "Mordidona",
|
||||
de: "Mächtiger Biss"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
es: "El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "O Pokémon Defensor não poderá recuar durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Das Verteidigende Pokémon kann sich während des nächsten Zuges deines Gegners nicht zurückziehen."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user