From 939c64a6eb6e1480772a7b4636896adca863e489 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 13 Aug 2025 18:19:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=80=92=E8=AE=A1=E6=97=B6=E5=BB=B6=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/lucky_pot/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lucky_pot/config.toml b/plugins/lucky_pot/config.toml index 199a09f..4093535 100644 --- a/plugins/lucky_pot/config.toml +++ b/plugins/lucky_pot/config.toml @@ -6,7 +6,7 @@ command-format = "大奖池 创建/参与/查看" # 游戏参数配置 entry_fee = 100 # 入场费(积分) max_players = 10 # 最大玩家数 -countdown = 30 # 倒计时(秒) +countdown = 60 # 倒计时(秒) house_cut_percent = 20 # 抽水比例(百分比) lucky_bonus_chance = 20 # 欧皇奖励概率(百分比) lucky_bonus_percent = 20 # 欧皇额外奖励比例(百分比)