mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Bulbasaur",
|
||||
fr: "Bulbizarre"
|
||||
fr: "Bulbizarre",
|
||||
de: "Bisasam"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sleep Poison",
|
||||
fr: "Poison dodo"
|
||||
fr: "Poison dodo",
|
||||
de: "Sleep Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep and Poisoned.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi et Empoisonné."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi et Empoisonné.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Asleep and Poisoned."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,7 +48,8 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'herbe"
|
||||
fr: "Tranch'herbe",
|
||||
de: "Razor Leaf"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user