1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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 '../Arceus'
const card: Card = {
name: {
en: "Charizard",
de: "Glurak"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Fire Formation",
de: "Feuerformation"
},
effect: {
en: "Each of Charizard's attacks does 10 more damage for each Fire Pokémon on your Bench to your opponent's Active Pokémon (before applying Weakness and Resistance).",
de: "Jeder Angriff von Glurak fügt den Aktiven Pokémon deines Gegners für jedes -Pokémon auf deiner Bank 10 zusätzliche Schadenspunkte zu (bevor Schwäche und Resistenz verrechnet werden)."
},
},
],
@ -40,6 +43,7 @@ const card: Card = {
],
name: {
en: "Fire Wing",
de: "Feuerflügel"
},
damage: 30,
@ -53,9 +57,11 @@ const card: Card = {
],
name: {
en: "Burning Tail",
de: "Brennender Schweif"
},
effect: {
en: "Discard a Fire Energy attached to Charizard.",
de: "Lege 1 -Energie, die an Glurak angelegt ist, auf deinen Ablagestapel."
},
damage: 80,