Noise Maker: Difference between revisions

From PZwiki
m (Automated Formatting)
 
(32 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{languages|Noise Maker}}{{Notice|Short}}
{{Header|Project Zomboid|Items|Weapons|Explosives}}
{{Page version|41.78.16}}
{{Infobox item
|name=Noise Maker
|model=NoiseMaker_Model.png
|icon=NoiseMaker.png
|icon_name=Noise Maker
|model2=NoiseMakerTimer_Model.png
|icon2=NoiseMaker.png
|icon_name2=Noise Generator with Timer
|model3=NoiseMakerTimer_Model.png
|icon3=NoiseMaker.png
|icon_name3=Noise Generator with Sensor
|model4=NoiseMakerTimer_Model.png
|icon4=NoiseMaker.png
|icon_name4=Remote Noise Generator
<!--GENERAL-->
|category=Weapon
|weight=1.5
|equipped=One-handed
<!--DAMAGE-->
|type=[[Noise]]
|swing_time=1.5
|min_range=0
|max_range=10
|effect_type=Noise
|effect_range=17
|effect_duration=30
<!--TECHNICAL DETAILS-->
|ingredients=1 × [[Amplifier]]<br>7 × [[Scrap Electronics]]
|item_id=Base.NoiseTrap<br>Base.NoiseTrapTriggered<br>Base.NoiseTrapSensorV1<br>Base.NoiseTrapSensorV2<br>Base.NoiseTrapSensorV3<br>Base.NoiseTrapRemote
}}
{{quote|text=Equip trap and perform basic attack to throw.|author=In-game tooltip}}A '''noise maker''', also known as a '''noise generator''', is a [[Items#Throwables|throwable trap]] that can be [[#Crafting|crafted]].


{{Consumables
==Usage==
|image = NoiseMaker.png
A noise maker is an effective tool at luring [[zombie]]s to a particular location. It functions similar to an [[alarm clock]] in that it generates [[noise]] for 30 in-game minutes, except with a larger noise radius of 17 [[tiles]] (2 more). A noise maker can be either thrown or placed, and will be triggered as soon as it touches the ground. Unlike the alarm clock, the trigger cannot be delayed unless [[#Upgrades|upgraded]].
|weight = 1.5
 
Unlike other thrown traps, the noise maker is not consumed once it is used, so it can be picked up and re-used as many times as required.
 
===Upgrades===
The noise maker has various upgrades allowing it to be triggered in several ways, rather than just when placed on the ground or thrown.
====Sensor upgrade====
The noise generator with sensor has a [[Motion Sensor|motion sensor]] attached. It can be placed by moving to the desired location, then press {{key|{{abbr|RMB|Right Mouse Button}}}} on the item in the player's inventory and selecting "Place Noise Generator with Sensor" (this is different to "Place Item", which just places the item without arming it). Once placed, it will slowly beep 4 times before beeping rapidly and stopping. Once the beeping stops, the noise generator is armed, and will be triggered if movement is detected within a certain distance from the noise generator (without any warning). It's important to note that the character that armed the bomb can also trigger it.
 
There are 3 versions of the sensor upgrade, each with a different range before triggering.
{| class="wikitable theme-red" style="text-align: center;"
! Version
! Sensor range
|-
| V1
| 3 tiles
|-
| V2
| 4 tiles
|-
| V3
| 5 tiles
|}
 
====Timer upgrade====
The noise generator with timer has a [[Crafted Timer|crafted timer]] attached. Before placing, the timer can be set by pressing {{key|{{abbr|RMB|Right Mouse Button}}}} on the item in the player's inventory and selecting "Set time before explosion". The time set is in real world seconds. The method of placing is identical to the [[#Sensor upgrade|sensor upgrade]]: move to location, {{key|{{abbr|RMB|Right Mouse Button}}}} on item, and select "Place Noise Generator with Timer". It will begin to beep slowly, once for every second, and on the last second it will beep rapidly before exploding.
 
====Remote upgrade====
The remote noise generator has a [[Crafted Trigger|crafted trigger]] attached, allowing it to be detonated remotely. To trigger, a [[Remote Controller|remote controller]] must first be crafted. Then the remote controller and remote noise generator will need to be linked by having both items in the player's inventory and pressing {{key|{{abbr|RMB|Right Mouse Button}}}} on either the remote or the noise generator and selecting "Link to ...". "(Linked)" will then appear next to the two items. If the wrong items have been linked, it can be reset by pressing {{key|{{abbr|RMB|Right Mouse Button}}}} and selecting "Reset Remote Frequency" (both items must be reset in order to be linked to a new item). Once linked, the noise generator can then be placed: move to location, {{key|{{abbr|RMB|Right Mouse Button}}}} on item, and select "Place Remote Noise Generator". Unlike the other upgrades, there will be no beeps, although it is armed. It is triggered by pressing {{key|{{abbr|RMB|Right Mouse Button}}}} on the linked remote controller and selecting "Trigger".
 
There are 3 versions of the [[Remote Controller|remote controller]], each with a different range that they can be used to trigger the noise generator.
{| class="wikitable theme-red" style="text-align: center;"
! Version
! remote range
|-
| V1
| 7 tiles
|-
| V2
| 11 tiles
|-
| V3
| 15 tiles
|}
 
==Crafting==
===Obtaining===
A noise maker requires several common items found in houses, and can be crafted by players that have read ''[[Engineer Magazine|Engineer Magazine Vol. 1]]'' and [[electrical]] level 3.
{{Crafting/sandbox2
|noise_maker
}}
}}
==Description==
Noisemaker is a level 3 electrical skill unlocked by electrician class or finding a engineering 1 skill book.


Made by 7 electronic scrap and 1 amplifier.
===Upgrades===
The noise maker can be upgraded by attaching a [[Crafted Timer|crafted timer]], [[Motion Sensor|motion sensor]], or [[Crafted Trigger|crafted trigger]], each with their own method of triggering.
{{Crafting/sandbox2
|noise_generator_with_timer
|noise_generator_with_sensor_1
|noise_generator_with_sensor_2
|noise_generator_with_sensor_3
|remote_noise_generator
}}


== Code ==
==Item IDs==
<nowiki>  
{| class="wikitable theme-red" style="width:40%; text-align:center;"
    item NoiseTrap
! style="width:35%" | Name
         MaxRange = 10,
! style="width:20%" | Icon
         Type = Weapon,
! style="width:45%" | Item ID
|-
| Noise Maker
| [[File:NoiseMaker.png]]
| {{ID|Base.NoiseTrap}}
|-
| Noise Generator with Timer
| [[File:NoiseMaker.png]]
| {{ID|Base.NoiseTrapTriggered}}
|-
| Noise Generator with Sensor (V1)
| [[File:NoiseMaker.png]]
| {{ID|Base.NoiseTrapSensorV1}}
|-
| Noise Generator with Sensor (V2)
| [[File:NoiseMaker.png]]
| {{ID|Base.NoiseTrapSensorV2}}
|-
| Noise Generator with Sensor (V3)
| [[File:NoiseMaker.png]]
| {{ID|Base.NoiseTrapSensorV3}}
|-
| Remote Noise Generator
| [[File:NoiseMaker.png]]
| {{ID|Base.NoiseTrapRemote}}
|}
 
==Code==
{{CodeBox|
[[File:NoiseMaker.png]] Noise Maker ({{ID|Base.NoiseTrap}})<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3481
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item NoiseTrap
    {
        DisplayCategory = Explosives,
         MaxRange = 10,
         Type = Weapon,
         MinimumSwingTime = 1.5,
         MinimumSwingTime = 1.5,
         SwingAnim = Bat,
SwingAnim = Throw,
         UseSelf = TRUE,
         WeaponSprite = Molotov,
         DisplayName = Noise Maker,
         UseSelf = TRUE,
         SwingTime = 1.5,
         DisplayName = Noise Maker,
         SwingTime = 1.5,
         SwingAmountBeforeImpact = 0.1,
         SwingAmountBeforeImpact = 0.1,
         PhysicsObject = NoiseMaker,
         PhysicsObject = NoiseMaker,
         MinDamage = 0,
         MinDamage = 0,
         Weight = 1.5,
         Weight = 1.5,
         MaxDamage = 0,
         MaxDamage = 0,
         MaxHitCount = 0,
         MaxHitCount = 0,
         Icon = NoiseMaker,
         Icon = NoiseMaker,
         NoiseRange =  17,
         NoiseRange =  17,
        NoiseDuration = 30,
         triggerExplosionTimer  =  50,
         triggerExplosionTimer  =  50,
         CanBePlaced = TRUE,
         CanBePlaced = TRUE,
         CanBeReused =  TRUE,
        CanBeReused =  TRUE,
         ExplosionSound feedback,
        ExplosionSound  =  NoiseMakerActivate,
         Tooltip = Tooltip_Trap,
        Tooltip = Tooltip_Trap,
     }</nowiki>
        WorldStaticModel = NoiseMaker,
    }
}}
 
[[File:NoiseMaker.png]] Noise Generator with Timer ({{ID|Base.NoiseTrapTriggered}})<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3509
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item NoiseTrapTriggered
    {
        DisplayCategory = Explosives,
        MaxRange = 10,
        Type = Weapon,
        MinimumSwingTime = 1.5,
SwingAnim = Throw,
        WeaponSprite = Molotov,
        UseSelf = TRUE,
        DisplayName = Noise Generator with Timer,
        SwingTime = 1.5,
        SwingAmountBeforeImpact = 0.1,
        PhysicsObject = NoiseGenerator,
        MinDamage = 0,
        Weight = 1.5,
        MaxDamage = 0,
        MaxHitCount = 0,
        Icon = NoiseMaker,
        NoiseRange  =  17,
        NoiseDuration = 30,
        ExplosionTimer  =  10,
        CanBePlaced = TRUE,
        CanBeReused =  TRUE,
        ExplosionSound  =  NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
    }
}}
 
[[File:NoiseMaker.png]] Noise Generator with Sensor ({{ID|Base.NoiseTrapSensorV1}})<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3536
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item NoiseTrapSensorV1
    {
        DisplayCategory = Explosives,
        MaxRange = 10,
        Type = Weapon,
        MinimumSwingTime = 1.5,
SwingAnim = Throw,
        WeaponSprite = Molotov,
        UseSelf = TRUE,
        DisplayName = Noise Generator with Sensor,
        SwingTime = 1.5,
        SwingAmountBeforeImpact = 0.1,
        PhysicsObject = NoiseGenerator,
        MinDamage = 0,
        Weight = 1.5,
        MaxDamage = 0,
        MaxHitCount = 0,
        Icon = NoiseMaker,
        NoiseRange  =  17,
        NoiseDuration = 30,
        ExplosionTimer  =  10,
        SensorRange =  3,
        CanBePlaced = TRUE,
         CanBeReused =  TRUE,
        ExplosionSound  =  NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
    }
}}
 
