@@ -167,7 +167,7 @@ <h4>Standard Elemental Build</h4>
167
167
< div id ="calcdiv " style ="height: calc(50% - 100px) ">
168
168
< ul id ="calctabs " uk-tab ="connect: #calcs ">
169
169
< li class ="uk-active "> < a href ="# "> Sim</ a > </ li >
170
- < li > < a href ="# "> Hasted Rotations</ a > </ li >
170
+ < li > < a href ="# "> Rotations</ a > </ li >
171
171
< li > < a href ="# "> Gear & Stat Weights</ a > </ li >
172
172
< li > < a href ="# "> Sim Logs</ a > </ li >
173
173
</ ul >
@@ -177,11 +177,11 @@ <h4>Standard Elemental Build</h4>
177
177
Iterations: < input id ="iters " type ="text " value ="1000 " style ="width: 60px "> </ input >
178
178
Duration: < input id ="dur " type ="text " value ="300 " style ="width: 60px "> </ input >
179
179
# Cl Targets:
180
- < select id ="numClTargets " class ="buffdrop " style ="width: 50px " value ="1 ">
181
- < option class ="buffdrop " selected > 1</ option >
182
- < option class ="buffdrop "> 2</ option >
183
- < option class ="buffdrop "> 3</ option >
184
- </ select >
180
+ < select id ="numClTargets " class ="buffdrop " style ="width: 50px " value ="1 ">
181
+ < option class ="buffdrop " selected > 1</ option >
182
+ < option class ="buffdrop "> 2</ option >
183
+ < option class ="buffdrop "> 3</ option >
184
+ </ select >
185
185
< button id ="simrunbut "> Run Simulation</ button >
186
186
</ div >
187
187
< div id ="simout " style ="width: 99%;height: calc(100% - 40px);border:1px solid black;margin-top: 10px; ">
@@ -192,48 +192,56 @@ <h4>Standard Elemental Build</h4>
192
192
</ div >
193
193
< div id ="rotout " style ="float: left;width: calc(100% - 130px);height: 100%; ">
194
194
< div id ="rotstats " style ="height: 30px;width: 100%;border-bottom: 1px solid black; "> </ div >
195
- < div id ="rotchart ">
196
- </ div >
195
+ < div id ="rotchart "> </ div >
197
196
</ div >
198
197
</ div >
199
198
</ li >
200
199
< li >
201
200
< div style ="text-align: right; ">
202
- < button id ="hastebut "> Optimize Haste Rotation</ button >
201
+ Rotation:
202
+ < select id ="rotationRotation " class ="buffdrop ">
203
+ < option class ="buffdrop " value ="ADAPTIVE " selected title ="Dynamically adapts based on available mana. "> Adaptive</ option >
204
+ < option class ="buffdrop " value ="CL_ON_CLEARCAST " title ="Casts CL only after Clearcast procs. "> CL On Clearcast</ option >
205
+ < option class ="buffdrop " value ="FIXED_CL_ON_CD " title ="Casts CL if off CD, otherwise LB. "> CL On CD</ option >
206
+ < option class ="buffdrop " value ="FIXED_LB_ONLY " title ="Only casts LB. "> LB Only</ option >
207
+ < option class ="buffdrop " value ="FIXED_3LB_1CL " title ="Casts CL followed by 3 LBs. "> CL + 3LB</ option >
208
+ < option class ="buffdrop " value ="FIXED_4LB_1CL " title ="Casts CL followed by 4 LBs. "> CL + 4LB</ option >
209
+ < option class ="buffdrop " value ="FIXED_5LB_1CL " title ="Casts CL followed by 5 LBs. "> CL + 5LB</ option >
210
+ < option class ="buffdrop " value ="FIXED_6LB_1CL " title ="Casts CL followed by 6 LBs. "> CL + 6LB</ option >
211
+ < option class ="buffdrop " value ="FIXED_7LB_1CL " title ="Casts CL followed by 7 LBs. "> CL + 7LB</ option >
212
+ < option class ="buffdrop " value ="FIXED_8LB_1CL " title ="Casts CL followed by 8 LBs. "> CL + 8LB</ option >
213
+ < option class ="buffdrop " value ="FIXED_9LB_1CL " title ="Casts CL followed by 9 LBs. "> CL + 9LB</ option >
214
+ < option class ="buffdrop " value ="FIXED_10LB_1CL " title ="Casts CL followed by 10 LBs. "> CL + 10LB</ option >
215
+ </ select >
216
+ Iterations: < input id ="rotationIters " type ="text " value ="1000 " style ="width: 60px "> </ input >
217
+ Duration: < input id ="rotationDur " type ="text " value ="300 " style ="width: 60px "> </ input >
218
+ # Cl Targets:
219
+ < select id ="rotationNumClTargets " class ="buffdrop " style ="width: 50px " value ="1 ">
220
+ < option class ="buffdrop " selected > 1</ option >
221
+ < option class ="buffdrop "> 2</ option >
222
+ < option class ="buffdrop "> 3</ option >
223
+ </ select >
224
+ < button id ="rotationRunButton "> Run Simulation</ button >
203
225
</ div >
204
- < ul style ="float:right ">
205
- < li > Does not use bloodlust (ignores BL settings above)</ li >
206
- < li > Uses all other options, but replaces the haste stat.</ li >
207
- < li > Do not recommend using Quags Eye</ li >
208
- < li > Not mana optimized, this is showing max dps for a 60s fight</ li >
209
- < li > Even a very small amount of haste like 20 makes CL / 4LB > CL / 3LB</ li >
210
- </ ul >
211
- < div id ="hasterots " style ="float:left ">
212
- < table class ="hastetable " style ="margin-top: 0px ">
213
- < tr > < th > Haste</ th > < th > Rotation</ th > < th > DPS</ th > </ tr >
214
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
215
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
216
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
217
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
218
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
219
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
220
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
221
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
222
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
223
- < tr > < td > </ td > < td > </ td > < td > </ td > </ tr >
224
- </ table >
226
+ < div id ="rotationOut " style ="width: 99%;height: calc(100% - 40px);border:1px solid black;margin-top: 10px; ">
227
+ < div id ="rotationToplineResults " style ="height: 100%;float: left;width: 125px;border-right: 1px solid black; ">
228
+ </ div >
229
+ < div id ="rotationDetailedResults " style ="float: left;width: calc(100% - 130px);height: 100%; ">
230
+ < div id ="rotationStats " style ="height: 30px;width: 100%;border-bottom: 1px solid black; "> </ div >
231
+ < div id ="rotationChart " style ="height: 100%;width: 100% "> </ div >
232
+ </ div >
225
233
</ div >
226
234
</ li >
227
235
< li >
228
236
< div style ="text-align: right ">
229
237
< label > Iterations:< input id ="switer " type ="text " value ="1000 " style ="width: 60px "> </ input > </ label >
230
238
< label > Duration:< input id ="swdur " type ="text " value ="300 " style ="width: 60px "> </ input > </ label >
231
239
# Cl Targets:
232
- < select id ="swnumClTargets " class ="buffdrop " style ="width: 50px " value ="1 ">
233
- < option class ="buffdrop " selected > 1</ option >
234
- < option class ="buffdrop "> 2</ option >
235
- < option class ="buffdrop "> 3</ option >
236
- </ select >
240
+ < select id ="swnumClTargets " class ="buffdrop " style ="width: 50px " value ="1 ">
241
+ < option class ="buffdrop " selected > 1</ option >
242
+ < option class ="buffdrop "> 2</ option >
243
+ < option class ="buffdrop "> 3</ option >
244
+ </ select >
237
245
< button id ="calcstatweight "> Calculate</ button >
238
246
</ div >
239
247
< table id ="statweights " style ="width: 60%;margin: 0px auto; ">
@@ -272,11 +280,11 @@ <h4>Standard Elemental Build</h4>
272
280
< div style ="text-align: right ">
273
281
Duration: < input id ="logdur " type ="text " value ="300 " style ="width: 60px "> </ input >
274
282
# Cl Targets:
275
- < select id ="lognumClTargets " class ="buffdrop " style ="width: 50px " value ="1 ">
276
- < option class ="buffdrop " selected > 1</ option >
277
- < option class ="buffdrop "> 2</ option >
278
- < option class ="buffdrop "> 3</ option >
279
- </ select >
283
+ < select id ="lognumClTargets " class ="buffdrop " style ="width: 50px " value ="1 ">
284
+ < option class ="buffdrop " selected > 1</ option >
285
+ < option class ="buffdrop "> 2</ option >
286
+ < option class ="buffdrop "> 3</ option >
287
+ </ select >
280
288
< button id ="simlogrun "> Run Simulation</ button >
281
289
</ div >
282
290
< pre id ="simlogs " class ="dtd " style ="width: 99%;border:1px solid black; ">
@@ -288,7 +296,7 @@ <h4>Standard Elemental Build</h4>
288
296
< div id ="pullout ">
289
297
< div class ="dtl " style ="height:100%;width:100%;padding:10px ">
290
298
< div id ="themetoggle " style ="height:20px; bottom: 10px; cursor: pointer; " onclick ="toggletheme() ">
291
- < text > v1.1.13 </ text >
299
+ < text > v1.1.14 </ text >
292
300
< img id ="themebulb " style ="height: 20px; width: 20px " src ="icons/light-bulb.svg "> </ img >
293
301
</ div >
294
302
< div style ="margin-top:10px ">
0 commit comments