forked from v2absolutely/v2verminbuilds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
478 lines (473 loc) · 20.4 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117407672-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117407672-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>v2verminbuilds</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="weapons.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.js"></script>
<script src="script.js?v=1.0.110"></script>
<script src="https://www.gstatic.com/firebasejs/4.12.0/firebase.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.12.0/firebase-firestore.js"></script>
</head>
<body class="createPage" onhashchange="loadPageFromHash()">
<div class="statusBar grid">
<span class="statusLabel buildCountLabel"></span>
<span class="statusLabel myBuildsButton" style="visibility: hidden;">My Builds</span>
<span class="statusLabel userButton"></span>
</div>
<div class="navBar flex">
<span class="navButton createButton">Create</span>
<span class="navButton browseButton">Browse Builds</span>
<span class="navButton weaponsButton">Weapons</span>
<span class="navButton hide enemiesButton">Enemies</span>
</div>
<div class="mainGrid createPage page iconLayout loading">
<div class="heroSection">
<div class="markusHero selected redBorder"><div class="emptyCell"></div></div>
<div class="bardinHero"><div class="emptyCell"></div></div>
<div class="kerillianHero"><div class="emptyCell"></div></div>
<div class="victorHero"><div class="emptyCell"></div></div>
<div class="siennaHero"><div class="emptyCell"></div></div>
</div>
<div class="classSection">
<div class="heroClass1"><div class="emptyCell"></div></div>
<div class="heroClass2"><div class="emptyCell"></div></div>
<div class="heroClass3"><div class="emptyCell"></div></div>
</div>
<div class="heroClassContent">
<div class="buildButtonBar flex">
<span class="navButton editBuildButton">Edit</span>
<span class="navButton cloneBuildButton">Clone Build</span>
<span class="navButton cloneBuildSetButton">Clone Collection</span>
</div>
<div class="buildSummaryBar flex hide">
<span class="label authorLabel"></span>
</div>
<div class="buildSelectionContainer">
<input type="text" class="buildName" placeholder="Name Your Build">
<select class="loadoutSelection"></select>
<span class="button newLoadoutButton">New Loadout</span>
</div>
<div class="buildInfoContainer grid">
<textarea type="text" class="buildDescription" placeholder="Build Description" style="height: 66px;"></textarea>
<input type="text" class="relatedVideo" placeholder="Related Video">
</div>
<iframe id="ytplayer" class="ytPlayer" type="text/html" width="640" height="360" frameborder="0"></iframe>
<iframe class="twitchPlayer" frameborder="0" allowfullscreen="true" scrolling="no" height="360" width="640"></iframe>
<div class="sectionTitle heroSummaryTitle">
<span></span>
</div>
<div class="heroSummary">
<div class="heroPortrait" onclick=copyBuild()></div>
<div class="stats">
<span>Base Stats</span>
<span>Health</span>
<span id="healthValue"></span>
<span>Cooldown</span>
<span id="cooldownValue"></span>
</div>
</div>
<div class="sectionTitle">
<span>Active Ability</span>
</div>
<div class="heroActiveAbility">
</div>
<div class="sectionTitle">
<span>Passives</span>
</div>
<div class="heroPassiveAbility">
</div>
</div>
<div class="sectionTitle">
<span>Talents</span>
</div>
<div class="talentSection">
<div class="tier0">
<div class="talent0">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent1">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent2">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
</div>
<div class="tier1">
<div class="talent0">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent1">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent2">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
</div>
<div class="tier2">
<div class="talent0">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent1">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent2">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
</div>
<div class="tier3">
<div class="talent0">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent1">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent2">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
</div>
<div class="tier4">
<div class="talent0">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent1">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent2">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
</div>
<div class="tier5">
<div class="talent0">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent1">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
<div class="talent2">
<div class="talentIcon"></div>
<div class="talentContainer">
<span class="talentName"></span>
<span class="talentDescription"></span>
</div>
</div>
</div>
</div>
<div class="gearSectionTitle sectionTitle">
<span>Weapons and Gear</span>
</div>
<div class="weaponAndGearContainer">
<div class="weaponSection">
<div class="meleeWeaponSection itemSection">
<h2>Melee</h2>
<select class="meleeSelection">
</select>
<select class="meleeQualitySelection">
</select>
<input type="number" name="meleePowerLevel" min="5" max="300" step="1" value="300"></input>
<select class="meleeProperty1Selection propertySelection">
</select>
<input type="number" name="meleeProperty1" min="" max="" step=""></input>
<select class="meleeProperty2Selection propertySelection">
</select>
<input type="number" name="meleeProperty2" min="" max="" step=""></input>
<select class="meleeTraitSelection traitSelection">
</select>
<div class="traitDescription"><span></span></div>
</div>
<div class="rangeWeaponSection itemSection">
<h2>Range</h2>
<select class="rangeSelection">
</select>
<select class="rangeQualitySelection">
</select>
<input type="number" name="rangePowerLevel" min="5" max="300" step="1" value="300"></input>
<select class="rangeProperty1Selection propertySelection">
</select>
<input type="number" name="rangeProperty1" min="" max="" step=""></input>
<select class="rangeProperty2Selection propertySelection">
</select>
<input type="number" name="rangeProperty2" min="" max="" step=""></input>
<select class="rangeTraitSelection traitSelection">
</select>
<div class="traitDescription"><span></span></div>
</div>
</div>
<div class="gearSection">
<div class="necklaceSection itemSection">
<h2>Necklace</h2>
<select class="necklaceQualitySelection">
</select>
<input type="number" name="necklacePowerLevel" min="5" max="300" step="1" value="300"></input>
<select class="necklaceProperty1Selection propertySelection">
</select>
<input type="number" name="necklaceProperty1" min="" max="" step=""></input>
<select class="necklaceProperty2Selection propertySelection">
</select>
<input type="number" name="necklaceProperty2" min="" max="" step=""></input>
<select class="necklaceTraitSelection traitSelection">
</select>
<div class="traitDescription"><span></span></div>
</div>
<div class="charmSection itemSection">
<h2>Charm</h2>
<select class="charmQualitySelection">
</select>
<input type="number" name="charmPowerLevel" min="5" max="300" step="1" value="300"></input>
<select class="charmProperty1Selection propertySelection">
</select>
<input type="number" name="charmProperty1" min="" max="" step=""></input>
<select class="charmProperty2Selection propertySelection">
</select>
<input type="number" name="charmProperty2" min="" max="" step=""></input>
<select class="charmTraitSelection traitSelection">
</select>
<div class="traitDescription"><span></span></div>
</div>
<div class="trinketSection itemSection">
<h2>Trinket</h2>
<select class="trinketQualitySelection">
</select>
<input type="number" name="trinketPowerLevel" min="5" max="300" step="1" value="300"></input>
<select class="trinketProperty1Selection propertySelection">
</select>
<input type="number" name="trinketProperty1" min="" max="" step=""></input>
<select class="trinketProperty2Selection propertySelection">
</select>
<input type="number" name="trinketProperty2" min="" max="" step=""></input>
<select class="trinketTraitSelection traitSelection">
</select>
<div class="traitDescription"><span></span></div>
</div>
</div>
</div>
</div>
<div class="buildBrowserSection buildsPage page grid loading">
<div class="buildBrowserButtons flex">
<div class="previousButton">Previous</div>
<div class="nextButton">Next</div>
</div>
<table id="buildBrowserTable" class="redBorder"></table>
</div>
<div class="myBuildsSection myBuildsPage page grid loading">
<table id="myBuildsTable" class="redBorder"></table>
</div>
<div class="weaponsDataPage weaponsPage page grid iconLayout" style="">
<div class="weaponSelectionContainer">
<div class="heroSection">
<div class="markusHero selected redBorder"><div class="emptyCell"></div></div>
<div class="bardinHero"><div class="emptyCell"></div></div>
<div class="kerillianHero"><div class="emptyCell"></div></div>
<div class="victorHero"><div class="emptyCell"></div></div>
<div class="siennaHero"><div class="emptyCell"></div></div>
</div>
<div class="weaponSelectionSection">
<select class="weaponDataMeleeSelection"></select>
</div>
</div>
<div class="weaponSummaryContainer grid">
<div class="weaponIcon"></div>
<select class="meleeProperty1Selection propertySelection">
<option value="0">Attack Speed</option>
<option value="1">Stamina</option>
<option value="2">Block Cost Reduction</option>
<option value="3">Crit Chance</option>
<option value="4">Crit Power</option>
<option value="5">Push/Block Angle</option>
<option value="6">Power vs Skaven</option>
<option value="7">Power vs Chaos</option>
</select>
<input type="number" name="meleeProperty1" min="3" max="5" step="0.2" value="5" class="meleeProperty1Value">
<select class="meleeProperty2Selection propertySelection">
<option value="0">Attack Speed</option>
<option value="1">Stamina</option>
<option value="2">Block Cost Reduction</option>
<option value="3">Crit Chance</option>
<option value="4">Crit Power</option>
<option value="5">Push/Block Angle</option>
<option value="6">Power vs Skaven</option>
<option value="7">Power vs Chaos</option>
</select>
<input type="number" name="meleeProperty2" min="3" max="5" step="0.2" value="5" class="meleeProperty2Value">
<div class="traitIconContainer center grid" title="Trait">
<div class="traitIcon center"></div>
</div>
<div class="staminaIcon center" title="Stamina"></div>
<span class="staminaValue textCenter">6</span>
<span class="blockAngleValue textCenter">90</span>
<select class="meleeTraitSelection traitSelection">
<option value="0">Heroic Intervention</option>
<option value="1">Off Balance</option>
<option value="2">Opportunist</option>
<option value="3">Parry</option>
<option value="4">Resourceful Combatant</option>
<option value="5">Swift Slaying</option>
</select>
<div class="traitDescription"></div>
</div>
<div class="weaponStatsContainer grid">
<div class="weaponStatColumn">
<div class="weaponStatContainer grid"><span class="weaponStatName">Attack Speed:</span><span class="weaponStatValue">0.8 (+15%)</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">Talent Power:</span><span class="weaponStatValue">10%</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">P vs. Skaven:</span><span class="weaponStatValue">10%</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">P vs. Chaos:</span><span class="weaponStatValue">10%</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">P vs. Infantry</span><span class="weaponStatValue">10%</span></div>
</div>
<div class="weaponStatColumn">
<div class="weaponStatContainer grid"><span class="weaponStatName">Crit Chance</span><span class="weaponStatValue">15% (+10%)</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">Crit Power</span><span class="weaponStatValue">28.0 (+10%)</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">P vs. Armored</span><span class="weaponStatValue">10%</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">P vs. Monsters</span><span class="weaponStatValue">10%</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">P vs. Berserkers</span><span class="weaponStatValue">10%</span></div>
</div>
<div class="weaponStatColumn">
<div class="weaponStatContainer grid"><span class="weaponStatName">Stamina</span><span class="weaponStatValue">8 (+4.0)</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">Block Angle:</span><span class="weaponStatValue">90 (+50%)</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">Block Reduction:</span><span class="weaponStatValue">88%</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">Stamina Regen:</span><span class="weaponStatValue">0.8 (+15%)</span></div>
<div class="weaponStatContainer grid"><span class="weaponStatName">Block Run Speed:</span><span class="weaponStatValue">0.8 (+15%)</span></div>
</div>
</div>
<div class="sectionTitle flex center">
<i class="statsIcon fa fa-bar-chart"></i>
<span class="statsButton center">Stats</span>
</div>
<div class="weaponAttackStatsContainer showDamage showNormalDamage showRegulars showElites showSpecials showLords showInfantry showArmored showSuperArmor showMonsters showBerserkers">
<div class="weaponDataTableButtonsContainer grid center">
<div class="weaponDataTableButton tableTypeButton showDamageButton hide selected grid"><span class="center weaponTableTypeLabel">Damage</span></div>
<div class="weaponDataTableButton tableTypeButton showCleaveButton hide grid"><span class="center">Cleave</span></div>
<div class="weaponDataTableButton tableTypeButton showStaggerButton hide grid"><span class="center">Stagger</span></div>
<div class="weaponDataTableButton showStrengthButton disabled hide grid"><span class="center">Show Strength</span></div>
<div class="weaponDataTableButton showBreakpointsButton grid"><span class="center">Show Breakpoints</span></div>
<div class="weaponDataTableButton showDamageTypeButton showNormalButton grid"><span class="center">Normal</span></div>
<div class="weaponDataTableButton showDamageTypeButton showHeadshotButton grid"><span class="center">Headshot</span></div>
<div class="weaponDataTableButton showDamageTypeButton showCritButton grid"><span class="center">Crit</span></div>
<div class="weaponDataTableButton showDamageTypeButton showCritHeadshotButton grid"><span class="center">Crit Headshot</span></div>
<div class="weaponDataTableButton showEnemiesButton hide grid"><span class="center">Hide Enemies</span></div>
<div class="weaponDataTableButton showEnemyButton showRegularsButton grid"><span class="center">Hide Regular</span></div>
<div class="weaponDataTableButton showEnemyButton showElitesButton grid"><span class="center">Hide Elites</span></div>
<div class="weaponDataTableButton showEnemyButton showSpecialsButton grid"><span class="center">Hide Specials</span></div>
<div class="weaponDataTableButton showEnemyButton showLordsButton grid"><span class="center">Hide Lords</span></div>
<div class="enemyLegendRow showEnemyButton flex center">
<div class="enemyLegendIcon regular"></div>
<span class="enemyLegendName">Regular</span>
<div class="enemyLegendIcon elite"></div>
<span class="enemyLegendName">Elite</span>
<div class="enemyLegendIcon special"></div>
<span class="enemyLegendName">Special</span>
<div class="enemyLegendIcon lord"></div>
<span class="enemyLegendName left">Lord</span>
<div class="enemyRace skaven grid"><i class="raceIcon"></i></div>
<span class="enemyLegendName left">Skaven</span>
<div class="enemyRace chaos grid"><i class="raceIcon"></i></div>
<span class="enemyLegendName left">Chaos</span>
</div>
</div>
<div class="weaponAttackDataTable grid">
</div>
</div>
</div>
<div class="footer">
</div>
<div class="userWindow registerWindow">
<div class="grid">
<span class="headerButton registerTabButton selected">Register</span>
<span class="headerButton loginTabButton">Login</span>
</div>
<input type="text" name="username" placeholder="Username">
<input type="text" name="email" placeholder="E-mail">
<input type="password" name="password" placeholder="Password">
<input type="password" name="password2" placeholder="Verify password">
<input type="submit" name="signup_submit" class="registerButton" value="Register">
<input type="submit" name="login_submit" class="loginButton" value="Login">
<span class="userWindowCloseButton">x</span>
</div>
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</body>
</html>