Skip to content

Crafting Objective Configuration

Steve edited this page Jan 13, 2024 · 2 revisions

Return to the quest objectives

Example Configuration:

{
    "ConfigVersion": 26,
    "ID": 1,
    "ObjectiveType": 11,
    "ObjectiveText": "Craft an improvised fishing rod",
    "TimeLimit": -1,
    "Active": 1,
    "ItemNames": [
        "ImprovisedFishingRod"
    ],
    "ExecutionAmount": 1
}

"ItemNames"

Array[String].

Class names of the items the player can craft to complete this objective.

"ExecutionAmount"

Integer.

How many times does the crafting action need to be executed to complete the objective?

Clone this wiki locally