mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39: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: "Barbaracle",
|
||||
fr: "Golgopathe",
|
||||
es: "Barbaracle",
|
||||
it: "Barbaracle",
|
||||
pt: "Barbaracle",
|
||||
de: "Thanathora"
|
||||
},
|
||||
illustrator: "kirisAki",
|
||||
rarity: "Rare",
|
||||
@ -34,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Seven Shock",
|
||||
fr: "Choc à Sept",
|
||||
es: "Impacto Siete",
|
||||
it: "Eptashock",
|
||||
pt: "Choque do Sete",
|
||||
de: "Siebenschock"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have exactly 7 cards in your hand, your opponent's Active Pokémon is now Paralyzed.",
|
||||
en: "If you have exactly 7 cards in your hand, your opponent’s Active Pokémon is now Paralyzed.",
|
||||
fr: "S’il vous reste exactement 7 cartes en main, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
es: "Si tienes exactamente 7 cartas en tu mano, el Pokémon Activo de tu rival pasa a estar Paralizado.",
|
||||
it: "Se hai esattamente sette carte in mano, il Pokémon attivo del tuo avversario viene paralizzato.",
|
||||
pt: "Se você tiver exatamente 7 cartas na sua mão, o Pokémon Ativo do seu oponente será Paralisado.",
|
||||
de: "Wenn du genau 7 Karten auf deiner Hand hast, ist das Aktive Pokémon deines Gegners jetzt paralysiert."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -51,6 +63,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Claw Slash",
|
||||
fr: "Tranch’Griffe",
|
||||
es: "Cuchillada Garra",
|
||||
it: "Lacerartiglio",
|
||||
pt: "Golpe de Garra",
|
||||
de: "Klauenschlitzer"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
Reference in New Issue
Block a user