Game-Server/GameServer/data/gso/quests/monthly/m_craft_100.json

50 lines
851 B
JSON

{
"id": "m_craft_100",
"name": "Master Craftsman",
"category": "monthly",
"repeatable": true,
"timeWindow": {
"type": "monthly",
"resetAtUtc": "00:00"
},
"prerequisites": {
"questsCompleted": [],
"playerLevelMin": 5,
"guildRequired": false
},
"objectives": [
{
"id": "obj_craft",
"type": "CRAFT_TOOLS",
"target": 100,
"params": {
"toolId": "any"
},
"progress": 0,
"complete": false
}
],
"rewards": [
{
"type": "coin",
"amount": 12000
},
{
"type": "money",
"amount": 200
},
{
"type": "item",
"items": [
{
"itemId": "body_plated_rare",
"qty": 1
}
]
}
],
"ui": {
"icon": "quest_monthly_craft",
"summary": "Craft 100 items this month."
}
}