mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
29 lines
454 B
JSON
29 lines
454 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"needHours": 12,
|
|
"minPlayer": 2,
|
|
"maxPlayer": 4,
|
|
"minRefreshCount": 1,
|
|
"maxRefreshCount": 1,
|
|
"coef": 0.3
|
|
},
|
|
{
|
|
"id": 2,
|
|
"needHours": 10,
|
|
"minPlayer": 2,
|
|
"maxPlayer": 4,
|
|
"minRefreshCount": 2,
|
|
"maxRefreshCount": 2,
|
|
"coef": 0.4
|
|
},
|
|
{
|
|
"id": 3,
|
|
"needHours": 8,
|
|
"minPlayer": 2,
|
|
"maxPlayer": 4,
|
|
"minRefreshCount": 4,
|
|
"maxRefreshCount": 4,
|
|
"coef": 0.5
|
|
}
|
|
] |