1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +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: "Unown",
fr: "Zarbi",
de: "Icognito"
},
illustrator: "Hideaki Hakozaki",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "RETURN",
fr: "RETOUR",
de: "RETURN"
},
effect: {
en: "Once during your turn, when you put Unown from your hand onto your Bench, you may return all Energy attached to 1 of your Pokémon to your hand.",
fr: "Une seule fois pendant votre tour, lorsque vous prenez Zarbi dans votre main et le placez sur le Banc, vous pouvez retourner toutes les cartes Énergie attachées à un Pokémon de votre main.",
de: "Einmal während deines Zuges kannst du, wenn du Icognito von deiner Hand auf deine Bank legst, alle Energien, die an 1 deiner Pokémon angelegt sind, zurück auf deine Hand nehmen."
},
},
],
@ -46,6 +49,7 @@ const card: Card = {
name: {
en: "Hidden Power",
fr: "Puissance cachée",
de: "Kraftreserve"
},
damage: 10,