Several months ago, I did some researches about 1H.
I don't play 1H anymore, so now reveal them.
1. Calculating strike damage[Spec]
* Level 468
* Weapon: Legendary Arctic Rapier of Slaughter (Butcher Lv.5 Fatality Lv.4)
* Physical Attack
10842 attack base damage
212.2% hit chance
48.2% crit chance * Heartseeker 10% =
53.38%+68% crit damage + Heartseeker 15% =
+83%2.4% attack speed bonus
* Defense
82.5% physical mitigation
76.5% magical mitigation
4.7% evade chance
66.7% block chance65.4% parry chance23.7% resist chance
CODE
Level 468
grindfest @ PFUDOR
(Arctic Rapier + Infusion of Darkness + Flame Spike Shield)
===============================================================================================
| overall | hit | crit | crit | crit
| _damage | _count | _avg | _count | _avg | _count | _avg | _rate | _mod
-----------------------------------------------------------------------------------------------
You | 491,269,981 | 21,595 | 22,749 | 10,208 | 15,828 | 11,387 | 28,954 | 0.527 | 1.829
Cold Strike| 75,304,621 | 18,846 | 3,996 | 9,274 | 4,091 | 9,572 | 3,903 | 0.508 | 0.954
Dark Strike| 69,281,453 | 18,344 | 3,777 | 9,020 | 3,857 | 9,324 | 3,699 | 0.508 | 0.959
Void Strike| 127,588,552 | 17,864 | 7,142 | 8,808 | 7,289 | 9,056 | 6,999 | 0.507 | 0.960
-----------------------------------------------------------------------------------------------
counter | 304,948,491 | | 26,516 | 11,501 |
- An average damage of normal hits is 15,828
- A sum of 3 strikes is 15,237 : it is slightly lower than normal hits' avg, but I'll consider they are almost same.
- Searing Skin, which is caused by Flame Spike Shield, reduces a monster's cold resistance by 25%.
- High pl monsters have high mitigations against elemental strikes
- A counter-attack's damage is 75% of normal attack (
http://ehwiki.org/wiki/Fighting_Styles#One-Handed )
2. Butcher vs Fatality* In my case, Butcher Lv.5 increases the attack damage by 2.312%.
My current equip set for 1H is consist of 2x Power Protection and 3x Power Slaughter.
It means that Butcher's efficiency will be reduced if I wear 5x Power Slaughter.
[Butcher Lv.0 + Fatality Lv.0] (estimated)
$ad 10597
crit_chance
53.38% : 48.2% * Heartseeker 10%
crit_bonus
+75% : +60% + Heartseeker 15%
skill
= $ad * (1 + 0.5338 * 0.75)
= $ad * 1.4
normal attack + strikes damage
= $ad * (1 + 0.5338 * 0.75) + $ad
= $ad * 2.4
counter attack
= $ad * 0.75
[Butcher Lv.5]
10842 :
$ad * 1.02312crit_chance
53.38%crit_bonus
+75%skill
= $ad * 1.4 * 1.02312
= $ad * 1.432368
normal attack + strikes damage
= $ad * 2.4 * 1.02312
= $ad * 2.455488
counter attack
= $ad * 0.75 * 1.02312
= $ad * 0.76734
[Fatality Lv.5]
10597 :
$adcrit_chance
53.38%crit_bonus
+85% : Fatality +10%
skill
= $ad * (1 + 0.5338 * 0.85)
= $ad * 1.45373
normal attack + strikes damage
= $ad * (1 + 0.5338 * 0.85) + $ad
= $ad * 2.45373
counter attack
= $ad * 0.75
CODE
Summary
==========================================================
| Normal Attack | Counter Attack | Skill
----------------------------------------------------------
None | 2.4 | 0.75 | 1.4
Butcher Lv.5 | 2.455488 | 0.76734 | 1.432368
Fatality Lv.5 | 2.45373 | 0.75 | 1.45373
3. OverpowerCODE
Level 456
Butcher Lv.3 Fatality Lv.2 (Potency Tier 5)
======================================================================
| hit | crit | parried | sum | parried_rate | hit_rate
----------------------------------------------------------------------
normal | 3,382 | 3,641 | 716 | 7,739 | 9.2518% | 90.7486%
stunned | 6,098 | 6,327 | 0 | 12,425 | 0% | 100.0%
----------------------------------------------------------------------
overall | 9,480 | 9,968 | 716 | 20,164 | 3.5509% | 96.4491%
CODE
Level 456
Overpower Lv.5 (Potency Tier 5)
=======================================================================
| hit | crit | parried | sum | parried_rate | hit_rate
-----------------------------------------------------------------------
normal | 3,329 | 3,683 | 452 | 7,464 | 6.0557% | 93.9443%
stunned | 5,946 | 6,330 | 0 | 12,276 | 0% | 100.0%
-----------------------------------------------------------------------
overall | 9,275 | 10,013 | 452 | 19,740 | 2.2898% | 97.7102%
- Overpower applies only to normal attacks.
- In this case, it increases the real hit rate by 1.3075%. (97.7102 / 96.4491 = 1.013075)
- A counter-attack stuns monsters, which can't parry. For this reason, Overpower is less efficient than Butcher and Fatality. (to one-handed style)
4. Spike Shield- Cold/Elec/Wind Strike with proper Spike Shields are better than Holy/Dark Strike. (except for SG arena)
- This is the reason why I had not changed my Arctic Rapier for Hallowed/Demonic one.
CODE
Level 424
========================================
Flame Spike | overall | hit | crit
----------------------------------------
You | 15,740 | 11,533 | 20,422
Cold Strike | 2,990 | 3,052 | 2,916
Dark Strike | 2,927 | 2,984 | 2,859
Void Strike | 5,280 | 5,368 | 5,174
========================================
Flame Spike | overall | hit | crit
----------------------------------------
You | 15,707 | 11,522 | 20,381
Cold Strike | 2,998 | 3,053 | 2,934
Holy Strike | 2,908 | 2,961 | 2,844
Void Strike | 5,258 | 5,350 | 5,147
========================================
Flame Spike | overall | hit | crit
----------------------------------------
You | 15,762 | 11,525 | 20,571
Cold Strike | 2,979 | 3,031 | 2,915
Wind Strike | 2,698 | 2,722 | 2,669
Void Strike | 5,289 | 5,360 | 5,202
========================================
Flame Spike | overall | hit | crit
----------------------------------------
You | 15,786 | 11,510 | 20,544
Cold Strike | 3,020 | 3,062 | 2,970
Elec Strike | 2,710 | 2,748 | 2,664
Void Strike | 5,286 | 5,367 | 5,189
========================================
Flame Spike | overall | hit | crit
----------------------------------------
You | 15,763 | 11,532 | 20,539
Cold Strike | 3,004 | 3,049 | 2,948
Fire Strike | 2,438 | 2,471 | 2,399
Void Strike | 5,293 | 5,371 | 5,198
========================================
Shock Spike | overall | hit | crit
----------------------------------------
You | 15,741 | 11,583 | 20,480
Cold Strike | 2,701 | 2,752 | 2,638
Fire Strike | 2,823 | 2,868 | 2,767
Void Strike | 5,301 | 5,386 | 5,197
CODE
Summary
======================================
| overall |
--------------------------------------
You | 100.0% |
Void Strike | 33.55% |
Cold Strike | 19.03% | * Flame Spike
Dark Strike | 18.60% |
Holy Strike | 18.51% |
Fire Strike | 17.93% | * Shock Spike
Elec Strike | 17.17% |
Cold Strike | 17.16% |
Wind Strike | 17.12% |
Fire Strike | 15.47% |
This post has been edited by sssss2: Dec 23 2015, 13:53