Aerosol Bomb

From PZwiki
Jump to navigation Jump to search
PZwiki:Language policy Language: English
Aerosol Bomb
Aerosol Bomb
Aerosol Bomb with Upgrade
General
Category Weapon
Weight
Heavy Load
1.5
Equipped One-handed
Damage
Type Explosion
Attack speed 1.5
Range 0–10 tiles
Damage 0–0
Explosion power 70
Explosion range 6 tiles
Explosion timer 50
Technical details
Ingredients 1 × Hairspray
1 × Box of Sparklers
1 × Aluminum
Base ID See Item IDs
“Equip bomb and perform basic attack to throw.”
— In-game tooltip
The Aerosol Bomb, a thrown improvised explosive device, created only by the engineer will cause meager explosions with very common items found in residental and commerical areas (These can also be found in the trunks of survivor vehicles).

Usage

Once thrown, the Aerosol Bombs will cover an average 9x9 area and start several sparse fires. The fires themselves will last about 10 in-game minutes, not taking into account any other objects or zombies caught in the flames. Damages to zombies will be minor, but the exact opposite for players; injuries to players can range from scratches, lacerations, deep wounds, and burns from shrapnel (scratches and burns being the most common). These will more often than not cause moderate bleeding, severe pain, and critical damage or death.

Crafting

Product XP Gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Aerosol Bomb
Aerosol Bomb x1
none none Engineer Hairspray
Hairspray x1
(consumed)
Box of Sparklers
Box of Sparklers x1
(consumed)
Aluminum
Aluminum x1
(consumed)

Upgrades

You may attach a Timers, Motion Sensors, or Crafted Triggers for a variety of effects.

Product XP Gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Aerosol Bomb w/ Timer
Aerosol Bomb w/ Timer x1
none none Electronics Magazine Vol.2 Aerosol Bomb
Aerosol Bomb x1
(consumed)
Crafted Timer
Crafted Timer x1
(consumed)
Electronics Scrap
Electronics Scrap x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)
Aerosol Bomb w/ Sensor
Aerosol Bomb w/ Sensor x1
none Electrical 2 Electronics Magazine Vol.3 Aerosol Bomb
Aerosol Bomb x1
(consumed)
Motion Sensor
Motion Sensor x1
(consumed)
Electronics Scrap
Electronics Scrap x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)
Remote Controlled Aerosol Bomb
Remote Controlled Aerosol Bomb x1
none Electrical 2 Electronics Magazine Vol.4 Aerosol Bomb
Aerosol Bomb x1
(consumed)
Crafted Trigger
Crafted Trigger x1
(consumed)
Electronics Scrap
Electronics Scrap x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)

Code

Aerosolbomb.png Aerosol Bomb

From newitems.txt (Project Zomboid directory/media/scripts/)

Retrieved
Version 41.68
	item Aerosolbomb
	    DisplayCategory = Devices,
		MaxRange	=	10,
		KnockdownMod	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Aerosol Bomb,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	Aerosolbomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	Aerosolbomb,
		ExplosionPower  =   70,
		ExplosionRange  =   6,
		triggerExplosionTimer   =   50,
		ExplosionSound  =   AerosolBombExplode,
		SwingSound = AerosolBombThrow,
		PlacedSprite = constructedobjects_01_32,
		Tooltip = Tooltip_Trap,
		WorldStaticModel = AerosolBomb,
Other code

AerosolbombTimer.png Aerosol Bomb with Timer

From newitems.txt (Project Zomboid directory/media/scripts/)

