《饥荒》18版阿比盖尔每秒回血

自动回血

用记事本打开游戏目录\data\scripts\prefabs\player_common.lua文件,在inst.components.health:SetMaxHealth(TUNING.WILSON_HEALTH)的下一行插入以下内容:

inst.components.health:StartRegen(30, 1)

一秒回30 如果想改回血量 把30改成别的

对每个人物都有效 mod人物也是

回复LZ新问 你可以试试打开\data\scripts\prefabs\abigail.lua

将 inst.components.health:StartRegen(1, 1) 按上边修改一下