-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshrinelist.html
354 lines (351 loc) · 12.1 KB
/
shrinelist.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ghast's Grotto - Shrine List</title>
<meta name="description" content="Diablo shrine list.">
<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">
<style>
a:link {
text-decoration: none;
color: #ffffff;
}
a:visited {
text-decoration: none;
color: #ffffff;
}
a:hover {
background: none;
color: #ff8000;
}
table.blog {
background-color: #111111;
padding: .3em;
color: #bca86c;
width: 80%;
}
table.new {
width: 100%;
}
table.new tr:hover {
background-color: #282828;
}
table.new tr:hover .most {
background-color: #111111;
}
table.new tr:hover .dont {
background-color: #7c3b36;
}
.copy {
width: 80%;
font-size: 1em;
color: #ffffff;
text-align: center;
}
.title {
color:#ffffff;
font-size: 1.5em;
text-align: left;
}
.title2 {
font-size: 1.2em;
}
.magic {
color: #a0a5c8;
}
.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>
<center>
<table class="blog">
<tr>
<td class="title" colspan="3">Shrines</td>
</tr>
<tr>
<td>
<table class="new">
<tr>
<td class="most"></td>
<td class="title2 most">Effect</td>
<td class="title2 most">Message</td>
</tr>
<tr>
<td class="title2">Abandoned</td>
<td class="magic">+2 Dexterity</td>
<td class="magic">"The hands of men may be guided by fate"</td>
</tr>
<tr>
<td class="title2">Creepy</td>
<td class="magic">+2 Strength</td>
<td class="magic">"Strength is bolstered by heavenly faith"</td>
</tr>
<tr>
<td class="title2">Cryptic</td>
<td class="magic">Casts Nova and restores mana</td>
<td class="magic">"Arcane power brings destruction"</td>
</tr>
<tr>
<td class="title2">Divine</td>
<td class="magic">Gives two full rejuv potions, or 1 full mana & 1 full healing, and fills mana & life</td>
<td class="magic">"Drink and be refreshed"</td>
</tr>
<tr>
<td class="title2">Eerie</td>
<td class="magic">+2 Magic</td>
<td class="magic">"Knowledge and wisdom at the cost of self"</td>
</tr>
<tr>
<td class="title2">Eldritch</td>
<td class="magic">All Potions become rejuvenation potions</td>
<td class="magic">"Crimsonand azure become as the sun"</td>
</tr>
<tr>
<td class="title2">Enchanted</td>
<td class="magic">-1 to random spell, +1 to all others</td>
<td class="magic">"Magic is not always what it seems to be"</td>
</tr>
<tr>
<td class="title2 dont">Fascinating</td>
<td class="magic dont">+2 Firebolt, -10% max mana</td>
<td class="magic dont">"Intensity comes at the cost of wisdom"</td>
</tr>
<tr>
<td class="title2">Glimmering</td>
<td class="magic">Identifies all items in inventory</td>
<td class="magic">"Mysteries are revealed in the light of reason"</td>
</tr>
<tr>
<td class="title2">Gloomy</td>
<td class="magic">+2AC armor and -1 max damage to all weapons</td>
<td class="magic">"Those who defend seldom attack"</td>
</tr>
<tr>
<td class="title2">Hidden</td>
<td class="magic">+10 points to the maximum and current durability to all items, -10 to one</td>
<td class="magic">"New strength is forged through destruction"</td>
</tr>
<tr>
<td class="title2">Holy</td>
<td class="magic">Casts Phasing</td>
<td class="magic">"Wherever you go, there you are"</td>
</tr>
<tr>
<td class="title2">Magical</td>
<td class="magic">Casts Mana Shield</td>
<td class="magic">"While the spirit is vigilant the body thrives"</td>
</tr>
<tr>
<td class="title2">Mysterious</td>
<td class="magic">+5 to one attribute, -1 to all others</td>
<td class="magic">"Some are weakened as one grows strong"</td>
</tr>
<tr>
<td class="title2 dont">Ornate</td>
<td class="magic dont">+2 Holy Bolt, -10% max mana</td>
<td class="magic dont">"Salvation comes at the cost of wisdom"</td>
</tr>
<tr>
<td class="title2">Quiet</td>
<td class="magic">+2 Vitality</td>
<td class="magic">"The essence of life flows from within"</td>
</tr>
<tr>
<td class="title2">Religious</td>
<td class="magic">Repairs all items</td>
<td class="magic">"Time cannot diminish the power of steel"</td>
</tr>
<tr>
<td class="title2 dont">Sacred</td>
<td class="magic dont">+2 Charged Bolt, -10% max mana</td>
<td class="magic dont">"Energy comes at the cost of wisdom"</td>
</tr>
<tr>
<td class="title2">Secluded</td>
<td class="magic">Complete map of current level</td>
<td class="magic">"The way is made clear when viewed from above"</td>
</tr>
<tr>
<td class="title2">Spiritual</td>
<td class="magic">Fills empty slots in inventory with gold</td>
<td class="magic">"Riches abound when least expected"</td>
</tr>
<tr>
<td class="title2">Spooky</td>
<td class="magic">Restores life and mana of other players</td>
<td class="magic">You: "Where avarice fails, patience gains reward"<br>Others: "Blessed by a benevolent companion!"</td>
</tr>
<tr>
<td class="title2">Stone</td>
<td class="magic">Recharges all staves</td>
<td class="magic">"The power of mana refocused renews"</td>
</tr>
<tr>
<td class="title2">Tainted</td>
<td class="magic">Other players on current level get +1 to one attribute, -1 to others</td>
<td class="magic">You: "Those who are last may yet be first"<br>Others: "Generosity brings its own rewards"</td>
</tr>
<tr>
<td class="title2">Thaumaturgic</td>
<td class="magic">Refills chests on current level</td>
<td class="magic">"What was once opened now is closed"</td>
</tr>
<tr>
<td class="title2">Weird</td>
<td class="magic">+1 max damage to all weapons in inventory</td>
<td class="magic">"The sword of justice is swift and sharp"</td>
</tr>
<tr>
<td class="title2">Blood Fountain</td>
<td class="magic">Restores 1 life each time it is used</td>
<td class="magic">No message</td>
</tr>
<tr>
<td class="title2 dont">Cauldron</td>
<td class="magic dont">Random effect (of true Shrines only)</td>
<td class="magic dont">Message related to the effect</td>
</tr>
<tr>
<td class="title2">Fountain of Tears</td>
<td class="magic">+1 to one attribute, -1 to another attribute</td>
<td class="magic">No Message</td>
</tr>
<tr>
<td class="title2 dont">Goat Shrine</td>
<td class="magic dont">Random effect (of true Shrines only)</td>
<td class="magic dont">Message related to the effect</td>
</tr>
<tr>
<td class="title2">Murky Pool</td>
<td class="magic">Casts infravision</td>
<td class="magic">No Message</td>
</tr>
<tr>
<td class="title2">Purifying Spring</td>
<td class="magic">Restores 1 mana each time it is used</td>
<td class="magic">No Message</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<div class="copy">
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.
</div>
</center>
</body>
</html>