Smoke Bomb

From PZwiki
(Redirected from Smoke Bomb)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Smoke Bomb
Smokebomb Model.png
SmokeBombTimer Model.png
SmokeBombTimer Model.png
SmokeBombTimer Model.png
General
Category
Explosives
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Equipped
One-handed
Performance
Range
0–10
Smoke range
5 tiles
Technical
Item ID
Base.SmokeBomb
Base.SmokeBombTriggered
Base.SmokeBombSensorV1
Base.SmokeBombSensorV2
Base.SmokeBombSensorV3
Base.SmokeBombRemote

A smoke bomb is a throwable bomb.

Usage

A smoke bomb pacifies zombies that are in the area of effect of the bomb when it explodes. It deals no damage to zombies.

Note that although it immediately pacifies zombies in its area, they may still be influenced by horde behavior and continue towards their target. This is especially prevalent if there are many zombies nearby that were unaffected by the smoke bomb which can cause its effects to be almost unnoticeable.

Upgrades

The smoke bomb has various upgrades allowing it to be triggered in several ways, rather than just when thrown.

Sensor upgrade

The smoke bomb 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 Smoke Bomb 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 smoke bomb is armed, and will be triggered if movement is detected within a certain distance from the smoke bomb (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 smoke bomb 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 Smoke Bomb 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 smoke bomb 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 smoke bomb will need to be linked by having both items in the player's inventory and pressing RMB on either the remote or the smoke bomb 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 smoke bomb can then be placed: move to location, RMB on item, and select "Place Remote Smoke Bomb". 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 smoke bomb.

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

Crafting

A smoke bomb requires several common items found in houses, and can be crafted by players that have chosen the engineer occupation or read Engineer Magazine Vol. 2.

Product Ingredients Tools Requirements Workstation XP
Smokebomb.png
Smoke Bomb
Coldpack.png Cold Pack ×1
Newspaper.png Newspaper ×2
Rag.png Ripped Sheets ×1
none
Profession engineer.png
Engineer occupation
(or)
MagazineMechanics.png
Engineer Magazine Vol.2
none none

Upgrades

The smoke bomb 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
SmokebombTimer.png
moke Bomb with Timer
Smokebomb.png Smoke Bomb ×1
TimerCrafted.png Crafted Timer ×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
SmokebombTimer.png
moke Bomb with Sensor (V1)
Smokebomb.png Smoke Bomb ×1
MotionSensor.png Motion Sensor ×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
SmokebombTimer.png
moke Bomb with Sensor (V2)
Smokebomb.png Smoke Bomb ×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
SmokebombTimer.png
moke Bomb with Sensor (V3)
Smokebomb.png Smoke Bomb ×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
SmokebombTimer.png
Remote Smoke Bomb
Smokebomb.png Smoke Bomb ×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

Icon Item Item ID
Smokebomb.png Smoke Bomb Base.SmokeBomb
SmokebombTimer.png Smoke Bomb with Timer Base.SmokeBombTriggered
SmokebombTimer.png Smoke Bomb with Sensor (V1) Base.SmokeBombSensorV1
SmokebombTimer.png Smoke Bomb with Sensor (V2) Base.SmokeBombSensorV2
SmokebombTimer.png Smoke Bomb with Sensor (V3) Base.SmokeBombSensorV3
SmokebombTimer.png Remote Smoke Bomb Base.SmokeBombRemote

Gallery

Frame.png
This section contains outdated/low-quality images.
Reason: Replace with a build 41 screenshot
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.

Code

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

Smokebomb.png Smoke Bomb (Base.SmokeBomb)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item SmokeBomb
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Smoke Bomb,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	ExplosiveTrap,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	Smokebomb,
        TriggerExplosionTimer   =   50,
        SmokeRange  =   5,
        CanBePlaced = TRUE,
        PlacedSprite = constructedobjects_01_36,
        Tooltip = Tooltip_Trap,
        WorldStaticModel = SmokeBomb,
        ExplosionSound = SmokeBombExplode,
        SwingSound = SmokeBombThrow,
    }

SmokebombTimer.png Smoke Bomb with Timer (Base.SmokeBombTriggered)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item SmokeBombTriggered
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Smoke Bomb with Timer,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	ExplosiveTrap,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	SmokebombTimer,
        ExplosionTimer  =   10,
        SmokeRange  =   5,
        CanBePlaced = TRUE,
        PlacedSprite = constructedobjects_01_36,
        WorldStaticModel = SmokeBombSensor,
        ExplosionSound = SmokeBombExplode,
        SwingSound = SmokeBombThrow,
    }

SmokebombTimer.png Smoke Bomb with Sensor (Base.SmokeBombSensorV1)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item SmokeBombSensorV1
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Smoke Bomb with Sensor,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	ExplosiveTrap,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        SensorRange =   3,
        Icon	=	SmokebombTimer,
        SmokeRange  =   5,
        ExplosionTimer  =   5,
        CanBePlaced = TRUE,
        PlacedSprite = constructedobjects_01_36,
        WorldStaticModel = SmokeBombSensor,
        ExplosionSound = SmokeBombExplode,
        SwingSound = SmokeBombThrow,
    }

SmokebombTimer.png Smoke Bomb with Sensor (Base.SmokeBombSensorV2)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item SmokeBombSensorV2
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Smoke Bomb with Sensor,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	ExplosiveTrap,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        SensorRange =   4,
        Icon	=	SmokebombTimer,
        SmokeRange  =   5,
        ExplosionTimer  =   5,
        CanBePlaced = TRUE,
        PlacedSprite = constructedobjects_01_36,
        WorldStaticModel = SmokeBombSensor,
        ExplosionSound = SmokeBombExplode,
        SwingSound = SmokeBombThrow,
    }

SmokebombTimer.png Smoke Bomb with Sensor (Base.SmokeBombSensorV3)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item SmokeBombSensorV3
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Smoke Bomb with Sensor,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	ExplosiveTrap,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        SensorRange =   5,
        Icon	=	SmokebombTimer,
        SmokeRange  =   5,
        ExplosionTimer  =   5,
        CanBePlaced = TRUE,
        PlacedSprite = constructedobjects_01_36,
        WorldStaticModel = SmokeBombSensor,
        ExplosionSound = SmokeBombExplode,
        SwingSound = SmokeBombThrow,
    }

SmokebombTimer.png Remote Smoke Bomb (Base.SmokeBombRemote)
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item SmokeBombRemote
    {
        DisplayCategory = Explosives,
        MaxRange	=	10,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
        UseSelf	=	TRUE,
        DisplayName	=	Remote Smoke Bomb,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	ExplosiveTrap,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	SmokebombTimer,
        SmokeRange  =   5,
        CanBePlaced = TRUE,
        CanBeRemote = TRUE,
        PlacedSprite = constructedobjects_01_36,
        WorldStaticModel = SmokeBombSensor,
        ExplosionSound = SmokeBombExplode,
        SwingSound = SmokeBombThrow,
    }

See also