mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dual Ball",
|
||||
fr: "Double boule"
|
||||
fr: "Double boule",
|
||||
de: "Doppelter Ball"
|
||||
},
|
||||
illustrator: "\"Big Mama\" Tagawa",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +25,8 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. For each head, search your deck for a Basic Pokémon card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
|
||||
fr: "Lancez 2 pièces. Pour chaque face, cherchez dans votre deck une carte Pokémon de base, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck."
|
||||
fr: "Lancez 2 pièces. Pour chaque face, cherchez dans votre deck une carte Pokémon de base, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck.",
|
||||
de: "Flip 2 coins. For each head, search your deck for a Basic Pokémon card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user