-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwishlist.html
563 lines (563 loc) · 18.6 KB
/
wishlist.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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ghast's Grotto - Wishlist</title>
<meta name="description" content="A list of the items I'm looking for.">
<meta name="keywords" content="Diablo, Diablo 1, Diablo One, ghast, ghastmaster, ghast's grotto, shrine list, multiplayer">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<script
src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk="
crossorigin="anonymous"></script>
<script src="js/ttip.js" type="text/javascript"></script>
<style>
a:link {
text-decoration: none;
color: #ffffff
}
a:visited {
text-decoration: none;
color: #ffffff
}
a:hover {
background: none;
color: #ff8000
}
#tooltip {
position:absolute;
display:none;
background:#111111;
border-width: 2px;
padding: 3px;
border-style: groove;
border-color: grey;
color: #bca86c;
}
table.blog {
background-color: #111111;
padding: .3em;
color: #bca86c;
width: 80%;
}
table.new {
border-collapse: collapse;
width: 100%;
}
table.new td {
text-align: center;
border-width: 1px;
border-style: solid;
border-color: gray;
border-spacing: 0px;
}
table.new tr:hover {
background-image: none;
}
table.new tr:hover .zoom {
transform: scale(2);
transform-origin: 0% 50%;
}
.hunt {
background-image: url('images/block.webp');
}
.norm {
color: #ffffff;
}
.title {
font-size: 1.5em;
text-align: left;
color: #ffffff;
}
.title2 {
color: #a0a5c8;
font-size: 1.2em;
}
img {
image-rendering: pixelated;
}
.fire {
color: #e16c6c;
}
.banner {
margin: 0;
font-size: 1em;
font-weight: none;
line-height: 1.1;
text-align: left;
position: fixed;
top: 2em;
left: 0em;
width: 10%;
right: auto;
}
.banner p {
margin: 0;
padding: 0.3em 0.4em;
border: none;
color: #ff8000;
}
.banner a, div.banner em {
display: block; margin: 0 0.5em;
}
.banner a, div.banner em {
border-top: 0px groove #CCC;
}
.banner a:first-child {
border-top: none;
}
.banner em {
color: #CFC;
}
.banner2 {
margin: 0;
font-size: 1em;
font-weight: none;
line-height: 1.1;
text-align: left;
position: fixed;
top: 2em;
left: auto;
width: 10%;
right: 0em;
}
.banner2 p {
margin: 0;
padding: 0.3em 0.4em;
border: none;
color: #ff8000;
}
.banner2 a, div.banner em {
display: block;
margin: 0 0.5em;
}
.banner2 a, div.banner em {
border-top: 0px groove #CCC;
}
.banner2 a:first-child {
border-top: none;
}
.banner2 em {
color: #CFC;
}
</style>
</head>
<body bgcolor="#2d2d2d">
<div class="banner">
<p>Grotto:
<br>
<br>
<a title="Tips, tricks, news, and more!" href="index.html">Home</a>
<br>
<a title="Various Diablo Stat Calculators" href="calcs.html">Calcs</a>
<br>
<a title="Self explanatory" href="shrinelist.html">Shrines</a>
<br>
<a title="Zoom and scroll through a pixel perfect image of Tristram" href="tristram.html">Tristram</a>
<br>
<a title="A list of all the uniques" href="uniques.html">Uniques</a>
<br>
<a title="A huge list of oldies(but goodies) and newby Diablo related sites and forums" href="links.html">Links</a>
<br>
</p>
<p>Monsters:
<br>
<br>
<a title="A list of all the normal monsters" href="monstern.html">Normal</a>
<br>
<a title="A list of all the unique monsters" href="monsteru.html">Unique</a>
<br>
</p>
<p>Builds:
<br>
<br>
<a title="FireIceTalon's Builds for Rogue" href="buildr.html">Rogue</a>
<br>
<a title="FireIceTalon's Builds for Sorcerer" href="builds.html">Sorcerer</a>
<br>
<a title="FireIceTalon's Builds for Warrior" href="buildw.html">Warrior</a>
<br>
</p>
<p>My:
<br>
<br>
<a title="My characters and their items" href="characters.html">Characters</a>
<br>
<a title="From the bean counter" href="kills.html">Kills</a>
<br>
<a title="My stash of items" href="stash.html">Stash</a>
<br>
<a title="All the items I am hunting" href="wishlist.html">Wishlist</a>
</p>
</div>
<div class="banner2">
<p> Browse Page:
<br>
<br>
<a href="#armors">Armors</a>
<br>
<a href="#axes">Axes</a>
<br>
<a href="#bows">Bows</a>
<br>
<a href="#clubs">Clubs</a>
<br>
<a href="#helms">Helms</a>
<br>
<a href="#jewelry">Jewelry</a>
<br>
<a href="#shields">Shields</a>
<br>
<a href="#staves">Staves</a>
<br>
<a href="#swords">Swords</a>
</p>
</div>
<center>
<table class="blog">
<tr>
<td class="title"><a name="armors"></a>Armors</td>
</tr>
<tr>
<td>
<table class="new">
<tr class="title2">
<td>Image</td>
<td>Name</td>
<td>qlvl</td>
<td>Probability</td>
<td colspan="2">Stats</td>
</tr>
<tr class="tooltip" title="AC variations:<br> 50, 48, 46, 45, 44, 43, 42">
<td class="zoom"><img src="images\items\najslightplate.webp"></td>
<td>Naj's Light Plate<br>(Plate Mail)</td>
<td>19</td>
<td>40 / dlvl 15<br>38 / dlvl 15<br>38 / dlvl 15</td>
<td>No Strength Requirement<br>+5 To Magic<br>Mana: +20<br>Resist All: +20%<br>Spells Are Increased 1 Level</td>
<td>Armor: <span class="fire">(42-50)</span><br>Dur: 75</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- ///// Axes \\\\\ -->
<table class="blog">
<tr>
<td class="title"><a name="axes"></a>Axes</td>
</tr>
<tr>
<td>
<table class="new">
<tr class="title2">
<td>Image</td>
<td>Name</td>
<td>qlvl</td>
<td>Probability</td>
<td colspan="2">Stats</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\axe.webp"></td>
<td>Bloodslayer<br>(Broad Axe)</td>
<td>3</td>
<td>impossible<br>150 / dlvl 2<br>160 / dlvl 2</td>
<td>+100% Damage<br>+200% Damage vs. Demons<br>-5 To all Attribute</td>
<td>Damage: 8-20<br>Dur: 50<br>Required: 50 Str</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\greataxe.webp"></td>
<td>Sharp Beak<br>(Large Axe)</td>
<td>2</td>
<td>impossible<br>1,200 / dlvl 2<br>1,300 / dlvl 2</td>
<td>-10 Magic<br>+20 Life<br>-10 Mana</td>
<td>Damage: 6-16<br>Dur: 30<br>Required: 25 Str</td>
</tr>
<tr class="tooltip" title="DFE variations:<br> -6, -5, -3, -1">
<td class="zoom"><img src="images\items\greataxe.webp"></td>
<td>Wicked Axe<br>(Large Axe)</td>
<td>5</td>
<td>16 / dlvl 15<br>19 / dlvl 15<br>19 / dlvl 15</td>
<td>Chance To Hit: +30%<br>+10 To Dexterity<br>-10 To Vitality<br><span class="fire">(-1 - -6)</span> Damage From Enemies<br>Indestructible</td>
<td>Damage: 6-16<br>Dur: Indestructible<br>Required: 30 Str</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- ///// Bows \\\\\ -->
<table class="blog">
<tr>
<td class="title"><a name="bows"></a>Bows</td>
</tr>
<tr>
<td>
<table class="new">
<tr class="title2">
<td>Image</td>
<td>Name</td>
<td>qlvl</td>
<td>Probability</td>
<td colspan="2">Stats</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\compositebow.webp"></td>
<td>The Celestial Bow<br>(Long Bow)</td>
<td>2</td>
<td>impossible<br>1 200 / dlvl 2<br>1 300 / dlvl 2</td>
<td>+2 Damage<br>Armor Class: +5<br>No Strength Requirement</td>
<td>Damage: 1-6<br>Dur: 35<br>Required: 30 dex</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\bowofthedead.webp"></td>
<td>Deadly Hunter<br>(Composite Bow)</td>
<td>3</td>
<td>impossible<br>2,100 / dlvl 2<br>2,300 / dlvl 2</td>
<td>-5 Magic<br>+20% To Hit<br>+200% Damage vs. demons</td>
<td>Damage: 3-6<br>Dur: 45<br>Required: 25 Str, 40 dex</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\shortbow.webp"></td>
<td>The Rift Bow<br>(Short Bow)</td>
<td>1</td>
<td>480 / dlvl 1<br>2,500 / dlvl 1<br>2,900 / dlvl 1</td>
<td>Fires Random Speed Arrows<br>-3 To Dexterity<br>+2 Damage To each Hit</td>
<td>Damage: 1-4<br>Dur: 30</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- ///// Clubs \\\\\ -->
<table class="blog">
<tr>
<td class="title"><a name="clubs"></a>Clubs</td>
</tr>
<tr>
<td>
<table class="new">
<tr class="title2">
<td>Image</td>
<td>Name</td>
<td>qlvl</td>
<td>Probability</td>
<td colspan="2">Stats</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\maul.webp"></td>
<td>Hammer of Jholm<br>(Maul)</td>
<td>2</td>
<td>340 / dlvl 5<br>62 / dlvl 2<br>65 / dlvl 2</td>
<td><span class="fire">(+4% - +10%)</span> Damage<br>Indestructible<br>+3 To Strength<br>Chance To Hit: +15%</td>
<td>Damage: 6-20<br>Dur: Indestructible<br>Required: 55 Str</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- ///// Helms \\\\\ -->
<table class="blog">
<tr>
<td class="title"><a name="helms"></a>Helms</td>
</tr>
<tr>
<td>
<table class="new">
<tr class="title2">
<td>Image</td>
<td>Name</td>
<td>qlvl</td>
<td>Probability</td>
<td colspan="2">Stats</td>
</tr>
<tr class="tooltip" title="AC/DFE variations:<br> 6/6, 6/3, 6/2 - 5/6, 5/5, 5/4, 5/2 - 4/4, 4/2, 4/1">
<td class="zoom"><img src="images\items\foolscrest.webp"></td>
<td>Fool's Crest<br>(Helm)</td>
<td>12</td>
<td>24 / dlvl 15<br>27 / dlvl 15<br>27 / dlvl 15</td>
<td>-4 To All Attributes<br>Hit Points: +100<br><span class="fire">(+1 - +6)</span> Damage From Enemies<br>Attacker Takes 1-3 Damage</td>
<td>Armor: <span class="fire">(4-6)</span><br>Dur: 30<br>Required: 25 Str</td>
</tr>
<tr class="tooltip" title="AC variations:<br> 6">
<td class="zoom"><img src="images\items\helmofsprits.webp"></td>
<td>Helm of Sprits<br>(Helm)</td>
<td>1</td>
<td>impossible<br>130 / dlvl 2<br>140 / dlvl 2</td>
<td>Hit Steals 5% Life</td>
<td>Armor: <span class="fire">(4-6)</span><br>Dur: 30<br>Required: 25 Str</td>
</tr>
<tr class="tooltip" title="AC variations:<br> 5">
<td class="zoom"><img src="images\items\overlordshelm.webp"></td>
<td>Overlord's Helm<br>(Helm)</td>
<td>7</td>
<td>120 / dlvl 4<br>120 / dlvl 4<br>120 / dlvl 4</td>
<td>+20 To Strength<br>+15 To Dexterity<br>+5 To Vitality<br>-20 To Magic<br>Altered Durability</td>
<td>Armor: <span class="fire">(4-6)</span><br>Dur: 15<br>Required: 25 Str</td>
</tr>
<tr class="tooltip" title="AC variations:<br> 4, 3, 2">
<td class="zoom"><img src="images\items\thinkingcap.webp"></td>
<td>Thinking Cap<br>(Skull Cap)</td>
<td>6</td>
<td>16 / dlvl 15<br>21 / dlvl 15<br>21 / dlvl 15</td>
<td>Mana: +30<br>Resist All: +20%<br>Spells Are Increased 2 Levels<br>Altered Durability</td>
<td>Armor: <span class="fire">(2-4)</span><br>Dur: 1</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- ///// Jewelry \\\\\ -->
<table class="blog">
<tr>
<td class="title"><a name="jewelry"></a>Jewelry</td>
</tr>
<tr>
<td>
<table class="new">
<tr class="title2">
<td>Image</td>
<td>Name</td>
<td>qlvl</td>
<td>Probability</td>
<td colspan="2">Stats</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\bleeder.webp"></td>
<td>The Bleeder<br>(Ring)</td>
<td>2</td>
<td>impossible<br>59 / dlvl 2<br>65 / dlvl 2</td>
<td>Resist Magic: +20%<br>Mana: +30<br>Hitpoints: -10</td>
<td>Dur: Indestructible</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\constrictingring.webp"></td>
<td>Constricting Ring<br>(Ring)</td>
<td>5</td>
<td>28 / dlvl 2<br>16 / dlvl 2<br>17 / dlvl 2</td>
<td>Resist All: +75% Max<br>Constantly lose hitpoints</td>
<td>Dur: Indestructible</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\ringofregha.webp"></td>
<td>Ring of Regha<br>(Ring)</td>
<td>1</td>
<td>impossible<br>110 / dlvl 1<br>120 / dlvl 1</td>
<td>+10 To Magic<br>Resist Magic: +10%<br>+10% Light Radius<br>-3 Strength<br>-3 Dexterity</td>
<td>Dur: Indestructible</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- ///// Shields \\\\\ -->
<table class="blog">
<tr>
<td class="title"><a name="shields"></a>Shields</td>
</tr>
<tr>
<td>
<table class="new">
<tr class="title2">
<td>Image</td>
<td>Name</td>
<td>qlvl</td>
<td>Probability</td>
<td colspan="2">Stats</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- ///// Staves \\\\\ -->
<table class="blog">
<tr>
<td class="title"><a name="staves"></a>Staves</td>
</tr>
<tr>
<td>
<table class="new">
<tr class="title2">
<td>Image</td>
<td>Name</td>
<td>qlvl</td>
<td>Probability</td>
<td colspan="2">Stats</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\longstaff.webp"></td>
<td>Staff of Shadows<br>(Long Staff)</td>
<td>2</td>
<td>impossible<br>2,000 / dlvl 2<br>2,200 / dlvl 2</td>
<td>Quick Attack<br>+10% Chance To Hit<br>+60% Damage<br>-10 Magic<br>-20% Light Radius</td>
<td>Damage: 4-8<br>Dur: 35</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- ///// Swords \\\\\ -->
<table class="blog">
<tr>
<td class="title"><a name="swords"></a>Swords</td>
</tr>
<tr>
<td>
<table class="new">
<tr class="title2">
<td>Image</td>
<td>Name</td>
<td>qlvl</td>
<td>Probability</td>
<td colspan="2">Stats</td>
</tr>
<tr class="tooltip hunt" title="Still Hunting">
<td class="zoom"><img src="images\items\broadsword.webp"></td>
<td>Gibbous Moon<br>(Broad Sword)</td>
<td>2</td>
<td>impossible<br>120 / dlvl 2<br>130 / dlvl 2</td>
<td>+2 To all Attributes<br>+25% Damage<br>+15 Mana<br>-30% Light Radius</td>
<td>Damage: 4-12<br>Dur: 50<br>Required: 40 Str</td>
</tr>
<tr class="tooltip" title="Strength variations:<br> +10">
<td class="zoom"><img src="images\items\longsword.webp"></td>
<td>Ice Shank<br>(Long Sword)</td>
<td>3</td>
<td>30 / dlvl 3<br>41 / dlvl 2<br>42 / dlvl 2</td>
<td>Resist Fire: +40%<br>Altered Durability<br><span class="fire">(+5 - +10)</span> To Strength</td>
<td>Damage: 2-10<br>Dur: 15<br>Required: 30 Str, 30 dex</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- ///// Notes \\\\\ -->
<table class="blog">
<tr>
<td class="title">Notes</td>
</tr>
<tr>
<td colspan="6" style="border-width:0px;border-style:none;"><p>Details in <span class="fire">red</span> are random permanent attributes.<br>91/129 Uniques found.</p></td>
</tr>
</table>
<br>
<table width="80%">
<tr>
<td style="text-align: center;">
<span class="norm">Diablo® - ©1996 Blizzard Entertainment, Inc. All rights reserved. Diablo and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.</span></td>
</tr>
</table>
</center>
</body>
</html>