Skip to content

Commit

Permalink
add task available delays
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Oct 13, 2024
1 parent a01b395 commit 78daf7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema-static.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,8 @@ type Task {
minPlayerLevel: Int
taskRequirements: [TaskStatusRequirement]!
traderRequirements: [RequirementTrader]!
availableDelaySecondsMin: Int
availableDelaySecondsMax: Int
objectives: [TaskObjective]!
startRewards: TaskRewards
finishRewards: TaskRewards
Expand Down

0 comments on commit 78daf7b

Please sign in to comment.