Automatic holiday avatars

This commit is contained in:
lilyissillyyy
2026-02-16 17:27:23 -05:00
parent 8a311204be
commit 41be1ed725
6 changed files with 152 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

+56
View File
@@ -0,0 +1,56 @@
[
{
"name": "New Year's Day",
"hat": "birthday",
"month": 1,
"day": 1
},
{
"name": "Xiao's Birthday",
"hat": "birthday",
"month": 2,
"day": 6
},
{
"name": "Pokémon Day",
"hat": "ash",
"month": 2,
"day": 27
},
{
"name": "Christmas",
"hat": "christmas",
"month": 12,
"day": 25
},
{
"name": "Halloween",
"hat": ["witch", "pirate", "devil"],
"month": 10,
"day": 31
},
{
"name": "Talk Like a Pirate Day",
"hat": "pirate",
"month": 9,
"day": 19
},
{
"name": "April Fools Day",
"hat": "disguise",
"month": 4,
"day": 1
},
{
"name": "St. Patrick's Day",
"hat": "leprechaun",
"month": 3,
"day": 17
},
{
"name": "test",
"hat": "dunce",
"month": 2,
"day": 17
}
]