Objective_TreasureMap
Server/Objective/Objectives/Objective_TreasureMap.json, 759 B
Fields
| Field | Type |
|---|---|
TaskSets | array[1] |
Completions | array[1] |
RemoveOnItemDrop | boolean |
Source
{
"TaskSets": [
{
"Tasks": [
{
"Type": "TreasureMap",
"Chests": [
{
"MinRadius": 10,
"MaxRadius": 20,
"DropList": "Zone1_Encounters_Tier3",
"WorldLocationCondition": {
"Type": "LookBlocksBelow",
"BlockTags": [
"Stone",
"Soil"
],
"Count": 3,
"MinRange": 0,
"MaxRange": 5
},
"ChestBlockTypeKey": "Furniture_Ancient_Chest_Large_Treasure"
}
]
}
]
}
],
"Completions": [
{
"Type": "ClearObjectiveItems"
}
],
"RemoveOnItemDrop": true
}