mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-01 12:22:02 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,6 +4,7 @@ import Set from '../Skyridge'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gligar",
|
||||
de: "Skorgla"
|
||||
},
|
||||
illustrator: "Shin-ichi Yoshida",
|
||||
rarity: "Common",
|
||||
@@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Irongrip",
|
||||
de: "Eiserner Griff"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@@ -38,13 +40,18 @@ const card: Card = {
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Sharp Stinger",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Paralyzed.",
|
||||
de: "Scharfer Stich"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Paralyzed.",
|
||||
de: "Wirf eine Münze. Bei 'Kopf' ist das verteidigende Pokémon jetzt vergiftet. Bei 'Zahl' ist das verteidigende Pokémon jetzt gelähmt."
|
||||
},
|
||||
|
||||
damage: 10
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
|
Reference in New Issue
Block a user