mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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",
|
||||
de: "Tangoloss"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Leaf Guard",
|
||||
de: "Floraschild"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done to Tangrowth by attacks is reduced by 20 (after applying Weakness and Resistance).",
|
||||
de: "Während des nächsten Zuges deines Gegners wird Schaden, der Tangoloss durch Angriffe zugefügt wird, um 20 Schadenspunkte reduziert (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -47,9 +50,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Swallow Up",
|
||||
de: "Runterschlucken"
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, count the remaining HP of the Defending Pokémon and Tangrowth. If the Defending Pokémon has fewer remaining HP than Tangrowth's, this attack does 120 damage instead.",
|
||||
de: "Bevor der Schaden zugefügt wird, vergleiche die verbliebenen KP des Verteidigenden Pokémon und Tangoloss. Wenn das Verteidigende Pokémon weniger verbliebene KP hat als Tangoloss, fügt dieser Angriff 120 Schadenspunkte zu."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user