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,7 +4,8 @@ import Set from '../Neo Revelation'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Celebi",
|
||||
fr: "Celebi"
|
||||
fr: "Celebi",
|
||||
de: "Celebi"
|
||||
},
|
||||
|
||||
illustrator: "Hironobu Yoshida",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
type: "Pokemon Power",
|
||||
name: {
|
||||
en: "Time Travel",
|
||||
fr: "Voyage temporel"
|
||||
fr: "Voyage temporel",
|
||||
de: "Time Travel"
|
||||
},
|
||||
effect: {
|
||||
en: "If an opponent's attack would Knock Out Celebi, flip a coin. If heads, Celebi is not Knocked Out and you shuffle it and all cards attached to it into your deck. This power doesn't work if Celebi is already Asleep, Confused, or Paralyzed.",
|
||||
fr: "Si l'attaque d'un adversaire doit mettre Celebi K.O., lancez une pièce. Si c'est face, Celebi n'est pas K.O. et il doit être mélangé à votre deck avec les cartes qui lui sont attachées. Ce pouvoir ne peut être utilisé si Celebi est déjà Endormi, Confus ou Paralysé."
|
||||
fr: "Si l'attaque d'un adversaire doit mettre Celebi K.O., lancez une pièce. Si c'est face, Celebi n'est pas K.O. et il doit être mélangé à votre deck avec les cartes qui lui sont attachées. Ce pouvoir ne peut être utilisé si Celebi est déjà Endormi, Confus ou Paralysé.",
|
||||
de: "If an opponent's attack would Knock Out Celebi, flip a coin. If heads, Celebi isn't Knocked Out and you shuffle it and all cards attached to it into your deck. This power doesn't work if Celebi is already Asleep, Confused, or Paralyzed."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,11 +48,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Psychic Damage",
|
||||
fr: "Dégâts Psy"
|
||||
fr: "Dégâts Psy",
|
||||
de: "Psychic Damage"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. For each heads, put 1 damage counter on the Defending Pokémon.",
|
||||
fr: "Lancez 3 pièces. Pour chaque face, placez 1 marqueur de dégâts sur le Pokémon Défenseur."
|
||||
fr: "Lancez 3 pièces. Pour chaque face, placez 1 marqueur de dégâts sur le Pokémon Défenseur.",
|
||||
de: "Flip 3 coins. For each heads, put 1 damage counter on the Defending Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user