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: "Legend Box",
fr: "Boîte légendaire",
de: "Legendenkiste"
},
illustrator: "Shizurow",
@ -14,7 +15,8 @@ const card: Card = {
effect: {
fr: "Dévoilez les 10 cartes du dessus de votre deck. Si vous dévoilez les deux moitiés dun Pokémon LÉGENDE, placez ces cartes sur votre Banc et attachez toutes les cartes Énergie dévoilées à ce Pokémon LÉGENDE. Mélangez les autres cartes avec votre deck. (Vous ne pouvez jouer quun seul Pokémon LÉGENDE de cette façon.)",
en: "Reveal the top 10 cards of your deck. If you reveal both halves of a Pokémon LEGEND, put those cards onto your Bench and attach all revealed Energy cards to that Pokémon LEGEND. Shuffle the other cards back into your deck. (You can play only 1 Pokémon LEGEND in this way.)"
en: "Reveal the top 10 cards of your deck. If you reveal both halves of a Pokémon LEGEND, put those cards onto your Bench and attach all revealed Energy cards to that Pokémon LEGEND. Shuffle the other cards back into your deck. (You can play only 1 Pokémon LEGEND in this way.)",
de: "Decke die obersten 10 Karten deines Decks auf. Falls du beide Hälften einer Pokémon-LEGENDE aufdeckst, lege diese auf deine Bank und lege alle aufgedeckten Energiekarten an die Pokémon-LEGENDE an. Mische die anderen Karten anschließend in dein Deck. (Auf diese Art kannst du nur 1 Pokémon-LEGENDE spielen.)"
},
trainerType: "Item",