新增拼手气功能。
This commit is contained in:
13
plugins/lucky_pot/config.toml
Normal file
13
plugins/lucky_pot/config.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[LuckyPot]
|
||||
enable = true
|
||||
command = ["大奖池", "开奖池", "拼手气"]
|
||||
command-format = "大奖池 创建/参与/查看"
|
||||
|
||||
# 游戏参数配置
|
||||
entry_fee = 100 # 入场费(积分)
|
||||
max_players = 10 # 最大玩家数
|
||||
countdown = 30 # 倒计时(秒)
|
||||
house_cut_percent = 20 # 抽水比例(百分比)
|
||||
lucky_bonus_chance = 20 # 欧皇奖励概率(百分比)
|
||||
lucky_bonus_percent = 20 # 欧皇额外奖励比例(百分比)
|
||||
cooldown = 5 # 操作冷却时间(秒)
|
||||
Reference in New Issue
Block a user