PGRData/Share/Task/TaskActiveness.json

53 lines
849 B
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"Type": 1,
2022-12-25 10:46:20 +00:00
"Activeness": [
20,
40,
60.0,
80.0,
100.0
],
"RewardId": [
1001,
1002,
1003.0,
1004.0,
1005.0
]
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Type": 2,
2022-12-25 10:46:20 +00:00
"Activeness": [
400,
700
],
"RewardId": [
1010,
1011
]
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Type": 3,
2022-12-25 10:46:20 +00:00
"Activeness": [
20,
40,
60.0,
80.0,
100.0,
120.0,
140.0,
160.0
],
"RewardId": [
1201,
1202,
1203.0,
1204.0,
1205.0,
1206.0,
1207.0,
5000000.0
]
2022-12-19 17:21:16 +00:00
}
]