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: "Defender",
fr: "Défenseur",
de: "Defender"
},
illustrator: "Ryo Ueda",
@ -14,7 +15,8 @@ const card: Card = {
effect: {
fr: "Attachez Défenseur à lun de vos Pokémon. Défaussez cette carte une fois le prochain tour de votre adversaire terminé. \nTous les dégâts dattaque infligés par votre adversaire au Pokémon auquel Défenseur est attachée sont réduits de 20 (après application de la Faiblesse et de la Résistance).",
en: "Attach Defender to 1 of your Pokémon. Discard this card at the end of your opponents next turn. Any damage done to the Pokémon Defender is attached to by an opponents attack is reduced by 20 (after applying Weakness and Resistance)."
en: "Attach Defender to 1 of your Pokémon. Discard this card at the end of your opponents next turn. Any damage done to the Pokémon Defender is attached to by an opponents attack is reduced by 20 (after applying Weakness and Resistance).",
de: "Lege Defender an 1 deiner Pokémon an, Lege diese Karte am Ende des nächsten Zuges deines Gegners auf deinen Ablagestapel. Schaden, der dem Pokémon, an dem Defender angelegt ist, durch einen gegnerischen Angriff zugefügt wird, wird um 20 Schadenspunkte reduziert (nachdem Schwäche und Resistenz abgerechnet wurden)."
},
trainerType: "Item",