45 lines
768 B
JSON
45 lines
768 B
JSON
{
|
|
"id": "m_lightyears_100",
|
|
"name": "Long Haul",
|
|
"category": "monthly",
|
|
"repeatable": true,
|
|
"timeWindow": {
|
|
"type": "monthly",
|
|
"resetAtUtc": "00:00"
|
|
},
|
|
"prerequisites": {
|
|
"questsCompleted": [],
|
|
"playerLevelMin": 5,
|
|
"guildRequired": false
|
|
},
|
|
"objectives": [
|
|
{
|
|
"id": "obj_ly",
|
|
"type": "TRAVEL_LIGHTYEARS",
|
|
"target": 100,
|
|
"params": {},
|
|
"progress": 0,
|
|
"complete": false
|
|
}
|
|
],
|
|
"rewards": [
|
|
{
|
|
"type": "coin",
|
|
"amount": 5000
|
|
},
|
|
{
|
|
"type": "item",
|
|
"items": [
|
|
{
|
|
"itemId": "warp_core_fragment",
|
|
"qty": 2
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ui": {
|
|
"icon": "quest_monthly",
|
|
"summary": "Travel 100 light years this month."
|
|
}
|
|
}
|