Aerosol Bomb: Difference between revisions

From PZwiki
mNo edit summary
Line 36: Line 36:
The aerosol bomb requires several common items found in houses.
The aerosol bomb requires several common items found in houses.
<br />
<br />
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|7009}}
{{RecipeLookup|7009}}
|}
{{Crafting table footer}}
=== Upgrades ===
=== Upgrades ===
An aerosol bomb can also be upgraded with a [[Motion Sensor|motion sensor]], [[Crafted Timer|timer]], or [[Remote Controller|remote control]].
An aerosol bomb can also be upgraded with a [[Motion Sensor|motion sensor]], [[Crafted Timer|timer]], or [[Remote Controller|remote control]].
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|7010}}
{{RecipeLookup|7010}}
{{RecipeLookup|7011}}
{{RecipeLookup|7011}}
{{RecipeLookup|7012}}
{{RecipeLookup|7012}}
|}
{{Crafting table footer}}


==Distribution==
==Distribution==
Line 61: Line 51:


==Item IDs==
==Item IDs==
{| class="wikitable" style="width:40%; text-align:center;"
{| class="pztable" style="width:40%; text-align:center;"
! style="width:35%" | Name
! style="width:35%" | Name
! style="width:20%" | Icon
! style="width:20%" | Icon

Revision as of 15:32, 29 April 2019

Aerosol Bomb
Aerosol Bomb
Aerosol Bomb with Upgrade
General
Category Weapon
Encumbrance
Heavy Load
1.5
Equipped One-handed
Skill Explosion
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 trap and perform basic attack to throw.
— In-game tooltip

An aerosol bomb is a thrown bomb that can only be crafted by players with the Occupation profession.

Usage

When thrown, the aerosol bomb sets off a small explosion and several small fires near where the bomb was thrown. This weapon is extremely effective for small hoards of 10 - 20 zombies, and can be a life saver in dire circumstances. The only downside to this weapon is the fact that there are few fires so taking out zombies with the fire is an unlikely prospect. The Fire Bomb is a better option if you are looking to take out much larger hoards using fire.

Crafting

Obtaining

The aerosol bomb requires several common items found in houses.
Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Upgrades

An aerosol bomb can also be upgraded with a motion sensor, timer, or remote control. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Aerosol bombs are one of the rarest items in the game to find. Other than obtaining through crafting, they can only be found in the trunk of a survivalist vehicle.

Item IDs

Name Icon Base ID
Aerosol Bomb Aerosolbomb.png Base.Aerosolbomb
Aerosol Bomb with Timer AerosolbombTimer.png Base.AerosolbombTriggered
Aerosol Bomb with Sensor (V1) AerosolbombTimer.png Base.AerosolbombSensorV1
Aerosol Bomb with Sensor (V2) AerosolbombTimer.png Base.AerosolbombSensorV2
Aerosol Bomb with Sensor (V3) AerosolbombTimer.png Base.AerosolbombSensorV3
Remote Aerosol Bomb AerosolbombTimer.png Base.AerosolbombRemote

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	item Aerosolbomb
		MaxRange		= 10,
		KnockdownMod		= 0,
		Type			= Weapon,
		MinimumSwingTime	= 1.5,
		SwingAnim		= Bat,
		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  	= SmallExplosion,
		PlacedSprite 		= constructedobjects_01_32,
		Tooltip 		= Tooltip_Trap,

See also

Template:Navbox/Electricity and Engineering