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,6 +5,10 @@ const card: Card = {
name: {
en: "Cubone",
fr: "Osselait",
es: "Cubone",
it: "Cubone",
pt: "Cubone",
de: "Tragosso"
},
illustrator: "sowsow",
rarity: "Common",
@ -31,10 +35,18 @@ const card: Card = {
name: {
en: "Burdensome Bone",
fr: "Os Pesant",
es: "Hueso Abrumador",
it: "Osso Gravoso",
pt: "Osso Penoso",
de: "Last des Knochens"
},
effect: {
en: "This Pokémon can't attack during your next turn.",
en: "This Pokémon cant attack during your next turn.",
fr: "Ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
es: "Este Pokémon no puede atacar durante tu próximo turno.",
it: "Questo Pokémon non può attaccare durante il tuo prossimo turno.",
pt: "Este Pokémon não poderá atacar durante a sua próxima vez de jogar.",
de: "Dieses Pokémon kann während deines nächsten Zuges nicht angreifen."
},
damage: 40,