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 |
---|---|---|---|---|---|
Smoke Bomb |
Cold Pack ×1 Newspaper ×2 Ripped Sheets ×1 |
none | Engineer (or) 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 |
---|---|---|---|---|---|
Smoke Bomb with Timer |
Smoke Bomb ×1 Crafted Timer ×1 Scrap Electronics ×2 Duct Tape ×1 unit(s) |
none | Electrical 2 (and) Electronics Magazine Vol. 3 |
none | none |
Smoke Bomb with Sensor (V1) |
Smoke Bomb ×1 Motion Sensor ×1 Scrap Electronics ×2 Duct Tape ×1 unit(s) |
none | Electrical 2 (and) Electronics Magazine Vol. 3 |
none | none |
Smoke Bomb with Sensor (V2) |
Smoke Bomb ×1 Motion Sensor ×1 Scrap Electronics ×3 Duct Tape ×1 unit(s) |
none | Electrical 4 (and) Electronics Magazine Vol. 3 |
none | none |
Smoke Bomb with Sensor (V3) |
Smoke Bomb ×1 Motion Sensor ×1 Scrap Electronics ×4 Duct Tape ×1 unit(s) |
none | Electrical 6 (and) Electronics Magazine Vol. 3 |
none | none |
Remote Smoke Bomb |
Smoke Bomb ×1 Crafted Trigger ×1 Scrap Electronics ×2 Duct Tape ×1 unit(s) |
none | Electrical 6 (and) Electronics Magazine Vol. 4 |
none | none |
Item IDs
Location
The loot distributions can be found in the table(s) below.
Gallery
History
Base.SmokeBomb
Version | Description |
---|---|
38.30 | Released on or before this version. |
Help PZwiki by adding to this history.
Code
Smoke Bomb (Base.SmokeBomb)
Source: ProjectZomboid\media\scripts\newitems.txt
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,
}
Smoke Bomb with Timer (Base.SmokeBombTriggered)
Source: ProjectZomboid\media\scripts\newitems.txt
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,
}
Smoke Bomb with Sensor (Base.SmokeBombSensorV1)
Source: ProjectZomboid\media\scripts\newitems.txt
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,
}
Smoke Bomb with Sensor (Base.SmokeBombSensorV2)
Source: ProjectZomboid\media\scripts\newitems.txt
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,
}
Smoke Bomb with Sensor (Base.SmokeBombSensorV3)
Source: ProjectZomboid\media\scripts\newitems.txt
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,
}
Remote Smoke Bomb (Base.SmokeBombRemote)
Source: ProjectZomboid\media\scripts\newitems.txt
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,
}