Monster resistances: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Lextra2
(updated informations)
>OmegaK2
No edit summary
 
(27 intermediate revisions by 5 users not shown)
Line 8: Line 8:


Monster resistances are capped:
Monster resistances are capped:
{{#ask:  
{{#cargo_query: table=generic_stats
[[-Has subobject::Monster]]
|fields = stat_text
  [[Has stat id::~base_maximum_*_damage_resistance_%]]
|where = name="Monster"
|?Has stat text=
  AND (id LIKE "base_maximum_%_damage_resistance_%")
|format=ul
|format = ul
|sort=Has stat text
|mainlabel=-
}}
}}


== Resistance groups ==
== Resistance groups ==
{{#subobject: None
{{#cargo_query:
|Is resistance group = None
|table=monster_resistances
|Has fire resistance in normal difficulty = 0
|fields=id=ID, CONCAT('<em class="tc -lightning">', part1_lightning, '</em>')=Part 1 Lightning, CONCAT('<em class="tc -cold">', part1_cold, '</em>')=Part 1 Cold, CONCAT('<em class="tc -fire">', part1_fire, '</em>')=Part 1 Fire, CONCAT('<em class="tc -chaos">', part1_chaos, '</em>')=Part 1 Chaos, CONCAT('<em class="tc -lightning">', part2_lightning, '</em>')=Part 2 Lightning, CONCAT('<em class="tc -cold">', part2_cold, '</em>')=Part 2 Cold, CONCAT('<em class="tc -fire">', part2_fire, '</em>')=Part 2 Fire, CONCAT('<em class="tc -chaos">', part2_chaos, '</em>')=Part 2 Chaos, CONCAT('<em class="tc -lightning">', maps_lightning, '</em>')=Endgame Lightning, CONCAT('<em class="tc -cold">', maps_cold, '</em>')=Endgame Cold, CONCAT('<em class="tc -fire">', maps_fire, '</em>')=Endgame Fire, CONCAT('<em class="tc -chaos">', maps_chaos, '</em>')=Endgame Chaos
|Has cold resistance in normal difficulty = 0
|Has lightning resistance in normal difficulty = 0
|Has chaos resistance in normal difficulty = 0
}}
}}
{{#subobject: MinionTotem
|Is resistance group                              = MinionTotem
|Has fire resistance in normal difficulty        = 40
|Has cold resistance in normal difficulty        = 40
|Has lightning resistance in normal difficulty    = 40
|Has chaos resistance in normal difficulty        = 20
}}
{{#subobject: MinionFireGolem
|Is resistance group                              = MinionFireGolem
|Has fire resistance in normal difficulty        = 70
|Has cold resistance in normal difficulty        = 40
|Has lightning resistance in normal difficulty    = 40
|Has chaos resistance in normal difficulty        = 20
}}
{{#subobject: MinionColdGolem
|Is resistance group                              = MinionColdGolem
|Has fire resistance in normal difficulty        = 40
|Has cold resistance in normal difficulty        = 70
|Has lightning resistance in normal difficulty    = 40
|Has chaos resistance in normal difficulty        = 20
}}
{{#subobject: MinionLightningGolem
|Is resistance group                              = MinionLightningGolem
|Has fire resistance in normal difficulty        = 40
|Has cold resistance in normal difficulty        = 40
|Has lightning resistance in normal difficulty    = 70
|Has chaos resistance in normal difficulty        = 20
}}
{{#subobject: MinionChaosGolem
|Is resistance group                              = MinionChaosGolem
|Has fire resistance in normal difficulty        = 40
|Has cold resistance in normal difficulty        = 40
|Has lightning resistance in normal difficulty    = 40
|Has chaos resistance in normal difficulty        = 60
}}
{{#subobject: ActBoss1
|Is resistance group = ActBoss1
|Has fire resistance in normal difficulty = 15
|Has cold resistance in normal difficulty = 15
|Has lightning resistance in normal difficulty = 15
|Has chaos resistance in normal difficulty = 7
}}
{{#subobject: ActBoss2
|Is resistance group = ActBoss2
|Has fire resistance in normal difficulty = 25
|Has cold resistance in normal difficulty = 25
|Has lightning resistance in normal difficulty = 25
|Has chaos resistance in normal difficulty = 13
}}
{{#subobject: ActBoss3
|Is resistance group = ActBoss3
|Has fire resistance in normal difficulty = 45
|Has cold resistance in normal difficulty = 45
|Has lightning resistance in normal difficulty = 45
|Has chaos resistance in normal difficulty = 22
}}
{{#subobject: SideAreaBoss1
|Is resistance group = SideAreaBoss1
|Has fire resistance in normal difficulty = 10
|Has cold resistance in normal difficulty = 10
|Has lightning resistance in normal difficulty = 10
|Has chaos resistance in normal difficulty = 5
}}
{{#subobject: SideAreaBoss2
|Is resistance group = SideAreaBoss2
|Has fire resistance in normal difficulty = 20
|Has cold resistance in normal difficulty = 20
|Has lightning resistance in normal difficulty = 20
|Has chaos resistance in normal difficulty = 10
}}
{{#subobject: SideAreaBoss3
|Is resistance group = SideAreaBoss2
|Has fire resistance in normal difficulty = 30
|Has cold resistance in normal difficulty = 30
|Has lightning resistance in normal difficulty = 30
|Has chaos resistance in normal difficulty = 15
}}
{{#subobject: RogueExile1
|Is resistance group = RogueExile1
|Has fire resistance in normal difficulty = 10
|Has cold resistance in normal difficulty = 10
|Has lightning resistance in normal difficulty = 10
|Has chaos resistance in normal difficulty = 0
}}
{{#subobject: RogueExile2
|Is resistance group = RogueExile2
|Has fire resistance in normal difficulty = 23
|Has cold resistance in normal difficulty = 23
|Has lightning resistance in normal difficulty = 23
|Has chaos resistance in normal difficulty = 0
}}
{{#subobject: RogueExile3
|Is resistance group = RogueExile3
|Has fire resistance in normal difficulty = 37
|Has cold resistance in normal difficulty = 37
|Has lightning resistance in normal difficulty = 37
|Has chaos resistance in normal difficulty = 0
}}
{{#subobject: MapBoss
|Is resistance group = MapBoss
|Has fire resistance in normal difficulty = 30
|Has cold resistance in normal difficulty = 30
|Has lightning resistance in normal difficulty = 30
|Has chaos resistance in normal difficulty = 15
}}
{{#subobject: ShaperAndGuardians
|Is resistance group = ShaperAndGuardians
|Has fire resistance in normal difficulty = 40
|Has cold resistance in normal difficulty = 40
|Has lightning resistance in normal difficulty = 40
|Has chaos resistance in normal difficulty = 25
}}
{{#ask: [[-Has subobject::{{FULLPAGENAME}}]]
|?Is resistance group=Id
|?Has fire resistance in normal difficulty=Fire (Normal)
|?Has cold resistance in normal difficulty=Cold (Normal)
|?Has lightning resistance in normal difficulty=Lightning (Normal)
|?Has chaos resistance in normal difficulty=Chaos (Normal)
|mainlabel=-
|sort=Is resistance group
|link=none
}}
== Developer information ==
== Developer information ==
{{development information|section}}
{{development information|section}}
Line 176: Line 31:


