1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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,25 +5,33 @@ const card: Card = {
name: {
en: "Gorebyss",
fr: "Rosabyss",
es: "Gorebyss",
it: "Gorebyss",
pt: "Gorebyss",
de: "Saganabyss"
},
illustrator: "Mizue",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
368,
],
hp: 90,
types: [
"Water",
],
evolveFrom: {
en: "Clamperl",
fr: "Coquiperl",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -33,15 +41,24 @@ const card: Card = {
name: {
en: "Deflecting Splash",
fr: "Déviation Éclaboussante",
es: "Salpicadura Bloqueo",
it: "Frangispruzzo",
pt: "Borrifada Desviadora",
de: "Ablenkender Platscher"
},
effect: {
en: "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon.",
en: "During your opponents next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon.",
fr: "Pendant le prochain tour de votre adversaire, évitez tous les dégâts infligés à ce Pokémon par des attaques de Pokémon Évolutifs.",
es: "Durante el próximo turno de tu rival, evita todo el daño infligido a este Pokémon por ataques de Pokémon Evolución.",
it: "Durante il prossimo turno del tuo avversario, previeni tutti i danni inflitti a questo Pokémon dagli attacchi dei Pokémon Evoluzione.",
pt: "Durante a próxima vez de jogar do seu oponente, prevenirá todo o dano causado a este Pokémon por ataques de Pokémon de Evolução.",
de: "Verhindere während des nächsten Zuges deines Gegners allen Schaden, der diesem Pokémon durch Attacken von Entwicklungs-Pokémon zugefügt wird."
},
damage: 30,
},
],
weaknesses: [
{
type: "Grass",
@ -49,10 +66,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card