Fire Bomb: Difference between revisions

From PZwiki
m (Vaileasys moved page Fire Bomb to Fire Bomb: official display name)
(New infobox + new layout + updated)
Line 1: Line 1:
{{Notice|Verify}}
{{languages|Flame Trap}}
{{languages}}
{{header|Project Zomboid|Items|Weapons|Throwables|Bombs and Traps|type=Weapon|version=Version 40|incver=43}}
{{Infobox weapon
|display_name=Flame Trap
|name_colour=Weapon
|name_text_colour=Weapon
|image=BottleWithGas_120px.png
|alternate_image=FireBomb.png
|alternate_name=Flame Trap with Upgrade
|alternate_link=
<!--GENERAL-->
|category=Weapon
|weight=1.5
|equipped=One-handed
<!--DAMAGE-->
|type=[[Fire|Fire]]
|swing_time=1.5
|min_range=0
|max_range=10
|min_damage=0
|max_damage=0
|effect_power=97
|effect_range=6
|effect_timer=10
|effect_type=Fire
<!--TECHNICAL DETAILS-->
|class_name=[[#Item IDs|Item IDs]]
}}{{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.


{{Items
It is able to take out large hoards with ease.  
|image = BottleWithGas.png
|weight = 1.5
}}


The '''Flame Trap''' is a [[Items#Bomb & Throwing Item|thrown bomb]] that can only be crafted by players with the [[Engineer]] profession. It is able to take out large hoards with ease.
== Usage ==
 
The flame trap creates a massive area of [[fire]] when it lands, making it really effective at taking out large groups of [[zombies]], however can also be devastating to the area around it, and is recommended to be used far away from buildings.  
== Use ==
 
The Flame Trap can by thrown towards large groups of zombies, igniting everything nearby. It is recommended to not use this near buildings (more than 10 tiles, to be safe), and to read up on [[fire]] and its effects, and what to do if you are lit ablaze.


== Crafting ==
== Crafting ==
 
===Obtaining===
 
The flame trap requires several common items found in houses, and can only be crafted by players that have chosen the [[Occupation|Engineer occupation]].
In order to create the Flame Trap, you must have chosen the Engineer Job as your [[occupation|pre-apocalyptic career]].
<br />
 
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 26: Line 45:
{{RecipeLookup|7013}}
{{RecipeLookup|7013}}
|}
|}
 
=== Upgrades ===
You may attach a [[timer]] or other devices for varying effects.
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;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 39: Line 58:
|}
|}


==Distribution==
Flame traps are one of the rarest items in the game to find. Other than obtaining through [[#Crafting|crafting]], they can only be found in the [[trunk]] of a survivalist [[vehicles|vehicle]].
==Item IDs==
{| class="wikitable"
!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|version=40|incver=6}}
<pre> 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,</pre>
==See also==
*[[Aerosol Bomb]]
{{Navbox/Electricity and Engineering}}


[[Category:Electricals and Transmission (Project)]]
[[Category:Guns and Explosives (Project)]]


[[Category:Items]]
[[Category:Items]]

Revision as of 16:24, 25 January 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
Base ID 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 Engineer profession.

It is able to take out large hoards with ease.

Usage

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

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