Exploits- # 连续杀死同一类怪物减少收益
- depreciativeReturn: 贬值率
- use: true ——是否启用
- amount: 0.1 ——这就是10%~
- # 玩家在进入游戏的几秒内不会有收益
- loginTimer:
- time: 10
- # 更改刷怪笼一定范围内的杀怪奖励
- mobSpawnerProtection:
- use: true
- distance: 5 —— 范围
- multiplierRate: 0.25 —— 减少25%~
- # This is generally considered the most difficult
- # exploit to understand. Here's an attempt at an explanation.
- # If enabled, mobCap logs the location when you kill a creature.
- # If you kill up to the amount specified below in a radius of that
- # location, then it will multiply the reward by the amount below.
- mobCap:
- use: false
- radius: 10
- amount: 10
- multiplierRate: 0.0
- # 获奖冷却时间
- cooldown:
- use: false
- time: 5
复制代码 |