replace ___[defaul_strategy]___ with type for each selected molecules (check box) like this:
- ___[mole_formula_type]___
(Quick explanation) :
defaulStrategy: array has the molecules that we choose to use inside the game.
availableMolecules: list has all the molecules that can be used inside the game. To add a molecule inside the default strategy, it must be first added inside this list.
Replacements
replace
___[available_Molecules]___
with name and type for each selected molecules (check box) like this:replace
___[defaul_strategy]___
with type for each selected molecules (check box) like this:(Quick explanation) :
defaulStrategy:
array has the molecules that we choose to use inside the game.availableMolecules:
list has all the molecules that can be used inside the game. To add a molecule inside the default strategy, it must be first added inside this list.