游戏达人
![Rank: 7](static/image/common/star_level3.gif) ![Rank: 7](static/image/common/star_level2.gif) ![Rank: 7](static/image/common/star_level1.gif)
- 贡献度
- 80
- 金元
- 18912
- 积分
- 2221
- 精华
- 1
- 注册时间
- 2010-11-27
|
打死、烤肉酱 发表于 2013-10-16 17:29 ![](static/image/common/back.gif)
蓝宝石项链带着不会冰冻,红宝石回复更多的血
一.戴蓝色护身符不被冻
用记事本打开游戏目录\data\scripts\prefabs\amulet.lua,将下列内容:
inst:AddComponent("heater")
inst.components.heater.iscooler = true
inst.components.heater.equippedheat = TUNING.BLUEGEM_COOLER
替换为
--inst:AddComponent("heater")
--inst.components.heater.iscooler = true
--inst.components.heater.equippedheat = TUNING.BLUEGEM_COOLER
二.红宝石回复更多的血
用记事本打开游戏目录\data\scripts\prefabs\amulet.lua,将owner.components.health:DoDelta(TUNING.REDAMULET_CONVERSION,false,"redamulet")替换为owner.components.health:DoDelta(TUNING.REDAMULET_CONVERSION*10,false,"redamulet")
即可每30秒补10倍(50点)血,其中10可调节为想要的数字
|
|