神力5选2,强烈推荐,现在的2选1根本就是碰运气

路径:data_scripts.zip\scripts\components\powermanager.lua
代码行数: 42~43行
原始代码:
self.power_drop_options = 2 -- How many drops do they get to see?
self.power_drop_selections = 1 -- How many drops are they allowed to pick up in a room?
建议修改为:
self.power_drop_options = 5 -- How many drops do they get to see?
self.power_drop_selections = 2 -- How many drops are they allowed to pick up in a room?
解释:
5代表会掉地上的神力数量
2代表能选几个

路径:data_scripts.zip\scripts\components\powermanager.lua
代码行数: 42~43行
原始代码:
self.power_drop_options = 2 -- How many drops do they get to see?
self.power_drop_selections = 1 -- How many drops are they allowed to pick up in a room?
建议修改为:
self.power_drop_options = 5 -- How many drops do they get to see?
self.power_drop_selections = 2 -- How many drops are they allowed to pick up in a room?
解释:
5代表会掉地上的神力数量
2代表能选几个