1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 19:40:48 +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: "Alakazam",
de: "Simsala"
},
illustrator: "Kimiya Masago",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Energy Jump",
de: "Energy Jump"
},
effect: {
en: "Once during your turn (before you attack) you may move an energy card from 1 of your Pokémon to another of your Pokémon. This power can't be used if Alakazam is affected by a Special Condition.",
de: "Once during your turn (before your attack), you may move an Energy card from 1 of your Pokémon to another of your Pokémon. This power can't be used if Alakazam is affected by a Special Condition."
},
},
],
@ -42,11 +45,13 @@ const card: Card = {
],
name: {
en: "Psychic",
de: "Psychic"
},
effect: {
en: "This attack does 30 damage plus 10 more damage for each energy card attached to the Defending Pokémon.",
de: "This attack does 30 damage plus 10 more damage for each Energy card attached to the Defending Pokémon."
},
damage: 30,
damage: "30+",
},
],