mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
57 lines
742 B
JSON
57 lines
742 B
JSON
[
|
|
{
|
|
"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
|
|
}
|
|
]
|