mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ludicolo",
|
||||
fr: "Ludicolo",
|
||||
de: "Kappalores"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rain Dish",
|
||||
fr: "Cuvette",
|
||||
de: "Rain Dish"
|
||||
},
|
||||
effect: {
|
||||
en: "At any time between turns, remove 1 damage counter from Ludicolo.",
|
||||
fr: "N'importe quand entre deux tours, retirez à Ludicolo 1 marqueur de dégât.",
|
||||
de: "At any time between turns, remove 1 damage counter from Ludicolo."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,12 +50,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Nature Power",
|
||||
fr: "Force-nature",
|
||||
de: "Nature Power"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have a Stadium card in play, this attack does 60 damage plus 20 more damage. If your opponent has a Stadium card in play, the Defending Pokémon is now Confused.",
|
||||
fr: "Si vous avez une carte Stade en jeu, cette attaque inflige 60 dégâts plus 20 dégâts supplémentaires. Si votre adversaire possède une carte Stade en jeu, le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "If you have a Stadium card in play, this attack does 60 damage plus 20 more damage. If your opponent has a Stadium card in play, the Defending Pokémon is now Confused."
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user