mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Emerald'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Double Full Heal",
|
||||
fr: "Double guérison totale"
|
||||
fr: "Double guérison totale",
|
||||
de: "Doppel Hyperheiler"
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
trainerType: "Item",
|
||||
|
||||
effect: {
|
||||
fr: "Retirez à chacun de vos Pokémon Actifs tous leurs États Spéciaux."
|
||||
fr: "Retirez à chacun de vos Pokémon Actifs tous leurs États Spéciaux.",
|
||||
de: "Remove all Special Conditions from each of your Pokémon."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user