Objective_Bounty
Server/Objective/Objectives/Objective_Bounty.json, 575 B
Fields
| Field | Type |
|---|---|
TaskSets | array[2] |
Completions | array[1] |
RemoveOnItemDrop | boolean |
Source
{
"TaskSets": [
{
"Tasks": [
{
"Type": "Bounty",
"NpcId": "Trork_Warrior",
"WorldLocationCondition": {
"Type": "LocationRadius",
"MinRadius": 10,
"MaxRadius": 30
}
}
]
},
{
"Tasks": [
{
"Type": "UseEntity",
"TaskId": "Bounty_Completion",
"Count": 1,
"AnimationIdToPlay": ""
}
]
}
],
"Completions": [
{
"Type": "ClearObjectiveItems"
}
],
"RemoveOnItemDrop": true
}