1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 04:49:19 +00:00

fix: SV sets now have their illustrator set (#743)

This commit is contained in:
2025-05-24 19:10:13 +02:00
committed by GitHub
parent 21e158805b
commit 90d12fc9b6
2975 changed files with 12862 additions and 5855 deletions

View File

@ -17,12 +17,12 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Heal 60 damage from your Active Dragon Pokémon.",
fr: "Soignez 60 dégâts de votre Pokémon Dragon Actif.",
es: "Cura 60 puntos de daño a tu Pokémon Dragon Activo.",
it: "Cura il tuo Pokémon attivo Dragon da 60 danni.",
pt: "Cure 60 pontos de dano do seu Pokémon Dragon Ativo.",
de: "Heile 60 Schadenspunkte bei deinem Aktiven Dragon-Pokémon."
en: "Heal 60 damage from your Active {N} Pokémon.",
fr: "Soignez 60 dégâts de votre Pokémon {N} Actif.",
es: "Cura 60 puntos de daño a tu Pokémon {N} Activo.",
it: "Cura il tuo Pokémon attivo {N} da 60 danni.",
pt: "Cure 60 pontos de dano do seu Pokémon {N} Ativo.",
de: "Heile 60 Schadenspunkte bei deinem Aktiven {N}-Pokémon."
},
trainerType: "Item",
@ -30,7 +30,9 @@ const card: Card = {
variants: {
holo: false
}
},
illustrator: "AYUMI ODASHIMA"
}
export default card