1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 03:50:46 +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: "Ho-oh",
de: "Ho-oh"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@ -25,20 +26,23 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Crystal Type",
de: "Kristall-Typ"
},
effect: {
en: "Whenever you attach a Fire, Water, or Lightning basic Energy card from your hand to Ho-oh, Ho-oh'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 Ho-oh anlegst, ändert sich Ho-ohs Typ (Farbe) bis zum Ende des Zuges zu dem gleichen Typ wie diese Energie."
},
},
],
attacks: [
{
cost: [
"Lightning",
"Fire",
"Lightning",
],
name: {
en: "Holy Flame",
de: "Heilige Flamme"
},
damage: 20,
@ -53,9 +57,11 @@ const card: Card = {
],
name: {
en: "Scalding Steam",
de: "Siedend heißer Dampf"
},
effect: {
en: "Discard an Energy card attached to Ho-oh and flip a coin. If heads, the Defending Pokémon is now Burned.",
de: "Lege eine an Ho-oh angelegte Energiekarte auf deinen Ablagestapel und wirf eine Münze. Bei \"Kopf\" ist das verteidigende Pokémon jetzt verbrannt."
},
damage: 40,