API/GameServer/data/gso/quests/monthly/m_dungeons_50.json

52 lines
918 B
JSON

{
"id": "m_dungeons_50",
"name": "Legendary Dungeon Diver",
"category": "monthly",
"repeatable": true,
"timeWindow": {
"type": "monthly",
"resetAtUtc": "00:00"
},
"prerequisites": {
"questsCompleted": [],
"playerLevelMin": 6,
"guildRequired": false
},
"objectives": [
{
"id": "obj_dungeons",
"type": "COMPLETE_DUNGEON",
"target": 50,
"params": {},
"progress": 0,
"complete": false
}
],
"rewards": [
{
"type": "coin",
"amount": 15000
},
{
"type": "money",
"amount": 300
},
{
"type": "item",
"items": [
{
"itemId": "xp_booster",
"qty": 3
},
{
"itemId": "credit_multiplier",
"qty": 3
}
]
}
],
"ui": {
"icon": "quest_monthly_dungeon",
"summary": "Complete 50 dungeons this month."
}
}