棋子商店
This commit is contained in:
parent
2149ee404b
commit
551afa682a
@ -331,7 +331,7 @@ func (c *ChargeMod) InitChessShop(Emit []int) {
|
||||
ChessLv := mergeDataCfg.GetLvById(c)
|
||||
DynamicLv := mergeDataCfg.GetAdjust(v, p, 0)
|
||||
ChessLv += DynamicLv
|
||||
Diamond := math.Round(math.Pow(2, float64(ChessLv)) / 18)
|
||||
Diamond := math.Round(math.Pow(2, float64(ChessLv-1)) / 18)
|
||||
RandList = append(RandList, &Rand{ChessId: c, Diamond: int(Diamond)})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user