1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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: "Slowpoke",
fr: "Ramoloss",
de: "Flegmon"
},
illustrator: "Saya Tsuruta",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Rest",
fr: "Repos",
de: "Ruhe"
},
effect: {
en: "Remove all Special Conditions and 3 damage counters from Slowpoke. Slowpoke is now Asleep.",
fr: "Retirez à Ramoloss tous ses États Spéciaux et 3 marqueurs de dégât. Ramoloss est maintenant Endormi.",
de: "Entferne alle Speziellen Zustände und 3 Schadensmarken von Flegmon. Flegmon schläft jetzt."
},
},
@ -44,10 +47,12 @@ const card: Card = {
name: {
en: "Tumble Over",
fr: "Culbuter",
de: "Umkippen"
},
effect: {
en: "Slowpoke can't attack during your next turn.",
fr: "Ramoloss ne peut pas attaquer lors de votre prochain tour.",
de: "Flegmon kann in deinem nächsten Zug nicht angreifen."
},
damage: 20,