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 # 欧皇额外奖励比例(百分比)