modify 推币机能量初始值
This commit is contained in:
parent
628301eafa
commit
0e5c0470b7
|
@ -16,8 +16,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
PowerMax = 50000
|
||||
PowerInit = 0
|
||||
PowerMax = 700000
|
||||
PowerInit = 400000
|
||||
)
|
||||
|
||||
var PushCoinItemValue = map[int32]int64{
|
||||
|
@ -536,7 +536,7 @@ func PushCoinDraw(p *Player) {
|
|||
draw = PushCoinNormalRandom(common.ItemIDBigCoin)
|
||||
draw.Id = 0 // 查表
|
||||
// 下次必中v卡
|
||||
p.WelfData.PushCoin.Next = 1 // 查表
|
||||
p.WelfData.PushCoin.Next = 5 // 查表
|
||||
|
||||
default:
|
||||
// 使用预生成结果
|
||||
|
|
Loading…
Reference in New Issue