ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
The theory results of the damage output of every class awakened skill in BDO.

Skills are listed with their max capability. For example a max charged "Flame buster" for berserker.

An explanation of all the calculations is listed below. The Settings for all the calculations can be found in the "compare class" sheet and changed there (need a private copy).

If you wish to compare different classes, there is a "compare class" sheet.

Feel free to add comments to make this class compare sheet better. There are still a few open questions, see todo list below. If you have the right answere leave a comment.



updated to Patch Notes - May 3rd 2017





Official forum thread:
https://community.blackdesertonline.com/index.php?threads/compare-all-the-awakening-classes.1521/
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Explanation:
19
times hit x %Damage x number of hits
20
Average DMGDamage x number of hits x (base hit chance + skills accuracy)
21
Average CRIT DMGDamage x number of hits x (base hit chance + skills accuracy) x ((base crit chance + skill crit chance) x (crit dmg multiplier))
22
Average CRIT DMG + CC"Average CRIT DMG" x MAX(cirt multiplier in multiplier field x base dmg multiplier %)
23
note1: Acc and Crit chance is capped at 100%
24
note2: Base value for hit chance, crit chance and dmg multipliers can be changed global in "Compare class" table
25
note3: The IFs in the damage calculations are cosmetic (if value = 0%? create an empty field)
26
avg. Accuracy(Sum of (accuracy * number of hits)) / total number of hits
27
avg. Crit chance(Sum of (crit chance * number of hits)) / total number of hits
28
CC NamesSTN = Stun, STIF = Stiffness, KD = Knockdown, KB = Knockback, BND = Bound, AIR = Air smash, BNCE = Bounce, FLT = Float, DOWN = Down smash, GRB = Grab
29
Multiplier namesDOWN = Down attack, AIR = Air attack, COUNTER = Counter attack, SPEED = Speed attack
30
Super armor, forntal blockSA = Super armor, INV = Invincibility, BL = Frontal block
31
note: Buffs and debuffs are not calculated in the damage formulas
32
33
34
Todo List
35
Sorc Cartians Nightmare number of Hits
36
Sorc Blade of Darkness number of Hits
37
Sorc Revived Nightmare number of Hits
38
Tamer Heilhang: Howling damage
39
Tamer Intimidation
40
Musa damage on flow skills Extra Credit and Nemesis Slash
41
DMG of Ninja/Kuno Doppel Dummy
42
43
Wizard accuracy on basic attack acting weird in bdo english patch lvl 57 should be 8% instead of 3%
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100