Monster Resistance: Difference between revisions

From A KoL Wiki
imported>Toffile
Undo revision 436137 by Popturkey (talk) it has non-pottery resistance
imported>Greycat
No edit summary
Line 1: Line 1:
Some monsters are resistant to [[Weapon Damage|physical damage]]. Physical attacks inflict reduced damage to these enemies, and in the case of enemies with 100% resistance, the damage from every physical attack is reduced to a single point. [[Spells]] and [[Bonus Weapon Damage|elemental damage]] apply normally, except in the cases where the monster also has [[Elemental Resistance]].
Some monsters are resistant to [[Weapon Damage|physical damage]]. Physical attacks inflict reduced damage to these enemies, and in the case of enemies with 100% resistance, the damage from every physical attack is reduced to a single point. [[Spells]] and [[Bonus Weapon Damage|elemental damage]] apply normally, except in the cases where the monster also has [[Elemental Resistance]].
The damage you do against a physically resistant monster is calculated as follows:
*Multiply your damage by the physical resistance percentage.
*Round down.
*Subtract this value from your damage.
*If your damage is less than 1, set it to 1.
Or, if you prefer mathematical symbols: ''max(1, D - floor(D*R))'' where ''D'' is your initial damage and ''R'' is the resistance.


==Monsters==
==Monsters==
This list is not complete.
*[[chalkdust wraith]] -- 100% (aligned to {{element|spooky|}})
*[[chalkdust wraith]] -- 100% (aligned to {{element|spooky|}})
*[[Don Crimbo]] -- 100%; additionally 100% resistant to all [[elements]]
*[[Don Crimbo]] -- 100%; additionally 100% resistant to all [[elements]]

Revision as of 15:08, 21 June 2013

Some monsters are resistant to physical damage. Physical attacks inflict reduced damage to these enemies, and in the case of enemies with 100% resistance, the damage from every physical attack is reduced to a single point. Spells and elemental damage apply normally, except in the cases where the monster also has Elemental Resistance.

The damage you do against a physically resistant monster is calculated as follows:

  • Multiply your damage by the physical resistance percentage.
  • Round down.
  • Subtract this value from your damage.
  • If your damage is less than 1, set it to 1.

Or, if you prefer mathematical symbols: max(1, D - floor(D*R)) where D is your initial damage and R is the resistance.

Monsters

This list is not complete.

Strategy

Spellslinging is often the simplest and straightforward way to defeat such monsters, as almost all spells deal elemental damage. But if your character lacks such skills or is unable to fund the MP cost, there are plenty of alternatives.