From 860248e5d9929e951c75073096ca02cb835fb9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TCGdex=20=F0=9F=A4=96?= <82892481+TCGdexBOT@users.noreply.github.com> Date: Wed, 7 May 2025 21:44:06 +0200 Subject: [PATCH] chore: fix infos for two cards (#732) Co-authored-by: Avior --- data/Scarlet & Violet/Prismatic Evolutions/002.ts | 8 +++++++- data/Scarlet & Violet/Prismatic Evolutions/003.ts | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/data/Scarlet & Violet/Prismatic Evolutions/002.ts b/data/Scarlet & Violet/Prismatic Evolutions/002.ts index d23e9507f..045b90771 100644 --- a/data/Scarlet & Violet/Prismatic Evolutions/002.ts +++ b/data/Scarlet & Violet/Prismatic Evolutions/002.ts @@ -57,7 +57,13 @@ const card: Card = { }], retreat: 3, - regulationMark: "H" + regulationMark: "H", + illustrator: "Dsuke", + + weaknesses: [{ + type: "Fire", + value: "x2" + }] } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/Prismatic Evolutions/003.ts b/data/Scarlet & Violet/Prismatic Evolutions/003.ts index 866bbce60..346da1e9b 100644 --- a/data/Scarlet & Violet/Prismatic Evolutions/003.ts +++ b/data/Scarlet & Violet/Prismatic Evolutions/003.ts @@ -35,7 +35,13 @@ const card: Card = { }], retreat: 2, - regulationMark: "H" + regulationMark: "H", + illustrator: "Uninori", + + weaknesses: [{ + type: "Fire", + value: "x2" + }] } export default card \ No newline at end of file