[[File:NoiseMaker.png]] Noise Generator with Sensor ({{ID|Base.NoiseTrapSensorV2}})<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3564
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item NoiseTrapSensorV2
    {
        DisplayCategory = Explosives,
        MaxRange = 10,
        Type = Weapon,
        MinimumSwingTime = 1.5,
SwingAnim = Throw,
        WeaponSprite = Molotov,
        UseSelf = TRUE,
        DisplayName = Noise Generator with Sensor,
        SwingTime = 1.5,
        SwingAmountBeforeImpact = 0.1,
        PhysicsObject = NoiseGenerator,
        MinDamage = 0,
        Weight = 1.5,
        MaxDamage = 0,
        MaxHitCount = 0,
        Icon = NoiseMaker,
        NoiseRange  =  17,
        NoiseDuration = 30,
        ExplosionTimer  =  10,
        SensorRange =  4,
        CanBePlaced = TRUE,
        CanBeReused =  TRUE,
         ExplosionSound =  NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
    }
}}
 
[[File:NoiseMaker.png]] Noise Generator with Sensor ({{ID|Base.NoiseTrapSensorV3}})<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3592
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
   | code =
item NoiseTrapSensorV3
    {
        DisplayCategory = Explosives,
        MaxRange = 10,
        Type = Weapon,
         MinimumSwingTime = 1.5,
SwingAnim = Throw,
        WeaponSprite = Molotov,
        UseSelf = TRUE,
        DisplayName = Noise Generator with Sensor,
        SwingTime = 1.5,
        SwingAmountBeforeImpact = 0.1,
        PhysicsObject = NoiseGenerator,
        MinDamage = 0,
        Weight = 1.5,
        MaxDamage = 0,
        MaxHitCount = 0,
        Icon = NoiseMaker,
        NoiseRange  =  17,
        NoiseDuration = 30,
        ExplosionTimer  =  10,
        SensorRange =  6,
        CanBePlaced = TRUE,
        CanBeReused =  TRUE,
        ExplosionSound  =  NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
     }
}}
 
