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