- Implemented a new script to extract item names from items.go and generate a corresponding name.go file with constants and utility functions for name retrieval.
807 lines
182 KiB
Go
807 lines
182 KiB
Go
// Code generated by cmd/txttocode. DO NOT EDIT.
|
|
// source: cmd/txttocode/txt/magicsuffix.txt
|
|
package item
|
|
|
|
type MagicSuffix struct {
|
|
ID int
|
|
Name string
|
|
Rare bool
|
|
Level int
|
|
LevelReq int
|
|
Group int
|
|
Mods []Mod
|
|
TransformColor string
|
|
ItemTypes []string
|
|
ExcludeTypes []string
|
|
}
|
|
|
|
type Mod struct {
|
|
Code string
|
|
Param string
|
|
Min int
|
|
Max int
|
|
}
|
|
|
|
var MagicSuffixDesc = map[int]MagicSuffix{
|
|
0: {ID: 0, Name: "of Health", Rare: true, Level: 7, LevelReq: 5, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "shld", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
1: {ID: 1, Name: "of Protection", Rare: true, Level: 18, LevelReq: 13, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
|
2: {ID: 2, Name: "of Absorption", Rare: true, Level: 26, LevelReq: 19, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
3: {ID: 3, Name: "of Life", Rare: true, Level: 35, LevelReq: 26, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 4, Max: 4}}, TransformColor: "dblu", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
5: {ID: 5, Name: "of Warding", Rare: true, Level: 7, LevelReq: 5, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "shld", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
6: {ID: 6, Name: "of the Sentinel", Rare: true, Level: 18, LevelReq: 13, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
|
7: {ID: 7, Name: "of Guarding", Rare: true, Level: 26, LevelReq: 19, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
8: {ID: 8, Name: "of Negation", Rare: true, Level: 35, LevelReq: 26, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 4, Max: 4}}, TransformColor: "", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
10: {ID: 10, Name: "of Piercing", Rare: true, Level: 25, LevelReq: 18, Group: 3, Mods: []Mod{{Code: "ignore-ac", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"rod"}, ExcludeTypes: []string{}},
|
|
11: {ID: 11, Name: "of Bashing", Rare: true, Level: 16, LevelReq: 12, Group: 4, Mods: []Mod{{Code: "dmg-ac", Param: "", Min: -25, Max: -40}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"wand", "staf"}},
|
|
12: {ID: 12, Name: "of Puncturing", Rare: true, Level: 6, LevelReq: 4, Group: 4, Mods: []Mod{{Code: "dmg-ac", Param: "", Min: -10, Max: -20}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"wand", "staf"}},
|
|
13: {ID: 13, Name: "of Thorns", Rare: true, Level: 14, LevelReq: 10, Group: 5, Mods: []Mod{{Code: "thorns", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "shld", "belt"}, ExcludeTypes: []string{}},
|
|
14: {ID: 14, Name: "of Spikes", Rare: true, Level: 21, LevelReq: 15, Group: 5, Mods: []Mod{{Code: "thorns", Param: "", Min: 2, Max: 6}}, TransformColor: "oran", ItemTypes: []string{"tors", "helm", "shld", "belt"}, ExcludeTypes: []string{}},
|
|
15: {ID: 15, Name: "of Readiness", Rare: true, Level: 1, LevelReq: 1, Group: 6, Mods: []Mod{{Code: "swing1", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"weap", "glov"}, ExcludeTypes: []string{}},
|
|
16: {ID: 16, Name: "of Alacrity", Rare: true, Level: 8, LevelReq: 6, Group: 6, Mods: []Mod{{Code: "swing2", Param: "", Min: 20, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
17: {ID: 17, Name: "of Swiftness", Rare: true, Level: 19, LevelReq: 14, Group: 6, Mods: []Mod{{Code: "swing2", Param: "", Min: 30, Max: 30}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"wand", "staf"}},
|
|
18: {ID: 18, Name: "of Quickness", Rare: true, Level: 25, LevelReq: 18, Group: 6, Mods: []Mod{{Code: "swing3", Param: "", Min: 40, Max: 40}}, TransformColor: "dyel", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"wand", "staf"}},
|
|
19: {ID: 19, Name: "of Blocking", Rare: true, Level: 1, LevelReq: 1, Group: 7, Mods: []Mod{{Code: "block", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
|
20: {ID: 20, Name: "of Deflecting", Rare: true, Level: 11, LevelReq: 8, Group: 7, Mods: []Mod{{Code: "block", Param: "", Min: 20, Max: 20}}, TransformColor: "", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
|
21: {ID: 21, Name: "of the Apprentice", Rare: true, Level: 5, LevelReq: 3, Group: 8, Mods: []Mod{{Code: "cast1", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
22: {ID: 22, Name: "of the Magus", Rare: true, Level: 17, LevelReq: 12, Group: 8, Mods: []Mod{{Code: "cast3", Param: "", Min: 20, Max: 20}}, TransformColor: "", ItemTypes: []string{"rod"}, ExcludeTypes: []string{}},
|
|
23: {ID: 23, Name: "of Frost", Rare: true, Level: 4, LevelReq: 3, Group: 9, Mods: []Mod{{Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 1, Max: 4}, {Code: "cold-len", Param: "", Min: 125, Max: 125}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
24: {ID: 24, Name: "of the Glacier", Rare: true, Level: 18, LevelReq: 13, Group: 9, Mods: []Mod{{Code: "cold-min", Param: "", Min: 4, Max: 4}, {Code: "cold-max", Param: "", Min: 4, Max: 12}, {Code: "cold-len", Param: "", Min: 150, Max: 150}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{}},
|
|
25: {ID: 25, Name: "of Frost", Rare: true, Level: 55, LevelReq: 41, Group: 9, Mods: []Mod{{Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 1, Max: 4}, {Code: "cold-len", Param: "", Min: 125, Max: 125}}, TransformColor: "", ItemTypes: []string{"belt", "amul"}, ExcludeTypes: []string{}},
|
|
26: {ID: 26, Name: "of Warmth", Rare: true, Level: 10, LevelReq: 7, Group: 10, Mods: []Mod{{Code: "half-freeze", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"shld", "boot", "glov", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
27: {ID: 27, Name: "of Flame", Rare: true, Level: 4, LevelReq: 3, Group: 11, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 6}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
28: {ID: 28, Name: "of Fire", Rare: true, Level: 15, LevelReq: 11, Group: 11, Mods: []Mod{{Code: "fire-min", Param: "", Min: 2, Max: 2}, {Code: "fire-max", Param: "", Min: 6, Max: 11}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
29: {ID: 29, Name: "of Burning", Rare: true, Level: 25, LevelReq: 18, Group: 11, Mods: []Mod{{Code: "fire-min", Param: "", Min: 10, Max: 10}, {Code: "fire-max", Param: "", Min: 10, Max: 20}}, TransformColor: "dred", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
30: {ID: 30, Name: "of Flame", Rare: true, Level: 40, LevelReq: 30, Group: 11, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 6}}, TransformColor: "", ItemTypes: []string{"glov", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
31: {ID: 31, Name: "of Shock", Rare: true, Level: 4, LevelReq: 3, Group: 12, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 8, Max: 8}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
32: {ID: 32, Name: "of Lightning", Rare: true, Level: 15, LevelReq: 11, Group: 12, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 16, Max: 16}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
33: {ID: 33, Name: "of Thunder", Rare: true, Level: 25, LevelReq: 18, Group: 12, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 32, Max: 32}}, TransformColor: "dyel", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
34: {ID: 34, Name: "of Shock", Rare: true, Level: 50, LevelReq: 37, Group: 12, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 8, Max: 8}}, TransformColor: "", ItemTypes: []string{"boot", "ring", "amul", "weap"}, ExcludeTypes: []string{"miss", "rod"}},
|
|
35: {ID: 35, Name: "of Craftsmanship", Rare: true, Level: 1, LevelReq: 1, Group: 13, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
36: {ID: 36, Name: "of Quality", Rare: true, Level: 4, LevelReq: 3, Group: 13, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
37: {ID: 37, Name: "of Maiming", Rare: true, Level: 7, LevelReq: 5, Group: 13, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
38: {ID: 38, Name: "of Slaying", Rare: true, Level: 11, LevelReq: 8, Group: 13, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 5, Max: 7}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
39: {ID: 39, Name: "of Gore", Rare: true, Level: 14, LevelReq: 10, Group: 13, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 8, Max: 10}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
40: {ID: 40, Name: "of Carnage", Rare: true, Level: 19, LevelReq: 14, Group: 13, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 11, Max: 14}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf"}},
|
|
41: {ID: 41, Name: "of Slaughter", Rare: true, Level: 25, LevelReq: 18, Group: 13, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 15, Max: 20}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf"}},
|
|
42: {ID: 42, Name: "of Maiming", Rare: true, Level: 42, LevelReq: 31, Group: 13, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"shld", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
43: {ID: 43, Name: "of Worth", Rare: true, Level: 2, LevelReq: 1, Group: 14, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"rod"}},
|
|
44: {ID: 44, Name: "of Measure", Rare: true, Level: 6, LevelReq: 4, Group: 14, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
45: {ID: 45, Name: "of Excellence", Rare: true, Level: 12, LevelReq: 9, Group: 14, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
46: {ID: 46, Name: "of Performance", Rare: true, Level: 18, LevelReq: 13, Group: 14, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 4, Max: 5}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
47: {ID: 47, Name: "of Measure", Rare: true, Level: 37, LevelReq: 27, Group: 14, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
48: {ID: 48, Name: "of Blight", Rare: true, Level: 5, LevelReq: 3, Group: 15, Mods: []Mod{{Code: "pois-min", Param: "", Min: 8, Max: 8}, {Code: "pois-max", Param: "", Min: 24, Max: 24}, {Code: "pois-len", Param: "", Min: 75, Max: 75}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"scep"}},
|
|
49: {ID: 49, Name: "of Venom", Rare: true, Level: 15, LevelReq: 11, Group: 15, Mods: []Mod{{Code: "pois-min", Param: "", Min: 16, Max: 16}, {Code: "pois-max", Param: "", Min: 48, Max: 48}, {Code: "pois-len", Param: "", Min: 75, Max: 75}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"scep"}},
|
|
50: {ID: 50, Name: "of Pestilence", Rare: true, Level: 25, LevelReq: 18, Group: 15, Mods: []Mod{{Code: "pois-min", Param: "", Min: 32, Max: 32}, {Code: "pois-max", Param: "", Min: 72, Max: 72}, {Code: "pois-len", Param: "", Min: 100, Max: 100}}, TransformColor: "dgrn", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"scep"}},
|
|
51: {ID: 51, Name: "of Blight", Rare: true, Level: 45, LevelReq: 33, Group: 15, Mods: []Mod{{Code: "pois-min", Param: "", Min: 8, Max: 8}, {Code: "pois-max", Param: "", Min: 24, Max: 24}, {Code: "pois-len", Param: "", Min: 75, Max: 75}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
|
52: {ID: 52, Name: "of Dexterity", Rare: true, Level: 4, LevelReq: 3, Group: 16, Mods: []Mod{{Code: "dex", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
|
53: {ID: 53, Name: "of Dexterity", Rare: true, Level: 5, LevelReq: 3, Group: 16, Mods: []Mod{{Code: "dex", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"scep", "miss", "boot", "glov", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
54: {ID: 54, Name: "of Skill", Rare: true, Level: 10, LevelReq: 7, Group: 16, Mods: []Mod{{Code: "dex", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"scep", "miss", "boot", "glov", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
55: {ID: 55, Name: "of Skill", Rare: true, Level: 45, LevelReq: 33, Group: 16, Mods: []Mod{{Code: "dex", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{"boot", "glov"}},
|
|
56: {ID: 56, Name: "of Accuracy", Rare: true, Level: 18, LevelReq: 13, Group: 16, Mods: []Mod{{Code: "dex", Param: "", Min: 7, Max: 10}}, TransformColor: "", ItemTypes: []string{"scep", "miss", "boot", "glov", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
57: {ID: 57, Name: "of Precision", Rare: true, Level: 22, LevelReq: 16, Group: 16, Mods: []Mod{{Code: "dex", Param: "", Min: 11, Max: 15}}, TransformColor: "", ItemTypes: []string{"scep", "miss", "amul"}, ExcludeTypes: []string{}},
|
|
58: {ID: 58, Name: "of Precision", Rare: true, Level: 60, LevelReq: 45, Group: 16, Mods: []Mod{{Code: "dex", Param: "", Min: 11, Max: 15}}, TransformColor: "", ItemTypes: []string{"armo", "ring"}, ExcludeTypes: []string{}},
|
|
59: {ID: 59, Name: "of Perfection", Rare: true, Level: 30, LevelReq: 22, Group: 16, Mods: []Mod{{Code: "dex", Param: "", Min: 16, Max: 20}}, TransformColor: "dgld", ItemTypes: []string{"miss", "glov", "amul"}, ExcludeTypes: []string{}},
|
|
60: {ID: 60, Name: "of Balance", Rare: true, Level: 5, LevelReq: 3, Group: 17, Mods: []Mod{{Code: "balance1", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{"glov"}},
|
|
61: {ID: 61, Name: "of Stability", Rare: true, Level: 9, LevelReq: 6, Group: 17, Mods: []Mod{{Code: "balance3", Param: "", Min: 20, Max: 20}}, TransformColor: "dyel", ItemTypes: []string{"armo"}, ExcludeTypes: []string{"glov"}},
|
|
63: {ID: 63, Name: "of Regeneration", Rare: true, Level: 10, LevelReq: 7, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"scep", "belt", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
64: {ID: 64, Name: "of Regeneration", Rare: true, Level: 40, LevelReq: 30, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"shld", "glov"}, ExcludeTypes: []string{}},
|
|
65: {ID: 65, Name: "of Regeneration", Rare: true, Level: 70, LevelReq: 52, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "weap", "boot"}, ExcludeTypes: []string{"scep"}},
|
|
66: {ID: 66, Name: "of Regrowth", Rare: true, Level: 17, LevelReq: 12, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 5, Max: 5}}, TransformColor: "cred", ItemTypes: []string{"scep", "amul"}, ExcludeTypes: []string{}},
|
|
67: {ID: 67, Name: "of Regrowth", Rare: true, Level: 55, LevelReq: 41, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 5, Max: 5}}, TransformColor: "cred", ItemTypes: []string{"belt", "ring"}, ExcludeTypes: []string{}},
|
|
68: {ID: 68, Name: "of Vileness", Rare: true, Level: 9, LevelReq: 6, Group: 20, Mods: []Mod{{Code: "noheal", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"scep"}},
|
|
70: {ID: 70, Name: "of Greed", Rare: true, Level: 2, LevelReq: 1, Group: 22, Mods: []Mod{{Code: "gold%", Param: "", Min: 40, Max: 60}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
|
71: {ID: 71, Name: "of Wealth", Rare: true, Level: 17, LevelReq: 12, Group: 22, Mods: []Mod{{Code: "gold%", Param: "", Min: 80, Max: 120}}, TransformColor: "lgld", ItemTypes: []string{"boot", "glov", "belt", "amul"}, ExcludeTypes: []string{}},
|
|
72: {ID: 72, Name: "of Chance", Rare: true, Level: 12, LevelReq: 9, Group: 23, Mods: []Mod{{Code: "mag%", Param: "", Min: 10, Max: 19}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
|
73: {ID: 73, Name: "of Fortune", Rare: true, Level: 16, LevelReq: 12, Group: 23, Mods: []Mod{{Code: "mag%", Param: "", Min: 20, Max: 35}}, TransformColor: "lgld", ItemTypes: []string{"boot", "glov", "amul"}, ExcludeTypes: []string{}},
|
|
74: {ID: 74, Name: "of Energy", Rare: true, Level: 4, LevelReq: 3, Group: 24, Mods: []Mod{{Code: "mana", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
|
75: {ID: 75, Name: "of Energy", Rare: true, Level: 5, LevelReq: 3, Group: 24, Mods: []Mod{{Code: "mana", Param: "", Min: 1, Max: 5}}, TransformColor: "", ItemTypes: []string{"rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
76: {ID: 76, Name: "of the Mind", Rare: true, Level: 10, LevelReq: 7, Group: 24, Mods: []Mod{{Code: "mana", Param: "", Min: 6, Max: 10}}, TransformColor: "", ItemTypes: []string{"rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
77: {ID: 77, Name: "of Brilliance", Rare: true, Level: 18, LevelReq: 13, Group: 24, Mods: []Mod{{Code: "mana", Param: "", Min: 11, Max: 15}}, TransformColor: "", ItemTypes: []string{"rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
78: {ID: 78, Name: "of Sorcery", Rare: true, Level: 22, LevelReq: 16, Group: 24, Mods: []Mod{{Code: "mana", Param: "", Min: 16, Max: 20}}, TransformColor: "dgld", ItemTypes: []string{"rod", "amul"}, ExcludeTypes: []string{}},
|
|
79: {ID: 79, Name: "of Wizardry", Rare: true, Level: 30, LevelReq: 22, Group: 24, Mods: []Mod{{Code: "mana", Param: "", Min: 21, Max: 30}}, TransformColor: "dgld", ItemTypes: []string{"rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
80: {ID: 80, Name: "of the Bear", Rare: true, Level: 8, LevelReq: 6, Group: 25, Mods: []Mod{{Code: "knock", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{}},
|
|
81: {ID: 81, Name: "of Light", Rare: true, Level: 6, LevelReq: 4, Group: 26, Mods: []Mod{{Code: "light", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "miss", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
82: {ID: 82, Name: "of Radiance", Rare: true, Level: 15, LevelReq: 11, Group: 26, Mods: []Mod{{Code: "light", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"rod", "miss", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
83: {ID: 83, Name: "of the Sun", Rare: true, Level: 17, LevelReq: 12, Group: 26, Mods: []Mod{{Code: "light", Param: "", Min: 5, Max: 5}}, TransformColor: "", ItemTypes: []string{"rod", "miss", "glov", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
84: {ID: 84, Name: "of Life", Rare: true, Level: 23, LevelReq: 17, Group: 27, Mods: []Mod{{Code: "hp", Param: "", Min: 5, Max: 5}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "shld", "belt", "amul"}, ExcludeTypes: []string{}},
|
|
85: {ID: 85, Name: "of the Jackal", Rare: true, Level: 3, LevelReq: 2, Group: 27, Mods: []Mod{{Code: "hp", Param: "", Min: 1, Max: 5}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
86: {ID: 86, Name: "of the Fox", Rare: true, Level: 6, LevelReq: 4, Group: 27, Mods: []Mod{{Code: "hp", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
87: {ID: 87, Name: "of the Wolf", Rare: true, Level: 14, LevelReq: 10, Group: 27, Mods: []Mod{{Code: "hp", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
88: {ID: 88, Name: "of the Wolf", Rare: true, Level: 45, LevelReq: 33, Group: 27, Mods: []Mod{{Code: "hp", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"rod"}},
|
|
89: {ID: 89, Name: "of the Tiger", Rare: true, Level: 20, LevelReq: 15, Group: 27, Mods: []Mod{{Code: "hp", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
90: {ID: 90, Name: "of the Mammoth", Rare: true, Level: 24, LevelReq: 18, Group: 27, Mods: []Mod{{Code: "hp", Param: "", Min: 31, Max: 40}}, TransformColor: "cred", ItemTypes: []string{"tors", "helm", "shld", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
91: {ID: 91, Name: "of the Mammoth", Rare: true, Level: 60, LevelReq: 45, Group: 27, Mods: []Mod{{Code: "hp", Param: "", Min: 31, Max: 40}}, TransformColor: "cred", ItemTypes: []string{"mele", "glov", "belt"}, ExcludeTypes: []string{"rod"}},
|
|
92: {ID: 92, Name: "of the Colosuss", Rare: true, Level: 30, LevelReq: 22, Group: 27, Mods: []Mod{{Code: "hp", Param: "", Min: 41, Max: 60}}, TransformColor: "cred", ItemTypes: []string{"tors", "helm", "shld", "belt", "amul"}, ExcludeTypes: []string{}},
|
|
93: {ID: 93, Name: "of the Leech", Rare: true, Level: 6, LevelReq: 4, Group: 28, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 4, Max: 7}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
94: {ID: 94, Name: "of the Locust", Rare: true, Level: 20, LevelReq: 15, Group: 28, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 8, Max: 10}}, TransformColor: "cred", ItemTypes: []string{"mele"}, ExcludeTypes: []string{}},
|
|
95: {ID: 95, Name: "of the Bat", Rare: true, Level: 6, LevelReq: 4, Group: 29, Mods: []Mod{{Code: "manasteal", Param: "", Min: 4, Max: 8}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
96: {ID: 96, Name: "of the Vampire", Rare: true, Level: 20, LevelReq: 15, Group: 29, Mods: []Mod{{Code: "manasteal", Param: "", Min: 9, Max: 12}}, TransformColor: "cblu", ItemTypes: []string{"mele"}, ExcludeTypes: []string{}},
|
|
97: {ID: 97, Name: "of Defiance", Rare: true, Level: 25, LevelReq: 18, Group: 30, Mods: []Mod{{Code: "res-pois-len", Param: "", Min: 75, Max: 75}}, TransformColor: "dred", ItemTypes: []string{"tors", "helm", "shld", "amul"}, ExcludeTypes: []string{}},
|
|
98: {ID: 98, Name: "of Amelioration", Rare: true, Level: 18, LevelReq: 13, Group: 30, Mods: []Mod{{Code: "res-pois-len", Param: "", Min: 50, Max: 50}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "shld", "amul"}, ExcludeTypes: []string{}},
|
|
99: {ID: 99, Name: "of Remedy", Rare: true, Level: 7, LevelReq: 5, Group: 30, Mods: []Mod{{Code: "res-pois-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
101: {ID: 101, Name: "of Simplicity", Rare: true, Level: 25, LevelReq: 18, Group: 32, Mods: []Mod{{Code: "ease", Param: "", Min: -40, Max: -40}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "weap", "shld"}, ExcludeTypes: []string{"rod"}},
|
|
102: {ID: 102, Name: "of Ease", Rare: true, Level: 15, LevelReq: 11, Group: 32, Mods: []Mod{{Code: "ease", Param: "", Min: -20, Max: -20}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "weap", "shld"}, ExcludeTypes: []string{"rod"}},
|
|
104: {ID: 104, Name: "of Strength", Rare: true, Level: 5, LevelReq: 3, Group: 34, Mods: []Mod{{Code: "str", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"belt", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
105: {ID: 105, Name: "of Might", Rare: true, Level: 10, LevelReq: 7, Group: 34, Mods: []Mod{{Code: "str", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"mele", "shld", "ring", "amul"}, ExcludeTypes: []string{"wand", "staf"}},
|
|
106: {ID: 106, Name: "of the Ox", Rare: true, Level: 18, LevelReq: 13, Group: 34, Mods: []Mod{{Code: "str", Param: "", Min: 7, Max: 10}}, TransformColor: "", ItemTypes: []string{"mele", "belt", "ring", "amul"}, ExcludeTypes: []string{"wand", "staf"}},
|
|
107: {ID: 107, Name: "of the Ox", Rare: true, Level: 47, LevelReq: 35, Group: 34, Mods: []Mod{{Code: "str", Param: "", Min: 7, Max: 10}}, TransformColor: "", ItemTypes: []string{"shld", "boot", "glov"}, ExcludeTypes: []string{}},
|
|
108: {ID: 108, Name: "of the Giant", Rare: true, Level: 22, LevelReq: 16, Group: 34, Mods: []Mod{{Code: "str", Param: "", Min: 11, Max: 15}}, TransformColor: "dgld", ItemTypes: []string{"mele", "belt", "amul"}, ExcludeTypes: []string{"wand", "staf"}},
|
|
109: {ID: 109, Name: "of the Giant", Rare: true, Level: 62, LevelReq: 46, Group: 34, Mods: []Mod{{Code: "str", Param: "", Min: 11, Max: 15}}, TransformColor: "dgld", ItemTypes: []string{"boot", "glov", "ring", "shld"}, ExcludeTypes: []string{}},
|
|
110: {ID: 110, Name: "of the Titan", Rare: true, Level: 30, LevelReq: 22, Group: 34, Mods: []Mod{{Code: "str", Param: "", Min: 16, Max: 20}}, TransformColor: "dgld", ItemTypes: []string{"boot", "belt", "amul"}, ExcludeTypes: []string{}},
|
|
111: {ID: 111, Name: "of Pacing", Rare: true, Level: 2, LevelReq: 1, Group: 35, Mods: []Mod{{Code: "move1", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
|
112: {ID: 112, Name: "of Haste", Rare: true, Level: 12, LevelReq: 9, Group: 35, Mods: []Mod{{Code: "move2", Param: "", Min: 20, Max: 20}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
|
113: {ID: 113, Name: "of Speed", Rare: true, Level: 22, LevelReq: 16, Group: 35, Mods: []Mod{{Code: "move3", Param: "", Min: 30, Max: 30}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
|
114: {ID: 114, Name: "Expansion", Rare: false, Level: 0, LevelReq: 0, Group: 0, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
115: {ID: 115, Name: "of Health", Rare: true, Level: 7, LevelReq: 5, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
116: {ID: 116, Name: "of Protection", Rare: true, Level: 18, LevelReq: 13, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
117: {ID: 117, Name: "of Absorption", Rare: true, Level: 26, LevelReq: 19, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
118: {ID: 118, Name: "of Life", Rare: true, Level: 35, LevelReq: 26, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 4, Max: 4}}, TransformColor: "dblu", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
119: {ID: 119, Name: "of Life Everlasting", Rare: false, Level: 45, LevelReq: 37, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 10, Max: 25}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
120: {ID: 120, Name: "of Protection", Rare: true, Level: 24, LevelReq: 18, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "circ"}, ExcludeTypes: []string{}},
|
|
121: {ID: 121, Name: "of Absorption", Rare: true, Level: 32, LevelReq: 24, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "circ"}, ExcludeTypes: []string{}},
|
|
122: {ID: 122, Name: "of Life", Rare: true, Level: 41, LevelReq: 33, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 4, Max: 7}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "circ"}, ExcludeTypes: []string{}},
|
|
123: {ID: 123, Name: "of Anima", Rare: false, Level: 51, LevelReq: 43, Group: 1, Mods: []Mod{{Code: "red-dmg", Param: "", Min: 8, Max: 15}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "circ"}, ExcludeTypes: []string{}},
|
|
124: {ID: 124, Name: "of Warding", Rare: true, Level: 7, LevelReq: 5, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
125: {ID: 125, Name: "of the Sentinel", Rare: true, Level: 18, LevelReq: 12, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
126: {ID: 126, Name: "of Guarding", Rare: true, Level: 26, LevelReq: 19, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
127: {ID: 127, Name: "of Negation", Rare: false, Level: 42, LevelReq: 35, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
128: {ID: 128, Name: "of the Sentinel", Rare: true, Level: 24, LevelReq: 18, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "circ"}, ExcludeTypes: []string{}},
|
|
129: {ID: 129, Name: "of Guarding", Rare: true, Level: 32, LevelReq: 24, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "circ"}, ExcludeTypes: []string{}},
|
|
130: {ID: 130, Name: "of Negation", Rare: false, Level: 41, LevelReq: 33, Group: 2, Mods: []Mod{{Code: "red-mag", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "circ"}, ExcludeTypes: []string{}},
|
|
131: {ID: 131, Name: "of Coolness", Rare: true, Level: 11, LevelReq: 8, Group: 3, Mods: []Mod{{Code: "abs-fire", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
132: {ID: 132, Name: "of Incombustibility", Rare: true, Level: 19, LevelReq: 14, Group: 3, Mods: []Mod{{Code: "abs-fire", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
133: {ID: 133, Name: "of Amianthus", Rare: true, Level: 28, LevelReq: 21, Group: 3, Mods: []Mod{{Code: "abs-fire", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
134: {ID: 134, Name: "of Fire Quenching", Rare: false, Level: 38, LevelReq: 30, Group: 3, Mods: []Mod{{Code: "abs-fire", Param: "", Min: 6, Max: 8}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
135: {ID: 135, Name: "of Coolness", Rare: true, Level: 13, LevelReq: 9, Group: 3, Mods: []Mod{{Code: "abs-fire", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
136: {ID: 136, Name: "of Incombustibility", Rare: true, Level: 22, LevelReq: 16, Group: 3, Mods: []Mod{{Code: "abs-fire", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
137: {ID: 137, Name: "of Amianthus", Rare: true, Level: 33, LevelReq: 25, Group: 3, Mods: []Mod{{Code: "abs-fire", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
138: {ID: 138, Name: "of Fire Quenching", Rare: false, Level: 46, LevelReq: 38, Group: 3, Mods: []Mod{{Code: "abs-fire", Param: "", Min: 6, Max: 8}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
139: {ID: 139, Name: "of Faith", Rare: true, Level: 23, LevelReq: 17, Group: 3, Mods: []Mod{{Code: "abs-fire", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
140: {ID: 140, Name: "of Resistance", Rare: true, Level: 11, LevelReq: 8, Group: 3, Mods: []Mod{{Code: "abs-ltng", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
141: {ID: 141, Name: "of Insulation", Rare: true, Level: 19, LevelReq: 14, Group: 3, Mods: []Mod{{Code: "abs-ltng", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
142: {ID: 142, Name: "of Grounding", Rare: true, Level: 28, LevelReq: 21, Group: 3, Mods: []Mod{{Code: "abs-ltng", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
143: {ID: 143, Name: "of the Dynamo", Rare: false, Level: 38, LevelReq: 30, Group: 3, Mods: []Mod{{Code: "abs-ltng", Param: "", Min: 6, Max: 8}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
144: {ID: 144, Name: "of Resistance", Rare: true, Level: 13, LevelReq: 9, Group: 3, Mods: []Mod{{Code: "abs-ltng", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
145: {ID: 145, Name: "of Insulation", Rare: true, Level: 22, LevelReq: 16, Group: 3, Mods: []Mod{{Code: "abs-ltng", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
146: {ID: 146, Name: "of Grounding", Rare: true, Level: 33, LevelReq: 25, Group: 3, Mods: []Mod{{Code: "abs-ltng", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
147: {ID: 147, Name: "of the Dynamo", Rare: false, Level: 46, LevelReq: 38, Group: 3, Mods: []Mod{{Code: "abs-ltng", Param: "", Min: 6, Max: 8}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
148: {ID: 148, Name: "of Stoicism", Rare: true, Level: 22, LevelReq: 16, Group: 3, Mods: []Mod{{Code: "abs-ltng", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
149: {ID: 149, Name: "of Warming", Rare: true, Level: 11, LevelReq: 8, Group: 3, Mods: []Mod{{Code: "abs-cold", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
150: {ID: 150, Name: "of Thawing", Rare: true, Level: 19, LevelReq: 14, Group: 3, Mods: []Mod{{Code: "abs-cold", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
151: {ID: 151, Name: "of the Dunes", Rare: true, Level: 28, LevelReq: 21, Group: 3, Mods: []Mod{{Code: "abs-cold", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
152: {ID: 152, Name: "of the Sirocco", Rare: false, Level: 38, LevelReq: 30, Group: 3, Mods: []Mod{{Code: "abs-cold", Param: "", Min: 6, Max: 8}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "boot", "circ"}, ExcludeTypes: []string{}},
|
|
153: {ID: 153, Name: "of Warming", Rare: true, Level: 13, LevelReq: 9, Group: 3, Mods: []Mod{{Code: "abs-cold", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
154: {ID: 154, Name: "of Thawing", Rare: true, Level: 22, LevelReq: 16, Group: 3, Mods: []Mod{{Code: "abs-cold", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
155: {ID: 155, Name: "of the Dunes", Rare: true, Level: 33, LevelReq: 25, Group: 3, Mods: []Mod{{Code: "abs-cold", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
156: {ID: 156, Name: "of the Sirocco", Rare: false, Level: 46, LevelReq: 38, Group: 3, Mods: []Mod{{Code: "abs-cold", Param: "", Min: 6, Max: 8}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
157: {ID: 157, Name: "of Desire", Rare: true, Level: 23, LevelReq: 17, Group: 3, Mods: []Mod{{Code: "abs-cold", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
158: {ID: 158, Name: "of Piercing", Rare: true, Level: 25, LevelReq: 18, Group: 4, Mods: []Mod{{Code: "ignore-ac", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"rod", "knif", "h2h"}, ExcludeTypes: []string{}},
|
|
159: {ID: 159, Name: "of Bashing", Rare: true, Level: 16, LevelReq: 12, Group: 5, Mods: []Mod{{Code: "dmg-ac", Param: "", Min: -25, Max: -40}}, TransformColor: "", ItemTypes: []string{"blun"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
160: {ID: 160, Name: "of Puncturing", Rare: true, Level: 6, LevelReq: 4, Group: 5, Mods: []Mod{{Code: "dmg-ac", Param: "", Min: -10, Max: -20}}, TransformColor: "", ItemTypes: []string{"spea", "knif", "h2h"}, ExcludeTypes: []string{}},
|
|
161: {ID: 161, Name: "of Thorns", Rare: true, Level: 14, LevelReq: 10, Group: 6, Mods: []Mod{{Code: "thorns", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "belt", "circ"}, ExcludeTypes: []string{}},
|
|
162: {ID: 162, Name: "of Spikes", Rare: true, Level: 21, LevelReq: 15, Group: 6, Mods: []Mod{{Code: "thorns", Param: "", Min: 4, Max: 6}}, TransformColor: "oran", ItemTypes: []string{"tors", "shld", "belt", "circ"}, ExcludeTypes: []string{}},
|
|
163: {ID: 163, Name: "of Razors", Rare: true, Level: 34, LevelReq: 26, Group: 6, Mods: []Mod{{Code: "thorns", Param: "", Min: 7, Max: 9}}, TransformColor: "oran", ItemTypes: []string{"tors", "shld", "circ"}, ExcludeTypes: []string{}},
|
|
164: {ID: 164, Name: "of Swords", Rare: false, Level: 47, LevelReq: 39, Group: 6, Mods: []Mod{{Code: "thorns", Param: "", Min: 10, Max: 20}}, TransformColor: "oran", ItemTypes: []string{"tors", "shld", "circ"}, ExcludeTypes: []string{}},
|
|
165: {ID: 165, Name: "of Malice", Rare: true, Level: 37, LevelReq: 29, Group: 6, Mods: []Mod{{Code: "thorns", Param: "", Min: 1, Max: 5}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
166: {ID: 166, Name: "of Readiness", Rare: true, Level: 5, LevelReq: 3, Group: 7, Mods: []Mod{{Code: "swing1", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
167: {ID: 167, Name: "of Alacrity", Rare: true, Level: 25, LevelReq: 17, Group: 7, Mods: []Mod{{Code: "swing2", Param: "", Min: 20, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
168: {ID: 168, Name: "of Swiftness", Rare: true, Level: 34, LevelReq: 26, Group: 7, Mods: []Mod{{Code: "swing2", Param: "", Min: 30, Max: 30}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
169: {ID: 169, Name: "of Quickness", Rare: true, Level: 46, LevelReq: 38, Group: 7, Mods: []Mod{{Code: "swing3", Param: "", Min: 40, Max: 40}}, TransformColor: "dyel", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
170: {ID: 170, Name: "of Alacrity", Rare: true, Level: 43, LevelReq: 35, Group: 7, Mods: []Mod{{Code: "swing2", Param: "", Min: 20, Max: 20}}, TransformColor: "dyel", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
171: {ID: 171, Name: "of Fervor", Rare: false, Level: 39, LevelReq: 31, Group: 7, Mods: []Mod{{Code: "swing1", Param: "", Min: 15, Max: 15}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
172: {ID: 172, Name: "of Blocking", Rare: true, Level: 1, LevelReq: 1, Group: 8, Mods: []Mod{{Code: "block", Param: "", Min: 10, Max: 10}, {Code: "block2", Param: "", Min: 15, Max: 15}}, TransformColor: "", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
|
173: {ID: 173, Name: "of Deflecting", Rare: true, Level: 11, LevelReq: 8, Group: 8, Mods: []Mod{{Code: "block", Param: "", Min: 20, Max: 20}, {Code: "block2", Param: "", Min: 30, Max: 30}}, TransformColor: "", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
|
174: {ID: 174, Name: "of the Apprentice", Rare: true, Level: 5, LevelReq: 3, Group: 9, Mods: []Mod{{Code: "cast1", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"rod", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
|
175: {ID: 175, Name: "of the Magus", Rare: true, Level: 29, LevelReq: 21, Group: 9, Mods: []Mod{{Code: "cast3", Param: "", Min: 20, Max: 20}}, TransformColor: "", ItemTypes: []string{"rod", "orb", "circ"}, ExcludeTypes: []string{"scep"}},
|
|
176: {ID: 176, Name: "of Frost", Rare: true, Level: 4, LevelReq: 3, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 1, Max: 2}, {Code: "cold-len", Param: "", Min: 50, Max: 50}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
177: {ID: 177, Name: "of the Icicle", Rare: true, Level: 13, LevelReq: 9, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 3, Max: 4}, {Code: "cold-len", Param: "", Min: 75, Max: 75}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
178: {ID: 178, Name: "of the Glacier", Rare: true, Level: 27, LevelReq: 20, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 2, Max: 4}, {Code: "cold-max", Param: "", Min: 4, Max: 15}, {Code: "cold-len", Param: "", Min: 100, Max: 100}}, TransformColor: "dblu", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
179: {ID: 179, Name: "of Winter", Rare: true, Level: 45, LevelReq: 37, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 5, Max: 9}, {Code: "cold-max", Param: "", Min: 16, Max: 50}, {Code: "cold-len", Param: "", Min: 150, Max: 150}}, TransformColor: "dblu", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
180: {ID: 180, Name: "of Frost", Rare: true, Level: 55, LevelReq: 41, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 3, Max: 6}, {Code: "cold-len", Param: "", Min: 50, Max: 50}}, TransformColor: "", ItemTypes: []string{"belt", "amul"}, ExcludeTypes: []string{}},
|
|
181: {ID: 181, Name: "of Frigidity", Rare: true, Level: 16, LevelReq: 12, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 3, Max: 5}, {Code: "cold-len", Param: "", Min: 50, Max: 50}}, TransformColor: "dblu", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
182: {ID: 182, Name: "of Warmth", Rare: true, Level: 10, LevelReq: 7, Group: 11, Mods: []Mod{{Code: "half-freeze", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"shld", "boot", "glov", "ring", "amul", "circ", "orb"}, ExcludeTypes: []string{}},
|
|
183: {ID: 183, Name: "of Flame", Rare: true, Level: 4, LevelReq: 3, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 5}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
184: {ID: 184, Name: "of Fire", Rare: true, Level: 15, LevelReq: 11, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 4}, {Code: "fire-max", Param: "", Min: 6, Max: 11}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
185: {ID: 185, Name: "of Burning", Rare: true, Level: 25, LevelReq: 18, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 5, Max: 9}, {Code: "fire-max", Param: "", Min: 10, Max: 20}}, TransformColor: "dred", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
186: {ID: 186, Name: "of Incineration", Rare: true, Level: 43, LevelReq: 35, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 10, Max: 20}, {Code: "fire-max", Param: "", Min: 21, Max: 75}}, TransformColor: "dred", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
187: {ID: 187, Name: "of Flame", Rare: true, Level: 40, LevelReq: 30, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 6}}, TransformColor: "", ItemTypes: []string{"glov", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
188: {ID: 188, Name: "of Passion", Rare: true, Level: 15, LevelReq: 11, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 3}, {Code: "fire-max", Param: "", Min: 6, Max: 10}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
189: {ID: 189, Name: "of Shock", Rare: true, Level: 4, LevelReq: 3, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 6, Max: 8}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
190: {ID: 190, Name: "of Lightning", Rare: true, Level: 15, LevelReq: 11, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 9, Max: 16}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
191: {ID: 191, Name: "of Thunder", Rare: true, Level: 25, LevelReq: 18, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 17, Max: 40}}, TransformColor: "dyel", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
192: {ID: 192, Name: "of Storms", Rare: true, Level: 34, LevelReq: 26, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 6}, {Code: "ltng-max", Param: "", Min: 41, Max: 120}}, TransformColor: "dyel", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"wand", "orb"}},
|
|
193: {ID: 193, Name: "of Shock", Rare: true, Level: 50, LevelReq: 37, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 11, Max: 23}}, TransformColor: "", ItemTypes: []string{"boot", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
194: {ID: 194, Name: "of Ennui", Rare: true, Level: 15, LevelReq: 11, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 10, Max: 20}}, TransformColor: "dyel", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
195: {ID: 195, Name: "of Craftsmanship", Rare: true, Level: 1, LevelReq: 1, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "amul"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
196: {ID: 196, Name: "of Quality", Rare: true, Level: 4, LevelReq: 3, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
197: {ID: 197, Name: "of Maiming", Rare: true, Level: 7, LevelReq: 5, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
198: {ID: 198, Name: "of Slaying", Rare: true, Level: 11, LevelReq: 8, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 5, Max: 7}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
199: {ID: 199, Name: "of Gore", Rare: true, Level: 14, LevelReq: 10, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 8, Max: 10}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
200: {ID: 200, Name: "of Carnage", Rare: true, Level: 19, LevelReq: 14, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 11, Max: 14}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
201: {ID: 201, Name: "of Slaughter", Rare: true, Level: 25, LevelReq: 18, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 15, Max: 20}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
202: {ID: 202, Name: "of Butchery", Rare: false, Level: 35, LevelReq: 27, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 21, Max: 40}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
203: {ID: 203, Name: "of Evisceration", Rare: false, Level: 45, LevelReq: 37, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 41, Max: 63}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "staf", "orb"}},
|
|
204: {ID: 204, Name: "of Maiming", Rare: true, Level: 42, LevelReq: 34, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"shld", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
205: {ID: 205, Name: "of Craftsmanship", Rare: true, Level: 1, LevelReq: 1, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"circ"}, ExcludeTypes: []string{}},
|
|
206: {ID: 206, Name: "of Craftsmanship", Rare: true, Level: 8, LevelReq: 6, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"circ"}, ExcludeTypes: []string{}},
|
|
207: {ID: 207, Name: "of Craftsmanship", Rare: true, Level: 15, LevelReq: 11, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"circ"}, ExcludeTypes: []string{}},
|
|
208: {ID: 208, Name: "of Quality", Rare: true, Level: 23, LevelReq: 17, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 6, Max: 7}}, TransformColor: "", ItemTypes: []string{"circ"}, ExcludeTypes: []string{}},
|
|
209: {ID: 209, Name: "of Quality", Rare: true, Level: 30, LevelReq: 22, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 7, Max: 8}}, TransformColor: "", ItemTypes: []string{"circ"}, ExcludeTypes: []string{}},
|
|
210: {ID: 210, Name: "of Maiming", Rare: false, Level: 37, LevelReq: 29, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 9, Max: 10}}, TransformColor: "", ItemTypes: []string{"circ"}, ExcludeTypes: []string{}},
|
|
211: {ID: 211, Name: "of Maiming", Rare: false, Level: 45, LevelReq: 37, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 11, Max: 12}}, TransformColor: "", ItemTypes: []string{"circ"}, ExcludeTypes: []string{}},
|
|
212: {ID: 212, Name: "of Craftsmanship", Rare: true, Level: 8, LevelReq: 6, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
213: {ID: 213, Name: "of Craftsmanship", Rare: true, Level: 18, LevelReq: 13, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
214: {ID: 214, Name: "of Quality", Rare: true, Level: 28, LevelReq: 21, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
215: {ID: 215, Name: "of Quality", Rare: true, Level: 38, LevelReq: 30, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 5, Max: 6}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
216: {ID: 216, Name: "of Maiming", Rare: false, Level: 48, LevelReq: 40, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 7, Max: 8}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
217: {ID: 217, Name: "of Craftsmanship", Rare: true, Level: 21, LevelReq: 15, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
218: {ID: 218, Name: "of Quality", Rare: true, Level: 36, LevelReq: 28, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
219: {ID: 219, Name: "of Maiming", Rare: false, Level: 51, LevelReq: 43, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
220: {ID: 220, Name: "of Ire", Rare: true, Level: 4, LevelReq: 3, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 5}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
221: {ID: 221, Name: "of Wrath", Rare: true, Level: 11, LevelReq: 8, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 6, Max: 9}}, TransformColor: "blac", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
222: {ID: 222, Name: "of Carnage", Rare: false, Level: 25, LevelReq: 18, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 11, Max: 15}}, TransformColor: "blac", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
223: {ID: 223, Name: "of Worth", Rare: true, Level: 1, LevelReq: 1, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
224: {ID: 224, Name: "of Measure", Rare: true, Level: 12, LevelReq: 9, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
225: {ID: 225, Name: "of Excellence", Rare: true, Level: 24, LevelReq: 18, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 5, Max: 8}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
226: {ID: 226, Name: "of Performance", Rare: true, Level: 48, LevelReq: 40, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 9, Max: 14}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
227: {ID: 227, Name: "of Transcendence", Rare: true, Level: 76, LevelReq: 68, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 15, Max: 20}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
228: {ID: 228, Name: "of Worth", Rare: true, Level: 15, LevelReq: 11, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
229: {ID: 229, Name: "of Measure", Rare: true, Level: 37, LevelReq: 29, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
230: {ID: 230, Name: "of Excellence", Rare: true, Level: 59, LevelReq: 51, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 6, Max: 9}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
231: {ID: 231, Name: "of Performance", Rare: false, Level: 81, LevelReq: 73, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 10, Max: 13}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
232: {ID: 232, Name: "of Joyfulness", Rare: true, Level: 5, LevelReq: 3, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 4}}, TransformColor: "whit", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
233: {ID: 233, Name: "of Bliss", Rare: true, Level: 43, LevelReq: 37, Group: 15, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 5, Max: 10}}, TransformColor: "whit", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
234: {ID: 234, Name: "of Blight", Rare: true, Level: 5, LevelReq: 3, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "75", Min: 24, Max: 24}}, TransformColor: "", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{"rod", "orb"}},
|
|
235: {ID: 235, Name: "of Venom", Rare: true, Level: 15, LevelReq: 11, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "100", Min: 54, Max: 54}}, TransformColor: "", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{"rod", "orb"}},
|
|
236: {ID: 236, Name: "of Pestilence", Rare: true, Level: 25, LevelReq: 18, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "125", Min: 103, Max: 103}}, TransformColor: "dgrn", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{"rod", "orb"}},
|
|
237: {ID: 237, Name: "of Anthrax", Rare: true, Level: 33, LevelReq: 25, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "150", Min: 171, Max: 171}}, TransformColor: "dgrn", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"rod", "orb"}},
|
|
238: {ID: 238, Name: "of Blight", Rare: true, Level: 45, LevelReq: 33, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "75", Min: 171, Max: 171}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
|
239: {ID: 239, Name: "of Envy", Rare: true, Level: 1, LevelReq: 1, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "50", Min: 103, Max: 103}}, TransformColor: "dgrn", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
240: {ID: 240, Name: "of Dexterity", Rare: true, Level: 1, LevelReq: 1, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"amul", "miss", "circ"}, ExcludeTypes: []string{}},
|
|
241: {ID: 241, Name: "of Skill", Rare: true, Level: 11, LevelReq: 8, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"amul", "miss", "circ"}, ExcludeTypes: []string{}},
|
|
242: {ID: 242, Name: "of Accuracy", Rare: true, Level: 27, LevelReq: 20, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 6, Max: 9}}, TransformColor: "", ItemTypes: []string{"amul", "miss", "circ"}, ExcludeTypes: []string{}},
|
|
243: {ID: 243, Name: "of Precision", Rare: true, Level: 43, LevelReq: 35, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 10, Max: 15}}, TransformColor: "", ItemTypes: []string{"amul", "miss", "circ"}, ExcludeTypes: []string{}},
|
|
244: {ID: 244, Name: "of Perfection", Rare: true, Level: 59, LevelReq: 51, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 16, Max: 20}}, TransformColor: "dgld", ItemTypes: []string{"amul", "miss", "circ"}, ExcludeTypes: []string{}},
|
|
245: {ID: 245, Name: "of Nirvana", Rare: false, Level: 72, LevelReq: 64, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 21, Max: 30}}, TransformColor: "dgld", ItemTypes: []string{"amul", "miss", "circ"}, ExcludeTypes: []string{}},
|
|
246: {ID: 246, Name: "of Dexterity", Rare: true, Level: 6, LevelReq: 4, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "glov"}, ExcludeTypes: []string{}},
|
|
247: {ID: 247, Name: "of Skill", Rare: true, Level: 22, LevelReq: 16, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"ring", "glov"}, ExcludeTypes: []string{}},
|
|
248: {ID: 248, Name: "of Accuracy", Rare: true, Level: 39, LevelReq: 31, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 6, Max: 9}}, TransformColor: "", ItemTypes: []string{"ring", "glov"}, ExcludeTypes: []string{}},
|
|
249: {ID: 249, Name: "of Precision", Rare: true, Level: 56, LevelReq: 48, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 10, Max: 15}}, TransformColor: "", ItemTypes: []string{"ring", "glov"}, ExcludeTypes: []string{}},
|
|
250: {ID: 250, Name: "of Perfection", Rare: false, Level: 75, LevelReq: 67, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 16, Max: 20}}, TransformColor: "dgld", ItemTypes: []string{"ring", "glov"}, ExcludeTypes: []string{}},
|
|
251: {ID: 251, Name: "of Dexterity", Rare: true, Level: 13, LevelReq: 9, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"tors", "boot"}, ExcludeTypes: []string{"glov"}},
|
|
252: {ID: 252, Name: "of Skill", Rare: true, Level: 34, LevelReq: 26, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"tors", "boot"}, ExcludeTypes: []string{"glov"}},
|
|
253: {ID: 253, Name: "of Accuracy", Rare: true, Level: 46, LevelReq: 38, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 6, Max: 9}}, TransformColor: "", ItemTypes: []string{"tors", "boot"}, ExcludeTypes: []string{"glov"}},
|
|
254: {ID: 254, Name: "of Precision", Rare: false, Level: 60, LevelReq: 52, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 10, Max: 15}}, TransformColor: "dgld", ItemTypes: []string{"tors", "boot"}, ExcludeTypes: []string{"glov"}},
|
|
255: {ID: 255, Name: "of Dexterity", Rare: true, Level: 1, LevelReq: 1, Group: 31, Mods: []Mod{{Code: "dex", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
256: {ID: 256, Name: "of Dexterity", Rare: true, Level: 3, LevelReq: 2, Group: 31, Mods: []Mod{{Code: "dex", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
257: {ID: 257, Name: "of Dexterity", Rare: true, Level: 7, LevelReq: 5, Group: 31, Mods: []Mod{{Code: "dex", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
258: {ID: 258, Name: "of Dexterity", Rare: true, Level: 14, LevelReq: 10, Group: 31, Mods: []Mod{{Code: "dex", Param: "", Min: 5, Max: 6}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
259: {ID: 259, Name: "of Dexterity", Rare: true, Level: 18, LevelReq: 13, Group: 31, Mods: []Mod{{Code: "dex", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
260: {ID: 260, Name: "of Dexterity", Rare: true, Level: 22, LevelReq: 16, Group: 31, Mods: []Mod{{Code: "dex", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
261: {ID: 261, Name: "of Daring", Rare: true, Level: 7, LevelReq: 5, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
262: {ID: 262, Name: "of Balance", Rare: true, Level: 5, LevelReq: 3, Group: 18, Mods: []Mod{{Code: "balance1", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{"glov"}},
|
|
263: {ID: 263, Name: "of Equilibrium", Rare: true, Level: 9, LevelReq: 6, Group: 18, Mods: []Mod{{Code: "balance2", Param: "", Min: 17, Max: 17}}, TransformColor: "", ItemTypes: []string{"tors", "belt", "shld"}, ExcludeTypes: []string{}},
|
|
264: {ID: 264, Name: "of Stability", Rare: true, Level: 18, LevelReq: 13, Group: 18, Mods: []Mod{{Code: "balance3", Param: "", Min: 24, Max: 24}}, TransformColor: "dyel", ItemTypes: []string{"tors", "belt"}, ExcludeTypes: []string{}},
|
|
265: {ID: 265, Name: "of Balance", Rare: true, Level: 1, LevelReq: 1, Group: 18, Mods: []Mod{{Code: "balance3", Param: "", Min: 12, Max: 12}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
266: {ID: 266, Name: "of Balance", Rare: true, Level: 19, LevelReq: 14, Group: 18, Mods: []Mod{{Code: "balance2", Param: "", Min: 8, Max: 8}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
267: {ID: 267, Name: "of Balance", Rare: true, Level: 37, LevelReq: 29, Group: 18, Mods: []Mod{{Code: "balance1", Param: "", Min: 5, Max: 5}}, TransformColor: "dyel", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
268: {ID: 268, Name: "of Truth", Rare: true, Level: 44, LevelReq: 36, Group: 18, Mods: []Mod{{Code: "balance1", Param: "", Min: 7, Max: 7}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
269: {ID: 269, Name: "of Regeneration", Rare: true, Level: 10, LevelReq: 7, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"scep", "belt", "ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
270: {ID: 270, Name: "of Regeneration", Rare: true, Level: 40, LevelReq: 30, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"shld", "glov"}, ExcludeTypes: []string{}},
|
|
271: {ID: 271, Name: "of Regeneration", Rare: true, Level: 70, LevelReq: 52, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"tors", "weap", "boot"}, ExcludeTypes: []string{"scep"}},
|
|
272: {ID: 272, Name: "of Regrowth", Rare: true, Level: 17, LevelReq: 12, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 6, Max: 10}}, TransformColor: "cred", ItemTypes: []string{"scep", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
273: {ID: 273, Name: "of Regrowth", Rare: true, Level: 55, LevelReq: 41, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 6, Max: 9}}, TransformColor: "cred", ItemTypes: []string{"belt", "ring"}, ExcludeTypes: []string{}},
|
|
274: {ID: 274, Name: "of Revivification", Rare: false, Level: 38, LevelReq: 30, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 11, Max: 15}}, TransformColor: "cred", ItemTypes: []string{"scep", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
275: {ID: 275, Name: "of Honor", Rare: true, Level: 47, LevelReq: 35, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 1, Max: 4}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
276: {ID: 276, Name: "of Vileness", Rare: true, Level: 9, LevelReq: 6, Group: 20, Mods: []Mod{{Code: "noheal", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"rod", "orb"}},
|
|
277: {ID: 277, Name: "of Greed", Rare: true, Level: 1, LevelReq: 1, Group: 21, Mods: []Mod{{Code: "gold%", Param: "", Min: 25, Max: 40}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
278: {ID: 278, Name: "of Wealth", Rare: true, Level: 17, LevelReq: 12, Group: 21, Mods: []Mod{{Code: "gold%", Param: "", Min: 41, Max: 80}}, TransformColor: "lgld", ItemTypes: []string{"boot", "glov", "belt", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
279: {ID: 279, Name: "of Greed", Rare: true, Level: 1, LevelReq: 1, Group: 21, Mods: []Mod{{Code: "gold%", Param: "", Min: 10, Max: 20}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
280: {ID: 280, Name: "of Greed", Rare: true, Level: 7, LevelReq: 5, Group: 21, Mods: []Mod{{Code: "gold%", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
281: {ID: 281, Name: "of Greed", Rare: true, Level: 19, LevelReq: 14, Group: 21, Mods: []Mod{{Code: "gold%", Param: "", Min: 31, Max: 40}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
282: {ID: 282, Name: "of Greed", Rare: true, Level: 1, LevelReq: 5, Group: 21, Mods: []Mod{{Code: "gold%", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
283: {ID: 283, Name: "of Greed", Rare: true, Level: 20, LevelReq: 15, Group: 21, Mods: []Mod{{Code: "gold%", Param: "", Min: 11, Max: 22}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
284: {ID: 284, Name: "of Greed", Rare: true, Level: 1, LevelReq: 15, Group: 21, Mods: []Mod{{Code: "gold%", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
285: {ID: 285, Name: "of Avarice", Rare: true, Level: 1, LevelReq: 1, Group: 21, Mods: []Mod{{Code: "gold%", Param: "", Min: 10, Max: 30}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
286: {ID: 286, Name: "of Chance", Rare: true, Level: 12, LevelReq: 9, Group: 22, Mods: []Mod{{Code: "mag%", Param: "", Min: 5, Max: 15}}, TransformColor: "", ItemTypes: []string{"boot", "glov", "ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
287: {ID: 287, Name: "of Fortune", Rare: true, Level: 16, LevelReq: 12, Group: 22, Mods: []Mod{{Code: "mag%", Param: "", Min: 16, Max: 25}}, TransformColor: "lgld", ItemTypes: []string{"boot", "glov", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
288: {ID: 288, Name: "of Fortune", Rare: false, Level: 42, LevelReq: 31, Group: 22, Mods: []Mod{{Code: "mag%", Param: "", Min: 16, Max: 25}}, TransformColor: "lgld", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
289: {ID: 289, Name: "of Luck", Rare: false, Level: 26, LevelReq: 19, Group: 22, Mods: []Mod{{Code: "mag%", Param: "", Min: 26, Max: 35}}, TransformColor: "lgld", ItemTypes: []string{"boot", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
290: {ID: 290, Name: "of Fortune", Rare: true, Level: 31, LevelReq: 18, Group: 22, Mods: []Mod{{Code: "mag%", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
291: {ID: 291, Name: "of Good Luck", Rare: false, Level: 47, LevelReq: 33, Group: 22, Mods: []Mod{{Code: "mag%", Param: "", Min: 6, Max: 7}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
292: {ID: 292, Name: "of Prosperity", Rare: true, Level: 26, LevelReq: 19, Group: 22, Mods: []Mod{{Code: "mag%", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
293: {ID: 293, Name: "of Energy", Rare: true, Level: 1, LevelReq: 1, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ", "wand", "staf"}, ExcludeTypes: []string{}},
|
|
294: {ID: 294, Name: "of the Mind", Rare: true, Level: 7, LevelReq: 3, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ", "wand", "staf"}, ExcludeTypes: []string{}},
|
|
295: {ID: 295, Name: "of Brilliance", Rare: true, Level: 13, LevelReq: 9, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 7, Max: 10}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ", "wand", "staf"}, ExcludeTypes: []string{}},
|
|
296: {ID: 296, Name: "of Sorcery", Rare: true, Level: 21, LevelReq: 16, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 11, Max: 15}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ", "wand", "staf"}, ExcludeTypes: []string{}},
|
|
297: {ID: 297, Name: "of Wizardry", Rare: true, Level: 31, LevelReq: 23, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 16, Max: 20}}, TransformColor: "dgld", ItemTypes: []string{"amul", "orb", "circ", "wand", "staf"}, ExcludeTypes: []string{}},
|
|
298: {ID: 298, Name: "of Enlightenment", Rare: false, Level: 41, LevelReq: 33, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 21, Max: 30}}, TransformColor: "dgld", ItemTypes: []string{"amul", "orb", "circ", "wand", "staf"}, ExcludeTypes: []string{}},
|
|
299: {ID: 299, Name: "of Energy", Rare: true, Level: 7, LevelReq: 5, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
300: {ID: 300, Name: "of the Mind", Rare: true, Level: 13, LevelReq: 9, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
301: {ID: 301, Name: "of Brilliance", Rare: true, Level: 21, LevelReq: 16, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 7, Max: 10}}, TransformColor: "", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
302: {ID: 302, Name: "of Sorcery", Rare: true, Level: 31, LevelReq: 23, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 11, Max: 15}}, TransformColor: "", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
303: {ID: 303, Name: "of Wizardry", Rare: false, Level: 41, LevelReq: 33, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 16, Max: 20}}, TransformColor: "dgld", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
304: {ID: 304, Name: "of Energy", Rare: true, Level: 4, LevelReq: 3, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"helm", "scep"}, ExcludeTypes: []string{}},
|
|
305: {ID: 305, Name: "of the Mind", Rare: true, Level: 10, LevelReq: 7, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"helm", "scep"}, ExcludeTypes: []string{}},
|
|
306: {ID: 306, Name: "of Brilliance", Rare: true, Level: 16, LevelReq: 12, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 7, Max: 10}}, TransformColor: "", ItemTypes: []string{"helm", "scep"}, ExcludeTypes: []string{}},
|
|
307: {ID: 307, Name: "of Sorcery", Rare: false, Level: 26, LevelReq: 21, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 11, Max: 15}}, TransformColor: "dgld", ItemTypes: []string{"helm", "scep"}, ExcludeTypes: []string{}},
|
|
308: {ID: 308, Name: "of Knowledge", Rare: true, Level: 9, LevelReq: 6, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 1, Max: 5}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
309: {ID: 309, Name: "of the Bear", Rare: true, Level: 8, LevelReq: 6, Group: 24, Mods: []Mod{{Code: "knock", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{}},
|
|
310: {ID: 310, Name: "of Light", Rare: true, Level: 6, LevelReq: 4, Group: 25, Mods: []Mod{{Code: "light", Param: "", Min: 1, Max: 1}, {Code: "att", Param: "", Min: 15, Max: 15}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
311: {ID: 311, Name: "of Radiance", Rare: true, Level: 15, LevelReq: 11, Group: 25, Mods: []Mod{{Code: "light", Param: "", Min: 3, Max: 3}, {Code: "att", Param: "", Min: 30, Max: 30}}, TransformColor: "", ItemTypes: []string{"rod", "miss", "ring", "amul", "helm"}, ExcludeTypes: []string{}},
|
|
312: {ID: 312, Name: "of the Sun", Rare: true, Level: 17, LevelReq: 12, Group: 25, Mods: []Mod{{Code: "light", Param: "", Min: 5, Max: 5}, {Code: "att%", Param: "", Min: 5, Max: 5}}, TransformColor: "", ItemTypes: []string{"rod", "miss", "glov", "ring", "amul", "helm"}, ExcludeTypes: []string{}},
|
|
313: {ID: 313, Name: "of the Jackal", Rare: true, Level: 1, LevelReq: 1, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 1, Max: 5}}, TransformColor: "", ItemTypes: []string{"tors", "belt", "amul", "phlm", "circ"}, ExcludeTypes: []string{}},
|
|
314: {ID: 314, Name: "of the Fox", Rare: true, Level: 7, LevelReq: 5, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 6, Max: 10}}, TransformColor: "", ItemTypes: []string{"tors", "belt", "amul", "phlm", "circ"}, ExcludeTypes: []string{}},
|
|
315: {ID: 315, Name: "of the Wolf", Rare: true, Level: 15, LevelReq: 11, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"tors", "belt", "amul", "phlm", "circ"}, ExcludeTypes: []string{}},
|
|
316: {ID: 316, Name: "of the Tiger", Rare: true, Level: 20, LevelReq: 15, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"tors", "belt", "amul", "phlm", "circ"}, ExcludeTypes: []string{}},
|
|
317: {ID: 317, Name: "of the Mammoth", Rare: true, Level: 25, LevelReq: 18, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 31, Max: 40}}, TransformColor: "cred", ItemTypes: []string{"tors", "belt", "amul", "phlm", "circ"}, ExcludeTypes: []string{}},
|
|
318: {ID: 318, Name: "of the Colosuss", Rare: true, Level: 30, LevelReq: 22, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 41, Max: 60}}, TransformColor: "cred", ItemTypes: []string{"tors", "belt", "amul", "phlm", "circ"}, ExcludeTypes: []string{}},
|
|
319: {ID: 319, Name: "of the Squid", Rare: false, Level: 40, LevelReq: 30, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 61, Max: 80}}, TransformColor: "cred", ItemTypes: []string{"tors", "belt", "amul", "phlm", "circ"}, ExcludeTypes: []string{}},
|
|
320: {ID: 320, Name: "of the Whale", Rare: false, Level: 50, LevelReq: 37, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 81, Max: 100}}, TransformColor: "cred", ItemTypes: []string{"tors", "belt", "amul", "phlm", "circ"}, ExcludeTypes: []string{}},
|
|
321: {ID: 321, Name: "of the Jackal", Rare: true, Level: 4, LevelReq: 3, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 1, Max: 5}}, TransformColor: "", ItemTypes: []string{"shld", "pelt"}, ExcludeTypes: []string{}},
|
|
322: {ID: 322, Name: "of the Fox", Rare: true, Level: 11, LevelReq: 8, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 6, Max: 10}}, TransformColor: "", ItemTypes: []string{"shld", "pelt"}, ExcludeTypes: []string{}},
|
|
323: {ID: 323, Name: "of the Wolf", Rare: true, Level: 27, LevelReq: 20, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"shld", "pelt"}, ExcludeTypes: []string{}},
|
|
324: {ID: 324, Name: "of the Tiger", Rare: true, Level: 43, LevelReq: 35, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"shld", "pelt"}, ExcludeTypes: []string{}},
|
|
325: {ID: 325, Name: "of the Mammoth", Rare: true, Level: 59, LevelReq: 51, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 31, Max: 40}}, TransformColor: "cred", ItemTypes: []string{"shld", "pelt"}, ExcludeTypes: []string{}},
|
|
326: {ID: 326, Name: "of the Colosuss", Rare: false, Level: 75, LevelReq: 67, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 41, Max: 60}}, TransformColor: "cred", ItemTypes: []string{"shld", "pelt"}, ExcludeTypes: []string{}},
|
|
327: {ID: 327, Name: "of the Jackal", Rare: true, Level: 8, LevelReq: 6, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 1, Max: 5}}, TransformColor: "", ItemTypes: []string{"club", "hamm", "mace", "ring", "helm"}, ExcludeTypes: []string{}},
|
|
328: {ID: 328, Name: "of the Fox", Rare: true, Level: 17, LevelReq: 13, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 6, Max: 10}}, TransformColor: "", ItemTypes: []string{"club", "hamm", "mace", "ring", "helm"}, ExcludeTypes: []string{}},
|
|
329: {ID: 329, Name: "of the Wolf", Rare: true, Level: 34, LevelReq: 26, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"club", "hamm", "mace", "ring", "helm"}, ExcludeTypes: []string{}},
|
|
330: {ID: 330, Name: "of the Tiger", Rare: true, Level: 51, LevelReq: 43, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"club", "hamm", "mace", "ring", "helm"}, ExcludeTypes: []string{}},
|
|
331: {ID: 331, Name: "of the Mammoth", Rare: true, Level: 68, LevelReq: 60, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 31, Max: 40}}, TransformColor: "cred", ItemTypes: []string{"club", "hamm", "mace", "ring", "helm"}, ExcludeTypes: []string{}},
|
|
332: {ID: 332, Name: "of Life", Rare: true, Level: 1, LevelReq: 1, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
333: {ID: 333, Name: "of Life", Rare: true, Level: 9, LevelReq: 6, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 11, Max: 15}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
334: {ID: 334, Name: "of Life", Rare: true, Level: 19, LevelReq: 14, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 16, Max: 20}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
335: {ID: 335, Name: "of Substinence", Rare: true, Level: 31, LevelReq: 23, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 21, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
336: {ID: 336, Name: "of Substinence", Rare: true, Level: 45, LevelReq: 37, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 26, Max: 30}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
337: {ID: 337, Name: "of Substinence", Rare: true, Level: 61, LevelReq: 53, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 31, Max: 35}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
338: {ID: 338, Name: "of Vita", Rare: false, Level: 77, LevelReq: 69, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 36, Max: 40}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
339: {ID: 339, Name: "of Vita", Rare: false, Level: 91, LevelReq: 83, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 41, Max: 45}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
340: {ID: 340, Name: "of Vita", Rare: false, Level: 110, LevelReq: 97, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 46, Max: 50}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
341: {ID: 341, Name: "of Life", Rare: true, Level: 1, LevelReq: 9, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 6, Max: 10}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
342: {ID: 342, Name: "of Life", Rare: true, Level: 12, LevelReq: 9, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 11, Max: 15}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
343: {ID: 343, Name: "of Substinence", Rare: true, Level: 26, LevelReq: 19, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 16, Max: 20}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
344: {ID: 344, Name: "of Substinence", Rare: true, Level: 42, LevelReq: 34, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 21, Max: 25}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
345: {ID: 345, Name: "of Vita", Rare: false, Level: 58, LevelReq: 50, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 26, Max: 30}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
346: {ID: 346, Name: "of Vita", Rare: false, Level: 74, LevelReq: 66, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 31, Max: 35}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
347: {ID: 347, Name: "of Life", Rare: true, Level: 1, LevelReq: 14, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
348: {ID: 348, Name: "of Substinence", Rare: true, Level: 23, LevelReq: 17, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 11, Max: 15}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
349: {ID: 349, Name: "of Vita", Rare: false, Level: 47, LevelReq: 39, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 16, Max: 20}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
350: {ID: 350, Name: "of Spirit", Rare: true, Level: 1, LevelReq: 1, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 3, Max: 8}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
351: {ID: 351, Name: "of Hope", Rare: false, Level: 45, LevelReq: 37, Group: 26, Mods: []Mod{{Code: "hp", Param: "", Min: 9, Max: 20}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
352: {ID: 352, Name: "of the Leech", Rare: true, Level: 6, LevelReq: 4, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
|
353: {ID: 353, Name: "of the Locust", Rare: true, Level: 20, LevelReq: 15, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 6, Max: 7}}, TransformColor: "cred", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"orb"}},
|
|
354: {ID: 354, Name: "of the Lamprey", Rare: true, Level: 55, LevelReq: 43, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 8, Max: 9}}, TransformColor: "cred", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"orb"}},
|
|
355: {ID: 355, Name: "of the Leech", Rare: true, Level: 14, LevelReq: 10, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"ring", "circ"}, ExcludeTypes: []string{}},
|
|
356: {ID: 356, Name: "of the Locust", Rare: true, Level: 47, LevelReq: 35, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 5, Max: 6}}, TransformColor: "", ItemTypes: []string{"ring", "circ"}, ExcludeTypes: []string{}},
|
|
357: {ID: 357, Name: "of the Lamprey", Rare: true, Level: 77, LevelReq: 65, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 7, Max: 8}}, TransformColor: "cred", ItemTypes: []string{"ring", "circ"}, ExcludeTypes: []string{}},
|
|
358: {ID: 358, Name: "of the Leech", Rare: true, Level: 34, LevelReq: 26, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 3, Max: 3}}, TransformColor: "cred", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
359: {ID: 359, Name: "of the Bat", Rare: true, Level: 7, LevelReq: 4, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
|
360: {ID: 360, Name: "of the Wraith", Rare: true, Level: 21, LevelReq: 16, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 6, Max: 7}}, TransformColor: "cred", ItemTypes: []string{"mele"}, ExcludeTypes: []string{}},
|
|
361: {ID: 361, Name: "of the Vampire", Rare: true, Level: 56, LevelReq: 48, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 8, Max: 9}}, TransformColor: "cred", ItemTypes: []string{"mele"}, ExcludeTypes: []string{}},
|
|
362: {ID: 362, Name: "of the Bat", Rare: true, Level: 15, LevelReq: 11, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
363: {ID: 363, Name: "of the Wraith", Rare: true, Level: 58, LevelReq: 40, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 5, Max: 6}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
364: {ID: 364, Name: "of the Vampire", Rare: true, Level: 78, LevelReq: 66, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 7, Max: 8}}, TransformColor: "cred", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
365: {ID: 365, Name: "of the Bat", Rare: true, Level: 35, LevelReq: 27, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 3, Max: 3}}, TransformColor: "cred", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
366: {ID: 366, Name: "of Defiance", Rare: true, Level: 25, LevelReq: 18, Group: 29, Mods: []Mod{{Code: "res-pois-len", Param: "", Min: 75, Max: 75}}, TransformColor: "dred", ItemTypes: []string{"tors", "shld", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
367: {ID: 367, Name: "of Amelioration", Rare: true, Level: 18, LevelReq: 13, Group: 29, Mods: []Mod{{Code: "res-pois-len", Param: "", Min: 50, Max: 50}}, TransformColor: "", ItemTypes: []string{"tors", "shld", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
368: {ID: 368, Name: "of Remedy", Rare: true, Level: 7, LevelReq: 5, Group: 29, Mods: []Mod{{Code: "res-pois-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
369: {ID: 369, Name: "of Simplicity", Rare: true, Level: 25, LevelReq: 18, Group: 30, Mods: []Mod{{Code: "ease", Param: "", Min: -30, Max: -30}}, TransformColor: "", ItemTypes: []string{"tors", "weap", "shld"}, ExcludeTypes: []string{"rod", "orb"}},
|
|
370: {ID: 370, Name: "of Ease", Rare: true, Level: 15, LevelReq: 11, Group: 30, Mods: []Mod{{Code: "ease", Param: "", Min: -20, Max: -20}}, TransformColor: "", ItemTypes: []string{"tors", "weap", "shld"}, ExcludeTypes: []string{"rod", "orb"}},
|
|
371: {ID: 371, Name: "of Freedom", Rare: true, Level: 1, LevelReq: 1, Group: 30, Mods: []Mod{{Code: "ease", Param: "", Min: -15, Max: -15}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
372: {ID: 372, Name: "of Strength", Rare: true, Level: 1, LevelReq: 1, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"amul", "belt", "club", "hamm", "circ"}, ExcludeTypes: []string{}},
|
|
373: {ID: 373, Name: "of Might", Rare: true, Level: 10, LevelReq: 8, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"amul", "belt", "club", "hamm", "circ"}, ExcludeTypes: []string{}},
|
|
374: {ID: 374, Name: "of the Ox", Rare: true, Level: 26, LevelReq: 19, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 6, Max: 9}}, TransformColor: "", ItemTypes: []string{"amul", "belt", "club", "hamm", "circ"}, ExcludeTypes: []string{}},
|
|
375: {ID: 375, Name: "of the Giant", Rare: true, Level: 42, LevelReq: 34, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 10, Max: 15}}, TransformColor: "", ItemTypes: []string{"amul", "belt", "club", "hamm", "circ"}, ExcludeTypes: []string{}},
|
|
376: {ID: 376, Name: "of the Titan", Rare: true, Level: 58, LevelReq: 50, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 16, Max: 20}}, TransformColor: "dgld", ItemTypes: []string{"amul", "belt", "club", "hamm", "circ"}, ExcludeTypes: []string{}},
|
|
377: {ID: 377, Name: "of Atlus", Rare: true, Level: 71, LevelReq: 63, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 21, Max: 30}}, TransformColor: "dgld", ItemTypes: []string{"amul", "belt", "club", "hamm", "circ"}, ExcludeTypes: []string{}},
|
|
378: {ID: 378, Name: "of Strength", Rare: true, Level: 5, LevelReq: 3, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "scep", "mace", "tors"}, ExcludeTypes: []string{}},
|
|
379: {ID: 379, Name: "of Might", Rare: true, Level: 21, LevelReq: 15, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"ring", "scep", "mace", "tors"}, ExcludeTypes: []string{}},
|
|
380: {ID: 380, Name: "of the Ox", Rare: true, Level: 38, LevelReq: 30, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 6, Max: 9}}, TransformColor: "", ItemTypes: []string{"ring", "scep", "mace", "tors"}, ExcludeTypes: []string{}},
|
|
381: {ID: 381, Name: "of the Giant", Rare: true, Level: 55, LevelReq: 47, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 10, Max: 15}}, TransformColor: "", ItemTypes: []string{"ring", "scep", "mace", "tors"}, ExcludeTypes: []string{}},
|
|
382: {ID: 382, Name: "of the Titan", Rare: true, Level: 74, LevelReq: 66, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 16, Max: 20}}, TransformColor: "dgld", ItemTypes: []string{"ring", "scep", "mace", "tors"}, ExcludeTypes: []string{}},
|
|
383: {ID: 383, Name: "of Strength", Rare: true, Level: 12, LevelReq: 8, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"mele", "glov", "shld"}, ExcludeTypes: []string{"blun"}},
|
|
384: {ID: 384, Name: "of Might", Rare: true, Level: 33, LevelReq: 25, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"mele", "glov", "shld"}, ExcludeTypes: []string{"blun"}},
|
|
385: {ID: 385, Name: "of the Ox", Rare: true, Level: 45, LevelReq: 37, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 6, Max: 9}}, TransformColor: "", ItemTypes: []string{"mele", "glov", "shld"}, ExcludeTypes: []string{"blun"}},
|
|
386: {ID: 386, Name: "of the Giant", Rare: true, Level: 59, LevelReq: 51, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 10, Max: 15}}, TransformColor: "dgld", ItemTypes: []string{"mele", "glov"}, ExcludeTypes: []string{"blun"}},
|
|
387: {ID: 387, Name: "of Strength", Rare: true, Level: 1, LevelReq: 1, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
388: {ID: 388, Name: "of Strength", Rare: true, Level: 3, LevelReq: 2, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
389: {ID: 389, Name: "of Strength", Rare: true, Level: 7, LevelReq: 5, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
390: {ID: 390, Name: "of Strength", Rare: true, Level: 14, LevelReq: 10, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 5, Max: 6}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
391: {ID: 391, Name: "of Strength", Rare: true, Level: 18, LevelReq: 13, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
392: {ID: 392, Name: "of Strength", Rare: true, Level: 22, LevelReq: 16, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
393: {ID: 393, Name: "of Virility", Rare: true, Level: 18, LevelReq: 13, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 1, Max: 4}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
394: {ID: 394, Name: "of Pacing", Rare: true, Level: 12, LevelReq: 8, Group: 35, Mods: []Mod{{Code: "move1", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"boot", "circ"}, ExcludeTypes: []string{}},
|
|
395: {ID: 395, Name: "of Haste", Rare: true, Level: 22, LevelReq: 16, Group: 35, Mods: []Mod{{Code: "move2", Param: "", Min: 20, Max: 20}}, TransformColor: "", ItemTypes: []string{"boot", "circ"}, ExcludeTypes: []string{}},
|
|
396: {ID: 396, Name: "of Speed", Rare: true, Level: 37, LevelReq: 29, Group: 35, Mods: []Mod{{Code: "move3", Param: "", Min: 30, Max: 30}}, TransformColor: "", ItemTypes: []string{"boot", "circ"}, ExcludeTypes: []string{}},
|
|
397: {ID: 397, Name: "of Traveling", Rare: false, Level: 65, LevelReq: 57, Group: 35, Mods: []Mod{{Code: "move3", Param: "", Min: 30, Max: 30}, {Code: "stamdrain", Param: "", Min: 80, Max: 90}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
|
398: {ID: 398, Name: "of Acceleration", Rare: false, Level: 51, LevelReq: 43, Group: 35, Mods: []Mod{{Code: "move3", Param: "", Min: 40, Max: 40}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
|
399: {ID: 399, Name: "of Inertia", Rare: true, Level: 19, LevelReq: 14, Group: 35, Mods: []Mod{{Code: "move3", Param: "", Min: 7, Max: 7}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
400: {ID: 400, Name: "of Inertia", Rare: true, Level: 24, LevelReq: 18, Group: 35, Mods: []Mod{{Code: "move2", Param: "", Min: 5, Max: 5}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
401: {ID: 401, Name: "of Inertia", Rare: false, Level: 35, LevelReq: 27, Group: 35, Mods: []Mod{{Code: "move1", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
402: {ID: 402, Name: "of Self-Repair", Rare: true, Level: 3, LevelReq: 1, Group: 37, Mods: []Mod{{Code: "rep-dur", Param: "3", Min: 0, Max: 0}}, TransformColor: "", ItemTypes: []string{"weap", "armo"}, ExcludeTypes: []string{"thro", "miss"}},
|
|
403: {ID: 403, Name: "of Fast Repair", Rare: true, Level: 20, LevelReq: 12, Group: 37, Mods: []Mod{{Code: "rep-dur", Param: "5", Min: 0, Max: 0}}, TransformColor: "", ItemTypes: []string{"weap", "armo"}, ExcludeTypes: []string{"thro", "miss"}},
|
|
404: {ID: 404, Name: "of Ages", Rare: false, Level: 50, LevelReq: 42, Group: 39, Mods: []Mod{{Code: "indestruct", Param: "", Min: 0, Max: 0}}, TransformColor: "", ItemTypes: []string{"weap", "armo"}, ExcludeTypes: []string{"thro", "miss"}},
|
|
405: {ID: 405, Name: "of Replenishing", Rare: true, Level: 5, LevelReq: 3, Group: 39, Mods: []Mod{{Code: "rep-quant", Param: "5", Min: 0, Max: 0}}, TransformColor: "", ItemTypes: []string{"thro"}, ExcludeTypes: []string{}},
|
|
406: {ID: 406, Name: "of Propogation", Rare: true, Level: 24, LevelReq: 18, Group: 39, Mods: []Mod{{Code: "rep-quant", Param: "10", Min: 0, Max: 0}}, TransformColor: "", ItemTypes: []string{"thro"}, ExcludeTypes: []string{}},
|
|
407: {ID: 407, Name: "of the Kraken", Rare: false, Level: 20, LevelReq: 1, Group: 41, Mods: []Mod{{Code: "hp/lvl", Param: "6", Min: 0, Max: 0}}, TransformColor: "cred", ItemTypes: []string{"tors", "amul", "pelt", "phlm"}, ExcludeTypes: []string{}},
|
|
408: {ID: 408, Name: "of Memory", Rare: false, Level: 20, LevelReq: 1, Group: 41, Mods: []Mod{{Code: "mana/lvl", Param: "6", Min: 0, Max: 0}}, TransformColor: "cred", ItemTypes: []string{"circ", "amul", "pelt"}, ExcludeTypes: []string{}},
|
|
409: {ID: 409, Name: "of the Elephant", Rare: false, Level: 37, LevelReq: 7, Group: 41, Mods: []Mod{{Code: "hp/lvl", Param: "4", Min: 0, Max: 0}, {Code: "mana/lvl", Param: "2", Min: 0, Max: 0}}, TransformColor: "cred", ItemTypes: []string{"circ", "pelt"}, ExcludeTypes: []string{}},
|
|
410: {ID: 410, Name: "of Power", Rare: false, Level: 1, LevelReq: 1, Group: 42, Mods: []Mod{{Code: "str/lvl", Param: "3", Min: 0, Max: 0}}, TransformColor: "dgld", ItemTypes: []string{"belt", "amul"}, ExcludeTypes: []string{}},
|
|
411: {ID: 411, Name: "of Grace", Rare: false, Level: 1, LevelReq: 1, Group: 42, Mods: []Mod{{Code: "dex/lvl", Param: "3", Min: 0, Max: 0}}, TransformColor: "dgld", ItemTypes: []string{"helm", "amul"}, ExcludeTypes: []string{}},
|
|
412: {ID: 412, Name: "of Grace and Power", Rare: false, Level: 1, LevelReq: 1, Group: 42, Mods: []Mod{{Code: "str/lvl", Param: "1", Min: 0, Max: 0}, {Code: "dex/lvl", Param: "1", Min: 0, Max: 0}}, TransformColor: "dgld", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
413: {ID: 413, Name: "of the Yeti", Rare: false, Level: 1, LevelReq: 1, Group: 43, Mods: []Mod{{Code: "res-cold/lvl", Param: "3", Min: 0, Max: 0}}, TransformColor: "lblu", ItemTypes: []string{"tors", "glov", "amul"}, ExcludeTypes: []string{}},
|
|
414: {ID: 414, Name: "of the Phoenix", Rare: false, Level: 1, LevelReq: 1, Group: 43, Mods: []Mod{{Code: "res-fire/lvl", Param: "3", Min: 0, Max: 0}}, TransformColor: "cred", ItemTypes: []string{"shld", "helm", "amul"}, ExcludeTypes: []string{}},
|
|
415: {ID: 415, Name: "of the Efreeti", Rare: false, Level: 1, LevelReq: 1, Group: 43, Mods: []Mod{{Code: "res-ltng/lvl", Param: "3", Min: 0, Max: 0}}, TransformColor: "cblu", ItemTypes: []string{"glov", "boot", "ring"}, ExcludeTypes: []string{}},
|
|
416: {ID: 416, Name: "of the Cobra", Rare: false, Level: 1, LevelReq: 1, Group: 43, Mods: []Mod{{Code: "res-pois/lvl", Param: "3", Min: 0, Max: 0}}, TransformColor: "dyel", ItemTypes: []string{"belt", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
417: {ID: 417, Name: "of the Elements", Rare: false, Level: 1, LevelReq: 1, Group: 43, Mods: []Mod{{Code: "res-cold/lvl", Param: "1", Min: 0, Max: 0}, {Code: "res-fire/lvl", Param: "1", Min: 0, Max: 0}, {Code: "res-ltng/lvl", Param: "1", Min: 0, Max: 0}}, TransformColor: "dgld", ItemTypes: []string{"circ"}, ExcludeTypes: []string{}},
|
|
418: {ID: 418, Name: "of Firebolts", Rare: true, Level: 16, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "hit-skill", Param: "36", Min: 10, Max: 8}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss"}},
|
|
419: {ID: 419, Name: "of Firebolts", Rare: true, Level: 6, LevelReq: 4, Group: 44, Mods: []Mod{{Code: "att-skill", Param: "36", Min: 5, Max: 3}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss"}},
|
|
420: {ID: 420, Name: "of Firebolts", Rare: true, Level: 20, LevelReq: 15, Group: 44, Mods: []Mod{{Code: "att-skill", Param: "36", Min: 10, Max: 4}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss"}},
|
|
421: {ID: 421, Name: "of Charged Shield", Rare: true, Level: 6, LevelReq: 4, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "38", Min: 10, Max: 3}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
422: {ID: 422, Name: "of Charged Shield", Rare: true, Level: 16, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "38", Min: 12, Max: 4}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
423: {ID: 423, Name: "of Charged Shield", Rare: true, Level: 26, LevelReq: 19, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "38", Min: 14, Max: 5}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
424: {ID: 424, Name: "of Icebolt", Rare: true, Level: 6, LevelReq: 4, Group: 44, Mods: []Mod{{Code: "att-skill", Param: "39", Min: 5, Max: 3}}, TransformColor: "lblu", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss"}},
|
|
425: {ID: 425, Name: "of Frozen Armor", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
426: {ID: 426, Name: "of Static Field", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
427: {ID: 427, Name: "of Telekinesis", Rare: true, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
428: {ID: 428, Name: "of Frost Shield", Rare: true, Level: 12, LevelReq: 9, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "44", Min: 5, Max: 3}}, TransformColor: "lblu", ItemTypes: []string{"armo", "amul"}, ExcludeTypes: []string{}},
|
|
429: {ID: 429, Name: "of Ice Blast", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
430: {ID: 430, Name: "of Blaze", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
431: {ID: 431, Name: "of Fire Ball", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
432: {ID: 432, Name: "of Nova", Rare: true, Level: 18, LevelReq: 13, Group: 44, Mods: []Mod{{Code: "hit-skill", Param: "48", Min: 10, Max: 3}}, TransformColor: "cblu", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss"}},
|
|
433: {ID: 433, Name: "of Nova", Rare: true, Level: 28, LevelReq: 21, Group: 44, Mods: []Mod{{Code: "hit-skill", Param: "48", Min: 12, Max: 4}}, TransformColor: "cblu", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss"}},
|
|
434: {ID: 434, Name: "of Nova Shield", Rare: true, Level: 18, LevelReq: 13, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "48", Min: 10, Max: 3}}, TransformColor: "cblu", ItemTypes: []string{"armo", "ring "}, ExcludeTypes: []string{}},
|
|
435: {ID: 435, Name: "of Nova Shield", Rare: true, Level: 28, LevelReq: 21, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "48", Min: 12, Max: 4}}, TransformColor: "cblu", ItemTypes: []string{"armo", "ring "}, ExcludeTypes: []string{}},
|
|
436: {ID: 436, Name: "of Nova Shield", Rare: true, Level: 38, LevelReq: 28, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "48", Min: 14, Max: 5}}, TransformColor: "cblu", ItemTypes: []string{"armo", "ring "}, ExcludeTypes: []string{}},
|
|
437: {ID: 437, Name: "of Lightning", Rare: true, Level: 18, LevelReq: 13, Group: 44, Mods: []Mod{{Code: "att-skill", Param: "49", Min: 5, Max: 3}}, TransformColor: "cblu", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss"}},
|
|
438: {ID: 438, Name: "of Lightning", Rare: false, Level: 12, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "49", Min: 50, Max: 1}}, TransformColor: "cblu", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
|
439: {ID: 439, Name: "of Shiver Armor", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
440: {ID: 440, Name: "of Fire Wall", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
441: {ID: 441, Name: "of Enchant", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
442: {ID: 442, Name: "of Chain Lightning", Rare: true, Level: 25, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "att-skill", Param: "53", Min: 5, Max: 3}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "amul"}, ExcludeTypes: []string{"miss"}},
|
|
443: {ID: 443, Name: "of Chain Lightning", Rare: true, Level: 35, LevelReq: 26, Group: 44, Mods: []Mod{{Code: "att-skill", Param: "53", Min: 8, Max: 3}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "amul"}, ExcludeTypes: []string{"miss"}},
|
|
444: {ID: 444, Name: "of Chain Lightning", Rare: true, Level: 45, LevelReq: 33, Group: 44, Mods: []Mod{{Code: "att-skill", Param: "53", Min: 8, Max: 5}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "amul"}, ExcludeTypes: []string{"miss"}},
|
|
445: {ID: 445, Name: "of Teleport Shield", Rare: false, Level: 25, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "54", Min: 10, Max: 3}}, TransformColor: "whit", ItemTypes: []string{"armo", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
446: {ID: 446, Name: "of Teleport Shield", Rare: false, Level: 35, LevelReq: 26, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "54", Min: 14, Max: 3}}, TransformColor: "whit", ItemTypes: []string{"armo", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
447: {ID: 447, Name: "of Teleport Shield", Rare: false, Level: 45, LevelReq: 33, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "54", Min: 18, Max: 3}}, TransformColor: "whit", ItemTypes: []string{"armo", "ring", "amul"}, ExcludeTypes: []string{}},
|
|
448: {ID: 448, Name: "of Glacial Spike", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
449: {ID: 449, Name: "of Meteor", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
450: {ID: 450, Name: "of Thunder Storm", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
451: {ID: 451, Name: "of Energy Shield", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
452: {ID: 452, Name: "of Blizzard", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
453: {ID: 453, Name: "of Chilling Armor", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
454: {ID: 454, Name: "of Hydra Shield", Rare: true, Level: 40, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "gethit-skill", Param: "62", Min: 10, Max: 3}}, TransformColor: "cred", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
455: {ID: 455, Name: "of Frozen Orb", Rare: false, Level: 0, LevelReq: 0, Group: 44, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
456: {ID: 456, Name: "of Dawn", Rare: false, Level: 30, LevelReq: 22, Group: 45, Mods: []Mod{{Code: "ac/time", Param: "3", Min: 10, Max: 40}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
457: {ID: 457, Name: "of Sunlight", Rare: false, Level: 30, LevelReq: 22, Group: 45, Mods: []Mod{{Code: "ac/time", Param: "0", Min: -10, Max: 60}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
458: {ID: 458, Name: "of Magic Arrows", Rare: true, Level: 12, LevelReq: 11, Group: 44, Mods: []Mod{{Code: "charged", Param: "6", Min: -30, Max: -10}}, TransformColor: "", ItemTypes: []string{"miss", "abow"}, ExcludeTypes: []string{}},
|
|
459: {ID: 459, Name: "of Magic Arrows", Rare: false, Level: 35, LevelReq: 28, Group: 44, Mods: []Mod{{Code: "charged", Param: "6", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
460: {ID: 460, Name: "of Fire Arrows", Rare: false, Level: 13, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "7", Min: -30, Max: -10}}, TransformColor: "", ItemTypes: []string{"miss", "abow"}, ExcludeTypes: []string{}},
|
|
461: {ID: 461, Name: "of Fire Arrows", Rare: true, Level: 40, LevelReq: 32, Group: 44, Mods: []Mod{{Code: "charged", Param: "7", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
462: {ID: 462, Name: "of Inner Sight", Rare: true, Level: 18, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "8", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"amul", "amaz", "circ"}, ExcludeTypes: []string{}},
|
|
463: {ID: 463, Name: "of Inner Sight", Rare: true, Level: 50, LevelReq: 42, Group: 44, Mods: []Mod{{Code: "charged", Param: "8", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
464: {ID: 464, Name: "of Jabbing", Rare: false, Level: 24, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "10", Min: -60, Max: -7}}, TransformColor: "", ItemTypes: []string{"spea", "aspe"}, ExcludeTypes: []string{}},
|
|
465: {ID: 465, Name: "of Jabbing", Rare: false, Level: 50, LevelReq: 42, Group: 44, Mods: []Mod{{Code: "charged", Param: "10", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
466: {ID: 466, Name: "of Cold Arrows", Rare: true, Level: 15, LevelReq: 16, Group: 44, Mods: []Mod{{Code: "charged", Param: "11", Min: -30, Max: -8}}, TransformColor: "", ItemTypes: []string{"miss", "abow"}, ExcludeTypes: []string{}},
|
|
467: {ID: 467, Name: "of Cold Arrows", Rare: true, Level: 47, LevelReq: 39, Group: 44, Mods: []Mod{{Code: "charged", Param: "11", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
468: {ID: 468, Name: "of Multiple Shot", Rare: true, Level: 18, LevelReq: 19, Group: 44, Mods: []Mod{{Code: "charged", Param: "12", Min: -30, Max: -8}}, TransformColor: "", ItemTypes: []string{"miss", "abow"}, ExcludeTypes: []string{}},
|
|
469: {ID: 469, Name: "of Multiple Shot", Rare: true, Level: 63, LevelReq: 55, Group: 44, Mods: []Mod{{Code: "charged", Param: "12", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
470: {ID: 470, Name: "of Power Strike", Rare: true, Level: 12, LevelReq: 13, Group: 44, Mods: []Mod{{Code: "charged", Param: "14", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"spea", "aspe"}, ExcludeTypes: []string{}},
|
|
471: {ID: 471, Name: "of Power Strike", Rare: true, Level: 55, LevelReq: 47, Group: 44, Mods: []Mod{{Code: "charged", Param: "14", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
472: {ID: 472, Name: "of Poison Jab", Rare: false, Level: 17, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "15", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
473: {ID: 473, Name: "of Poison Jab", Rare: false, Level: 67, LevelReq: 59, Group: 44, Mods: []Mod{{Code: "charged", Param: "15", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
474: {ID: 474, Name: "of Exploding Arrows", Rare: true, Level: 30, LevelReq: 26, Group: 44, Mods: []Mod{{Code: "charged", Param: "16", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"miss", "abow"}, ExcludeTypes: []string{}},
|
|
475: {ID: 475, Name: "of Exploding Arrows", Rare: true, Level: 69, LevelReq: 61, Group: 44, Mods: []Mod{{Code: "charged", Param: "16", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
476: {ID: 476, Name: "of Slow Missiles", Rare: false, Level: 33, LevelReq: 27, Group: 44, Mods: []Mod{{Code: "charged", Param: "17", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"amaz"}, ExcludeTypes: []string{}},
|
|
477: {ID: 477, Name: "of Slow Missiles", Rare: false, Level: 68, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "17", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"glov", "amul"}, ExcludeTypes: []string{}},
|
|
478: {ID: 478, Name: "of Impaling Strike", Rare: false, Level: 24, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "19", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"spea", "aspe"}, ExcludeTypes: []string{}},
|
|
479: {ID: 479, Name: "of Impaling Strike", Rare: false, Level: 59, LevelReq: 51, Group: 44, Mods: []Mod{{Code: "charged", Param: "19", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
480: {ID: 480, Name: "of Lightning Javelin", Rare: false, Level: 25, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "20", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
481: {ID: 481, Name: "of Lightning Javelin", Rare: false, Level: 70, LevelReq: 62, Group: 44, Mods: []Mod{{Code: "charged", Param: "20", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
482: {ID: 482, Name: "of Ice Arrows", Rare: true, Level: 36, LevelReq: 28, Group: 44, Mods: []Mod{{Code: "charged", Param: "21", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"miss", "abow"}, ExcludeTypes: []string{}},
|
|
483: {ID: 483, Name: "of Ice Arrows", Rare: true, Level: 72, LevelReq: 64, Group: 44, Mods: []Mod{{Code: "charged", Param: "21", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
484: {ID: 484, Name: "of Guided Arrows", Rare: false, Level: 34, LevelReq: 26, Group: 44, Mods: []Mod{{Code: "charged", Param: "22", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"miss", "abow"}, ExcludeTypes: []string{}},
|
|
485: {ID: 485, Name: "of Guided Arrows", Rare: false, Level: 69, LevelReq: 61, Group: 44, Mods: []Mod{{Code: "charged", Param: "22", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
486: {ID: 486, Name: "of Charged Strike", Rare: true, Level: 33, LevelReq: 25, Group: 44, Mods: []Mod{{Code: "charged", Param: "24", Min: -60, Max: -5}}, TransformColor: "", ItemTypes: []string{"spea", "aspe"}, ExcludeTypes: []string{}},
|
|
487: {ID: 487, Name: "of Charged Strike", Rare: true, Level: 68, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "24", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
488: {ID: 488, Name: "of Plague Jab", Rare: false, Level: 35, LevelReq: 27, Group: 44, Mods: []Mod{{Code: "charged", Param: "25", Min: -60, Max: -5}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
489: {ID: 489, Name: "of Plague Jab", Rare: false, Level: 71, LevelReq: 63, Group: 44, Mods: []Mod{{Code: "charged", Param: "25", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
490: {ID: 490, Name: "of Immolating Arrows", Rare: false, Level: 42, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "27", Min: -30, Max: -4}}, TransformColor: "", ItemTypes: []string{"miss", "abow"}, ExcludeTypes: []string{}},
|
|
491: {ID: 491, Name: "of Immolating Arrows", Rare: false, Level: 85, LevelReq: 77, Group: 44, Mods: []Mod{{Code: "charged", Param: "27", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
492: {ID: 492, Name: "of Fending", Rare: false, Level: 41, LevelReq: 35, Group: 44, Mods: []Mod{{Code: "charged", Param: "30", Min: -60, Max: -5}}, TransformColor: "", ItemTypes: []string{"spea", "aspe"}, ExcludeTypes: []string{}},
|
|
493: {ID: 493, Name: "of Fending", Rare: false, Level: 83, LevelReq: 75, Group: 44, Mods: []Mod{{Code: "charged", Param: "30", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
494: {ID: 494, Name: "of Freezing Arrows", Rare: true, Level: 50, LevelReq: 42, Group: 44, Mods: []Mod{{Code: "charged", Param: "31", Min: -30, Max: -4}}, TransformColor: "", ItemTypes: []string{"miss", "abow"}, ExcludeTypes: []string{}},
|
|
495: {ID: 495, Name: "of Freezing Arrows", Rare: true, Level: 94, LevelReq: 86, Group: 44, Mods: []Mod{{Code: "charged", Param: "31", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
496: {ID: 496, Name: "of Lightning Strike", Rare: true, Level: 47, LevelReq: 39, Group: 44, Mods: []Mod{{Code: "charged", Param: "34", Min: -60, Max: -4}}, TransformColor: "", ItemTypes: []string{"spea", "aspe"}, ExcludeTypes: []string{}},
|
|
497: {ID: 497, Name: "of Lightning Strike", Rare: true, Level: 90, LevelReq: 82, Group: 44, Mods: []Mod{{Code: "charged", Param: "34", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
498: {ID: 498, Name: "of Lightning Fury", Rare: false, Level: 49, LevelReq: 41, Group: 44, Mods: []Mod{{Code: "charged", Param: "35", Min: -60, Max: -4}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
499: {ID: 499, Name: "of Lightning Fury", Rare: false, Level: 92, LevelReq: 84, Group: 44, Mods: []Mod{{Code: "charged", Param: "35", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
500: {ID: 500, Name: "of Fire Bolts", Rare: true, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "36", Min: -30, Max: -10}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
501: {ID: 501, Name: "of Fire Bolts", Rare: true, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "36", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"swor", "ring", "circ"}, ExcludeTypes: []string{}},
|
|
502: {ID: 502, Name: "of Charged Bolts", Rare: true, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "38", Min: -30, Max: -10}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
503: {ID: 503, Name: "of Charged Bolts", Rare: true, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "38", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"hamm", "mace", "scep", "ring", "circ"}, ExcludeTypes: []string{}},
|
|
504: {ID: 504, Name: "of Ice Bolts", Rare: true, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "39", Min: -30, Max: -10}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
505: {ID: 505, Name: "of Ice Bolts", Rare: true, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "39", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"knif"}, ExcludeTypes: []string{}},
|
|
506: {ID: 506, Name: "of Frozen Armor", Rare: false, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "40", Min: -30, Max: -10}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
507: {ID: 507, Name: "of Frozen Armor", Rare: false, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "40", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"knif", "tors"}, ExcludeTypes: []string{}},
|
|
508: {ID: 508, Name: "of Static Field", Rare: false, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "42", Min: -30, Max: -8}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
509: {ID: 509, Name: "of Static Field", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "42", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"hamm", "mace", "scep", "ring", "circ"}, ExcludeTypes: []string{}},
|
|
510: {ID: 510, Name: "of Telekinesis", Rare: true, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "43", Min: -30, Max: -8}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
511: {ID: 511, Name: "of Telekinesis", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "43", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"hamm", "mace", "scep", "ring", "circ"}, ExcludeTypes: []string{}},
|
|
512: {ID: 512, Name: "of Frost Novas", Rare: true, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "44", Min: -30, Max: -8}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
513: {ID: 513, Name: "of Frost Novas", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "44", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"knif", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
514: {ID: 514, Name: "of Ice Blasts", Rare: true, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "45", Min: -30, Max: -8}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
515: {ID: 515, Name: "of Ice Blasts", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "45", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"hamm", "mace", "scep", "ring", "circ"}, ExcludeTypes: []string{}},
|
|
516: {ID: 516, Name: "of Blazing", Rare: false, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "46", Min: -30, Max: -7}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
517: {ID: 517, Name: "of Blazing", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "46", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
|
518: {ID: 518, Name: "of Fire Balls", Rare: true, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "47", Min: -30, Max: -7}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
519: {ID: 519, Name: "of Fire Balls", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "47", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"spea", "wand"}, ExcludeTypes: []string{}},
|
|
520: {ID: 520, Name: "of Novas", Rare: true, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "48", Min: -30, Max: -7}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
521: {ID: 521, Name: "of Novas", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "48", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
|
522: {ID: 522, Name: "of Lightning", Rare: true, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "49", Min: -30, Max: -7}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
523: {ID: 523, Name: "of Lightning", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "49", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"axe", "hamm"}, ExcludeTypes: []string{}},
|
|
524: {ID: 524, Name: "of Shiver Armor", Rare: false, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "50", Min: -30, Max: -7}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
525: {ID: 525, Name: "of Shiver Armor", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "50", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"knif", "tors"}, ExcludeTypes: []string{}},
|
|
526: {ID: 526, Name: "of Fire Walls", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "51", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
527: {ID: 527, Name: "of Fire Walls", Rare: false, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "51", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"pole"}, ExcludeTypes: []string{}},
|
|
528: {ID: 528, Name: "of Enchantment", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "52", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
529: {ID: 529, Name: "of Enchantment", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "52", Min: -10, Max: -1}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{}},
|
|
530: {ID: 530, Name: "of Chain Lightning", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "53", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
531: {ID: 531, Name: "of Chain Lightning", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "53", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"spea"}, ExcludeTypes: []string{}},
|
|
532: {ID: 532, Name: "of Teleportation", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "54", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
533: {ID: 533, Name: "of Teleportation", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "54", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
534: {ID: 534, Name: "of Glacial Spikes", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "55", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
535: {ID: 535, Name: "of Glacial Spikes", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "55", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"knif"}, ExcludeTypes: []string{}},
|
|
536: {ID: 536, Name: "of Meteors", Rare: true, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "56", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
537: {ID: 537, Name: "of Meteors", Rare: true, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "56", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"knif", "club"}, ExcludeTypes: []string{}},
|
|
538: {ID: 538, Name: "of Thunder Storm", Rare: false, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "57", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
539: {ID: 539, Name: "of Thunder Storm", Rare: false, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "57", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"hamm", "club"}, ExcludeTypes: []string{}},
|
|
540: {ID: 540, Name: "of Energy Shield", Rare: false, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "58", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
541: {ID: 541, Name: "of Energy Shield", Rare: false, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "58", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"helm"}, ExcludeTypes: []string{}},
|
|
542: {ID: 542, Name: "of Blizzards", Rare: true, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "59", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
543: {ID: 543, Name: "of Blizzards", Rare: true, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "59", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"knif"}, ExcludeTypes: []string{}},
|
|
544: {ID: 544, Name: "of Chilling Armor", Rare: false, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "60", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
545: {ID: 545, Name: "of Chilling Armor", Rare: false, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "60", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
|
546: {ID: 546, Name: "of Hydras", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "62", Min: -30, Max: -3}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
547: {ID: 547, Name: "of Hydras", Rare: false, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "62", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
548: {ID: 548, Name: "of Frozen Orbs", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "64", Min: -30, Max: -3}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
|
549: {ID: 549, Name: "of Frozen Orbs", Rare: true, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "64", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"knif"}, ExcludeTypes: []string{}},
|
|
550: {ID: 550, Name: "of Amplify Damage", Rare: false, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "66", Min: -60, Max: -10}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
551: {ID: 551, Name: "of Amplify Damage", Rare: false, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "66", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"blun"}, ExcludeTypes: []string{}},
|
|
552: {ID: 552, Name: "of Teeth", Rare: true, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "67", Min: -60, Max: -10}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
553: {ID: 553, Name: "of Teeth", Rare: true, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "67", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"swor"}, ExcludeTypes: []string{}},
|
|
554: {ID: 554, Name: "of Bone Armor", Rare: false, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "68", Min: -60, Max: -10}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
555: {ID: 555, Name: "of Bone Armor", Rare: false, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "68", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
|
556: {ID: 556, Name: "of Raise Skeletons", Rare: false, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "70", Min: -60, Max: -10}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
557: {ID: 557, Name: "of Raise Skeletons", Rare: false, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "70", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
558: {ID: 558, Name: "of Dim Vision", Rare: true, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "71", Min: -60, Max: -8}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
559: {ID: 559, Name: "of Dim Vision", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "71", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"ring", "circ"}, ExcludeTypes: []string{}},
|
|
560: {ID: 560, Name: "of Weaken", Rare: true, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "72", Min: -60, Max: -8}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
561: {ID: 561, Name: "of Weaken", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "72", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
562: {ID: 562, Name: "of Poison Dagger", Rare: true, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "73", Min: -60, Max: -8}}, TransformColor: "", ItemTypes: []string{"knif", "head"}, ExcludeTypes: []string{}},
|
|
563: {ID: 563, Name: "of Poison Dagger", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "73", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"glov", "ring", "circ"}, ExcludeTypes: []string{}},
|
|
564: {ID: 564, Name: "of Corpse Explosions", Rare: false, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "74", Min: -60, Max: -8}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
565: {ID: 565, Name: "of Corpse Explosions", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "74", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
566: {ID: 566, Name: "of Clay Golem Summoning", Rare: false, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "75", Min: -60, Max: -8}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
567: {ID: 567, Name: "of Clay Golem Summoning", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "75", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
568: {ID: 568, Name: "of Iron Maiden", Rare: false, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "76", Min: -60, Max: -7}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
569: {ID: 569, Name: "of Iron Maiden", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "76", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
|
570: {ID: 570, Name: "of Terror", Rare: true, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "77", Min: -60, Max: -7}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
571: {ID: 571, Name: "of Terror", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "77", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
|
572: {ID: 572, Name: "of Bone Walls", Rare: false, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "78", Min: -60, Max: -7}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
573: {ID: 573, Name: "of Bone Walls", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "78", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"club", "mace", "scep"}, ExcludeTypes: []string{}},
|
|
574: {ID: 574, Name: "of Raise Skeletal Mages", Rare: false, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "80", Min: -60, Max: -7}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
575: {ID: 575, Name: "of Raise Skeletal Mages", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "80", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
576: {ID: 576, Name: "of Confusion", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "81", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
577: {ID: 577, Name: "of Confusion", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "81", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"ring", "circ"}, ExcludeTypes: []string{}},
|
|
578: {ID: 578, Name: "of Life Tap", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "82", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
579: {ID: 579, Name: "of Life Tap", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "82", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"axe"}, ExcludeTypes: []string{}},
|
|
580: {ID: 580, Name: "of Poison Explosion", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "83", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
581: {ID: 581, Name: "of Poison Explosion", Rare: false, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "83", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"blun"}, ExcludeTypes: []string{}},
|
|
582: {ID: 582, Name: "of Bone Spears", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "84", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
583: {ID: 583, Name: "of Bone Spears", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "84", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"spea"}, ExcludeTypes: []string{}},
|
|
584: {ID: 584, Name: "of Blood Golem Summoning", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "85", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
585: {ID: 585, Name: "of Blood Golem Summoning", Rare: false, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "85", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"axe"}, ExcludeTypes: []string{}},
|
|
586: {ID: 586, Name: "of Attraction", Rare: true, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "86", Min: -60, Max: -5}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
587: {ID: 587, Name: "of Attraction", Rare: true, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "86", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
|
588: {ID: 588, Name: "of Decrepification", Rare: false, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "87", Min: -60, Max: -5}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
589: {ID: 589, Name: "of Decrepification", Rare: false, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "87", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
|
590: {ID: 590, Name: "of Bone Imprisonment", Rare: false, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "88", Min: -60, Max: -5}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
591: {ID: 591, Name: "of Bone Imprisonment", Rare: false, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "88", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"mace", "scep"}, ExcludeTypes: []string{}},
|
|
592: {ID: 592, Name: "of Iron Golem Creation", Rare: false, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "90", Min: -60, Max: -5}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
593: {ID: 593, Name: "of Iron Golem Creation", Rare: false, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "90", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"swor"}, ExcludeTypes: []string{}},
|
|
594: {ID: 594, Name: "of Lower Resistance", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "91", Min: -60, Max: -3}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
595: {ID: 595, Name: "of Lower Resistance", Rare: true, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "91", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"staf"}, ExcludeTypes: []string{}},
|
|
596: {ID: 596, Name: "of Poison Novas", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "92", Min: -60, Max: -3}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
597: {ID: 597, Name: "of Poison Novas", Rare: true, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "92", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
598: {ID: 598, Name: "of Bone Spirits", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "93", Min: -60, Max: -3}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
599: {ID: 599, Name: "of Bone Spirits", Rare: true, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "93", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
600: {ID: 600, Name: "of Fire Golem Summoning", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "94", Min: -60, Max: -3}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
601: {ID: 601, Name: "of Fire Golem Summoning", Rare: false, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "94", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"hamm"}, ExcludeTypes: []string{}},
|
|
602: {ID: 602, Name: "of Revivification", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "95", Min: -60, Max: -3}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
|
603: {ID: 603, Name: "of Revivification", Rare: false, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "95", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"pole"}, ExcludeTypes: []string{}},
|
|
604: {ID: 604, Name: "of Sacrifice", Rare: true, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "96", Min: -30, Max: -10}}, TransformColor: "", ItemTypes: []string{"scep", "ashd"}, ExcludeTypes: []string{}},
|
|
605: {ID: 605, Name: "of Sacrifice", Rare: true, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "96", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"scep"}},
|
|
606: {ID: 606, Name: "of Holy Bolts", Rare: true, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "101", Min: -30, Max: -8}}, TransformColor: "", ItemTypes: []string{"scep", "ashd"}, ExcludeTypes: []string{}},
|
|
607: {ID: 607, Name: "of Holy Bolts", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "101", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
608: {ID: 608, Name: "of Zeal", Rare: true, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "106", Min: -30, Max: -7}}, TransformColor: "", ItemTypes: []string{"scep", "ashd"}, ExcludeTypes: []string{}},
|
|
609: {ID: 609, Name: "of Zeal", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "106", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"scep"}},
|
|
610: {ID: 610, Name: "of Vengeance", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "111", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"scep", "ashd"}, ExcludeTypes: []string{}},
|
|
611: {ID: 611, Name: "of Vengeance", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "111", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"swor", "axe"}, ExcludeTypes: []string{}},
|
|
612: {ID: 612, Name: "of Blessed Hammers", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "112", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"scep", "ashd"}, ExcludeTypes: []string{}},
|
|
613: {ID: 613, Name: "of Blessed Hammers", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "112", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"hamm"}, ExcludeTypes: []string{}},
|
|
614: {ID: 614, Name: "of Conversion", Rare: false, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "116", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"scep", "ashd"}, ExcludeTypes: []string{}},
|
|
615: {ID: 615, Name: "of Conversion", Rare: false, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "116", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"blun"}, ExcludeTypes: []string{"scep"}},
|
|
616: {ID: 616, Name: "of Fist of the Heavens", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "121", Min: -30, Max: -3}}, TransformColor: "", ItemTypes: []string{"scep", "ashd"}, ExcludeTypes: []string{}},
|
|
617: {ID: 617, Name: "of Fist of the Heavens", Rare: false, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "121", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
618: {ID: 618, Name: "of Bashing", Rare: true, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "126", Min: -60, Max: -10}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
619: {ID: 619, Name: "of Bashing", Rare: true, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "126", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
620: {ID: 620, Name: "of Howling", Rare: false, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "130", Min: -60, Max: -10}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
621: {ID: 621, Name: "of Howling", Rare: false, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "130", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
622: {ID: 622, Name: "of Potion Finding", Rare: false, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "131", Min: -60, Max: -10}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
623: {ID: 623, Name: "of Potion Finding", Rare: false, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "131", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
624: {ID: 624, Name: "of Taunting", Rare: false, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "137", Min: -60, Max: -8}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
625: {ID: 625, Name: "of Taunting", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "137", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
626: {ID: 626, Name: "of Shouting", Rare: false, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "138", Min: -60, Max: -8}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
627: {ID: 627, Name: "of Shouting", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "138", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
628: {ID: 628, Name: "of Stunning", Rare: true, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "139", Min: -60, Max: -7}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
629: {ID: 629, Name: "of Stunning", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "139", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{}},
|
|
630: {ID: 630, Name: "of Item Finding", Rare: false, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "142", Min: -60, Max: -7}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
631: {ID: 631, Name: "of Item Finding", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "142", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
632: {ID: 632, Name: "of Concentration", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "144", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
633: {ID: 633, Name: "of Concentration", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "144", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
634: {ID: 634, Name: "of Battle Cry", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "146", Min: -60, Max: -6}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
635: {ID: 635, Name: "of Battle Cry", Rare: false, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "146", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
636: {ID: 636, Name: "of Battle Orders", Rare: false, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "149", Min: -60, Max: -5}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
637: {ID: 637, Name: "of Battle Orders", Rare: false, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "149", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
638: {ID: 638, Name: "of Grim Ward", Rare: true, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "150", Min: -60, Max: -5}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
639: {ID: 639, Name: "of Grim Ward", Rare: true, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "150", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
640: {ID: 640, Name: "of War Cry", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "154", Min: -60, Max: -3}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
641: {ID: 641, Name: "of War Cry", Rare: false, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "154", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
642: {ID: 642, Name: "of Battle Command", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "155", Min: -60, Max: -3}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
|
643: {ID: 643, Name: "of Battle Command", Rare: false, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "155", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
|
644: {ID: 644, Name: "of Firestorms", Rare: true, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "225", Min: -30, Max: -10}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
645: {ID: 645, Name: "of Firestorms", Rare: true, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "225", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"staf"}, ExcludeTypes: []string{}},
|
|
646: {ID: 646, Name: "of Molten Boulders", Rare: false, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "229", Min: -30, Max: -8}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
647: {ID: 647, Name: "of Molten Boulders", Rare: false, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "229", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"mace"}, ExcludeTypes: []string{}},
|
|
648: {ID: 648, Name: "of Eruption", Rare: true, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "234", Min: -30, Max: -7}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
649: {ID: 649, Name: "of Eruption", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "234", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"staf"}, ExcludeTypes: []string{}},
|
|
650: {ID: 650, Name: "of Cyclone Armor", Rare: false, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "235", Min: -30, Max: -7}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
651: {ID: 651, Name: "of Cyclone Armor", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "235", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
|
652: {ID: 652, Name: "of Twister", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "240", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
653: {ID: 653, Name: "of Twister", Rare: true, Level: 48, LevelReq: 48, Group: 44, Mods: []Mod{{Code: "charged", Param: "240", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
654: {ID: 654, Name: "of Volcano", Rare: true, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "244", Min: -30, Max: -6}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
655: {ID: 655, Name: "of Volcano", Rare: true, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "244", Min: -20, Max: -3}}, TransformColor: "", ItemTypes: []string{"hamm"}, ExcludeTypes: []string{}},
|
|
656: {ID: 656, Name: "of Tornado", Rare: true, Level: 30, LevelReq: 30, Group: 44, Mods: []Mod{{Code: "charged", Param: "245", Min: -30, Max: -5}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
657: {ID: 657, Name: "of Tornado", Rare: true, Level: 60, LevelReq: 60, Group: 44, Mods: []Mod{{Code: "charged", Param: "245", Min: -20, Max: -2}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
658: {ID: 658, Name: "of Armageddon", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "249", Min: -30, Max: -3}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
659: {ID: 659, Name: "of Armageddon", Rare: false, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "249", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"staf"}, ExcludeTypes: []string{}},
|
|
660: {ID: 660, Name: "of Hurricane", Rare: false, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "250", Min: -30, Max: -3}}, TransformColor: "", ItemTypes: []string{"club"}, ExcludeTypes: []string{}},
|
|
661: {ID: 661, Name: "of Hurricane", Rare: false, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "250", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
662: {ID: 662, Name: "of Damage Amplification", Rare: true, Level: 3, LevelReq: 0, Group: 44, Mods: []Mod{{Code: "hit-skill", Param: "66", Min: 5, Max: 1}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
|
663: {ID: 663, Name: "of the Icicle", Rare: true, Level: 37, LevelReq: 29, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 2, Max: 3}, {Code: "cold-max", Param: "", Min: 6, Max: 10}, {Code: "cold-len", Param: "", Min: 50, Max: 50}}, TransformColor: "dblu", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
664: {ID: 664, Name: "of the Glacier", Rare: false, Level: 58, LevelReq: 50, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 4, Max: 5}, {Code: "cold-max", Param: "", Min: 11, Max: 15}, {Code: "cold-len", Param: "", Min: 50, Max: 50}}, TransformColor: "dblu", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
665: {ID: 665, Name: "of Fire", Rare: true, Level: 36, LevelReq: 28, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 4, Max: 10}, {Code: "fire-max", Param: "", Min: 11, Max: 30}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
666: {ID: 666, Name: "of Burning", Rare: true, Level: 57, LevelReq: 49, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 11, Max: 25}, {Code: "fire-max", Param: "", Min: 31, Max: 50}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
667: {ID: 667, Name: "of Lightning", Rare: true, Level: 36, LevelReq: 28, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 21, Max: 60}}, TransformColor: "dyel", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
668: {ID: 668, Name: "of Thunder", Rare: true, Level: 57, LevelReq: 49, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 61, Max: 100}}, TransformColor: "dyel", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
669: {ID: 669, Name: "of Daring", Rare: true, Level: 19, LevelReq: 14, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
670: {ID: 670, Name: "of Daring", Rare: true, Level: 36, LevelReq: 28, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 7, Max: 9}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
671: {ID: 671, Name: "of Knowledge", Rare: true, Level: 24, LevelReq: 18, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
672: {ID: 672, Name: "of Knowledge", Rare: true, Level: 41, LevelReq: 33, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 7, Max: 9}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
673: {ID: 673, Name: "of Virility", Rare: true, Level: 33, LevelReq: 25, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 5, Max: 6}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
674: {ID: 674, Name: "of Virility", Rare: true, Level: 50, LevelReq: 42, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 7, Max: 9}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
|
675: {ID: 675, Name: "of Readiness", Rare: true, Level: 20, LevelReq: 15, Group: 7, Mods: []Mod{{Code: "swing1", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
676: {ID: 676, Name: "of Craftsmanship", Rare: true, Level: 1, LevelReq: 1, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
677: {ID: 677, Name: "of Quality", Rare: true, Level: 41, LevelReq: 33, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
678: {ID: 678, Name: "of Maiming", Rare: false, Level: 71, LevelReq: 63, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
679: {ID: 679, Name: "of Craftsmanship", Rare: true, Level: 26, LevelReq: 19, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
680: {ID: 680, Name: "of Quality", Rare: false, Level: 56, LevelReq: 48, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
681: {ID: 681, Name: "of Craftsmanship", Rare: true, Level: 85, LevelReq: 77, Group: 14, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
682: {ID: 682, Name: "of Blight", Rare: true, Level: 1, LevelReq: 1, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "75", Min: 21, Max: 21}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
683: {ID: 683, Name: "of Venom", Rare: true, Level: 6, LevelReq: 4, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "100", Min: 39, Max: 39}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
684: {ID: 684, Name: "of Pestilence", Rare: true, Level: 14, LevelReq: 10, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "125", Min: 52, Max: 52}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
685: {ID: 685, Name: "of Anthrax", Rare: false, Level: 21, LevelReq: 15, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "150", Min: 86, Max: 86}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
686: {ID: 686, Name: "of Blight", Rare: true, Level: 5, LevelReq: 3, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "75", Min: 21, Max: 21}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
687: {ID: 687, Name: "of Venom", Rare: true, Level: 13, LevelReq: 9, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "100", Min: 39, Max: 39}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
688: {ID: 688, Name: "of Pestilence", Rare: true, Level: 23, LevelReq: 17, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "125", Min: 52, Max: 52}}, TransformColor: "dgrn", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
689: {ID: 689, Name: "of Anthrax", Rare: false, Level: 33, LevelReq: 25, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "150", Min: 86, Max: 86}}, TransformColor: "dgrn", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
690: {ID: 690, Name: "of Blight", Rare: true, Level: 9, LevelReq: 6, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "75", Min: 21, Max: 21}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
691: {ID: 691, Name: "of Venom", Rare: true, Level: 20, LevelReq: 15, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "100", Min: 39, Max: 39}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
692: {ID: 692, Name: "of Pestilence", Rare: true, Level: 32, LevelReq: 24, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "125", Min: 52, Max: 52}}, TransformColor: "dgrn", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
693: {ID: 693, Name: "of Anthrax", Rare: false, Level: 44, LevelReq: 36, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "150", Min: 86, Max: 86}}, TransformColor: "dgrn", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
694: {ID: 694, Name: "of Frost", Rare: true, Level: 5, LevelReq: 3, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 2, Max: 2}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
695: {ID: 695, Name: "of the Icicle", Rare: true, Level: 8, LevelReq: 6, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 2, Max: 2}, {Code: "cold-max", Param: "", Min: 3, Max: 4}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
696: {ID: 696, Name: "of the Glacier", Rare: true, Level: 15, LevelReq: 11, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 3, Max: 3}, {Code: "cold-max", Param: "", Min: 5, Max: 7}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
697: {ID: 697, Name: "of Winter", Rare: false, Level: 23, LevelReq: 17, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 4, Max: 6}, {Code: "cold-max", Param: "", Min: 8, Max: 11}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
698: {ID: 698, Name: "of Frost", Rare: true, Level: 9, LevelReq: 6, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 2, Max: 3}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
699: {ID: 699, Name: "of the Icicle", Rare: true, Level: 15, LevelReq: 11, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 2, Max: 2}, {Code: "cold-max", Param: "", Min: 4, Max: 5}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
700: {ID: 700, Name: "of the Glacier", Rare: true, Level: 25, LevelReq: 18, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 3, Max: 3}, {Code: "cold-max", Param: "", Min: 6, Max: 8}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "dblu", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
701: {ID: 701, Name: "of Winter", Rare: false, Level: 35, LevelReq: 27, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 4, Max: 6}, {Code: "cold-max", Param: "", Min: 9, Max: 12}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "dblu", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
702: {ID: 702, Name: "of Frost", Rare: true, Level: 14, LevelReq: 10, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 2, Max: 2}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
703: {ID: 703, Name: "of the Icicle", Rare: true, Level: 21, LevelReq: 15, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 2, Max: 2}, {Code: "cold-max", Param: "", Min: 3, Max: 4}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
704: {ID: 704, Name: "of the Glacier", Rare: true, Level: 33, LevelReq: 25, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 3, Max: 3}, {Code: "cold-max", Param: "", Min: 5, Max: 6}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "dblu", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
705: {ID: 705, Name: "of Winter", Rare: false, Level: 46, LevelReq: 38, Group: 10, Mods: []Mod{{Code: "cold-min", Param: "", Min: 4, Max: 5}, {Code: "cold-max", Param: "", Min: 7, Max: 9}, {Code: "cold-len", Param: "", Min: 25, Max: 25}}, TransformColor: "dblu", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
706: {ID: 706, Name: "of Flame", Rare: true, Level: 3, LevelReq: 2, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
707: {ID: 707, Name: "of Fire", Rare: true, Level: 8, LevelReq: 6, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 2}, {Code: "fire-max", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
708: {ID: 708, Name: "of Burning", Rare: true, Level: 14, LevelReq: 10, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 2, Max: 3}, {Code: "fire-max", Param: "", Min: 4, Max: 7}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
709: {ID: 709, Name: "of Incineration", Rare: false, Level: 22, LevelReq: 16, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 4, Max: 7}, {Code: "fire-max", Param: "", Min: 8, Max: 14}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
710: {ID: 710, Name: "of Flame", Rare: true, Level: 7, LevelReq: 5, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
711: {ID: 711, Name: "of Fire", Rare: true, Level: 14, LevelReq: 10, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 2, Max: 2}, {Code: "fire-max", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
712: {ID: 712, Name: "of Burning", Rare: true, Level: 24, LevelReq: 18, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 3, Max: 5}, {Code: "fire-max", Param: "", Min: 6, Max: 11}}, TransformColor: "dred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
713: {ID: 713, Name: "of Incineration", Rare: false, Level: 34, LevelReq: 26, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 6, Max: 10}, {Code: "fire-max", Param: "", Min: 12, Max: 17}}, TransformColor: "dred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
714: {ID: 714, Name: "of Flame", Rare: true, Level: 11, LevelReq: 8, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
715: {ID: 715, Name: "of Fire", Rare: true, Level: 20, LevelReq: 15, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 2, Max: 2}, {Code: "fire-max", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
716: {ID: 716, Name: "of Burning", Rare: true, Level: 32, LevelReq: 24, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 3, Max: 4}, {Code: "fire-max", Param: "", Min: 5, Max: 8}}, TransformColor: "dred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
717: {ID: 717, Name: "of Incineration", Rare: false, Level: 45, LevelReq: 37, Group: 12, Mods: []Mod{{Code: "fire-min", Param: "", Min: 5, Max: 7}, {Code: "fire-max", Param: "", Min: 9, Max: 13}}, TransformColor: "dred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
718: {ID: 718, Name: "of Shock", Rare: true, Level: 4, LevelReq: 3, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
719: {ID: 719, Name: "of Lightning", Rare: true, Level: 7, LevelReq: 5, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 4, Max: 7}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
720: {ID: 720, Name: "of Thunder", Rare: true, Level: 15, LevelReq: 11, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 8, Max: 21}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
721: {ID: 721, Name: "of Storms", Rare: false, Level: 22, LevelReq: 16, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 22, Max: 33}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
|
722: {ID: 722, Name: "of Shock", Rare: true, Level: 7, LevelReq: 5, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
723: {ID: 723, Name: "of Lightning", Rare: true, Level: 14, LevelReq: 10, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 6, Max: 13}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
724: {ID: 724, Name: "of Thunder", Rare: true, Level: 24, LevelReq: 18, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 14, Max: 25}}, TransformColor: "dyel", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
725: {ID: 725, Name: "of Storms", Rare: false, Level: 34, LevelReq: 26, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 26, Max: 38}}, TransformColor: "dyel", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
|
726: {ID: 726, Name: "of Shock", Rare: true, Level: 12, LevelReq: 9, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 3, Max: 6}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
727: {ID: 727, Name: "of Lightning", Rare: true, Level: 21, LevelReq: 15, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 7, Max: 10}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
728: {ID: 728, Name: "of Thunder", Rare: true, Level: 33, LevelReq: 25, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 11, Max: 18}}, TransformColor: "dyel", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
729: {ID: 729, Name: "of Storms", Rare: false, Level: 45, LevelReq: 37, Group: 13, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 19, Max: 28}}, TransformColor: "dyel", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
730: {ID: 730, Name: "of Dexterity", Rare: true, Level: 1, LevelReq: 1, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"boot", "glov"}, ExcludeTypes: []string{}},
|
|
731: {ID: 731, Name: "of Dexterity", Rare: true, Level: 1, LevelReq: 1, Group: 17, Mods: []Mod{{Code: "dex", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
732: {ID: 732, Name: "of Strength", Rare: true, Level: 1, LevelReq: 1, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
733: {ID: 733, Name: "of Strength", Rare: true, Level: 1, LevelReq: 1, Group: 31, Mods: []Mod{{Code: "str", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
734: {ID: 734, Name: "of Thorns", Rare: true, Level: 1, LevelReq: 1, Group: 6, Mods: []Mod{{Code: "thorns", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"tors", "belt", "shld"}, ExcludeTypes: []string{}},
|
|
735: {ID: 735, Name: "of Frost", Rare: true, Level: 1, LevelReq: 1, Group: 10, Mods: []Mod{{Code: "dmg-cold", Param: "25", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
736: {ID: 736, Name: "of Flame", Rare: true, Level: 1, LevelReq: 1, Group: 12, Mods: []Mod{{Code: "dmg-fire", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
737: {ID: 737, Name: "of Blight", Rare: true, Level: 1, LevelReq: 1, Group: 16, Mods: []Mod{{Code: "dmg-pois", Param: "50", Min: 8, Max: 8}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"scep", "staf", "orb"}},
|
|
738: {ID: 738, Name: "of Shock", Rare: true, Level: 1, LevelReq: 1, Group: 13, Mods: []Mod{{Code: "dmg-ltng", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
|
739: {ID: 739, Name: "of Regeneration", Rare: true, Level: 1, LevelReq: 1, Group: 19, Mods: []Mod{{Code: "regen", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
|
740: {ID: 740, Name: "of Energy", Rare: true, Level: 1, LevelReq: 1, Group: 23, Mods: []Mod{{Code: "enr", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"amul", "orb", "circ", "wand", "staf", "helm", "ring"}, ExcludeTypes: []string{}},
|
|
741: {ID: 741, Name: "of Light", Rare: true, Level: 1, LevelReq: 1, Group: 25, Mods: []Mod{{Code: "light", Param: "", Min: 1, Max: 1}, {Code: "att", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
|
742: {ID: 742, Name: "of the Leech", Rare: true, Level: 24, LevelReq: 20, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
743: {ID: 743, Name: "of the Locust", Rare: true, Level: 57, LevelReq: 45, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
744: {ID: 744, Name: "of the Lamprey", Rare: true, Level: 85, LevelReq: 73, Group: 27, Mods: []Mod{{Code: "lifesteal", Param: "", Min: 6, Max: 6}}, TransformColor: "cred", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
|
745: {ID: 745, Name: "of the Bat", Rare: true, Level: 25, LevelReq: 21, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
746: {ID: 746, Name: "of the Wraith", Rare: true, Level: 58, LevelReq: 46, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
747: {ID: 747, Name: "of the Vampire", Rare: true, Level: 86, LevelReq: 74, Group: 28, Mods: []Mod{{Code: "manasteal", Param: "", Min: 6, Max: 6}}, TransformColor: "cred", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
|
748: {ID: 748, Name: "of Acidity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-pois", Param: "1", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
749: {ID: 749, Name: "of Acidity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-pois", Param: "1", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "mcha"}, ExcludeTypes: []string{}},
|
|
750: {ID: 750, Name: "of Acidity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-pois", Param: "1", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "glov", "boot", "belt", "helm", "lcha"}, ExcludeTypes: []string{}},
|
|
751: {ID: 751, Name: "of Acidity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-pois", Param: "1", Min: 1, Max: 4}}, TransformColor: "", ItemTypes: []string{"shld", "weap"}, ExcludeTypes: []string{}},
|
|
752: {ID: 752, Name: "of Acidity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-pois", Param: "1", Min: 2, Max: 8}}, TransformColor: "", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
|
753: {ID: 753, Name: "of Kindling", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-fire", Param: "1", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
754: {ID: 754, Name: "of Kindling", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-fire", Param: "1", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "mcha"}, ExcludeTypes: []string{}},
|
|
755: {ID: 755, Name: "of Kindling", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-fire", Param: "1", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "glov", "boot", "belt", "helm", "lcha"}, ExcludeTypes: []string{}},
|
|
756: {ID: 756, Name: "of Kindling", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-fire", Param: "1", Min: 1, Max: 4}}, TransformColor: "", ItemTypes: []string{"shld", "weap"}, ExcludeTypes: []string{}},
|
|
757: {ID: 757, Name: "of Kindling", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-fire", Param: "1", Min: 2, Max: 8}}, TransformColor: "", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
|
758: {ID: 758, Name: "of Numbing", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-cold", Param: "1", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
759: {ID: 759, Name: "of Numbing", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-cold", Param: "1", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "mcha"}, ExcludeTypes: []string{}},
|
|
760: {ID: 760, Name: "of Numbing", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-cold", Param: "1", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "glov", "boot", "belt", "helm", "lcha"}, ExcludeTypes: []string{}},
|
|
761: {ID: 761, Name: "of Numbing", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-cold", Param: "1", Min: 1, Max: 4}}, TransformColor: "", ItemTypes: []string{"shld", "weap"}, ExcludeTypes: []string{}},
|
|
762: {ID: 762, Name: "of Numbing", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-cold", Param: "1", Min: 2, Max: 8}}, TransformColor: "", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
|
763: {ID: 763, Name: "of Conductivity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-ltng", Param: "1", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
764: {ID: 764, Name: "of Conductivity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-ltng", Param: "1", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "mcha"}, ExcludeTypes: []string{}},
|
|
765: {ID: 765, Name: "of Conductivity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-ltng", Param: "1", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "glov", "boot", "belt", "helm", "lcha"}, ExcludeTypes: []string{}},
|
|
766: {ID: 766, Name: "of Conductivity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-ltng", Param: "1", Min: 1, Max: 4}}, TransformColor: "", ItemTypes: []string{"shld", "weap"}, ExcludeTypes: []string{}},
|
|
767: {ID: 767, Name: "of Conductivity", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-ltng", Param: "1", Min: 2, Max: 8}}, TransformColor: "", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
|
768: {ID: 768, Name: "of Thaumaturgy", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-mag", Param: "1", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
769: {ID: 769, Name: "of Thaumaturgy", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-mag", Param: "1", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "mcha"}, ExcludeTypes: []string{}},
|
|
770: {ID: 770, Name: "of Thaumaturgy", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-mag", Param: "1", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "glov", "boot", "belt", "helm", "lcha"}, ExcludeTypes: []string{}},
|
|
771: {ID: 771, Name: "of Thaumaturgy", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-mag", Param: "1", Min: 1, Max: 4}}, TransformColor: "", ItemTypes: []string{"shld", "weap"}, ExcludeTypes: []string{}},
|
|
772: {ID: 772, Name: "of Thaumaturgy", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-mag", Param: "1", Min: 2, Max: 8}}, TransformColor: "", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
|
773: {ID: 773, Name: "of Force", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-dmg", Param: "1", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
|
774: {ID: 774, Name: "of Force", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-dmg", Param: "1", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"ring", "mcha"}, ExcludeTypes: []string{}},
|
|
775: {ID: 775, Name: "of Force", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-dmg", Param: "1", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"amul", "glov", "boot", "belt", "helm", "lcha"}, ExcludeTypes: []string{}},
|
|
776: {ID: 776, Name: "of Force", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-dmg", Param: "1", Min: 1, Max: 4}}, TransformColor: "", ItemTypes: []string{"shld", "weap"}, ExcludeTypes: []string{}},
|
|
777: {ID: 777, Name: "of Force", Rare: true, Level: 92, LevelReq: 75, Group: 307, Mods: []Mod{{Code: "pierce-dmg", Param: "1", Min: 2, Max: 8}}, TransformColor: "", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
|
778: {ID: 778, Name: "of Miasma Bolt", Rare: true, Level: 7, LevelReq: 7, Group: 44, Mods: []Mod{{Code: "charged", Param: "395", Min: -60, Max: -10}}, TransformColor: "", ItemTypes: []string{"pole", "knif", "head"}, ExcludeTypes: []string{}},
|
|
779: {ID: 779, Name: "of Miasma Bolt", Rare: true, Level: 14, LevelReq: 14, Group: 44, Mods: []Mod{{Code: "charged", Param: "395", Min: -20, Max: -6}}, TransformColor: "", ItemTypes: []string{"swor"}, ExcludeTypes: []string{}},
|
|
780: {ID: 780, Name: "of Lethargy", Rare: true, Level: 12, LevelReq: 12, Group: 44, Mods: []Mod{{Code: "charged", Param: "393", Min: -60, Max: -8}}, TransformColor: "", ItemTypes: []string{"pole", "knif", "head"}, ExcludeTypes: []string{}},
|
|
781: {ID: 781, Name: "of Lethargy", Rare: true, Level: 24, LevelReq: 24, Group: 44, Mods: []Mod{{Code: "charged", Param: "393", Min: -20, Max: -5}}, TransformColor: "", ItemTypes: []string{"ring", "circ"}, ExcludeTypes: []string{}},
|
|
782: {ID: 782, Name: "of Rancor", Rare: true, Level: 18, LevelReq: 18, Group: 44, Mods: []Mod{{Code: "charged", Param: "396", Min: -60, Max: -7}}, TransformColor: "", ItemTypes: []string{"pole", "knif", "head"}, ExcludeTypes: []string{}},
|
|
783: {ID: 783, Name: "of Rancor", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "396", Min: -20, Max: -4}}, TransformColor: "", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
|
784: {ID: 784, Name: "of Apocalypse", Rare: true, Level: 36, LevelReq: 36, Group: 44, Mods: []Mod{{Code: "charged", Param: "401", Min: -60, Max: -3}}, TransformColor: "", ItemTypes: []string{"staf", "knif", "head"}, ExcludeTypes: []string{}},
|
|
785: {ID: 785, Name: "of Apocalypse", Rare: true, Level: 72, LevelReq: 72, Group: 44, Mods: []Mod{{Code: "charged", Param: "401", Min: -20, Max: -1}}, TransformColor: "", ItemTypes: []string{"glov"}, ExcludeTypes: []string{}},
|
|
}
|