Tasks
Configuration
{
"tasks": [
{
"id": "daily", // stable storage key for the group
"type": "daily", // 'daily' | 'weekly' | 'permanent'
"items": [
{
"id": "kills",
"targets": [{ "id": "enemy_killed", "amount": 20 }], // metric id + goal
"rewards": [{ "id": "gold", "amount": 500 }]
},
{
"id": "combo",
"targets": [ // completes only when ALL targets are met
{ "id": "kill", "amount": 3 },
{ "id": "coin", "amount": 100 }
],
"rewards": [{ "id": "gem", "amount": 1 }, { "id": "gold", "amount": 50 }]
}
]
}
]
}Get Tasks
Add Progress
Claim Reward
Last updated