mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Destiny'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Unown [G]",
|
||||
fr: "Zarbi G"
|
||||
fr: "Zarbi G",
|
||||
de: "Icognito G"
|
||||
},
|
||||
|
||||
illustrator: "CR CG gangs",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
type: "Pokemon Power",
|
||||
name: {
|
||||
en: "[Give]",
|
||||
fr: "[Give]"
|
||||
fr: "[Give]",
|
||||
de: "Give"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if you have Unown G, Unown I, Unown V, and Unown E on your Bench, you may flip a coin. If heads, search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.",
|
||||
fr: "Une fois pendant votre tour (avant votre attaque), si vous avez Zarbi [G], Zarbi [I], Zarbi [V] et Zarbi [E] sur votre Banc, vous pouvez lancer une pièce. Si c'est face, cherchez dans votre deck une carte Énergie de base et attachez-la à un de vos Pokémon. Mélangez ensuite votre deck."
|
||||
fr: "Une fois pendant votre tour (avant votre attaque), si vous avez Zarbi [G], Zarbi [I], Zarbi [V] et Zarbi [E] sur votre Banc, vous pouvez lancer une pièce. Si c'est face, cherchez dans votre deck une carte Énergie de base et attachez-la à un de vos Pokémon. Mélangez ensuite votre deck.",
|
||||
de: "Einmal in deinem Zug (vor deinem Angriff), wenn du Icognito G, Icognito I, Icognito V und Icognito E auf deiner Bank hats, kannst du eine Münze werfen. Durchsuche bei \"Kopf\" dein Deck nach einer Basis-Energiekarte und lege sie an eines deiner Pokémon an. Mische dein Deck danach."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,7 +48,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hidden Power",
|
||||
fr: "Puissance cachée"
|
||||
fr: "Puissance cachée",
|
||||
de: "Kraftreserve"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user