Crafting Objective Configuration - salutesh/DayZ-Expansion-Scripts GitHub Wiki

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?