Fire Bomb: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 25: Line 25:
|effect_type=Fire
|effect_type=Fire
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=[[#Item IDs|Item IDs]]
|ingredients=1 × [[Empty Bottle (Water)|Empty Bottle]]<br>1 × [[Gas Can]]<br>1 × [[Ripped Sheet]]
|class_name=''See [[#Item IDs|Item IDs]]''
|no_style=
}}{{quote|text=Equip trap and perform basic attack to throw.|author=In-game tooltip}}A '''flame trap''' is a [[Items#Bomb & Throwing Item|thrown bomb]] that can only be crafted by players with the [[Engineer]] profession.
}}{{quote|text=Equip trap and perform basic attack to throw.|author=In-game tooltip}}A '''flame trap''' is a [[Items#Bomb & Throwing Item|thrown bomb]] that can only be crafted by players with the [[Engineer]] profession.



Revision as of 15:49, 7 March 2019

Flame Trap
Flame Trap
Flame Trap with Upgrade
General
Category Weapon
Encumbrance
Heavy Load
1.5
Equipped One-handed
Skill Fire
Damage
Type Fire
Attack speed 1.5
Range 0–10 tiles
Damage 0–0
Fire power 97
Fire range 6 tiles
Fire timer 10
Technical details
Ingredients 1 × Empty Bottle
1 × Gas Can
1 × Ripped Sheets
Base ID See Item IDs
Equip trap and perform basic attack to throw.
— In-game tooltip

A flame trap is a thrown bomb that can only be crafted by players with the Occupation profession.

Usage

The flame trap creates a massive area of fire where it lands, making it really effective at taking out large groups of zombies. It can also be devastating to the area around it, and is recommended to be used far away from buildings any buildings or safehouse.

Crafting

Obtaining

The flame trap requires several common items found in houses, and can only be crafted by players that have chosen the Engineer occupation.

Output Ingredients Description Skill Level












Upgrades

An aerosol bomb can also be upgraded with a motion sensor, timer, or remote control.

Output Ingredients Description Skill Level




































Distribution

Flame traps 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

Item Class name
Flame Trap Base.FlameTrap
Flame Trap with Timer Base.FlameTrapTriggered
Flame Trap with Sensor (V1) Base.FlameTrapSensorV1
Flame Trap with Sensor (V2) Base.FlameTrapSensorV2
Flame Trap with Sensor (V3) Base.FlameTrapSensorV3
Remote Flame Trap Base.FlameTrapRemote

Code

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

	item FlameTrap
		MaxRange		= 10,
		Type			= Weapon,
		MinimumSwingTime	= 1.5,
		SwingAnim		= Bat,
		UseSelf			= TRUE,
		DisplayName		= Flame Trap,
		SwingTime		= 1.5,
		SwingAmountBeforeImpact	= 0.1,
		PhysicsObject		= Molotov,
		MinDamage		= 0,
		Weight			= 1.5,
		MaxDamage		= 0,
		MaxHitCount		= 0,
		Icon			= BottleWithGas,
		FirePower  		= 97,
		FireRange  		= 6,
		ExplosionSound  =   SmallExplosion,
		Tooltip = Tooltip_Trap,

See also

Template:Navbox/Electricity and Engineering