Project Zomboid

Project Zomboid

Not enough ratings
自用生化危机-B42
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
287.950 MB
14 Feb @ 12:31pm
19 Feb @ 1:12pm
8 Change Notes ( view )

Subscribe to download
自用生化危机-B42

Description
这些够用,宝石掉落自测,可以用钞票兑换宝石,1R=1000
衣服:UUS系列
防具:UUS系列
工具:战术腰灯
背包:UUS,蝴蝶结,斯皮福,弹药包。。。。
武器:伊卡洛斯系列,LE5,W807失效,G18,加特林用不了,缺数据!其他自测,不要用手雷
解药:病毒解药
宝石:R,G,Y,B
其他:红包

Workshop ID: 3427374186
Mod ID: BiochemicalB42
Mod ID: Biochemical extend
37 Comments
AreyouOK 28 Sep @ 2:56am 
大佬能更新一下吗,新版背包不能用了
Teresa 27 Sep @ 6:58am 
作者大大,版本更新出问题了,背包需要修复,另希望出一版只有服装和背包的:steamhappy:
else
-- 如果没有安装枪管部件,确保使用原始声音
newSoundRadius = originalSoundRadius
newSoundVolume = originalSoundVolume
newSwingSound = originalSwingSound
-- print("[RESilencer] No canon attached, using default sound.")
end

-- 将计算后的新值设置回武器
weapon:setSoundRadius(newSoundRadius)
weapon:setSoundVolume(newSoundVolume)
weapon:setSwingSound(newSwingSound)
end

-- 注册事件:当装备主手物品时触发函数
Events.OnEquipPrimary.Add(RESilencer_Check)

-- 注册事件:游戏开始时检查一次(确保载入存档后立即生效)
Events.OnGameStart.Add(function()
local player = getPlayer()
RESilencer_Check(player, player:getPrimaryHandItem())
end)
-- 检查武器是否安装了枪管部件
local canon = weapon:getWeaponPart("Canon")
if canon then
-- 检查枪管部件类型是否为 RESilencer
if canon:getType() == "RESilencer" then
-- 应用消音效果:降低声音半径和音量,更换开火声音
newSoundRadius = originalSoundRadius * 0.2 -- 降低到20%
newSoundVolume = originalSoundVolume * 0.2 -- 降低到20%
newSwingSound = 'RESilencer' -- 使用消音器特有的开火声音
-- print("[RESilencer] Suppressor applied to: " .. weapon:getType())
else
-- 如果安装了其他枪管部件,恢复原始声音
newSoundRadius = originalSoundRadius
newSoundVolume = originalSoundVolume
newSwingSound = originalSwingSound
-- print("[RESilencer] Other canon found, resetting sound: " .. canon:getType())
end
This comment is awaiting analysis by our automated content check system. It will be temporarily hidden until we verify that it does not contain harmful content (e.g. links to websites that attempt to steal information).
125438975 27 Aug @ 11:58pm 
大佬,怎么用钞票兑换宝石啊~
Teresa 4 May @ 6:12am 
@CN-XA-FENG.LING 大佬,能不能让背包的帐篷位可以挂提灯?:steamhappy:
lhx47 21 Apr @ 6:12am 
有人找到闪电鹰的弹夹吗?。44口径
RayPlayST 14 Mar @ 3:57pm 
大佬 能不能更新下 不要武器 只要衣服 捏人的时候用一下就行了
冷淡のFLaky 13 Mar @ 12:55pm 
必须武器衣服一起订阅吗? 不能只订阅服装吗?