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 '../Base Set'
const card: Card = {
name: {
en: "Bulbasaur",
fr: "Bulbizarre"
fr: "Bulbizarre",
de: "Bisasam"
},
illustrator: "Mitsuhiro Arita",
@ -32,11 +33,13 @@ const card: Card = {
],
name: {
en: "Leech Seed",
fr: "Vampigraine"
fr: "Vampigraine",
de: "Schmarotzer"
},
effect: {
en: "Unless all damage from this attack is prevented, you may remove 1 damage counter from Bulbasaur.",
fr: "À moins que tous les dégâts infligés par cette attaque ne soient prévenus, vous pouvez retirer 1 marqueur de dégâts de Bulbizarre."
fr: "À moins que tous les dégâts infligés par cette attaque ne soient prévenus, vous pouvez retirer 1 marqueur de dégâts de Bulbizarre.",
de: "Falls das verteidigende Pokémon den Schaden dieses Angriffs nicht abwehren kann, kannst du eine Schadensmarke von Bisasam entfernen."
},
damage: 20,