mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Squirtle",
|
||||
fr: "Carapuce",
|
||||
de: "Schiggy"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
@ -28,10 +29,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bubble",
|
||||
fr: "Écume",
|
||||
de: "Blubber"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt gelähmt."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,12 +46,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Aqua Tail",
|
||||
fr: "Hydroqueue",
|
||||
de: "Nassschweif"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin for each Water Energy attached to Squirtle. This attack does 20 damage plus 10 more damage for each heads.",
|
||||
fr: "Lancez une pièce pour chaque Énergie Water attachée à Carapuce. Cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque face.",
|
||||
de: "Wirf 1 Münze für jede an Schiggy angelegte -Energie. Dieser Angriff fügt 20 Schadenspunkte plus 10 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user