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:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user