Add global score coefficient
This commit is contained in:
parent
cd73622cae
commit
105034ec8c
7 changed files with 20 additions and 9 deletions
|
|
@ -48,6 +48,8 @@ type FICSettings struct {
|
|||
HintCurCoefficient float64 `json:"hintCurrentCoefficient"`
|
||||
// WChoiceCurCoefficient is the current coefficient applied to wanted choices.
|
||||
WChoiceCurCoefficient float64 `json:"wchoiceCurrentCoefficient"`
|
||||
// GlobalScoreCoefficient is a coefficient to apply on display scores, not considered bonus.
|
||||
GlobalScoreCoefficient float64 `json:"globalScoreCoefficient"`
|
||||
|
||||
// AllowRegistration permits unregistered Team to register themselves.
|
||||
AllowRegistration bool `json:"allowRegistration,omitempty"`
|
||||
|
|
|
|||
Reference in a new issue