Fire damage: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
mNo edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 10: Line 10:


===Attack skill gems===
===Attack skill gems===
{{Query skill gems
{{Drop enabled gem table
|where=skill_gems.gem_tags HOLDS "Fire"
|where=skill_gems.gem_tags HOLDS "Fire"
   AND skill_gems.gem_tags HOLDS "Attack"
   AND skill_gems.gem_tags HOLDS "Attack"
Line 17: Line 17:


===Spell skill gems===
===Spell skill gems===
{{Query skill gems
{{Drop enabled gem table
|where=skill_gems.gem_tags HOLDS "Fire"
|where=skill_gems.gem_tags HOLDS "Fire"
   AND skill_gems.gem_tags HOLDS "Spell"
   AND skill_gems.gem_tags HOLDS "Spell"
Line 23: Line 23:
}}
}}
===Other skill gems===
===Other skill gems===
{{Query skill gems
{{Drop enabled gem table
|where=skill_gems.gem_tags HOLDS "Fire"
|where=skill_gems.gem_tags HOLDS "Fire"
   AND NOT skill_gems.gem_tags HOLDS "Attack"
   AND NOT skill_gems.gem_tags HOLDS "Attack"
Line 31: Line 31:


===Support gems===
===Support gems===
{{Query skill gems
{{Drop enabled gem table
|where=skill_gems.gem_tags HOLDS "Fire"
|where=skill_gems.gem_tags HOLDS "Fire"
   AND skill_gems.gem_tags HOLDS "Support"
   AND skill_gems.gem_tags HOLDS "Support"
Line 38: Line 38:
==Base items==
==Base items==
The following base items are related to fire damage:
The following base items are related to fire damage:
{{Query base items
{{Drop enabled base item table
|where=items.stat_text LIKE "%Fire%Damage%"
|where=items.stat_text LIKE "%Fire%Damage%"
   AND items.class_id NOT IN ("Active Skill Gem", "Support Skill Gem")
   AND items.class_id NOT IN ("Active Skill Gem", "Support Skill Gem")
Line 47: Line 47:


==Unique items==
==Unique items==
===Flat added Fire Damage===
===Flat added fire damage===
[[Unique item]]s that add a flat amount of fire damage or grant {{il|Added Fire Damage Support}} to socketed skills.
[[Unique item]]s that add a flat amount of fire damage or grant {{il|Added Fire Damage Support}} to socketed skills.
{{Query unique items
{{Drop enabled unique item table
|tables = item_stats
|tables = item_stats
|join = item_stats._pageName=items._pageName
|join = item_stats._pageName=items._pageName
Line 55: Line 55:
     item_stats.id LIKE "%added_fire_damage%"
     item_stats.id LIKE "%added_fire_damage%"
|level=1
|level=1
|q_limit=200
|stat_column1_header=Local attack<br>fire damage
|stat_column1_header=Local Attack<br>Fire Damage
|stat_column1_format=%s-%s
|stat_column1_format=%s-%s
|stat_column1_stat_format=separate  
|stat_column1_stat_format=separate  
|stat_column1_stat1_id=local_minimum_added_fire_damage
|stat_column1_stat1_id=local_minimum_added_fire_damage
|stat_column1_stat2_id=local_maximum_added_fire_damage
|stat_column1_stat2_id=local_maximum_added_fire_damage
|stat_column2_header=Global Attack<br>Fire Damage
|stat_column2_header=Global attack<br>fire damage
|stat_column2_format=%s-%s
|stat_column2_format=%s-%s
|stat_column2_stat_format=separate  
|stat_column2_stat_format=separate  
|stat_column2_stat1_id=attack_minimum_added_fire_damage
|stat_column2_stat1_id=attack_minimum_added_fire_damage
|stat_column2_stat2_id=attack_maximum_added_fire_damage
|stat_column2_stat2_id=attack_maximum_added_fire_damage
|stat_column3_header=Global Spell<br>Fire Damage
|stat_column3_header=Global spell<br>fire damage
|stat_column3_format=%s-%s
|stat_column3_format=%s-%s
|stat_column3_stat_format=separate  
|stat_column3_stat_format=separate  
|stat_column3_stat1_id=spell_minimum_added_fire_damage
|stat_column3_stat1_id=spell_minimum_added_fire_damage
|stat_column3_stat2_id=spell_maximum_added_fire_damage
|stat_column3_stat2_id=spell_maximum_added_fire_damage
|stat_column4_header=Global Spell and<br>Attack Fire Damage
|stat_column4_header=Global spell and<br>attack fire damage
|stat_column4_format=%s-%s
|stat_column4_format=%s-%s
|stat_column4_stat_format=separate  
|stat_column4_stat_format=separate  
|stat_column4_stat1_id=spell_and_attack_minimum_added_fire_damage
|stat_column4_stat1_id=spell_and_attack_minimum_added_fire_damage
|stat_column4_stat2_id=spell_and_attack_maximum_added_fire_damage
|stat_column4_stat2_id=spell_and_attack_maximum_added_fire_damage
|stat_column5_header=Global<br>Fire Damage
|stat_column5_header=Global<br>fire damage
|stat_column5_format=%s-%s
|stat_column5_format=%s-%s
|stat_column5_stat_format=separate  
|stat_column5_stat_format=separate  
Line 85: Line 84:
===Increased Fire Damage===
===Increased Fire Damage===
Unique items that increase or reduce fire damage by a percentage.
Unique items that increase or reduce fire damage by a percentage.
{{Query unique items
{{Drop enabled unique item table
|tables = item_stats
|tables = item_stats
|join = item_stats._pageName=items._pageName
|join = item_stats._pageName=items._pageName
Line 99: Line 98:
===Converted to Fire Damage===
===Converted to Fire Damage===
Unique items that [[damage conversion|convert damage]] to fire damage.
Unique items that [[damage conversion|convert damage]] to fire damage.
{{Query unique items
{{Drop enabled unique item table
|tables = item_stats
|tables = item_stats
|join = item_stats._pageName=items._pageName
|join = item_stats._pageName=items._pageName
Line 129: Line 128:
===Added as Fire Damage===
===Added as Fire Damage===
Unique items that add a portion of other [[damage#damage types|damage types]] as fire damage.
Unique items that add a portion of other [[damage#damage types|damage types]] as fire damage.
{{Query unique items
{{Drop enabled unique item table
|tables = item_stats
|tables = item_stats
|join = item_stats._pageName=items._pageName
|join = item_stats._pageName=items._pageName
Line 166: Line 165:


===Damage taken as Fire Damage===
===Damage taken as Fire Damage===
Unique items that [[damage taken|takes damage]] as fire damage.
Unique items that cause non-fire damage to be [[damage taken as|taken as]] as fire damage.
{{Query unique items
{{Drop enabled unique item table
|tables = item_stats
|tables = item_stats
|join = item_stats._pageName=items._pageName
|join = item_stats._pageName=items._pageName
Line 205: Line 204:
===Add a percentage of fire damage as another damage type===
===Add a percentage of fire damage as another damage type===
Unique items that add a percentage of the fire damage as another damage type.
Unique items that add a percentage of the fire damage as another damage type.
{{Query unique items
{{Drop enabled unique item table
|tables = item_stats
|tables = item_stats
|join = item_stats._pageName=items._pageName
|join = item_stats._pageName=items._pageName
Line 238: Line 237:
===Converted to another damage type===
===Converted to another damage type===
Unique items that [[damage conversion|convert fire damage]] to another damage type.
Unique items that [[damage conversion|convert fire damage]] to another damage type.
{{Query unique items
{{Drop enabled unique item table
|tables = item_stats
|tables = item_stats
|join = item_stats._pageName=items._pageName
|join = item_stats._pageName=items._pageName
Line 337: Line 336:
   passive_skills.stat_text LIKE "%Fire%"
   passive_skills.stat_text LIKE "%Fire%"
}}
}}
===Masteries===
The following [[Passive Mastery|Masteries]] are related to fire damage:
{{Query masteries|where=fire damage}}


===Ascendancy passive skills===
===Ascendancy passive skills===
Line 350: Line 353:
   AND passive_skill_stats.id NOT LIKE "%resist%"
   AND passive_skill_stats.id NOT LIKE "%resist%"
}}
}}
===Tattoos===
{{Drop enabled item table
|tables = tattoos
|join = items._pageID = tattoos._pageID
|where = items.class_id="StackableCurrency"
  AND tattoos.target IS NOT NULL
  AND items.description LIKE "%fire damage%"
|large=1
|description=1
}}
==Related modifiers==
==Related modifiers==
===Fire damage modifiers===
===Fire damage modifiers===

Latest revision as of 16:51, 12 May 2024

"Fire Damage" redirects here. For the passive skill, see Fire Damage (passive skill).

Fire damage is one of the five damage types and of the three types which count as elemental damage.

If a creature lands a critical strike with an attack or spell that deals fire damage, the ignite status ailment is inflicted. Some fire damage, including that caused by ignite, is further classified as burning and is a type of damage over time. (Note that if the source deals non-fire damage that is taken as fire by the target, the ignite will not occur due the source having no base fire damage to scale an ignite off of.)

Fire damage is mitigated by fire resistance and reduction to fire damage taken. Skills which deal or affect fire damage have the Fire gem tag. Some modifiers convert other types of damage into fire.

Gems

A list of gems with the gem tag: Fire

Attack skill gems

GemRequired levelGem has strength requirementGem has dexterity requirementGem has intelligence requirement
Artillery BallistaArtillery BallistaAttack, Totem, AoE, Fire, Projectile, Bow
Level: (1-20)
Cost: (7-11) Mana
Attack Speed: 50% of base
Attack Damage: (50-65)% of base
Effectiveness of Added Damage: (50-65)%
Requires Level 28Summons a ballista totem that propels a sequence of fiery arrows into the air. The arrows impact the ground in a line, each dealing area damage to enemies around it. Requires a Bow.Totem lasts 8 seconds
+(2-3) to maximum number of Summoned Ballista Totems
Fires 6 Arrows
Summons a Ballista Totem which uses this Skill
100% of Physical Damage Converted to Fire Damage

Additional Effects From 1-20% Quality:
Fires +(0.05-1) Arrows
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AyesN/A
Blast RainBlast RainFire, Attack, AoE, Projectile, Bow
Level: (1-20)
Cost: (8-10) Mana
Attack Damage: (30-35)% of base
Effectiveness of Added Damage: (30-36)%
Requires Level 28Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.Fires 6 Arrows
100% of Physical Damage Converted to Fire Damage
Penetrates (20-30)% Fire Resistance

Additional Effects From 1-20% Quality:
Fires +(0.05-1) Arrows
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AyesN/A
Burning ArrowBurning ArrowAttack, Projectile, Fire, Bow
Level: (1-20)
Cost: (7-12) Mana
Attack Speed: 70% of base
Attack Damage: (200-300)% of base
Effectiveness of Added Damage: (200-300)%
Projectile Speed: 3260
Fires a burning arrow that deals fire damage and has a chance to ignite.Adds (3-201) to (4-302) Fire Damage to Attacks against Ignited Enemies
25% chance to Ignite enemies
100% of Physical Damage Converted to Fire Damage

Additional Effects From 1-20% Quality:
(1-20)% more Damage with Ignite
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
1N/AyesN/A
Elemental HitElemental HitAttack, Projectile, Melee, Strike, Fire, Cold, Lightning, AoE, Prismatic, Bow
Level: (1-20)
Cost: (7-11) Mana
AoE Radius: 10
Requires Level 12Each attack with this skill will choose an element at random, and will only be able to deal damage of that element. If the attack hits an enemy, it will deal damage in an area around them, with the radius being larger if that enemy is suffering from an ailment of the chosen element. It will avoid choosing the same element twice in a row.(18-391) to (33-726) Added Cold Damage
(22-480) to (40-891) Added Fire Damage
(3-75) to (67-1467) Added Lightning Damage
Only Deals Damage of the chosen Element
Deals no Damage of other Damage Types
(30-49)% chance to Freeze, Shock and Ignite
Base radius is 1 metre
80% more Area Radius against Enemies affected by an Ailment of the chosen Element
10% more Damage per Elemental Ailment on the Enemy

Additional Effects From 1-20% Quality:
+(0.25-5)% more Damage per Elemental Ailment on the Enemy
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
12N/AyesN/A
Explosive ArrowExplosive ArrowAttack, Projectile, AoE, Duration, Fire, Bow
Level: (1-20)
Cost: (8-10) Mana
Projectile Speed: 3260
AoE Radius: 15
Requires Level 28Fires an arrow which will stick into an enemy or wall, and then explode, dealing area damage around it, either after a duration or when the maximum number of arrows stuck to that target is reached. If an enemy has multiple Explosive Arrows stuck in them, the first one to explode will consume the others, adding their damage to its explosion.Base duration is 1.00 seconds
Explosion deals 50% less Base Damage
Explosion will have (47-522) to (71-783) added Fire Damage
+0.2 metres to Explosion Radius per Explosive Arrow on Target, up to a maximum of +1.2 metres
Explosion deals 6% more Damage with Hits per Explosive Arrow on Target
Explosion deals 3% more Damage with Ailments per Explosive Arrow on Target
Maximum 20 Explosive Arrows stuck in an Enemy

Additional Effects From 1-20% Quality:
+(0.1-2) Maximum Explosive Arrows stuck in an Enemy
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AyesN/A
Explosive ConcoctionExplosive ConcoctionAttack, AoE, Fire, Cold, Lightning, Projectile
Level: (1-20)
Cost: (7-9) Mana
Attack Speed: 115% of base
Requires Level 28Throws a bottle that explodes to deal unarmed attack damage in an area. Can consume charges from your Ruby, Sapphire, and Topaz flasks to add further damage. Requires an empty main hand, and no off-hand weapon.(96-1003) to (145-1505) Added Fire Damage
+6% to Critical Strike Chance
Base radius is 1.8 metres
Can consume Charges from Ruby, Sapphire, and Topaz Flasks
Consumes 1 Charge per Projectile Fired from 1 Flask of each valid type, if possible
Deals (37-389) to (57-589) Added Cold Damage if Charges were consumed from a Sapphire Flask
Deals (8-88) to (87-903) Added Lightning Damage if Charges were consumed from a Topaz Flask
+(60-98)% to Damage over Time Multiplier with Ignite if Charges were consumed from a Ruby Flask

Additional Effects From 1-20% Quality:
(0.75-15)% reduced Flask Charges used
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AyesN/A
Consecrated PathConsecrated PathFire, Attack, AoE, Movement, Duration, Slam, Melee
Level: (1-20)
Cost: 8 Mana
Attack Speed: 80% of base
Attack Damage: (150-230)% of base
Effectiveness of Added Damage: (150-230)%
Requires Level 28Slams the ground at a targeted location. If an enemy is near where you target, you'll teleport to it from a short distance away, slam, and create an area of consecrated ground. Can't be supported by Multistrike, and requires a Sword, Axe, Mace, Sceptre, Staff or Unarmed.Base duration is 4.00 seconds
50% of Physical Damage Converted to Fire Damage
Deals up to 20% more Damage with Hits to closer targets

Additional Effects From 1-20% Quality:
Deals up to +(0.5-10)% more Damage with Hits to closer targets
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28yesN/Ayes
Infernal BlowInfernal BlowAttack, AoE, Melee, Strike, Fire, Duration
Level: (1-20)
Cost: 6 Mana
Attack Damage: (104-166)% of base
Effectiveness of Added Damage: (104-166)%
AoE Radius: 15
Requires Level 12Attacks with your weapon, applying a charged debuff to enemies hit by your strike, and an uncharged debuff to any other enemies hit. Upon reaching 6 charges, expiring, or the enemy's death, the charged debuff is removed to damage that and other surrounding enemies. Enemies with either debuff explode when they die, damaging other surrounding enemies. Damage from this explosion cannot be reflected. Requires a Sword, Axe, Mace, Sceptre, Staff or Unarmed.Base duration is 0.80 seconds
(5-75) to (8-113) Added Fire Damage
Explosion deals base Fire Damage equal to 6% of the corpse's Maximum Life
60% of Physical Damage Converted to Fire Damage
Base radius is 2.4 metres
Base explosion radius is 1.8 metres
Debuff deals 66% of Damage per Charge

Additional Effects From 1-20% Quality:
Debuff deals +(0.5-10)% of Damage per Charge
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
12yesN/AN/A
Infernal CryInfernal CryWarcry, AoE, Duration, Fire, Attack, Trigger, Melee
Level: (1-20)
Cost: (15-19) Mana
Cooldown Time: 8.00 sec
Can Store 1 Use(s)
Use Time: 0.80 sec
AoE Radius: 60
Requires Level 24Performs a warcry, taunting nearby enemies to attack the user and exerting subsequent attacks. Covers enemies in ash, causing them to move slower and take increased fire damage. Affected enemies explode when they die, dealing fire damage in an area.Base duration is (5.00-5.90) seconds
(0-38)% increased Warcry Speed
Damage cannot be Reflected
Explosion deals Fire Damage equal to 8% of the Monster's maximum Life
Counts total Power of Enemies in Range
Covers Enemies in Ash, causing 3% increased Fire Damage taken per 5 Power, up to 20%
Exerts the next 6 Melee Attacks you perform
Exerted Attacks Trigger Combust the first time they deal a Melee Hit
60% of Physical Damage Converted to Fire Damage
This Skill is Triggered by Attacks Exerted by Infernal Cry

Additional Effects From 1-20% Quality:
(2-40)% increased Cooldown Recovery Rate
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
24yesN/AN/A
Molten StrikeMolten StrikeAttack, Projectile, AoE, Melee, Strike, Fire
Level: (1-20)
Cost: 6 Mana
Attack Damage: (110-185)% of base
Effectiveness of Added Damage: (110-185)%
Projectile Speed: 750
Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.(2-75) to (3-113) Added Fire Damage
Fires 4 Projectiles
60% of Physical Damage Converted to Fire Damage
+(0.2-0.6) metres to Melee Strike Range
Projectiles deal 50% less Damage with Hits and Ailments

Additional Effects From 1-20% Quality:
Projectiles deal (0.5-10)% more Damage with Hits and Ailments
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
1yesN/AN/A

Spell skill gems

GemRequired levelGem has strength requirementGem has dexterity requirementGem has intelligence requirement
Alchemist's MarkAlchemist's MarkSpell, Curse, Mark, AoE, Duration, Fire, Chaos
Level: (1-20)
Cost: (16-33) Mana
Cast Time: 0.50 sec
Requires Level 24Curses a single enemy, granting flask charges when you hit them and creating Burning Ground under them if your hit Ignites them, and Caustic Ground if it Poisons them. Damage modifiers do not apply to these ground effects. You can only have one Mark at a time.Base duration is 4.00 seconds
Burning Ground deals (20-26)% of the Fire Damage per Second of strongest Ignite on Enemy
Caustic Ground deals (60-79)% of the Chaos Damage per Second of strongest Poison on Enemy
Can create each Ground effect no more than once each second
Gain 1 Flask Charge when you Hit a Cursed Enemy, no more than once every 3 seconds

Additional Effects From 1-20% Quality:
(0.5-10)% increased Effect of Mark
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
24N/AyesN/A
CremationCremationSpell, AoE, Fire, Duration, Projectile, Orb
Level: (1-20)
Cost: (11-20) Mana
Cast Time: 0.60 sec
Critical Strike Chance: 5.00%
Requires Level 28A targeted corpse explodes, dealing area damage and turning into a volcanic geyser, which will repeatedly unleash projectiles sequentially over the surrounding area for a duration. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.Fires Projectiles every 1.0 seconds
Base duration is 8.00 seconds
Deals (49-434) to (74-651) Fire Damage
Fires 4 Projectiles
Explosion deals base Fire Damage equal to (4-5)% of the corpse's Maximum Life
Maximum of 3 Geysers at a time
+(0-0.3) metres to radius

Additional Effects From 1-20% Quality:
Fires Projectiles (0.5-10)% faster
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/Ayesyes
Detonate DeadDetonate DeadSpell, AoE, Fire
Level: (1-20)
Cost: (5-20) Mana
Cast Time: 0.60 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 160%
AoE Radius: 22
Requires Level 4Targets a corpse, and deals spell damage to enemies around the corpse, as well as causing the corpse to explode, dealing fire damage. The explosion is not affected by modifiers to spell damage and cannot be reflected.Deals (15-798) to (22-1197) Fire Damage
Explosion deals base Fire Damage equal to (6-7.9)% of the corpse's Maximum Life
Base radius is (2.2-2.6) metres

Additional Effects From 1-20% Quality:
(0.75-15)% chance to detonate an additional corpse
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
4N/Ayesyes
Explosive TrapExplosive TrapTrap, Spell, AoE, Fire, Physical
Level: (1-20)
Cost: (6-20) Mana
Cast Time: 1.00 sec
Critical Strike Chance: 6.00%
Throws a trap that creates an explosion when triggered, dealing spell damage in an area around it. A number of smaller explosions occur within a secondary area around the trap in quick succession after the first.Deals (4-437) to (6-655) Physical Damage
Trap lasts 4 seconds
50% of Physical Damage Converted to Fire Damage
Base explosion radius is (1.2-1.8) metres
Base secondary radius is (1.2-1.8) metres
Base smaller explosion radius is (0.7-1.3) metres
Causes (3-7) smaller explosions
Smaller explosions have between 30% reduced and 30% increased base radius at random

Additional Effects From 1-20% Quality:
Causes +(0.1-2) smaller explosions
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
1N/Ayesyes
Fire TrapFire TrapTrap, Spell, Duration, AoE, Fire
Level: (1-20)
Cost: (8-20) Mana
Cast Time: 1.00 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 260%
AoE Radius: 15
Requires Level 12Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.Trap lasts 4 seconds
Deals (32.5-3018.8) Base Fire Damage per second
Base duration is 1.75 seconds
Deals (10-915) to (15-1373) Fire Damage
Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
+(0-0.8) metres to radius
(3-286) to (5-429) added Fire Damage against Burning Enemies

Additional Effects From 1-20% Quality:
(4-80)% increased Trap Trigger Area of Effect
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
12N/Ayesyes
Flamethrower TrapFlamethrower TrapTrap, Spell, Duration, AoE, Fire
Level: (1-20)
Cost: (13-25) Mana
Cooldown Time: 8.00 sec
Can Store 3 Use(s)
Cast Time: 1.00 sec
Critical Strike Chance: 5.00%
Effectiveness of Added Damage: 30%
Requires Level 28Throws a trap that releases a number of flames in different directions around it when triggered. The flames last for a duration, rotating around the trap and repeatedly dealing damage. Burning enemies are dealt more damage.Trap lasts 4 seconds
Base duration is 3.50 seconds
Deals (6-243) to (9-366) Fire Damage
Has 4 Flames
25% more Damage with Hits and Ailments against Burning Enemies

Additional Effects From 1-20% Quality:
(1-20)% increased Cooldown Recovery Rate
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/Ayesyes
Armageddon BrandArmageddon BrandSpell, AoE, Fire, Duration, Brand
Level: (1-20)
Cost: (15-27) Mana
Cast Time: 0.40 sec
Critical Strike Chance: 5.00%
Effectiveness of Added Damage: 200%
Requires Level 28Creates a magical brand which can attach to a nearby enemy. It periodically activates while attached, causing a fiery meteor to fall from the sky. The brand will detach if the enemy dies.Activates every 1.5 seconds while Attached
Increases and Reductions to Cast Speed also apply to this Skill's Activation frequency
Deals (69-924) to (104-1386) Fire Damage
Base radius is 2.2 metres
Can be Detached for a total Duration of 6.00 seconds
Can be Attached for a total Duration of 5.00 seconds
Deals (10-29)% more Damage with Hits against Branded Enemy

Additional Effects From 1-20% Quality:
Deals +(0.5-10)% more Damage with Hits against Branded Enemy
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28yesN/Ayes
Blazing SalvoBlazing SalvoSpell, AoE, Fire, Projectile
Level: (1-20)
Cost: (8-23) Mana
Cast Time: 0.70 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 60%
Requires Level 12Fires projectiles which fly in an arc, dealing area damage on impact with either enemies or the ground near where you target. Targeting farther away causes the projectiles to spread out and land over a wider area.Deals (7-270) to (10-405) Fire Damage
Fires (5-7) Projectiles

Additional Effects From 1-20% Quality:
+(0.01-0.2) metres to radius
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
12N/AN/Ayes
BodyswapBodyswapMovement, Spell, AoE, Fire, Travel
Level: (1-20)
Cost: (8-23) Mana
Cast Time: 0.70 sec
Critical Strike Chance: 6.00%
Requires Level 10Violently destroys your body and recreates it at the location of a targeted enemy or corpse, dealing spell damage in an area at both locations. If there is no specific target, it will prioritise corpses over enemies. If targeting a corpse, the corpse will also explode, dealing damage around it that is not affected by modifiers to spell damage, and cannot be reflected. This spell cannot be repeated.This Spell deals (3-210) to (5-315), plus 4% of your maximum Life, as base Fire Damage
Explosion deals base Fire Damage equal to (6-7.9)% of the corpse's Maximum Life
+(0-0.2) metres to radius
200% more Area of Effect if Consuming a corpse

Additional Effects From 1-20% Quality:
Deals +(0.2-4)% of your maximum Life, as base Fire Damage
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
10N/Ayesyes
DischargeDischargeSpell, AoE, Fire, Cold, Lightning, Nova
Level: (1-20)
Cost: (13-25) Mana
Cooldown Time: 2.00 sec
Can Store 1 Use(s)
Cast Time: 0.75 sec
Critical Strike Chance: 7.00%
Effectiveness of Added Damage: 600%
AoE Radius: 30
Requires Level 28Discharge all the character's charges to deal elemental damage to all nearby monsters.Deals (69-639) to (206-1918) base Lightning Damage per Power Charge removed
Deals (110-1023) to (165-1535) base Fire Damage per Endurance Charge removed
Deals (110-1023) to (165-1535) base Cold Damage per Frenzy Charge removed
60% less Damage with Ailments
Base radius is 3 metres
15% more Area of Effect per Charge removed

Additional Effects From 1-20% Quality:
(0.5-10)% chance to deal Damage without removing Charges
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AN/Ayes
FireballFireballProjectile, Spell, AoE, Fire
Level: (1-20)
Cost: (6-25) Mana
Cast Time: 0.75 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 370%
Projectile Speed: 1040
AoE Radius: 9
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.Deals (9-1640) to (14-2460) Fire Damage
25% chance to Ignite enemies
Base radius is (0.9-1.4) metres

Additional Effects From 1-20% Quality:
Base radius is (0.01-0.2) metres
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
1N/AN/Ayes
FirestormFirestormSpell, AoE, Duration, Fire
Level: (1-20)
Cost: (13-25) Mana
Cast Time: 0.75 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 80%
Requires Level 28Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.Base duration is 1.40 seconds
Deals (23-361) to (35-541) Fire Damage
One impact every 0.15 seconds
Base radius is 1.3 metres
First Impact has 100% more Area of Effect
First Impact deals 325% more Damage with Hits and Ailments
Maximum 3 Firestorms at a time

Additional Effects From 1-20% Quality:
Base radius is (0.01-0.2) metres
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AN/Ayes
Flame DashFlame DashSpell, Movement, Duration, Fire, Travel, Blink
Level: (1-20)
Cost: (8-23) Mana
Cooldown Time: 3.50 sec
Can Store 3 Use(s)
Cast Time: 0.80 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 140%
Requires Level 10Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.Deals (19.7-1738.6) Base Fire Damage per second
Base duration is 4.00 seconds
Deals (7-659) to (11-988) Fire Damage
Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
(0-19)% increased Cooldown Recovery Rate

Additional Effects From 1-20% Quality:
(0.5-10)% increased Cooldown Recovery Rate
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
10N/AN/Ayes
Flame SurgeFlame SurgeSpell, AoE, Fire, Duration
Level: (1-20)
Cost: (6-16) Mana
Cast Time: 0.50 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 190%
AoE Radius: 30
Requires Level 12Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.Base duration is 4.00 seconds
Deals (26-832) to (40-1247) Fire Damage
(50-88)% more Damage with Hits against Burning enemies
Cannot Ignite
+(0-9) to Area of Effect length
Hits on Ignited Enemies create Burning Ground, no more than once every 2 seconds
Burning Ground deals 25% of Fire Damage per second of Ignite affecting Enemy

Additional Effects From 1-20% Quality:
+(1-20)% more Damage with Hits against Burning enemies
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
12N/AN/Ayes
Flame WallFlame WallSpell, AoE, Duration, Fire
Level: (1-20)
Cost: (4-16) Mana
Cast Time: 0.50 sec
Requires Level 4Create a wall of fire for a duration, which deals burning damage to everything in its area. Each enemy that enters the wall also receives a secondary burning debuff which persists for a short duration after leaving the wall. Any projectiles fired through the wall by you and allies deal added fire damage and apply the wall's secondary debuff on hit.Deals (2.1-679.9) Base Fire Damage per second
Secondary Debuff Deals (7.2-2266.4) Base Fire Damage per second
Base duration is (3.00-4.90) seconds
Base secondary duration is (1.00-2.00) seconds
Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
Wall will be (4-5.9) meters long
Projectiles which pass through the wall deal (3-78) to (5-117) Added Fire Damage
Maximum 3 Flame Walls at a time

Additional Effects From 1-20% Quality:
+(0.05-1) Maximum Flame Walls at a time
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
4N/AN/Ayes
FlameblastFlameblastSpell, AoE, Fire, Channelling
Level: (1-20)
Cost: (4-7) Mana
Cast Time: 0.20 sec
Critical Strike Chance: 5.00%
Effectiveness of Added Damage: 90%
Requires Level 28Channels to build up a large explosion, which is released when you stop using the skill. The longer you channel, the larger the area of effect and damage of the explosion.Deals (31-405) to (46-608) Fire Damage
50% chance to Ignite enemies
165% more Spell Damage for each stage
60% more Damage with Ailments for each stage
10 maximum Stages
+0.3 metres to radius per Stage

Additional Effects From 1-20% Quality:
+(0.05-1) to maximum Stages
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AN/Ayes
FlammabilityFlammabilitySpell, AoE, Duration, Fire, Curse, Hex
Level: (1-20)
Cost: (24-50) Mana
Cast Time: 0.50 sec
AoE Radius: 22
Requires Level 24Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.Base duration is (8.00-11.80) seconds
+(0-1) metre to radius
Cursed enemies have -(17-36)% to Fire Resistance
Hits against Cursed Enemies have +25% chance to Ignite

Additional Effects From 1-20% Quality:
Ignite on Cursed enemies has (1-20)% increased Duration
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
24yesN/Ayes
IncinerateIncinerateSpell, Fire, Channelling, AoE
Level: (1-20)
Cost: (2-4) Mana
Cast Time: 0.20 sec
Critical Strike Chance: 5.00%
Effectiveness of Added Damage: 50%
Requires Level 12Continuously launches a torrent of fire from your hand, repeatedly damaging enemies. As you channel this spell longer, the flames spread wider close to you and spread longer directly in front of you. When you stop channelling you release a wave of fire damage over a wide and long area that will apply a powerful Ignite.Deals (3-207) to (5-311) Fire Damage
25% more Damage with Hits and Ailments for each stage
100% increased angle per stage, up to 300%
Final wave always Ignites
8 maximum Stages
+(0.4-0.5) metres to radius per stage, up to a maximum of +(1.5-1.9) metres
Final wave deals 500% more Damage with Hits
Final wave deals 250% more Damage with Ignite

Additional Effects From 1-20% Quality:
+(0.1-2) to maximum Stages
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
12N/AN/Ayes
AngerAngerAura, Spell, AoE, Fire
Level: (1-20)
Reservation: 50% Mana
Cooldown Time: 1.20 sec
Can Store 1 Use(s)
Cast Time: Instant
Requires Level 24Casts an aura that adds fire damage to the attacks and spells of you and your allies.+(0-1.9) metres to radius
You and nearby allies deal (16-109) to (23-155) additional Fire Damage with Attacks
You and nearby allies deal (16-109) to (23-155) additional Fire Damage with Spells

Additional Effects From 1-20% Quality:
(2-40)% increased Area of Effect
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
24yesN/Ayes
Flame LinkFlame LinkSpell, Duration, Link, Fire
Level: (1-20)
Cost: (15-32) Mana per second
Cast Time: 0.50 sec
Requires Level 34Targets an allied player to apply a buff which links you to them for a duration. While linked, they deal additional fire damage based on your life. If the target dies while linked, you will also die. This skill cannot be triggered, or used by Totems, Traps, or Mines.Base duration is (8.00-9.90) seconds
Linked target gains (23-169) to (35-254) Added Fire Damage
Linked target gains Added Fire Damage equal to 5% of your Maximum Life
Link breaks if target leaves range or line of sight for 4 seconds
Maximum 1 Link from any source per target
You die if Linked target dies

Additional Effects From 1-20% Quality:
Base duration is (0.075-1.5) seconds
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
34yesN/AN/A
Herald of AshHerald of AshSpell, AoE, Fire, Herald, Duration
Level: (1-20)
Reservation: 25% Mana
Cooldown Time: 1.00 sec
Can Store 1 Use(s)
Cast Time: Instant
AoE Radius: 10
Requires Level 16Grants a buff providing fire damage based on your physical damage. While you have this buff, if you kill an enemy, other enemies near them will be burned based on the overkill damage. The burn inflicted by this skill can only be affected by modifiers to damage over time (burning damage is damage over time).Base duration is 4.00 seconds
(0-38)% more Burning Damage
Buff grants 15% of your Physical Damage as Extra Fire Damage
Buff grants (9-12)% more Spell Fire Damage
Base Burning Damage is 25% of Overkill Damage

Additional Effects From 1-20% Quality:
Base burning damage is an additional (0.25-5)% of Overkill Damage
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
16yesN/Ayes
Holy Flame TotemHoly Flame TotemTotem, Spell, Projectile, Fire, Channelling, Physical
Level: (1-20)
Cost: (11-39) Mana
Cast Time: 0.25 sec
Critical Strike Chance: 5.00%
Effectiveness of Added Damage: 35%
Projectile Speed: 750
Requires Level 4Summons a totem that channels to fire a stream of flame at nearby enemies, and creates an area of consecrated ground around the totem.Deals (2-153) to (5-230) Physical Damage
Projectiles Pierce all Targets
Totem lasts 8 seconds
Fires 3 Projectiles
Summons a Totem which uses this Skill
50% of Physical Damage Converted to Fire Damage
Consecrated Ground grants Immunity to Curses to you and Allies

Additional Effects From 1-20% Quality:
(2-40)% increased Projectile Speed
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
4yesN/Ayes
Molten ShellMolten ShellSpell, AoE, Duration, Fire, Physical, Guard
Level: (1-20)
Cost: (8-12) Mana
Cooldown Time: 4.00 sec
Can Store 1 Use(s)
Cast Time: Instant
AoE Radius: 15
Requires Level 4Applies a buff that adds to your armour, and can take some of the damage from hits for you before being depleted. When the buff expires or is depleted, the skill deals reflected damage to enemies around you based on the total damage that was taken from the buff. Shares a cooldown with other Guard skills.Base duration is 3.00 seconds
This Skill's Cooldown does not recover during its effect
Buff grants +(50-858) to Armour
75% of Damage from Hits is taken from the Buff before your Life or Energy Shield
Buff can take Damage equal to 10% of your Armour, up to a maximum of 5000
Reflects (100-3000)% of Damage taken from Buff as Fire Damage when Buff expires or is depleted

Additional Effects From 1-20% Quality:
(1-20)% increased Skill Effect Duration
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
4yesN/AN/A
Purity of FirePurity of FireAura, Spell, AoE, Fire
Level: (1-20)
Reservation: 35% Mana
Cooldown Time: 1.20 sec
Can Store 1 Use(s)
Cast Time: Instant
AoE Radius: 36
Requires Level 24Casts an aura that grants fire resistance to you and your allies.+(0-1.9) metres to radius
You and nearby allies gain (22-41)% additional Fire Resistance
You and nearby allies gain (0-4)% additional maximum Fire Resistance

Additional Effects From 1-20% Quality:
You and nearby allies gain (0.5-10)% additional Fire Resistance
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
24yesN/Ayes

Other skill gems

GemRequired levelGem has strength requirementGem has dexterity requirementGem has intelligence requirement

Support gems

GemRequired levelGem has strength requirementGem has dexterity requirementGem has intelligence requirement
Combustion SupportCombustion SupportFire, Support
Icon: i
Level: (1-20)
Cost & Reservation Multiplier: 130%
Requires Level 8Supports any skill that hits enemies.Supported Skills deal (10-19)% more Fire Damage
Supported Skills have 25% chance to Ignite
Enemies Ignited by Supported Skills have -10% to Fire Resistance

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Fire Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
8yesN/Ayes
Elemental Proliferation SupportElemental Proliferation SupportCold, Fire, Lightning, Support, AoE
Icon: S
Level: (1-20)
Cost & Reservation Multiplier: 110%
Supports any skill that hits enemies, or could otherwise apply elemental ailments.(0-19)% increased Duration of Elemental Ailments on Enemies
Elemental Ailments inflicted by Supported Skills spread to other enemies within (1.2-1.5) metres
Supported Skills have 20% chance to Freeze, Shock and Ignite

Additional Effects From 1-20% Quality:
(0.5-10)% increased Duration of Elemental Ailments on Enemies
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
1N/AN/Ayes
Ignite Proliferation SupportIgnite Proliferation SupportFire, Support, AoE
Icon: I
Level: (1-20)
Cost & Reservation Multiplier: 130%
Requires Level 38Supports any skill that hits enemies.Ignites caused by Supported Skills spread to other Enemies within (1.4-2) metres
Supported Skills deal (15-24)% more Damage with Ignite

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Fire Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
38yesN/Ayes
Immolate SupportImmolate SupportFire, Support
Icon: m
Level: (1-20)
Cost & Reservation Multiplier: 120%
Requires Level 38Supports any skill that hits enemies.Supported Skills deal (42-205) to (63-308) added Fire Damage against Burning Enemies

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Fire Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
38yesN/Ayes
Infernal Legion SupportInfernal Legion SupportFire, AoE, Support, Minion
Icon: O
Level: (1-20)
Cost & Reservation Multiplier: 120%
Requires Level 8Supports skills which create Minions.Minions from Supported Skills take 40% of their Maximum Life as Fire Damage per second
Minions from Supported Skills deal (15.4-2092.6) Fire Damage per second to Enemies near them
Minions from Supported Skills have +(0-0.5) metres to Radius of their Burning Effect

Additional Effects From 1-20% Quality:
Minions from Supported Skills deal (0.5-10)% increased Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
8yesN/Ayes
Added Fire Damage SupportAdded Fire Damage SupportFire, Physical, Support
Icon: F
Level: (1-20)
Cost & Reservation Multiplier: 120%
Requires Level 8Supports any skill that hits enemies.Supported Skills gain (25-39)% of Physical Damage as Extra Fire Damage

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Fire Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
8yesN/AN/A
Awakened Added Fire Damage SupportAwakened Added Fire Damage SupportFire, Physical, Support
Icon: F
Level: (1-5)
Cost & Reservation Multiplier: 120%
Requires Level 72Supports any skill that hits enemies.Supported Skills gain (40-44)% of Physical Damage as Extra Fire Damage
+(0-1) to Level of Supported Physical Skill Gems

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Fire Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
72yesN/AN/A
Awakened Burning Damage SupportAwakened Burning Damage SupportFire, Support
Icon: b
Level: (1-5)
Cost & Reservation Multiplier: 130%
Requires Level 72Supports any skill that hits enemies, or can deal burning damage directly.+(0-1) to Level of Supported Fire Skill Gems
Supported Skills deal (35-39)% more Burning Damage

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Burning Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
72yesN/Ayes
Awakened Fire Penetration SupportAwakened Fire Penetration SupportFire, Support
Icon: V
Level: (1-5)
Cost & Reservation Multiplier: 130%
Requires Level 72Supports any skill that hits enemies, making those hits penetrate enemy fire resistance.Supported Skills Penetrate (35-39)% Fire Resistance
Supported Skills have (0-10)% chance to inflict Fire Exposure on Hit

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Fire Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
72yesN/AN/A
Burning Damage SupportBurning Damage SupportFire, Support
Icon: b
Level: (1-20)
Cost & Reservation Multiplier: 130%
Requires Level 31Supports any skill that hits enemies, or can deal burning damage directly.Supported Skills deal (20-34)% more Burning Damage

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Burning Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
31yesN/Ayes
Cold to Fire SupportCold to Fire SupportCold, Fire, Support
Icon: x
Level: (1-20)
Cost & Reservation Multiplier: 120%
Requires Level 18Supports any skill that hits enemies.Supported Skills gain (10-29)% of Cold Damage as Extra Fire Damage
Supported Skills have 50% of Cold Damage Converted to Fire Damage

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Cold Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
18yesN/Ayes
Controlled Blaze SupportControlled Blaze SupportFire, Support, Melee, Attack
Icon: Z
Level: (1-20)
Cost & Reservation Multiplier: 130%
Requires Level 31Supports melee attack skills.Supported Skills have (10-19)% chance to Ignite
Each Supported Skill deals (10-14)% more Damage with Ignite for each Ignite inflicted with it Recently, up to a maximum of (230-364)%
Each Supported Skill deals 3% less Damage for each Ignite inflicted with it Recently, up to a maximum of (69-78)%

Additional Effects From 1-20% Quality:
Supported Skills have (0.5-10)% chance to Ignite
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
31yesN/AN/A
Fire Penetration SupportFire Penetration SupportFire, Support
Icon: V
Level: (1-20)
Cost & Reservation Multiplier: 130%
Requires Level 31Supports any skill that hits enemies, making those hits penetrate enemy fire resistance.Supported Skills Penetrate (20-34)% Fire Resistance

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Fire Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
31yesN/AN/A
Flamewood SupportFlamewood SupportSupport, Totem, Spell, AoE, Fire, Projectile, Trigger
Icon: f
Level: (1-20)
Cost & Reservation Multiplier: 140%
Cooldown Time: 1.00 sec
Can Store 1 Use(s)
Cast Time: 1.00 sec
Critical Strike Chance: 5.00%
Requires Level 8Supports skills which summon totems. Cannot modify the skills of minions.Totems from Supported Skills gain the Avenging Flame
Skill and Trigger it when Hit by an Enemy
Base radius is (1.3-1.8) metres
Deals base Fire Damage equal to (80-137)% of Totem's Maximum Life
Totems with this Skill Trigger it when Hit by an Enemy

Additional Effects From 1-20% Quality:
Supported Skills have (0.5-10)% increased Totem Life
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
8yesN/Ayes

Base items

The following base items are related to fire damage:

ItemRequired levelStats
Ashscale TalismanAshscale TalismanTalisman Tier: 1(20-30)% increased Fire DamageCorruptedThe fire of the hearth is a docile dog,
leashed and tamed.
The fire of the First Ones is a ravening wolf,
wild and free.
- The Wolven King
1(20-30)% increased Fire DamageCorrupted
Avian Twins TalismanAvian Twins TalismanTalisman Tier: 250% of Cold Damage from Hits taken as Fire DamageCorruptedThe first ones live where they can, where they must.
They embrace the frost, the storm, the drought.
Waxing and waning, breaking and mending,
living with time and happenstance, as must we.
- The Wolven King
150% of Cold Damage from Hits taken as Fire DamageCorrupted
Avian Twins TalismanAvian Twins TalismanTalisman Tier: 250% of Fire Damage from Hits taken as Cold DamageCorruptedThe first ones live where they can, where they must.
They embrace the frost, the storm, the drought.
Waxing and waning, breaking and mending,
living with time and happenstance, as must we.
- The Wolven King
150% of Fire Damage from Hits taken as Cold DamageCorrupted
Avian Twins TalismanAvian Twins TalismanTalisman Tier: 250% of Fire Damage from Hits taken as Lightning DamageCorruptedThe first ones live where they can, where they must.
They embrace the frost, the storm, the drought.
Waxing and waning, breaking and mending,
living with time and happenstance, as must we.
- The Wolven King
150% of Fire Damage from Hits taken as Lightning DamageCorrupted
Avian Twins TalismanAvian Twins TalismanTalisman Tier: 250% of Lightning Damage from Hits taken as Fire DamageCorruptedThe first ones live where they can, where they must.
They embrace the frost, the storm, the drought.
Waxing and waning, breaking and mending,
living with time and happenstance, as must we.
- The Wolven King
150% of Lightning Damage from Hits taken as Fire DamageCorrupted
Goat's HornGoat's HornWand
Physical Damage: 9-16
Critical Strike Chance: 7.00%
Attacks per Second: 1.20
Requires Level 6, 29 IntAdds (1-2) to (3-4) Fire Damage to Spells and Attacks
6Adds (1-2) to (3-4) Fire Damage to Spells and Attacks
Fire Arrow QuiverFire Arrow QuiverRequires Level 9Adds 3 to 5 Fire Damage to Attacks9Adds 3 to 5 Fire Damage to Attacks
Faun's HornFaun's HornWand
Physical Damage: 26-48
Critical Strike Chance: 7.00%
Attacks per Second: 1.20
Requires Level 35, 116 IntAdds (5-10) to (11-13) Fire Damage to Spells and Attacks
35Adds (5-10) to (11-13) Fire Damage to Spells and Attacks
Blazing Arrow QuiverBlazing Arrow QuiverRequires Level 45Adds (12-15) to (24-27) Fire Damage to Attacks45Adds (12-15) to (24-27) Fire Damage to Attacks
Foundry BowFoundry BowBow
Physical Damage: 13-20
Elemental Damage: (80-97) to (126-144)
Critical Strike Chance: 5.50%
Attacks per Second: 1.30
Requires Level 50, 161 DexAdds (80-97) to (126-144) Fire Damage
50Adds (80-97) to (126-144) Fire Damage
Demon's HornDemon's HornWand
Physical Damage: 38-71
Critical Strike Chance: 7.00%
Attacks per Second: 1.20
Requires Level 56, 179 IntAdds (18-36) to (53-59) Fire Damage to Spells and Attacks
56Adds (18-36) to (53-59) Fire Damage to Spells and Attacks

Unique items

Flat added fire damage

Unique items that add a flat amount of fire damage or grant Added Fire Damage SupportAdded Fire Damage SupportFire, Physical, Support
Icon: F
Level: (1-20)
Cost & Reservation Multiplier: 120%
Requires Level 8Supports any skill that hits enemies.Supported Skills gain (25-39)% of Physical Damage as Extra Fire Damage

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Fire Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
to socketed skills.

ItemRequired levelLocal attack
fire damage
Global attack
fire damage
Global spell
fire damage
Global spell and
attack fire damage
Global
fire damage
Abberath's HornAbberath's Horn
Goat's Horn
Wand
Physical Damage: 9-16
Critical Strike Chance: 7.00%
Attacks per Second: 1.20
Requires Level 6, 29 IntAdds (1-2) to (3-4) Fire Damage to Spells and Attacks(20-30)% increased Fire Damage
Adds (4-6) to (8-12) Fire Damage to Spells
(40-60)% increased Global Critical Strike Chance
Gain 10 Life per Ignited Enemy Killed
25% reduced Ignite Duration on Enemies
The Goat King drank the smoke and ate the flames
as his ruin spread across the land.
6N/AN/A(4-6)-(8-12)(1-2)-(3-4)N/A
AshcallerAshcaller
Carved Wand
Wand
Physical Damage: 9-17
Elemental Damage: (20-24) to (38-46)
Critical Strike Chance: 7.00%
Attacks per Second: 1.50
Requires Level 12, 47 Int(11-15)% increased Spell Damage25% chance to Trigger Level 10 Summon Raging Spirit on Kill
Adds (20-24) to (38-46) Fire Damage
Adds (20-24) to (38-46) Fire Damage to Spells
10% chance to Cover Enemies in Ash on Hit
"We do not command fire.
Ngamahu lends it, and Hinekora returns it."
- Lavianga, advisor to Kaom
12(20-24)-(38-46)N/A(20-24)-(38-46)N/AN/A

Increased Fire Damage

Unique items that increase or reduce fire damage by a percentage.

ItemRequired level% inc Fire Damage
Abberath's HornAbberath's Horn
Goat's Horn
Wand
Physical Damage: 9-16
Critical Strike Chance: 7.00%
Attacks per Second: 1.20
Requires Level 6, 29 IntAdds (1-2) to (3-4) Fire Damage to Spells and Attacks(20-30)% increased Fire Damage
Adds (4-6) to (8-12) Fire Damage to Spells
(40-60)% increased Global Critical Strike Chance
Gain 10 Life per Ignited Enemy Killed
25% reduced Ignite Duration on Enemies
The Goat King drank the smoke and ate the flames
as his ruin spread across the land.
6(20-30)%
Abberath's HoovesAbberath's Hooves
Goathide Boots
Evasion: (42-54)Requires Level 12, 26 DexTriggers Level 7 Abberath's Fury when Equipped
+(20-30) to Strength
15% increased Movement Speed
(6-10)% chance to Ignite
When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy
1% increased Fire Damage per 20 Strength
Burning Hoofprints
The goat king knew not of war,
of the lands and laws he trampled.
The goat king knew only joy
at turning life into ash.
120%

Converted to Fire Damage

Unique items that convert damage to fire damage.

ItemRequired levelPhys %Light %Cold %Fire %Chaos %

Added as Fire Damage

Unique items that add a portion of other damage types as fire damage.

ItemRequired levelPhys %Light %Cold %Fire %Chaos %

Damage taken as Fire Damage

Unique items that cause non-fire damage to be taken as as fire damage.

ItemRequired levelPhys %Light %Cold %Fire %Chaos %

Add a percentage of fire damage as another damage type

Unique items that add a percentage of the fire damage as another damage type.

ItemRequired levelLight %Cold %Fire %Chaos %

Converted to another damage type

Unique items that convert fire damage to another damage type.

ItemRequired levelLightning %Cold %Fire %Chaos %

Passive skills

There are passive skills that grant fire damage bonuses.

Fire damage

These passive skills grant increased fire damage.

NameStats
Fire and Cold Damage
8% increased Fire Damage
8% increased Cold Damage [1]
Fire Damage
16% increased Fire Damage [1] [2] [3] [4] [5]
12% increased Fire Damage [3] [4]
Fire Damage and Area of Effect
8% increased Fire Damage
8% increased Area of Effect [1]
Fire Damage and Cast Speed
8% increased Fire Damage
3% increased Cast Speed [1]
Fire Damage and Life Regeneration
12% increased Fire Damage
Regenerate 0.4% of Life per second [1]
Physical and Fire Damage
8% increased Fire Damage
8% increased Physical Damage [1]
Breath of Flames
30% increased Fire Damage
+10% to Fire Damage over Time Multiplier [1]
Explosive Impact
30% increased Fire Damage
12% increased Area of Effect [1]
Fire Walker
25% increased Fire Damage
+15% to Fire Resistance
5% increased Cast Speed with Fire Skills [1]
Heart of Flame
30% increased Fire Damage
Damage Penetrates 6% Fire Resistance [1]
Snowforged
Enemies Ignited or Chilled by you have -5% to Elemental Resistances
25% increased Fire Damage
25% increased Cold Damage [1]

Fire damage with weapons

These passive skills grant increased fire damage with weapons.

NameStats
Weapon Fire Damage
16% increased Fire Damage with Attack Skills [1] [2]
Lava Lash
30% increased Fire Damage with Attack Skills
Damage with Weapons Penetrates 8% Fire Resistance [1]

Burning damage

These passive skills grant increased burning damage (fire damage over time). No results found for the given query.

Fire resistance penetration

NameStats
Divine Fury
Gain 5% of Physical Damage as Extra Fire Damage
Damage Penetrates 5% Fire Resistance [1]
Heart of Flame
30% increased Fire Damage
Damage Penetrates 6% Fire Resistance [1]
Lava Lash
30% increased Fire Damage with Attack Skills
Damage with Weapons Penetrates 8% Fire Resistance [1]

Cluster Jewel passive skills

The following Cluster Jewel passives are related to Fire Damage:

NameStats
Cremator
30% increased Fire Damage
Ignited Enemies Killed by your Hits are destroyed [1]
Raze and Pillage
Minions gain 6% of Physical Damage as Extra Fire Damage
Minions have 20% chance to Ignite
Minions deal 20% increased Damage with Hits and Ailments against Ignited Enemies [1]
Wrapped in Flame
20% increased Fire Damage
5% chance to Cover Enemies in Ash on Hit while you are Burning
Cannot be Chilled while Burning [1]
Fire Damage
12% increased Fire Damage [1]
Blacksmith
+20% to Fire Resistance
25% increased Armour
0.4% of Fire Damage Leeched as Life [1]
Smoking Remains
35% increased Fire Damage
10% chance to create a Smoke Cloud on Kill [1]

Miscellany

These passive skills are related to fire damage, but do not fit into any other category.

NameStats
Burning Damage Multiplier with Attacks
+6% to Fire Damage over Time Multiplier with Attack Skills [1] [2] [3]
Physical Damage as Extra Fire Damage
Gain 4% of Physical Damage as Extra Fire Damage [1]
Burning Brutality
+12% to Fire Damage over Time Multiplier with Attack Skills
6% increased Attack Speed [1]
Concussive Force
Ignites from Stunning Melee Hits deal 20% more Damage
Hits Stun as though dealing 50% more Melee Fire Damage [1]
Divine Fury
Gain 5% of Physical Damage as Extra Fire Damage
Damage Penetrates 5% Fire Resistance [1]
Invigorating Blaze
+10% to Fire Damage over Time Multiplier with Attack Skills
Recover 2% of Life when you Ignite a non-Ignited Enemy [1]
Magmatic Strikes
Every 10 seconds, gain 30% of Physical Damage
as Extra Fire Damage for 4 seconds
[1]

Timeless Jewel keystone passive skills

The following Module Error: No results found for item using search term "item_name = Timeless Jewel" keystone passive skills are related to fire damage:

Name Stats
Tempered by War

50% of Cold and Lightning Damage taken as Fire Damage
50% less Cold Resistance
50% less Lightning Resistance

Transcendence
Transcendence

Armour applies to Fire, Cold and Lightning Damage taken from Hits instead of Physical Damage
-5% to all maximum Elemental Resistances

Keystone passive skills

The following keystone passive skills are related to fire damage:

NameStats
Avatar of Fire
50% of Physical, Cold and Lightning Damage Converted to Fire Damage
Deal no Non-Fire Damage [1]
Minion Instability
Minions Explode when reduced to Low Life, dealing 33% of their Life as Fire Damage to surrounding Enemies [1]
Tempered by War
50% of Cold and Lightning Damage taken as Fire Damage
50% less Cold Resistance
50% less Lightning Resistance [1]
Transcendence
Armour applies to Fire, Cold and Lightning Damage taken from Hits instead of Physical Damage
-15% to all maximum Elemental Resistances [1]

Masteries

The following Masteries are related to fire damage:

Mastery Effects
Fire Mastery
  • 40% of Physical Damage Converted to Fire Damage
  • Burning Enemies you kill have a 3% chance to Explode, dealing a tenth of their maximum Life as Fire Damage


Ascendancy passive skills

The following Ascendancy passive skills are related to fire damage:

Ascendancy
Class
NameStats
Ascendant
Chieftain
20% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit
Unaffected by Ignite
Totems Taunt Enemies around them for 2 seconds when Summoned
10% increased Strength [1]
Chieftain
Life Regeneration, Fire Damage
Regenerate 0.5% of Life per second
10% increased Fire Damage [1] [2] [3]
Chieftain
Ngamahu, Flame's Advance
Non-Unique Jewels cause Increases and Reductions to other Damage Types in a Large Radius to be Transformed to apply to Fire Damage
Non-Unique Jewels cause Small and Notable Passive Skills in a Large Radius to
also grant +3 to Strength [1]
Juggernaut
Unbreakable
Armour from Equipped Body Armour is doubled
8% of Armour applies to Fire, Cold and Lightning Damage taken from Hits [1]


Tattoos

ItemEffect(s)

Related modifiers

Fire damage modifiers

NameDomainGeneration TypeFor generated item/monster modifiers the minimum item/monster level respectively. Some generation types may not require this condition to be met, however item level restrictions may be raised to 80% of this value.StatsSpawn Weighting
Redeemer'sItemPrefix68Adds (16-20) to (22-25) Fire Damage if you've dealt a Critical Strike Recentlygloves_eyrie 500
Redeemer'sItemPrefix73Adds (20-25) to (26-35) Fire Damage if you've dealt a Critical Strike Recentlygloves_eyrie 500
Warlord'sItemPrefix75(2-3) to (4-5) Fire Damage per Endurance Chargering_adjudicator 500
Warlord'sItemPrefix80(3-4) to (6-7) Fire Damage per Endurance Chargering_adjudicator 500
Hunter'sItemPrefix68Adds (1-2) to (3-4) Fire Damage to Attacks with this Weapon per 10 Strengthsword_basilisk 200
axe_basilisk 200
mace_basilisk 200
sceptre_basilisk 200
Hunter'sItemPrefix68Adds (2-3) to (4-5) Fire Damage to Attacks with this Weapon per 10 Strength2h_sword_basilisk 200
2h_axe_basilisk 200
2h_mace_basilisk 200
staff_basilisk 200
warstaff_basilisk 200
The Shaper'sItemPrefix68Adds (2-3) to (4-5) Fire Damage to Attacks with this Weapon per 10 Strength2h_sword_shaper 200
2h_axe_shaper 200
2h_mace_shaper 200
staff_shaper 200
warstaff_shaper 200
The Shaper'sItemPrefix68Adds (1-2) to (3-4) Fire Damage to Attacks with this Weapon per 10 Strengthsword_shaper 200
axe_shaper 200
mace_shaper 200
sceptre_shaper 200
Warlord'sItemPrefix68(22-27) to (41-46) added Fire Damage against Burning Enemiesbelt_adjudicator 500
Warlord'sItemPrefix75(28-32) to (47-51) added Fire Damage against Burning Enemiesbelt_adjudicator 500
Warlord'sItemPrefix80(33-39) to (52-55) added Fire Damage against Burning Enemiesbelt_adjudicator 500
Warlord'sItemPrefix68Adds (19-26) to (38-46) Fire Damage against Ignited Enemiesring_adjudicator 500
The Elder'sItemPrefix68Adds (19-26) to (38-46) Fire Damage against Ignited Enemiesring_elder 800
Warlord'sItemPrefix75Adds (23-30) to (47-54) Fire Damage against Ignited Enemiesring_adjudicator 500
The Elder'sItemPrefix75Adds (23-30) to (47-54) Fire Damage against Ignited Enemiesring_elder 800
HeatedItemPrefix1Adds 1 to 2 Fire Damage to Attacksring 500
amulet 500
gloves 500
HeatedItemPrefix1Adds (1-2) to 3 Fire Damage to Attacksquiver 250
SmoulderingItemPrefix12Adds (3-5) to (7-8) Fire Damage to Attacksring 500
amulet 500
gloves 500
SmoulderingItemPrefix12Adds (5-7) to (10-12) Fire Damage to Attacksquiver 250
SmokingItemPrefix20Adds (5-7) to (11-13) Fire Damage to Attacksring 500
amulet 500
gloves 500
SmokingItemPrefix20Adds (8-10) to (15-18) Fire Damage to Attacksquiver 250
BurningItemPrefix28Adds (7-10) to (15-18) Fire Damage to Attacksring 500
amulet 500
gloves 500
BurningItemPrefix28Adds (11-14) to (21-25) Fire Damage to Attacksquiver 250
FlamingItemPrefix35Adds (9-12) to (19-22) Fire Damage to Attacksring 500
amulet 500
gloves 500
FlamingItemPrefix35Adds (13-18) to (27-31) Fire Damage to Attacksquiver 250
ScorchingItemPrefix44Adds (11-15) to (23-27) Fire Damage to Attacksring 500
amulet 500
gloves 500
ScorchingItemPrefix44Adds (17-22) to (33-38) Fire Damage to Attacksquiver 250
IncineratingItemPrefix52Adds (13-18) to (27-31) Fire Damage to Attacksring 100
amulet 500
gloves 0
IncineratingItemPrefix52Adds (20-27) to (40-47) Fire Damage to Attacksquiver 250
BlastingItemPrefix64Adds (16-22) to (32-38) Fire Damage to Attacksring 100
amulet 500
gloves 0
BlastingItemPrefix64Adds (27-35) to (53-62) Fire Damage to Attacksquiver 250
CrematingItemPrefix76Adds (19-25) to (39-45) Fire Damage to Attacksring 50
amulet 250
gloves 0
CrematingItemPrefix76Adds (37-50) to (74-87) Fire Damage to Attacksquiver 125
HeatedItemPrefix1Adds (1-2) to (3-4) Fire Damagetwo_hand_weapon 0
rapier 2000
sword 1200
axe 1200
sceptre 800
mace 500
wand 500
claw 1200
dagger 1200
SmoulderingItemPrefix11Adds (8-10) to (15-18) Fire Damagetwo_hand_weapon 0
rapier 2000
sword 1200
axe 1200
sceptre 800
mace 500
wand 500
claw 1200
dagger 1200
SmokingItemPrefix18Adds (12-17) to (25-29) Fire Damagetwo_hand_weapon 0
rapier 2000
sword 1200
axe 1200
sceptre 800
mace 500
wand 500
claw 1200
dagger 1200
BurningItemPrefix26Adds (17-24) to (35-41) Fire Damagetwo_hand_weapon 0
rapier 2000
sword 1200
axe 1200
sceptre 800
mace 500
wand 500
claw 1200
dagger 1200
FlamingItemPrefix33Adds (24-33) to (49-57) Fire Damagetwo_hand_weapon 0
rapier 2000
sword 1200
axe 1200
sceptre 800
mace 500
wand 500
claw 1200
dagger 1200
ScorchingItemPrefix42Adds (34-46) to (68-80) Fire Damagetwo_hand_weapon 0
rapier 2000
sword 1200
axe 1200
sceptre 800
mace 500
wand 500
claw 1200
dagger 1200
IncineratingItemPrefix51Adds (46-62) to (93-107) Fire Damagetwo_hand_weapon 0
rapier 2000
sword 1200
axe 1200
sceptre 800
mace 500
wand 500
claw 1200
dagger 1200
BlastingItemPrefix62Adds (59-81) to (120-140) Fire Damagetwo_hand_weapon 0
rapier 1600
sword 960
axe 960
sceptre 640
mace 400
wand 400
claw 960
dagger 960
CrematingItemPrefix74Adds (74-101) to (150-175) Fire Damagetwo_hand_weapon 0
rapier 700
sword 420
axe 420
sceptre 280
mace 175
wand 175
claw 420
dagger 420
CarbonisingItemPrefix82Adds (89-121) to (180-210) Fire Damagetwo_hand_weapon 0
rapier 180
sword 108
axe 108
sceptre 72
mace 45
wand 45
claw 108
dagger 108
HeatedItemPrefix1Adds (3-5) to (6-7) Fire Damageone_hand_weapon 0
bow 1400
sword 1200
axe 1200
mace 500
staff 600
SmoulderingItemPrefix11Adds (14-20) to (29-33) Fire Damageone_hand_weapon 0
bow 1400
sword 1200
axe 1200
mace 500
staff 600
SmokingItemPrefix18Adds (23-31) to (47-54) Fire Damageone_hand_weapon 0
bow 1400
sword 1200
axe 1200
mace 500
staff 600
BurningItemPrefix26Adds (32-44) to (65-76) Fire Damageone_hand_weapon 0
bow 1400
sword 1200
axe 1200
mace 500
staff 600
FlamingItemPrefix33Adds (45-61) to (91-106) Fire Damageone_hand_weapon 0
bow 1400
sword 1200
axe 1200
mace 500
staff 600
ScorchingItemPrefix42Adds (63-85) to (128-148) Fire Damageone_hand_weapon 0
bow 1400
sword 1200
axe 1200
mace 500
staff 600
IncineratingItemPrefix51Adds (85-115) to (172-200) Fire Damageone_hand_weapon 0
bow 1400
sword 1200
axe 1200
mace 500
staff 600
BlastingItemPrefix62Adds (110-150) to (223-260) Fire Damageone_hand_weapon 0
bow 1120
sword 960
axe 960
mace 400
staff 480
CrematingItemPrefix74Adds (137-188) to (279-325) Fire Damageone_hand_weapon 0
bow 490
sword 420
axe 420
mace 175
staff 210
CarbonisingItemPrefix82Adds (165-225) to (335-390) Fire Damageone_hand_weapon 0
bow 126
sword 108
axe 108
mace 45
staff 54
Warlord'sItemPrefix68Adds (8-10) to (15-18) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
sword_adjudicator 500
axe_adjudicator 500
claw_adjudicator 500
dagger_adjudicator 500
rune_dagger_adjudicator 500
mace_adjudicator 500
sceptre_adjudicator 500
wand_adjudicator 500
bow_adjudicator 500
Warlord'sItemPrefix68Adds (15-19) to (28-34) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
2h_sword_adjudicator 500
2h_axe_adjudicator 500
2h_mace_adjudicator 500
staff_adjudicator 500
warstaff_adjudicator 500
Warlord'sItemPrefix71Adds (12-16) to (24-28) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
sword_adjudicator 500
axe_adjudicator 500
claw_adjudicator 500
dagger_adjudicator 500
rune_dagger_adjudicator 500
mace_adjudicator 500
sceptre_adjudicator 500
wand_adjudicator 500
bow_adjudicator 500
Warlord'sItemPrefix71Adds (22-30) to (44-52) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
2h_sword_adjudicator 500
2h_axe_adjudicator 500
2h_mace_adjudicator 500
staff_adjudicator 500
warstaff_adjudicator 500
Warlord'sItemPrefix74Adds (17-22) to (33-39) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
sword_adjudicator 400
axe_adjudicator 400
claw_adjudicator 400
dagger_adjudicator 400
rune_dagger_adjudicator 400
mace_adjudicator 400
sceptre_adjudicator 400
wand_adjudicator 400
bow_adjudicator 400
Warlord'sItemPrefix74Adds (31-41) to (61-72) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
2h_sword_adjudicator 400
2h_axe_adjudicator 400
2h_mace_adjudicator 400
staff_adjudicator 400
warstaff_adjudicator 400
Warlord'sItemPrefix77Adds (21-28) to (42-49) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
sword_adjudicator 300
axe_adjudicator 300
claw_adjudicator 300
dagger_adjudicator 300
rune_dagger_adjudicator 300
mace_adjudicator 300
sceptre_adjudicator 300
wand_adjudicator 300
bow_adjudicator 300
Warlord'sItemPrefix77Adds (39-52) to (78-90) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
2h_sword_adjudicator 300
2h_axe_adjudicator 300
2h_mace_adjudicator 300
staff_adjudicator 300
warstaff_adjudicator 300
Warlord'sItemPrefix80Adds (26-35) to (53-61) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
sword_adjudicator 200
axe_adjudicator 200
claw_adjudicator 200
dagger_adjudicator 200
rune_dagger_adjudicator 200
mace_adjudicator 200
sceptre_adjudicator 200
wand_adjudicator 200
bow_adjudicator 200
Warlord'sItemPrefix80Adds (49-65) to (99-114) Fire Damage
Attacks with this Weapon Penetrate (5-7)% Fire Resistance
2h_sword_adjudicator 200
2h_axe_adjudicator 200
2h_mace_adjudicator 200
staff_adjudicator 200
warstaff_adjudicator 200
Warlord'sItemPrefix68(0.2-0.4)% of Fire Damage Leeched as Energy Shieldamulet_adjudicator 500
Warlord'sItemPrefix68(0.3-0.5)% of Fire Damage Leeched as Lifeamulet_adjudicator 500
The Elder'sItemPrefix68(0.3-0.5)% of Fire Damage Leeched as Lifeamulet_elder 800
Warlord'sItemPrefix68(16-20)% increased Fire Damagebelt_adjudicator 500
Warlord'sItemPrefix75(21-25)% increased Fire Damagebelt_adjudicator 500
Warlord'sItemPrefix80(26-30)% increased Fire Damagebelt_adjudicator 500
The Shaper'sItemPrefix68(101-115)% increased Physical Damage
Socketed Gems are Supported by Level 16 Added Fire Damage
sword_shaper 400
axe_shaper 400
mace_shaper 400
claw_shaper 400
sceptre_shaper 400
dagger_shaper 400
rune_dagger_shaper 400
wand_shaper 400
The Shaper'sItemPrefix75(116-126)% increased Physical Damage
Socketed Gems are Supported by Level 18 Added Fire Damage
sword_shaper 200
axe_shaper 200
mace_shaper 200
claw_shaper 200
sceptre_shaper 200
dagger_shaper 200
rune_dagger_shaper 200
wand_shaper 200
The Shaper'sItemPrefix80(127-134)% increased Physical Damage
Socketed Gems are Supported by Level 20 Added Fire Damage
sword_shaper 100
axe_shaper 100
mace_shaper 100
claw_shaper 100
sceptre_shaper 100
dagger_shaper 100
rune_dagger_shaper 100
wand_shaper 100
HeatedItemPrefix1Adds (1-2) to (3-4) Fire Damage to Spellsattack_dagger 0
wand 800
sceptre 800
dagger 800
SmoulderingItemPrefix11Adds (6-8) to (12-14) Fire Damage to Spellsattack_dagger 0
wand 800
sceptre 800
dagger 800
SmokingItemPrefix18Adds (10-12) to (19-23) Fire Damage to Spellsattack_dagger 0
wand 800
sceptre 800
dagger 800
BurningItemPrefix26Adds (13-18) to (27-31) Fire Damage to Spellsattack_dagger 0
wand 800
sceptre 800
dagger 800
FlamingItemPrefix33Adds (19-25) to (37-44) Fire Damage to Spellsattack_dagger 0
wand 800
sceptre 800
dagger 800
ScorchingItemPrefix42Adds (24-33) to (48-57) Fire Damage to Spellsattack_dagger 0
wand 800
sceptre 800
dagger 800
IncineratingItemPrefix51Adds (31-42) to (64-73) Fire Damage to Spellsattack_dagger 0
wand 800
sceptre 800
dagger 800
BlastingItemPrefix62Adds (40-52) to (79-91) Fire Damage to Spellsattack_dagger 0
wand 800
sceptre 800
dagger 800
CrematingItemPrefix74Adds (49-66) to (98-115) Fire Damage to Spellsattack_dagger 0
wand 800
sceptre 800
dagger 800
HeatedItemPrefix1Adds (1-2) to (4-5) Fire Damage to Spellsattack_staff 0
staff 800
SmoulderingItemPrefix11Adds (8-11) to (17-19) Fire Damage to Spellsattack_staff 0
staff 800
SmokingItemPrefix18Adds (13-17) to (26-29) Fire Damage to Spellsattack_staff 0
staff 800
BurningItemPrefix26Adds (18-23) to (36-42) Fire Damage to Spellsattack_staff 0
staff 800
FlamingItemPrefix33Adds (25-33) to (50-59) Fire Damage to Spellsattack_staff 0
staff 800
ScorchingItemPrefix42Adds (32-44) to (65-76) Fire Damage to Spellsattack_staff 0
staff 800
IncineratingItemPrefix51Adds (42-56) to (85-99) Fire Damage to Spellsattack_staff 0
staff 800
BlastingItemPrefix62Adds (53-70) to (107-123) Fire Damage to Spellsattack_staff 0
staff 800
CrematingItemPrefix74Adds (66-88) to (132-155) Fire Damage to Spellsattack_staff 0
staff 800
Warlord'sItemPrefix68Adds (6-8) to (12-14) Fire Damage to Spells
Damage Penetrates 4% Fire Resistance
sceptre_adjudicator 500
rune_dagger_adjudicator 500
wand_adjudicator 500
Warlord'sItemPrefix68Adds (8-11) to (17-19) Fire Damage to Spells
Damage Penetrates (5-7)% Fire Resistance
staff_adjudicator 500
Warlord'sItemPrefix71Adds (10-13) to (19-22) Fire Damage to Spells
Damage Penetrates 4% Fire Resistance
sceptre_adjudicator 500
rune_dagger_adjudicator 500
wand_adjudicator 500
Warlord'sItemPrefix71Adds (13-17) to (26-30) Fire Damage to Spells
Damage Penetrates (5-7)% Fire Resistance
staff_adjudicator 500
Warlord'sItemPrefix74Adds (13-18) to (27-31) Fire Damage to Spells
Damage Penetrates 4% Fire Resistance
sceptre_adjudicator 500
rune_dagger_adjudicator 500
wand_adjudicator 500
Warlord'sItemPrefix74Adds (18-24) to (36-42) Fire Damage to Spells
Damage Penetrates (5-7)% Fire Resistance
staff_adjudicator 500
Warlord'sItemPrefix77Adds (17-22) to (33-39) Fire Damage to Spells
Damage Penetrates 4% Fire Resistance
sceptre_adjudicator 400
rune_dagger_adjudicator 400
wand_adjudicator 400
Warlord'sItemPrefix77Adds (23-30) to (45-53) Fire Damage to Spells
Damage Penetrates (5-7)% Fire Resistance
staff_adjudicator 400
Warlord'sItemPrefix80Adds (21-28) to (42-49) Fire Damage to Spells
Damage Penetrates 4% Fire Resistance
sceptre_adjudicator 300
rune_dagger_adjudicator 300
wand_adjudicator 300
Warlord'sItemPrefix80Adds (28-38) to (57-66) Fire Damage to Spells
Damage Penetrates (5-7)% Fire Resistance
staff_adjudicator 300
Hunter'sItemPrefix68Adds (17-22) to (33-39) Fire Damage to Spellshelmet_basilisk 500
The Elder'sItemPrefix68Adds (17-22) to (33-39) Fire Damage to Spellshelmet_elder 400
Hunter'sItemPrefix70Adds (21-28) to (42-49) Fire Damage to Spellshelmet_basilisk 500
Hunter'sItemPrefix75Adds (25-34) to (51-59) Fire Damage to Spellshelmet_basilisk 500
The Elder'sItemPrefix75Adds (21-28) to (42-49) Fire Damage to Spellshelmet_elder 400
The Elder'sItemPrefix82Adds (25-34) to (51-59) Fire Damage to Spellshelmet_elder 400
The Elder'sItemPrefix68(45-52)% increased Fire Damage
Socketed Gems are Supported by Level 16 Fire Penetration
sceptre_elder 400
wand_elder 400
The Elder'sItemPrefix75(53-56)% increased Fire Damage
Socketed Gems are Supported by Level 18 Fire Penetration
sceptre_elder 200
wand_elder 200
The Elder'sItemPrefix80(57-60)% increased Fire Damage
Socketed Gems are Supported by Level 20 Fire Penetration
sceptre_elder 100
wand_elder 100
SearingItemPrefix2(10-19)% increased Fire Damagefocus 500
wand 500
sceptre 500
SizzlingItemPrefix11(20-29)% increased Fire Damagefocus 500
wand 500
sceptre 500
BlisteringItemPrefix23(30-39)% increased Fire Damagefocus 500
wand 500
sceptre 500
CauterisingItemPrefix35(40-54)% increased Fire Damagefocus 200
wand 200
sceptre 200
VolcanicItemPrefix46(55-69)% increased Fire Damagefocus 100
wand 100
sceptre 100
MagmaticItemPrefix58(70-84)% increased Fire Damagefocus 50
wand 50
sceptre 50
PyroclasticItemPrefix64(85-99)% increased Fire Damagefocus 25
wand 25
sceptre 25
Xoph'sItemPrefix84(100-109)% increased Fire Damagefocus 12
wand 12
sceptre 12
SearingItemPrefix2(15-29)% increased Fire Damageattack_staff 0
staff 500
SizzlingItemPrefix11(30-44)% increased Fire Damageattack_staff 0
staff 500
BlisteringItemPrefix23(45-59)% increased Fire Damageattack_staff 0
staff 500
CauterisingItemPrefix35(60-84)% increased Fire Damageattack_staff 0
staff 200
VolcanicItemPrefix46(85-104)% increased Fire Damageattack_staff 0
staff 100
MagmaticItemPrefix58(105-124)% increased Fire Damageattack_staff 0
staff 50
PyroclasticItemPrefix79(125-149)% increased Fire Damageattack_staff 0
staff 25
Xoph'sItemPrefix84(150-164)% increased Fire Damageattack_staff 0
staff 13
of the HuntItemSuffix68+(16-20)% to Fire Damage over Time Multiplier with Attack Skillsquiver_basilisk 500
of the HuntItemSuffix80+(21-25)% to Fire Damage over Time Multiplier with Attack Skillsquiver_basilisk 500
of ShapingItemSuffix68Enemies Killed with Attack or Spell Hits Explode, dealing 5% of their Life as Fire Damage2h_mace_shaper 1000
mace_shaper 1000
of RedemptionItemSuffix78Enemies Killed with Attack or Spell Hits Explode, dealing 5% of their Life as Fire Damagemace_eyrie 500
2h_mace_eyrie 500
of the ConquestItemSuffix68(5-7)% chance to Avoid Fire Damage from Hitsboots_adjudicator 500
shield_adjudicator 500
of the ConquestItemSuffix80(8-10)% chance to Avoid Fire Damage from Hitsboots_adjudicator 500
shield_adjudicator 500
of EmbersItemSuffix8(3-7)% increased Fire Damagewand 1000
staff 1000
sceptre 1000
ring 500
amulet 500
of CoalsItemSuffix22(8-12)% increased Fire Damagewand 1000
staff 1000
sceptre 1000
ring 500
amulet 500
of CindersItemSuffix36(13-17)% increased Fire Damagewand 1000
staff 1000
sceptre 1000
ring 500
amulet 500
of FlamesItemSuffix50(18-22)% increased Fire Damagewand 1000
staff 1000
sceptre 1000
ring 500
amulet 500
of ImmolationItemSuffix64(23-26)% increased Fire Damagewand 1000
staff 1000
sceptre 1000
amulet 500
of AshesItemSuffix76(27-30)% increased Fire Damagewand 1000
staff 1000
sceptre 1000
of the ConquestItemSuffix85Nearby Enemies have -9% to Fire Resistancehelmet_adjudicator 250
FireDamageLifeLeechCorruptedItemIntrinsic10.2% of Fire Damage Leeched as Lifeamulet 1000
quiver 1000
two_hand_weapon 1000
weapon 200
V2AddedFireDamageCorrupted1ItemCorrupted1Adds (3-5) to (7-8) Fire Damage to Spells and Attacksring 1000
V2AddedFireDamageCorrupted2ItemCorrupted31Adds (7-10) to (15-18) Fire Damage to Spells and Attacksring 1000
V2AddedFireDamageCorrupted3ItemCorrupted82Adds (13-18) to (28-33) Fire Damage to Spells and Attacksring 250
V2AddedFireDamageToBowAttacksCorrupted1__ItemCorrupted1(11-14) to (21-25) Added Fire Damage with Bow Attacksquiver 1000
V2AddedFireDamageToBowAttacksCorrupted2ItemCorrupted31(24-31) to (46-55) Added Fire Damage with Bow Attacksquiver 1000
V2AddedFireDamageToBowAttacksCorrupted3ItemCorrupted75(29-39) to (59-69) Added Fire Damage with Bow Attacksquiver 500
V2LocalAddedFireDamage2hCorrupted1ItemCorrupted1Adds (12-17) to (23-27) Fire Damagebow 1000
staff 1000
V2LocalAddedFireDamage1hCorrupted1ItemCorrupted1Adds (8-10) to (15-18) Fire Damagesword 0
mace 0
axe 0
one_hand_weapon 1000
V2LocalAddedFireDamage2hCorrupted2ItemCorrupted31Adds (27-31) to (39-50) Fire Damagebow 1000
staff 1000
V2LocalAddedFireDamage1hCorrupted2ItemCorrupted31Adds (17-22) to (33-39) Fire Damagesword 0
mace 0
axe 0
one_hand_weapon 1000
V2LocalAddedFireDamage2hCorrupted3ItemCorrupted84Adds (31-39) to (52-61) Fire Damagebow 250
staff 250
V2LocalAddedFireDamage1hCorrupted3ItemCorrupted84Adds (21-28) to (40-48) Fire Damagesword 0
mace 0
axe 0
one_hand_weapon 250
V2FireDamageLifeLeechPermyriadCorrupted_ItemCorrupted500.5% of Fire Damage Leeched as Lifehelmet 1000
amulet 1000
quiver 1000
V2ReducedFireDamageTakenCorruptedItemCorrupted45(6-4)% reduced Fire Damage takenbody_armour 1000
Enchantment Fire Damage 1ItemEnchantment53Adds 16 to 24 Fire Damage if you've Killed Recentlyboots 100
Enchantment Fire Damage 2ItemEnchantment66Adds 33 to 50 Fire Damage if you've Killed Recentlyboots 100
Enchantment Fire Damage 3ItemEnchantment75Adds 45 to 68 Fire Damage if you've Killed Recentlyboots 100
Enchantment Burning Arrow Physical Damage Percent To Add As Fire Damage 1ItemEnchantment6610% of Burning Arrow Physical Damage gained as Extra Fire Damagehelmet 100
Enchantment Burning Arrow Physical Damage Percent To Add As Fire Damage 2ItemEnchantment7515% of Burning Arrow Physical Damage gained as Extra Fire Damagehelmet 100
Enchantment Fireball Damage 1ItemEnchantment6625% increased Fireball Damagehelmet 100
Enchantment Fireball Damage 2ItemEnchantment7540% increased Fireball Damagehelmet 100
Enchantment Scorching Ray Damage 1ItemEnchantment6625% increased Scorching Ray Damagehelmet 100
Enchantment Scorching Ray Damage 2ItemEnchantment7540% increased Scorching Ray Damagehelmet 100
Enchantment Firestorm Damage 1ItemEnchantment6625% increased Firestorm Damagehelmet 100
Enchantment Firestorm Damage 2ItemEnchantment7540% increased Firestorm Damagehelmet 100
Enchantment Fire Trap Burning Damage 1ItemEnchantment6640% increased Fire Trap Burning Damagehelmet 100
Enchantment Fire Trap Burning Damage 2ItemEnchantment7560% increased Fire Trap Burning Damagehelmet 100
Enchantment Fire Trap Damage 1ItemEnchantment6625% increased Fire Trap Damagehelmet 100
Enchantment Fire Trap Damage 2ItemEnchantment7540% increased Fire Trap Damagehelmet 100
Enchantment Flame Wall Added Damage 1ItemEnchantment66Flame Wall grants 19 to 28 Added Fire Damage to Projectileshelmet 100
Enchantment Flame Wall Added Damage 2ItemEnchantment75Flame Wall grants 31 to 47 Added Fire Damage to Projectileshelmet 100
Enchantment Infernal Blow Physical Damage Percent To Add As Fire Damage 1ItemEnchantment6610% of Infernal Blow Physical Damage gained as Extra Fire Damagehelmet 75
Enchantment Infernal Blow Physical Damage Percent To Add As Fire Damage 2ItemEnchantment7515% of Infernal Blow Physical Damage gained as Extra Fire Damagehelmet 75
Enchantment Righteous Fire Damage 1ItemEnchantment6625% increased Righteous Fire Damagehelmet 100
Enchantment Righteous Fire Damage 2ItemEnchantment7540% increased Righteous Fire Damagehelmet 100
Enchantment Righteous Fire Spell Damage 1ItemEnchantment66Righteous Fire grants 20% increased Spell Damagehelmet 100
Enchantment Righteous Fire Spell Damage 2ItemEnchantment75Righteous Fire grants 30% increased Spell Damagehelmet 100
HellscapeUpsideBaseMaximumLifeInflictedAsAoeFireDamageWhenHit2ItemScourge Benefit45Deal (8-11)% of your maximum Life as Fire Damage to nearby Enemies when Hitbody_armour 200
HellscapeUpsideBaseMaximumLifeInflictedAsAoeFireDamageWhenHit3ItemScourge Benefit68Deal (12-15)% of your maximum Life as Fire Damage to nearby Enemies when Hitbody_armour 200
HellscapeUpsideBaseMaximumLifeInflictedAsAoeFireDamageWhenHit4ItemScourge Benefit68Deal (16-19)% of your maximum Life as Fire Damage to nearby Enemies when Hitbody_armour 200
HellscapeUpsideLocalFireDamage1h1ItemScourge Benefit1Adds (11-14) to (23-27) Fire Damageone_hand_weapon 1000
HellscapeUpsideLocalFireDamageRanged1__ItemScourge Benefit1Adds (18-22) to (35-39) Fire Damagebow 1000
HellscapeUpsideLocalFireDamage2h1_ItemScourge Benefit1Adds (22-26) to (38-44) Fire Damagebow 0
two_hand_weapon 1000
HellscapeUpsideLocalFireDamage1h2_ItemScourge Benefit45Adds (21-26) to (31-38) Fire Damageone_hand_weapon 1000
HellscapeUpsideLocalFireDamageRanged2ItemScourge Benefit45Adds (27-34) to (46-53) Fire Damagebow 1000
HellscapeUpsideLocalFireDamage2h2__ItemScourge Benefit45Adds (34-43) to (59-67) Fire Damagebow 0
two_hand_weapon 1000
HellscapeUpsideLocalFireDamage1h3___ItemScourge Benefit68Adds (29-35) to (43-48) Fire Damageone_hand_weapon 1000
HellscapeUpsideLocalFireDamage1h4ItemScourge Benefit68Adds (40-45) to (56-62) Fire Damageone_hand_weapon 1000
HellscapeUpsideLocalFireDamageRanged3_ItemScourge Benefit68Adds (36-41) to (56-64) Fire Damagebow 1000
HellscapeUpsideLocalFireDamageRanged4______ItemScourge Benefit68Adds (43-57) to (66-72) Fire Damagebow 1000
HellscapeUpsideLocalFireDamage2h3______ItemScourge Benefit68Adds (48-56) to (69-78) Fire Damagebow 0
two_hand_weapon 1000
HellscapeUpsideLocalFireDamage2h4______ItemScourge Benefit68Adds (59-72) to (80-91) Fire Damagebow 0
two_hand_weapon 1000
HellscapeUpsideFireDamageLeechedAsLife2ItemScourge Benefit45(0.2-0.3)% of Fire Damage Leeched as Lifeamulet 250
HellscapeUpsideFireDamageLeechedAsLife3ItemScourge Benefit68(0.31-0.4)% of Fire Damage Leeched as Lifeamulet 250
HellscapeUpsideFireDamageLeechedAsLife4ItemScourge Benefit68(0.41-0.5)% of Fire Damage Leeched as Lifeamulet 250
HellscapeUpsideFireDamagePercentage1h1__ItemScourge Benefit1(23-25)% increased Fire Damageattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideFireDamagePercentage2h1ItemScourge Benefit1(34-40)% increased Fire Damageattack_staff 0
staff 1000
HellscapeUpsideFireDamagePercentage1h1bItemScourge Benefit25(28-30)% increased Fire Damageattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideFireDamagePercentage2h1b____ItemScourge Benefit25(41-47)% increased Fire Damageattack_staff 0
staff 1000
HellscapeUpsideFireDamagePercentage1h2___ItemScourge Benefit45(33-35)% increased Fire Damageattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideFireDamagePercentage2h2__ItemScourge Benefit45(48-54)% increased Fire Damageattack_staff 0
staff 1000
HellscapeUpsideFireDamagePercentage1h2bItemScourge Benefit55(38-40)% increased Fire Damageattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideFireDamagePercentage2h2bItemScourge Benefit55(55-61)% increased Fire Damageattack_staff 0
staff 1000
HellscapeUpsideFireDamagePercentage1h3__ItemScourge Benefit68(43-45)% increased Fire Damageattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideFireDamagePercentage1h4ItemScourge Benefit68(48-50)% increased Fire Damageattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideFireDamagePercentage2h3___ItemScourge Benefit68(62-68)% increased Fire Damageattack_staff 0
staff 1000
HellscapeUpsideFireDamagePercentage2h4ItemScourge Benefit68(69-75)% increased Fire Damageattack_staff 0
staff 1000
HellscapeUpsideNearbyEnemiesTakeIncreasedFireDamage3__ItemScourge Benefit68Nearby Enemies have -3% to Fire Resistancehelmet 100
HellscapeUpsideNearbyEnemiesTakeIncreasedFireDamage4ItemScourge Benefit68Nearby Enemies have -4% to Fire Resistancehelmet 100
HellscapeUpsideSpellAddedFireDamage1h1_ItemScourge Benefit1Adds (9-12) to (25-27) Fire Damage to Spellsattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideSpellAddedFireDamage2h1ItemScourge Benefit1Adds (13-18) to (37-40) Fire Damage to Spellsattack_staff 0
staff 1000
HellscapeUpsideSpellAddedFireDamage1h2_ItemScourge Benefit45Adds (13-15) to (28-32) Fire Damage to Spellsattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideSpellAddedFireDamage2h2ItemScourge Benefit45Adds (19-22) to (42-48) Fire Damage to Spellsattack_staff 0
staff 1000
HellscapeUpsideSpellAddedFireDamage1h3ItemScourge Benefit68Adds (16-18) to (33-36) Fire Damage to Spellsattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideSpellAddedFireDamage1h4ItemScourge Benefit68Adds (19-21) to (37-40) Fire Damage to Spellsattack_dagger 0
wand 1000
sceptre 1000
dagger 1000
HellscapeUpsideSpellAddedFireDamage2h3_ItemScourge Benefit68Adds (23-27) to (49-54) Fire Damage to Spellsattack_staff 0
staff 1000
HellscapeUpsideSpellAddedFireDamage2h4ItemScourge Benefit68Adds (28-31) to (55-60) Fire Damage to Spellsattack_staff 0
staff 1000
HellscapeDownsideDealNoFireDamageItemScourge Detriment1Deal no Fire Damageweapon 500
quiver 200
HellscapeDownsideFireDamage1h0_ItemScourge Detriment1(40-32)% reduced Fire Damageattack_dagger 0
wand 333
sceptre 333
dagger 333
HellscapeDownsideFireDamage1h1_ItemScourge Detriment1(50-42)% reduced Fire Damageattack_dagger 0
wand 333
sceptre 333
dagger 333
HellscapeDownsideFireDamage2h0ItemScourge Detriment1(66-54)% reduced Fire Damageattack_staff 0
staff 333
HellscapeDownsideFireDamage2h1__ItemScourge Detriment1(80-68)% reduced Fire Damageattack_staff 0
staff 333
HellscapeDownsideFireDamage1h1bItemScourge Detriment25(60-52)% reduced Fire Damageattack_dagger 0
wand 333
sceptre 333
dagger 333
HellscapeDownsideFireDamage2h1bItemScourge Detriment25(94-82)% reduced Fire Damageattack_staff 0
staff 333
HellscapeDownsideFireDamage1h2ItemScourge Detriment45(70-62)% reduced Fire Damageattack_dagger 0
wand 333
sceptre 333
dagger 333
HellscapeDownsideFireDamage2h2_ItemScourge Detriment45(108-96)% reduced Fire Damageattack_staff 0
staff 333
HellscapeDownsideFireDamage1h2bItemScourge Detriment55(80-72)% reduced Fire Damageattack_dagger 0
wand 333
sceptre 333
dagger 333
HellscapeDownsideFireDamage2h2bItemScourge Detriment55(122-110)% reduced Fire Damageattack_staff 0
staff 333
HellscapeDownsideFireDamage1h3_ItemScourge Detriment68(90-82)% reduced Fire Damageattack_dagger 0
wand 333
sceptre 333
dagger 333
HellscapeDownsideFireDamage2h3____ItemScourge Detriment68(136-124)% reduced Fire Damageattack_staff 0
staff 333
HellscapeDownsideFireDamageTaken2_ItemScourge Detriment45(7-8)% increased Fire Damage takenhelmet 200
HellscapeDownsideFireDamageTaken3_ItemScourge Detriment68(9-10)% increased Fire Damage takenhelmet 200
HellscapeDownsideNearbyEnemiesTakeReducedFireDamage3_ItemScourge Detriment68Nearby Enemies have +9% to Fire Resistancehelmet 500
FireDamageTakenGainedAsLifeEldritchImplicit1ItemSearing Exarch75(7-8)% of Fire Damage taken Recouped as Lifeno_tier_6_eldritch_implicit 0
helmet 600
FireDamageTakenGainedAsLifeEldritchImplicit2ItemSearing Exarch75(9-10)% of Fire Damage taken Recouped as Lifeno_tier_5_eldritch_implicit 0
helmet 600
FireDamageTakenGainedAsLifeEldritchImplicit3ItemSearing Exarch75(11-12)% of Fire Damage taken Recouped as Lifeno_tier_4_eldritch_implicit 0
helmet 600
FireDamageTakenGainedAsLifeEldritchImplicit4ItemSearing Exarch75(13-14)% of Fire Damage taken Recouped as Lifeno_tier_3_eldritch_implicit 0
helmet 600
FireDamageTakenGainedAsLifeEldritchImplicit5ItemSearing Exarch75(15-16)% of Fire Damage taken Recouped as Lifeno_tier_2_eldritch_implicit 0
helmet 600
FireDamageTakenGainedAsLifeEldritchImplicit6ItemSearing Exarch75(17-18)% of Fire Damage taken Recouped as Lifeno_tier_1_eldritch_implicit 0
helmet 600
FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, (23-24)% of Fire Damage taken Recouped as Lifeno_tier_4_eldritch_implicit 0
helmet 120
FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, (25-26)% of Fire Damage taken Recouped as Lifeno_tier_3_eldritch_implicit 0
helmet 120
FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, (27-28)% of Fire Damage taken Recouped as Lifeno_tier_2_eldritch_implicit 0
helmet 120
FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, (29-30)% of Fire Damage taken Recouped as Lifeno_tier_1_eldritch_implicit 0
helmet 120
FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence2ItemSearing Exarch75While a Unique Enemy is in your Presence, (15-16)% of Fire Damage taken Recouped as Lifeno_tier_5_eldritch_implicit 0
helmet 300
FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence3ItemSearing Exarch75While a Unique Enemy is in your Presence, (17-18)% of Fire Damage taken Recouped as Lifeno_tier_4_eldritch_implicit 0
helmet 300
FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence5ItemSearing Exarch75While a Unique Enemy is in your Presence, (21-22)% of Fire Damage taken Recouped as Lifeno_tier_2_eldritch_implicit 0
helmet 300
FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence6ItemSearing Exarch75While a Unique Enemy is in your Presence, (23-24)% of Fire Damage taken Recouped as Lifeno_tier_1_eldritch_implicit 0
helmet 300
FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence4ItemSearing Exarch75While a Unique Enemy is in your Presence, (19-20)% of Fire Damage taken Recouped as Lifeno_tier_3_eldritch_implicit 0
helmet 300
AddedFireDamageEldritchImplicit1ItemSearing Exarch75Adds (6-8) to (13-15) Fire Damage to Attacksno_tier_6_eldritch_implicit 0
gloves 1000
AddedFireDamageEldritchImplicit2ItemSearing Exarch75Adds (7-9) to (14-16) Fire Damage to Attacksno_tier_5_eldritch_implicit 0
gloves 1000
AddedFireDamageEldritchImplicit3ItemSearing Exarch75Adds (8-10) to (15-18) Fire Damage to Attacksno_tier_4_eldritch_implicit 0
gloves 1000
AddedFireDamageEldritchImplicit4ItemSearing Exarch75Adds (8-11) to (17-20) Fire Damage to Attacksno_tier_3_eldritch_implicit 0
gloves 1000
AddedFireDamageEldritchImplicit6ItemSearing Exarch75Adds (10-13) to (21-24) Fire Damage to Attacksno_tier_1_eldritch_implicit 0
gloves 1000
AddedFireDamageEldritchImplicit5ItemSearing Exarch75Adds (9-12) to (19-22) Fire Damage to Attacksno_tier_2_eldritch_implicit 0
gloves 1000
AddedFireDamageEldritchImplicitPinnaclePresence3ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, Adds (13-18) to (28-32) Fire Damage to Attacksno_tier_4_eldritch_implicit 0
gloves 200
AddedFireDamageEldritchImplicitPinnaclePresence4ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, Adds (16-20) to (32-37) Fire Damage to Attacksno_tier_3_eldritch_implicit 0
gloves 200
AddedFireDamageEldritchImplicitPinnaclePresence5ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, Adds (18-24) to (37-42) Fire Damage to Attacksno_tier_2_eldritch_implicit 0
gloves 200
AddedFireDamageEldritchImplicitPinnaclePresence6ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, Adds (21-27) to (42-49) Fire Damage to Attacksno_tier_1_eldritch_implicit 0
gloves 200
AddedFireDamageEldritchImplicitUniquePresence2ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (9-12) to (19-22) Fire Damage to Attacksno_tier_5_eldritch_implicit 0
gloves 500
AddedFireDamageEldritchImplicitUniquePresence6ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (13-18) to (28-32) Fire Damage to Attacksno_tier_1_eldritch_implicit 0
gloves 500
AddedFireDamageEldritchImplicitUniquePresence4ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (11-15) to (23-26) Fire Damage to Attacksno_tier_3_eldritch_implicit 0
gloves 500
AddedFireDamageEldritchImplicitUniquePresence3ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (10-13) to (21-24) Fire Damage to Attacksno_tier_4_eldritch_implicit 0
gloves 500
AddedFireDamageEldritchImplicitUniquePresence5ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (13-16) to (25-29) Fire Damage to Attacksno_tier_2_eldritch_implicit 0
gloves 500
FireDamagePercentageEldritchImplicit1ItemSearing Exarch75(15-17)% increased Fire Damageno_tier_6_eldritch_implicit 0
body_armour 1000
amulet 1000
FireDamagePercentageEldritchImplicit2ItemSearing Exarch75(18-20)% increased Fire Damageno_tier_5_eldritch_implicit 0
body_armour 1000
amulet 1000
FireDamagePercentageEldritchImplicit3ItemSearing Exarch75(21-23)% increased Fire Damageno_tier_4_eldritch_implicit 0
body_armour 1000
amulet 1000
FireDamagePercentageEldritchImplicit4ItemSearing Exarch75(24-26)% increased Fire Damageno_tier_3_eldritch_implicit 0
body_armour 1000
amulet 1000
FireDamagePercentageEldritchImplicit5ItemSearing Exarch75(27-28)% increased Fire Damageno_tier_2_eldritch_implicit 0
body_armour 1000
amulet 1000
FireDamagePercentageEldritchImplicit6ItemSearing Exarch75(29-30)% increased Fire Damageno_tier_1_eldritch_implicit 0
body_armour 1000
amulet 1000
FireDamagePercentageEldritchImplicitPinnaclePresence3ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Fire Damageno_tier_4_eldritch_implicit 0
body_armour 200
amulet 200
FireDamagePercentageEldritchImplicitPinnaclePresence4ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Fire Damageno_tier_3_eldritch_implicit 0
body_armour 200
amulet 200
FireDamagePercentageEldritchImplicitPinnaclePresence5ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Fire Damageno_tier_2_eldritch_implicit 0
body_armour 200
amulet 200
FireDamagePercentageEldritchImplicitPinnaclePresence6ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Fire Damageno_tier_1_eldritch_implicit 0
body_armour 200
amulet 200
FireDamagePercentageEldritchImplicitUniquePresence2ItemSearing Exarch75While a Unique Enemy is in your Presence, (24-26)% increased Fire Damageno_tier_5_eldritch_implicit 0
body_armour 500
amulet 500
FireDamagePercentageEldritchImplicitUniquePresence3ItemSearing Exarch75While a Unique Enemy is in your Presence, (27-29)% increased Fire Damageno_tier_4_eldritch_implicit 0
body_armour 500
amulet 500
FireDamagePercentageEldritchImplicitUniquePresence4ItemSearing Exarch75While a Unique Enemy is in your Presence, (30-32)% increased Fire Damageno_tier_3_eldritch_implicit 0
body_armour 500
amulet 500
FireDamagePercentageEldritchImplicitUniquePresence5ItemSearing Exarch75While a Unique Enemy is in your Presence, (33-34)% increased Fire Damageno_tier_2_eldritch_implicit 0
body_armour 500
amulet 500
FireDamagePercentageEldritchImplicitUniquePresence6ItemSearing Exarch75While a Unique Enemy is in your Presence, (35-36)% increased Fire Damageno_tier_1_eldritch_implicit 0
body_armour 500
amulet 500
SpellAddedFireDamageEldritchImplicit1ItemSearing Exarch75Adds (10-13) to (20-23) Fire Damage to Spellsno_tier_6_eldritch_implicit 0
helmet 1000
SpellAddedFireDamageEldritchImplicit3ItemSearing Exarch75Adds (11-15) to (24-27) Fire Damage to Spellsno_tier_4_eldritch_implicit 0
helmet 1000
SpellAddedFireDamageEldritchImplicit2ItemSearing Exarch75Adds (10-14) to (21-25) Fire Damage to Spellsno_tier_5_eldritch_implicit 0
helmet 1000
SpellAddedFireDamageEldritchImplicit4ItemSearing Exarch75Adds (13-16) to (26-30) Fire Damage to Spellsno_tier_3_eldritch_implicit 0
helmet 1000
SpellAddedFireDamageEldritchImplicit5ItemSearing Exarch75Adds (14-18) to (29-33) Fire Damage to Spellsno_tier_2_eldritch_implicit 0
helmet 1000
SpellAddedFireDamageEldritchImplicit6ItemSearing Exarch75Adds (15-20) to (32-36) Fire Damage to Spellsno_tier_1_eldritch_implicit 0
helmet 1000
SpellAddedFireDamageEldritchImplicitPinnaclePresence3ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, Adds (20-27) to (41-48) Fire Damage to Spellsno_tier_4_eldritch_implicit 0
helmet 200
SpellAddedFireDamageEldritchImplicitPinnaclePresence4ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, Adds (23-31) to (47-55) Fire Damage to Spellsno_tier_3_eldritch_implicit 0
helmet 200
SpellAddedFireDamageEldritchImplicitPinnaclePresence5ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, Adds (27-35) to (54-63) Fire Damage to Spellsno_tier_2_eldritch_implicit 0
helmet 200
SpellAddedFireDamageEldritchImplicitPinnaclePresence6ItemSearing Exarch75While a Pinnacle Atlas Boss is in your Presence, Adds (31-40) to (63-72) Fire Damage to Spellsno_tier_1_eldritch_implicit 0
helmet 200
SpellAddedFireDamageEldritchImplicitUniquePresence2ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (14-18) to (29-33) Fire Damage to Spellsno_tier_5_eldritch_implicit 0
helmet 500
SpellAddedFireDamageEldritchImplicitUniquePresence3ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (15-20) to (32-36) Fire Damage to Spellsno_tier_4_eldritch_implicit 0
helmet 500
SpellAddedFireDamageEldritchImplicitUniquePresence4ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (17-22) to (34-40) Fire Damage to Spellsno_tier_3_eldritch_implicit 0
helmet 500
SpellAddedFireDamageEldritchImplicitUniquePresence5ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (19-24) to (38-43) Fire Damage to Spellsno_tier_2_eldritch_implicit 0
helmet 500
SpellAddedFireDamageEldritchImplicitUniquePresence6ItemSearing Exarch75While a Unique Enemy is in your Presence, Adds (20-27) to (41-48) Fire Damage to Spellsno_tier_1_eldritch_implicit 0
helmet 500
FireDamageLifeLeechEldritchImplicit1ItemEater of Worlds750.2% of Fire Damage Leeched as Lifeno_tier_6_eldritch_implicit 0
gloves 400
FireDamageLifeLeechEldritchImplicit2ItemEater of Worlds750.3% of Fire Damage Leeched as Lifeno_tier_5_eldritch_implicit 0
gloves 400
FireDamageLifeLeechEldritchImplicit3ItemEater of Worlds750.4% of Fire Damage Leeched as Lifeno_tier_4_eldritch_implicit 0
gloves 400
FireDamageLifeLeechEldritchImplicit4ItemEater of Worlds750.5% of Fire Damage Leeched as Lifeno_tier_3_eldritch_implicit 0
gloves 400
FireDamageLifeLeechEldritchImplicit5ItemEater of Worlds750.6% of Fire Damage Leeched as Lifeno_tier_2_eldritch_implicit 0
gloves 400
FireDamageLifeLeechEldritchImplicit6ItemEater of Worlds750.7% of Fire Damage Leeched as Lifeno_tier_1_eldritch_implicit 0
gloves 400
FireDamageLifeLeechEldritchImplicitPinnaclePresence3ItemEater of Worlds75While a Pinnacle Atlas Boss is in your Presence, 0.8% of Fire Damage Leeched as Lifeno_tier_4_eldritch_implicit 0
gloves 80
FireDamageLifeLeechEldritchImplicitPinnaclePresence4ItemEater of Worlds75While a Pinnacle Atlas Boss is in your Presence, 0.9% of Fire Damage Leeched as Lifeno_tier_3_eldritch_implicit 0
gloves 80
FireDamageLifeLeechEldritchImplicitPinnaclePresence5ItemEater of Worlds75While a Pinnacle Atlas Boss is in your Presence, 1% of Fire Damage Leeched as Lifeno_tier_2_eldritch_implicit 0
gloves 80
FireDamageLifeLeechEldritchImplicitPinnaclePresence6ItemEater of Worlds75While a Pinnacle Atlas Boss is in your Presence, 1.1% of Fire Damage Leeched as Lifeno_tier_1_eldritch_implicit 0
gloves 80
FireDamageLifeLeechEldritchImplicitUniquePresence3ItemEater of Worlds75While a Unique Enemy is in your Presence, 0.6% of Fire Damage Leeched as Lifeno_tier_4_eldritch_implicit 0
gloves 200
FireDamageLifeLeechEldritchImplicitUniquePresence2ItemEater of Worlds75While a Unique Enemy is in your Presence, 0.5% of Fire Damage Leeched as Lifeno_tier_5_eldritch_implicit 0
gloves 200
FireDamageLifeLeechEldritchImplicitUniquePresence4ItemEater of Worlds75While a Unique Enemy is in your Presence, 0.7% of Fire Damage Leeched as Lifeno_tier_3_eldritch_implicit 0
gloves 200
FireDamageLifeLeechEldritchImplicitUniquePresence5ItemEater of Worlds75While a Unique Enemy is in your Presence, 0.8% of Fire Damage Leeched as Lifeno_tier_2_eldritch_implicit 0
gloves 200
FireDamageLifeLeechEldritchImplicitUniquePresence6ItemEater of Worlds75While a Unique Enemy is in your Presence, 0.9% of Fire Damage Leeched as Lifeno_tier_1_eldritch_implicit 0
gloves 200
WeaponTreeAddedElemental1ItemCrucible Passive Skill Tree36Adds 5 to 10 Fire Damage
Adds 5 to 10 Cold Damage
Adds 1 to 15 Lightning Damage
one_hand_weapon 500
WeaponTreeAddedElemental2h1ItemCrucible Passive Skill Tree36Adds 10 to 17 Fire Damage
Adds 10 to 17 Cold Damage
Adds 3 to 26 Lightning Damage
two_hand_weapon 500
WeaponTreeAddedElemental2ItemCrucible Passive Skill Tree60Adds 9 to 15 Fire Damage
Adds 9 to 15 Cold Damage
Adds 1 to 23 Lightning Damage
one_hand_weapon 250
WeaponTreeAddedElemental2h2ItemCrucible Passive Skill Tree60Adds 17 to 26 Fire Damage
Adds 17 to 26 Cold Damage
Adds 3 to 42 Lightning Damage
two_hand_weapon 250
WeaponTreeAddedElemental3ItemCrucible Passive Skill Tree85Adds 18 to 27 Fire Damage
Adds 18 to 27 Cold Damage
Adds 3 to 42 Lightning Damage
one_hand_weapon 125
WeaponTreeAddedElemental2h3ItemCrucible Passive Skill Tree85Adds 34 to 49 Fire Damage
Adds 34 to 49 Cold Damage
Adds 4 to 78 Lightning Damage
two_hand_weapon 125
WeaponTreeAddedElementalLowElementalAilmentChance1ItemCrucible Passive Skill Tree36Adds 3 to 6 Fire Damage
Adds 3 to 6 Cold Damage
Adds 1 to 8 Lightning Damage
one_hand_weapon 125
WeaponTreeAddedElemental2hLowElementalAilmentChance1ItemCrucible Passive Skill Tree36Adds 7 to 11 Fire Damage
Adds 7 to 11 Cold Damage
Adds 3 to 15 Lightning Damage
two_hand_weapon 125
WeaponTreeAddedElementalLowElementalAilmentChance2ItemCrucible Passive Skill Tree60Adds 6 to 10 Fire Damage
Adds 6 to 10 Cold Damage
Adds 1 to 13 Lightning Damage
one_hand_weapon 63
WeaponTreeAddedElemental2hLowElementalAilmentChance2ItemCrucible Passive Skill Tree60Adds 12 to 20 Fire Damage
Adds 12 to 20 Cold Damage
Adds 3 to 25 Lightning Damage
two_hand_weapon 63
WeaponTreeAddedElementalLowElementalAilmentChance3ItemCrucible Passive Skill Tree85Adds 13 to 20 Fire Damage
Adds 13 to 20 Cold Damage
Adds 3 to 25 Lightning Damage
one_hand_weapon 31
WeaponTreeAddedElemental2hLowElementalAilmentChance3ItemCrucible Passive Skill Tree85Adds 24 to 35 Fire Damage
Adds 24 to 35 Cold Damage
Adds 4 to 46 Lightning Damage
two_hand_weapon 31
WeaponTreeAddedElementalLowElementalAilmentEffect1ItemCrucible Passive Skill Tree36Adds 3 to 6 Fire Damage
Adds 3 to 6 Cold Damage
Adds 1 to 8 Lightning Damage
one_hand_weapon 125
WeaponTreeAddedElemental2hLowElementalAilmentEffect1ItemCrucible Passive Skill Tree36Adds 7 to 10 Fire Damage
Adds 7 to 10 Cold Damage
Adds 3 to 15 Lightning Damage
two_hand_weapon 125
WeaponTreeAddedElementalLowElementalAilmentEffect2ItemCrucible Passive Skill Tree60Adds 4 to 9 Fire Damage
Adds 4 to 9 Cold Damage
Adds 1 to 13 Lightning Damage
one_hand_weapon 63
WeaponTreeAddedElemental2hLowElementalAilmentEffect2ItemCrucible Passive Skill Tree60Adds 9 to 17 Fire Damage
Adds 9 to 17 Cold Damage
Adds 3 to 25 Lightning Damage
two_hand_weapon 63
WeaponTreeAddedElementalLowElementalAilmentEffect3ItemCrucible Passive Skill Tree85Adds 11 to 15 Fire Damage
Adds 11 to 15 Cold Damage
Adds 3 to 25 Lightning Damage
one_hand_weapon 31
WeaponTreeAddedElemental2hLowElementalAilmentEffect3ItemCrucible Passive Skill Tree85Adds 20 to 29 Fire Damage
Adds 20 to 29 Cold Damage
Adds 4 to 46 Lightning Damage
two_hand_weapon 31
WeaponTreeAddedFire1ItemCrucible Passive Skill Tree1Adds 4 to 6 Fire Damageone_hand_weapon 1000
WeaponTreeAddedFire2h1ItemCrucible Passive Skill Tree1Adds 8 to 10 Fire Damagetwo_hand_weapon 1000
WeaponTreeAddedFire2ItemCrucible Passive Skill Tree26Adds 7 to 10 Fire Damageone_hand_weapon 1000
WeaponTreeAddedFire2h2ItemCrucible Passive Skill Tree26Adds 13 to 19 Fire Damagetwo_hand_weapon 1000
WeaponTreeAddedFire3ItemCrucible Passive Skill Tree42Adds 13 to 18 Fire Damageone_hand_weapon 1000
WeaponTreeAddedFire2h3ItemCrucible Passive Skill Tree42Adds 24 to 35 Fire Damagetwo_hand_weapon 1000
WeaponTreeAddedFire4ItemCrucible Passive Skill Tree62Adds 22 to 32 Fire Damageone_hand_weapon 500
WeaponTreeAddedFire2h4ItemCrucible Passive Skill Tree62Adds 39 to 61 Fire Damagetwo_hand_weapon 500
WeaponTreeAddedFire5ItemCrucible Passive Skill Tree82Adds 42 to 63 Fire Damageone_hand_weapon 250
WeaponTreeAddedFire2h5ItemCrucible Passive Skill Tree82Adds 78 to 118 Fire Damagetwo_hand_weapon 250
WeaponTreeAddedFireHighReducedAttackSpeed4ItemCrucible Passive Skill Tree62Adds 27 to 42 Fire Damage
6% reduced Attack Speed
one_hand_weapon 250
WeaponTreeAddedFire2hHighReducedAttackSpeed4ItemCrucible Passive Skill Tree62Adds 52 to 77 Fire Damage
6% reduced Attack Speed
two_hand_weapon 250
WeaponTreeAddedFireHighReducedAttackSpeed5ItemCrucible Passive Skill Tree82Adds 55 to 83 Fire Damage
6% reduced Attack Speed
one_hand_weapon 125
WeaponTreeAddedFire2hHighReducedAttackSpeed5ItemCrucible Passive Skill Tree82Adds 102 to 153 Fire Damage
6% reduced Attack Speed
two_hand_weapon 125
WeaponTreeAddedFireLowIgniteChance1ItemCrucible Passive Skill Tree1Adds 1 to 5 Fire Damage
10% chance to Ignite
one_hand_weapon 250
WeaponTreeAddedFire2hLowIgniteChance1ItemCrucible Passive Skill Tree1Adds 4 to 9 Fire Damage
20% chance to Ignite
two_hand_weapon 250
WeaponTreeAddedFireLowIgniteChance2ItemCrucible Passive Skill Tree26Adds 3 to 6 Fire Damage
10% chance to Ignite
one_hand_weapon 250
WeaponTreeAddedFire2hLowIgniteChance2ItemCrucible Passive Skill Tree26Adds 7 to 11 Fire Damage
20% chance to Ignite
two_hand_weapon 250
WeaponTreeAddedFireLowIgniteChance3ItemCrucible Passive Skill Tree42Adds 7 to 12 Fire Damage
10% chance to Ignite
one_hand_weapon 250
WeaponTreeAddedFire2hLowIgniteChance3ItemCrucible Passive Skill Tree42Adds 13 to 22 Fire Damage
20% chance to Ignite
two_hand_weapon 250
WeaponTreeAddedFireLowIgniteChance4ItemCrucible Passive Skill Tree62Adds 12 to 19 Fire Damage
10% chance to Ignite
one_hand_weapon 125
WeaponTreeAddedFire2hLowIgniteChance4ItemCrucible Passive Skill Tree62Adds 23 to 36 Fire Damage
20% chance to Ignite
two_hand_weapon 125
WeaponTreeAddedFireLowIgniteChance5ItemCrucible Passive Skill Tree82Adds 25 to 39 Fire Damage
10% chance to Ignite
one_hand_weapon 63
WeaponTreeAddedFire2hLowIgniteChance5ItemCrucible Passive Skill Tree82Adds 48 to 71 Fire Damage
20% chance to Ignite
two_hand_weapon 63
WeaponTreeAddedFireLowImplicitEffect1ItemCrucible Passive Skill Tree10Adds 1 to 5 Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 250
WeaponTreeAddedFire2hLowImplicitEffect1ItemCrucible Passive Skill Tree10Adds 4 to 9 Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 250
WeaponTreeAddedFireLowImplicitEffect2ItemCrucible Passive Skill Tree30Adds 3 to 6 Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 250
WeaponTreeAddedFire2hLowImplicitEffect2ItemCrucible Passive Skill Tree30Adds 7 to 11 Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 250
WeaponTreeAddedFireLowImplicitEffect3ItemCrucible Passive Skill Tree48Adds 7 to 12 Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 250
WeaponTreeAddedFire2hLowImplicitEffect3ItemCrucible Passive Skill Tree48Adds 13 to 22 Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 250
WeaponTreeAddedFireLowImplicitEffect4ItemCrucible Passive Skill Tree66Adds 12 to 19 Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 125
WeaponTreeAddedFire2hLowImplicitEffect4ItemCrucible Passive Skill Tree66Adds 23 to 36 Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 125
WeaponTreeAddedFireLowImplicitEffect5ItemCrucible Passive Skill Tree84Adds 25 to 39 Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 63
WeaponTreeAddedFire2hLowImplicitEffect5ItemCrucible Passive Skill Tree84Adds 48 to 71 Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 63
WeaponTreeFireDamagePercentage1ItemCrucible Passive Skill Tree115% increased Fire Damageshield 200
WeaponTreeFireDamagePercentage2ItemCrucible Passive Skill Tree5020% increased Fire Damageshield 200
WeaponTreeFireDamagePercentage3ItemCrucible Passive Skill Tree7725% increased Fire Damageshield 200
WeaponTreeFireDamagePercentageDamageTakenAsFire1ItemCrucible Passive Skill Tree19% increased Fire Damage
3% of Physical Damage from Hits taken as Fire Damage
shield 200
WeaponTreeFireDamagePercentageDamageTakenAsFire2ItemCrucible Passive Skill Tree3612% increased Fire Damage
3% of Physical Damage from Hits taken as Fire Damage
shield 200
WeaponTreeFireDamagePercentageDamageTakenAsFire3ItemCrucible Passive Skill Tree6815% increased Fire Damage
3% of Physical Damage from Hits taken as Fire Damage
shield 200
WeaponTreeFireDamagePercentageMinusFireResistance1ItemCrucible Passive Skill Tree830% increased Fire Damage
-10% to Fire Resistance
shield 200
WeaponTreeFireDamagePercentageMinusFireResistance2ItemCrucible Passive Skill Tree4235% increased Fire Damage
-10% to Fire Resistance
shield 200
WeaponTreeFireDamagePercentageMinusFireResistance3ItemCrucible Passive Skill Tree7240% increased Fire Damage
-10% to Fire Resistance
shield 200
WeaponTreeMinionAddedFire1ItemCrucible Passive Skill Tree1Minions deal 2 to 5 additional Fire Damagetwo_hand_weapon 0
weapon_can_roll_minion_modifiers 5000
minion_unique_weapon 5000
WeaponTreeMinionAddedFire2h1ItemCrucible Passive Skill Tree1Minions deal 5 to 7 additional Fire Damageone_hand_weapon 0
weapon_can_roll_minion_modifiers 5000
minion_unique_weapon 5000
WeaponTreeMinionAddedFire2ItemCrucible Passive Skill Tree26Minions deal 5 to 7 additional Fire Damagetwo_hand_weapon 0
weapon_can_roll_minion_modifiers 5000
minion_unique_weapon 5000
WeaponTreeMinionAddedFire2h2ItemCrucible Passive Skill Tree26Minions deal 9 to 13 additional Fire Damageone_hand_weapon 0
weapon_can_roll_minion_modifiers 5000
minion_unique_weapon 5000
WeaponTreeMinionAddedFire3ItemCrucible Passive Skill Tree42Minions deal 9 to 14 additional Fire Damagetwo_hand_weapon 0
weapon_can_roll_minion_modifiers 5000
minion_unique_weapon 5000
WeaponTreeMinionAddedFire2h3ItemCrucible Passive Skill Tree42Minions deal 16 to 26 additional Fire Damageone_hand_weapon 0
weapon_can_roll_minion_modifiers 5000
minion_unique_weapon 5000
WeaponTreeMinionAddedFire4ItemCrucible Passive Skill Tree62Minions deal 15 to 24 additional Fire Damagetwo_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFire2h4ItemCrucible Passive Skill Tree62Minions deal 28 to 43 additional Fire Damageone_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFire5ItemCrucible Passive Skill Tree82Minions deal 30 to 45 additional Fire Damagetwo_hand_weapon 0
weapon_can_roll_minion_modifiers 1250
minion_unique_weapon 1250
WeaponTreeMinionAddedFire2h5ItemCrucible Passive Skill Tree82Minions deal 56 to 84 additional Fire Damageone_hand_weapon 0
weapon_can_roll_minion_modifiers 1250
minion_unique_weapon 1250
WeaponTreeMinionAddedFireLowImplicitEffect1ItemCrucible Passive Skill Tree10Minions deal 1 to 3 additional Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFire2hLowImplicitEffect1ItemCrucible Passive Skill Tree10Minions deal 2 to 6 additional Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFireLowImplicitEffect2ItemCrucible Passive Skill Tree30Minions deal 2 to 4 additional Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFire2hLowImplicitEffect2ItemCrucible Passive Skill Tree30Minions deal 5 to 8 additional Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFireLowImplicitEffect3ItemCrucible Passive Skill Tree48Minions deal 4 to 9 additional Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFire2hLowImplicitEffect3ItemCrucible Passive Skill Tree48Minions deal 9 to 16 additional Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFireLowImplicitEffect4ItemCrucible Passive Skill Tree66Minions deal 8 to 14 additional Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
weapon_can_roll_minion_modifiers 1250
minion_unique_weapon 1250
WeaponTreeMinionAddedFire2hLowImplicitEffect4ItemCrucible Passive Skill Tree66Minions deal 16 to 26 additional Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
weapon_can_roll_minion_modifiers 1250
minion_unique_weapon 1250
WeaponTreeMinionAddedFireLowImplicitEffect5ItemCrucible Passive Skill Tree84Minions deal 18 to 28 additional Fire Damage
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
weapon_can_roll_minion_modifiers 630
minion_unique_weapon 630
WeaponTreeMinionAddedFire2hLowImplicitEffect5ItemCrucible Passive Skill Tree84Minions deal 34 to 51 additional Fire Damage
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
weapon_can_roll_minion_modifiers 630
minion_unique_weapon 630
WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed4ItemCrucible Passive Skill Tree62Minions deal 19 to 30 additional Fire Damage
Minions have 6% reduced Attack and Cast Speed
two_hand_weapon 0
weapon_can_roll_minion_modifiers 1250
minion_unique_weapon 1250
WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed4ItemCrucible Passive Skill Tree62Minions deal 37 to 55 additional Fire Damage
Minions have 10% reduced Attack and Cast Speed
one_hand_weapon 0
weapon_can_roll_minion_modifiers 1250
minion_unique_weapon 1250
WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed5ItemCrucible Passive Skill Tree82Minions deal 39 to 59 additional Fire Damage
Minions have 6% reduced Attack and Cast Speed
two_hand_weapon 0
weapon_can_roll_minion_modifiers 630
minion_unique_weapon 630
WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed5ItemCrucible Passive Skill Tree82Minions deal 73 to 109 additional Fire Damage
Minions have 10% reduced Attack and Cast Speed
one_hand_weapon 0
weapon_can_roll_minion_modifiers 630
minion_unique_weapon 630
WeaponTreeMinionAddedFireLowMinionIgniteChance1ItemCrucible Passive Skill Tree1Minions deal 1 to 3 additional Fire Damage
Minions have 8% chance to Ignite
two_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFire2hLowMinionIgniteChance1ItemCrucible Passive Skill Tree1Minions deal 2 to 6 additional Fire Damage
Minions have 16% chance to Ignite
one_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFireLowMinionIgniteChance2ItemCrucible Passive Skill Tree26Minions deal 2 to 4 additional Fire Damage
Minions have 8% chance to Ignite
two_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFire2hLowMinionIgniteChance2ItemCrucible Passive Skill Tree26Minions deal 5 to 8 additional Fire Damage
Minions have 16% chance to Ignite
one_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFireLowMinionIgniteChance3ItemCrucible Passive Skill Tree42Minions deal 4 to 9 additional Fire Damage
Minions have 8% chance to Ignite
two_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFire2hLowMinionIgniteChance3ItemCrucible Passive Skill Tree42Minions deal 9 to 16 additional Fire Damage
Minions have 16% chance to Ignite
one_hand_weapon 0
weapon_can_roll_minion_modifiers 2500
minion_unique_weapon 2500
WeaponTreeMinionAddedFireLowMinionIgniteChance4ItemCrucible Passive Skill Tree62Minions deal 8 to 14 additional Fire Damage
Minions have 8% chance to Ignite
two_hand_weapon 0
weapon_can_roll_minion_modifiers 1250
minion_unique_weapon 1250
WeaponTreeMinionAddedFire2hLowMinionIgniteChance4ItemCrucible Passive Skill Tree62Minions deal 16 to 26 additional Fire Damage
Minions have 16% chance to Ignite
one_hand_weapon 0
weapon_can_roll_minion_modifiers 1250
minion_unique_weapon 1250
WeaponTreeMinionAddedFireLowMinionIgniteChance5ItemCrucible Passive Skill Tree82Minions deal 18 to 28 additional Fire Damage
Minions have 8% chance to Ignite
two_hand_weapon 0
weapon_can_roll_minion_modifiers 630
minion_unique_weapon 630
WeaponTreeMinionAddedFire2hLowMinionIgniteChance5ItemCrucible Passive Skill Tree82Minions deal 34 to 51 additional Fire Damage
Minions have 16% chance to Ignite
one_hand_weapon 0
weapon_can_roll_minion_modifiers 630
minion_unique_weapon 630
WeaponTreeSpellAddedFire1ItemCrucible Passive Skill Tree1Adds 2 to 5 Fire Damage to Spellstwo_hand_weapon 0
caster_unique_weapon 500
attack_dagger 0
wand 500
sceptre 500
dagger 500
WeaponTreeSpellAddedFire2h1ItemCrucible Passive Skill Tree1Adds 5 to 7 Fire Damage to Spellsone_hand_weapon 0
caster_unique_weapon 500
attack_staff 0
staff 500
WeaponTreeSpellAddedFire2ItemCrucible Passive Skill Tree26Adds 5 to 7 Fire Damage to Spellstwo_hand_weapon 0
caster_unique_weapon 500
attack_dagger 0
wand 500
sceptre 500
dagger 500
WeaponTreeSpellAddedFire2h2ItemCrucible Passive Skill Tree26Adds 9 to 13 Fire Damage to Spellsone_hand_weapon 0
caster_unique_weapon 500
attack_staff 0
staff 500
WeaponTreeSpellAddedFire3ItemCrucible Passive Skill Tree42Adds 9 to 14 Fire Damage to Spellstwo_hand_weapon 0
caster_unique_weapon 500
attack_dagger 0
wand 500
sceptre 500
dagger 500
WeaponTreeSpellAddedFire2h3ItemCrucible Passive Skill Tree42Adds 16 to 26 Fire Damage to Spellsone_hand_weapon 0
caster_unique_weapon 500
attack_staff 0
staff 500
WeaponTreeSpellAddedFire4ItemCrucible Passive Skill Tree62Adds 15 to 24 Fire Damage to Spellstwo_hand_weapon 0
caster_unique_weapon 250
attack_dagger 0
wand 250
sceptre 250
dagger 250
WeaponTreeSpellAddedFire2h4ItemCrucible Passive Skill Tree62Adds 28 to 43 Fire Damage to Spellsone_hand_weapon 0
caster_unique_weapon 250
attack_staff 0
staff 250
WeaponTreeSpellAddedFire5ItemCrucible Passive Skill Tree82Adds 30 to 45 Fire Damage to Spellstwo_hand_weapon 0
caster_unique_weapon 125
attack_dagger 0
wand 125
sceptre 125
dagger 125
WeaponTreeSpellAddedFire2h5ItemCrucible Passive Skill Tree82Adds 56 to 84 Fire Damage to Spellsone_hand_weapon 0
caster_unique_weapon 125
attack_staff 0
staff 125
WeaponTreeSpellAddedFireHighReducedCastSpeed4ItemCrucible Passive Skill Tree62Adds 19 to 30 Fire Damage to Spells
6% reduced Cast Speed
two_hand_weapon 0
caster_unique_weapon 125
attack_dagger 0
wand 125
sceptre 125
dagger 125
WeaponTreeSpellAddedFire2hHighReducedCastSpeed4ItemCrucible Passive Skill Tree62Adds 37 to 55 Fire Damage to Spells
10% reduced Cast Speed
one_hand_weapon 0
caster_unique_weapon 125
attack_staff 0
staff 125
WeaponTreeSpellAddedFireHighReducedCastSpeed5ItemCrucible Passive Skill Tree82Adds 39 to 59 Fire Damage to Spells
6% reduced Cast Speed
two_hand_weapon 0
caster_unique_weapon 63
attack_dagger 0
wand 63
sceptre 63
dagger 63
WeaponTreeSpellAddedFire2hHighReducedCastSpeed5ItemCrucible Passive Skill Tree82Adds 73 to 109 Fire Damage to Spells
10% reduced Cast Speed
one_hand_weapon 0
caster_unique_weapon 63
attack_staff 0
staff 63
WeaponTreeSpellAddedFireLowIgniteChance1ItemCrucible Passive Skill Tree1Adds 1 to 3 Fire Damage to Spells
10% chance to Ignite
two_hand_weapon 0
caster_unique_weapon 250
attack_dagger 0
wand 250
sceptre 250
dagger 250
WeaponTreeSpellAddedFire2hLowIgniteChance1ItemCrucible Passive Skill Tree1Adds 2 to 6 Fire Damage to Spells
20% chance to Ignite
one_hand_weapon 0
caster_unique_weapon 250
attack_staff 0
staff 250
WeaponTreeSpellAddedFireLowIgniteChance2ItemCrucible Passive Skill Tree26Adds 2 to 4 Fire Damage to Spells
10% chance to Ignite
two_hand_weapon 0
caster_unique_weapon 250
attack_dagger 0
wand 250
sceptre 250
dagger 250
WeaponTreeSpellAddedFire2hLowIgniteChance2ItemCrucible Passive Skill Tree26Adds 5 to 8 Fire Damage to Spells
20% chance to Ignite
one_hand_weapon 0
caster_unique_weapon 250
attack_staff 0
staff 250
WeaponTreeSpellAddedFireLowIgniteChance3ItemCrucible Passive Skill Tree42Adds 4 to 9 Fire Damage to Spells
10% chance to Ignite
two_hand_weapon 0
caster_unique_weapon 250
attack_dagger 0
wand 250
sceptre 250
dagger 250
WeaponTreeSpellAddedFire2hLowIgniteChance3ItemCrucible Passive Skill Tree42Adds 9 to 16 Fire Damage to Spells
20% chance to Ignite
one_hand_weapon 0
caster_unique_weapon 250
attack_staff 0
staff 250
WeaponTreeSpellAddedFireLowIgniteChance4ItemCrucible Passive Skill Tree62Adds 8 to 14 Fire Damage to Spells
10% chance to Ignite
two_hand_weapon 0
caster_unique_weapon 125
attack_dagger 0
wand 125
sceptre 125
dagger 125
WeaponTreeSpellAddedFire2hLowIgniteChance4ItemCrucible Passive Skill Tree62Adds 16 to 26 Fire Damage to Spells
20% chance to Ignite
one_hand_weapon 0
caster_unique_weapon 125
attack_staff 0
staff 125
WeaponTreeSpellAddedFireLowIgniteChance5ItemCrucible Passive Skill Tree82Adds 18 to 28 Fire Damage to Spells
10% chance to Ignite
two_hand_weapon 0
caster_unique_weapon 63
attack_dagger 0
wand 63
sceptre 63
dagger 63
WeaponTreeSpellAddedFire2hLowIgniteChance5ItemCrucible Passive Skill Tree82Adds 34 to 51 Fire Damage to Spells
20% chance to Ignite
one_hand_weapon 0
caster_unique_weapon 63
attack_staff 0
staff 63
WeaponTreeSpellAddedFireLowImplicitEffect1ItemCrucible Passive Skill Tree10Adds 1 to 3 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
caster_unique_weapon 250
attack_dagger 0
wand 250
sceptre 250
dagger 250
WeaponTreeSpellAddedFire2hLowImplicitEffect1ItemCrucible Passive Skill Tree10Adds 2 to 6 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
caster_unique_weapon 250
attack_staff 0
staff 250
WeaponTreeSpellAddedFireLowImplicitEffect2ItemCrucible Passive Skill Tree30Adds 2 to 4 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
caster_unique_weapon 250
attack_dagger 0
wand 250
sceptre 250
dagger 250
WeaponTreeSpellAddedFire2hLowImplicitEffect2ItemCrucible Passive Skill Tree30Adds 5 to 8 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
caster_unique_weapon 250
attack_staff 0
staff 250
WeaponTreeSpellAddedFireLowImplicitEffect3ItemCrucible Passive Skill Tree48Adds 4 to 9 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
caster_unique_weapon 250
attack_dagger 0
wand 250
sceptre 250
dagger 250
WeaponTreeSpellAddedFire2hLowImplicitEffect3ItemCrucible Passive Skill Tree48Adds 9 to 16 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
caster_unique_weapon 250
attack_staff 0
staff 250
WeaponTreeSpellAddedFireLowImplicitEffect4ItemCrucible Passive Skill Tree66Adds 8 to 14 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
caster_unique_weapon 125
attack_dagger 0
wand 125
sceptre 125
dagger 125
WeaponTreeSpellAddedFire2hLowImplicitEffect4ItemCrucible Passive Skill Tree66Adds 16 to 26 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
caster_unique_weapon 125
attack_staff 0
staff 125
WeaponTreeSpellAddedFireLowImplicitEffect5ItemCrucible Passive Skill Tree84Adds 18 to 28 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
two_hand_weapon 0
caster_unique_weapon 63
attack_dagger 0
wand 63
sceptre 63
dagger 63
WeaponTreeSpellAddedFire2hLowImplicitEffect5ItemCrucible Passive Skill Tree84Adds 34 to 51 Fire Damage to Spells
25% increased Implicit Modifier magnitudes
one_hand_weapon 0
caster_unique_weapon 63
attack_staff 0
staff 63
WeaponTreeFireExposureOnHitItemCrucible Passive Skill Tree34Inflict Fire Exposure on Hit
25% chance to be inflicted with Fire Exposure when you take Fire Damage from a Hit
weapon 300
WeaponTreeSkillConsecratedPathPurifyingFlameItemCrucible Passive Skill Tree1Consecrated Path and Purifying Flame create Profane Ground instead of Consecrated Ground
100% of Consecrated Path and Purifying Flame Fire Damage Converted to Chaos Damage
caster_unique_weapon 1000
bow 0
claw 0
weapon_can_roll_minion_modifiers 0
attack_dagger 0
shield 500
weapon 1000
WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotemItemCrucible Passive Skill Tree1Decoy, Devouring and Rejuvenation Totems Reflect 100% of their maximum Life as Fire Damage to nearby Enemies when Hittwo_hand_weapon 0
caster_unique_weapon 1000
attack_staff 0
attack_dagger 0
weapon_can_roll_minion_modifiers 0
wand 1000
staff 1000
dagger 1000
sceptre 1000
shield 500
WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotem2HItemCrucible Passive Skill Tree1Decoy, Devouring and Rejuvenation Totems Reflect 200% of their maximum Life as Fire Damage to nearby Enemies when Hitone_hand_weapon 0
caster_unique_weapon 1000
attack_staff 0
attack_dagger 0
weapon_can_roll_minion_modifiers 0
wand 1000
staff 1000
dagger 1000
sceptre 1000
WeaponTreeSkillExsanguinateReapItemCrucible Passive Skill Tree1100% of Exsanguinate and Reap Physical Damage Converted to Fire Damage
Exsanguinate debuffs deal Fire Damage per second instead of Physical Damage per second
Reap debuffs deal Fire Damage per second instead of Physical Damage per second
caster_unique_weapon 1000
attack_staff 0
attack_dagger 0
weapon_can_roll_minion_modifiers 0
wand 1000
staff 1000
dagger 500
sceptre 1000
shield 500
WeaponTreeSkillHolyFlameTotemShockwaveTotemItemCrucible Passive Skill Tree1Holy Flame Totem and Shockwave Totem gain 35% of Physical Damage as Extra Fire Damage when Cast by a Totem linked to by Searing Bondtwo_hand_weapon 0
caster_unique_weapon 1000
attack_staff 0
attack_dagger 0
weapon_can_roll_minion_modifiers 0
wand 1000
staff 1000
dagger 1000
sceptre 1000
shield 500
WeaponTreeSkillHolyFlameTotemShockwaveTotem2HItemCrucible Passive Skill Tree1Holy Flame Totem and Shockwave Totem gain 60% of Physical Damage as Extra Fire Damage when Cast by a Totem linked to by Searing Bondone_hand_weapon 0
caster_unique_weapon 1000
attack_staff 0
attack_dagger 0
weapon_can_roll_minion_modifiers 0
wand 1000
staff 1000
dagger 1000
sceptre 1000
WeaponTreeAddedFirePerStrItemCrucible Passive Skill Tree Mutation60Adds 1 to 3 Fire Damage to Attacks with this Weapon per 10 Strengthtwo_hand_weapon 0
sword 500
axe 500
mace 1000
sceptre 500
staff 500
WeaponTreeAddedFirePerStr2hItemCrucible Passive Skill Tree Mutation60Adds 2 to 4 Fire Damage to Attacks with this Weapon per 10 Strengthone_hand_weapon 0
sword 500
axe 500
mace 1000
sceptre 500
staff 500
FlamewovenMonsterIntrinsic1Inflict Fire Exposure on Hit (Hidden)
25% of Physical Damage Converted to Fire Damage (Hidden)
50% increased Fire Damage (Hidden)
Gain 50% of Physical Damage as Extra Fire Damage (Hidden)
+50% to Fire Resistance (Hidden)
no_common_monster_mods 0
default 5000
of Flame-stridingMonsterIntrinsic1350% of Physical Damage Converted to Fire Damage (Hidden)
30% increased Fire Damage (Hidden)
Gain 25% of Physical Damage as Extra Fire Damage (Hidden)
+40% to Fire Resistance (Hidden)
Hits always Ignite (Hidden)
no_common_monster_mods 0
immobile 0
no_strider_mod 0
magic 0
default 1000
of Flame-stridingMonsterIntrinsic1350% of Physical Damage Converted to Fire Damage (Hidden)
30% increased Fire Damage (Hidden)
Gain 25% of Physical Damage as Extra Fire Damage (Hidden)
+40% to Fire Resistance (Hidden)
Hits always Ignite (Hidden)
immobile 0
no_strider_mod 0
not_part_of_pack 0
rare 0
default 1000
IgnitingMonsterIntrinsic34Hits always Ignite (Hidden)
All Damage can Ignite (Hidden)
25% increased Ignite Duration on Enemies (Hidden)
no_common_monster_mods 0
magic 0
default 2500
IgnitingMonsterIntrinsic34Hits always Ignite (Hidden)
All Damage can Ignite (Hidden)
25% increased Ignite Duration on Enemies (Hidden)
no_common_monster_mods 0
rare 0
default 2500
of MagmaMonsterIntrinsic3425% of Physical Damage Converted to Fire Damage (Hidden)
30% increased Fire Damage (Hidden)
Gain 25% of Physical Damage as Extra Fire Damage (Hidden)
+40% to Fire Resistance (Hidden)
25% additional Physical Damage Reduction (Hidden)
magic 0
default 200
of FlamesAreaSuffix110% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
4% increased Pack size
Area has patches of Burning Ground
20 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 14 (Hidden)
uber_tier_map 0
low_tier_map 250
expedition_logbook 0
primordial_map 0
of FlamesAreaSuffix110% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
4% increased Pack size
Area has patches of Burning Ground
24 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 16 (Hidden)
uber_tier_map 0
mid_tier_map 250
expedition_logbook 0
primordial_map 0
of FlamesAreaSuffix110% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
4% increased Pack size
Area has patches of Burning Ground
28 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 18 (Hidden)
uber_tier_map 0
top_tier_map 250
maven_map 0
expedition_logbook 0
primordial_map 0
of FlamesAreaSuffix110% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
4% increased Pack size
Area has patches of Burning Ground
16 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 12 (Hidden)
uber_tier_map 0
top_tier_map 0
expedition_logbook 250
of FlamesAreaSuffix110% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
Area has patches of Burning Ground
28 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 18 (Hidden)
uber_tier_map 0
top_tier_map 0
maven_map 250
primordial_map 250
of FlamesAreaSuffix6810% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
4% increased Pack size
Area has patches of Burning Ground
20 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 14 (Hidden)
uber_tier_map 0
top_tier_map 0
expedition_logbook 250
of FlamesAreaSuffix7310% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
4% increased Pack size
Area has patches of Burning Ground
24 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 16 (Hidden)
uber_tier_map 0
top_tier_map 0
expedition_logbook 250
of FlamesAreaSuffix7810% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
4% increased Pack size
Area has patches of Burning Ground
28 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 18 (Hidden)
uber_tier_map 0
top_tier_map 0
expedition_logbook 250
FlamingJewelPrefix1(14-16)% increased Fire Damagenot_str 400
default 500
of the HearthJewelSuffix1+(10-12)% to Fire and Cold Resistancesnot_int 450
default 250
of InsulationJewelSuffix1+(10-12)% to Fire and Lightning Resistancesnot_dex 450
default 250
MapAtlasFireDamageAndPacksAtlasPrefix13 uses remaining
Areas contain 4 additional packs of Monsters that deal Fire Damage
Players and Monsters take 8% increased Fire Damage
no_monster_packs 0
default 1000
MapAtlasFireDamageAndPacks2_AtlasPrefix13 uses remaining
Areas contain 6 additional packs of Monsters that deal Fire Damage
Players and Monsters take 10% increased Fire Damage
no_monster_packs 0
default 1000
MapAtlasFireDamageAndPacks3AtlasPrefix13 uses remaining
Your Maps contain 6 additional packs of Monsters that deal Fire Damage
Players and Monsters take 12% increased Fire Damage
no_monster_packs 0
default 1000
MapAtlasFireDamageAndPacksMavenAtlasPrefix115 uses remaining
Your Maps contain 8 additional packs of Monsters that deal Fire Damage
Players and Monsters take 14% increased Fire Damage
no_monster_packs 0
default 1000
HeatedAbyss JewelPrefix1Minions deal (3-6) to (8-11) additional Fire Damageabyss_jewel_summoner 700
FlamingAbyss JewelPrefix39Minions deal (11-14) to (17-20) additional Fire Damageabyss_jewel_summoner 700
ScorchingAbyss JewelPrefix48Minions deal (15-18) to (21-24) additional Fire Damageabyss_jewel_summoner 700
IncineratingAbyss JewelPrefix58Minions deal (20-23) to (26-32) additional Fire Damageabyss_jewel_summoner 700
BlastingAbyss JewelPrefix70Minions deal (24-27) to (33-36) additional Fire Damageabyss_jewel_summoner 350
CrematingAbyss JewelPrefix82Minions deal (29-35) to (42-51) additional Fire Damageabyss_jewel_summoner 175
HeatedAbyss JewelPrefix1(5-6) to (11-12) Added Fire Damage with Axe Attacksaxe 2000
specific_weapon 0
abyss_jewel_melee 500
FlamingAbyss JewelPrefix40(7-8) to (13-15) Added Fire Damage with Axe Attacksaxe 2000
specific_weapon 0
abyss_jewel_melee 500
ScorchingAbyss JewelPrefix51(9-11) to (16-19) Added Fire Damage with Axe Attacksaxe 2000
specific_weapon 0
abyss_jewel_melee 500
IncineratingAbyss JewelPrefix62(12-13) to (20-22) Added Fire Damage with Axe Attacksaxe 2000
specific_weapon 0
abyss_jewel_melee 500
BlastingAbyss JewelPrefix72(14-15) to (23-26) Added Fire Damage with Axe Attacksaxe 1000
specific_weapon 0
abyss_jewel_melee 250
CrematingAbyss JewelPrefix84(16-18) to (27-32) Added Fire Damage with Axe Attacksaxe 500
specific_weapon 0
abyss_jewel_melee 125
HeatedAbyss JewelPrefix1(5-6) to (11-12) Added Fire Damage with Claw Attacksclaw 2000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
FlamingAbyss JewelPrefix40(7-8) to (13-15) Added Fire Damage with Claw Attacksclaw 2000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
ScorchingAbyss JewelPrefix51(9-11) to (16-19) Added Fire Damage with Claw Attacksclaw 2000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
IncineratingAbyss JewelPrefix62(12-13) to (20-22) Added Fire Damage with Claw Attacksclaw 2000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
BlastingAbyss JewelPrefix72(14-15) to (23-26) Added Fire Damage with Claw Attacksclaw 1000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 250
CrematingAbyss JewelPrefix84(16-18) to (27-32) Added Fire Damage with Claw Attacksclaw 500
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 125
HeatedAbyss JewelPrefix1(5-6) to (11-12) Added Fire Damage with Dagger Attacksdagger 2000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
FlamingAbyss JewelPrefix40(7-8) to (13-15) Added Fire Damage with Dagger Attacksdagger 2000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
ScorchingAbyss JewelPrefix51(9-11) to (16-19) Added Fire Damage with Dagger Attacksdagger 2000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
IncineratingAbyss JewelPrefix62(12-13) to (20-22) Added Fire Damage with Dagger Attacksdagger 2000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
BlastingAbyss JewelPrefix72(14-15) to (23-26) Added Fire Damage with Dagger Attacksdagger 1000
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 250
CrematingAbyss JewelPrefix84(16-18) to (27-32) Added Fire Damage with Dagger Attacksdagger 500
two_handed_mod 0
specific_weapon 0
abyss_jewel_melee 125
HeatedAbyss JewelPrefix1(5-6) to (11-12) Added Fire Damage with Mace or Sceptre Attacksmace 2000
specific_weapon 0
abyss_jewel_melee 500
FlamingAbyss JewelPrefix40(7-8) to (13-15) Added Fire Damage with Mace or Sceptre Attacksmace 2000
specific_weapon 0
abyss_jewel_melee 500
ScorchingAbyss JewelPrefix51(9-11) to (16-19) Added Fire Damage with Mace or Sceptre Attacksmace 2000
specific_weapon 0
abyss_jewel_melee 500
IncineratingAbyss JewelPrefix62(12-13) to (20-22) Added Fire Damage with Mace or Sceptre Attacksmace 2000
specific_weapon 0
abyss_jewel_melee 500
BlastingAbyss JewelPrefix72(14-15) to (23-26) Added Fire Damage with Mace or Sceptre Attacksmace 1000
specific_weapon 0
abyss_jewel_melee 250
CrematingAbyss JewelPrefix84(16-18) to (27-32) Added Fire Damage with Mace or Sceptre Attacksmace 500
specific_weapon 0
abyss_jewel_melee 125
HeatedAbyss JewelPrefix1(5-6) to (11-12) Added Fire Damage with Staff Attacksstaff 2000
one_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
FlamingAbyss JewelPrefix40(7-8) to (13-15) Added Fire Damage with Staff Attacksstaff 2000
one_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
ScorchingAbyss JewelPrefix51(9-11) to (16-19) Added Fire Damage with Staff Attacksstaff 2000
one_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
IncineratingAbyss JewelPrefix62(12-13) to (20-22) Added Fire Damage with Staff Attacksstaff 2000
one_handed_mod 0
specific_weapon 0
abyss_jewel_melee 500
BlastingAbyss JewelPrefix72(14-15) to (23-26) Added Fire Damage with Staff Attacksstaff 1000
one_handed_mod 0
specific_weapon 0
abyss_jewel_melee 250
CrematingAbyss JewelPrefix84(16-18) to (27-32) Added Fire Damage with Staff Attacksstaff 500
one_handed_mod 0
specific_weapon 0
abyss_jewel_melee 125
HeatedAbyss JewelPrefix1(5-6) to (11-12) Added Fire Damage with Sword Attackssword 2000
specific_weapon 0
abyss_jewel_melee 500
FlamingAbyss JewelPrefix40(7-8) to (13-15) Added Fire Damage with Sword Attackssword 2000
specific_weapon 0
abyss_jewel_melee 500
ScorchingAbyss JewelPrefix51(9-11) to (16-19) Added Fire Damage with Sword Attackssword 2000
specific_weapon 0
abyss_jewel_melee 500
IncineratingAbyss JewelPrefix62(12-13) to (20-22) Added Fire Damage with Sword Attackssword 2000
specific_weapon 0
abyss_jewel_melee 500
BlastingAbyss JewelPrefix72(14-15) to (23-26) Added Fire Damage with Sword Attackssword 1000
specific_weapon 0
abyss_jewel_melee 250
CrematingAbyss JewelPrefix84(16-18) to (27-32) Added Fire Damage with Sword Attackssword 500
specific_weapon 0
abyss_jewel_melee 125
HeatedAbyss JewelPrefix1(5-6) to (11-12) Added Fire Damage with Wand Attackswand 2350
two_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 350
FlamingAbyss JewelPrefix40(7-8) to (13-15) Added Fire Damage with Wand Attackswand 2350
two_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 350
ScorchingAbyss JewelPrefix51(9-11) to (16-19) Added Fire Damage with Wand Attackswand 2350
two_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 350
IncineratingAbyss JewelPrefix62(12-13) to (20-22) Added Fire Damage with Wand Attackswand 2350
two_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 350
BlastingAbyss JewelPrefix72(14-15) to (23-26) Added Fire Damage with Wand Attackswand 1175
two_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 175
CrematingAbyss JewelPrefix84(16-18) to (27-32) Added Fire Damage with Wand Attackswand 553
two_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 87
HeatedAbyss JewelPrefix1(5-6) to (11-12) Added Fire Damage with Bow Attacksbow 2500
one_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 700
FlamingAbyss JewelPrefix40(7-8) to (13-15) Added Fire Damage with Bow Attacksbow 2500
one_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 700
ScorchingAbyss JewelPrefix51(9-11) to (16-19) Added Fire Damage with Bow Attacksbow 2500
one_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 700
IncineratingAbyss JewelPrefix62(12-13) to (20-22) Added Fire Damage with Bow Attacksbow 2500
one_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 700
BlastingAbyss JewelPrefix72(14-15) to (23-26) Added Fire Damage with Bow Attacksbow 1250
one_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 350
CrematingAbyss JewelPrefix84(16-18) to (27-32) Added Fire Damage with Bow Attacksbow 500
one_handed_mod 0
specific_weapon 0
abyss_jewel_ranged 175
HeatedAbyss JewelPrefix1(2-4) to (5-7) Added Spell Fire Damage while Dual Wieldingabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
dual_wielding_mod 700
two_handed_mod 0
shield_mod 0
abyss_jewel_caster 250
FlamingAbyss JewelPrefix39(7-9) to (11-13) Added Spell Fire Damage while Dual Wieldingabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
dual_wielding_mod 700
two_handed_mod 0
shield_mod 0
abyss_jewel_caster 250
ScorchingAbyss JewelPrefix48(10-12) to (14-16) Added Spell Fire Damage while Dual Wieldingabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
dual_wielding_mod 700
two_handed_mod 0
shield_mod 0
abyss_jewel_caster 250
IncineratingAbyss JewelPrefix58(13-15) to (17-21) Added Spell Fire Damage while Dual Wieldingabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
dual_wielding_mod 700
two_handed_mod 0
shield_mod 0
abyss_jewel_caster 250
BlastingAbyss JewelPrefix70(16-18) to (22-24) Added Spell Fire Damage while Dual Wieldingabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
dual_wielding_mod 350
two_handed_mod 0
shield_mod 0
abyss_jewel_caster 125
CrematingAbyss JewelPrefix82(19-25) to (26-34) Added Spell Fire Damage while Dual Wieldingabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
dual_wielding_mod 175
two_handed_mod 0
shield_mod 0
abyss_jewel_caster 62
HeatedAbyss JewelPrefix1(2-4) to (5-7) Added Spell Fire Damage while holding a Shieldabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
shield_mod 700
two_handed_mod 0
dual_wielding_mod 0
abyss_jewel_caster 250
FlamingAbyss JewelPrefix39(7-9) to (11-13) Added Spell Fire Damage while holding a Shieldabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
shield_mod 700
two_handed_mod 0
dual_wielding_mod 0
abyss_jewel_caster 250
ScorchingAbyss JewelPrefix48(10-12) to (14-16) Added Spell Fire Damage while holding a Shieldabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
shield_mod 700
two_handed_mod 0
dual_wielding_mod 0
abyss_jewel_caster 250
IncineratingAbyss JewelPrefix58(13-15) to (17-21) Added Spell Fire Damage while holding a Shieldabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
shield_mod 700
two_handed_mod 0
dual_wielding_mod 0
abyss_jewel_caster 250
BlastingAbyss JewelPrefix70(16-18) to (22-24) Added Spell Fire Damage while holding a Shieldabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
shield_mod 350
two_handed_mod 0
dual_wielding_mod 0
abyss_jewel_caster 125
CrematingAbyss JewelPrefix82(19-25) to (26-34) Added Spell Fire Damage while holding a Shieldabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
shield_mod 175
two_handed_mod 0
dual_wielding_mod 0
abyss_jewel_caster 62
HeatedAbyss JewelPrefix1(2-4) to (5-7) Added Spell Fire Damage while wielding a Two Handed Weaponabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
two_handed_mod 700
one_handed_mod 0
abyss_jewel_caster 250
FlamingAbyss JewelPrefix39(7-9) to (11-13) Added Spell Fire Damage while wielding a Two Handed Weaponabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
two_handed_mod 700
one_handed_mod 0
abyss_jewel_caster 250
ScorchingAbyss JewelPrefix48(10-12) to (14-16) Added Spell Fire Damage while wielding a Two Handed Weaponabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
two_handed_mod 700
one_handed_mod 0
abyss_jewel_caster 250
IncineratingAbyss JewelPrefix58(13-15) to (17-21) Added Spell Fire Damage while wielding a Two Handed Weaponabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
two_handed_mod 700
one_handed_mod 0
abyss_jewel_caster 250
BlastingAbyss JewelPrefix70(16-18) to (22-24) Added Spell Fire Damage while wielding a Two Handed Weaponabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
two_handed_mod 350
one_handed_mod 0
abyss_jewel_caster 125
CrematingAbyss JewelPrefix82(19-25) to (26-34) Added Spell Fire Damage while wielding a Two Handed Weaponabyss_jewel_melee 0
abyss_jewel_ranged 0
abyss_jewel_summoner 0
two_handed_mod 175
one_handed_mod 0
abyss_jewel_caster 62
of CoalsAbyss JewelSuffix35Adds (4-5) to (10-12) Fire Damage to Attacksabyss_jewel_melee 1000
abyss_jewel_ranged 1000
of CindersAbyss JewelSuffix44Adds (6-7) to (13-16) Fire Damage to Attacksabyss_jewel_melee 1000
abyss_jewel_ranged 1000
of FlamesAbyss JewelSuffix52Adds (8-9) to (17-20) Fire Damage to Attacksabyss_jewel_melee 1000
abyss_jewel_ranged 1000
of ImmolationAbyss JewelSuffix64Adds (10-12) to (21-24) Fire Damage to Attacksabyss_jewel_melee 500
abyss_jewel_ranged 500
of AshesAbyss JewelSuffix76Adds (13-15) to (25-28) Fire Damage to Attacksabyss_jewel_melee 300
abyss_jewel_ranged 300
of the HearthAbyss JewelSuffix1+(10-12)% to Fire and Cold Resistancesdefault 250
of InsulationAbyss JewelSuffix1+(10-12)% to Fire and Lightning Resistancesdefault 250
of CoalsAbyss JewelSuffix30Adds (6-8) to (9-11) Fire Damage to Spellsabyss_jewel_caster 700
of CindersAbyss JewelSuffix43Adds (9-11) to (12-14) Fire Damage to Spellsabyss_jewel_caster 700
of FlamesAbyss JewelSuffix55Adds (12-14) to (15-19) Fire Damage to Spellsabyss_jewel_caster 700
of ImmolationAbyss JewelSuffix66Adds (15-17) to (20-23) Fire Damage to Spellsabyss_jewel_caster 350
of AshesAbyss JewelSuffix77Adds (19-23) to (24-32) Fire Damage to Spellsabyss_jewel_caster 175
SubterraneanDelvePrefix1Adds (20-25) to (26-35) Fire Damageabyss_jewel 0
jewel 0
gloves 2000
SubterraneanDelvePrefix1(8-10)% chance to Avoid Fire Damage from Hitsabyss_jewel 0
jewel 0
body_armour 2000
shield 2000
quiver 2000
SubterraneanDelvePrefix10.2% of Fire Damage Leeched as Lifeabyss_jewel 0
jewel 0
ring 600
SubterraneanDelvePrefix1(20-30)% increased Fire Damageabyss_jewel 0
jewel 0
amulet 2000
belt 2000
of the UndergroundDelveSuffix1Nearby Enemies have -9% to Fire Resistanceabyss_jewel 0
jewel 0
helmet 2000
MapBurningGroundDelve2Delve AreaDelve Area5210% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
4% increased Pack size
Area has patches of Burning Ground
24 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 16 (Hidden)
default 250
MapBurningGroundDelve3Delve AreaDelve Area17310% increased Quantity of Items found in this Area
6% increased Rarity of Items found in this Area
4% increased Pack size
Area has patches of Burning Ground
28 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 18 (Hidden)
default 250
MapBurningGroundSynthesisSynthesis unknownSynthesis unknown50Area has patches of Burning Ground
20 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 14 (Hidden)
default 250
MapBurningGroundSynthesis2Synthesis unknownSynthesis unknown68Area has patches of Burning Ground
24 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 16 (Hidden)
default 250
MapBurningGroundSynthesis3Synthesis unknownSynthesis unknown79Area has patches of Burning Ground
28 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 18 (Hidden)
default 250
of FlamesHeist Contract/BlueprintSuffix46Area has patches of Burning Ground
16 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 12 (Hidden)
default 250
of FlamesHeist Contract/BlueprintSuffix68Area has patches of Burning Ground
20 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 14 (Hidden)
default 250
of FlamesHeist Contract/BlueprintSuffix73Area has patches of Burning Ground
24 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 16 (Hidden)
default 250
of FlamesHeist Contract/BlueprintSuffix78Area has patches of Burning Ground
28 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 18 (Hidden)
default 250
HeatedHeist EquipmentPrefix1(11-15) to (18-21) added Fire Damage
Players and their Minions have (11-15) to (18-21) added Fire Damage
heist_equipment_weapon 1000
SmoulderingHeist EquipmentPrefix45(16-20) to (22-25) added Fire Damage
Players and their Minions have (16-20) to (22-25) added Fire Damage
heist_equipment_weapon 800
SmokingHeist EquipmentPrefix75(20-25) to (26-35) added Fire Damage
Players and their Minions have (20-25) to (26-35) added Fire Damage
heist_equipment_weapon 600
BurningHeist EquipmentPrefix83(26-30) to (36-42) added Fire Damage
Players and their Minions have (26-30) to (36-42) added Fire Damage
heist_equipment_weapon 400
ChosenUnveiledPrefix60Adds (14-16) to (20-22) Fire Damage
Adds (14-16) to (20-22) Cold Damage
shield 1000
ring 1000
quiver 1000
ChosenUnveiledPrefix60Adds (14-16) to (20-22) Fire Damage
Adds (14-16) to (20-22) Lightning Damage
shield 1000
ring 1000
quiver 1000
It'sUnveiledPrefix60Gain (9-10)% of Fire Damage as Extra Chaos Damageone_hand_weapon 2000
shield 2000
It'sUnveiledPrefix60Gain (18-20)% of Fire Damage as Extra Chaos Damagetwo_hand_weapon 2000
ChosenUnveiledPrefix60(70-79)% increased Fire Damage
(21-23)% chance to Ignite
two_hand_weapon 0
wand 1000
dagger 1000
sceptre 1000
weapon 100
ChosenUnveiledPrefix60(100-109)% increased Fire Damage
(35-40)% chance to Ignite
one_hand_weapon 0
bow 0
staff 1000
weapon 100
of the OrderUnveiledSuffix60+(16-20)% to Fire and Chaos Resistancesbody_armour 600
boots 600
gloves 600
helmet 600
shield 600
amulet 600
ring 600
belt 600
quiver 600
of RikerUnveiledSuffix60(18-20)% increased Fire Damage
(20-22)% increased Lightning Damage
ring 2000
FirebornSanctified RelicPrefix75(15-20)% of Fire Damage taken Recouped as Lifestr_special_relic 600
default 150
BlazingSanctified RelicPrefix75Adds (9-12) to (19-22) Fire Damage to Attacksstr_special_relic 1000
default 250
Summer Preacher'sSanctified RelicPrefix75(0.3-0.5)% of Fire Damage Leeched as Lifestr_special_relic 600
default 150
PyroclasticSanctified RelicPrefix75(20-30)% increased Fire Damagestr_special_relic 1000
default 250
RapturousSanctified RelicPrefix84Your Fire Damage can Shockstr_special_relic 200
default 50
ForcefulSanctified RelicPrefix84Adds 2 to 3 Fire Damage to Attacks per 10 Strengthstr_special_relic 200
default 50
CrematingSanctified RelicPrefix75Adds (14-18) to (29-33) Fire Damage to Spellsint_special_relic 1000
default 250
of the JuggernautCharmSuffix812% of Armour applies to Fire, Cold and Lightning Damage taken from Hitsstr_animal_charm 20
of the JuggernautCharmSuffix833% of Armour applies to Fire, Cold and Lightning Damage taken from Hitsstr_animal_charm 10
of FlamesUber Map AreaSuffix1Area has patches of Burning Ground
28 patches with Ground Effect per 100 tiles (Hidden)
Ground Effect has a radius of 18 (Hidden)
has_uber_map_suffix 30

Fire ailment modifiers

No results found

Monsters

Monsters with fire damage attacks include: Some Cannibals, some Skeletons, some Snakes, Flame Sentinels, Carrion Queens, Devourers, some Bandits, some Experimenters, some Goatmans, some Hellions, some Miscreations, some Skeletal Archers, some Skeletal Mages, some Spitter, some Undyings and Voidbearers.

Bosses with fire damage attacks include:

  • Fire Fury (casts FirestormFirestormSpell, AoE, Duration, Fire
    Level: (1-20)
    Cost: (13-25) Mana
    Cast Time: 0.75 sec
    Critical Strike Chance: 6.00%
    Effectiveness of Added Damage: 80%
    Requires Level 28Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.Base duration is 1.40 seconds
    Deals (23-361) to (35-541) Fire Damage
    One impact every 0.15 seconds
    Base radius is 1.3 metres
    First Impact has 100% more Area of Effect
    First Impact deals 325% more Damage with Hits and Ailments
    Maximum 3 Firestorms at a time

    Additional Effects From 1-20% Quality:
    Base radius is (0.01-0.2) metres
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • Ungulath‎ (cast Module Error: No results found for item using search term "item_name = Vaal Fireball" supported by Module Error: No results found for item using search term "item_name = Spell Totem", Molten ShellMolten ShellSpell, AoE, Duration, Fire, Physical, Guard
    Level: (1-20)
    Cost: (8-12) Mana
    Cooldown Time: 4.00 sec
    Can Store 1 Use(s)
    Cast Time: Instant
    AoE Radius: 15
    Requires Level 4Applies a buff that adds to your armour, and can take some of the damage from hits for you before being depleted. When the buff expires or is depleted, the skill deals reflected damage to enemies around you based on the total damage that was taken from the buff. Shares a cooldown with other Guard skills.Base duration is 3.00 seconds
    This Skill's Cooldown does not recover during its effect
    Buff grants +(50-858) to Armour
    75% of Damage from Hits is taken from the Buff before your Life or Energy Shield
    Buff can take Damage equal to 10% of your Armour, up to a maximum of 5000
    Reflects (100-3000)% of Damage taken from Buff as Fire Damage when Buff expires or is depleted

    Additional Effects From 1-20% Quality:
    (1-20)% increased Skill Effect Duration
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • The Burning Menace (deals Fire Damage, ignites ground on death)
  • Ambrosia, Daughter of Merveil (AngerAngerAura, Spell, AoE, Fire
    Level: (1-20)
    Reservation: 50% Mana
    Cooldown Time: 1.20 sec
    Can Store 1 Use(s)
    Cast Time: Instant
    Requires Level 24Casts an aura that adds fire damage to the attacks and spells of you and your allies.+(0-1.9) metres to radius
    You and nearby allies deal (16-109) to (23-155) additional Fire Damage with Attacks
    You and nearby allies deal (16-109) to (23-155) additional Fire Damage with Spells

    Additional Effects From 1-20% Quality:
    (2-40)% increased Area of Effect
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    aura, casts FireballFireballProjectile, Spell, AoE, Fire
    Level: (1-20)
    Cost: (6-25) Mana
    Cast Time: 0.75 sec
    Critical Strike Chance: 6.00%
    Effectiveness of Added Damage: 370%
    Projectile Speed: 1040
    AoE Radius: 9
    Unleashes a ball of fire towards a target which explodes, damaging nearby foes.Deals (9-1640) to (14-2460) Fire Damage
    25% chance to Ignite enemies
    Base radius is (0.9-1.4) metres

    Additional Effects From 1-20% Quality:
    Base radius is (0.01-0.2) metres
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    and FirestormFirestormSpell, AoE, Duration, Fire
    Level: (1-20)
    Cost: (13-25) Mana
    Cast Time: 0.75 sec
    Critical Strike Chance: 6.00%
    Effectiveness of Added Damage: 80%
    Requires Level 28Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.Base duration is 1.40 seconds
    Deals (23-361) to (35-541) Fire Damage
    One impact every 0.15 seconds
    Base radius is 1.3 metres
    First Impact has 100% more Area of Effect
    First Impact deals 325% more Damage with Hits and Ailments
    Maximum 3 Firestorms at a time

    Additional Effects From 1-20% Quality:
    Base radius is (0.01-0.2) metres
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • Targa, Beast Poacher (Uses Explosive ArrowExplosive ArrowAttack, Projectile, AoE, Duration, Fire, Bow
    Level: (1-20)
    Cost: (8-10) Mana
    Projectile Speed: 3260
    AoE Radius: 15
    Requires Level 28Fires an arrow which will stick into an enemy or wall, and then explode, dealing area damage around it, either after a duration or when the maximum number of arrows stuck to that target is reached. If an enemy has multiple Explosive Arrows stuck in them, the first one to explode will consume the others, adding their damage to its explosion.Base duration is 1.00 seconds
    Explosion deals 50% less Base Damage
    Explosion will have (47-522) to (71-783) added Fire Damage
    +0.2 metres to Explosion Radius per Explosive Arrow on Target, up to a maximum of +1.2 metres
    Explosion deals 6% more Damage with Hits per Explosive Arrow on Target
    Explosion deals 3% more Damage with Ailments per Explosive Arrow on Target
    Maximum 20 Explosive Arrows stuck in an Enemy

    Additional Effects From 1-20% Quality:
    +(0.1-2) Maximum Explosive Arrows stuck in an Enemy
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • Alira (casts Detonate DeadDetonate DeadSpell, AoE, Fire
    Level: (1-20)
    Cost: (5-20) Mana
    Cast Time: 0.60 sec
    Critical Strike Chance: 6.00%
    Effectiveness of Added Damage: 160%
    AoE Radius: 22
    Requires Level 4Targets a corpse, and deals spell damage to enemies around the corpse, as well as causing the corpse to explode, dealing fire damage. The explosion is not affected by modifiers to spell damage and cannot be reflected.Deals (15-798) to (22-1197) Fire Damage
    Explosion deals base Fire Damage equal to (6-7.9)% of the corpse's Maximum Life
    Base radius is (2.2-2.6) metres

    Additional Effects From 1-20% Quality:
    (0.75-15)% chance to detonate an additional corpse
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • Vaal Oversoul (Slam (50% Physical, 50% Fire))
  • Hatebeat (casts FirestormFirestormSpell, AoE, Duration, Fire
    Level: (1-20)
    Cost: (13-25) Mana
    Cast Time: 0.75 sec
    Critical Strike Chance: 6.00%
    Effectiveness of Added Damage: 80%
    Requires Level 28Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.Base duration is 1.40 seconds
    Deals (23-361) to (35-541) Fire Damage
    One impact every 0.15 seconds
    Base radius is 1.3 metres
    First Impact has 100% more Area of Effect
    First Impact deals 325% more Damage with Hits and Ailments
    Maximum 3 Firestorms at a time

    Additional Effects From 1-20% Quality:
    Base radius is (0.01-0.2) metres
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • The Shipyard Terror‎ (cast Module Error: No results found for item using search term "item_name = Searing Bond")
  • The Infernal Seal (casts FirestormFirestormSpell, AoE, Duration, Fire
    Level: (1-20)
    Cost: (13-25) Mana
    Cast Time: 0.75 sec
    Critical Strike Chance: 6.00%
    Effectiveness of Added Damage: 80%
    Requires Level 28Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.Base duration is 1.40 seconds
    Deals (23-361) to (35-541) Fire Damage
    One impact every 0.15 seconds
    Base radius is 1.3 metres
    First Impact has 100% more Area of Effect
    First Impact deals 325% more Damage with Hits and Ailments
    Maximum 3 Firestorms at a time

    Additional Effects From 1-20% Quality:
    Base radius is (0.01-0.2) metres
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    and FlammabilityFlammabilitySpell, AoE, Duration, Fire, Curse, Hex
    Level: (1-20)
    Cost: (24-50) Mana
    Cast Time: 0.50 sec
    AoE Radius: 22
    Requires Level 24Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.Base duration is (8.00-11.80) seconds
    +(0-1) metre to radius
    Cursed enemies have -(17-36)% to Fire Resistance
    Hits against Cursed Enemies have +25% chance to Ignite

    Additional Effects From 1-20% Quality:
    Ignite on Cursed enemies has (1-20)% increased Duration
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • Banner of Passion (AngerAngerAura, Spell, AoE, Fire
    Level: (1-20)
    Reservation: 50% Mana
    Cooldown Time: 1.20 sec
    Can Store 1 Use(s)
    Cast Time: Instant
    Requires Level 24Casts an aura that adds fire damage to the attacks and spells of you and your allies.+(0-1.9) metres to radius
    You and nearby allies deal (16-109) to (23-155) additional Fire Damage with Attacks
    You and nearby allies deal (16-109) to (23-155) additional Fire Damage with Spells

    Additional Effects From 1-20% Quality:
    (2-40)% increased Area of Effect
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    aura)
  • General Gravicius (deals Fire Damage, casts FirestormFirestormSpell, AoE, Duration, Fire
    Level: (1-20)
    Cost: (13-25) Mana
    Cast Time: 0.75 sec
    Critical Strike Chance: 6.00%
    Effectiveness of Added Damage: 80%
    Requires Level 28Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.Base duration is 1.40 seconds
    Deals (23-361) to (35-541) Fire Damage
    One impact every 0.15 seconds
    Base radius is 1.3 metres
    First Impact has 100% more Area of Effect
    First Impact deals 325% more Damage with Hits and Ailments
    Maximum 3 Firestorms at a time

    Additional Effects From 1-20% Quality:
    Base radius is (0.01-0.2) metres
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    , Molten ShellMolten ShellSpell, AoE, Duration, Fire, Physical, Guard
    Level: (1-20)
    Cost: (8-12) Mana
    Cooldown Time: 4.00 sec
    Can Store 1 Use(s)
    Cast Time: Instant
    AoE Radius: 15
    Requires Level 4Applies a buff that adds to your armour, and can take some of the damage from hits for you before being depleted. When the buff expires or is depleted, the skill deals reflected damage to enemies around you based on the total damage that was taken from the buff. Shares a cooldown with other Guard skills.Base duration is 3.00 seconds
    This Skill's Cooldown does not recover during its effect
    Buff grants +(50-858) to Armour
    75% of Damage from Hits is taken from the Buff before your Life or Energy Shield
    Buff can take Damage equal to 10% of your Armour, up to a maximum of 5000
    Reflects (100-3000)% of Damage taken from Buff as Fire Damage when Buff expires or is depleted

    Additional Effects From 1-20% Quality:
    (1-20)% increased Skill Effect Duration
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    , Fire TrapFire TrapTrap, Spell, Duration, AoE, Fire
    Level: (1-20)
    Cost: (8-20) Mana
    Cast Time: 1.00 sec
    Critical Strike Chance: 6.00%
    Effectiveness of Added Damage: 260%
    AoE Radius: 15
    Requires Level 12Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.Trap lasts 4 seconds
    Deals (32.5-3018.8) Base Fire Damage per second
    Base duration is 1.75 seconds
    Deals (10-915) to (15-1373) Fire Damage
    Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
    +(0-0.8) metres to radius
    (3-286) to (5-429) added Fire Damage against Burning Enemies

    Additional Effects From 1-20% Quality:
    (4-80)% increased Trap Trigger Area of Effect
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • Piety (deals Fire Damage in melee form)
  • The Conqueror Wurm (Fire projectile)
  • Draconarius Wilhelm Flamebrand (deals Fire Damage)
  • Kali the Crazed (deals Fire Damage)
  • Dominus (Ascendant phase)

See also

ru:Урон от огня