Skip to content

Commit

Permalink
Merge pull request #30 from thaddeus/task-available-delay
Browse files Browse the repository at this point in the history
add task available delays
  • Loading branch information
Razzmatazzz authored Oct 13, 2024
2 parents 131a224 + 78daf7b commit f51bb27
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 f51bb27

Please sign in to comment.