ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Please make a copy of this document if you plan on using it frequently!
2
3
What is this?
4
DragonFable Damage Estimator by Darkflarezero#0034
5
A tool for DragonFable that estimates the damage percentage of attacks
6
Primarily used for documentation of enemy attack damage
7
8
How do I use it?
9
Input all relevant data for an attack in the damage estimator, using 1 column per hit
10
Optionally, a DoT can be inputted to estimate its damage as well
11
If a field is left empty, it will default to the value for the first hit
12
All rows with a green background are for manual input can be edited
13
All rows with a red background are automatically calculated and cannot be edited
14
Additional stats can be found below the damage information
15
16
Calculators
17
For convenience, there are 2 calculators that help calculate relevant information
18
The Base Damage Calculator calculates the average base damage for Damage Information based on the damage range in the stat screen and highest mainstat
19
The DoT Calculator calculates the average DoT damage for DoT Damage based on the damage range in the effects screen
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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