1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49: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,24 +4,26 @@ import Set from '../DP Black Star Promos'
const card: Card = {
name: {
en: "Buizel",
de: "Bamelin"
},
illustrator: "Mitsuhiro Arita",
rarity: "Common",
category: "Trainer",
set: Set,
dexId: [
418,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
weaknesses: [
{
type: "Lightning",
@ -29,12 +31,23 @@ const card: Card = {
},
],
effect: {
en: "If Buizel has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage.",
},
attacks: [{
name: {
de: "Herumspritzen"
},
damage: "10+",
effect: {
de: "Wenn an das Verteidigende Pokémon mehr Energie angelegt ist als an Bamelin, fügt dieser Angriff 10 Schadenspunkte plus 10 weitere Schadenspunkte zu."
},
cost: ["Water"]
}]
}
export default card