From 1f207c8a1863021e2d3b31bbc01fbeaca3bd77ac Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 28 Aug 2025 18:18:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=A7=E5=A5=96=E6=B1=A0?= =?UTF-8?q?=E6=8A=BD=E6=B0=B4=E7=99=BE=E5=88=86=E6=AF=94=EF=BC=8C5%?= 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 4093535..d038f62 100644 --- a/plugins/lucky_pot/config.toml +++ b/plugins/lucky_pot/config.toml @@ -7,7 +7,7 @@ command-format = "大奖池 创建/参与/查看" entry_fee = 100 # 入场费(积分) max_players = 10 # 最大玩家数 countdown = 60 # 倒计时(秒) -house_cut_percent = 20 # 抽水比例(百分比) +house_cut_percent = 5 # 抽水比例(百分比) lucky_bonus_chance = 20 # 欧皇奖励概率(百分比) lucky_bonus_percent = 20 # 欧皇额外奖励比例(百分比) cooldown = 5 # 操作冷却时间(秒) \ No newline at end of file