[[File:NoiseMaker.png]] Remote Noise Generator ({{ID|Base.NoiseTrapRemote}})<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3620
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item NoiseTrapRemote
    {
        DisplayCategory = Explosives,
        MaxRange = 10,
        Type = Weapon,
        MinimumSwingTime = 1.5,
SwingAnim = Throw,
        WeaponSprite = Molotov,
        UseSelf = TRUE,
        DisplayName = Remote Noise Generator,
        SwingTime = 1.5,
        SwingAmountBeforeImpact = 0.1,
        PhysicsObject = NoiseGenerator,
        MinDamage = 0,
        Weight = 1.5,
        MaxDamage = 0,
        MaxHitCount = 0,
        Icon = NoiseMaker,
        NoiseRange  =  17,
        NoiseDuration = 30,
        CanBePlaced = TRUE,
        CanBeReused =  TRUE,
        CanBeRemote = TRUE,
        ExplosionSound  =  NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
    }
}}
}}
 
==See also==
*[[Broken Glass]]
*[[Digital Watch]]
*[[Flame Trap]]
*[[Smoke Bomb]]
 
{{Navbox items|explosives}}


==See Also==


[[Category:Items]]
[[Category:Bomb_and_Throwing_Items]]
[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]
[[Category:Guns and Explosives (Project)]]

