mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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: "Slowking",
|
||||
fr: "Roigada",
|
||||
de: "Laschoking"
|
||||
},
|
||||
|
||||
illustrator: "Noriko Hotta",
|
||||
@ -35,10 +36,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Opponent’s Choice",
|
||||
fr: "Choix de l’adversaire",
|
||||
de: "Gegnerische Wahl"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may reveal the top 2 cards of your deck and your opponent chooses 1 of them. Put that card into your hand and the other card on the bottom of your deck. This power can’t be used if Slowking is affected by a Special Condition.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez dévoiler les 2 cartes du dessus de votre deck pour que votre adversaire choisisse l’une d’entre elles. Ajoutez cette carte à votre main et placez l’autre carte au dessous de votre deck. Ce pouvoir ne peut pas être utilisé si Roigada est affecté par un État Spécial.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du die obersten 2 Karten deines Deck aufdecken und eine davon von deinem Gegner auswählen lassen. Nimm die gewählte Karte auf deine Hand und lege die andere Karte unter dein Deck. Diese Poké-Power kann nicht benutzt werden, wenn Laschoking von einem Speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -53,6 +56,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Super Psy Bolt",
|
||||
fr: "Super psy",
|
||||
de: "Super-Psischlag"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user