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 '../Base Set'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Super Potion",
|
||||
fr: "Super Potion"
|
||||
fr: "Super Potion",
|
||||
de: "Supertrank"
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
@ -13,7 +14,8 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez 1 carte Énergie attachée à 1 de vos propres Pokémon afin de retirer jusqu'à 4 marqueurs de dégâts de ce Pokémon."
|
||||
fr: "Défaussez 1 carte Énergie attachée à 1 de vos propres Pokémon afin de retirer jusqu'à 4 marqueurs de dégâts de ce Pokémon.",
|
||||
de: "Entferne eine auf einem Deiner Pokémon abgelegte Energiekarte, um das Pokémon von bis zu vier Schadensmarken zu befreien."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user