mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Commande Emballée",
|
||||
es: "Caja de Envío",
|
||||
it: "Ordinazione Speciale",
|
||||
pt: "Pedido Encaixotado"
|
||||
pt: "Pedido Encaixotado",
|
||||
de: "Verpackte Bestellung"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
@ -20,7 +21,8 @@ const card: Card = {
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Objet, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck. Votre tour se termine.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Objeto, enséñalas y ponlas en tu mano. Después, baraja las cartas de tu baraja. Tu turno termina.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Strumento, mostrale e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo. Il tuo turno finisce.",
|
||||
pt: "Procure por até 2 cartas de Item no seu baralho, revele-as e coloque-as na sua mão. Em seguida, embaralhe o seu baralho. O seu turno acaba."
|
||||
pt: "Procure por até 2 cartas de Item no seu baralho, revele-as e coloque-as na sua mão. Em seguida, embaralhe o seu baralho. O seu turno acaba.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Itemkarten, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck. Dein Zug endet."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
|
Reference in New Issue
Block a user