1
0
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:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -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",