Pipe Bomb

From PZwiki
Jump to navigation Jump to search
PZwiki:Language policy Language: English
Notepad.png
This article may need more content. Editors are encouraged to add new material to the page while expanding upon current topics.
Pipe Bomb
Pipe Bomb
Pipe Bomb with attachment
General
Category Weapon
Weight
Heavy Load
1.5
Equipped One-handed
Damage
Attack speed 1.5
Explosion power 90
Explosion range 7 tiles
Technical details
Ingredients 3 × Electronics Scrap
1 × Metal Pipe
20 × Gunpowder
1 × Twine
1 × Saw
Base ID PipeBomb

The Pipe Bomb, a thrown improvised explosive device, created only by the engineer will cause devastating explosions with common items found in residential, commercial, or industrial areas.

Usage

Once thrown, Pipe Bombs will cover an average area of 15x15 tiles and start a few fires in the process. The fires themselves will last for 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. These will more often than not cause massive bleeding, mind-shattering pain, and death.

Crafting

Product XP Gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
Pipe Bomb
Pipe Bomb x1
none none Engineer Electronics Scrap
Electronics Scrap x3
(consumed)
Metal Pipe
Metal Pipe x1
(consumed)
Gunpowder
Gunpowder (20 units)
(consumed)
Twine
Twine (1 unit)
(consumed)
Saw
Saw x1

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
Pipe Bomb with Timer
Pipe Bomb w/ Timer x1
none none Electronics Magazine Vol.2 Pipe Bomb
Pipe Bomb x1
(consumed)
Crafted Timer
Crafted Timer x1
(consumed)
Electronics Scrap
Electronics Scrap x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)
Pipe Bomb with Sensor
Pipe Bomb w/ Sensor x1
none Electrical 2 Electronics Magazine Vol.3 Pipe Bomb
Pipe Bomb x1
(consumed)
Motion Sensor
Motion Sensor x1
(consumed)
Electronics Scrap
Electronics Scrap x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)
Remote Pipe Bomb
Remote Controlled Pipe Bomb x1
none Electrical 2 Electronics Magazine Vol.4 Pipe Bomb
Pipe Bomb x1
(consumed)
Crafted Trigger
Crafted Trigger x1
(consumed)
Electronics Scrap
Electronics Scrap x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)


Code

PipeBomb.png Pipe Bomb

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

Retrieved
Version 41.68
	item PipeBomb
	    DisplayCategory = Devices,
		MaxRange	=	10,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
		WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Pipe Bomb,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	PipeBomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	PipeBomb,
		ExplosionPower  =   90,
		ExplosionRange  =   7,
		ExplosionSound = PipeBombExplode,
		SwingSound = PipeBombThrow,
		PlacedSprite = constructedobjects_01_32,
		Tooltip = Tooltip_Trap,
		WorldStaticModel = PipeBomb,
Other code

PipeBombTimer.png Pipe Bomb with Timer

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

Retrieved
Version 41.68
	tem PipeBombTriggered
	    DisplayCategory = Devices,
		MaxRange	=	10,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Pipe Bomb with Timer,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	PipeBomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	PipeBombTimer,
		ExplosionPower  =   90,
		ExplosionRange  =   7,
		ExplosionTimer = 10,
		CanBePlaced = TRUE,
		ExplosionSound = PipeBombExplode,
		SwingSound = PipeBombThrow,
		PlacedSprite = constructedobjects_01_32,
		WorldStaticModel = PipeBombSensor,

PipeBombTimer.png Pipe Bomb with Sensor

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

Retrieved
Version 41.68
	item PipeBombSensorV1
	    DisplayCategory = Devices,
		MaxRange	=	10,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Pipe Bomb with Sensor,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	PipeBomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	PipeBombTimer,
		ExplosionPower  =   90,
		ExplosionRange  =   7,
		ExplosionTimer = 5,
		SensorRange =   3,
		CanBePlaced = TRUE,
		ExplosionSound = PipeBombExplode,
		SwingSound = PipeBombThrow,
		PlacedSprite = constructedobjects_01_32,
		WorldStaticModel = PipeBombSensor,

PipeBombTimer.png Pipe Bomb with Sensor

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

Retrieved
Version 41.68
	item PipeBombSensorV2
	    DisplayCategory = Devices,
		MaxRange	=	10,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Pipe Bomb with Sensor,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	PipeBomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	PipeBombTimer,
		ExplosionPower  =   90,
		ExplosionRange  =   7,
		ExplosionTimer = 5,
		SensorRange =   4,
		CanBePlaced = TRUE,
		ExplosionSound = PipeBombExplode,
		SwingSound = PipeBombThrow,
		PlacedSprite = constructedobjects_01_32,
		WorldStaticModel = PipeBombSensor,

PipeBombTimer.png Pipe Bomb with Sensor

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

Retrieved
Version 41.68
	item PipeBombSensorV3
	    DisplayCategory = Devices,
		MaxRange	=	10,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Pipe Bomb with Sensor,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	PipeBomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	PipeBombTimer,
		ExplosionPower  =   90,
		ExplosionRange  =   7,
		ExplosionTimer = 5,
		SensorRange =   6,
		CanBePlaced = TRUE,
		ExplosionSound = PipeBombExplode,
		SwingSound = PipeBombThrow,
		PlacedSprite = constructedobjects_01_32,
		WorldStaticModel = PipeBombSensor,

PipeBombTimer.png Remote Pipe Bomb

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

Retrieved
Version 41.68
	item PipeBombRemote
	    DisplayCategory = Devices,
		MaxRange	=	10,
		Type	=	Weapon,
		MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = Molotov,
		UseSelf	=	TRUE,
		DisplayName	=	Remote Pipe Bomb,
		SwingTime	=	1.5,
		SwingAmountBeforeImpact	=	0.1,
		PhysicsObject	=	PipeBomb,
		MinDamage	=	0,
		Weight	=	1.5,
		MaxDamage	=	0,
		MaxHitCount	=	0,
		Icon	=	PipeBombTimer,
		ExplosionPower  =   90,
		ExplosionRange  =   7,
		CanBePlaced = TRUE,
		CanBeRemote = TRUE,
		ExplosionSound = PipeBombExplode,
		SwingSound = PipeBombThrow,
        PlacedSprite = constructedobjects_01_32,
        WorldStaticModel = PipeBombSensor,

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