-
Notifications
You must be signed in to change notification settings - Fork 1
/
es3gemw_n.htm
874 lines (856 loc) · 40.6 KB
/
es3gemw_n.htm
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
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YFKD8ZR9BX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YFKD8ZR9BX');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta property="og:type" content="website">
<meta property="og:url" content="http://d2esrdb.github.io">
<meta property="og:title" content="Eastern Sun Rises Database">
<meta property="og:description" content="Database for Eastern Sun Rises with tons of info, like uniques, sets, runewords, runes, gems, maps, etc...">
<meta property="og:image" content="https://static.wikia.nocookie.net/d2esr/images/6/68/ESR_banner.png">
<title>
Eastern Sun Rises 5.3A3 Database
</title>
</head>
<body vlink="#706850" text="#D6D6D6" link="#928A70" bgcolor="#000000">
<center>
<font size="+2" face="arial,helvetica">
Eastern Sun Rises 5.3A3 Database
<br>
</font>
<table cellpadding="5" border="0">
<tbody>
<tr>
<td bgcolor="#000000" align="center">
<font size="-1" face="arial,helvetica">
<a href="http://db.d2esr.online/beta/index.htm">[Top]</a>
<a href="http://db.d2esr.online/beta/es3armo_n.htm">[Armor]</a>
<a href="http://db.d2esr.online/beta/es3weap_n.htm">[Weapons]</a>
<a href="http://db.d2esr.online/beta/es3pref_n.htm">[Prefixes]</a>
<a href="http://db.d2esr.online/beta/es3suff_n.htm">[Suffixes]</a>
<a href="http://db.d2esr.online/beta/es3uarmo_n.htm">[Uni Armor]</a>
<a href="http://db.d2esr.online/beta/es3uweap_n.htm">[Uni Weapons]</a>
<a href="http://db.d2esr.online/beta/es3uother_n.htm">[Uni Other]</a>
<a href="http://db.d2esr.online/beta/es3set_n.htm">[Sets]</a>
<a href="http://db.d2esr.online/beta/es3gem_n.htm">[Gems/Runes]</a>
<a href="http://db.d2esr.online/beta/es3runew_n.htm">[Runewords]</a>
<a href="http://db.d2esr.online/beta/es3gemw_n.htm">[Gemwords]</a>
<a href="http://db.d2esr.online/beta/es3cube_n.htm">[Recipes]</a>
<a href="http://db.d2esr.online/beta/es3map_n.htm">[Maps]</a>
</font>
</td>
</tr>
</tbody>
</table>
<table cellpadding="5" border="0">
<tbody><tr>
<td colspan="4" bgcolor="402040" align="center"><font face="arial,helvetica">
<b>CtC Gemwords</b></font></td>
</tr>
<tr>
<td bgcolor="#402040" align="center"><font size="-1" face="arial,helvetica">
Gem Word</font></td>
<td bgcolor="#402040" align="center"><font size="-1" face="arial,helvetica">
Allowed Items</font></td>
<td bgcolor="#402040" align="center"><font size="-1" face="arial,helvetica">
Gem Order</font></td>
<td bgcolor="#402040" align="center"><font size="-1" face="arial,helvetica">
Complete Stats</font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Ancient</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Weapons<br>1-2 Socket Gloves<br>1 Socket Arrows<br>1 Socket Bolts</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#F0F0F0">Sk<font color="#0000FF">u</font>lls<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Lower Resist On Striking<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Skull)<br>
6% Mana Stolen Per Hit<br>6% Life Stolen Per Hit<br>+6 To Max Damage<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Ancient</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Body Armor<br>1-4 Scoket Shields<br>1-2 Scoket Belts</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#F0F0F0">Sk<font color="#0000FF">u</font>lls<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Decrepify When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Skull)<br>
Attacker Takes Damage of 160<br>+120 Defense<br>Damage Reduced By 6%<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Ancient</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-4 Socket Helms<br>1-3 Socket Charms<br>1-2 Socket Boots</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#F0F0F0">Sk<font color="#0000FF">u</font>lls<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-14% CtC Level 1-10 Decrepify When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Skull)<br>
Replenish Life +18<br>Regenerate Mana 30%<br>12% Faster Run/Walk<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Chilling</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Weapons<br>1-2 Socket Gloves<br>1 Socket Arrows<br>1 Socket Bolts</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#3060FF">Sapphires<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Glacial Spike On Striking<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Sapphire)<br>
Adds 18-36 Cold Damage 4.8 Sec Duration<br>+6 Mana After Each Kill<br>12% Deadly Strike<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Chilling</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Body Armor<br>1-4 Scoket Shields<br>1-2 Scoket Belts</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#3060FF">Sapphires<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Blizzard When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Sapphire)<br>
Cold Resist +60%<br>+5% To Max Cold Resist<br>+6 Cold Absorb<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Chilling</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-4 Socket Helms<br>1-3 Socket Charms<br>1-2 Socket Boots</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#3060FF">Sapphires<br>of any same grade<br></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-14% CtC Level 1-10 Blizzard When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Sapphire)<br>
+48 To Mana<br>12% Faster Cast Rate<br>Increase Max Mana 6%<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Deadly</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Weapons<br>1-2 Socket Gloves<br>1 Socket Arrows<br>1 Socket Bolts</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#F00000">Rubies<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Iron Maiden On Striking<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Ruby)<br>
Adds 24-42 Fire Damage<br>+6 Life After Each Kill<br>+60% Damage To Demons<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Deadly</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Body Armor<br>1-4 Scoket Shields<br>1-2 Scoket Belts</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#F00000">Rubies<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Iron Maiden When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Ruby)<br>
Resist Fire +60%<br>+5% To Max Fire Resist<br>+6 Fire Absorb<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Deadly</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-4 Socket Helms<br>1-3 Socket Charms<br>1-2 Socket Boots</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#F00000">Rubies<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-14% CtC Level 1-10 Iron Maiden When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Ruby)<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Holy</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Weapons<br>1-2 Socket Gloves<br>1 Socket Arrows<br>1 Socket Bolts</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#FFFFFF">Diamonds<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Fist of the Heavens On Striking<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Diamond)<br>
+12 To Min Damage<br>Adds 18-24 Magic Damage<br>+60% Damage To Undead<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Holy</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Body Armor<br>1-4 Scoket Shields<br>1-2 Scoket Belts</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#FFFFFF">Diamonds<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Fist of the Heavens When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Diamond)<br>
All Resistances 18%<br>24% Damage Taken Goes To Mana<br>Damage Reduced by 3<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Holy</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-4 Socket Helms<br>1-3 Socket Charms<br>1-2 Socket Boots</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#FFFFFF">Diamonds<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-14% CtC Level 1-10 Fist of the Heavens When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Diamond)<br>
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Mighty</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Weapons<br>1-2 Socket Gloves<br>1 Socket Arrows<br>1 Socket Bolts</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#E010E0">Amethysts<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Amplify Damage On Striking<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Amethyst)<br>
+180 to Attack Rating<br>24% Increased Attack Speed<br>Requirements -12%<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Mighty</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Body Armor<br>1-4 Scoket Shields<br>1-2 Scoket Belts</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#E010E0">Amethysts<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Weaken When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Amethyst)<br>
+120 Defense<br>12% Increased Chance of Blocking <br>18% Faster Block Rate<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Mighty</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-4 Socket Helms<br>1-3 Socket Charms<br>1-2 Socket Boots</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#E010E0">Amethysts<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-14% CtC Level 1-10 Weaken When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Amethyst)<br>
+24 to Strength<br>Damage Reduced by 3<br>Magic Damage Reduced by 3<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Poisonous</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Weapons<br>1-2 Socket Gloves<br>1 Socket Arrows<br>1 Socket Bolts</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#10E020">Emeralds<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Poison Nova On Striking<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Emerald)<br>
Adds 90 Poison Damage Over 2 Sec<br>Prevent Monster Heal<br>18% Chance of Open Wounds<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Poisonous</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Body Armor<br>1-4 Scoket Shields<br>1-2 Scoket Belts</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#10E020">Emeralds<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Poison Nova When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Emerald)<br>
Poison Resist +60%<br>+5% To Max Poison Resist<br>Poison Length Reduced by 36%<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Poisonous</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-4 Socket Helms<br>1-3 Socket Charms<br>1-2 Socket Boots</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#10E020">Emeralds<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-14% CtC Level 1-10 Poison Nova When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Emerald)<br>
+24 To Dexterity<br>12% Bonus To Attack Rating<br>12% Faster Run/Walk<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Ruin</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Weapons<br>1-2 Socket Gloves<br>1 Socket Arrows<br>1 Socket Bolts</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#AAAAAA">Obsidians<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Static Field On Striking<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Obsidian)<br>
+54% Enhanced Damage<br>6% Deadly Strike<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Ruin</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Body Armor<br>1-4 Scoket Shields<br>1-2 Scoket Belts</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#AAAAAA">Obsidians<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Creeping Doom When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Obsidian)<br>
Damage Reduced by 6<br>+42% Enhanced Defense<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Ruin</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
1-4 Socket Helms<br>1-3 Socket Charms<br>1-2 Socket Boots</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#AAAAAA">Obsidians<br>of any same grade</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-14% CtC Level 1-10 Creeping Doom When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Obsidian)<br>
24% Increased Attack Speed<br>All Resistances 6%<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Shocking</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Weapons<br>1-2 Socket Gloves<br>1 Socket Arrows<br>1 Socket Bolts</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#E0F050">Topazes<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Chain Lightning On Striking<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Topaz)<br>
Adds 1-72 Lightning Damage<br>Slows Target by 12%<br>Attacker Takes Lightning Damage of 160<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Shocking</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-6 Socket Body Armor<br>1-4 Scoket Shields<br>1-2 Scoket Belts</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#E0F050">Topazes<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-18% CtC Level 1-12 Chain Lightning When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Topaz)<br>
Resist Lightning +60%<br>+5% To Max Lightning Resist<br>+6 Lightning Absorb<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Shocking</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
1-4 Socket Helms<br>1-3 Socket Charms<br>1-2 Socket Boots</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#E0F050">Topazes<br>of any same grade</font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
2-14% CtC Level 1-10 Chain Lightning When Struck<br>
Chance and Level depends on the # and the grade of Gems.<br>
</font><font color="7080D8">
(Abilities of a Perfect Topaz)<br>
24% Better Chance of Getting Magic Items<br>24% Extra Gold From Monsters<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Rainbow</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
4 Socket Weapons/Bows</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#10E020">Perf.Emerald<br></font> <font color="#F00000">Perf.Ruby<br></font> <font color="#3060FF">Perf.Sapphire<br></font> <font color="#E0F050">Perf.Topaz</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
3% CtC Level 12 Poison Nova On Striking<br>
3% CtC Level 12 Immolation On Striking<br>
3% CtC Level 12 Ice Nova On Striking<br>
3% CtC Level 12 Charged Bolt On Striking<br>
</font><font color="7080D8">
Adds 90 Poison Damage Over 2 Sec<br>Prevent Monster Heal<br>18% Chance of Open Wounds<br>
Adds 24-42 Fire Damage<br>+6 Life After Each Kill<br>+60% Damage To Demons<br>
Adds 18-36 Cold Damage 4.8 Sec Duration<br>+6 Mana After Each Kill<br>12% Deadly Strike<br>
Adds 1-72 Lightning Damage<br>Slows Target by 12%<br>Attacker Takes Lightning Damage of 160<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Rainbow</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
4 Socket Body Armor/Shields</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#10E020">Perf.Emerald<br></font> <font color="#F00000">Perf.Ruby<br></font> <font color="#3060FF">Perf.Sapphire<br></font> <font color="#E0F050">Perf.Topaz</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
3% CtC Level 12 Poison Nova When Struck<br>
3% CtC Level 12 Immolation When Struck<br>
3% CtC Level 12 Ice Nova When Struck<br>
3% CtC Level 12 Charged Bolt When Struck<br>
</font><font color="7080D8">
Poison Resist +60%<br>+5% To Max Poison Resist<br>Poison Length Reduced by 36%<br>
Resist Fire +60%<br>+5% To Max Fire Resist<br>+6 Fire Absorb<br>
Resist Cold +60%<br>+5% To Max Cold Resistance<br>+6 Cold Absorb<br>
Resist Lightning +60%<br>+5% To Max Lightning Resist<br>+6 Lightning Absorb<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Rainbow</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
4 Socket Helms</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#10E020">Perf.Emerald<br></font> <font color="#F00000">Perf.Ruby<br></font> <font color="#3060FF">Perf.Sapphire<br></font> <font color="#E0F050">Perf.Topaz</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
3% CtC Level 12 Poison Nova When Struck<br>
3% CtC Level 12 Immolation When Struck<br>
3% CtC Level 12 Ice Nova When Struck<br>
3% CtC Level 12 Charged Bolt When Struck<br>
</font><font color="7080D8">
+24 To Dexterity<br>12% Bonus To Attack Rating<br>12% Faster Run/Walk<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
+42 To Mana<br>10% Faster Cast Rate<br>Increase Max Mana 6%<br>
24% Better Chance of Getting Magic Items<br>24% Extra Gold From Monsters<br>
</font></font></td>
</tr>
<tr>
<td colspan="4" bgcolor="402040" align="center"><font face="arial,helvetica">
<b>Other Gemwords</b></font></td>
</tr>
<tr>
<td bgcolor="#402040" align="center"><font size="-1" face="arial,helvetica">
Gem Word</font></td>
<td bgcolor="#402040" align="center"><font size="-1" face="arial,helvetica">
Allowed Items</font></td>
<td bgcolor="#402040" align="center"><font size="-1" face="arial,helvetica">
Gem Order</font></td>
<td bgcolor="#402040" align="center"><font size="-1" face="arial,helvetica">
Complete Stats</font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>America</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
4 Socket Helms</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#AAAAFF">Any Jewel<br></font>
<font color="#3060FF">Perf.Sapphire<br></font>
<font color="#F00000">Perf.Ruby<br></font>
<font color="#FFFFFF">Perf.Diamond<br></font>
</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+10 To Whirlwind<br>
+10 To Battle Cry<br>
Level 16 Battle Command (40 Charges)<br>
+1 To All Skills<br>
-12 To Strength<br>
-12 To Dexterity<br>
-12 To Vitality<br>
</font><font color="7080D8">
+48 To Mana<br>12% Faster Cast Rate<br>Increase Max Mana 6%<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>ArchDimeron</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
4 Socket Helms</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#FFFFFF">Perf.Diamond<br></font>
<font color="#F0F0F0">Perf<font color="#0000FF">.S</font>kull<br></font>
<font color="#AAAAAA">Perf.Obsidian<br></font>
<font color="#AAAAAA">Perf.Obsidian<br></font>
</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+10 To Might<br>
+10 To Conviction<br>
Level 10 Corpse Explosion (40 Charges)<br>
+1 To All Skills<br>
-12 To Strength<br>
-12 To Dexterity<br>
-12 To Vitality<br>
</font><font color="7080D8">
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
Replenish Life +18<br>Regenerate Mana 30%<br>12% Faster Run/Walk<br>
24% Increased Attack Speed<br>All Resistances 6%<br>
24% Increased Attack Speed<br>All Resistances 6%<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Austria</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
3 Socket Helms</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#F00000">Perf.Ruby<br></font>
<font color="#FFFFFF">Perf.Diamond<br></font>
<font color="#F00000">Perf.Ruby<br></font>
</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+3 To Throwing Mastery<br>
+3 To Penetrate<br>
Level 16 Bone Wall (40 Charges)<br>
+1 To All Skills<br>
-8 To Strength<br>
-8 To Dexterity<br>
-8 To Vitality<br>
</font><font color="7080D8">
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Britain</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
3 Socket Helms</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#F00000">Perf.Ruby<br></font>
<font color="#FFFFFF">Perf.Diamond<br></font>
<font color="#3060FF">Perf.Sapphire<br></font>
</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+10 To Concentration<br>
+10 To Protection From Evil<br>
Level 12 Hypno Blast (40 Charges)<br>
+1 To All Skills<br>
-8 To Strength<br>
-8 To Dexterity<br>
-8 To Vitality<br>
</font><font color="7080D8">
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
+48 To Mana<br>12% Faster Cast Rate<br>Increase Max Mana 6%<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Canada</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
4 Socket Helms</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#F00000">Perf.Ruby<br></font>
<font color="#FFFFFF">Perf.Diamond<br></font>
<font color="#AAAAFF">Any Jewel<br></font>
<font color="#F00000">Perf.Ruby<br></font>
</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+10 To Shout<br>
+10 To Stun<br>
Level 12 Battle Orders (40 Charges)<br>
+1 To All Skills<br>
-12 To Strength<br>
-12 To Dexterity<br>
-12 To Vitality<br>
</font><font color="7080D8">
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>China</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
3 Socket Helms</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#AAAAFF">Any Jewel<br></font>
<font color="#F00000">Perf.Ruby<br></font>
<font color="#F00000">Perf.Ruby<br></font>
</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+10 To Enchant<br>
+10 To Blaze<br>
Level 12 Fire Armor (40 Charges)<br>
+1 To All Skills<br>
-8 To Strength<br>
-8 To Dexterity<br>
-8 To Vitality<br>
</font><font color="7080D8">
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>France</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
3 Socket Helms</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#3060FF">Perf.Sapphire<br></font>
<font color="#FFFFFF">Perf.Diamond<br></font>
<font color="#F00000">Perf.Ruby<br></font>
</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+10 To Inner Sight<br>
+3 To Critical Strike<br>
Level 8 Slow Missiles (40 Charges)<br>
+1 To All Skills<br>
-8 To Strength<br>
-8 To Dexterity<br>
-8 To Vitality<br>
</font><font color="7080D8">
+48 To Mana<br>12% Faster Cast Rate<br>Increase Max Mana 6%<br>
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Germany</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
3 Socket Helms</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#AAAAAA">Perf.Obsidian<br></font>
<font color="#F00000">Perf.Ruby<br></font>
<font color="#E0F050">Perf.Topaz</font><br>
</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+10 To Zeal<br>
+10 To Bone Armor<br>
Level 16 Iron Maiden (40 Charges)<br>
+1 To All Skills<br>
-8 To Strength<br>
-8 To Dexterity<br>
-8 To Vitality<br>
</font><font color="7080D8">
24% Increased Attack Speed<br>All Resistances 6%<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
24% Better Chance of Getting Magic Items<br>24% Extra Gold From Monsters<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Japan</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
3 Socket Helms</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#FFFFFF">Perf.Diamond<br></font>
<font color="#F00000">Perf.Ruby<br></font>
<font color="#FFFFFF">Perf.Diamond<br></font>
</font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+3 To Melee Mastery<br>
+10 To Shuriken<br>
Level 12 Blade Shield (40 Charges)<br>
+1 To All Skills<br>
-8 To Strength<br>
-8 To Dexterity<br>
-8 To Vitality<br>
</font><font color="7080D8">
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Portugal</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
3 Socket Helms</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#10E020">Perf.Emerald<br></font>
<font color="#E0F050">Perf.Topaz</font><br>
<font color="#F00000">Perf.Ruby<br></font>
</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+10 To Aura of Divinity<br>
+10 To Luck of the Ancients<br>
Level 12 Find Treasure (40 Charges)<br>
+1 To All Skills<br>
-8 To Strength<br>
-8 To Dexterity<br>
-8 To Vitality<br>
</font><font color="7080D8">
+24 To Dexterity<br>12% Bonus To Attack Rating<br>12% Faster Run/Walk<br>
24% Better Chance of Getting Magic Items<br>24% Extra Gold From Monsters<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Richesdotcom</b></font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
3 Socket Helms<br></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="#E0F050">Perf.Topaz</font><br>
<font color="#FF8C00">Ru</font><br>
<font color="#E0F050">Perf.Topaz</font></font></td>
<td bgcolor="#101010" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
(1/clvl) 1-100% Better Chance of Getting Magic Item<br>
(1.5/clvl) 1-150% Extra Gold From Monsters<br>
</font><font color="7080D8">
24% Better Chance of Getting Magic Items<br>24% Extra Gold From Monsters<br>
25% Better Chance of Getting Magic Item<br>
24% Better Chance of Getting Magic Items<br>24% Extra Gold From Monsters<br>
</font></font></td>
</tr>
<tr>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#908858"><b>Russia</b></font></font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
3 Socket Helms</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="#FFFFFF">Perf.Diamond<br></font>
<font color="#3060FF">Perf.Sapphire<br></font>
<font color="#F00000">Perf.Ruby<br></font>
</font></td>
<td bgcolor="#202020" align="center"><font size="-1" face="arial,helvetica">
<font color="8080E6">
+10 To Oak Sage<br>
+10 To Spirit of Barbs<br>
Level 8 Cow Balloon (40 Charges)<br>
+1 To All Skills<br>
-8 To Strength<br>
-8 To Dexterity<br>
-8 To Vitality<br>
</font><font color="7080D8">
+120 Defense<br>12% Chance of Crushing Blow<br>-16% Target Defense<br>
+48 To Mana<br>12% Faster Cast Rate<br>Increase Max Mana 6%<br>
+60 To Life<br>12% Deadly Strike<br>12% Faster Hit Recovery<br>
</font></font></td>
</tr>
<tr>
<td colspan="4" bgcolor="402040" align="center"><font size="-1" face="arial,helvetica">
The pale blue texts are the abilities of runes/gems themselves. Some weapons have "helm" gem apply type.<br>
If you make a runeword on such item, the abilities of runes themselves will differ. Refer to the base item page for the detail.
</font></td></tr>
</tbody></table>
<table cellpadding="5" border="0">
<tbody>
<tr>
<td bgcolor="#000000" align="center">
<font size="-1" face="arial,helvetica">
<a href="http://db.d2esr.online/beta/index.htm">[Top]</a>
<a href="http://db.d2esr.online/beta/es3armo_n.htm">[Armor]</a>
<a href="http://db.d2esr.online/beta/es3weap_n.htm">[Weapons]</a>
<a href="http://db.d2esr.online/beta/es3pref_n.htm">[Prefixes]</a>
<a href="http://db.d2esr.online/beta/es3suff_n.htm">[Suffixes]</a>
<a href="http://db.d2esr.online/beta/es3uarmo_n.htm">[Uni Armor]</a>
<a href="http://db.d2esr.online/beta/es3uweap_n.htm">[Uni Weapons]</a>
<a href="http://db.d2esr.online/beta/es3uother_n.htm">[Uni Other]</a>
<a href="http://db.d2esr.online/beta/es3set_n.htm">[Sets]</a>
<a href="http://db.d2esr.online/beta/es3gem_n.htm">[Gems/Runes]</a>
<a href="http://db.d2esr.online/beta/es3runew_n.htm">[Runewords]</a>
<a href="http://db.d2esr.online/beta/es3gemw_n.htm">[Gemwords]</a>
<a href="http://db.d2esr.online/beta/es3cube_n.htm">[Recipes]</a>
<a href="http://db.d2esr.online/beta/es3map_n.htm">[Maps]</a>
</font>
</td>
</tr>
</tbody>
</table>
</a>
</center>
</body>
</html>