1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-01 00:09: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: "Meganium",
fr: "Meganium",
de: "Meganie"
},
illustrator: "Takashi Yamaguchi",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Leaf Trans",
fr: "Transfo feuille",
de: "Blattverteilung"
},
effect: {
en: "As often as you like during your turn (before your attack), you may move a Grass Energy attached to 1 of your Pokémon to another of your Pokémon. This power cant be used if Meganium is affected by a Special Condition.",
fr: "Autant de fois que vous le souhaitez pendant votre tour (avant votre attaque), vous pouvez déplacer une carte Énergie Grass attachée à lun de vos Pokémon sur un autre Pokémon. Ce pouvoir ne peut pas être utilisé si Meganium est affecté par un État spécial.",
de: "Beliebig oft während deines Zuges (vor deinem Angriff) kannst du 1 -Energie, die an 1 deiner Pokémon angelegt ist, an 1 anderes deiner Pokémon anlegen. Diese Poké-Power kann nicht benutzt werden, wenn Meganie von einem Speziellen Zustand betroffen ist."
},
},
],
@ -54,6 +57,7 @@ const card: Card = {
name: {
en: "Solarbeam",
fr: "Lance-soleil",
de: "Solarstrahl"
},
damage: 80,