mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Espeon",
|
||||
fr: "Mentali",
|
||||
de: "Psiana"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sunlight Veil",
|
||||
fr: "Voile solaire",
|
||||
de: "Sonnenschleier"
|
||||
},
|
||||
effect: {
|
||||
en: "Each of your Pokémon that evolves from Eevee gets +20 HP. You can't use more than 1 Sunlight Veil Poké-Body each turn.",
|
||||
fr: "Chacun de vos Pokémon évoluant d'Evoli obtient 20 PV de plus. Vous ne pouvez pas utiliser plus d'1 Poké-Body Voile solaire par tour.",
|
||||
de: "Jedes deiner Pokémon, das sich aus Evoli entwickelt, erhält +20 KP. Du kannst nicht mehr als 1 Sonnenschleier Poké-Body pro Zug benutzen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,10 +50,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Morning Sun",
|
||||
fr: "Aurore",
|
||||
de: "Morgengrauen"
|
||||
},
|
||||
effect: {
|
||||
en: "You may move an Energy card attached to Espeon to 1 of your Benched Pokémon.",
|
||||
fr: "Vous pouvez déplacer une carte Énergie attachée à Mentali sur 1 des Pokémon de votre Banc.",
|
||||
de: "Du kannst 1 Energiekarte, die an Psiana angelegt ist, entfernen und an ein Pokémon auf deiner Bank anlegen."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user