Last updated
Last updated
Generators are the main configuration files used for challenge generation. You can find them in /generators/
directory.
You can create custom folders to organize your generators, but all generators must have unique names even if they are in different folders!
Each generator must be assigned with certain .
Each generator has the following sections to configure: Objectives
, Conditions
and Rewards
. They all are very similar to each other.
Every section has a List
sub-section. This is where you create your own custom sections of actual objectives, conditions and rewards with the following settings:
Weight
Determines the chance for the list (section) to be selected (greater value = bigger the chance);
Items
A list of identifiers objectives/condition/reward identifiers based on a ;
Amount
Determines amount of identifiers to be selected from the Items
setting with possible ;
For Objectives section, there is one more setting:
Progress
Determines the amount needs to be completed for each objective picked from the Items
setting.
You can allow it to select more than one list under the List
section on generation, so you will get a challenge with objectives/conditions/rewards combined fro multiple sections!
It may be difficult to understand at the first look, but actually it's pretty simple and there is a lot of useful configuration comments that will help you to manage your generators!