Skip to content

Instantly share code, notes, and snippets.

@pprince
Last active October 24, 2015 22:59
Show Gist options
  • Save pprince/bac7e50993ade67729bc to your computer and use it in GitHub Desktop.
Save pprince/bac7e50993ade67729bc to your computer and use it in GitHub Desktop.
RATING / PERCENT CONVERSION
=========================== %/Rating Rating/%
-------- --------
Strikethrough 400 = 1.20% 0.0030 333.33...
Crit Hit Chance 400 = 1.00% 0.0025 400.00
Crit Hit Sev 400 = 4.00% 0.0100 100.00
Multi Hit Chance 400 = 2.40% 0.0060 166.66...
Vigor 400 = 1.12% 0.0028 357.14286
Lifesteal 400 = 0.84% 0.0021 476.19048
==============================================================
...
------------------------------------------------------------------------------------------------
QUESTION: When using the Striker rune set (with the goal of stacking max Multi-Hit Chance),
********* which of these rune configurations is better? (Both use 3x runes total.)
Option #1, 6/6 Striker: Qty 2, 2-Power Pure runes, + 1x 2-Power Superb (Total: 2x Pure, 1x Superb)
-or-
Option #2, 5/6 Striker: Qty 2, 2-Power Pure runes, + 1x 1-Power Pure (Total: 3x Pure)
ANSWER: 6/6 Striker gives 0.19 % more Multi-Hit Chance, and is otherwise the same.
*******
6/6 Striker:
=====================================================================================================
Rune Stats:
-----------
1x Pure of Strikethrough (2 Power) 329 STR → 0.987 % Strikethrough
1x Pure of Multi-Hit (2 Power) 329 MHR → 1.974 % Multi-Hit Chance
1x Superb of Multi-Hit (2 Power) 269 MHR → 1.614 % Multi-Hit Chance
Set Bonuses:
------------
2/6 0.35 % Multi-Hit Chance
3/6 0.40 % Multi-Hit Severity
4/6 0.27 % Strikethrough
5/6 0.50 % Multi-Hit Severity
6/6 0.55 % Multi-Hit Chance
+ -------------------------------- +
| TOTAL STATS: |
| ================================ |
| 1.257 % Strikethrough |
| 0.9 % Multi-Hit Severity |
| 4.488 % Multi-Hit Chance |
+--------------------------------- +
5/6 Striker:
=====================================================================================================
Rune Stats:
-----------
1x Pure of Strikethrough (2 Power) 329 STR → 0.987 % Strikethrough
1x Pure of Multi-Hit (2 Power) 329 MHR → 1.974 % Multi-Hit Chance
1x Pure of Multi-Hit (1 Power) 329 MHR → 1.974 % Multi-Hit Chance
Set Bonuses:
------------
2/6 0.35 % Multi-Hit Chance
3/6 0.40 % Multi-Hit Severity
4/6 0.27 % Strikethrough
5/6 0.50 % Multi-Hit Severity
+ -------------------------------- +
| TOTAL STATS: |
| ================================ |
| 1.257 % Strikethrough |
| 0.9 % Multi-Hit Severity |
| 4.298 % Multi-Hit Chance |
+ -------------------------------- +
-----------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment