Block: Difference between revisions
m (→Defensive Strength: Encode equal sign to fix parsing.) |
CHAPSICKLE2 (talk | contribs) (Adding block formula per Naijin on Discord ~Dinaden) |
||
Line 11: | Line 11: | ||
*[[Stance]] |
*[[Stance]] |
||
*Shield size (Compared to a medium-sized shield, small shields give a -15% chance to block an attack, while large shields give a +15% bonus. Tower shields give a +30% bonus.) |
*Shield size (Compared to a medium-sized shield, small shields give a -15% chance to block an attack, while large shields give a +15% bonus. Tower shields give a +30% bonus.) |
||
* |
*[[strength]] and [[dexterity]] |
||
*Positioning: [[KNEEL|Kneeling]] reduces one's chance to block by 25%; being [[prone]] reduces it by 50% |
*Positioning: [[KNEEL|Kneeling]] reduces one's chance to block by 25%; being [[prone]] reduces it by 50%; Stun reduces it by 50% unless you have training in [[Steady Shield]] |
||
*[[Block Mastery]], a warrior combat maneuver |
*[[Block Mastery]], a warrior combat maneuver |
||
*[[Divine Shield (1609)]], a paladin group spell |
*[[Divine Shield (1609)]], a paladin group spell |
||
Line 149: | Line 149: | ||
|1.00 |
|1.00 |
||
|} |
|} |
||
==Block Chance Formula== |
|||
The first step when calculating a character's Block Chacne is to determine the 'Base Value' portion of the formula. |
|||
{{Equation box|{{boldmono|Shield Base Value = Shield Ranks + [[trunc]]([[Strength|STR]] Bonus / 4) + trunc([[Dexterity|DEX]] Bonus / 4)}}}} |
|||
Example: A character with 55 shield ranks, 23 strength bonus and 29 dexterity bonus would have a base value of {{mono|55 + 5 + 7 = 67}}. |
|||
The second step is to enter the base value and the values for the other factors in the appropriate order. |
|||
{{Equation box|{{boldmono|Base Block Value = [(Shield Base Value * (100 - ((3 * (100 - Stance Block Modifier))/4))/100) }}}} |
|||
{| class="wikitable" |
|||
|-style = "background:#DDD; color: blue" |
|||
!Stance |
|||
!Modifier |
|||
|-align=center |
|||
|'''Offensive''' |
|||
|0 |
|||
|-align=center |
|||
|'''Advance''' |
|||
|20 |
|||
|-align=center |
|||
|'''Forward''' |
|||
|40 |
|||
|-align=center |
|||
|'''Neutral''' |
|||
|60 |
|||
|-align=center |
|||
|'''Guarded''' |
|||
|80 |
|||
|-align=center |
|||
|'''Defensive''' |
|||
|100 |
|||
|} |
|||
Next, your shield size modifies the value. This will vary between melee and ranged attacks, and uses the same Shield Size Modifier tables above. |
|||
Then you apply defender status modifications to the Base Block Value: |
|||
*Prone reduces block chance by 50% |
|||
*Kneeling reduces block chance by 25% |
|||
*Being stunned reduces it by 50% unless you have training in [[Steady Shield]] |
|||
*You lose 10% of base block for every 25% of spirit missing |
|||
*You lose 5% of base block for every 25% HP missing |
|||
*Crippled (the UCS effect and PSM Phase 3 effect) are percentage reductions as well but they vary based on the application source |
|||
*Sitting is a 25% reduction |
|||
*Immobile, sleeping, webbed removes block chance entirely |
|||
*Being ambushed is a 50% reduction |
|||
Lastly, there is a level modification using the attacker's level. This modification is ((Block * 20) / Attacker Level)) |
|||
====Example==== |
|||
Human with str bonus 30 and dex 30 defending a melee attack |
|||
Shield Base Value = (303 + (30/4) + (25/4)) = (303 + 7 + 6) = 316 |
|||
Melee Shield Type modifies to ((Shield Base Value * (100 + (15 * (Shield Size - 2))))/100) = 410 |
|||
Base Block Value= (Shield Base Value * (100 - ((3 * (100 - Stance Modification))/4))/100) = (410 * (100 - ((3 * (100 - 0))/4))/100) = 102 |
|||
Then you apply status modifications. Current Block Value = ((102 * Percent Reduction)/100) = ((102 * 100)/100) = 102 (No change). |
|||
Then you apply the level modification of the attacker which is ((Current Block Value * 20) / Attacker Level)) for a final base block of ((102 * 20)/100) = 20% |
|||
==See Also== |
==See Also== |
Revision as of 12:57, 27 May 2021
Block is part of the Evade-Block-Parry mechanics that contribute to a character's defense against an attack roll. Even before the attack roll is made, there is a chance to avoid the attack outright through one of these three means. If a character fails to evade, block, or parry an attack, the various factors involved still contribute to the character's Defensive Strength (DS) when the attack is resolved.
Shield Use is the primary skill involved in block defense. In order to block at all, a character must be holding a shield in the left hand.
Avoidance
The check to determine whether an attack is blocked occurs after the check to determine whether the attack is evaded, but before the check to determine whether it is parried.
The odds for an outright block are determined by comparing the defender's Shield Use skill to the attacker's level. Against a like-level foe, 1x training will yield about a 5% chance to block in stance offensive; 3x training, about 15%. Other factors that affect the chance to block include:
- Stance
- Shield size (Compared to a medium-sized shield, small shields give a -15% chance to block an attack, while large shields give a +15% bonus. Tower shields give a +30% bonus.)
- strength and dexterity
- Positioning: Kneeling reduces one's chance to block by 25%; being prone reduces it by 50%; Stun reduces it by 50% unless you have training in Steady Shield
- Block Mastery, a warrior combat maneuver
- Divine Shield (1609), a paladin group spell
- Spell Block, combat maneuver that allows outright blocking of bolt spells
Defensive Strength
If the attack is not avoided outright, it proceeds to an attack roll where the Shield Use skill contributes to the defender's Defensive Strength. Block DS is only part of the defender's total DS, which is the sum of Evade, Block, Parry, and Generic DS.
Melee Defense
The first step when calculating a character's Block DS bonus is to determine the 'Base Value' portion of the formula. It is necessary to truncate (round down) each factor and to truncate the result after each operation.
Base Value = Shield Ranks + trunc(STR Bonus / 4) + trunc(DEX Bonus / 4) |
Example: A character with 55 shield ranks, 23 strength bonus and 29 dexterity bonus would have a base value of 55 + 5 + 7 = 67.
The second step is to enter the base value and the values for the other factors in the appropriate order.
Block DS (Melee) = [(Base Value × Size Modifier × Stance Modifier) / 1.5] + 20 (Shield Bonus) + Enchant Bonus |
Note: Perform the operations one at a time, working from left to right, and truncate after each step.
Example: With a 67 base value and a large shield with an enchant bonus of +20, the melee shield DS for this character would be:
Stance OFF
- [(67 × 1.15 × 0.50) / 1.5] + 20 + 20 = 65 DS
Stance DEF
- [(67 × 1.15 × 1.00) / 1.5] + 20 + 20 = 91 DS
Shield Size Modifiers (Melee)
Replace 'Shield Size Modifier' in the melee formula above with the appropriate value from this table.
Shield Size | Modifier vs Melee |
---|---|
Small | 0.85 |
Medium | 1.00 |
Large | 1.15 |
Tower | 1.30 |
Ranged Defense
Ranged attacks include arrows, hurled weapons and bolts, both from crossbows and magical bolt spells such as Minor Shock (901).
Ranged Shield DS = [(Base Value × Size Modifier + Size Bonus/Penalty) × Stance Modifier] / 1.5 + 20 (Shield Bonus) + Enchant Bonus |
Note: Perform the operations one at a time, working from left to right, and truncate after each step.
Example: With a 67 base value and a large shield with an enchant bonus of +20, the ranged shield DS for this character would be:
Stance OFF:
- 67 × 1.80 + 8 × 0.50 / 1.5 + 20 + 20 = 82 DS
Stance DEF
- 67 × 1.80 × 1.00 / 1.5 + 20 + 20 = 125 DS
Shield Size Modifiers (Ranged)
Replace 'Shield Size Modifier' in the ranged formula above with the appropriate value from this table.
Shield Size | Modifier (vs Ranged) |
---|---|
Small | 1.20 |
Medium | 1.50 |
Large | 1.80 |
Tower | 2.10 |
Shield Size Bonus/Penalty (Ranged Only)
Replace 'Shield Size Penalty/Bonus' in the ranged formula above with the appropriate value from this table.
Shield Size | Size Bonus/Penalty |
---|---|
Small | -8 |
Medium | 0 |
Large | +8 |
Tower | +16 |
Stance Modifiers
Replace 'Stance Modifier' in the formulas above with the appropriate value from this table. The same values are used for both the melee and ranged formulas.
Stance | Modifier |
---|---|
Offensive | 0.50 |
Advance | 0.60 |
Forward | 0.70 |
Neutral | 0.80 |
Guarded | 0.90 |
Defensive | 1.00 |
Block Chance Formula
The first step when calculating a character's Block Chacne is to determine the 'Base Value' portion of the formula.
Shield Base Value = Shield Ranks + trunc(STR Bonus / 4) + trunc(DEX Bonus / 4) |
Example: A character with 55 shield ranks, 23 strength bonus and 29 dexterity bonus would have a base value of 55 + 5 + 7 = 67.
The second step is to enter the base value and the values for the other factors in the appropriate order.
Base Block Value = [(Shield Base Value * (100 - ((3 * (100 - Stance Block Modifier))/4))/100) |
Stance | Modifier |
---|---|
Offensive | 0 |
Advance | 20 |
Forward | 40 |
Neutral | 60 |
Guarded | 80 |
Defensive | 100 |
Next, your shield size modifies the value. This will vary between melee and ranged attacks, and uses the same Shield Size Modifier tables above.
Then you apply defender status modifications to the Base Block Value:
- Prone reduces block chance by 50%
- Kneeling reduces block chance by 25%
- Being stunned reduces it by 50% unless you have training in Steady Shield
- You lose 10% of base block for every 25% of spirit missing
- You lose 5% of base block for every 25% HP missing
- Crippled (the UCS effect and PSM Phase 3 effect) are percentage reductions as well but they vary based on the application source
- Sitting is a 25% reduction
- Immobile, sleeping, webbed removes block chance entirely
- Being ambushed is a 50% reduction
Lastly, there is a level modification using the attacker's level. This modification is ((Block * 20) / Attacker Level))
Example
Human with str bonus 30 and dex 30 defending a melee attack
Shield Base Value = (303 + (30/4) + (25/4)) = (303 + 7 + 6) = 316
Melee Shield Type modifies to ((Shield Base Value * (100 + (15 * (Shield Size - 2))))/100) = 410
Base Block Value= (Shield Base Value * (100 - ((3 * (100 - Stance Modification))/4))/100) = (410 * (100 - ((3 * (100 - 0))/4))/100) = 102
Then you apply status modifications. Current Block Value = ((102 * Percent Reduction)/100) = ((102 * 100)/100) = 102 (No change).
Then you apply the level modification of the attacker which is ((Current Block Value * 20) / Attacker Level)) for a final base block of ((102 * 20)/100) = 20%
See Also
- Shield
- Evade
- Parry
- Block Mastery
- Combat Guide: Factors, on Play.net