This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/quests/monthly/m_lightyears_100.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."
}
}