mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Aquapolis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Golduck",
|
||||
de: "Entoron"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Uncommon",
|
||||
@ -31,6 +32,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slash",
|
||||
de: "Schlitzer"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -44,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Distortion Beam",
|
||||
fr: "Rayon de distorsion"
|
||||
fr: "Rayon de distorsion",
|
||||
de: "Verdrehstrahl"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi. Si c'est pile, le Pokémon Défenseur est maintenant Confus."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi. Si c'est pile, le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "Wirf eine Münze. Bei 'Kopf' schläft das Verteidigende Pokémon jetzt. Bei 'Zahl' ist das Verteidigende Pokémon jetzt verwirrt."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user