订单难度调整
This commit is contained in:
parent
494089834e
commit
e6a9792b4a
@ -111,8 +111,8 @@ func getChessDiff(ChessNum, OrderDiff, OrderN int) map[int]int {
|
|||||||
}
|
}
|
||||||
secondDiff := GoUtil.RandMap(rand)
|
secondDiff := GoUtil.RandMap(rand)
|
||||||
rand = map[int]int{
|
rand = map[int]int{
|
||||||
DIFF_LOW: 60,
|
DIFF_MID: 80,
|
||||||
DIFF_MID: 40,
|
DIFF_HIGH: 20,
|
||||||
}
|
}
|
||||||
thirdDiff := GoUtil.RandMap(rand)
|
thirdDiff := GoUtil.RandMap(rand)
|
||||||
rs = map[int]int{
|
rs = map[int]int{
|
||||||
@ -127,8 +127,8 @@ func getChessDiff(ChessNum, OrderDiff, OrderN int) map[int]int {
|
|||||||
}
|
}
|
||||||
secondDiff := GoUtil.RandMap(rand)
|
secondDiff := GoUtil.RandMap(rand)
|
||||||
rand = map[int]int{
|
rand = map[int]int{
|
||||||
DIFF_LOW: 50,
|
DIFF_MID: 70,
|
||||||
DIFF_MID: 50,
|
DIFF_HIGH: 30,
|
||||||
}
|
}
|
||||||
thirdDiff := GoUtil.RandMap(rand)
|
thirdDiff := GoUtil.RandMap(rand)
|
||||||
rs = map[int]int{
|
rs = map[int]int{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user