mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,7 +4,8 @@ import Set from '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Roselia",
|
||||
fr: "Roselia"
|
||||
fr: "Roselia",
|
||||
de: "Roselia"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
@@ -36,6 +37,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'boule",
|
||||
de: "Kopfnuss"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@@ -49,10 +51,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Petal Spikes",
|
||||
fr: "Pétales-piques",
|
||||
de: "Blütenstachel"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep and Poisoned. If Budew is anywhere under Roselia, 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é. Si Rozbouton se trouve sous Roselia, le Pokémon Défenseur est maintenant Endormi et Empoisonné.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" schläft das Verteidigende Pokémon jetzt und ist vergiftet. Wenn Knospi sich an beliebiger Stelle unter Roselia befindet, schläft das Verteidigende Pokémon jetzt und ist vergiftet."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user