Difference between revisions of "Evasion"
(Archive obsolete content) |
Patrick2011b (talk | contribs) m (update species/form references; also fix size modifiers) |
||
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{version031}} |
''This page is about the character trait. For the brand, see the article [[Evasion (brand)]]'' | ''This page is about the character trait. For the brand, see the article [[Evasion (brand)]]'' | ||
'''Evasion''' (often abbreviated to '''EV''') is a number that measures the ability of a character or of a [[monster]] to avoid melee, ranged, and magical beam attacks. When an attack is resolved, a target's current EV is rolled and compared to the attack's [[to-hit]] roll, factoring in any relevant situational modifiers. Only if the to-hit roll matches or beats the EV roll does the attack succeed. | '''Evasion''' (often abbreviated to '''EV''') is a number that measures the ability of a character or of a [[monster]] to avoid melee, ranged, and magical beam attacks. When an attack is resolved, a target's current EV is rolled and compared to the attack's [[to-hit]] roll, factoring in any relevant situational modifiers. Only if the to-hit roll matches or beats the EV roll does the attack succeed. | ||
− | == Player EV == | + | ==Player EV== |
− | |||
The calculation to determine a character's total EV is complex and factors in many different skills and attributes. | The calculation to determine a character's total EV is complex and factors in many different skills and attributes. | ||
===Base EV=== | ===Base EV=== | ||
− | |||
The player's base EV is calculated as follows: | The player's base EV is calculated as follows: | ||
10 + size_factor | 10 + size_factor | ||
− | "Size factor" is the | + | "Size factor" is determined by the [[size]] of your [[species]], which is 0 at medium size + 2 per smaller size category.<ref>{{source ref|0.31.0|player.cc|1999}}<br>Sizes are listed in ascending order of size in {{source ref|0.31.0|size-type.h|4}}</ref> |
+ | |||
{|class="prettytable" | {|class="prettytable" | ||
− | ! Species !! Size factor | + | ! Size !! Species !! Size factor |
|- | |- | ||
− | | [[ | + | | Little || [[Spriggan]], [[Felid]] || +4 |
|- | |- | ||
− | | [[Kobold]] || +2 | + | | Small || [[Kobold]] || +2 |
|- | |- | ||
− | | | + | | Medium || All other species || 0 |
|- | |- | ||
− | | | + | | Large<br>Large (normal torso) || [[Troll]], [[Oni]]<br>[[Armataur]], [[Naga]] || -2 |
|} | |} | ||
Some transformations override the racial size factor: | Some transformations override the racial size factor: | ||
{|class="prettytable" | {|class="prettytable" | ||
− | ! Form !! Size factor | + | ! Size !! Form !! Size factor |
|- | |- | ||
− | | | + | | Tiny || [[Bat Form]], [[Wisp Form]], [[Fungus Form]] || +6 |
|- | |- | ||
− | | [[Pig Form]] || +2 | + | | Small || [[Pig Form]] || +2 |
|- | |- | ||
− | | [[ | + | | Large || [[Serpent Form]] || -2 |
|- | |- | ||
− | | [[Dragon Form]] || - | + | | Giant || [[Dragon Form]] || -4 |
|- | |- | ||
|} | |} | ||
− | However, if you are paralysed, petrified, in [[tree form]], or your [[dexterity]] is | + | However, if you are paralysed, petrified, in [[tree form]], or your [[dexterity]] is 0 or lower, your EV is reduced to: |
− | 2 + size_factor/2 | + | 2 + size_factor/2 |
In this case, minimum EV is 1. No other factors apply. | In this case, minimum EV is 1. No other factors apply. | ||
=== Dodging === | === Dodging === | ||
− | |||
The [[Dodging]] skill provides a bonus to your EV as follows: | The [[Dodging]] skill provides a bonus to your EV as follows: | ||
− | dodge_bonus = ( | + | dodge_bonus = (8 + Dodging × Dex × 0.8) / (20 - size) |
armor_penalty = unadjusted_armor_encumberance - 3 | armor_penalty = unadjusted_armor_encumberance - 3 | ||
if armor_penalty < 0: | if armor_penalty < 0: | ||
Line 62: | Line 60: | ||
=== Armour and shield EV penalties === | === Armour and shield EV penalties === | ||
+ | After adding base EV and Dodging's bonus together, the direct EV penalties from armour and shields are then subtracted. Each armour type listed below has an "encumbrance rating", which is converted to an EV penalty (where each type has a different formula). | ||
− | + | *[[Barding]]: -2 EV | |
− | + | *[[Body armour]]: <code>-1/225 * encumbrance^2 * (90 - 2 × armour_skill) / (str + 3)</code> | |
− | + | *[[Shield]]: <code>-2/5 * encumbrance^2 / (str + 5) * ((27 - shield_skill) / 27)</code> | |
− | |||
− | |||
− | |||
− | |||
− | |||
===Modifiers=== | ===Modifiers=== | ||
+ | Various effects can modify EV. These are added directly to your EV total after the above calculations. | ||
+ | *If you have the [[vertigo]] effect, a -5 modifier to your EV is applied. | ||
+ | *[[ring of evasion|Rings of evasion]] provide their exact bonus or penalty (usually +5) to your EV. | ||
+ | *An [[amulet of the acrobat]] provides +15 EV if your turn was used moving or waiting. | ||
+ | *Some [[list of unrands|unrand]]s provide a bonus or penalty to your EV, as well as randart rings with a ring of evasion as their base type. | ||
+ | *[[Jiyva_mutations#Gelatinous_Body|Gelatinous body]] mutation: +1 at level 2, +2 at level 3. | ||
+ | *The [[Repulsion Field]] [[mutation]] grants an EV bonus. | ||
+ | *[[Ru]] worshippers who sacrifice health to reduce EV are penalised by -5 per sacrifice. | ||
+ | *Flying [[Tengu]] get a +4 bonus to EV. | ||
+ | *Being [[web|entangled]] or [[petrify]]ing halves your evasion. | ||
+ | *Being affected by [[Jorgrun]]'s or a [[shambling mangrove]]'s grasping roots multiplies evasion by 2/3. | ||
+ | *Swimming [[Merfolk]] get a 25% bonus to EV (minimum +2). This is applied after all other modifiers.<ref>{{source ref|0.31.0|player.cc|2076}}</ref> | ||
− | + | ===Final situational modifiers=== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | === Final situational modifiers === | ||
− | |||
Against melee attacks: | Against melee attacks: | ||
− | * If are being [[constricted]], you suffer a -3 EV penalty. | + | *If are being [[constricted]], you suffer a -3 EV penalty. |
− | * If you cannot see your attacker (i.e. they are [[invisible]] and you cannot [[see invisible]]), you suffer a -10 EV penalty against that attacker. | + | *If you cannot see your attacker (i.e. they are [[invisible]] and you cannot [[see invisible]]), you suffer a -10 EV penalty against that attacker. |
− | * If you are going down [[stairs]] while being attacked, you suffer a -5 EV penalty. | + | *If you are going down [[stairs]] while being attacked, you suffer a -5 EV penalty. |
− | |||
− | |||
+ | ==Monster EV== | ||
A monster's base EV is a fixed number dependent on monster type. This base can be modified by armour, jewellery, and various status effects. | A monster's base EV is a fixed number dependent on monster type. This base can be modified by armour, jewellery, and various status effects. | ||
− | == To-hit versus EV == | + | ==To-hit versus EV== |
− | |||
If an attack's [[to-hit]] number is 1500 (the magic number AUTOMATIC_HIT) or greater (e.g. [[Magic Dart]]), it automatically hits. | If an attack's [[to-hit]] number is 1500 (the magic number AUTOMATIC_HIT) or greater (e.g. [[Magic Dart]]), it automatically hits. | ||
Otherwise, the following procedure is used. | Otherwise, the following procedure is used. | ||
− | * 2.5% of the time, the attack misses regardless of the attack's to-hit or the defender's EV. | + | *2.5% of the time, the attack misses regardless of the attack's to-hit or the defender's EV. |
− | * 2.5% of the time, the attack hits regardless of the attack's to-hit or the defender's EV. | + | *2.5% of the time, the attack hits regardless of the attack's to-hit or the defender's EV. |
− | * A uniformly distributed random number between zero and the to-hit number (inclusive) is generated. | + | *A uniformly distributed random number between zero and the to-hit number (inclusive) is generated. |
− | * Two uniformly distributed random numbers between zero and ((2 * (target EV)) - 1) inclusive are averaged together. | + | *Two uniformly distributed random numbers between zero and ((2 * (target EV)) - 1) inclusive are averaged together. |
− | * If the to-hit roll is greater than or equal to the EV roll, the attack hits. Otherwise, it misses. | + | *If the to-hit roll is greater than or equal to the EV roll, the attack hits. Otherwise, it misses. |
==History== | ==History== | ||
− | *Prior to [[0.27]], a stepdown | + | {{CBA|0.32|multipliers to player EV will be applied after all permanent modifiers, but before all temporary modifiers. In addition, effects like paralysis and clumsy will no longer raise EV from very low values.}} |
− | *Prior to [[0.25]], a [[potion of agility]] was an easy way to | + | *Prior to [[0.27]], a stepdown was applied for EV values >30; <code>adj_EV = 10 + 20 * log(1 + (EV-10)/20log2)</code>. [[Dexterity]] also had a stepdown when calculating the dodging bonus. |
+ | *Prior to [[0.25]], a [[potion of agility]] was an easy way to increase EV. | ||
*Prior to [[0.19]], certain ranged weapons could be branded with [[evasion_(brand)|Evasion]], granting a +5 EV bonus. | *Prior to [[0.19]], certain ranged weapons could be branded with [[evasion_(brand)|Evasion]], granting a +5 EV bonus. | ||
+ | *Prior to [[0.17]], the evasion bonus for flying Tengu and swimming Merfolk was capped at +9 EV. | ||
+ | |||
+ | ==References== | ||
+ | <references /> | ||
[[Category:Stats]] | [[Category:Stats]] | ||
[[Category:Game mechanics]] | [[Category:Game mechanics]] |
Latest revision as of 00:49, 14 July 2024
This page is about the character trait. For the brand, see the article Evasion (brand)
Evasion (often abbreviated to EV) is a number that measures the ability of a character or of a monster to avoid melee, ranged, and magical beam attacks. When an attack is resolved, a target's current EV is rolled and compared to the attack's to-hit roll, factoring in any relevant situational modifiers. Only if the to-hit roll matches or beats the EV roll does the attack succeed.
Contents
Player EV
The calculation to determine a character's total EV is complex and factors in many different skills and attributes.
Base EV
The player's base EV is calculated as follows:
10 + size_factor
"Size factor" is determined by the size of your species, which is 0 at medium size + 2 per smaller size category.[1]
Size | Species | Size factor |
---|---|---|
Little | Spriggan, Felid | +4 |
Small | Kobold | +2 |
Medium | All other species | 0 |
Large Large (normal torso) |
Troll, Oni Armataur, Naga |
-2 |
Some transformations override the racial size factor:
Size | Form | Size factor |
---|---|---|
Tiny | Bat Form, Wisp Form, Fungus Form | +6 |
Small | Pig Form | +2 |
Large | Serpent Form | -2 |
Giant | Dragon Form | -4 |
However, if you are paralysed, petrified, in tree form, or your dexterity is 0 or lower, your EV is reduced to:
2 + size_factor/2
In this case, minimum EV is 1. No other factors apply.
Dodging
The Dodging skill provides a bonus to your EV as follows:
dodge_bonus = (8 + Dodging × Dex × 0.8) / (20 - size) armor_penalty = unadjusted_armor_encumberance - 3 if armor_penalty < 0: modifier = 1 if armor_penalty > 0: if armor_penalty >= Str: modifier = Str / (armor_penalty * 2) if armor_penalty < Str: modifier = 1 - armor_penalty / (Str * 2) final_dodge_bonus = dodge_bonus * modifier
Armour and shield EV penalties
After adding base EV and Dodging's bonus together, the direct EV penalties from armour and shields are then subtracted. Each armour type listed below has an "encumbrance rating", which is converted to an EV penalty (where each type has a different formula).
- Barding: -2 EV
- Body armour:
-1/225 * encumbrance^2 * (90 - 2 × armour_skill) / (str + 3)
- Shield:
-2/5 * encumbrance^2 / (str + 5) * ((27 - shield_skill) / 27)
Modifiers
Various effects can modify EV. These are added directly to your EV total after the above calculations.
- If you have the vertigo effect, a -5 modifier to your EV is applied.
- Rings of evasion provide their exact bonus or penalty (usually +5) to your EV.
- An amulet of the acrobat provides +15 EV if your turn was used moving or waiting.
- Some unrands provide a bonus or penalty to your EV, as well as randart rings with a ring of evasion as their base type.
- Gelatinous body mutation: +1 at level 2, +2 at level 3.
- The Repulsion Field mutation grants an EV bonus.
- Ru worshippers who sacrifice health to reduce EV are penalised by -5 per sacrifice.
- Flying Tengu get a +4 bonus to EV.
- Being entangled or petrifying halves your evasion.
- Being affected by Jorgrun's or a shambling mangrove's grasping roots multiplies evasion by 2/3.
- Swimming Merfolk get a 25% bonus to EV (minimum +2). This is applied after all other modifiers.[2]
Final situational modifiers
Against melee attacks:
- If are being constricted, you suffer a -3 EV penalty.
- If you cannot see your attacker (i.e. they are invisible and you cannot see invisible), you suffer a -10 EV penalty against that attacker.
- If you are going down stairs while being attacked, you suffer a -5 EV penalty.
Monster EV
A monster's base EV is a fixed number dependent on monster type. This base can be modified by armour, jewellery, and various status effects.
To-hit versus EV
If an attack's to-hit number is 1500 (the magic number AUTOMATIC_HIT) or greater (e.g. Magic Dart), it automatically hits.
Otherwise, the following procedure is used.
- 2.5% of the time, the attack misses regardless of the attack's to-hit or the defender's EV.
- 2.5% of the time, the attack hits regardless of the attack's to-hit or the defender's EV.
- A uniformly distributed random number between zero and the to-hit number (inclusive) is generated.
- Two uniformly distributed random numbers between zero and ((2 * (target EV)) - 1) inclusive are averaged together.
- If the to-hit roll is greater than or equal to the EV roll, the attack hits. Otherwise, it misses.
History
- In 0.32, multipliers to player EV will be applied after all permanent modifiers, but before all temporary modifiers. In addition, effects like paralysis and clumsy will no longer raise EV from very low values.
- Prior to 0.27, a stepdown was applied for EV values >30;
adj_EV = 10 + 20 * log(1 + (EV-10)/20log2)
. Dexterity also had a stepdown when calculating the dodging bonus. - Prior to 0.25, a potion of agility was an easy way to increase EV.
- Prior to 0.19, certain ranged weapons could be branded with Evasion, granting a +5 EV bonus.
- Prior to 0.17, the evasion bonus for flying Tengu and swimming Merfolk was capped at +9 EV.
References
- ↑ player.cc:1999 (0.31.0)
Sizes are listed in ascending order of size in size-type.h:4 (0.31.0) - ↑ player.cc:2076 (0.31.0)