mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,6 +4,7 @@ import Set from '../Arceus'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Tangrowth LV. X",
|
||||
de: "Tangoloss"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Healing Growth",
|
||||
de: "Heilbewuchs"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may flip a coin. If heads, remove 4 damage counters from 1 of your Pokémon. This power can't be used if Tangrowth is affected by a Special Condition.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du 1 Münze werfen. Bei \"Kopf\" entferne 4 Schadensmarken von 1 deiner Pokémon. Diese Poké-Power kann nicht benutzt werden, wenn Tangoloss von einem Speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Big Growth",
|
||||
de: "Großes Wachstum"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for as many Grass Energy cards as you like and attach them to your Pokémon in any way you like.",
|
||||
de: "Durchsuche deinen Ablagestapel nach beliebig vielen -Energiekarten und lege sie in beliebiger Verteilung an deine Pokémon an."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user