mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lost Blender",
|
||||
fr: "Mixeur Perdu",
|
||||
es: "Batidora Perdida",
|
||||
it: "Mixer Perduto",
|
||||
pt: "Liquidificador Perdido",
|
||||
de: "Nirgendwo-Mixer"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Placez 2 cartes de votre main dans la Zone Perdue. Dans ce cas, piochez une carte.",
|
||||
en: "Put 2 cards from your hand in the Lost Zone. If you do, draw a card.",
|
||||
es: "Pon 2 cartas de tu mano en la Zona Perdida. Si lo haces, roba 1 carta.",
|
||||
it: "Prendi due delle carte che hai in mano e mettile nell’area perduta. Se lo fai, pesca una carta.",
|
||||
pt: "Coloque 2 cartas da sua mão na Zona Perdida. Se fizer isto, compre 1 carta.",
|
||||
de: "Lege 2 Karten aus deiner Hand ins Nirgendwo. Wenn du das machst, ziehe 1 Karte."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user