API/GameServer/data/gso/quests/monthly/m_hire_5.json

51 lines
855 B
JSON

{
"id": "m_hire_5",
"name": "Private Army",
"category": "monthly",
"repeatable": true,
"timeWindow": {
"type": "monthly",
"resetAtUtc": "00:00"
},
"prerequisites": {
"questsCompleted": [],
"playerLevelMin": 7,
"guildRequired": false
},
"objectives": [
{
"id": "obj_hire",
"type": "HIRE_MERCENARIES",
"target": 5,
"params": {
"fleetTier": "any"
},
"progress": 0,
"complete": false
}
],
"rewards": [
{
"type": "coin",
"amount": 15000
},
{
"type": "money",
"amount": 75
},
{
"type": "item",
"items": [
{
"itemId": "merc_fleet_skin",
"qty": 1
}
]
}
],
"ui": {
"icon": "quest_monthly_merc",
"summary": "Hire 5 mercenary fleets this month."
}
}