forked from Warren1001/IAS_Calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (145 loc) · 6.57 KB
/
index.html
1
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<script defer type="module" src="calculator.js"></script>
<link href="styles.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>D2 IAS Calculator</title>
</head>
<body>
<h3>v1.1.1</h3>
<p>Last updated for: D2R v2.6 PTR</p>
<p>Primarily developed by Warren1001 from Llama's community. You can contact me <a href="https://discord.gg/mrllamasc">on his Discord server</a> or DM me directly on Discord (Warren1001).</p>
<p><a href="https://github.com/Warren1001/IAS_Calculator/tree/master">This calculator is open source</a>. <a href="https://github.com/Warren1001/IAS_Calculator/issues">Report a bug if you find one</a>. <a href="https://github.com/Warren1001/IAS_Calculator/blob/master/README.md">Changelog</a></p>
<p>Every time you visit this page for the first time, or you see mention of me updating this version, please full refresh with CTRL + F5.</p>
<p>This calculator is meant to show you everything possible in-game. If there is a combination in this calculator that is not possible in-game OR there is a combination missing that is possible in-game, please report it as a bug.</p>
<br>
<div id="calculator" class="halfWindow">
<label for="characterSelect">Character:</label>
<select id="characterSelect">
<option value=0 selected>Amazon</option>
<option value=1>Assassin</option>
<option value=2>Barbarian</option>
<option value=3>Druid</option>
<option value=4>Necromancer</option>
<option value=5>Paladin</option>
<option value=6>Sorceress</option>
<option disabled>───────────</option>
<option value=7>Rogue Scout</option>
<option value=8>Desert Mercenary</option>
<option value=9>Bash Barbarian</option>
<option value=10>Frenzy Barbarian</option>
</select>
<br>
<div id="wereformContainer" style="display: initial">
<label for="wereformSelect">Wereform:</label>
<select id="wereformSelect">
<option value=0 selected>None</option>
<option value=1>Werebear</option>
<option value=2>Werewolf</option>
<!--<option value=2 style="display: none">Werewolf</option> TODO holiday event-->
</select>
<br>
</div>
<label for="skillSelect">Skill:</label>
<select id="skillSelect"></select>
<br>
<div id="tableVariableContainer">
<label for="tableVariableSelect">Table:</label>
<select id="tableVariableSelect">
<option value=0>EIAS</option>
<option value=1 selected>IAS</option>
<option value=2>Fanaticism</option>
<option value=3 style="display: none">Primary Weapon IAS</option>
<option value=4 style="display: none">Secondary Weapon IAS</option>
<option value=5 style="display: none">Burst of Speed</option>
<option value=6 style="display: none">Werewolf</option>
<option value=7 style="display: none">Frenzy</option>
<option value=8 style="display: none">Maul</option>
</select>
<br>
</div>
<div id="primaryWeaponContainer" style="display: initial">
<label for="primaryWeaponSelect" title="Primary Weapon, Gloves-side" class="hoverable">P Weapon:</label>
<select id="primaryWeaponSelect"></select>
<br>
</div>
<div id="isOneHandedContainer" style="display: none">
<input type="checkbox" id="isOneHanded">Is One-Handed
<br>
</div>
<div id="primaryWeaponIASContainer" style="display: none">
<label for="primaryWeaponIAS">Primary WIAS:</label>
<input type="number" id="primaryWeaponIAS" value="0" min="0" max="120">
<br>
</div>
<div id="secondaryWeaponContainer" style="display: none">
<label for="secondaryWeaponSelect" title="Secondary Weapon, Boots-side" class="hoverable">S Weapon:</label>
<select id="secondaryWeaponSelect"></select>
<br>
</div>
<div id="secondaryWeaponIASContainer" style="display: none">
<label for="secondaryWeaponIAS">Secondary WIAS:</label>
<input type="number" id="secondaryWeaponIAS" value="0" min="0" max="120">
<br>
</div>
<div id="IASContainer" style="display: none">
<label for="IAS">IAS:</label>
<input type="number" id="IAS" value="0" min="0">
<br>
</div>
<div id="fanaticismContainer">
<label for="fanaticismLevel">Fanaticism:</label>
<input type="number" id="fanaticismLevel" value="0" min="0" max="60">
<br>
</div>
<div id="burstOfSpeedContainer">
<label for="burstOfSpeedLevel" title="Hustle grants BoS to all classes" class="hoverable">Burst of Speed:</label>
<input type="number" id="burstOfSpeedLevel" value="0" min="0" max="60">
<br>
</div>
<div id="werewolfContainer" style="display: none">
<label for="werewolfLevel">Werewolf:</label>
<input type="number" id="werewolfLevel" value="0" min="0" max="60">
<br>
</div>
<div id="maulContainer" style="display: none">
<label for="maulLevel">Maul:</label>
<input type="number" id="maulLevel" value="0" min="0" max="60">
<br>
</div>
<div id="frenzyContainer" style="display: none">
<label for="frenzyLevel">Frenzy:</label>
<input type="number" id="frenzyLevel" value="0" min="0" max="60">
<br>
</div>
<div id="markOfBearContainer">
<input type="checkbox" id="markOfBear" title="Metamorphosis grants Mark of the Bear (25 EIAS) to Werebear" class="hoverable">
<label for="markOfBear" title="Metamorphosis grants Mark of the Bear (25 EIAS) to Werebear" class="hoverable">Mark of the Bear</label>
<br>
</div>
<div id="holyFreezeContainer">
<label for="holyFreezeLevel">Holy Freeze:</label>
<input type="number" id="holyFreezeLevel" value="0" min="0" max="60">
<br>
</div>
<div id="slowedByContainer">
<label for="slowedByLevel" title="Slows Target % in PvP" class="hoverable">Slowed By:</label>
<input type="number" id="slowedByLevel" value="0" min="0" max="50">
<br>
</div>
<div id="decrepifyContainer">
<input type="checkbox" id="decrepify">Decrepify
<br>
</div>
<div id="chilledContainer">
<input type="checkbox" id="chilled">Chilled
<br>
</div>
<button type="button" id="generateLink">Copy Link</button>
</div>
<div id="tableContainer" class="halfWindow"></div>
</body>
</html>