Merge pull request #1111 from therealsuss/main

This commit is contained in:
slweeb 2025-05-18 00:00:57 -04:00 committed by GitHub
commit 453eedef8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 24 additions and 0 deletions

15
mods/CandyCanes.js Normal file
View File

@ -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"]

8
mods/CandyCorn.js Normal file
View File

@ -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"]

1
mods/EasterEggs.js Normal file
View File

@ -0,0 +1 @@
elements.egg.color = elements.bead.color