Files
abot/plugins/point_trade/config.toml
2025-11-18 11:19:59 +08:00

20 lines
1.0 KiB
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[PointTrade]
enable = true
command = ["积分交易", "积分转账", "转账积分", "积分赠送", "赠送积分", "积分转移", "转移积分", "送积分", "积分送人", "送人积分", "积分赠予", "我的积分", "积分排行", "打劫","保释"]
command-format = """
🔄积分交易指令:
积分转账 积分数 @用户
我的积分 - 查询个人积分详情
积分排行 - 查看群内积分排行榜
打劫 @用户 - 尝试打劫用户积分(有风险)
保释 @用户 - 花费30积分保释他人
"""
# 打劫功能配置
rob-success-rate = 0.4 # 基础打劫成功率
rob-rate-decay = 0.1 # 积分差距成功率衰减系数
rob-min-percent = 0.2 # 打劫成功时最小获取目标积分百分比
rob-max-percent = 0.4 # 打劫成功时最大获取目标积分百分比
rob-penalty-percent = 0.1 # 打劫失败时的惩罚百分比(扣除自身积分的比例)
rob-cooldown = 300 # 打劫冷却时间(秒)默认1小时
rob-min-points = 30 # 打劫最低积分要求(打劫者和目标都需满足)