45 lines
749 B
JSON
45 lines
749 B
JSON
{
|
|
"id": "d_customize_ship",
|
|
"name": "Fresh Paint",
|
|
"category": "daily",
|
|
"repeatable": true,
|
|
"timeWindow": {
|
|
"type": "daily",
|
|
"resetAtUtc": "00:00"
|
|
},
|
|
"prerequisites": {
|
|
"questsCompleted": [],
|
|
"playerLevelMin": 1,
|
|
"guildRequired": false
|
|
},
|
|
"objectives": [
|
|
{
|
|
"id": "obj_ship",
|
|
"type": "CUSTOMIZE_SHIP",
|
|
"target": 1,
|
|
"params": {},
|
|
"progress": 0,
|
|
"complete": false
|
|
}
|
|
],
|
|
"rewards": [
|
|
{
|
|
"type": "coin",
|
|
"amount": 200
|
|
},
|
|
{
|
|
"type": "item",
|
|
"items": [
|
|
{
|
|
"itemId": "paint_kit_random",
|
|
"qty": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ui": {
|
|
"icon": "quest_daily_ship",
|
|
"summary": "Customize your ship."
|
|
}
|
|
}
|