Add global score coefficient

This commit is contained in:
nemunaire 2021-09-06 11:58:03 +02:00
commit 105034ec8c
7 changed files with 20 additions and 9 deletions

View file

@ -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"`