Latest revision as of 10:32, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Noise Maker
NoiseMaker Model.png
NoiseMakerTimer Model.png
NoiseMakerTimer Model.png
NoiseMakerTimer Model.png
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Equipped
One-handed
Performance
Range
0–10
Noise range
17 tiles
Noise duration
30 minutes
Crafting
Ingredients
Technical
Item ID
Base.NoiseTrap
Base.NoiseTrapTriggered
Base.NoiseTrapSensorV1
Base.NoiseTrapSensorV2
Base.NoiseTrapSensorV3
Base.NoiseTrapRemote
Equip trap and perform basic attack to throw.
— In-game tooltip

A noise maker, also known as a noise generator, is a throwable trap that can be crafted.

Usage

A noise maker is an effective tool at luring zombies to a particular location. It functions similar to an alarm clock in that it generates noise for 30 in-game minutes, except with a larger noise radius of 17 tiles (2 more). A noise maker can be either thrown or placed, and will be triggered as soon as it touches the ground. Unlike the alarm clock, the trigger cannot be delayed unless upgraded.

Unlike other thrown traps, the noise maker is not consumed once it is used, so it can be picked up and re-used as many times as required.

Upgrades

The noise maker has various upgrades allowing it to be triggered in several ways, rather than just when placed on the ground or thrown.

