mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Leafeon",
|
||||
fr: "Phyllali Niv. 49",
|
||||
de: "Folipurba"
|
||||
},
|
||||
illustrator: "Suwama Chiaki",
|
||||
rarity: "Uncommon",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Energy Refresh",
|
||||
fr: "Regain d'énergie",
|
||||
de: "Energie-Heilung"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Leafeon is your Active Pokémon, whenever you attach an Energy card from your hand to 1 of your Pokémon, remove 2 damage counters from that Pokémon.",
|
||||
fr: "Tant que Phyllali est votre Pokémon Actif, lorsque vous attachez une carte Énergie de votre main à 1 de vos Pokémon, retirez à ce Pokémon 2 marqueurs de dégât.",
|
||||
de: "Solange Folipurba dein Aktives Pokémon ist, entferne jedes Mal, wenn du 1 Energiekarte von deiner Hand an 1 deiner Pokémon anlegst, 2 Schadensmarken von diesem Pokémon."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,10 +49,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Plus Energy",
|
||||
fr: "Énergie plus",
|
||||
de: "Bonusenergie"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach a basic Energy card from your hand to 1 of your Pokémon.",
|
||||
fr: "Attachez une carte Énergie de base de votre main à 1 de vos Pokémon.",
|
||||
de: "Lege 1 Basis-Energiekarte von deiner Hand an 1 deiner Pokémon an."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
@ -63,10 +68,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Soothing Scent",
|
||||
fr: "Senteur apaisante",
|
||||
de: "Beruhigender Duft"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi.",
|
||||
de: "Das Verteidigende Pokémon schläft jetzt."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user