1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "Crobat",
de: "Iksbat"
},
illustrator: "Atsuko Nishida",
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 Psychic basic Energy card from your hand to Crobat, Crobat'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 Iksbat anlegst, ändert sich Iksbats Typ (Farbe) bis zum Ende des Zuges zu dem gleichen Typ wie diese Energie."
},
},
],
@ -40,13 +43,18 @@ const card: Card = {
"Fire",
"Colorless",
],
name: {
en: "Poison Flame",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Burned and Poisoned.",
de: "Giftflamme"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Burned and Poisoned.",
de: "Wirf eine Münze. Bei \"Kopf\" ist das verteidigende Pokémon jetzt verbrannt und vergiftet."
},
damage: 20
},
{
cost: [
@ -56,11 +64,13 @@ const card: Card = {
],
name: {
en: "Squared Attack",
de: "Vierseiten-Angriff"
},
effect: {
en: "Flip 4 coins. This attack does 20 damage times the number of heads.",
de: "Wirf 4 Münzen. Dieser Angriff fügt 20 Schadenspunkte mal der Anzahl \"Kopf\" zu."
},
damage: 20,
damage: "20x",
},
],