Sensor upgrade

The noise generator with sensor has a motion sensor attached. It can be placed by moving to the desired location, then press RMB on the item in the player's inventory and selecting "Place Noise Generator with Sensor" (this is different to "Place Item", which just places the item without arming it). Once placed, it will slowly beep 4 times before beeping rapidly and stopping. Once the beeping stops, the noise generator is armed, and will be triggered if movement is detected within a certain distance from the noise generator (without any warning). It's important to note that the character that armed the bomb can also trigger it.

There are 3 versions of the sensor upgrade, each with a different range before triggering.

Version Sensor range
V1 3 tiles
V2 4 tiles
V3 5 tiles

Timer upgrade

The noise generator with timer has a crafted timer attached. Before placing, the timer can be set by pressing RMB on the item in the player's inventory and selecting "Set time before explosion". The time set is in real world seconds. The method of placing is identical to the sensor upgrade: move to location, RMB on item, and select "Place Noise Generator with Timer". It will begin to beep slowly, once for every second, and on the last second it will beep rapidly before exploding.

Remote upgrade

The remote noise generator has a crafted trigger attached, allowing it to be detonated remotely. To trigger, a remote controller must first be crafted. Then the remote controller and remote noise generator will need to be linked by having both items in the player's inventory and pressing RMB on either the remote or the noise generator and selecting "Link to ...". "(Linked)" will then appear next to the two items. If the wrong items have been linked, it can be reset by pressing RMB and selecting "Reset Remote Frequency" (both items must be reset in order to be linked to a new item). Once linked, the noise generator can then be placed: move to location, RMB on item, and select "Place Remote Noise Generator". Unlike the other upgrades, there will be no beeps, although it is armed. It is triggered by pressing RMB on the linked remote controller and selecting "Trigger".

There are 3 versions of the remote controller, each with a different range that they can be used to trigger the noise generator.

Version remote range
V1 7 tiles
V2 11 tiles
V3 15 tiles

Crafting

Obtaining

A noise maker requires several common items found in houses, and can be crafted by players that have read Engineer Magazine Vol. 1 and electrical level 3.

Product Ingredients Tools Requirements Workstation XP
NoiseMaker.png
Noise Maker
Amplifier.png Amplifier ×1
ElectronicsScrap.png Scrap Electronics ×7
none Electrical 3
(and)
MagazineMechanics.png
Engineer Magazine Vol.1
none none

Upgrades

The noise maker can be upgraded by attaching a crafted timer, motion sensor, or crafted trigger, each with their own method of triggering.

Product Ingredients Tools Requirements Workstation XP
NoiseMaker.png
Noise Generator with Timer
NoiseMaker.png Noise Maker ×1
TimerCrafted.png Crafted Timer ×1
ElectronicsScrap.png Scrap Electronics ×2
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 2
(and)
MagazineElectronics02.png
Electronics Magazine Vol.2
none none
NoiseMaker.png
Noise Generator with Sensor (V1)
NoiseMaker.png Noise Maker ×1
MotionSensor.png Motion Sensor ×1
ElectronicsScrap.png Scrap Electronics ×2
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 2
(and)
MagazineElectronics03.png
Electronics Magazine Vol.3
none none
NoiseMaker.png
Noise Generator with Sensor (V2)
NoiseMaker.png Noise Maker ×1
MotionSensor.png Motion Sensor ×1
ElectronicsScrap.png Scrap Electronics ×3
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 4
(and)
MagazineElectronics03.png
Electronics Magazine Vol.3
none none
NoiseMaker.png
Noise Generator with Sensor (V3)
NoiseMaker.png Noise Maker ×1
MotionSensor.png Motion Sensor ×1
ElectronicsScrap.png Scrap Electronics ×4
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 6
(and)
MagazineElectronics03.png
Electronics Magazine Vol.3
none none
NoiseMaker.png
Remote Noise Generator
NoiseMaker.png Noise Maker ×1
TriggerCrafted.png Crafted Trigger ×1
ElectronicsScrap.png Scrap Electronics ×2
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 6
(and)
MagazineElectronics02.png
Electronics Magazine Vol.2
none none

