mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-16 06:39:50 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gyarados",
|
||||
fr: "Léviator",
|
||||
de: "Garados"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
@ -39,6 +40,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hydro Splash",
|
||||
fr: "Hydro-éclaboussure",
|
||||
de: "Hydroplatscher"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -54,10 +56,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hyper Beam",
|
||||
fr: "Ultralaser",
|
||||
de: "Hyperstrahl"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy card attached to the Defending Pokémon.",
|
||||
fr: "Défaussez-vous d’une carte Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Lege 1 Energiekarte, die am Verteidigenden Pokémon angelegt ist, auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user