Skip to content

Commit

Permalink
fix: Add SV06.5 Shrouded Fable card variants (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnidr authored Dec 1, 2024
1 parent eaf5935 commit 3b02e9b
Show file tree
Hide file tree
Showing 99 changed files with 637 additions and 197 deletions.
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/001.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/002.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/003.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/004.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/005.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ const card: Card = {
}],

retreat: 2,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ const card: Card = {
}],

retreat: 3,
regulationMark: "H"
regulationMark: "H",

variants: {
normal: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/007.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/008.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const card: Card = {
}],

retreat: 2,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/009.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ const card: Card = {
}],

retreat: 2,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/010.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/011.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
9 changes: 7 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/012.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
normal: false,
reverse: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/013.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/014.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
9 changes: 7 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/015.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
normal: false,
reverse: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/016.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ const card: Card = {
}],

retreat: 2,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/017.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ const card: Card = {
}],

retreat: 2,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/018.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/019.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const card: Card = {
}],

retreat: 2,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/020.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ const card: Card = {
}],

retreat: 3,
regulationMark: "H"
regulationMark: "H",

variants: {
normal: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/021.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
normal: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/022.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/023.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const card: Card = {
}],

retreat: 1,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/025.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ const card: Card = {
}],

retreat: 4,
regulationMark: "H"
regulationMark: "H",

variants: {
normal: false
}
}

export default card
export default card
8 changes: 6 additions & 2 deletions data/Scarlet & Violet/Shrouded Fable/026.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ const card: Card = {
}],

retreat: 3,
regulationMark: "H"
regulationMark: "H",

variants: {
holo: false
}
}

export default card
export default card
Loading

0 comments on commit 3b02e9b

Please sign in to comment.