Client/GameServer/data/gso/quests/monthly/m_void_run.json

50 lines
867 B
JSON

{
"id": "m_void_run",
"name": "Void Conqueror",
"category": "monthly",
"repeatable": true,
"timeWindow": {
"type": "monthly",
"resetAtUtc": "00:00"
},
"prerequisites": {
"questsCompleted": [],
"playerLevelMin": 12,
"guildRequired": false
},
"objectives": [
{
"id": "obj_void",
"type": "COMPLETE_DUNGEON",
"target": 5,
"params": {
"dungeonId": "void_rift"
},
"progress": 0,
"complete": false
}
],
"rewards": [
{
"type": "coin",
"amount": 25000
},
{
"type": "money",
"amount": 500
},
{
"type": "item",
"items": [
{
"itemId": "dreadnought_legendary",
"qty": 1
}
]
}
],
"ui": {
"icon": "quest_monthly_void",
"summary": "Conquer the void rift 5 times."
}
}