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