1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +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 '../Stormfront'
const card: Card = {
name: {
en: "Combee",
fr: "Apitrini"
fr: "Apitrini",
de: "Wadribie"
},
illustrator: "Miki Tanaka",
rarity: "Common",
@ -32,10 +33,12 @@ const card: Card = {
name: {
en: "Alert",
fr: "Alerte",
de: "Alarmruf"
},
effect: {
en: "Draw a card. Then, you may switch Combee with 1 of your Benched Pokémon.",
fr: "Piochez une carte. Ensuite, vous pouvez échanger Apitrini avec 1 des Pokémon de votre Banc.",
de: "Ziehe 1 Karte. Danach kannst du Wadribie gegen 1 Pokémon auf deiner Bank austauschen."
},
},