mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-24 12:59:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Happiny",
|
||||
fr: "Ptiravi",
|
||||
de: "Wonneira"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
@ -27,10 +28,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Baby Evolution",
|
||||
fr: "Évolution Bébé",
|
||||
de: "Baby Evolution"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may put Chansey from your hand onto Happiny (this counts as evolving Happiny) and remove all damage counters from Happiny.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Leveinard de votre main sur Ptiravi (vous le faites ainsi évoluer) et retirer à Ptiravi tous ses marqueurs de dégât.",
|
||||
de: "Once during your turn (before your attack), you may put Chansey from your hand onto Happiny (this counts as evolving Happiny) and remove all damage counters from Happiny."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,10 +43,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hospitality",
|
||||
fr: "Hospitalité",
|
||||
de: "Hospitality"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. Remove 2 damage counters from the new Defending Pokémon.",
|
||||
fr: "Échangez le Pokémon Défenseur avec 1 des Pokémon de Banc de votre adversaire. Retirez 2 marqueurs de dégât au nouveau Pokémon Défenseur.",
|
||||
de: "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. Remove 2 damage counters from the new Defending Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user