mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59: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: "Starmie",
|
||||
de: "Starmie"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Rare",
|
||||
@ -30,11 +31,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Burst",
|
||||
de: "Energieausbruch"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 10 damage times the number of Energy cards attached to Starmie and the Defending Pokémon.",
|
||||
de: "Wirf eine Münze. Bei 'Kopf' fügt dieser Angriff 10 Schadenspunkte mal der Anzahl an Energiekarten, die an Starmie und das Verteidigende Pokémon angelegt sind, zu."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
{
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Star Back",
|
||||
de: "Sternrückgewinnung"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach a basic Energy card from your discard pile to 1 of your Pokémon.",
|
||||
de: "Lege eine Basis-Energiekarte aus deinem Ablagestapel an 1 deiner Pokémon an."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user