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:
@ -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+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user