1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11:09: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

@ -6,7 +6,7 @@ const card: Card = {
name: {
en: "Technical Machine: Crisis Punch",
fr: "Machine Technique : Poing de Crise",
fr: "Capsule Technique : Poing de Crise",
es: "Máquina Técnica: Puñetazo Crítico",
it: "Macchinario Tecnico: Pugno Disperato",
pt: "Máquina Técnica: Socão Crítico",
@ -54,7 +54,9 @@ const card: Card = {
variants: {
holo: false
}
},
illustrator: "Studio Bora Inc."
}
export default card