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
|
|
@ -5,6 +5,9 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// HintCoefficient is the current coefficient applied on its cost lost per showing
|
||||
var HintCoefficient = 1.0
|
||||
|
||||
// EHint represents a challenge hint.
|
||||
type EHint struct {
|
||||
Id int64 `json:"id"`
|
||||
|
|
|
|||
Reference in a new issue