Omori Picrew :D

This commit is contained in:
bingus_violet 2024-03-23 12:07:08 -05:00
parent 12f00fc8de
commit f04fce5890
10 changed files with 7 additions and 17 deletions

View file

@ -1,23 +1,13 @@
{
"default": [
{
"name": "Misery",
"pfpRoot": "/pfps/Misery/",
"name": "DreamPicrew",
"pfpRoot": "/pfps/OmoriPicrew/Dream",
"pfps": {
"online": ["MiseryHappy.png", "MiseryNeutral.png"],
"dnd": ["MiseryAngry.png", "MiseryBedAngry.png"],
"idle": ["MiseryBedNeutral.png", "MiseryBedHappy.png"],
"fallback": "/pfps/Misery/MiseryNeutral.png"
}
},
{
"name": "Basil",
"pfpRoot": "/pfps/Basil/",
"pfps": {
"online": ["BasilHappy.webp", "BasilNeutral.webp", "BasilEcstatic.webp"],
"dnd": ["BasilAngry.webp"],
"idle": ["BasilToast.webp", "BasilSad.webp"],
"fallback": "/pfps/Basil/BasilNeutral.png"
"online": ["Happy.png", "Happy2.png", "Neutral.png", "Victory.png"],
"dnd": ["Angry.png", "Angry2.png"],
"idle": ["Sad2.png", "Sad.png"],
"fallback": "/pfps/OmoriPicrew/Dream/Neutral.png"
}
}
],

View file

@ -31,7 +31,7 @@ app.get("/v1/pfp", (req, res) => {
}
var pfpConfig = JSON.parse(fs.readFileSync(path.join(__dirname, "PFPs.json")))[pfpSeason]
var characterNumb = 1 // time.getDate() % pfpConfig.length
var characterNumb = 0 // time.getDate() % pfpConfig.length
// Was originally meant to alternate, didn't really feel like it though. Might add back later.
var char = pfpConfig[characterNumb]
var pfps = char.pfps

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 KiB