Item IDs

Name Icon Item ID
Noise Maker NoiseMaker.png Base.NoiseTrap
Noise Generator with Timer NoiseMaker.png Base.NoiseTrapTriggered
Noise Generator with Sensor (V1) NoiseMaker.png Base.NoiseTrapSensorV1
Noise Generator with Sensor (V2) NoiseMaker.png Base.NoiseTrapSensorV2
Noise Generator with Sensor (V3) NoiseMaker.png Base.NoiseTrapSensorV3
Remote Noise Generator NoiseMaker.png Base.NoiseTrapRemote

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

NoiseMaker.png Noise Maker (Base.NoiseTrap)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item NoiseTrap
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Noise Maker,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	NoiseMaker,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	NoiseMaker,
        NoiseRange  =   17,
        NoiseDuration = 30,
        triggerExplosionTimer   =   50,
        CanBePlaced = TRUE,
        CanBeReused =   TRUE,
        ExplosionSound  =   NoiseMakerActivate,
        Tooltip = Tooltip_Trap,
        WorldStaticModel = NoiseMaker,
    }

NoiseMaker.png Noise Generator with Timer (Base.NoiseTrapTriggered)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item NoiseTrapTriggered
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Noise Generator with Timer,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	NoiseGenerator,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	NoiseMaker,
        NoiseRange  =   17,
        NoiseDuration = 30,
        ExplosionTimer  =   10,
        CanBePlaced = TRUE,
        CanBeReused =   TRUE,
        ExplosionSound  =   NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
    }

NoiseMaker.png Noise Generator with Sensor (Base.NoiseTrapSensorV1)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item NoiseTrapSensorV1
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Noise Generator with Sensor,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	NoiseGenerator,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	NoiseMaker,
        NoiseRange  =   17,
        NoiseDuration = 30,
        ExplosionTimer  =   10,
        SensorRange =   3,
        CanBePlaced = TRUE,
        CanBeReused =   TRUE,
        ExplosionSound  =   NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
    }

NoiseMaker.png Noise Generator with Sensor (Base.NoiseTrapSensorV2)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item NoiseTrapSensorV2
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Noise Generator with Sensor,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	NoiseGenerator,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	NoiseMaker,
        NoiseRange  =   17,
        NoiseDuration = 30,
        ExplosionTimer  =   10,
        SensorRange =   4,
        CanBePlaced = TRUE,
        CanBeReused =   TRUE,
        ExplosionSound  =   NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
    }

NoiseMaker.png Noise Generator with Sensor (Base.NoiseTrapSensorV3)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item NoiseTrapSensorV3
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Noise Generator with Sensor,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	NoiseGenerator,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	NoiseMaker,
        NoiseRange  =   17,
        NoiseDuration = 30,
        ExplosionTimer  =   10,
        SensorRange =   6,
        CanBePlaced = TRUE,
        CanBeReused =   TRUE,
        ExplosionSound  =   NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
    }

NoiseMaker.png Remote Noise Generator (Base.NoiseTrapRemote)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item NoiseTrapRemote
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Remote Noise Generator,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	NoiseGenerator,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	NoiseMaker,
        NoiseRange  =   17,
        NoiseDuration = 30,
        CanBePlaced = TRUE,
        CanBeReused =   TRUE,
        CanBeRemote = TRUE,
        ExplosionSound  =   NoiseMakerActivate,
        WorldStaticModel = NoiseMakerSensor,
    }

See also