mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -3,8 +3,12 @@ import Set from '../Primal Clash'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Maxie’s Hidden Ball Trick",
|
||||
en: "Maxie's Hidden Ball Trick",
|
||||
fr: "Ruse de Max",
|
||||
es: "Truco de la Bola Oculta de Magno",
|
||||
it: "Doppio Passo di Max",
|
||||
pt: "Truque da Bola Escondida de Maxie",
|
||||
de: "Marcs Balltrick"
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
rarity: "Ultra Rare",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Vous pouvez jouer cette carte seulement lorsque c'est la dernière carte dans votre main.\n\nPlacez un Pokémon Fighting de votre pile de défausse sur votre Banc. Ensuite, piochez 5 cartes.",
|
||||
en: "You can play this card only when it is the last card in your hand.\n\nPut a Fighting Pokémon from your discard pile onto your Bench. Then, draw 5 cards."
|
||||
en: "You can play this card only when it is the last card in your hand.\n\nPut a Fighting Pokémon from your discard pile onto your Bench. Then, draw 5 cards.",
|
||||
es: "Puedes jugar esta carta solo cuando es la última carta en tu mano. Pon 1 Pokémon Fighting de tu pila de descartes en tu Banca. Después, roba 5 cartas.",
|
||||
it: "Puoi giocare questa carta solo se è l'ultima carta che hai in mano. Prendi un Pokémon Fighting dalla tua pila degli scarti e mettilo in panchina. Poi pesca cinque carte.",
|
||||
pt: "Você poderá jogar este card somente quando ele for o último card da sua mão. Coloque um Pokémon Fighting da sua pilha de descarte no seu Banco. Em seguida, compre 5 cards.",
|
||||
de: "Du kannst diese Karte nur dann spielen, wenn es die letzte Karte auf deiner Hand ist. Nimm 1 Fighting-Pokémon von deinem Ablagestapel und lege es auf deine Bank. Ziehe anschließend 5 Karten."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user