mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Shedinja",
|
||||
fr: "Munja",
|
||||
de: "Ninjatom"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -35,10 +36,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Resent",
|
||||
fr: "Ressentiment",
|
||||
de: "Nachtragend"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your opponent's turn, if Shedinja would be Knocked Out by damage from an attack, you may put 4 damage counters on the Attacking Pokémon and each of your opponent's Pokémon that has the same name as the Attacking Pokémon.",
|
||||
fr: "Une seule fois lors du prochain tour de votre adversaire, si Munja est mis K.O par les dégâts d'une attaque, vous pouvez placer 4 marqueurs de dégât sur le Pokémon Attaquant ainsi que sur tous les Pokémon de votre adversaire possédant le même nom que le Pokémon Attaquant.",
|
||||
de: "Einmal während des Zuges deines Gegners kannst du, wenn Ninjatom durch Schaden eines Angriffs kampfunfähig würde, 4 Schadensmarken auf das Angreifende Pokémon und jedes Pokémon deines Gegners mit demselben Namen wie das Angreifende Pokémon legen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -51,10 +54,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Curse and Deceive",
|
||||
fr: "Sort traitre",
|
||||
de: "Verfluchen und Täuschen"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 3 damage counters on the Defending Pokémon. If Shedinja has any damage counters on it, the Defending Pokémon is now Confused.",
|
||||
fr: "Placez 3 marqueurs de dégât sur le Pokémon Défenseur. Si Munja possède des marqueurs de dégât, le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "Lege 3 Schadensmarken auf das Verteidigende Pokémon. Wenn auf Ninjatom mindestens 1 Schadensmarke liegt, ist das Verteidigende Pokémon jetzt verwirrt."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user