1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Jynx",
fr: "Lippoutou",
de: "Rossana"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Icy Kiss",
fr: "Baiser glacial",
de: "Frostiger Kuss"
},
effect: {
en: "If Jynx was damaged by an attack during your opponent's last turn, the Defending Pokémon is now Paralyzed.",
fr: "Si une attaque a infligé des dégâts à Lippoutou lors du dernier tour de votre adversaire, le Pokémon Défenseur est maintenant Paralysé.",
de: "Wenn Rossana im letzten Zug deines Gegners durch einen Angriff Schaden zugefügt wurde, ist das Verteidigende Pokémon jetzt gelähmt."
},
damage: 30,
@ -47,10 +50,12 @@ const card: Card = {
name: {
en: "Lovely Kiss",
fr: "Grobisou",
de: "Todeskuss"
},
effect: {
en: "Move 2 damage counters from Jynx to the Defending Pokémon. If Smoochum is anywhere under Jynx, move 4 damage counters instead.",
fr: "Déplacez 2 marqueurs de dégât de Lippoutou sur le Pokémon Défenseur. Si Lippouti se trouve sous Lippoutou, déplacez 4 marqueurs de dégât.",
de: "Entferne 2 Schadensmarken von Rossana und lege sie auf das Verteidigende Pokémon. Wenn Kussilla sich an beliebiger Stelle unter Rossana befindet, entferne stattdessen 4 Schadensmarken und lege sie auf das Verteidigende Pokémon."
},
},