Skip to content

Commit

Permalink
Cleaned up free level description.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Mar 13, 2016
1 parent d09f9c5 commit 02fff4d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions challenges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,17 @@ challenges:
# Challenge levels - list as many as you like. If a challenge's level is '' it can
# be done anytime.
levels: 'Novice Competent Expert Advanced Elite'
# Free levels - which levels above should be freely available
freelevels: ''

# The number of undone tasks that can be left on a level before unlocking next level
waiveramount: 1

# Free levels - which levels above should be auto done when reached, therefore unlocking next level.
# Example:
# freelevels: 'Novice' will immediately put player onto Competent level challenges
# freelevels: 'Novice Competent' will make all Novice, Competent and Expert challenges available immediately.
# freelevels: 'Competent' will open Competent and Expert levels once Novice is complete
freelevels: ''

# This section determines what happens when a player unlocks a new level
# The subname should correspond to the levels listed above
# Note that there is no section for the first level as it is automatically unlocked
Expand Down

0 comments on commit 02fff4d

Please sign in to comment.