Skip to content

Commit

Permalink
Add Opposites 4 Suits Variant
Browse files Browse the repository at this point in the history
modified:   misc/variants.txt
modified:   packages/data/src/createVariantsJSON/getVariantDescriptions.ts
modified:   packages/data/src/json/variants.json
  • Loading branch information
David707x committed Dec 3, 2023
1 parent c1033c7 commit 6f2f9e7
Show file tree
Hide file tree
Showing 3 changed files with 19,535 additions and 2,962 deletions.
1 change: 1 addition & 0 deletions misc/variants.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,7 @@ Dual-Color & Dark Null (6 Suits) (#1445)
Dual-Color & Cocoa Rainbow (6 Suits) (#1446)
Dual-Color & Gray Pink (6 Suits) (#1447)
Dual-Color & Dark Prism (6 Suits) (#1651)
Opposites (4 Suits) (#2092)
Special Mix (5 Suits) (#159)
Special Mix (6 Suits) (#185)
Ambiguous Mix (#20)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,10 @@ function getDualColorsVariants(

function getMixVariants(): VariantDescription[] {
return [
{
name: "Opposites (4 Suits)",
suits: ["Rainbow", "Pink", "White", "Brown"],
},
{
name: "Special Mix (5 Suits)",
suits: ["Black", "Rainbow", "Pink", "White", "Brown"],
Expand Down
Loading

0 comments on commit 6f2f9e7

Please sign in to comment.