mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Sandstorm'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Wailord ex",
|
||||
fr: "Wailord ex"
|
||||
fr: "Wailord ex",
|
||||
de: "Wailord ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Super Deep Dive",
|
||||
fr: "Super gros plongeon"
|
||||
fr: "Super gros plongeon",
|
||||
de: "Super Deep Dive"
|
||||
},
|
||||
effect: {
|
||||
en: "If you don't have any Benched Pokémon, this attack does nothing. Remove 3 damage counters from Wailord ex. Switch Wailord ex with 1 of your Benched Pokémon.",
|
||||
fr: "Si vous n'avez pas de Pokémon sur votre Banc, cette attaque est sans effet. Retirez à Wailord ex trois marqueurs de dégât. Échangez Wailord ex contre un des Pokémon de votre Banc."
|
||||
fr: "Si vous n'avez pas de Pokémon sur votre Banc, cette attaque est sans effet. Retirez à Wailord ex trois marqueurs de dégât. Échangez Wailord ex contre un des Pokémon de votre Banc.",
|
||||
de: "If you don't have any Benched Pokémon, this attack does nothing. Remove 3 damage counters from Wailord ex, Switch Wailord ex with 1 of your Benched Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -48,11 +51,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dwindling Wave",
|
||||
fr: "Vague diminutrice"
|
||||
fr: "Vague diminutrice",
|
||||
de: "Dwindling Wave"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 100 damage minus 10 damage for each damage counter on Wailord ex.",
|
||||
fr: "Inflige 100 dégâts moins 10 dégâts pour chaque marqueur de dégât sur Wailord ex."
|
||||
fr: "Inflige 100 dégâts moins 10 dégâts pour chaque marqueur de dégât sur Wailord ex.",
|
||||
de: "Does 100 damage minus 10 damage for each damage counter on Wailord ex."
|
||||
},
|
||||
damage: "100-",
|
||||
|
||||
|
Reference in New Issue
Block a user