mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Turtwig",
|
||||
fr: "Tortipouss",
|
||||
de: "Chelast"
|
||||
},
|
||||
|
||||
illustrator: "match",
|
||||
@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Leech Seed",
|
||||
fr: "Vampigraine",
|
||||
de: "Egelsamen"
|
||||
},
|
||||
effect: {
|
||||
en: "If this attack does any damage to the Defending Pokémon (after applying Weakness and Resistance), remove 1 damage counter from Turtwig.",
|
||||
fr: "Si cette attaque inflige des dégâts au Pokémon Défenseur (après application de la Faiblesse et de la Résistance), retirez 1 marqueur de dégât à Tortipouss.",
|
||||
de: "Falls dieser Angriff dem Verteidigenden Pokémon Schaden zufügt (nachdem Schwäche und Resistenz verrechnet wurden), entferne 1 Schadensmarke von Chelast."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -48,6 +51,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
de: "Ramme"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user