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 '../Stormfront'
const card: Card = {
name: {
en: "Drifloon",
fr: "Baudrive"
fr: "Baudrive",
de: "Driftlon"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
@ -29,10 +30,12 @@ const card: Card = {
name: {
en: "Unburden",
fr: "Délestage",
de: "Entlastung"
},
effect: {
en: "If Drifloon has a Pokémon Tool card attached to it, Drifloon's Retreat Cost is colorless colorless more.",
fr: "Si Baudrive possède une carte Outil Pokémon, son Coût de Retraite est de ColorlessColorless de plus.",
de: "Wenn an Driftlon 1 Pokémon-Ausrüstung angelegt ist, sind Driftlons Rückzugskosten um erhöht."
},
},
],
@ -44,6 +47,7 @@ const card: Card = {
name: {
en: "Tackle",
fr: "Charge",
de: "Tackle"
},
damage: 10,
@ -57,10 +61,12 @@ const card: Card = {
name: {
en: "Big Explosion",
fr: "Grosse explosion",
de: "Große Explosion"
},
effect: {
en: "Drifloon does 50 damage to itself.",
fr: "Baudrive s'inflige 50 dégâts.",
de: "Driftlon fügt sich selbst 50 Schadenspunkte zu."
},
damage: 50,