代码来源于“易宁”大佬的分享,仅供学习,不要直接复制粘贴。
原帖链接:http://bbs.3dmgame.com/thread-3859071-1-1.html
1
2一四三.保温石保温时间延长1倍
3
4 用MT管理器打开游戏目录/assets/DLC0002/scripts/prefabs/heatrock.lua文件,将下列内容:
5
6 inst.components.temperature.inherentinsulation = TUNING.INSULATION_MED
7 inst.components.temperature.inherentsummerinsulation = TUNING.INSULATION_MED
8
9 替换为:
10
11 inst.components.temperature.inherentinsulation = TUNING.INSULATION_MED*2
12 inst.components.temperature.inherentsummerinsulation = TUNING.INSULATION_MED*2
13
14 即可让保温石保温时间延长1倍,将2这个数字调整为其他数字,可自行调整保温时间延长几倍