1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 07:51:58 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@@ -4,6 +4,7 @@ import Set from '../Skyridge'
const card: Card = {
name: {
en: "Golem",
de: "Geowaz"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Crystal Type",
de: "Kristall-Typ"
},
effect: {
en: "Whenever you attach a Grass, Fire, or Fighting basic Energy card from your hand to Golem, Golem's type (color) becomes the same as that type of energy until the end of the turn.",
de: "Immer wenn du eine -, - oder -Basis-Energiekarte aus deiner Hand an Geowaz anlegst, ändert sich Geowaz Typ (Farbe) bis zum Ende des Zuges zu dem gleichen Typ wie diese Energie."
},
},
],
@@ -42,6 +45,7 @@ const card: Card = {
],
name: {
en: "Rock Throw",
de: "Steinwurf"
},
damage: 30,
@@ -49,16 +53,18 @@ const card: Card = {
},
{
cost: [
"Fighting",
"Grass",
"Fire",
"Fighting",
"Colorless",
],
name: {
en: "Earth Bomb",
de: "Erdbombe"
},
effect: {
en: "Golem does 20 damage to itself. This attack also does 10 damage to each Benched Pokémon (yours and your opponents). (Don't apply Weakness and Resistance for Benched Pokémon.)",
de: "Geowaz fügt sich selber 20 Schadenspunkte zu. Deiser Angriff fügt zudem jedem Pokémon auf der Bank 10 Schadnepunkte zu (deinen und den gegnerischen Pokémon). (Wende keine Schwäche oder resistenz bei Pokémon auf der Bank an.)"
},
damage: 50,