ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Welcome to my Dominator spreadsheet.

Some notes:
Arcanatime is used.
ED is factored into all pertinent enhacements. Incarnates are also factored into this. This is why you'll see a larger number in the ED cell than you pre-ED cell (depending on alpha).
Only enhancements with a direct effect to combat are calc'd.
Accuracy is clamped at (5% * Base_Accuracy) minimum and 95% maximum.
Minimum proc chance is set to (5% + PPM * 1.5%). Maximum proc chance is set to 90%.
Proc damages are averaged against their damage done and their percent chance to trigger then added into damage done after % damage increase.
Pets from your Primary will not proc Hybrid Control Core or Hybrid Assault Radial; confirmed with testing. Carrion Creepers will proc Assault Radial.
Pets from your Patron Pool will not proc Hybrid Control Core, but will proc Hybrid Assault Radial; confirmed with testing.
Pet DPS is not 100% accurate, but it's sufficient unless someone has a better way to model it.
Not all pet abilities will trigger all procs. I checked in game files which would and would not and confirmed with in game testing. Carrion Creepers does not play nicely with game files and just procs everything slotted.

For Scaling purposes:
Rikti Pylon = +0 levels
Hamidon = +0 levels

To Do list/Dreams:
Having a check box cancel out when another is selected (Unique IOs like Decimation) requires a script. I do not possess this skill.
Add in the damaging abilties from Pool powers. In most cases they're hardly worth using to replace anything from your Primary, but maybe we'll see?
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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