From 02fff4d24812487636827c5e768086aad084323f Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 12 Mar 2016 18:22:33 -0800 Subject: [PATCH] Cleaned up free level description. --- challenges.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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