Project Zomboid

Project Zomboid

Silencer / Suppressor Mod (Build 41)
Amalek 3 Jun, 2020 @ 4:56am
Build Silencer AND HMSilencer???
There are 2 Silencer in this mod.

----------------------------------------------------------------------------------------------------------------
item Silencer
{
Type = WeaponPart,
DisplayName = Silencer,
Icon = Silencer,
Weight = 1,
MaxRangeModifier = -1,
RecoilDelayModifier = -1,
WeightModifier = 1.2,
MountOn = Pistol; Pistol2; Pistol3; VarmintRifle; HuntingRifle; AssaultRifle; AssaultRifle2,
PartType = Canon,
Tooltip = Tooltip_Silencer,
}
item HMSilencer
{
Type = WeaponPart,
DisplayName = Home Made Silencer,
Icon = Silencer,
Weight = 1.2,
MaxRangeModifier = -2,
RecoilDelayModifier = -1,
WeightModifier = 1.4,
MountOn = Pistol; Pistol2; Pistol3; VarmintRifle; HuntingRifle; AssaultRifle; AssaultRifle2,
PartType = Canon,
Tooltip = Tooltip_HMSilencer,
-----------------------------------------------------------------------------------------------------------------


But if you look into the recipes, you can only build the normal silencer 2 times (according to the description), but you get the HMSilencer out of both.
That can't be right, can it?

How to build the normal silencer?
Where is the description to build a HMSilencer?

------------------------------------------------------------------------------------------------------------------
recipe Craft Silencer
{
destroy Torch,
keep Screwdriver,
keep Saw,
Result:HMSilencer,
Category:Engineer,
SkillRequired:Aiming=2,
Time:500.0,
}

recipe Craft Silencer
{
destroy MetalPipe,
keep Screwdriver,
keep Saw,
Result:HMSilencer,
Category:Engineer,
SkillRequired:Aiming=2,
Time:500.0,
}

-----------------------------------------------------------------------------------------------------------------

I think the recipe with the Torch should be the HM silencer...
Last edited by Amalek; 3 Jun, 2020 @ 4:58am