饥荒海难石灰墙无敌怎么改 饥荒海难墙血量无敌修改攻
发布网友
发布时间:2022-04-29 17:58
我来回答
共1个回答
热心网友
时间:2023-10-27 04:30
用记事本打开游戏目录\data\DLC0002\scripts\prefabs\walls.lua文件,在if old_percent > 0 and new_percent <= 0 then clearobstacle(inst) end的下一行插入以下内容:
if new_percent < 1 then inst.components.health:StartRegen(200, 1) end
if new_percent >= 1 then inst.components.health:StopRegen() end
即可让墙自动回血,其中200和1为每1秒回200的血,数字可自行调整
墙壁永固(自己可砸,怪物无法破坏)
用记事本打开游戏目录\data\DLC0002\scripts\prefabs\walls.lua文件,在inst:AddTag("noauradamage")的下一行插入以下内容:
inst.components.health:SetInvincible(true)
即可让墙壁永固
热心网友
时间:2023-10-27 04:30
用记事本打开游戏目录\data\DLC0002\scripts\prefabs\walls.lua文件,在if old_percent > 0 and new_percent <= 0 then clearobstacle(inst) end的下一行插入以下内容:
if new_percent < 1 then inst.components.health:StartRegen(200, 1) end
if new_percent >= 1 then inst.components.health:StopRegen() end
即可让墙自动回血,其中200和1为每1秒回200的血,数字可自行调整
墙壁永固(自己可砸,怪物无法破坏)
用记事本打开游戏目录\data\DLC0002\scripts\prefabs\walls.lua文件,在inst:AddTag("noauradamage")的下一行插入以下内容:
inst.components.health:SetInvincible(true)
即可让墙壁永固
热心网友
时间:2023-10-27 04:30
用记事本打开游戏目录\data\DLC0002\scripts\prefabs\walls.lua文件,在if old_percent > 0 and new_percent <= 0 then clearobstacle(inst) end的下一行插入以下内容:
if new_percent < 1 then inst.components.health:StartRegen(200, 1) end
if new_percent >= 1 then inst.components.health:StopRegen() end
即可让墙自动回血,其中200和1为每1秒回200的血,数字可自行调整
墙壁永固(自己可砸,怪物无法破坏)
用记事本打开游戏目录\data\DLC0002\scripts\prefabs\walls.lua文件,在inst:AddTag("noauradamage")的下一行插入以下内容:
inst.components.health:SetInvincible(true)
即可让墙壁永固