diff --git a/mods/CandyCanes.js b/mods/CandyCanes.js new file mode 100644 index 00000000..0fd982f3 --- /dev/null +++ b/mods/CandyCanes.js @@ -0,0 +1,15 @@ +elements.candy.colorPattern = [ + "WWRRRWWRRR", + "WWRRWWWRRW", + "WRRRWWRRRW", + "WRRWWWRRWW", + "RRRWWRRRWW", + "RRWWWRRWWW", + "RRWWRRRWWR", + "RWWWRRWWWR", + "RWWRRRWWRR", + "WWWRRWWWRR", + ] + elements.candy.colorKey = {"R":"#c92626", "W":"#e3e3e3"} + elements.candy.color = ["#c92626","#e3e3e3","#c92626","#e3e3e3","#c92626"] + elements.candy.breakIntoColor = ["#c92626","#e3e3e3"] \ No newline at end of file diff --git a/mods/CandyCorn.js b/mods/CandyCorn.js new file mode 100644 index 00000000..93ca5ce9 --- /dev/null +++ b/mods/CandyCorn.js @@ -0,0 +1,8 @@ +elements.candy.colorPattern = [ + "W","W","W","W","W", + "O","O","O","O","O", + "Y","Y","Y","Y","Y", + ] + elements.candy.colorKey = {"W":"#ffffff", "Y":"#ffcd55", "O":"#ff9933"} + elements.candy.color = ["#ffffff","#ffffff","#ff9933","#ff9933","#ffcd55","#ffcd55"] + elements.candy.breakIntoColor = ["#ffffff","#ffcd55","#ff9933"] \ No newline at end of file diff --git a/mods/EasterEggs.js b/mods/EasterEggs.js new file mode 100644 index 00000000..5ec3707f --- /dev/null +++ b/mods/EasterEggs.js @@ -0,0 +1 @@ +elements.egg.color = elements.bead.color \ No newline at end of file