Retrieved
Version 41.68
	item AerosolbombTriggered
	{
	    DisplayCategory = Devices,
		MaxRange	=	10,
		KnockdownMod	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Aerosol Bomb with Timer,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	Aerosolbomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	AerosolbombTimer,
		ExplosionPower  =   70,
		ExplosionRange  =   6,
		ExplosionTimer = 10,
		CanBePlaced = TRUE,
		ExplosionSound  =   AerosolBombExplode,
		SwingSound = AerosolBombThrow,
		PlacedSprite = constructedobjects_01_32,
		WorldStaticModel = AerosolBombSensor,

AerosolbombTimer.png Aerosol Bomb with Sensor (V1)

From newitems.txt (Project Zomboid directory/media/scripts/)

Retrieved
Version 41.68
	item AerosolbombSensorV1
	    DisplayCategory = Devices,
		MaxRange	=	10,
		KnockdownMod	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Aerosol Bomb with Sensor,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	Aerosolbomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	AerosolbombTimer,
		ExplosionPower  =   70,
		ExplosionRange  =   6,
		ExplosionTimer = 5,
		SensorRange =   3,
		CanBePlaced = TRUE,
		ExplosionSound  =   AerosolBombExplode,
		SwingSound = AerosolBombThrow,
		PlacedSprite = constructedobjects_01_32,
		WorldStaticModel = AerosolBombSensor,

AerosolbombTimer.png Aerosol Bomb with Sensor (V2)

From newitems.txt (Project Zomboid directory/media/scripts/)

Retrieved
Version 41.68
	item AerosolbombSensorV2
	    DisplayCategory = Devices,
		MaxRange	=	10,
		KnockdownMod	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Aerosol Bomb with Sensor,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	Aerosolbomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	AerosolbombTimer,
		ExplosionPower  =   70,
		ExplosionRange  =   6,
		ExplosionTimer = 5,
		SensorRange =   4,
		CanBePlaced = TRUE,
		ExplosionSound  =   AerosolBombExplode,
		SwingSound = AerosolBombThrow,
		PlacedSprite = constructedobjects_01_32,
		WorldStaticModel = AerosolBombSensor,

AerosolbombTimer.png Aerosol Bomb with Sensor (V3)

From newitems.txt (Project Zomboid directory/media/scripts/)

Retrieved
Version 41.68
	item AerosolbombSensorV3
	    DisplayCategory = Devices,
		MaxRange	=	10,
		KnockdownMod	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Aerosol Bomb with Sensor,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	Aerosolbomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	AerosolbombTimer,
		ExplosionPower  =   70,
		ExplosionRange  =   6,
		ExplosionTimer = 5,
		SensorRange =   6,
		CanBePlaced = TRUE,
		ExplosionSound  =   AerosolBombExplode,
		SwingSound = AerosolBombThrow,
		PlacedSprite = constructedobjects_01_32,
		WorldStaticModel = AerosolBombSensor,

AerosolbombTimer.png Remote Aerosol Bomb

From newitems.txt (Project Zomboid directory/media/scripts/)

Retrieved
Version 41.68
	item AerosolbombRemote
	    DisplayCategory = Devices,
		MaxRange	=	10,
		KnockdownMod	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Remote Aerosol Bomb,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	Aerosolbomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	AerosolbombTimer,
		ExplosionPower  =   70,
		ExplosionRange  =   6,
		CanBePlaced = TRUE,
		CanBeRemote = TRUE,
        ExplosionSound  =   AerosolBombExplode,
		SwingSound = AerosolBombThrow,
        PlacedSprite = constructedobjects_01_32,
        WorldStaticModel = AerosolBombSensor,

See also


Electricity and Engineering (Pre 41) vde
Power Source BatteryCar BatteryGenerator
Traps Aerosol BombAerosol Bomb with TimerAerosol Bomb with SensorFire BombFlame Trap with SensorFlame Trap with TimerNoise MakerNoise Maker with SensorNoise Maker with TimerPipe BombPipe Bomb with SensorPipe Bomb with TimerRemote Aerosol BombRemote ControllerRemote Flame TrapRemote Noise MakerRemote Pipe BombRemote Smoke BombSmoke BombSmoke Bomb with SensorSmoke Bomb with Timer
Household Alarm ClockValuTech PortaDiscClassic Wrist WatchCordless PhoneDigital WatchEarbudsHeadphonesHome AlarmSpeakerTimerTV RemoteVideo Game
Communication Toys-R-Mine Walkie TalkieValuTech Walkie TalkiePremium Tech. Walkie TalkieTactical Walkie TalkieUS Army Walkie TalkieMakeshift Walkie TalkiePremium Technologies Ham RadioUS ARMY COMM. Ham RadioMakeshift Ham RadioPremium Technologies RadioValuTech RadioMakeshift RadioAntique TelevisionPremium Technologies TelevisionValuTech Television
Components AluminumAmplifierCrafted TimerCrafted TriggerElectric WireElectronics ScrapLight BulbMotion SensorRadio ReceiverRadio TransmitterScanner Module
Weapons vde
Axe Hand AxeStone AxeAxeWood AxePick Axe
Long Blunt Acoustic GuitarBadminton RacketBarbellBaseball BatBroomCanoe PaddleCanoe Paddle - Double-bladedChainsawCrowbarElectric BassElectric GuitarFishing RodFishing Rod (crafted)Fishing Rod without LineGarden HoeGolf ClubHockey StickIce Hockey StickKeytarLacrosse StickLeaf RakePlankPool CueRakeSaxophoneShovelSledgehammerSnow ShovelSpiked Baseball BatSpiked PlankTennis RacketTrumpet
Short Blunt Ball-peen HammerBanjoChair LegClub HammerDumbbellDrumstickFluteFrying PanGriddle PanHammerLead PipeMetal BarMetal PipeNightstickPlungerPipe WrenchPick Axe HandleRolling PinSaucepanSpiked Pick Axe HandleStone HammerTable LegViolinWooden MalletWrench
Long Blade MacheteKatana
Short Blade Butter KnifeBread KnifeForkHand ForkHand ScytheHunting KnifeIce PickLetter OpenerKitchen KnifeMeat CleaverScalpelScissorsScrewdriverSmashed BottleSpoonStakeStone Knife
Spear Closed UmbrellaCrafted SpearGarden ForkSpear with Bread KnifeSpear with Butter KnifeSpear with ForkSpear with Hand ForkSpear with Hunting KnifeSpear with Ice PickSpear with KnifeSpear with Letter OpenerSpear with MacheteSpear with ScalpelSpear with ScissorsSpear with ScrewdriverSpear with Spoon
Firearm D-E PistolDouble Barrel ShotgunJS-2000 ShotgunM14 RifleM16 Assault RifleM1911 PistolM36 RevolverM625 RevolverM9 PistolMagnumMSR700 RifleMSR788 RifleSawed-off Double Barrel ShotgunSawed-off JS-2000 Shotgun
Ammo .223 Round.308 Round.38 Special Round.44 Magnum Round.45 Auto Round5.56mm Round9mm RoundShotgun Shells
Weapon mods .223 Magazine.308 Magazine.44 Magazine.45 Auto Magazine5.56mm Magazine9mm MagazineAmmo StrapsChoke Tube ImprovedChoke Tube FullFiberglass StockIron SightLaserRecoil PadRed DotSlingx2 Scopex4 Scopex8 Scope
Throwable Aerosol BombAerosol Bomb with SensorAerosol Bomb with TimerFire BombFlame Trap with SensorFlame Trap with TimerMolotov CocktailNoise MakerNoise Maker with SensorNoise Maker with TimerPipe BombPipe Bomb with SensorPipe Bomb with TimerRemote Aerosol BombRemote Flame TrapRemote Noise MakerRemote Pipe BombRemote Smoke BombSmoke BombSmoke Bomb with SensorSmoke Bomb with Timer
Other Bare HandsBlue PenPenPencilRed Pen