mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Araquanid",
|
||||
fr: "Tarenbulle",
|
||||
es: "Araquanid",
|
||||
it: "Araquanid",
|
||||
pt: "Araquanid",
|
||||
de: "Aranestro"
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "Rare",
|
||||
@ -34,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bubble Net",
|
||||
fr: "Filet de Bulles",
|
||||
es: "Red Pompa",
|
||||
it: "Retebolla",
|
||||
pt: "Rede de Bolha",
|
||||
de: "Wasserblasennetz"
|
||||
},
|
||||
effect: {
|
||||
en: "Energy can't be attached to the Defending Pokémon from your opponent's hand during their next turn.",
|
||||
en: "Energy can’t be attached to the Defending Pokémon from your opponent’s hand during their next turn.",
|
||||
fr: "Aucune Énergie ne peut être attachée au Pokémon Défenseur de la main de votre adversaire pendant son prochain tour.",
|
||||
es: "No se puede unir Energía al Pokémon Defensor de la mano de tu rival durante su próximo turno.",
|
||||
it: "Nessuna Energia può essere assegnata al Pokémon difensore dalla mano del tuo avversario durante il suo prossimo turno.",
|
||||
pt: "Energias não poderão ser ligadas ao Pokémon Defensor da mão do seu oponente durante a próxima vez dele(a) jogar.",
|
||||
de: "Energie aus der Hand deines Gegners kann während seines nächsten Zuges nicht an das Verteidigende Pokémon angelegt werden."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -51,6 +63,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sharp Fang",
|
||||
fr: "Croc Aiguisé",
|
||||
es: "Colmillo Afilado",
|
||||
it: "Zannaffilata",
|
||||
pt: "Presa Afiada",
|
||||
de: "Scharfe Fänge"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
|
Reference in New Issue
Block a user