[[Category:Game mechanics]]
[[Category:Game mechanics]]
[[Category:Pages defining semantic stat data]]

Latest revision as of 07:12, 22 September 2019

Overview

Monster base resistances are derived from the resistance group their monster type is in.

Monster resistances are not final and may be further modified by buffs, map mods, monster mods, auras, curses and other sources.

Monster resistances are capped: No results

Resistance groups

ID Part 1 Lightning Part 1 Cold Part 1 Fire Part 1 Chaos Part 2 Lightning Part 2 Cold Part 2 Fire Part 2 Chaos Endgame Lightning Endgame Cold Endgame Fire Endgame Chaos
ActBoss 15 15 15 7 30 30 30 20 40 40 40 25
BestiaryLegendary 0 0 0 0 25 25 25 15 40 40 40 25
Chaos1 0 0 0 0 0 0 0 20 0 0 0 40
Chaos1b 0 0 0 10 0 0 0 20 0 0 0 40
Chaos2 0 0 0 20 0 0 0 45 0 0 0 75
ChaosBoss 0 0 0 25 0 0 0 55 0 0 0 85
Cold1 0 0 0 0 0 20 0 0 0 40 0 0
Cold1b 0 10 0 0 0 20 0 0 0 40 0 0
Cold2 0 20 0 0 0 45 0 0 0 75 0 0
ColdBoss 0 25 0 0 0 55 0 0 0 85 0 0
ColdChaos1 0 0 0 0 0 15 0 15 0 30 0 30
ColdChaos1b 0 7 0 7 0 15 0 15 0 30 0 30
ColdChaos2 0 15 0 15 0 34 0 34 0 52 0 52
ColdChaosBoss 0 19 0 19 0 41 0 41 0 64 0 64
ColdLightning1 0 0 0 0 15 15 0 0 30 30 0 0
ColdLightning1b 7 7 0 0 15 15 0 0 30 30 0 0
ColdLightning2 15 15 0 0 34 34 0 0 52 52 0 0
ColdLightningBoss 19 19 0 0 41 41 0 0 64 64 0 0
Elemental1 0 0 0 0 10 10 10 0 20 20 20 0
Elemental1b 5 5 5 0 10 10 10 0 20 20 20 0
Elemental2 10 10 10 0 23 23 23 0 37 37 37 0
ElementalBoss 12 12 12 0 27 27 27 0 42 42 42 0
ElementalChaos 0 0 0 0 20 20 20 12 35 35 35 20
Fire1 0 0 0 0 0 0 20 0 0 0 40 0
Fire1b 0 0 10 0 0 0 20 0 0 0 40 0
Fire2 0 0 20 0 0 0 45 0 0 0 75 0
FireBoss 0 0 25 0 0 0 55 0 0 0 85 0
FireChaos1 0 0 0 0 0 0 15 15 0 0 30 30
FireChaos1b 0 0 7 7 0 0 15 15 0 0 30 30
FireChaosBoss 0 0 19 19 0 0 41 41 0 0 64 64
FireCold2 0 15 15 0 0 34 34 0 0 52 52 0
FireColdBoss 0 19 19 0 0 41 41 0 0 64 64 0
Lightning1 0 0 0 0 20 0 0 0 40 0 0 0
Lightning1b 10 0 0 0 20 0 0 0 40 0 0 0
Lightning2 20 0 0 0 45 0 0 0 75 0 0 0
LightningBoss 25 0 0 0 55 0 0 0 85 0 0 0
LightningChaos1b 7 0 0 7 15 0 0 15 30 0 0 30
MapBoss 15 15 15 7 30 30 30 20 40 40 40 25
MapBossSuper 15 15 15 7 30 30 30 20 50 50 50 30
MinionChaosGolem 40 40 40 60 40 40 40 60 40 40 40 60
MinionFlameGolem 40 40 70 20 40 40 70 20 40 40 70 20
MinionGeneric 40 40 40 20 40 40 40 20 40 40 40 20
MinionIceGolem 40 70 40 20 40 70 40 20 40 70 40 20
MinionLightningGolem 70 40 40 20 70 40 40 20 70 40 40 20
MinionZombie 40 40 40 20 40 40 40 20 40 40 40 20
MinonStoneGolem 40 40 40 20 40 40 40 20 40 40 40 20
None 0 0 0 0 0 0 0 0 0 0 0 0
SideAreaBoss 10 10 10 5 20 20 20 12 30 30 30 20
SubBoss 10 10 10 5 20 20 20 12 30 30 30 20
Totem 40 40 40 20 40 40 40 20 40 40 40 20

Developer information

This page contains development information and is intended for developers and not regular end users.

The data can be found in content.ggpk:Data/MonsterResistances.dat

See also