mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Claydol",
|
||||
fr: "Kaorine"
|
||||
fr: "Kaorine",
|
||||
de: "Lepumentas"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@ -32,11 +33,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Beam",
|
||||
fr: "Ultralaser"
|
||||
fr: "Ultralaser",
|
||||
de: "Hyper Beam"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard 1 Energy attached to the Defending Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez 1 Énergie attachée au Pokémon Défenseur."
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez 1 Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Flip a coin. If heads, discard 1 Energy card attached to the Defending Pokémon."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -49,7 +52,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Ram",
|
||||
fr: "Collision"
|
||||
fr: "Collision",
|
||||
de: "Ram"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user