1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49:19 +00:00

feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s

This commit is contained in:
2023-12-06 01:20:07 +01:00
committed by GitHub
parent b24233b342
commit 6d133f5343
520 changed files with 2371 additions and 326 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Shaymin",
fr: "Shaymin",
de: "Shaymin"
},
illustrator: "Hideaki Hakozaki",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Celebration Wind",
fr: "Vent de fête",
de: "Feierwind"
},
effect: {
en: "Once during your turn, when you put Shaymin from your hand onto your Bench, you may move as many Energy cards attached to your Pokémon as you like to any of your other Pokémon.",
fr: "Une seule fois pendant votre tour, lorsque vous placez Shaymin de votre main sur votre Banc, vous pouvez prendre une ou plusieurs cartes Énergie attachées à lun de vos Pokémon et les attacher à un autre Pokémon.",
de: "Einmal während deines Zuges, wenn du Shaymin von deiner Hand auf deine Bank legst, kannst du beliebig viele Energiekarten, die an deine Pokémon angelegt sind, in beliebiger Verteilung an deine anderen Pokémon anlegen."
},
},
],
@ -47,10 +50,12 @@ const card: Card = {
name: {
en: "Energy Bloom",
fr: "Énergie florissante",
de: "Energieschwall"
},
effect: {
en: "Remove 3 damage counters from each of your Pokémon that has any Energy attached to it.",
fr: "Retirez 3 marqueurs de dégât à chacun de vos Pokémon ayant une ou plusieurs cartes Énergie.",
de: "Entferne 3 Schadensmarken von jedem deiner Pokémon, an dem mindestens 1 Energie angelegt ist."
},
damage: 30,