1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 04:19:18 +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: "Bronzong",
fr: "Archéodong",
de: "Bronzong"
},
illustrator: "Yuka Morii",
@ -37,10 +38,12 @@ const card: Card = {
name: {
en: "Legend Ceremony",
fr: "Cérémonie légendaire",
de: "Legendenzeremonie"
},
effect: {
en: "Search your deck for both halves of a Pokémon LEGEND, show them to your opponent, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez les deux moitiés dun Pokémon LÉGENDE dans votre deck, montrez-les à votre adversaire, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
de: "Durchsuche dein Deck nach beiden Hälften einer Pokémon-LEGENDE, zeige sie deinem Gegner und nimm sie auf die Hand. Mische anschließend dein Deck."
},
},
@ -52,10 +55,12 @@ const card: Card = {
name: {
en: "Reflect Energy",
fr: "Renvoi dénergie",
de: "Energiereflexion"
},
effect: {
en: "Move an Energy card attached to Bronzong to 1 of your Benched Pokémon.",
fr: "Prenez une carte Énergie attachée à Archéodong et attachez-la à lun de vos Pokémon de Banc.",
de: "Lege eine Energiekarte, die an Bronzong angelegt ist, an 1 Pokémon auf deiner Bank an."
},
damage: 30,