调整俩配置

This commit is contained in:
liuwei
2025-09-22 18:23:43 +08:00
parent 7e3ecf0f3f
commit dbd9f14d77
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ command-format = "大奖池 创建/参与/查看"
# 游戏参数配置
entry_fee = 100 # 入场费(积分)
max_players = 10 # 最大玩家数
countdown = 60 # 倒计时(秒)
countdown = 120 # 倒计时(秒)
house_cut_percent = 5 # 抽水比例(百分比)
lucky_bonus_chance = 20 # 欧皇奖励概率(百分比)
lucky_bonus_percent = 20 # 欧皇额外奖励比例(百分比)

View File

@@ -16,5 +16,5 @@ rob-rate-decay = 0.1 # 积分差距成功率衰减系数
rob-min-percent = 0.1 # 打劫成功时最小获取目标积分百分比
rob-max-percent = 0.3 # 打劫成功时最大获取目标积分百分比
rob-penalty-percent = 0.2 # 打劫失败时的惩罚百分比(扣除自身积分的比例)
rob-cooldown = 600 # 打劫冷却时间(秒)默认1小时
rob-cooldown = 300 # 打劫冷却时间(秒)默认1小时
rob-min-points = 30 # 打劫最低积分要求(打劫者和目标都需满足)