56 lines
1.0 KiB
JSON
56 lines
1.0 KiB
JSON
{
|
|
"activityId": "seven_day_sign_in_v1",
|
|
"enabled": true,
|
|
"triggerLevel": 23,
|
|
"durationDays": 14,
|
|
"timezone": "UTC+8",
|
|
"rewards": [
|
|
{
|
|
"day": 1,
|
|
"items": [
|
|
{ "type": "infinite_health", "count": 900 }
|
|
]
|
|
},
|
|
{
|
|
"day": 2,
|
|
"items": [
|
|
{ "type": "hammer", "count": 1 }
|
|
]
|
|
},
|
|
{
|
|
"day": 3,
|
|
"items": [
|
|
{ "type": "infinite_health", "count": 1800 }
|
|
]
|
|
},
|
|
{
|
|
"day": 4,
|
|
"items": [
|
|
{ "type": "freeze", "count": 1 },
|
|
{ "type": "magic_wand", "count": 1 }
|
|
]
|
|
},
|
|
{
|
|
"day": 5,
|
|
"items": [
|
|
{ "type": "coin", "count": 600 }
|
|
]
|
|
},
|
|
{
|
|
"day": 6,
|
|
"items": [
|
|
{ "type": "hammer", "count": 1 },
|
|
{ "type": "freeze", "count": 1 },
|
|
{ "type": "magic_wand", "count": 1 }
|
|
]
|
|
},
|
|
{
|
|
"day": 7,
|
|
"items": [
|
|
{ "type": "infinite_health", "count": 3600 },
|
|
{ "type": "cat_skin", "count": 1, "itemId": 12 }
|
|
]
|
|
}
|
|
]
|
|
}
|