This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var config = { | |
RiskHeader: { label: "Risk Modificators", type: "noop" }, | |
//**************************************************************** */ | |
RISK_FACTOR: { label: "Risk Factor", type: "multiplier", value: 1 }, | |
RISK_MULTIPLIER: { label: "Risk Multiplier", type: "multiplier", value: 0.001 }, | |
RISK_BASE: { label: "Risk Base", type: "multiplier", value: 1.0 }, | |
featuresHeader: { label: " Common Features", type: "noop" }, | |
//**************************************************************** */ | |
change_seed_next: { label: "Seed change", type: "number", value: 50000 }, |