diff --git a/challenges.yml b/challenges.yml index 3d48cafaa..4c59261d8 100644 --- a/challenges.yml +++ b/challenges.yml @@ -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