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

@@ -9,7 +9,8 @@ const card: Card = {
fr: "Pohm",
es: "Pawmi",
it: "Pawmi",
de: "Pamo"
de: "Pamo",
pt: "Pawmi"
},
rarity: "Illustration rare",
@@ -26,7 +27,8 @@ const card: Card = {
fr: "Poing Léger",
es: "Puño Ligero",
it: "Pugnetto",
de: "Leichter Hieb"
de: "Leichter Hieb",
pt: "Soco de Luz"
},
damage: 10
@@ -38,7 +40,8 @@ const card: Card = {
fr: "Coup de Pied Ravageur",
es: "Electropatada",
it: "Dinamocalcio",
de: "Stromtritt"
de: "Stromtritt",
pt: "Chute Zap"
},
damage: 20
@@ -50,7 +53,9 @@ const card: Card = {
variants: {
normal: false,
reverse: false
}
},
illustrator: "REND"
}
export default card