1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18: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: "Raichu",
fr: "Raichu",
de: "Raichu"
},
illustrator: "Takashi Yamaguchi",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Voltage Increase",
fr: "Voltage maxi",
de: "Spannungsanstieg"
},
effect: {
en: "As often as you like during your turn (before your attack), you may move a Lightning Energy attached to 1 of your Pokémon to Raichu. This power cant be used if Raichu is affected by a Special Condition.",
fr: "Autant de fois que vous le souhaitez pendant votre tour (avant votre attaque), vous pouvez prendre une carte Énergie Lightning attachée à lun des Pokémon de votre Banc et lattacher à Raichu. Ce pouvoir ne peut pas être utilisé si Raichu est affecté par un État Spécial.",
de: "Beliebig oft während deines Zuges (vor deinem Angriff) kannst du 1 -Energiekarte, die an 1 deiner Pokémon angelegt ist, an Raichu anlegen. Diese Poké-Power kann nicht benutzt werden, wenn Raichu von einem Speziellen Zustand betroffen ist."
},
},
],
@ -53,10 +56,12 @@ const card: Card = {
name: {
en: "Mega Thunderbolt",
fr: "Méga tonnerre",
de: "Mega Donnerblitz"
},
effect: {
en: "Discard all Energy attached to Raichu.",
fr: "Défaussez toutes les cartes Énergie attachées à Raichu.",
de: "Lege alle Energien, die an Raichu angelegt sind, auf deinen Ablagestapel."
},
damage: 120,