mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Revelation'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lanturn",
|
||||
fr: "Lanturn"
|
||||
fr: "Lanturn",
|
||||
de: "Lanturn"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -33,11 +34,13 @@ const card: Card = {
|
||||
type: "Pokemon Power",
|
||||
name: {
|
||||
en: "Submerge",
|
||||
fr: "Submersion"
|
||||
fr: "Submersion",
|
||||
de: "Submerge"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may change Lanturn's type to Water until the end of your turn. This power can't be used if Lanturn is Asleep, Confused, or Paralyzed. If Lanturn becomes Asleep, Confused, or Paralyzed after you have used this power, its type changes back to Lightning.",
|
||||
fr: "Une fois durant votre tour (avant votre attaque), vous pouvez changer le type de Lanturn en jusqu'à la fin de votre tour. Ce pouvoir ne fonctionne pas si Lanturn est Endormi, Confus ou Paralysé. Si Lanturn devient Endormi, Confus ou Paralysé après l'utilisation de ce pouvoir, son type redevient ."
|
||||
fr: "Une fois durant votre tour (avant votre attaque), vous pouvez changer le type de Lanturn en jusqu'à la fin de votre tour. Ce pouvoir ne fonctionne pas si Lanturn est Endormi, Confus ou Paralysé. Si Lanturn devient Endormi, Confus ou Paralysé après l'utilisation de ce pouvoir, son type redevient .",
|
||||
de: "Once during your turn (before your attack), you may change Lanturn´s type to until the end of your turn. This power can´t be used if Lanturn is Asleep, Confused, or Paralyzed. If Lanturn becomes Asleep, Confused, or Paralyzed after you have used this power, its type change back to ."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -51,11 +54,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Blinding Light",
|
||||
fr: "Flash aveuglant"
|
||||
fr: "Flash aveuglant",
|
||||
de: "Blinding Light"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Confused."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user