1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +00:00

Added informations on more languages for Sword & Shield cards

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -6,7 +6,11 @@ const card: Card = {
name: {
en: "Purugly",
fr: "Chaffreux"
fr: "Chaffreux",
es: "Purugly",
it: "Purugly",
pt: "Purugly",
de: "Shnurgarst"
},
illustrator: "Akira Komayama",
@ -23,19 +27,31 @@ const card: Card = {
attacks: [{
name: {
en: "Caturday",
fr: "Chamedi"
fr: "Chamedi",
es: "Sábado Gatuno",
it: "Giornogatto",
pt: "Dia de Gato",
de: "Schnurrtag"
},
effect: {
en: "Draw 3 cards. If you do, this Pokémon is now Asleep.",
fr: "Piochez 3 cartes. Dans ce cas, ce Pokémon est maintenant Endormi."
fr: "Piochez 3 cartes. Dans ce cas, ce Pokémon est maintenant Endormi.",
es: "Roba 3 cartas. Si lo haces, este Pokémon pasa a estar Dormido.",
it: "Pesca tre carte. Se lo fai, questo Pokémon viene addormentato.",
pt: "Compre 3 cartas. Se fizer isto, este Pokémon ficará Adormecido.",
de: "Ziehe 3 Karten. Wenn du das machst, schläft dieses Pokémon jetzt."
},
cost: ["Colorless"]
}, {
name: {
en: "Claw Slash",
fr: "TranchGriffe"
fr: "TranchGriffe",
es: "Cuchillada Garra",
it: "Lacerartiglio",
pt: "Golpe de Garra",
de: "Klauenschlitzer"
},
damage: 120,