settings: add coefficient to hint and wchoices
This commit is contained in:
parent
2623d9dd61
commit
c5f8288f39
10 changed files with 43 additions and 13 deletions
|
@ -40,6 +40,10 @@ type FICSettings struct {
|
|||
FirstBlood float64 `json:"firstBlood"`
|
||||
// SubmissionCostBase is a complex number representing the cost of each attempts.
|
||||
SubmissionCostBase float64 `json:"submissionCostBase"`
|
||||
// HintCurrentCoefficient is the current coefficient applied to hint discovery.
|
||||
HintCurCoefficient float64 `json:"hintCurrentCoefficient"`
|
||||
// WChoiceCurCoefficient is the current coefficient applied to wanted choices.
|
||||
WChoiceCurCoefficient float64 `json:"wchoiceCurrentCoefficient"`
|
||||
|
||||
// AllowRegistration permits unregistered Team to register themselves.
|
||||
AllowRegistration bool `json:"allowRegistration"`
|
||||
|
|
Reference in a new issue