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: "Aipom",
|
||||
fr: "Capumain",
|
||||
es: "Aipom",
|
||||
it: "Aipom",
|
||||
pt: "Aipom",
|
||||
de: "Griffel"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Common",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scampering Tail",
|
||||
fr: "Queue Fuyante",
|
||||
es: "Cola Presurosa",
|
||||
it: "Coda Zompettante",
|
||||
pt: "Cauda Ligeira",
|
||||
de: "Huschender Schweif"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may put the top card of your opponent's deck on the bottom of their deck without looking at it.",
|
||||
en: "Once during your turn (before your attack), you may put the top card of your opponent’s deck on the bottom of their deck without looking at it.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez placer la carte du dessus du deck de votre adversaire en dessous de son deck sans la regarder.",
|
||||
es: "Una vez durante tu turno (antes de tu ataque), puedes poner la primera carta de la baraja de tu rival en la parte inferior de su baraja sin mirarla.",
|
||||
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi prendere la prima carta del mazzo del tuo avversario e metterla in fondo al suo mazzo senza guardarla.",
|
||||
pt: "Uma vez durante a sua vez de jogar (antes de atacar), você pode colocar a primeira carta do baralho do seu oponente como a última carta do baralho dele(a), sem olhar aquela carta.",
|
||||
de: "Einmal während deines Zuges (bevor du angreifst) kannst du die oberste Karte des Decks deines Gegners, ohne sie dir anzuschauen, unter sein Deck legen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,6 +55,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tail Smack",
|
||||
fr: "Coup de Queue",
|
||||
es: "Bofetón Cola",
|
||||
it: "Codasberla",
|
||||
pt: "Ataque de Cauda",
|
||||
de: "Schweifschlag"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user