API/GameServer/data/gso/quests/weekly/w_dungeons_10.json

48 lines
830 B
JSON

{
"id": "w_dungeons_10",
"name": "Dungeon Crawler",
"category": "weekly",
"repeatable": true,
"timeWindow": {
"type": "weekly",
"resetAtUtc": "00:00"
},
"prerequisites": {
"questsCompleted": [],
"playerLevelMin": 4,
"guildRequired": false
},
"objectives": [
{
"id": "obj_dungeons",
"type": "COMPLETE_DUNGEON",
"target": 10,
"params": {},
"progress": 0,
"complete": false
}
],
"rewards": [
{
"type": "coin",
"amount": 3000
},
{
"type": "money",
"amount": 60
},
{
"type": "item",
"items": [
{
"itemId": "credit_multiplier",
"qty": 1
}
]
}
],
"ui": {
"icon": "quest_weekly_dungeon",
"summary": "Complete 10 dungeons this week."
}
}