mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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: "Steelix",
|
||||
de: "Stahlos"
|
||||
},
|
||||
illustrator: "Hikaru Koike",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Rare Metal",
|
||||
de: "Seltenes Metall"
|
||||
},
|
||||
effect: {
|
||||
en: "All basic Energy cards attached to Steelix provide Metal Energy instead of their usual types.",
|
||||
de: "Alle an Stahlos angelegten Basis-Energiekarten produzieren -Energie statt ihrer normalen Energien."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Squeeze",
|
||||
de: "Quetschen"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage and the Defending Pokémon is now Paralyzed.",
|
||||
de: "Wirf eine Münze. Bei 'Kopf' fügt dieser Angriff 20 Schadenspunkte plus 10 weitere Schadenspunkte zu und das verteidigende Pokémon ist jetzt gelähmt."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -56,13 +61,18 @@ const card: Card = {
|
||||
"Metal",
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Metal Tail",
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, you may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing.",
|
||||
de: "Metallschweif"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Before doing damage, you may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing.",
|
||||
de: "Bevor der Schaden zugefügt wird, kannst du eine Münze werfen. Bei 'Kopf' fügt dieser Angriff 80 Schadenspunkte zu. Bei 'Zahl' hat dieser Angriff keine Wirkung."
|
||||
},
|
||||
|
||||
damage: 40
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
|
Reference in New Issue
Block a user