mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Old Amber Aerodactyl",
|
||||
fr: "Vieil Ambre Ptéra",
|
||||
es: "Ámbar Viejo Aerodactyl",
|
||||
it: "Ambra Antica di Aerodactyl",
|
||||
pt: "Âmbar Velho de Aerodactyl",
|
||||
de: "Aerodactyls Altbernstein"
|
||||
},
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Regardez les 7 cartes du dessous de votre deck. Vous pouvez montrer un Ptéra que vous y trouvez et le placer sur votre Banc. Mélangez les autres cartes avec votre deck.",
|
||||
en: "Look at the bottom 7 cards of your deck. You may reveal an Aerodactyl you find there and put it onto your Bench. Shuffle the other cards back into your deck."
|
||||
en: "Look at the bottom 7 cards of your deck. You may reveal an Aerodactyl you find there and put it onto your Bench. Shuffle the other cards back into your deck.",
|
||||
es: "Mira las 7 últimas cartas de tu baraja. Puedes enseñar 1 Aerodactyl que encuentres entre ellas y ponerlo en tu Banca. Pon el resto de cartas de nuevo en tu baraja y barájalas todas.",
|
||||
it: "Guarda le ultime sette carte del tuo mazzo. Puoi mostrare un Aerodactyl presente tra quelle carte e aggiungerlo alla tua panchina. Poi rimischia le altre carte nel tuo mazzo.",
|
||||
pt: "Olhe os 7 cards debaixo do seu baralho. Você poderá revelar um Aerodactyl que encontrar lá e colocá-lo em seu Banco. Embaralhe os demais cards de volta.",
|
||||
de: "Schau dir die untersten 7 Karten deines Decks an. Falls du dort ein Aerodactyl findest, kannst du es deinem Gegner zeigen und auf deine Bank legen. Mische die anderen Karten zurück in dein Deck."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user