mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Milotic",
|
||||
fr: "Milobellus"
|
||||
fr: "Milobellus",
|
||||
de: "Milotic"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Healing Shower",
|
||||
fr: "Douche guérisseuse"
|
||||
fr: "Douche guérisseuse",
|
||||
de: "Healing Shower"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, when you play Milotic from your hand to evolve 1 of your Pokémon, you may remove all damage counters from all of your Pokémon and your opponent's Pokémon (excluding Pokémon-ex).",
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous jouez Milobellus de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez retirer à vos Pokémon et à ceux de votre adversaire tous leurs marqueurs de dégât (Pokémon-ex exclus)."
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous jouez Milobellus de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez retirer à vos Pokémon et à ceux de votre adversaire tous leurs marqueurs de dégât (Pokémon-ex exclus).",
|
||||
de: "Once during your turn, when your play Milotic from your hand to evolve 1 of your Pokémon, you may remove all damage counters from all of your Pokémon and your opponent's Pokémon (excluding Pokémon-ex)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,7 +47,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Wave Splash",
|
||||
fr: "Grosse vague"
|
||||
fr: "Grosse vague",
|
||||
de: "Wave Splash"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -59,11 +63,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Distorted Wave",
|
||||
fr: "Vague tordue"
|
||||
fr: "Vague tordue",
|
||||
de: "Distorted Wave"
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, remove 3 damage counters from the Defending Pokémon (all if there are less than 3).",
|
||||
fr: "Avant d'infliger des dégâts, retirez au Pokémon Défenseur 3 marqueurs de dégât (retirez-les lui tous s'il en possède moins de 3)."
|
||||
fr: "Avant d'infliger des dégâts, retirez au Pokémon Défenseur 3 marqueurs de dégât (retirez-les lui tous s'il en possède moins de 3).",
|
||||
de: "Before doing damage, remove 3 damage counters from the Defending Pokémon (all if there are less than 3)."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user