mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Arceus'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gulpin",
|
||||
de: "Schluppuck"
|
||||
},
|
||||
illustrator: "Sachiko Adachi",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Endure",
|
||||
de: "Ausdauer"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, during your opponent's next turn, if Gulpin would be Knocked Out by damage from an attack, Gulpin is not Knocked Out and its remaining HP becomes 10 instead.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" wird Schluppuck, wenn es im nächsten Zug deines Gegners durch Schaden eines Angriffs kampfunfähig würde, nicht kampfunfähig und hat stattdessen 10 verbliebene KP."
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,6 +43,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pound",
|
||||
de: "Pfund"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user