forked from github/server
23 lines
541 B
JSON
23 lines
541 B
JSON
{
|
|
"calendar" : {
|
|
"months" : [
|
|
{ "storm" : 60, "season" : 2 },
|
|
|
|
{ "storm" : 10, "season" : 3 },
|
|
{ "storm" : 60, "season" : 3 },
|
|
|
|
{ "storm" : 10, "season" : 0 },
|
|
{ "storm" : 60, "season" : 0 },
|
|
{ "storm" : 80, "season" : 0 },
|
|
|
|
{ "storm" : 50, "season" : 1 },
|
|
{ "storm" : 30, "season" : 1 },
|
|
|
|
{ "storm" : 60, "season" : 2 }
|
|
],
|
|
"weeks" : [
|
|
"firstweek", "secondweek", "thirdweek"
|
|
]
|
|
}
|
|
}
|