Missions
Explanation of the missions configuration in the script
id
- Unique mission identifier (you will be updating this for players progression)
title
- Mission name
desc
- Mission description
needed_progress
- Required count of the needed task to complete
type
- Type of the mission (daily, weekly, monthly)
reward = {
item
- Item respname
label
- Reward name displayed to the player
count
- Number of rewards
type
- Type of reward (item, vehicle, money)
}
Last updated