mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +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 [V]",
|
||||
fr: "Zarbi V"
|
||||
fr: "Zarbi V",
|
||||
de: "Icognito V"
|
||||
},
|
||||
|
||||
illustrator: "CR CG gangs",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
type: "Pokemon Power",
|
||||
name: {
|
||||
en: "[Vanish]",
|
||||
fr: "Vanish"
|
||||
fr: "Vanish",
|
||||
de: "Vanish"
|
||||
},
|
||||
effect: {
|
||||
en: "When you play Unown V from your hand, you may flip a coin. If heads, return 1 of your Pokémon with Unown in its name (other than Unown V) to your hand. (Discard all cards attached to that card.)",
|
||||
fr: "Quand vous jouez Zarbi [V] depuis votre main, vous pouvez lancer une pièce. Si c'est face, renvoyez 1 de vos Pokémon Zarbi (autre que Zarbi [V]) dans votre main. (Défaussez-vous de toutes les cartes attachées à ce Pokémon.)"
|
||||
fr: "Quand vous jouez Zarbi [V] depuis votre main, vous pouvez lancer une pièce. Si c'est face, renvoyez 1 de vos Pokémon Zarbi (autre que Zarbi [V]) dans votre main. (Défaussez-vous de toutes les cartes attachées à ce Pokémon.)",
|
||||
de: "When you play Unown V from your hand, you may flip a coun. If heads, return 1 of your Pokémon with Unown in its name (other than Unown V) to your hand. (Discard all cards attached to that card.)"
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -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