mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -8,7 +8,8 @@ const card: Card = {
|
||||
en: "Miraidon ex",
|
||||
fr: "Miraidon-ex",
|
||||
es: "Miraidon ex",
|
||||
it: "Miraidon-ex"
|
||||
it: "Miraidon-ex",
|
||||
de: "Miraidon-ex"
|
||||
},
|
||||
|
||||
rarity: "Hyper rare",
|
||||
@ -24,14 +25,16 @@ const card: Card = {
|
||||
en: "Tandem Unit",
|
||||
fr: "Unité Tandem",
|
||||
es: "Unidad Tándem",
|
||||
it: "Unità Duplice"
|
||||
it: "Unità Duplice",
|
||||
de: "Tandem-Aggregat"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may search your deck for up to 2 Basic Lightning Pokémon and put them onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu'à 2 Pokémon Lightning de base, puis les placer sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja hasta 2 Pokémon Lightning Básicos y ponerlos en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo fino a due Pokémon Base Lightning e metterli nella tua panchina. Poi rimischia le carte del tuo mazzo."
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo fino a due Pokémon Base Lightning e metterli nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach bis zu 2 Basis-Lightning-Pokémon durchsuchen und sie auf deine Bank legen. Mische anschließend dein Deck."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -42,14 +45,16 @@ const card: Card = {
|
||||
en: "Photon Blaster",
|
||||
fr: "Réacteur à Photons",
|
||||
es: "Cohete Fotónico",
|
||||
it: "Esplosione Fotonica"
|
||||
it: "Esplosione Fotonica",
|
||||
de: "Photonenblaster"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon can't attack.",
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
|
||||
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare."
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare.",
|
||||
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
|
||||
},
|
||||
|
||||
damage: 220
|
||||
|
Reference in New Issue
Block a user