🧬 Generators
Last updated
Last updated
Generators are the main configuration files used for challenge generation. You can find them in /generators/
directory.
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.
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!