API/GameServer/data/gso/quests/weekly/w_raids_3.json

48 lines
790 B
JSON

{
"id": "w_raids_3",
"name": "Raid Week",
"category": "weekly",
"repeatable": true,
"timeWindow": {
"type": "weekly",
"resetAtUtc": "00:00"
},
"prerequisites": {
"questsCompleted": [],
"playerLevelMin": 3,
"guildRequired": false
},
"objectives": [
{
"id": "obj_raids",
"type": "FIGHT_RAIDS",
"target": 3,
"params": {},
"progress": 0,
"complete": false
}
],
"rewards": [
{
"type": "coin",
"amount": 1200
},
{
"type": "money",
"amount": 25
},
{
"type": "item",
"items": [
{
"itemId": "energy_boost_large",
"qty": 2
}
]
}
],
"ui": {
"icon": "quest_weekly",
"summary": "Complete 3 raids."
}
}