1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Buneary",
fr: "Laporeille",
de: "Haspiror"
},
illustrator: "Kanako Eo",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Bounce",
fr: "Faire des bonds",
de: "Sprungfeder"
},
effect: {
en: "Switch Buneary with 1 of your Benched Pokémon.",
fr: "Échangez Laporeille avec 1 des Pokémon de votre Banc.",
de: "Tausche Haspiror gegen 1 Pokémon auf deiner Bank aus."
},
},
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Mini Drain",
fr: "Mini-assèchement",
de: "Minisauger"
},
effect: {
en: "Remove 1 damage counter from Buneary.",
fr: "Retirez à Laporeille 1 marqueur de dégât.",
de: "Entferne 1 Schadensmarke von Haspiror."
},
damage: 20,