mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Goodra",
|
||||
fr: "Muplodocus",
|
||||
es: "Goodra",
|
||||
it: "Goodra",
|
||||
pt: "Goodra",
|
||||
de: "Viscogon"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Sliggoo",
|
||||
fr: "Colimucus",
|
||||
es: "Sliggoo",
|
||||
it: "Sliggoo",
|
||||
pt: "Sliggoo",
|
||||
de: "Viscargot"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -30,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Slip Trip",
|
||||
fr: "Bave Glissante",
|
||||
es: "Paseo Escurridizo",
|
||||
it: "Scivolavia",
|
||||
pt: "Escorregada",
|
||||
de: "Rutschiger Weg"
|
||||
},
|
||||
effect: {
|
||||
en: "Each player can’t attach any Pokémon Tool cards from his or her hand to any of his or her Pokémon.",
|
||||
en: "Each player can't attach any Pokémon Tool cards from his or her hand to any of his or her Pokémon.",
|
||||
fr: "Aucun joueur ne peut attacher de carte Outil Pokémon de sa main à ses Pokémon.",
|
||||
es: "Los jugadores no pueden unir ninguna carta de Herramienta Pokémon de su mano a ninguno de sus Pokémon.",
|
||||
it: "Nessun giocatore può assegnare delle carte Oggetto Pokémon dalla propria mano ai suoi Pokémon.",
|
||||
pt: "Nenhum jogador pode ligar cards de Ferramenta Pokémon da própria mão a nenhum dos Pokémon do jogador.",
|
||||
de: "Kein Spieler darf Pokémon-Ausrüstungen von seiner Hand an seine Pokémon anlegen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -48,10 +64,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dragon Pulse",
|
||||
fr: "Dracochoc",
|
||||
es: "Pulso Dragón",
|
||||
it: "Dragopulsar",
|
||||
pt: "Pulso do Dragão",
|
||||
de: "Drachenpuls"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard the top card of your deck.",
|
||||
fr: "Défaussez la carte du dessus de votre deck.",
|
||||
es: "Descarta la primera carta de tu baraja.",
|
||||
it: "Scarta la prima carta del tuo mazzo.",
|
||||
pt: "Descarte o card de cima do seu baralho.",
|
||||
de: "Lege die oberste Karte deines Decks auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 130,
|
||||
|
||||
|
Reference in New Issue
Block a user