modify 推币机能量初始值

This commit is contained in:
sk 2025-01-16 17:55:32 +08:00
parent 628301eafa
commit 0e5c0470b7
1 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@ import (
) )
const ( const (
PowerMax = 50000 PowerMax = 700000
PowerInit = 0 PowerInit = 400000
) )
var PushCoinItemValue = map[int32]int64{ var PushCoinItemValue = map[int32]int64{
@ -536,7 +536,7 @@ func PushCoinDraw(p *Player) {
draw = PushCoinNormalRandom(common.ItemIDBigCoin) draw = PushCoinNormalRandom(common.ItemIDBigCoin)
draw.Id = 0 // 查表 draw.Id = 0 // 查表
// 下次必中v卡 // 下次必中v卡
p.WelfData.PushCoin.Next = 1 // 查表 p.WelfData.PushCoin.Next = 5 // 查表
default: default:
// 使用预生成结果 // 使用预生成结果