mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
fix: SV sets now have their illustrator set (#743)
This commit is contained in:
@ -7,6 +7,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Leafeon",
|
||||
pt: "Leafeon",
|
||||
fr: "Phyllali",
|
||||
de: "Folipurba",
|
||||
es: "Leafeon",
|
||||
it: "Leafeon"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -22,11 +26,19 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Leaflet Blessings",
|
||||
pt: "Bênçãos das Folhinhas",
|
||||
fr: "Bénédictions Folioles",
|
||||
de: "Blättchensegen",
|
||||
es: "Bendiciones de los Folíolos",
|
||||
it: "Preghiera di Foglioline"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Attach a Basic Grass Energy card from your hand to 1 of your Benched Pokémon. If you do, heal all damage from that Pokémon.",
|
||||
pt: "Ligue uma carta de Energia Grama Básica da sua mão a 1 dos seus Pokémon no Banco. Se fizer isso, cure todo o dano daquele Pokémon."
|
||||
en: "Attach a Basic {G} Energy card from your hand to 1 of your Benched Pokémon. If you do, heal all damage from that Pokémon.",
|
||||
pt: "Ligue uma carta de Energia {G} Básica da sua mão a 1 dos seus Pokémon no Banco. Se fizer isto, cure todo o dano daquele Pokémon.",
|
||||
fr: "Attachez une carte Énergie {G} de base de votre main à l'un de vos Pokémon de Banc. Dans ce cas, soignez tous les dégâts de ce Pokémon-là.",
|
||||
de: "Lege 1 Basis-{G}-Energiekarte aus deiner Hand an 1 Pokémon auf deiner Bank an. Wenn du das machst, heile allen Schaden bei jenem Pokémon.",
|
||||
es: "Une 1 carta de Energía {G} Básica de tu mano a uno de tus Pokémon en Banca. Si lo haces, cura todos los puntos de daño a ese Pokémon.",
|
||||
it: "Assegna a uno dei tuoi Pokémon in panchina una carta Energia base {G} dalla tua mano. Se lo fai, cura quel Pokémon da tutti i danni."
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -35,14 +47,19 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Solar Beam",
|
||||
pt: "Raio Solar",
|
||||
fr: "Lance-Soleil",
|
||||
de: "Solarstrahl",
|
||||
es: "Rayo Solar",
|
||||
it: "Solarraggio"
|
||||
},
|
||||
|
||||
damage: "70"
|
||||
damage: 70
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "H"
|
||||
regulationMark: "H",
|
||||
illustrator: "Iori Suzuki"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user