Client/GameServer/data/gso/quests/daily/d_craft_3.json

46 lines
777 B
JSON

{
"id": "d_craft_3",
"name": "Quick Craft",
"category": "daily",
"repeatable": true,
"timeWindow": {
"type": "daily",
"resetAtUtc": "00:00"
},
"prerequisites": {
"questsCompleted": [],
"playerLevelMin": 2,
"guildRequired": false
},
"objectives": [
{
"id": "obj_craft",
"type": "CRAFT_TOOLS",
"target": 3,
"params": {
"toolId": "any"
},
"progress": 0,
"complete": false
}
],
"rewards": [
{
"type": "coin",
"amount": 300
},
{
"type": "item",
"items": [
{
"itemId": "scrap_pack_small",
"qty": 1
}
]
}
],
"ui": {
"icon": "quest_daily_craft",
"summary": "Craft 3 items of any type."
}
}