Client/GameServer/data/gso/quests/weekly/w_friends_5.json

40 lines
667 B
JSON

{
"id": "w_friends_5",
"name": "Build Your Network",
"category": "weekly",
"repeatable": true,
"timeWindow": {
"type": "weekly",
"resetAtUtc": "00:00"
},
"prerequisites": {
"questsCompleted": [],
"playerLevelMin": 2,
"guildRequired": false
},
"objectives": [
{
"id": "obj_friends",
"type": "ADD_FRIENDS",
"target": 5,
"params": {},
"progress": 0,
"complete": false
}
],
"rewards": [
{
"type": "coin",
"amount": 1500
},
{
"type": "money",
"amount": 15
}
],
"ui": {
"icon": "quest_weekly_social",
"summary": "Add 5 friends."
}
}