mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Automatic holiday avatars
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 348 KiB |
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user