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_raids_20.json

48 lines
813 B
JSON

{
"id": "m_raids_20",
"name": "Monthly Raider",
"category": "monthly",
"repeatable": true,
"timeWindow": {
"type": "monthly",
"resetAtUtc": "00:00"
},
"prerequisites": {
"questsCompleted": [],
"playerLevelMin": 5,
"guildRequired": false
},
"objectives": [
{
"id": "obj_raids",
"type": "FIGHT_RAIDS",
"target": 20,
"params": {},
"progress": 0,
"complete": false
}
],
"rewards": [
{
"type": "coin",
"amount": 8000
},
{
"type": "money",
"amount": 150
},
{
"type": "item",
"items": [
{
"itemId": "plasma_cutter_rare",
"qty": 1
}
]
}
],
"ui": {
"icon": "quest_monthly",
"summary": "Complete 20 raids this month."
}
}