饑荒 武器MOD 吹箭自動回收裝備 無限使用
饑荒 武器MOD 吹箭自動回收裝備 無限使用
scripts\prefabs\blowdart.lua檔案找到。如下代碼:
local function onhit(inst, attacker, target)
local impactfx = SpawnPrefab("impact")
if impactfx then
local follower = impactfx.entity:AddFollower()
follower:FollowSymbol(target.GUID, target.components.combat.hiteffectsymbol, 0, 0, 0 )
impactfx:FacePoint(Vector3(attacker.Transform:GetWorldPosition()))
end
inst:Remove()
end
把最後一句inst:Remove()修改成:
--inst:Remove()
attacker.components.inventory:Equip(inst)
就OK了。
點擊進入3DM《饑荒》遊戲論壇專區