1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 19:19:50 +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 '../Unseen Forces'
const card: Card = {
name: {
en: "Remoraid",
fr: "Remoraid"
fr: "Remoraid",
de: "Remoraid"
},
illustrator: "Sachiko Adachi",
rarity: "Common",
@ -29,11 +30,13 @@ const card: Card = {
],
name: {
en: "Call for Family",
fr: "Appel à la famille"
fr: "Appel à la famille",
de: "Call for Family"
},
effect: {
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.",
fr: "Choisissez dans votre deck un Pokémon de base et placez-le sur votre Banc. Ensuite, mélangez votre deck."
fr: "Choisissez dans votre deck un Pokémon de base et placez-le sur votre Banc. Ensuite, mélangez votre deck.",
de: "Search your deck for a Basic Pokémonm and put it onto your Bench. Shuffle your deck afterward."
},
},
@ -43,7 +46,8 @@ const card: Card = {
],
name: {
en: "Splash",
fr: "Trempette"
fr: "Trempette",
de: "Splash"
},
damage: 10,