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 '../Expedition Base Set'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Potion",
|
||||
fr: "Potion"
|
||||
fr: "Potion",
|
||||
de: "Trank"
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
@ -13,7 +14,8 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
fr: "Retirez 2 marqueurs de dégâts d'un de vos Pokémon (1 seul si ce Pokémon n'en a qu'un)."
|
||||
fr: "Retirez 2 marqueurs de dégâts d'un de vos Pokémon (1 seul si ce Pokémon n'en a qu'un).",
|
||||
de: "Entferne 2 Schadensmarken von einem deiner Pokémon (1, falls dieses Pokémon nur 1 hat)."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user