1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39:18 +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

@ -33,12 +33,12 @@ const card: Card = {
},
effect: {
fr: "Si au moins une Énergie Lightning est attachée à ce Pokémon, il n'a pas de Coût de Retraite.",
en: "If this Pokémon has any Lightning Energy attached, it has no Retreat Cost.",
es: "Si este Pokémon tiene alguna Energía Lightning unida, no tiene ningún Coste de Retirada.",
it: "Se questo Pokémon ha delle Energie Lightning assegnate, non ha costo di ritirata.",
pt: "Se este Pokémon tiver alguma Energia Lightning ligada a ele, não terá custo de Recuo.",
de: "Wenn an dieses Pokémon mindestens 1 Lightning-Energie angelegt ist, hat es keine Rückzugskosten."
fr: "Si au moins une Énergie {L} est attachée à ce Pokémon, il n'a pas de Coût de Retraite.",
en: "If this Pokémon has any {L} Energy attached, it has no Retreat Cost.",
es: "Si este Pokémon tiene alguna Energía {L} unida, no tiene ningún Coste de Retirada.",
it: "Se questo Pokémon ha delle Energie {L} assegnate, non ha costo di ritirata.",
pt: "Se este Pokémon tiver alguma Energia {L} ligada a ele, não terá custo de Recuo.",
de: "Wenn an dieses Pokémon mindestens 1 {L}-Energie angelegt ist, hat es keine Rückzugskosten."
}
}],
@ -71,7 +71,9 @@ const card: Card = {
variants: {
normal: false
}
},
illustrator: "takuyoa"
}
export default card