Prefix,Suffix,LevelReq Socketed items on bases, bodyloc, Merc equipment (#74)
* Prefix,Suffix, Socketed with base, bodyloc, Merc equipment Will add better description later: Item that has socketed items now display their linked runes/jewels/gems in accurate order Rare prefix, rare suffix id Magic prefix1,2,3 magic suffix1,2,3 Prefix1 also used to tell wich runeword it is Spirit 20635, cta 20519 , infinity 20566 see : getlocalestring.txt Mercenary equipment now displaying in inventory list . Also has custom location : mercenary instead of equipped Bodyloc : // Body locations LocNone LocationType = "none" LocHead LocationType = "head" LocNeck LocationType = "neck" LocTorso LocationType = "torso" LocLeftArm LocationType = "left_arm" LocRightArm LocationType = "right_arm" LocLeftRing LocationType = "left_ring" LocRightRing LocationType = "right_ring" LocBelt LocationType = "belt" LocFeet LocationType = "feet" LocGloves LocationType = "gloves" LocLeftArmSecondary LocationType = "left_arm_secondary" LocRightArmSecondary LocationType = "right_arm_secondary" Note that if you begin game on secondary slot it will be left_arm then primary will be left_arm_secondary (inversed): With pr 62 (activeweaponslot) we will be able to solve this potential issue. * small optimization * Socketed items to base from pointer new helper functions. AutoAffix offset. * remove helpers fnc, flag isEquipped to HasBeenEquipped * Runewords names mapped * helper function not needed * Optimization * adjust pre-allocations * readd removed itemloc comment * Addex prefix/suffix to rules .nip new structure: [Type], [Quality],[Class], [Name], [Flag], [Color], [Prefix], [Suffix] # Stats Exemple : [name] == ring && [quality] == rare && [suffix] == 174 # Any magic ring with suffix 'of The Apprentice' ( 10 faster cast rate) Will be useful for trophy items with fool/cruel [prefix] == 1416 [prefix] == 1273 * LevelReq + Affixes mapping rare/magic/base/runewords. Nip parser LevelReq * Unique and set items mapping + LevelReq
This commit is contained in:
@@ -4,19 +4,37 @@ type LocationType string
|
||||
|
||||
type Location struct {
|
||||
LocationType
|
||||
Page int
|
||||
BodyLocation LocationType
|
||||
Page int
|
||||
}
|
||||
|
||||
const (
|
||||
LocationEquipped LocationType = "equipped"
|
||||
// Storage locations
|
||||
LocationUnknown LocationType = "unknown"
|
||||
LocationInventory LocationType = "inventory"
|
||||
LocationStash LocationType = "stash"
|
||||
LocationSharedStash LocationType = "shared_stash"
|
||||
LocationBelt LocationType = "belt"
|
||||
LocationInventory LocationType = "inventory"
|
||||
LocationCube LocationType = "cube"
|
||||
LocationVendor LocationType = "vendor"
|
||||
LocationGround LocationType = "ground"
|
||||
LocationSocket LocationType = "socket"
|
||||
LocationUnknown LocationType = "unknown"
|
||||
LocationCursor LocationType = "cursor"
|
||||
LocationEquipped LocationType = "equipped"
|
||||
LocationMercenary LocationType = "mercenary"
|
||||
|
||||
// Body locations
|
||||
LocNone LocationType = "none"
|
||||
LocHead LocationType = "head"
|
||||
LocNeck LocationType = "neck"
|
||||
LocTorso LocationType = "torso"
|
||||
LocLeftArm LocationType = "left_arm"
|
||||
LocRightArm LocationType = "right_arm"
|
||||
LocLeftRing LocationType = "left_ring"
|
||||
LocRightRing LocationType = "right_ring"
|
||||
LocBelt LocationType = "belt"
|
||||
LocFeet LocationType = "feet"
|
||||
LocGloves LocationType = "gloves"
|
||||
LocLeftArmSecondary LocationType = "left_arm_secondary"
|
||||
LocRightArmSecondary LocationType = "right_arm_secondary"
|
||||
)
|
||||
|
||||
657
pkg/data/item/magicprefixes.go
Normal file
657
pkg/data/item/magicprefixes.go
Normal file
@@ -0,0 +1,657 @@
|
||||
// Code generated by cmd/txttocode. DO NOT EDIT.
|
||||
// source: cmd/txttocode/txt/magicprefix.txt
|
||||
package item
|
||||
|
||||
type MagicPrefix struct {
|
||||
ID int
|
||||
Name string
|
||||
Rare bool
|
||||
Level int
|
||||
LevelReq int
|
||||
Group int
|
||||
Mods []Mod
|
||||
TransformColor string
|
||||
ItemTypes []string
|
||||
ExcludeTypes []string
|
||||
}
|
||||
|
||||
var MagicPrefixDesc = map[int]MagicPrefix{
|
||||
748: {ID: 748, Name: "Sturdy", Rare: true, Level: 4, LevelReq: 3, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 20, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
749: {ID: 749, Name: "Strong", Rare: true, Level: 9, LevelReq: 6, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 31, Max: 40}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
750: {ID: 750, Name: "Glorious", Rare: true, Level: 19, LevelReq: 14, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 41, Max: 50}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
751: {ID: 751, Name: "Blessed", Rare: true, Level: 25, LevelReq: 18, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 51, Max: 65}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
752: {ID: 752, Name: "Saintly", Rare: true, Level: 31, LevelReq: 23, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 66, Max: 80}}, TransformColor: "dgld", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
753: {ID: 753, Name: "Holy", Rare: true, Level: 36, LevelReq: 27, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 81, Max: 100}}, TransformColor: "dgld", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
754: {ID: 754, Name: "Devious", Rare: true, Level: 7, LevelReq: 5, Group: 103, Mods: []Mod{{Code: "red-mag", Param: "0", Min: 1, Max: 1}}, TransformColor: "dblu", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
||||
755: {ID: 755, Name: "Fortified", Rare: true, Level: 14, LevelReq: 10, Group: 103, Mods: []Mod{{Code: "red-mag", Param: "0", Min: 2, Max: 2}}, TransformColor: "dblu", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
||||
759: {ID: 759, Name: "Jagged", Rare: true, Level: 1, LevelReq: 1, Group: 106, Mods: []Mod{{Code: "dmg%", Param: "0", Min: 10, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
760: {ID: 760, Name: "Deadly", Rare: true, Level: 5, LevelReq: 3, Group: 106, Mods: []Mod{{Code: "dmg%", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
761: {ID: 761, Name: "Vicious", Rare: true, Level: 8, LevelReq: 6, Group: 106, Mods: []Mod{{Code: "dmg%", Param: "0", Min: 31, Max: 40}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
762: {ID: 762, Name: "Brutal", Rare: true, Level: 14, LevelReq: 10, Group: 106, Mods: []Mod{{Code: "dmg%", Param: "0", Min: 41, Max: 50}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
763: {ID: 763, Name: "Massive", Rare: true, Level: 20, LevelReq: 15, Group: 106, Mods: []Mod{{Code: "dmg%", Param: "0", Min: 51, Max: 65}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
764: {ID: 764, Name: "Savage", Rare: true, Level: 26, LevelReq: 19, Group: 106, Mods: []Mod{{Code: "dmg%", Param: "0", Min: 66, Max: 80}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand"}},
|
||||
765: {ID: 765, Name: "Merciless", Rare: true, Level: 32, LevelReq: 24, Group: 106, Mods: []Mod{{Code: "dmg%", Param: "0", Min: 81, Max: 100}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand"}},
|
||||
766: {ID: 766, Name: "Vulpine", Rare: true, Level: 9, LevelReq: 6, Group: 107, Mods: []Mod{{Code: "dmg-to-mana", Param: "0", Min: 10, Max: 10}}, TransformColor: "cblu", ItemTypes: []string{"shld", "amul"}, ExcludeTypes: []string{}},
|
||||
771: {ID: 771, Name: "Tireless", Rare: true, Level: 14, LevelReq: 10, Group: 109, Mods: []Mod{{Code: "regen-stam", Param: "0", Min: 50, Max: 50}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
||||
772: {ID: 772, Name: "Rugged", Rare: true, Level: 14, LevelReq: 10, Group: 110, Mods: []Mod{{Code: "stam", Param: "0", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"boot", "glov", "belt", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
773: {ID: 773, Name: "Bronze", Rare: true, Level: 1, LevelReq: 1, Group: 111, Mods: []Mod{{Code: "att", Param: "0", Min: 10, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "glov", "amul"}, ExcludeTypes: []string{}},
|
||||
774: {ID: 774, Name: "Iron", Rare: true, Level: 4, LevelReq: 3, Group: 111, Mods: []Mod{{Code: "att", Param: "0", Min: 21, Max: 40}}, TransformColor: "", ItemTypes: []string{"weap", "ring"}, ExcludeTypes: []string{}},
|
||||
775: {ID: 775, Name: "Steel", Rare: true, Level: 8, LevelReq: 6, Group: 111, Mods: []Mod{{Code: "att", Param: "0", Min: 41, Max: 60}}, TransformColor: "", ItemTypes: []string{"weap", "ring"}, ExcludeTypes: []string{}},
|
||||
776: {ID: 776, Name: "Silver", Rare: true, Level: 12, LevelReq: 9, Group: 111, Mods: []Mod{{Code: "att", Param: "0", Min: 61, Max: 80}}, TransformColor: "", ItemTypes: []string{"weap", "ring"}, ExcludeTypes: []string{}},
|
||||
778: {ID: 778, Name: "Gold", Rare: true, Level: 17, LevelReq: 12, Group: 111, Mods: []Mod{{Code: "att", Param: "0", Min: 81, Max: 100}}, TransformColor: "lgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
779: {ID: 779, Name: "Platinum", Rare: true, Level: 22, LevelReq: 16, Group: 111, Mods: []Mod{{Code: "att", Param: "0", Min: 101, Max: 120}}, TransformColor: "lgld", ItemTypes: []string{"weap", "ring"}, ExcludeTypes: []string{}},
|
||||
780: {ID: 780, Name: "Meteoric", Rare: true, Level: 27, LevelReq: 20, Group: 111, Mods: []Mod{{Code: "att", Param: "0", Min: 121, Max: 150}}, TransformColor: "lgld", ItemTypes: []string{"weap", "ring"}, ExcludeTypes: []string{"staf", "wand"}},
|
||||
781: {ID: 781, Name: "Sharp", Rare: true, Level: 5, LevelReq: 3, Group: 112, Mods: []Mod{{Code: "att", Param: "0", Min: 10, Max: 20}, {Code: "dmg%", Param: "0", Min: 10, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
782: {ID: 782, Name: "Fine", Rare: true, Level: 9, LevelReq: 6, Group: 112, Mods: []Mod{{Code: "att", Param: "0", Min: 21, Max: 40}, {Code: "dmg%", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
783: {ID: 783, Name: "Warrior's", Rare: true, Level: 15, LevelReq: 11, Group: 112, Mods: []Mod{{Code: "att", Param: "0", Min: 41, Max: 60}, {Code: "dmg%", Param: "0", Min: 31, Max: 40}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
784: {ID: 784, Name: "Soldier's", Rare: true, Level: 21, LevelReq: 15, Group: 112, Mods: []Mod{{Code: "att", Param: "0", Min: 61, Max: 80}, {Code: "dmg%", Param: "0", Min: 41, Max: 50}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
785: {ID: 785, Name: "Knight's", Rare: true, Level: 25, LevelReq: 18, Group: 112, Mods: []Mod{{Code: "att", Param: "0", Min: 81, Max: 100}, {Code: "dmg%", Param: "0", Min: 51, Max: 65}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
786: {ID: 786, Name: "Lord's", Rare: true, Level: 30, LevelReq: 22, Group: 112, Mods: []Mod{{Code: "att", Param: "0", Min: 101, Max: 120}, {Code: "dmg%", Param: "0", Min: 66, Max: 80}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand"}},
|
||||
787: {ID: 787, Name: "King's", Rare: true, Level: 35, LevelReq: 26, Group: 112, Mods: []Mod{{Code: "att", Param: "0", Min: 121, Max: 150}, {Code: "dmg%", Param: "0", Min: 81, Max: 100}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand"}},
|
||||
788: {ID: 788, Name: "Howling", Rare: true, Level: 16, LevelReq: 12, Group: 113, Mods: []Mod{{Code: "howl", Param: "0", Min: 128, Max: 128}}, TransformColor: "oran", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss"}},
|
||||
789: {ID: 789, Name: "Fortuitous", Rare: true, Level: 5, LevelReq: 3, Group: 114, Mods: []Mod{{Code: "mag%", Param: "0", Min: 10, Max: 15}}, TransformColor: "", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
||||
795: {ID: 795, Name: "Glimmering", Rare: true, Level: 1, LevelReq: 1, Group: 116, Mods: []Mod{{Code: "light", Param: "0", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"armo", "wand", "staf", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
796: {ID: 796, Name: "Glowing", Rare: true, Level: 6, LevelReq: 4, Group: 116, Mods: []Mod{{Code: "light", Param: "0", Min: 2, Max: 2}}, TransformColor: "lyel", ItemTypes: []string{"armo", "wand", "staf", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
799: {ID: 799, Name: "Lizard's", Rare: true, Level: 3, LevelReq: 2, Group: 118, Mods: []Mod{{Code: "mana", Param: "0", Min: 1, Max: 5}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "rod"}, ExcludeTypes: []string{"boot", "glov"}},
|
||||
801: {ID: 801, Name: "Snake's", Rare: true, Level: 6, LevelReq: 4, Group: 118, Mods: []Mod{{Code: "mana", Param: "0", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"shld", "rod", "belt", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
802: {ID: 802, Name: "Serpent's", Rare: true, Level: 14, LevelReq: 10, Group: 118, Mods: []Mod{{Code: "mana", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"shld", "rod", "belt", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
803: {ID: 803, Name: "Serpent's", Rare: true, Level: 37, LevelReq: 27, Group: 118, Mods: []Mod{{Code: "mana", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "boot", "glov", "mele"}, ExcludeTypes: []string{"h2h", "rod"}},
|
||||
804: {ID: 804, Name: "Drake's", Rare: true, Level: 20, LevelReq: 15, Group: 118, Mods: []Mod{{Code: "mana", Param: "0", Min: 21, Max: 30}}, TransformColor: "cblu", ItemTypes: []string{"rod", "ring", "amul", "belt"}, ExcludeTypes: []string{}},
|
||||
805: {ID: 805, Name: "Dragon's", Rare: true, Level: 24, LevelReq: 18, Group: 118, Mods: []Mod{{Code: "mana", Param: "0", Min: 31, Max: 40}}, TransformColor: "cblu", ItemTypes: []string{"rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
806: {ID: 806, Name: "Dragon's", Rare: true, Level: 52, LevelReq: 39, Group: 118, Mods: []Mod{{Code: "mana", Param: "0", Min: 31, Max: 40}}, TransformColor: "cblu", ItemTypes: []string{"tors", "helm", "boot", "glov"}, ExcludeTypes: []string{}},
|
||||
807: {ID: 807, Name: "Wyrm's", Rare: true, Level: 30, LevelReq: 22, Group: 118, Mods: []Mod{{Code: "mana", Param: "0", Min: 41, Max: 60}}, TransformColor: "cblu", ItemTypes: []string{"rod", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
810: {ID: 810, Name: "Prismatic", Rare: true, Level: 27, LevelReq: 20, Group: 120, Mods: []Mod{{Code: "res-all", Param: "0", Min: 15, Max: 25}}, TransformColor: "lpur", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
||||
811: {ID: 811, Name: "Prismatic", Rare: true, Level: 62, LevelReq: 46, Group: 120, Mods: []Mod{{Code: "res-all", Param: "0", Min: 15, Max: 15}}, TransformColor: "lpur", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
||||
812: {ID: 812, Name: "Azure", Rare: true, Level: 5, LevelReq: 3, Group: 121, Mods: []Mod{{Code: "res-cold", Param: "0", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "miss", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
813: {ID: 813, Name: "Lapis", Rare: true, Level: 12, LevelReq: 9, Group: 121, Mods: []Mod{{Code: "res-cold", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "rod"}, ExcludeTypes: []string{}},
|
||||
814: {ID: 814, Name: "Lapis", Rare: true, Level: 35, LevelReq: 26, Group: 121, Mods: []Mod{{Code: "res-cold", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap", "glov"}, ExcludeTypes: []string{"rod"}},
|
||||
815: {ID: 815, Name: "Cobalt", Rare: true, Level: 18, LevelReq: 13, Group: 121, Mods: []Mod{{Code: "res-cold", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "rod"}, ExcludeTypes: []string{"glov"}},
|
||||
816: {ID: 816, Name: "Cobalt", Rare: true, Level: 55, LevelReq: 41, Group: 121, Mods: []Mod{{Code: "res-cold", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap", "glov"}, ExcludeTypes: []string{"rod"}},
|
||||
818: {ID: 818, Name: "Sapphire", Rare: true, Level: 25, LevelReq: 18, Group: 121, Mods: []Mod{{Code: "res-cold", Param: "0", Min: 31, Max: 50}}, TransformColor: "lblu", ItemTypes: []string{"rod", "boot", "ring", "amul", "miss"}, ExcludeTypes: []string{"scep"}},
|
||||
821: {ID: 821, Name: "Crimson", Rare: true, Level: 5, LevelReq: 3, Group: 122, Mods: []Mod{{Code: "res-fire", Param: "0", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "miss", "ring", "amul", "amul"}, ExcludeTypes: []string{}},
|
||||
822: {ID: 822, Name: "Burgundy", Rare: true, Level: 12, LevelReq: 9, Group: 122, Mods: []Mod{{Code: "res-fire", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "ring", "amul", "amul"}, ExcludeTypes: []string{}},
|
||||
823: {ID: 823, Name: "Burgundy", Rare: true, Level: 35, LevelReq: 26, Group: 122, Mods: []Mod{{Code: "res-fire", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"rod"}},
|
||||
824: {ID: 824, Name: "Garnet", Rare: true, Level: 18, LevelReq: 13, Group: 122, Mods: []Mod{{Code: "res-fire", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "ring", "amul"}, ExcludeTypes: []string{"glov"}},
|
||||
825: {ID: 825, Name: "Garnet", Rare: true, Level: 55, LevelReq: 41, Group: 122, Mods: []Mod{{Code: "res-fire", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap", "glov"}, ExcludeTypes: []string{"rod"}},
|
||||
827: {ID: 827, Name: "Ruby", Rare: true, Level: 25, LevelReq: 18, Group: 122, Mods: []Mod{{Code: "res-fire", Param: "0", Min: 31, Max: 50}}, TransformColor: "lred", ItemTypes: []string{"wand", "staf", "boot", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
830: {ID: 830, Name: "Ocher", Rare: true, Level: 5, LevelReq: 3, Group: 123, Mods: []Mod{{Code: "res-ltng", Param: "0", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo", "rod", "ring", "amul", "miss"}, ExcludeTypes: []string{}},
|
||||
831: {ID: 831, Name: "Tangerine", Rare: true, Level: 12, LevelReq: 9, Group: 123, Mods: []Mod{{Code: "res-ltng", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "rod"}, ExcludeTypes: []string{}},
|
||||
832: {ID: 832, Name: "Tangerine", Rare: true, Level: 35, LevelReq: 26, Group: 123, Mods: []Mod{{Code: "res-ltng", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"rod"}},
|
||||
833: {ID: 833, Name: "Coral", Rare: true, Level: 18, LevelReq: 13, Group: 123, Mods: []Mod{{Code: "res-ltng", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "rod"}, ExcludeTypes: []string{"glov"}},
|
||||
834: {ID: 834, Name: "Coral", Rare: true, Level: 55, LevelReq: 41, Group: 123, Mods: []Mod{{Code: "res-ltng", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap", "glov"}, ExcludeTypes: []string{"rod"}},
|
||||
836: {ID: 836, Name: "Amber", Rare: true, Level: 25, LevelReq: 18, Group: 123, Mods: []Mod{{Code: "res-ltng", Param: "0", Min: 31, Max: 50}}, TransformColor: "lyel", ItemTypes: []string{"armo", "ring", "amul", "staf", "wand"}, ExcludeTypes: []string{"shld", "glov"}},
|
||||
839: {ID: 839, Name: "Beryl", Rare: true, Level: 5, LevelReq: 3, Group: 124, Mods: []Mod{{Code: "res-pois", Param: "0", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "scep", "staf", "miss"}, ExcludeTypes: []string{}},
|
||||
840: {ID: 840, Name: "Jade", Rare: true, Level: 12, LevelReq: 9, Group: 124, Mods: []Mod{{Code: "res-pois", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "scep", "staf"}, ExcludeTypes: []string{}},
|
||||
841: {ID: 841, Name: "Jade", Rare: true, Level: 35, LevelReq: 26, Group: 124, Mods: []Mod{{Code: "res-pois", Param: "0", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap", "ring"}, ExcludeTypes: []string{"staf", "scep"}},
|
||||
842: {ID: 842, Name: "Viridian", Rare: true, Level: 18, LevelReq: 13, Group: 124, Mods: []Mod{{Code: "res-pois", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"tors", "helm", "shld", "scep", "staf", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
843: {ID: 843, Name: "Viridian", Rare: true, Level: 55, LevelReq: 41, Group: 124, Mods: []Mod{{Code: "res-pois", Param: "0", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap", "boot", "glov", "belt"}, ExcludeTypes: []string{"staf", "scep"}},
|
||||
845: {ID: 845, Name: "Emerald", Rare: true, Level: 25, LevelReq: 18, Group: 124, Mods: []Mod{{Code: "res-pois", Param: "0", Min: 31, Max: 50}}, TransformColor: "lgrn", ItemTypes: []string{"scep", "ring", "amul"}, ExcludeTypes: []string{}},
|
||||
847: {ID: 847, Name: "Fletcher's", Rare: true, Level: 30, LevelReq: 22, Group: 125, Mods: []Mod{{Code: "ama", Param: "0", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"miss", "amul"}, ExcludeTypes: []string{}},
|
||||
848: {ID: 848, Name: "Archer's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "ama", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"miss"}, ExcludeTypes: []string{}},
|
||||
849: {ID: 849, Name: "Archer's", Rare: true, Level: 90, LevelReq: 67, Group: 125, Mods: []Mod{{Code: "ama", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
||||
850: {ID: 850, Name: "Monk's", Rare: true, Level: 30, LevelReq: 22, Group: 126, Mods: []Mod{{Code: "pal", Param: "0", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scep", "amul"}, ExcludeTypes: []string{}},
|
||||
851: {ID: 851, Name: "Priest's", Rare: true, Level: 40, LevelReq: 30, Group: 126, Mods: []Mod{{Code: "pal", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"scep"}, ExcludeTypes: []string{}},
|
||||
852: {ID: 852, Name: "Priest's", Rare: true, Level: 90, LevelReq: 67, Group: 126, Mods: []Mod{{Code: "pal", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
||||
853: {ID: 853, Name: "Summoner's", Rare: true, Level: 30, LevelReq: 22, Group: 127, Mods: []Mod{{Code: "nec", Param: "0", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"wand", "amul"}, ExcludeTypes: []string{}},
|
||||
854: {ID: 854, Name: "Necromancer's", Rare: true, Level: 40, LevelReq: 30, Group: 127, Mods: []Mod{{Code: "nec", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"wand"}, ExcludeTypes: []string{}},
|
||||
855: {ID: 855, Name: "Necromancer's", Rare: true, Level: 90, LevelReq: 67, Group: 127, Mods: []Mod{{Code: "nec", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
||||
856: {ID: 856, Name: "Angel's", Rare: true, Level: 30, LevelReq: 22, Group: 128, Mods: []Mod{{Code: "sor", Param: "0", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"staf", "amul"}, ExcludeTypes: []string{}},
|
||||
857: {ID: 857, Name: "Arch-Angel's", Rare: true, Level: 40, LevelReq: 30, Group: 128, Mods: []Mod{{Code: "sor", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"staf"}, ExcludeTypes: []string{}},
|
||||
858: {ID: 858, Name: "Arch-Angel's", Rare: true, Level: 90, LevelReq: 67, Group: 128, Mods: []Mod{{Code: "sor", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
||||
859: {ID: 859, Name: "Slayer's", Rare: true, Level: 30, LevelReq: 22, Group: 129, Mods: []Mod{{Code: "bar", Param: "0", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"mele", "amul"}, ExcludeTypes: []string{"rod", "h2h"}},
|
||||
860: {ID: 860, Name: "Berserker's", Rare: true, Level: 40, LevelReq: 30, Group: 129, Mods: []Mod{{Code: "bar", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"mele"}, ExcludeTypes: []string{"rod", "h2h"}},
|
||||
861: {ID: 861, Name: "Berserker's", Rare: true, Level: 90, LevelReq: 67, Group: 129, Mods: []Mod{{Code: "bar", Param: "0", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul"}, ExcludeTypes: []string{}},
|
||||
864: {ID: 864, Name: "Triumphant", Rare: true, Level: 3, LevelReq: 2, Group: 132, Mods: []Mod{{Code: "mana-kill", Param: "0", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"mele", "ring"}, ExcludeTypes: []string{}},
|
||||
865: {ID: 865, Name: "Expansion", Rare: false, Level: 0, LevelReq: 0, Group: 0, Mods: []Mod{}, TransformColor: "", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
||||
866: {ID: 866, Name: "Stout", Rare: true, Level: 1, LevelReq: 1, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
867: {ID: 867, Name: "Stout", Rare: true, Level: 7, LevelReq: 5, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 6, Max: 9}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
868: {ID: 868, Name: "Stout", Rare: true, Level: 12, LevelReq: 9, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 10, Max: 12}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
869: {ID: 869, Name: "Burly", Rare: true, Level: 17, LevelReq: 12, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 13, Max: 15}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
870: {ID: 870, Name: "Burly", Rare: true, Level: 22, LevelReq: 16, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 16, Max: 22}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
871: {ID: 871, Name: "Burly", Rare: true, Level: 27, LevelReq: 20, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 23, Max: 30}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
872: {ID: 872, Name: "Stalwart", Rare: false, Level: 32, LevelReq: 24, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 33, Max: 40}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
873: {ID: 873, Name: "Stalwart", Rare: false, Level: 37, LevelReq: 29, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 44, Max: 50}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
874: {ID: 874, Name: "Stalwart", Rare: false, Level: 42, LevelReq: 34, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 60, Max: 100}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
875: {ID: 875, Name: "Stout", Rare: true, Level: 1, LevelReq: 1, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
876: {ID: 876, Name: "Stout", Rare: true, Level: 14, LevelReq: 10, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
877: {ID: 877, Name: "Stout", Rare: true, Level: 20, LevelReq: 15, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 8, Max: 12}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
878: {ID: 878, Name: "Burly", Rare: true, Level: 26, LevelReq: 19, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 13, Max: 18}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
879: {ID: 879, Name: "Burly", Rare: true, Level: 32, LevelReq: 24, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 20, Max: 30}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
880: {ID: 880, Name: "Stalwart", Rare: false, Level: 38, LevelReq: 30, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 30, Max: 40}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
881: {ID: 881, Name: "Stalwart", Rare: false, Level: 45, LevelReq: 37, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 45, Max: 60}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
882: {ID: 882, Name: "Stout", Rare: true, Level: 1, LevelReq: 1, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
883: {ID: 883, Name: "Stout", Rare: true, Level: 21, LevelReq: 15, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 4, Max: 8}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
884: {ID: 884, Name: "Burly", Rare: true, Level: 36, LevelReq: 28, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 15, Max: 20}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
885: {ID: 885, Name: "Stalwart", Rare: false, Level: 48, LevelReq: 40, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 20, Max: 30}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
886: {ID: 886, Name: "Blanched", Rare: true, Level: 1, LevelReq: 1, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 5, Max: 8}}, TransformColor: "whit", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
887: {ID: 887, Name: "Eburin", Rare: true, Level: 16, LevelReq: 12, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 9, Max: 20}}, TransformColor: "whit", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
888: {ID: 888, Name: "Bone", Rare: true, Level: 32, LevelReq: 24, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 21, Max: 40}}, TransformColor: "whit", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
889: {ID: 889, Name: "Ivory", Rare: false, Level: 64, LevelReq: 56, Group: 101, Mods: []Mod{{Code: "ac", Param: "", Min: 41, Max: 64}}, TransformColor: "whit", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
890: {ID: 890, Name: "Sturdy", Rare: true, Level: 1, LevelReq: 1, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 10, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
891: {ID: 891, Name: "Sturdy", Rare: true, Level: 4, LevelReq: 3, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
892: {ID: 892, Name: "Strong", Rare: true, Level: 9, LevelReq: 6, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 31, Max: 40}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
893: {ID: 893, Name: "Glorious", Rare: true, Level: 19, LevelReq: 14, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 41, Max: 50}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
894: {ID: 894, Name: "Blessed", Rare: true, Level: 25, LevelReq: 18, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 51, Max: 65}}, TransformColor: "", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
895: {ID: 895, Name: "Saintly", Rare: true, Level: 31, LevelReq: 23, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 66, Max: 80}}, TransformColor: "dgld", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
896: {ID: 896, Name: "Holy", Rare: true, Level: 36, LevelReq: 27, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 81, Max: 100}}, TransformColor: "dgld", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
897: {ID: 897, Name: "Godly", Rare: false, Level: 45, LevelReq: 38, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 101, Max: 200}}, TransformColor: "dgld", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
898: {ID: 898, Name: "Devious", Rare: true, Level: 7, LevelReq: 5, Group: 102, Mods: []Mod{{Code: "red-mag", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"shld", "circ", "orb", "wand", "staf"}, ExcludeTypes: []string{}},
|
||||
899: {ID: 899, Name: "Blank", Rare: true, Level: 14, LevelReq: 10, Group: 102, Mods: []Mod{{Code: "red-mag", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"shld", "circ", "orb", "wand", "staf"}, ExcludeTypes: []string{}},
|
||||
900: {ID: 900, Name: "Null", Rare: true, Level: 21, LevelReq: 16, Group: 102, Mods: []Mod{{Code: "red-mag", Param: "", Min: 3, Max: 5}}, TransformColor: "dblu", ItemTypes: []string{"shld", "circ"}, ExcludeTypes: []string{}},
|
||||
901: {ID: 901, Name: "Antimagic", Rare: false, Level: 28, LevelReq: 21, Group: 102, Mods: []Mod{{Code: "red-mag", Param: "", Min: 6, Max: 10}}, TransformColor: "dblu", ItemTypes: []string{"shld", "circ"}, ExcludeTypes: []string{}},
|
||||
902: {ID: 902, Name: "Red", Rare: true, Level: 4, LevelReq: 3, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
903: {ID: 903, Name: "Red", Rare: true, Level: 16, LevelReq: 12, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
904: {ID: 904, Name: "Sanguinary", Rare: true, Level: 28, LevelReq: 21, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 4, Max: 4}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
905: {ID: 905, Name: "Sanguinary", Rare: true, Level: 40, LevelReq: 32, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 5, Max: 6}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
906: {ID: 906, Name: "Bloody", Rare: false, Level: 52, LevelReq: 46, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 7, Max: 8}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
907: {ID: 907, Name: "Red", Rare: true, Level: 11, LevelReq: 8, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 2}}, TransformColor: "dred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
908: {ID: 908, Name: "Sanguinary", Rare: true, Level: 33, LevelReq: 25, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 3, Max: 3}}, TransformColor: "dred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
909: {ID: 909, Name: "Bloody", Rare: false, Level: 55, LevelReq: 47, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 4, Max: 4}}, TransformColor: "dred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
910: {ID: 910, Name: "Red", Rare: true, Level: 24, LevelReq: 16, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 1}}, TransformColor: "dred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
911: {ID: 911, Name: "Sanguinary", Rare: true, Level: 41, LevelReq: 33, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 2, Max: 2}}, TransformColor: "dred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
912: {ID: 912, Name: "Bloody", Rare: false, Level: 58, LevelReq: 50, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 3, Max: 3}}, TransformColor: "dred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
913: {ID: 913, Name: "Scarlet", Rare: true, Level: 8, LevelReq: 6, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 4}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
914: {ID: 914, Name: "Crimson", Rare: true, Level: 38, LevelReq: 30, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 5, Max: 8}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
915: {ID: 915, Name: "Jagged", Rare: true, Level: 3, LevelReq: 2, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
916: {ID: 916, Name: "Jagged", Rare: true, Level: 10, LevelReq: 7, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 4}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
917: {ID: 917, Name: "Jagged", Rare: true, Level: 17, LevelReq: 12, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 5, Max: 6}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
918: {ID: 918, Name: "Forked", Rare: true, Level: 25, LevelReq: 18, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 7, Max: 8}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
919: {ID: 919, Name: "Forked", Rare: true, Level: 32, LevelReq: 24, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 9, Max: 10}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
920: {ID: 920, Name: "Serrated", Rare: false, Level: 39, LevelReq: 31, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 11, Max: 12}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
921: {ID: 921, Name: "Serrated", Rare: false, Level: 47, LevelReq: 39, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 13, Max: 14}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
922: {ID: 922, Name: "Jagged", Rare: true, Level: 10, LevelReq: 7, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "blac", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
923: {ID: 923, Name: "Jagged", Rare: true, Level: 20, LevelReq: 15, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "blac", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
924: {ID: 924, Name: "Forked", Rare: true, Level: 30, LevelReq: 22, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 3}}, TransformColor: "blac", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
925: {ID: 925, Name: "Forked", Rare: true, Level: 40, LevelReq: 32, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 4, Max: 5}}, TransformColor: "blac", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
926: {ID: 926, Name: "Serrated", Rare: false, Level: 50, LevelReq: 42, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 6, Max: 7}}, TransformColor: "blac", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
927: {ID: 927, Name: "Jagged", Rare: true, Level: 23, LevelReq: 17, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "blac", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
928: {ID: 928, Name: "Forked", Rare: true, Level: 38, LevelReq: 30, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "blac", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
929: {ID: 929, Name: "Serrated", Rare: false, Level: 53, LevelReq: 45, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 3}}, TransformColor: "blac", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
930: {ID: 930, Name: "Carbuncle", Rare: true, Level: 12, LevelReq: 9, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 5}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
931: {ID: 931, Name: "Carmine", Rare: true, Level: 35, LevelReq: 27, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 6, Max: 9}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
932: {ID: 932, Name: "Vermillion", Rare: false, Level: 58, LevelReq: 50, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 11, Max: 15}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
933: {ID: 933, Name: "Jagged", Rare: true, Level: 1, LevelReq: 1, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 10, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
934: {ID: 934, Name: "Deadly", Rare: true, Level: 5, LevelReq: 3, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
935: {ID: 935, Name: "Vicious", Rare: true, Level: 8, LevelReq: 6, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 31, Max: 40}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
936: {ID: 936, Name: "Brutal", Rare: true, Level: 14, LevelReq: 10, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 41, Max: 50}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
937: {ID: 937, Name: "Massive", Rare: true, Level: 20, LevelReq: 15, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 51, Max: 65}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
938: {ID: 938, Name: "Savage", Rare: true, Level: 26, LevelReq: 19, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 66, Max: 80}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
939: {ID: 939, Name: "Merciless", Rare: true, Level: 32, LevelReq: 24, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 81, Max: 100}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
940: {ID: 940, Name: "Ferocious", Rare: true, Level: 41, LevelReq: 33, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 101, Max: 200}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
941: {ID: 941, Name: "Cruel", Rare: false, Level: 51, LevelReq: 43, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 201, Max: 300}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
942: {ID: 942, Name: "Cinnabar", Rare: true, Level: 1, LevelReq: 1, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 5, Max: 10}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
943: {ID: 943, Name: "Rusty", Rare: true, Level: 13, LevelReq: 9, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 11, Max: 20}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
944: {ID: 944, Name: "Realgar", Rare: true, Level: 45, LevelReq: 37, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 21, Max: 30}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
945: {ID: 945, Name: "Ruby", Rare: false, Level: 66, LevelReq: 58, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 31, Max: 40}}, TransformColor: "dred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
946: {ID: 946, Name: "Vulpine", Rare: true, Level: 9, LevelReq: 6, Group: 107, Mods: []Mod{{Code: "dmg-to-mana", Param: "", Min: 7, Max: 12}}, TransformColor: "cblu", ItemTypes: []string{"shld", "amul", "orb", "staf"}, ExcludeTypes: []string{}},
|
||||
947: {ID: 947, Name: "Dun", Rare: true, Level: 7, LevelReq: 5, Group: 107, Mods: []Mod{{Code: "dmg-to-mana", Param: "", Min: 7, Max: 12}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
948: {ID: 948, Name: "Tireless", Rare: true, Level: 6, LevelReq: 4, Group: 108, Mods: []Mod{{Code: "regen-stam", Param: "", Min: 25, Max: 25}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
||||
949: {ID: 949, Name: "Tireless", Rare: true, Level: 14, LevelReq: 10, Group: 108, Mods: []Mod{{Code: "regen-stam", Param: "", Min: 50, Max: 50}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
||||
950: {ID: 950, Name: "Brown", Rare: true, Level: 39, LevelReq: 31, Group: 108, Mods: []Mod{{Code: "regen-stam", Param: "", Min: 10, Max: 15}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
951: {ID: 951, Name: "Rugged", Rare: true, Level: 1, LevelReq: 1, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 12, Max: 24}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
952: {ID: 952, Name: "Rugged", Rare: true, Level: 7, LevelReq: 5, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 25, Max: 36}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
953: {ID: 953, Name: "Rugged", Rare: true, Level: 21, LevelReq: 15, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 37, Max: 50}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
954: {ID: 954, Name: "Rugged", Rare: true, Level: 1, LevelReq: 0, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 8, Max: 16}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
955: {ID: 955, Name: "Rugged", Rare: true, Level: 7, LevelReq: 5, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 17, Max: 25}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
956: {ID: 956, Name: "Rugged", Rare: true, Level: 21, LevelReq: 15, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 26, Max: 32}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
957: {ID: 957, Name: "Rugged", Rare: true, Level: 1, LevelReq: 0, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 4, Max: 8}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
958: {ID: 958, Name: "Rugged", Rare: true, Level: 21, LevelReq: 15, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 9, Max: 16}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
959: {ID: 959, Name: "Rugged", Rare: true, Level: 1, LevelReq: 1, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"boot", "glov", "belt", "ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
960: {ID: 960, Name: "Rugged", Rare: true, Level: 8, LevelReq: 6, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"boot", "belt"}, ExcludeTypes: []string{}},
|
||||
961: {ID: 961, Name: "Rugged", Rare: true, Level: 8, LevelReq: 6, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
962: {ID: 962, Name: "Vigorous", Rare: true, Level: 16, LevelReq: 12, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"boot", "belt"}, ExcludeTypes: []string{}},
|
||||
963: {ID: 963, Name: "Chestnut", Rare: true, Level: 1, LevelReq: 1, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 10, Max: 15}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
964: {ID: 964, Name: "Maroon", Rare: true, Level: 17, LevelReq: 12, Group: 109, Mods: []Mod{{Code: "stam", Param: "", Min: 16, Max: 25}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
965: {ID: 965, Name: "Bronze", Rare: true, Level: 1, LevelReq: 1, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 6, Max: 12}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
966: {ID: 966, Name: "Bronze", Rare: true, Level: 7, LevelReq: 5, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 13, Max: 27}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
967: {ID: 967, Name: "Bronze", Rare: true, Level: 13, LevelReq: 9, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 28, Max: 42}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
968: {ID: 968, Name: "Iron", Rare: true, Level: 19, LevelReq: 14, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 43, Max: 57}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
969: {ID: 969, Name: "Iron", Rare: true, Level: 25, LevelReq: 18, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 58, Max: 72}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
970: {ID: 970, Name: "Iron", Rare: true, Level: 31, LevelReq: 23, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 73, Max: 87}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
971: {ID: 971, Name: "Steel", Rare: false, Level: 37, LevelReq: 29, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 88, Max: 102}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
972: {ID: 972, Name: "Steel", Rare: false, Level: 43, LevelReq: 35, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 103, Max: 117}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
973: {ID: 973, Name: "Steel", Rare: false, Level: 49, LevelReq: 41, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 118, Max: 132}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
974: {ID: 974, Name: "Bronze", Rare: true, Level: 1, LevelReq: 1, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 4, Max: 8}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
975: {ID: 975, Name: "Bronze", Rare: true, Level: 7, LevelReq: 5, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 6, Max: 12}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
976: {ID: 976, Name: "Bronze", Rare: true, Level: 16, LevelReq: 12, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 13, Max: 25}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
977: {ID: 977, Name: "Iron", Rare: true, Level: 25, LevelReq: 18, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 26, Max: 38}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
978: {ID: 978, Name: "Iron", Rare: true, Level: 34, LevelReq: 26, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 39, Max: 51}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
979: {ID: 979, Name: "Steel", Rare: false, Level: 43, LevelReq: 36, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 52, Max: 64}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
980: {ID: 980, Name: "Steel", Rare: false, Level: 52, LevelReq: 44, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 65, Max: 77}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
981: {ID: 981, Name: "Bronze", Rare: true, Level: 1, LevelReq: 1, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 2, Max: 4}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
982: {ID: 982, Name: "Bronze", Rare: true, Level: 21, LevelReq: 15, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 6, Max: 12}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
983: {ID: 983, Name: "Iron", Rare: true, Level: 39, LevelReq: 31, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 13, Max: 24}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
984: {ID: 984, Name: "Steel", Rare: false, Level: 57, LevelReq: 49, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 25, Max: 36}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
985: {ID: 985, Name: "Bronze", Rare: true, Level: 1, LevelReq: 1, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 10, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "glov", "amul", "circ"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
986: {ID: 986, Name: "Iron", Rare: true, Level: 4, LevelReq: 3, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 21, Max: 40}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "circ"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
987: {ID: 987, Name: "Steel", Rare: true, Level: 8, LevelReq: 6, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 41, Max: 60}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "circ"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
988: {ID: 988, Name: "Silver", Rare: true, Level: 12, LevelReq: 9, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 61, Max: 80}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "circ"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
989: {ID: 989, Name: "Gold", Rare: true, Level: 17, LevelReq: 12, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 81, Max: 100}}, TransformColor: "lgld", ItemTypes: []string{"weap", "ring", "circ"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
990: {ID: 990, Name: "Platinum", Rare: true, Level: 22, LevelReq: 16, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 101, Max: 120}}, TransformColor: "lgld", ItemTypes: []string{"weap", "ring", "circ"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
991: {ID: 991, Name: "Meteoric", Rare: true, Level: 27, LevelReq: 20, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 121, Max: 150}}, TransformColor: "lgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
992: {ID: 992, Name: "Strange", Rare: true, Level: 32, LevelReq: 24, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 151, Max: 300}}, TransformColor: "lgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
993: {ID: 993, Name: "Weird", Rare: false, Level: 37, LevelReq: 27, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 301, Max: 450}}, TransformColor: "lgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
994: {ID: 994, Name: "Nickel", Rare: true, Level: 1, LevelReq: 1, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 10, Max: 20}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
995: {ID: 995, Name: "Tin", Rare: true, Level: 8, LevelReq: 6, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 21, Max: 40}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
996: {ID: 996, Name: "Silver", Rare: true, Level: 25, LevelReq: 18, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 41, Max: 60}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
997: {ID: 997, Name: "Argent", Rare: false, Level: 44, LevelReq: 36, Group: 110, Mods: []Mod{{Code: "att", Param: "", Min: 61, Max: 100}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
998: {ID: 998, Name: "Fine", Rare: true, Level: 15, LevelReq: 11, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 10, Max: 20}, {Code: "dmg-max", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
999: {ID: 999, Name: "Fine", Rare: true, Level: 22, LevelReq: 16, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 21, Max: 48}, {Code: "dmg-max", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1000: {ID: 1000, Name: "Sharp", Rare: true, Level: 29, LevelReq: 21, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 49, Max: 76}, {Code: "dmg-max", Param: "", Min: 7, Max: 10}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1001: {ID: 1001, Name: "Fine", Rare: true, Level: 19, LevelReq: 14, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 10, Max: 20}, {Code: "dmg-max", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1002: {ID: 1002, Name: "Sharp", Rare: true, Level: 28, LevelReq: 21, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 21, Max: 48}, {Code: "dmg-max", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1003: {ID: 1003, Name: "Fine", Rare: false, Level: 28, LevelReq: 21, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 10, Max: 20}, {Code: "dmg-max", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1004: {ID: 1004, Name: "Sharp", Rare: true, Level: 5, LevelReq: 3, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 10, Max: 20}, {Code: "dmg%", Param: "", Min: 10, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1005: {ID: 1005, Name: "Fine", Rare: true, Level: 12, LevelReq: 9, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 21, Max: 40}, {Code: "dmg%", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1006: {ID: 1006, Name: "Warrior's", Rare: true, Level: 19, LevelReq: 13, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 41, Max: 60}, {Code: "dmg%", Param: "", Min: 31, Max: 40}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1007: {ID: 1007, Name: "Soldier's", Rare: true, Level: 27, LevelReq: 19, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 61, Max: 80}, {Code: "dmg%", Param: "", Min: 41, Max: 50}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1008: {ID: 1008, Name: "Knight's", Rare: true, Level: 38, LevelReq: 30, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 81, Max: 100}, {Code: "dmg%", Param: "", Min: 51, Max: 65}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1009: {ID: 1009, Name: "Lord's", Rare: true, Level: 47, LevelReq: 39, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 101, Max: 120}, {Code: "dmg%", Param: "", Min: 66, Max: 80}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1010: {ID: 1010, Name: "King's", Rare: true, Level: 56, LevelReq: 48, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 121, Max: 150}, {Code: "dmg%", Param: "", Min: 81, Max: 100}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1011: {ID: 1011, Name: "Master's", Rare: true, Level: 56, LevelReq: 48, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 151, Max: 250}, {Code: "dmg%", Param: "", Min: 101, Max: 150}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1012: {ID: 1012, Name: "Grandmaster's", Rare: false, Level: 69, LevelReq: 61, Group: 111, Mods: []Mod{{Code: "att", Param: "", Min: 251, Max: 300}, {Code: "dmg%", Param: "", Min: 151, Max: 200}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1013: {ID: 1013, Name: "Glimmering", Rare: true, Level: 1, LevelReq: 1, Group: 112, Mods: []Mod{{Code: "light", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"armo", "wand", "staf", "ring", "amul", "orb"}, ExcludeTypes: []string{}},
|
||||
1014: {ID: 1014, Name: "Glowing", Rare: true, Level: 6, LevelReq: 4, Group: 112, Mods: []Mod{{Code: "light", Param: "", Min: 2, Max: 2}}, TransformColor: "lyel", ItemTypes: []string{"armo", "wand", "staf", "ring", "amul", "orb"}, ExcludeTypes: []string{}},
|
||||
1015: {ID: 1015, Name: "Bright", Rare: true, Level: 1, LevelReq: 1, Group: 112, Mods: []Mod{{Code: "light", Param: "", Min: 1, Max: 1}, {Code: "att", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1016: {ID: 1016, Name: "Screaming", Rare: true, Level: 10, LevelReq: 7, Group: 113, Mods: []Mod{{Code: "howl", Param: "", Min: 32, Max: 32}}, TransformColor: "oran", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss", "swor", "axe", "pole", "spea"}},
|
||||
1017: {ID: 1017, Name: "Howling", Rare: true, Level: 16, LevelReq: 12, Group: 113, Mods: []Mod{{Code: "howl", Param: "", Min: 64, Max: 64}}, TransformColor: "oran", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss", "swor", "axe", "pole", "spea"}},
|
||||
1018: {ID: 1018, Name: "Wailing", Rare: true, Level: 20, LevelReq: 13, Group: 113, Mods: []Mod{{Code: "howl", Param: "", Min: 128, Max: 128}}, TransformColor: "oran", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"miss", "swor", "axe", "pole", "spea"}},
|
||||
1019: {ID: 1019, Name: "Screaming", Rare: true, Level: 10, LevelReq: 7, Group: 113, Mods: []Mod{{Code: "howl", Param: "", Min: 16, Max: 16}}, TransformColor: "oran", ItemTypes: []string{"miss"}, ExcludeTypes: []string{}},
|
||||
1020: {ID: 1020, Name: "Howling", Rare: true, Level: 16, LevelReq: 12, Group: 113, Mods: []Mod{{Code: "howl", Param: "", Min: 24, Max: 24}}, TransformColor: "oran", ItemTypes: []string{"miss"}, ExcludeTypes: []string{}},
|
||||
1021: {ID: 1021, Name: "Wailing", Rare: false, Level: 24, LevelReq: 18, Group: 113, Mods: []Mod{{Code: "howl", Param: "", Min: 32, Max: 32}}, TransformColor: "oran", ItemTypes: []string{"miss"}, ExcludeTypes: []string{}},
|
||||
1022: {ID: 1022, Name: "Lucky", Rare: true, Level: 21, LevelReq: 0, Group: 114, Mods: []Mod{{Code: "mag%", Param: "", Min: 1, Max: 4}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1023: {ID: 1023, Name: "Lucky", Rare: false, Level: 38, LevelReq: 0, Group: 114, Mods: []Mod{{Code: "mag%", Param: "", Min: 5, Max: 7}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1024: {ID: 1024, Name: "Lucky", Rare: false, Level: 55, LevelReq: 0, Group: 114, Mods: []Mod{{Code: "mag%", Param: "", Min: 8, Max: 12}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1025: {ID: 1025, Name: "Lucky", Rare: true, Level: 34, LevelReq: 0, Group: 114, Mods: []Mod{{Code: "mag%", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1026: {ID: 1026, Name: "Lucky", Rare: false, Level: 53, LevelReq: 0, Group: 114, Mods: []Mod{{Code: "mag%", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1027: {ID: 1027, Name: "Lucky", Rare: false, Level: 51, LevelReq: 0, Group: 114, Mods: []Mod{{Code: "mag%", Param: "", Min: 4, Max: 6}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1028: {ID: 1028, Name: "Felicitous", Rare: true, Level: 5, LevelReq: 3, Group: 114, Mods: []Mod{{Code: "mag%", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1029: {ID: 1029, Name: "Fortuitous", Rare: false, Level: 12, LevelReq: 8, Group: 114, Mods: []Mod{{Code: "mag%", Param: "", Min: 11, Max: 15}}, TransformColor: "", ItemTypes: []string{"ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1030: {ID: 1030, Name: "Emerald", Rare: true, Level: 16, LevelReq: 12, Group: 114, Mods: []Mod{{Code: "mag%", Param: "", Min: 3, Max: 7}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1031: {ID: 1031, Name: "Lizard's", Rare: true, Level: 1, LevelReq: 1, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 3, Max: 7}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1032: {ID: 1032, Name: "Lizard's", Rare: true, Level: 7, LevelReq: 5, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 8, Max: 13}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1033: {ID: 1033, Name: "Lizard's", Rare: true, Level: 13, LevelReq: 9, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 14, Max: 20}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1034: {ID: 1034, Name: "Snake's", Rare: true, Level: 19, LevelReq: 14, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 21, Max: 26}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1035: {ID: 1035, Name: "Snake's", Rare: true, Level: 25, LevelReq: 18, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 27, Max: 33}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1036: {ID: 1036, Name: "Snake's", Rare: true, Level: 31, LevelReq: 23, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 34, Max: 39}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1037: {ID: 1037, Name: "Serpent's", Rare: true, Level: 37, LevelReq: 29, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 40, Max: 46}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1038: {ID: 1038, Name: "Serpent's", Rare: true, Level: 43, LevelReq: 35, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 47, Max: 52}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1039: {ID: 1039, Name: "Serpent's", Rare: true, Level: 49, LevelReq: 41, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 53, Max: 59}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1040: {ID: 1040, Name: "Lizard's", Rare: true, Level: 1, LevelReq: 1, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 2, Max: 4}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1041: {ID: 1041, Name: "Lizard's", Rare: true, Level: 9, LevelReq: 6, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 5, Max: 7}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1042: {ID: 1042, Name: "Lizard's", Rare: true, Level: 17, LevelReq: 12, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 8, Max: 12}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1043: {ID: 1043, Name: "Snake's", Rare: true, Level: 25, LevelReq: 18, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 13, Max: 18}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1044: {ID: 1044, Name: "Snake's", Rare: true, Level: 33, LevelReq: 25, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 19, Max: 23}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1045: {ID: 1045, Name: "Serpent's", Rare: true, Level: 41, LevelReq: 33, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 24, Max: 29}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1046: {ID: 1046, Name: "Serpent's", Rare: true, Level: 49, LevelReq: 41, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 30, Max: 34}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1047: {ID: 1047, Name: "Lizard's", Rare: true, Level: 16, LevelReq: 12, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1048: {ID: 1048, Name: "Lizard's", Rare: true, Level: 16, LevelReq: 12, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 3, Max: 7}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1049: {ID: 1049, Name: "Snake's", Rare: true, Level: 32, LevelReq: 24, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 8, Max: 12}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1050: {ID: 1050, Name: "Serpent's", Rare: false, Level: 48, LevelReq: 40, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 13, Max: 17}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1051: {ID: 1051, Name: "Lizard's", Rare: true, Level: 3, LevelReq: 2, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "rod", "orb"}, ExcludeTypes: []string{"boot", "glov"}},
|
||||
1052: {ID: 1052, Name: "Snake's", Rare: true, Level: 6, LevelReq: 4, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"shld", "rod", "belt", "ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1053: {ID: 1053, Name: "Serpent's", Rare: true, Level: 14, LevelReq: 10, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"shld", "rod", "belt", "ring", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1054: {ID: 1054, Name: "Serpent's", Rare: true, Level: 37, LevelReq: 27, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"tors", "boot", "glov", "weap", "orb"}, ExcludeTypes: []string{"rod"}},
|
||||
1055: {ID: 1055, Name: "Drake's", Rare: true, Level: 20, LevelReq: 15, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 21, Max: 30}}, TransformColor: "cblu", ItemTypes: []string{"rod", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1056: {ID: 1056, Name: "Dragon's", Rare: true, Level: 24, LevelReq: 18, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 31, Max: 40}}, TransformColor: "cblu", ItemTypes: []string{"rod", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1057: {ID: 1057, Name: "Dragon's", Rare: true, Level: 52, LevelReq: 39, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 31, Max: 40}}, TransformColor: "cblu", ItemTypes: []string{"tors", "boot", "glov"}, ExcludeTypes: []string{}},
|
||||
1058: {ID: 1058, Name: "Wyrm's", Rare: true, Level: 30, LevelReq: 22, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 41, Max: 60}}, TransformColor: "cblu", ItemTypes: []string{"rod", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1059: {ID: 1059, Name: "Great Wyrm's", Rare: true, Level: 37, LevelReq: 29, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 61, Max: 90}}, TransformColor: "cblu", ItemTypes: []string{"rod", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1060: {ID: 1060, Name: "Bahamut's", Rare: false, Level: 45, LevelReq: 37, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 91, Max: 120}}, TransformColor: "cblu", ItemTypes: []string{"rod", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1061: {ID: 1061, Name: "Zircon", Rare: true, Level: 3, LevelReq: 2, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 5, Max: 10}}, TransformColor: "cblu", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1062: {ID: 1062, Name: "Jacinth", Rare: true, Level: 17, LevelReq: 12, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 11, Max: 15}}, TransformColor: "cblu", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1063: {ID: 1063, Name: "Turquoise", Rare: false, Level: 29, LevelReq: 21, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 16, Max: 20}}, TransformColor: "cblu", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1064: {ID: 1064, Name: "Shimmering", Rare: false, Level: 8, LevelReq: 6, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 3, Max: 6}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1065: {ID: 1065, Name: "Shimmering", Rare: false, Level: 14, LevelReq: 10, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 8, Max: 12}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1066: {ID: 1066, Name: "Shimmering", Rare: false, Level: 35, LevelReq: 27, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 13, Max: 15}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1067: {ID: 1067, Name: "Shimmering", Rare: false, Level: 17, LevelReq: 12, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 3, Max: 5}}, TransformColor: "lpur", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1068: {ID: 1068, Name: "Shimmering", Rare: false, Level: 34, LevelReq: 26, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 6, Max: 8}}, TransformColor: "lpur", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1069: {ID: 1069, Name: "Shimmering", Rare: false, Level: 33, LevelReq: 25, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 3, Max: 5}}, TransformColor: "lpur", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1070: {ID: 1070, Name: "Shimmering", Rare: true, Level: 6, LevelReq: 4, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 3, Max: 7}}, TransformColor: "lpur", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
||||
1071: {ID: 1071, Name: "Rainbow", Rare: true, Level: 18, LevelReq: 13, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 8, Max: 11}}, TransformColor: "lpur", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
||||
1072: {ID: 1072, Name: "Scintillating", Rare: true, Level: 28, LevelReq: 21, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 12, Max: 15}}, TransformColor: "lpur", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
||||
1073: {ID: 1073, Name: "Prismatic", Rare: true, Level: 39, LevelReq: 31, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 16, Max: 20}}, TransformColor: "lpur", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
||||
1074: {ID: 1074, Name: "Chromatic", Rare: false, Level: 50, LevelReq: 42, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 21, Max: 30}}, TransformColor: "lpur", ItemTypes: []string{"shld"}, ExcludeTypes: []string{}},
|
||||
1075: {ID: 1075, Name: "Shimmering", Rare: true, Level: 8, LevelReq: 6, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 3, Max: 7}}, TransformColor: "lpur", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1076: {ID: 1076, Name: "Rainbow", Rare: true, Level: 21, LevelReq: 15, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 8, Max: 11}}, TransformColor: "lpur", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1077: {ID: 1077, Name: "Scintillating", Rare: true, Level: 34, LevelReq: 25, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 12, Max: 15}}, TransformColor: "lpur", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1078: {ID: 1078, Name: "Prismatic", Rare: true, Level: 42, LevelReq: 31, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 16, Max: 20}}, TransformColor: "lpur", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1079: {ID: 1079, Name: "Chromatic", Rare: false, Level: 55, LevelReq: 41, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 21, Max: 30}}, TransformColor: "lpur", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1080: {ID: 1080, Name: "Shimmering", Rare: true, Level: 45, LevelReq: 37, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 3, Max: 7}}, TransformColor: "lpur", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
||||
1081: {ID: 1081, Name: "Rainbow", Rare: true, Level: 56, LevelReq: 48, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 8, Max: 11}}, TransformColor: "lpur", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
||||
1082: {ID: 1082, Name: "Scintillating", Rare: false, Level: 67, LevelReq: 59, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 12, Max: 15}}, TransformColor: "lpur", ItemTypes: []string{"ring"}, ExcludeTypes: []string{}},
|
||||
1083: {ID: 1083, Name: "Shimmering", Rare: true, Level: 16, LevelReq: 12, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 5, Max: 10}}, TransformColor: "lpur", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1084: {ID: 1084, Name: "Scintillating", Rare: false, Level: 34, LevelReq: 26, Group: 116, Mods: []Mod{{Code: "res-all", Param: "", Min: 11, Max: 15}}, TransformColor: "lpur", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1085: {ID: 1085, Name: "Azure", Rare: true, Level: 1, LevelReq: 1, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 7, Max: 15}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1086: {ID: 1086, Name: "Lapis", Rare: true, Level: 10, LevelReq: 7, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 16, Max: 20}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1087: {ID: 1087, Name: "Cobalt", Rare: true, Level: 20, LevelReq: 15, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 21, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1088: {ID: 1088, Name: "Sapphire", Rare: false, Level: 30, LevelReq: 22, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 26, Max: 30}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1089: {ID: 1089, Name: "Azure", Rare: true, Level: 1, LevelReq: 1, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 4, Max: 7}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1090: {ID: 1090, Name: "Lapis", Rare: true, Level: 16, LevelReq: 12, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 8, Max: 10}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1091: {ID: 1091, Name: "Cobalt", Rare: true, Level: 25, LevelReq: 18, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 11, Max: 12}}, TransformColor: "lblu", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1092: {ID: 1092, Name: "Sapphire", Rare: false, Level: 35, LevelReq: 27, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 13, Max: 15}}, TransformColor: "lblu", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1093: {ID: 1093, Name: "Azure", Rare: true, Level: 1, LevelReq: 1, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1094: {ID: 1094, Name: "Lapis", Rare: true, Level: 14, LevelReq: 10, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 6, Max: 7}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1095: {ID: 1095, Name: "Cobalt", Rare: true, Level: 27, LevelReq: 20, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 8, Max: 9}}, TransformColor: "lblu", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1096: {ID: 1096, Name: "Sapphire", Rare: false, Level: 40, LevelReq: 32, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 10, Max: 11}}, TransformColor: "lblu", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1097: {ID: 1097, Name: "Azure", Rare: true, Level: 5, LevelReq: 3, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo", "weap", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1098: {ID: 1098, Name: "Lapis", Rare: true, Level: 12, LevelReq: 9, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1099: {ID: 1099, Name: "Lapis", Rare: true, Level: 35, LevelReq: 26, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
||||
1100: {ID: 1100, Name: "Cobalt", Rare: true, Level: 18, LevelReq: 13, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1101: {ID: 1101, Name: "Cobalt", Rare: true, Level: 55, LevelReq: 41, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
||||
1102: {ID: 1102, Name: "Sapphire", Rare: true, Level: 25, LevelReq: 18, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 31, Max: 40}}, TransformColor: "lblu", ItemTypes: []string{"rod", "boot", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1103: {ID: 1103, Name: "Lapis Lazuli", Rare: true, Level: 2, LevelReq: 1, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 5, Max: 15}}, TransformColor: "lblu", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1104: {ID: 1104, Name: "Sapphire", Rare: true, Level: 19, LevelReq: 14, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 16, Max: 30}}, TransformColor: "lblu", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1105: {ID: 1105, Name: "Crimson", Rare: true, Level: 1, LevelReq: 1, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 7, Max: 15}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1106: {ID: 1106, Name: "Russet", Rare: true, Level: 10, LevelReq: 7, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 16, Max: 20}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1107: {ID: 1107, Name: "Garnet", Rare: true, Level: 20, LevelReq: 15, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 21, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1108: {ID: 1108, Name: "Ruby", Rare: false, Level: 30, LevelReq: 22, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 26, Max: 30}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1109: {ID: 1109, Name: "Crimson", Rare: true, Level: 1, LevelReq: 1, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 4, Max: 7}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1110: {ID: 1110, Name: "Russet", Rare: true, Level: 16, LevelReq: 12, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 8, Max: 10}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1111: {ID: 1111, Name: "Garnet", Rare: true, Level: 25, LevelReq: 18, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 11, Max: 12}}, TransformColor: "lred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1112: {ID: 1112, Name: "Ruby", Rare: false, Level: 35, LevelReq: 27, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 13, Max: 15}}, TransformColor: "lred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1113: {ID: 1113, Name: "Crimson", Rare: true, Level: 1, LevelReq: 1, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1114: {ID: 1114, Name: "Russet", Rare: true, Level: 14, LevelReq: 10, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 6, Max: 7}}, TransformColor: "lred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1115: {ID: 1115, Name: "Garnet", Rare: false, Level: 27, LevelReq: 20, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 8, Max: 9}}, TransformColor: "lred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1116: {ID: 1116, Name: "Ruby", Rare: true, Level: 40, LevelReq: 32, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 10, Max: 11}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1117: {ID: 1117, Name: "Russet", Rare: true, Level: 12, LevelReq: 9, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1118: {ID: 1118, Name: "Russet", Rare: true, Level: 35, LevelReq: 26, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
||||
1119: {ID: 1119, Name: "Garnet", Rare: true, Level: 18, LevelReq: 13, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1120: {ID: 1120, Name: "Garnet", Rare: true, Level: 55, LevelReq: 41, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
||||
1121: {ID: 1121, Name: "Ruby", Rare: true, Level: 25, LevelReq: 18, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 31, Max: 40}}, TransformColor: "lred", ItemTypes: []string{"rod", "boot", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1122: {ID: 1122, Name: "Garnet", Rare: true, Level: 2, LevelReq: 1, Group: 117, Mods: []Mod{{Code: "res-fire", Param: "", Min: 5, Max: 15}}, TransformColor: "lred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1123: {ID: 1123, Name: "Ruby", Rare: true, Level: 18, LevelReq: 13, Group: 117, Mods: []Mod{{Code: "res-fire", Param: "", Min: 16, Max: 30}}, TransformColor: "lred", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1124: {ID: 1124, Name: "Tangerine", Rare: true, Level: 1, LevelReq: 1, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 7, Max: 15}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1125: {ID: 1125, Name: "Ocher", Rare: true, Level: 10, LevelReq: 7, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 16, Max: 20}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1126: {ID: 1126, Name: "Coral", Rare: true, Level: 20, LevelReq: 15, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 21, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1127: {ID: 1127, Name: "Amber", Rare: false, Level: 30, LevelReq: 22, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 26, Max: 30}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1128: {ID: 1128, Name: "Tangerine", Rare: true, Level: 1, LevelReq: 1, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 4, Max: 7}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1129: {ID: 1129, Name: "Ocher", Rare: true, Level: 16, LevelReq: 12, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 8, Max: 10}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1130: {ID: 1130, Name: "Coral", Rare: true, Level: 25, LevelReq: 18, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 11, Max: 12}}, TransformColor: "lyel", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1131: {ID: 1131, Name: "Amber", Rare: false, Level: 35, LevelReq: 27, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 13, Max: 15}}, TransformColor: "lyel", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1132: {ID: 1132, Name: "Tangerine", Rare: true, Level: 1, LevelReq: 1, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1133: {ID: 1133, Name: "Ocher", Rare: true, Level: 14, LevelReq: 10, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 6, Max: 7}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1134: {ID: 1134, Name: "Coral", Rare: true, Level: 27, LevelReq: 20, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 8, Max: 9}}, TransformColor: "lyel", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1135: {ID: 1135, Name: "Amber", Rare: false, Level: 40, LevelReq: 32, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 10, Max: 11}}, TransformColor: "lyel", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1136: {ID: 1136, Name: "Tangerine", Rare: true, Level: 5, LevelReq: 3, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo", "weap", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1137: {ID: 1137, Name: "Ocher", Rare: true, Level: 12, LevelReq: 9, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1138: {ID: 1138, Name: "Ocher", Rare: true, Level: 35, LevelReq: 26, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
||||
1139: {ID: 1139, Name: "Coral", Rare: true, Level: 18, LevelReq: 13, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1140: {ID: 1140, Name: "Coral", Rare: true, Level: 55, LevelReq: 41, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
||||
1141: {ID: 1141, Name: "Amber", Rare: true, Level: 25, LevelReq: 18, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 31, Max: 40}}, TransformColor: "lyel", ItemTypes: []string{"rod", "boot", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1142: {ID: 1142, Name: "Camphor", Rare: true, Level: 2, LevelReq: 1, Group: 117, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 5, Max: 15}}, TransformColor: "lyel", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1143: {ID: 1143, Name: "Ambergris", Rare: true, Level: 19, LevelReq: 14, Group: 117, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 16, Max: 30}}, TransformColor: "lyel", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1144: {ID: 1144, Name: "Beryl", Rare: true, Level: 1, LevelReq: 1, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 7, Max: 15}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1145: {ID: 1145, Name: "Viridian", Rare: true, Level: 10, LevelReq: 7, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 16, Max: 20}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1146: {ID: 1146, Name: "Jade", Rare: true, Level: 20, LevelReq: 15, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 21, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1147: {ID: 1147, Name: "Emerald", Rare: false, Level: 30, LevelReq: 22, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 26, Max: 30}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1148: {ID: 1148, Name: "Beryl", Rare: true, Level: 1, LevelReq: 1, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 4, Max: 7}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1149: {ID: 1149, Name: "Viridian", Rare: true, Level: 16, LevelReq: 12, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 8, Max: 10}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1150: {ID: 1150, Name: "Jade", Rare: true, Level: 25, LevelReq: 18, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 11, Max: 12}}, TransformColor: "cgrn", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1151: {ID: 1151, Name: "Emerald", Rare: false, Level: 35, LevelReq: 27, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 13, Max: 15}}, TransformColor: "cgrn", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1152: {ID: 1152, Name: "Beryl", Rare: true, Level: 1, LevelReq: 1, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1153: {ID: 1153, Name: "Viridian", Rare: true, Level: 14, LevelReq: 10, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 6, Max: 7}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1154: {ID: 1154, Name: "Jade", Rare: true, Level: 27, LevelReq: 20, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 8, Max: 9}}, TransformColor: "cgrn", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1155: {ID: 1155, Name: "Emerald", Rare: false, Level: 40, LevelReq: 32, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 10, Max: 11}}, TransformColor: "cgrn", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1156: {ID: 1156, Name: "Beryl", Rare: true, Level: 5, LevelReq: 3, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo", "weap", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1157: {ID: 1157, Name: "Viridian", Rare: true, Level: 12, LevelReq: 9, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1158: {ID: 1158, Name: "Viridian", Rare: true, Level: 35, LevelReq: 26, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 11, Max: 20}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
||||
1159: {ID: 1159, Name: "Jade", Rare: true, Level: 18, LevelReq: 13, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1160: {ID: 1160, Name: "Jade", Rare: true, Level: 55, LevelReq: 41, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 21, Max: 30}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"orb"}},
|
||||
1161: {ID: 1161, Name: "Emerald", Rare: true, Level: 25, LevelReq: 18, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 31, Max: 40}}, TransformColor: "cgrn", ItemTypes: []string{"rod", "boot", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1162: {ID: 1162, Name: "Beryl", Rare: true, Level: 2, LevelReq: 1, Group: 117, Mods: []Mod{{Code: "res-pois", Param: "", Min: 5, Max: 15}}, TransformColor: "cgrn", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1163: {ID: 1163, Name: "Jade", Rare: true, Level: 19, LevelReq: 14, Group: 117, Mods: []Mod{{Code: "res-pois", Param: "", Min: 16, Max: 30}}, TransformColor: "cgrn", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1164: {ID: 1164, Name: "Triumphant", Rare: true, Level: 3, LevelReq: 2, Group: 121, Mods: []Mod{{Code: "mana-kill", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"weap", "ring", "circ"}, ExcludeTypes: []string{}},
|
||||
1165: {ID: 1165, Name: "Victorious", Rare: true, Level: 17, LevelReq: 12, Group: 121, Mods: []Mod{{Code: "mana-kill", Param: "", Min: 2, Max: 5}}, TransformColor: "", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{}},
|
||||
1166: {ID: 1166, Name: "Aureolin", Rare: true, Level: 22, LevelReq: 16, Group: 121, Mods: []Mod{{Code: "mana-kill", Param: "", Min: 1, Max: 3}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1167: {ID: 1167, Name: "Mechanist's", Rare: true, Level: 10, LevelReq: 7, Group: 122, Mods: []Mod{{Code: "sock", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"weap", "shld", "helm", "tors", "circ"}, ExcludeTypes: []string{"thro"}},
|
||||
1168: {ID: 1168, Name: "Artificer's", Rare: false, Level: 33, LevelReq: 25, Group: 122, Mods: []Mod{{Code: "sock", Param: "3", Min: 0, Max: 0}}, TransformColor: "", ItemTypes: []string{"weap", "shld", "helm", "tors"}, ExcludeTypes: []string{"thro"}},
|
||||
1169: {ID: 1169, Name: "Jeweler's", Rare: false, Level: 55, LevelReq: 47, Group: 122, Mods: []Mod{{Code: "sock", Param: "4", Min: 0, Max: 0}}, TransformColor: "", ItemTypes: []string{"weap", "shld", "helm", "tors"}, ExcludeTypes: []string{"thro"}},
|
||||
1170: {ID: 1170, Name: "Assamic", Rare: true, Level: 3, LevelReq: 1, Group: 123, Mods: []Mod{{Code: "att-demon", Param: "", Min: 25, Max: 50}, {Code: "dmg-demon", Param: "", Min: 10, Max: 25}}, TransformColor: "", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1171: {ID: 1171, Name: "Arcadian", Rare: true, Level: 15, LevelReq: 11, Group: 123, Mods: []Mod{{Code: "att-demon", Param: "", Min: 51, Max: 100}, {Code: "dmg-demon", Param: "", Min: 26, Max: 50}}, TransformColor: "", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1172: {ID: 1172, Name: "Unearthly", Rare: true, Level: 25, LevelReq: 18, Group: 123, Mods: []Mod{{Code: "att-demon", Param: "", Min: 101, Max: 150}, {Code: "dmg-demon", Param: "", Min: 51, Max: 100}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1173: {ID: 1173, Name: "Astral", Rare: true, Level: 35, LevelReq: 26, Group: 123, Mods: []Mod{{Code: "att-demon", Param: "", Min: 151, Max: 200}, {Code: "dmg-demon", Param: "", Min: 101, Max: 150}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1174: {ID: 1174, Name: "Elysian", Rare: true, Level: 45, LevelReq: 33, Group: 123, Mods: []Mod{{Code: "att-demon", Param: "", Min: 201, Max: 300}, {Code: "dmg-demon", Param: "", Min: 151, Max: 200}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1175: {ID: 1175, Name: "Celestial", Rare: false, Level: 55, LevelReq: 41, Group: 123, Mods: []Mod{{Code: "att-demon", Param: "", Min: 301, Max: 400}, {Code: "dmg-demon", Param: "", Min: 201, Max: 300}}, TransformColor: "dgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1176: {ID: 1176, Name: "Diamond", Rare: true, Level: 26, LevelReq: 19, Group: 123, Mods: []Mod{{Code: "att-demon", Param: "", Min: 25, Max: 50}, {Code: "dmg-demon", Param: "", Min: 25, Max: 40}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1177: {ID: 1177, Name: "Fletcher's", Rare: false, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "0", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1178: {ID: 1178, Name: "Acrobat's", Rare: false, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "1", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1179: {ID: 1179, Name: "Harpoonist's", Rare: false, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "2", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1180: {ID: 1180, Name: "Fletcher's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "0", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"miss", "glov"}, ExcludeTypes: []string{}},
|
||||
1181: {ID: 1181, Name: "Bowyer's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "0", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"miss", "glov"}, ExcludeTypes: []string{}},
|
||||
1182: {ID: 1182, Name: "Archer's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "0", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"miss", "glov"}, ExcludeTypes: []string{}},
|
||||
1183: {ID: 1183, Name: "Acrobat's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "1", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"glov", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1184: {ID: 1184, Name: "Gymnast's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "1", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"glov", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1185: {ID: 1185, Name: "Athlete's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "1", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"glov", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1186: {ID: 1186, Name: "Harpoonist's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "2", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"spea", "glov"}, ExcludeTypes: []string{}},
|
||||
1187: {ID: 1187, Name: "Spearmaiden's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "2", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"spea", "glov"}, ExcludeTypes: []string{}},
|
||||
1188: {ID: 1188, Name: "Lancer's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "2", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"spea", "glov"}, ExcludeTypes: []string{}},
|
||||
1189: {ID: 1189, Name: "Burning", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "3", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1190: {ID: 1190, Name: "Sparking", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "4", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1191: {ID: 1191, Name: "Chilling", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "5", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1192: {ID: 1192, Name: "Burning", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "3", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"staff", "orb", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1193: {ID: 1193, Name: "Blazing", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "3", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"staff", "orb", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1194: {ID: 1194, Name: "Volcanic", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "3", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"staff", "orb", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1195: {ID: 1195, Name: "Sparking", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "4", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"staff", "orb", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1196: {ID: 1196, Name: "Charged", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "4", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"staff", "orb", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1197: {ID: 1197, Name: "Powered", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "4", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"staff", "orb", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1198: {ID: 1198, Name: "Chilling", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "5", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"staff", "orb", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1199: {ID: 1199, Name: "Freezing", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "5", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"staff", "orb", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1200: {ID: 1200, Name: "Glacial", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "5", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"staff", "orb", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1201: {ID: 1201, Name: "Hexing", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "6", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1202: {ID: 1202, Name: "Fungal", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "7", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1203: {ID: 1203, Name: "Graverobber's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "8", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1204: {ID: 1204, Name: "Hexing", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "6", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"wand", "head", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1205: {ID: 1205, Name: "Blighting", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "6", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"wand", "head", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1206: {ID: 1206, Name: "Accursed", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "6", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"wand", "head", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1207: {ID: 1207, Name: "Fungal", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "7", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"wand", "head", "amul", "knif", "circ"}, ExcludeTypes: []string{"tkni"}},
|
||||
1208: {ID: 1208, Name: "Noxious", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "7", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"wand", "head", "amul", "knif", "circ"}, ExcludeTypes: []string{"tkni"}},
|
||||
1209: {ID: 1209, Name: "Venomous", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "7", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"wand", "head", "amul", "knif", "circ"}, ExcludeTypes: []string{"tkni"}},
|
||||
1210: {ID: 1210, Name: "Graverobber's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "8", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"wand", "head", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1211: {ID: 1211, Name: "Vodoun", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "8", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"wand", "head", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1212: {ID: 1212, Name: "Golemlord's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "8", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"wand", "head", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1213: {ID: 1213, Name: "Lion Branded", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "9", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1214: {ID: 1214, Name: "Captain's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "10", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1215: {ID: 1215, Name: "Preserver's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "11", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1216: {ID: 1216, Name: "Lion Branded", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "9", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scep", "swor", "mace", "shld", "ashd", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1217: {ID: 1217, Name: "Hawk Branded", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "9", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"scep", "swor", "mace", "shld", "ashd", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1218: {ID: 1218, Name: "Rose Branded", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "9", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"scep", "swor", "mace", "shld", "ashd", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1219: {ID: 1219, Name: "Captain's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "10", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scep", "swor", "mace", "shld", "ashd", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1220: {ID: 1220, Name: "Commander's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "10", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"scep", "swor", "mace", "shld", "ashd", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1221: {ID: 1221, Name: "Marshal's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "10", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"scep", "swor", "mace", "shld", "ashd", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1222: {ID: 1222, Name: "Preserver's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "11", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"shld", "ashd", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1223: {ID: 1223, Name: "Warder's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "11", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"shld", "ashd", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1224: {ID: 1224, Name: "Guardian's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "11", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"shld", "ashd", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1225: {ID: 1225, Name: "Expert's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "12", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1226: {ID: 1226, Name: "Fanatic", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "13", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1227: {ID: 1227, Name: "Sounding", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "14", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1228: {ID: 1228, Name: "Expert's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "12", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"phlm", "weap", "helm"}, ExcludeTypes: []string{"miss", "rod"}},
|
||||
1229: {ID: 1229, Name: "Veteran's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "12", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"phlm", "weap", "helm"}, ExcludeTypes: []string{"miss", "rod"}},
|
||||
1230: {ID: 1230, Name: "Master's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "12", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"phlm", "weap", "helm"}, ExcludeTypes: []string{"miss", "rod"}},
|
||||
1231: {ID: 1231, Name: "Fanatic", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "13", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"phlm", "weap", "amul"}, ExcludeTypes: []string{"miss", "rod"}},
|
||||
1232: {ID: 1232, Name: "Raging", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "13", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"phlm", "weap", "amul"}, ExcludeTypes: []string{"miss", "rod"}},
|
||||
1233: {ID: 1233, Name: "Furious", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "13", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"phlm", "weap", "amul"}, ExcludeTypes: []string{"miss", "rod"}},
|
||||
1234: {ID: 1234, Name: "Sounding", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "14", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"phlm", "weap", "amul"}, ExcludeTypes: []string{"miss", "rod"}},
|
||||
1235: {ID: 1235, Name: "Resonant", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "14", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"phlm", "weap", "amul"}, ExcludeTypes: []string{"miss", "rod"}},
|
||||
1236: {ID: 1236, Name: "Echoing", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "14", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"phlm", "weap", "amul"}, ExcludeTypes: []string{"miss", "rod"}},
|
||||
1237: {ID: 1237, Name: "Trainer's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "15", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1238: {ID: 1238, Name: "Spiritual", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "16", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1239: {ID: 1239, Name: "Nature's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "17", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1240: {ID: 1240, Name: "Trainer's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "15", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"club", "pelt", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1241: {ID: 1241, Name: "Caretaker's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "15", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"club", "pelt", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1242: {ID: 1242, Name: "Keeper's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "15", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"club", "pelt", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1243: {ID: 1243, Name: "Spiritual", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "16", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"club", "pelt", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1244: {ID: 1244, Name: "Feral", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "16", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"club", "pelt", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1245: {ID: 1245, Name: "Communal", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "16", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"club", "pelt", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1246: {ID: 1246, Name: "Nature's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "17", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"club", "pelt", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1247: {ID: 1247, Name: "Terra's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "17", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"club", "pelt", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1248: {ID: 1248, Name: "Gaea's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "17", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"club", "pelt", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1249: {ID: 1249, Name: "Entrapping", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "18", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1250: {ID: 1250, Name: "Mentalist's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "19", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1251: {ID: 1251, Name: "Shogukusha's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "20", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1252: {ID: 1252, Name: "Entrapping", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "18", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"h2h", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1253: {ID: 1253, Name: "Trickster's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "18", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"h2h", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1254: {ID: 1254, Name: "Cunning", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "18", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"h2h", "amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1255: {ID: 1255, Name: "Mentalist's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "19", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"h2h", "amul", "helm", "circ"}, ExcludeTypes: []string{}},
|
||||
1256: {ID: 1256, Name: "Psychic", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "19", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"h2h", "amul", "helm", "circ"}, ExcludeTypes: []string{}},
|
||||
1257: {ID: 1257, Name: "Shadow", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "19", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"h2h", "amul", "helm", "circ"}, ExcludeTypes: []string{}},
|
||||
1258: {ID: 1258, Name: "Shogukusha's", Rare: true, Level: 20, LevelReq: 15, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "20", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"h2h", "amul", "glov", "circ"}, ExcludeTypes: []string{}},
|
||||
1259: {ID: 1259, Name: "Sensei's", Rare: true, Level: 40, LevelReq: 30, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "20", Min: 2, Max: 2}}, TransformColor: "lgld", ItemTypes: []string{"h2h", "amul", "glov", "circ"}, ExcludeTypes: []string{}},
|
||||
1260: {ID: 1260, Name: "Kenshi's", Rare: false, Level: 60, LevelReq: 45, Group: 125, Mods: []Mod{{Code: "skilltab", Param: "20", Min: 3, Max: 3}}, TransformColor: "lgld", ItemTypes: []string{"h2h", "amul", "glov", "circ"}, ExcludeTypes: []string{}},
|
||||
1261: {ID: 1261, Name: "Miocene", Rare: false, Level: 1, LevelReq: 1, Group: 101, Mods: []Mod{{Code: "ac/lvl", Param: "6", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
||||
1262: {ID: 1262, Name: "Miocene", Rare: true, Level: 1, LevelReq: 1, Group: 101, Mods: []Mod{{Code: "ac/lvl", Param: "1", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"glov", "boot", "belt", "shld"}, ExcludeTypes: []string{}},
|
||||
1263: {ID: 1263, Name: "Oligocene", Rare: true, Level: 10, LevelReq: 7, Group: 101, Mods: []Mod{{Code: "ac/lvl", Param: "9", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
||||
1264: {ID: 1264, Name: "Oligocene", Rare: true, Level: 10, LevelReq: 7, Group: 101, Mods: []Mod{{Code: "ac/lvl", Param: "2", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"glov", "boot", "belt", "shld"}, ExcludeTypes: []string{}},
|
||||
1265: {ID: 1265, Name: "Eocene", Rare: true, Level: 20, LevelReq: 15, Group: 101, Mods: []Mod{{Code: "ac/lvl", Param: "18", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
||||
1266: {ID: 1266, Name: "Eocene", Rare: true, Level: 20, LevelReq: 15, Group: 101, Mods: []Mod{{Code: "ac/lvl", Param: "3", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"glov", "boot", "belt", "shld"}, ExcludeTypes: []string{}},
|
||||
1267: {ID: 1267, Name: "Paleocene", Rare: true, Level: 30, LevelReq: 22, Group: 101, Mods: []Mod{{Code: "ac/lvl", Param: "24", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
||||
1268: {ID: 1268, Name: "Paleocene", Rare: true, Level: 30, LevelReq: 22, Group: 101, Mods: []Mod{{Code: "ac/lvl", Param: "4", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"glov", "boot", "belt", "shld"}, ExcludeTypes: []string{}},
|
||||
1269: {ID: 1269, Name: "Knave's", Rare: false, Level: 1, LevelReq: 1, Group: 111, Mods: []Mod{{Code: "dmg/lvl", Param: "1", Min: 0, Max: 0}, {Code: "att/lvl", Param: "10", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1270: {ID: 1270, Name: "Jack's", Rare: true, Level: 10, LevelReq: 7, Group: 111, Mods: []Mod{{Code: "dmg/lvl", Param: "2", Min: 0, Max: 0}, {Code: "att/lvl", Param: "15", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1271: {ID: 1271, Name: "Jester's", Rare: true, Level: 20, LevelReq: 15, Group: 111, Mods: []Mod{{Code: "dmg/lvl", Param: "3", Min: 0, Max: 0}, {Code: "att/lvl", Param: "22", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1272: {ID: 1272, Name: "Joker's", Rare: true, Level: 35, LevelReq: 26, Group: 111, Mods: []Mod{{Code: "dmg/lvl", Param: "4", Min: 0, Max: 0}, {Code: "att/lvl", Param: "33", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1273: {ID: 1273, Name: "Trump", Rare: true, Level: 50, LevelReq: 37, Group: 111, Mods: []Mod{{Code: "dmg/lvl", Param: "4", Min: 0, Max: 0}, {Code: "att/lvl", Param: "33", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1274: {ID: 1274, Name: "Loud", Rare: false, Level: 1, LevelReq: 1, Group: 105, Mods: []Mod{{Code: "dmg/lvl", Param: "2", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1275: {ID: 1275, Name: "Calling", Rare: true, Level: 10, LevelReq: 7, Group: 105, Mods: []Mod{{Code: "dmg/lvl", Param: "3", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1276: {ID: 1276, Name: "Yelling", Rare: true, Level: 20, LevelReq: 15, Group: 105, Mods: []Mod{{Code: "dmg/lvl", Param: "4", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1277: {ID: 1277, Name: "Shouting", Rare: true, Level: 35, LevelReq: 26, Group: 105, Mods: []Mod{{Code: "dmg/lvl", Param: "5", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1278: {ID: 1278, Name: "Gritty", Rare: true, Level: 50, LevelReq: 37, Group: 105, Mods: []Mod{{Code: "dmg/lvl", Param: "6", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1279: {ID: 1279, Name: "Paradox", Rare: true, Level: 25, LevelReq: 18, Group: 101, Mods: []Mod{{Code: "ac%/lvl", Param: "12", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"tors"}, ExcludeTypes: []string{}},
|
||||
1280: {ID: 1280, Name: "Paradox", Rare: true, Level: 25, LevelReq: 18, Group: 105, Mods: []Mod{{Code: "dmg%/lvl", Param: "12", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1281: {ID: 1281, Name: "Robineye", Rare: false, Level: 1, LevelReq: 1, Group: 111, Mods: []Mod{{Code: "att/lvl", Param: "4", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1282: {ID: 1282, Name: "Sparroweye", Rare: false, Level: 10, LevelReq: 7, Group: 111, Mods: []Mod{{Code: "att/lvl", Param: "6", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1283: {ID: 1283, Name: "Falconeye", Rare: false, Level: 20, LevelReq: 15, Group: 111, Mods: []Mod{{Code: "att/lvl", Param: "8", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1284: {ID: 1284, Name: "Hawkeye", Rare: false, Level: 35, LevelReq: 26, Group: 111, Mods: []Mod{{Code: "att/lvl", Param: "12", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1285: {ID: 1285, Name: "Eagleeye", Rare: false, Level: 50, LevelReq: 37, Group: 111, Mods: []Mod{{Code: "att/lvl", Param: "16", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
1286: {ID: 1286, Name: "Visionary", Rare: true, Level: 25, LevelReq: 18, Group: 111, Mods: []Mod{{Code: "att%/lvl", Param: "2", Min: 0, Max: 0}}, TransformColor: "whit", ItemTypes: []string{"helm", "miss"}, ExcludeTypes: []string{}},
|
||||
1287: {ID: 1287, Name: "Mnemonic", Rare: true, Level: 25, LevelReq: 18, Group: 115, Mods: []Mod{{Code: "mana/lvl", Param: "6", Min: 0, Max: 0}}, TransformColor: "cblu", ItemTypes: []string{"helm"}, ExcludeTypes: []string{}},
|
||||
1288: {ID: 1288, Name: "Snowflake", Rare: true, Level: 25, LevelReq: 18, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 6, Max: 9}, {Code: "cold-max", Param: "", Min: 19, Max: 30}}, TransformColor: "lblu", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{}},
|
||||
1289: {ID: 1289, Name: "Shivering", Rare: true, Level: 35, LevelReq: 26, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 50, Max: 50}, {Code: "cold-min", Param: "", Min: 10, Max: 15}, {Code: "cold-max", Param: "", Min: 31, Max: 45}}, TransformColor: "lblu", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1290: {ID: 1290, Name: "Boreal", Rare: true, Level: 50, LevelReq: 40, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 75, Max: 75}, {Code: "cold-min", Param: "", Min: 16, Max: 23}, {Code: "cold-max", Param: "", Min: 46, Max: 90}}, TransformColor: "lblu", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1291: {ID: 1291, Name: "Hibernal", Rare: true, Level: 70, LevelReq: 60, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 100, Max: 100}, {Code: "cold-min", Param: "", Min: 24, Max: 45}, {Code: "cold-max", Param: "", Min: 91, Max: 140}}, TransformColor: "lblu", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1292: {ID: 1292, Name: "Ember", Rare: true, Level: 25, LevelReq: 18, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 16, Max: 25}, {Code: "fire-max", Param: "", Min: 31, Max: 60}}, TransformColor: "dred", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{}},
|
||||
1293: {ID: 1293, Name: "Smoldering", Rare: true, Level: 35, LevelReq: 26, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 26, Max: 50}, {Code: "fire-max", Param: "", Min: 61, Max: 90}}, TransformColor: "dred", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1294: {ID: 1294, Name: "Smoking", Rare: true, Level: 47, LevelReq: 37, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 51, Max: 80}, {Code: "fire-max", Param: "", Min: 91, Max: 130}}, TransformColor: "dred", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1295: {ID: 1295, Name: "Flaming", Rare: true, Level: 61, LevelReq: 51, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 81, Max: 120}, {Code: "fire-max", Param: "", Min: 131, Max: 180}}, TransformColor: "dred", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1296: {ID: 1296, Name: "Scorching", Rare: true, Level: 77, LevelReq: 67, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 121, Max: 170}, {Code: "fire-max", Param: "", Min: 181, Max: 240}}, TransformColor: "dred", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1297: {ID: 1297, Name: "Static", Rare: true, Level: 25, LevelReq: 18, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 49, Max: 120}}, TransformColor: "lyel", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{}},
|
||||
1298: {ID: 1298, Name: "Glowing", Rare: true, Level: 34, LevelReq: 25, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 121, Max: 180}}, TransformColor: "lyel", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1299: {ID: 1299, Name: "Buzzing", Rare: true, Level: 46, LevelReq: 36, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 181, Max: 260}}, TransformColor: "lyel", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1300: {ID: 1300, Name: "Arcing", Rare: true, Level: 60, LevelReq: 50, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 261, Max: 360}}, TransformColor: "lyel", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1301: {ID: 1301, Name: "Shocking", Rare: true, Level: 76, LevelReq: 66, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 361, Max: 480}}, TransformColor: "lyel", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1302: {ID: 1302, Name: "Septic", Rare: true, Level: 1, LevelReq: 1, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "50", Min: 31, Max: 31}}, TransformColor: "dgrn", ItemTypes: []string{"weap", "circ"}, ExcludeTypes: []string{}},
|
||||
1303: {ID: 1303, Name: "Envenomed", Rare: true, Level: 10, LevelReq: 7, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "75", Min: 41, Max: 41}}, TransformColor: "dgrn", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1304: {ID: 1304, Name: "Corosive", Rare: true, Level: 20, LevelReq: 15, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "100", Min: 205, Max: 205}}, TransformColor: "dgrn", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1305: {ID: 1305, Name: "Toxic", Rare: true, Level: 35, LevelReq: 26, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "125", Min: 308, Max: 308}}, TransformColor: "dgrn", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1306: {ID: 1306, Name: "Pestilent", Rare: false, Level: 50, LevelReq: 37, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "150", Min: 470, Max: 470}}, TransformColor: "dgrn", ItemTypes: []string{"weap"}, ExcludeTypes: []string{}},
|
||||
1307: {ID: 1307, Name: "Maiden's", Rare: true, Level: 36, LevelReq: 27, Group: 125, Mods: []Mod{{Code: "ama", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1308: {ID: 1308, Name: "Valkyrie's", Rare: true, Level: 90, LevelReq: 67, Group: 125, Mods: []Mod{{Code: "ama", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1309: {ID: 1309, Name: "Maiden's", Rare: true, Level: 30, LevelReq: 22, Group: 125, Mods: []Mod{{Code: "ama", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"miss", "spea"}, ExcludeTypes: []string{}},
|
||||
1310: {ID: 1310, Name: "Valkyrie's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "ama", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"miss", "spea"}, ExcludeTypes: []string{}},
|
||||
1311: {ID: 1311, Name: "Monk's", Rare: true, Level: 36, LevelReq: 27, Group: 125, Mods: []Mod{{Code: "pal", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1312: {ID: 1312, Name: "Priest's", Rare: true, Level: 90, LevelReq: 67, Group: 125, Mods: []Mod{{Code: "pal", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1313: {ID: 1313, Name: "Monk's", Rare: true, Level: 30, LevelReq: 22, Group: 125, Mods: []Mod{{Code: "pal", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"scep", "ashd"}, ExcludeTypes: []string{}},
|
||||
1314: {ID: 1314, Name: "Priest's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "pal", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"scep", "ashd"}, ExcludeTypes: []string{}},
|
||||
1315: {ID: 1315, Name: "Monk's", Rare: true, Level: 35, LevelReq: 27, Group: 125, Mods: []Mod{{Code: "pal", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"swor", "mace", "hamm", "shld"}, ExcludeTypes: []string{}},
|
||||
1316: {ID: 1316, Name: "Priest's", Rare: true, Level: 65, LevelReq: 58, Group: 125, Mods: []Mod{{Code: "pal", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"swor", "mace", "hamm", "shld"}, ExcludeTypes: []string{}},
|
||||
1317: {ID: 1317, Name: "Summoner's", Rare: true, Level: 36, LevelReq: 27, Group: 125, Mods: []Mod{{Code: "nec", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1318: {ID: 1318, Name: "Necromancer's", Rare: true, Level: 90, LevelReq: 67, Group: 125, Mods: []Mod{{Code: "nec", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1319: {ID: 1319, Name: "Summoner's", Rare: true, Level: 30, LevelReq: 22, Group: 125, Mods: []Mod{{Code: "nec", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
||||
1320: {ID: 1320, Name: "Necromancer's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "nec", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"wand", "knif", "head"}, ExcludeTypes: []string{}},
|
||||
1321: {ID: 1321, Name: "Angel's", Rare: true, Level: 36, LevelReq: 27, Group: 125, Mods: []Mod{{Code: "sor", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1322: {ID: 1322, Name: "Arch-Angel's", Rare: true, Level: 90, LevelReq: 67, Group: 125, Mods: []Mod{{Code: "sor", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1323: {ID: 1323, Name: "Angel's", Rare: true, Level: 30, LevelReq: 22, Group: 125, Mods: []Mod{{Code: "sor", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
||||
1324: {ID: 1324, Name: "Arch-Angel's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "sor", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"staf", "orb"}, ExcludeTypes: []string{}},
|
||||
1325: {ID: 1325, Name: "Slayer's", Rare: true, Level: 36, LevelReq: 27, Group: 125, Mods: []Mod{{Code: "bar", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1326: {ID: 1326, Name: "Berserker's", Rare: true, Level: 90, LevelReq: 67, Group: 125, Mods: []Mod{{Code: "bar", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1327: {ID: 1327, Name: "Slayer's", Rare: true, Level: 30, LevelReq: 22, Group: 125, Mods: []Mod{{Code: "bar", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"tkni", "axe", "spea", "club", "swor", "hamm", "mace"}, ExcludeTypes: []string{"jave"}},
|
||||
1328: {ID: 1328, Name: "Berserker's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "bar", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"tkni", "axe", "spea", "club", "swor", "hamm", "mace"}, ExcludeTypes: []string{"jave"}},
|
||||
1329: {ID: 1329, Name: "Slayer's", Rare: true, Level: 30, LevelReq: 22, Group: 125, Mods: []Mod{{Code: "bar", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
||||
1330: {ID: 1330, Name: "Berserker's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "bar", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"phlm"}, ExcludeTypes: []string{}},
|
||||
1331: {ID: 1331, Name: "Shaman's", Rare: true, Level: 36, LevelReq: 27, Group: 125, Mods: []Mod{{Code: "dru", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1332: {ID: 1332, Name: "Hierophant's", Rare: true, Level: 90, LevelReq: 67, Group: 125, Mods: []Mod{{Code: "dru", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1333: {ID: 1333, Name: "Shaman's", Rare: true, Level: 30, LevelReq: 22, Group: 125, Mods: []Mod{{Code: "dru", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"club", "pelt"}, ExcludeTypes: []string{}},
|
||||
1334: {ID: 1334, Name: "Hierophant's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "dru", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"club", "pelt"}, ExcludeTypes: []string{}},
|
||||
1335: {ID: 1335, Name: "Magekiller's", Rare: true, Level: 36, LevelReq: 27, Group: 125, Mods: []Mod{{Code: "ass", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1336: {ID: 1336, Name: "Witch-hunter's", Rare: true, Level: 90, LevelReq: 67, Group: 125, Mods: []Mod{{Code: "ass", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"amul", "circ"}, ExcludeTypes: []string{}},
|
||||
1337: {ID: 1337, Name: "Magekiller's", Rare: true, Level: 30, LevelReq: 22, Group: 125, Mods: []Mod{{Code: "ass", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"h2h"}, ExcludeTypes: []string{}},
|
||||
1338: {ID: 1338, Name: "Witch-hunter's", Rare: true, Level: 50, LevelReq: 42, Group: 125, Mods: []Mod{{Code: "ass", Param: "", Min: 2, Max: 2}}, TransformColor: "cgrn", ItemTypes: []string{"h2h"}, ExcludeTypes: []string{}},
|
||||
1339: {ID: 1339, Name: "Compact", Rare: true, Level: 1, LevelReq: 1, Group: 141, Mods: []Mod{{Code: "stack", Param: "", Min: 20, Max: 40}}, TransformColor: "", ItemTypes: []string{"thro"}, ExcludeTypes: []string{}},
|
||||
1340: {ID: 1340, Name: "Thin", Rare: true, Level: 17, LevelReq: 12, Group: 141, Mods: []Mod{{Code: "stack", Param: "", Min: 41, Max: 80}}, TransformColor: "", ItemTypes: []string{"thro"}, ExcludeTypes: []string{}},
|
||||
1341: {ID: 1341, Name: "Dense", Rare: true, Level: 38, LevelReq: 30, Group: 141, Mods: []Mod{{Code: "stack", Param: "", Min: 81, Max: 120}}, TransformColor: "", ItemTypes: []string{"thro"}, ExcludeTypes: []string{}},
|
||||
1342: {ID: 1342, Name: "Consecrated", Rare: true, Level: 1, LevelReq: 1, Group: 142, Mods: []Mod{{Code: "att-undead", Param: "", Min: 25, Max: 75}, {Code: "dmg-undead", Param: "", Min: 25, Max: 75}}, TransformColor: "", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1343: {ID: 1343, Name: "Pure", Rare: true, Level: 15, LevelReq: 11, Group: 142, Mods: []Mod{{Code: "att-undead", Param: "", Min: 76, Max: 175}, {Code: "dmg-undead", Param: "", Min: 76, Max: 125}}, TransformColor: "lgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1344: {ID: 1344, Name: "Sacred", Rare: true, Level: 25, LevelReq: 18, Group: 142, Mods: []Mod{{Code: "att-undead", Param: "", Min: 175, Max: 250}, {Code: "dmg-undead", Param: "", Min: 126, Max: 200}}, TransformColor: "lgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1345: {ID: 1345, Name: "Hallowed", Rare: true, Level: 35, LevelReq: 27, Group: 142, Mods: []Mod{{Code: "att-undead", Param: "", Min: 251, Max: 325}, {Code: "dmg-undead", Param: "", Min: 201, Max: 275}}, TransformColor: "lgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1346: {ID: 1346, Name: "Divine", Rare: false, Level: 45, LevelReq: 37, Group: 142, Mods: []Mod{{Code: "att-undead", Param: "", Min: 326, Max: 450}, {Code: "dmg-undead", Param: "", Min: 276, Max: 350}}, TransformColor: "lgld", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"wand", "orb"}},
|
||||
1347: {ID: 1347, Name: "Pearl", Rare: true, Level: 18, LevelReq: 13, Group: 142, Mods: []Mod{{Code: "att-undead", Param: "", Min: 25, Max: 50}, {Code: "dmg-undead", Param: "", Min: 25, Max: 50}}, TransformColor: "", ItemTypes: []string{"jewl"}, ExcludeTypes: []string{}},
|
||||
1348: {ID: 1348, Name: "Crimson", Rare: true, Level: 5, LevelReq: 3, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 5, Max: 10}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ", "weap"}, ExcludeTypes: []string{}},
|
||||
1349: {ID: 1349, Name: "Red", Rare: true, Level: 15, LevelReq: 11, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1350: {ID: 1350, Name: "Sanguinary", Rare: true, Level: 45, LevelReq: 37, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1351: {ID: 1351, Name: "Bloody", Rare: false, Level: 75, LevelReq: 67, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1352: {ID: 1352, Name: "Red", Rare: true, Level: 30, LevelReq: 22, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 1}}, TransformColor: "dred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1353: {ID: 1353, Name: "Sanguinary", Rare: false, Level: 60, LevelReq: 52, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 2, Max: 2}}, TransformColor: "dred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1354: {ID: 1354, Name: "Red", Rare: true, Level: 90, LevelReq: 82, Group: 103, Mods: []Mod{{Code: "dmg-min", Param: "", Min: 1, Max: 1}}, TransformColor: "dred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1355: {ID: 1355, Name: "Jagged", Rare: true, Level: 7, LevelReq: 5, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1356: {ID: 1356, Name: "Forked", Rare: true, Level: 37, LevelReq: 29, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1357: {ID: 1357, Name: "Serrated", Rare: false, Level: 67, LevelReq: 59, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 3, Max: 3}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1358: {ID: 1358, Name: "Jagged", Rare: true, Level: 22, LevelReq: 16, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "blac", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1359: {ID: 1359, Name: "Forked", Rare: false, Level: 52, LevelReq: 44, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 2, Max: 2}}, TransformColor: "blac", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1360: {ID: 1360, Name: "Jagged", Rare: true, Level: 81, LevelReq: 73, Group: 104, Mods: []Mod{{Code: "dmg-max", Param: "", Min: 1, Max: 1}}, TransformColor: "blac", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1361: {ID: 1361, Name: "Snowflake", Rare: true, Level: 9, LevelReq: 6, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 1, Max: 1}, {Code: "cold-max", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1362: {ID: 1362, Name: "Shivering", Rare: true, Level: 15, LevelReq: 11, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 2, Max: 4}, {Code: "cold-max", Param: "", Min: 4, Max: 8}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1363: {ID: 1363, Name: "Boreal", Rare: true, Level: 30, LevelReq: 22, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 5, Max: 7}, {Code: "cold-max", Param: "", Min: 9, Max: 15}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1364: {ID: 1364, Name: "Hibernal", Rare: false, Level: 45, LevelReq: 38, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 8, Max: 13}, {Code: "cold-max", Param: "", Min: 16, Max: 25}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1365: {ID: 1365, Name: "Snowflake", Rare: true, Level: 18, LevelReq: 13, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 2, Max: 3}, {Code: "cold-max", Param: "", Min: 3, Max: 5}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1366: {ID: 1366, Name: "Shivering", Rare: true, Level: 29, LevelReq: 21, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 4, Max: 5}, {Code: "cold-max", Param: "", Min: 6, Max: 10}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1367: {ID: 1367, Name: "Boreal", Rare: true, Level: 49, LevelReq: 41, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 6, Max: 10}, {Code: "cold-max", Param: "", Min: 11, Max: 20}}, TransformColor: "lblu", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1368: {ID: 1368, Name: "Hibernal", Rare: false, Level: 69, LevelReq: 61, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 11, Max: 15}, {Code: "cold-max", Param: "", Min: 21, Max: 30}}, TransformColor: "lblu", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1369: {ID: 1369, Name: "Snowflake", Rare: true, Level: 27, LevelReq: 20, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 1, Max: 2}, {Code: "cold-max", Param: "", Min: 2, Max: 4}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1370: {ID: 1370, Name: "Shivering", Rare: true, Level: 42, LevelReq: 34, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 3, Max: 4}, {Code: "cold-max", Param: "", Min: 5, Max: 8}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1371: {ID: 1371, Name: "Boreal", Rare: true, Level: 66, LevelReq: 58, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 5, Max: 7}, {Code: "cold-max", Param: "", Min: 9, Max: 14}}, TransformColor: "lblu", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1372: {ID: 1372, Name: "Hibernal", Rare: false, Level: 91, LevelReq: 83, Group: 137, Mods: []Mod{{Code: "cold-len", Param: "", Min: 25, Max: 25}, {Code: "cold-min", Param: "", Min: 8, Max: 10}, {Code: "cold-max", Param: "", Min: 15, Max: 20}}, TransformColor: "lblu", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1373: {ID: 1373, Name: "Ember", Rare: true, Level: 5, LevelReq: 3, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1374: {ID: 1374, Name: "Smoldering", Rare: true, Level: 15, LevelReq: 11, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 2, Max: 3}, {Code: "fire-max", Param: "", Min: 4, Max: 7}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1375: {ID: 1375, Name: "Smoking", Rare: true, Level: 28, LevelReq: 21, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 4, Max: 7}, {Code: "fire-max", Param: "", Min: 8, Max: 19}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1376: {ID: 1376, Name: "Flaming", Rare: false, Level: 43, LevelReq: 35, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 8, Max: 18}, {Code: "fire-max", Param: "", Min: 20, Max: 36}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1377: {ID: 1377, Name: "Ember", Rare: true, Level: 13, LevelReq: 9, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1378: {ID: 1378, Name: "Smoldering", Rare: true, Level: 27, LevelReq: 20, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 2, Max: 3}, {Code: "fire-max", Param: "", Min: 4, Max: 12}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1379: {ID: 1379, Name: "Smoking", Rare: true, Level: 47, LevelReq: 39, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 4, Max: 9}, {Code: "fire-max", Param: "", Min: 13, Max: 27}}, TransformColor: "lred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1380: {ID: 1380, Name: "Flaming", Rare: false, Level: 67, LevelReq: 59, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 10, Max: 27}, {Code: "fire-max", Param: "", Min: 28, Max: 43}}, TransformColor: "lred", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1381: {ID: 1381, Name: "Ember", Rare: true, Level: 21, LevelReq: 15, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 1, Max: 1}, {Code: "fire-max", Param: "", Min: 2, Max: 3}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1382: {ID: 1382, Name: "Smoldering", Rare: true, Level: 40, LevelReq: 32, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 2, Max: 3}, {Code: "fire-max", Param: "", Min: 4, Max: 10}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1383: {ID: 1383, Name: "Smoking", Rare: true, Level: 64, LevelReq: 56, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 4, Max: 9}, {Code: "fire-max", Param: "", Min: 11, Max: 19}}, TransformColor: "lred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1384: {ID: 1384, Name: "Flaming", Rare: false, Level: 89, LevelReq: 81, Group: 138, Mods: []Mod{{Code: "fire-min", Param: "", Min: 10, Max: 19}, {Code: "fire-max", Param: "", Min: 20, Max: 29}}, TransformColor: "lred", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1385: {ID: 1385, Name: "Static", Rare: true, Level: 7, LevelReq: 5, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 4, Max: 5}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1386: {ID: 1386, Name: "Glowing", Rare: true, Level: 14, LevelReq: 10, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 6, Max: 17}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1387: {ID: 1387, Name: "Arcing", Rare: true, Level: 29, LevelReq: 21, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 18, Max: 44}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1388: {ID: 1388, Name: "Shocking", Rare: false, Level: 44, LevelReq: 36, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 45, Max: 79}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1389: {ID: 1389, Name: "Static", Rare: true, Level: 14, LevelReq: 10, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 5, Max: 9}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1390: {ID: 1390, Name: "Glowing", Rare: true, Level: 28, LevelReq: 20, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 10, Max: 26}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1391: {ID: 1391, Name: "Arcing", Rare: true, Level: 48, LevelReq: 40, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 27, Max: 58}}, TransformColor: "whit", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1392: {ID: 1392, Name: "Shocking", Rare: false, Level: 68, LevelReq: 60, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 59, Max: 90}}, TransformColor: "whit", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1393: {ID: 1393, Name: "Static", Rare: true, Level: 23, LevelReq: 17, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 6, Max: 11}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1394: {ID: 1394, Name: "Glowing", Rare: true, Level: 41, LevelReq: 33, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 12, Max: 24}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1395: {ID: 1395, Name: "Arcing", Rare: true, Level: 65, LevelReq: 57, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 25, Max: 43}}, TransformColor: "whit", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1396: {ID: 1396, Name: "Shocking", Rare: false, Level: 90, LevelReq: 82, Group: 139, Mods: []Mod{{Code: "ltng-min", Param: "", Min: 1, Max: 1}, {Code: "ltng-max", Param: "", Min: 44, Max: 71}}, TransformColor: "whit", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1397: {ID: 1397, Name: "Septic", Rare: true, Level: 1, LevelReq: 1, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "75", Min: 18, Max: 18}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1398: {ID: 1398, Name: "Envenomed", Rare: true, Level: 12, LevelReq: 9, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "100", Min: 39, Max: 39}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1399: {ID: 1399, Name: "Toxic", Rare: true, Level: 27, LevelReq: 20, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "125", Min: 103, Max: 103}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1400: {ID: 1400, Name: "Pestilent", Rare: false, Level: 42, LevelReq: 34, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "150", Min: 171, Max: 171}}, TransformColor: "", ItemTypes: []string{"lcha"}, ExcludeTypes: []string{}},
|
||||
1401: {ID: 1401, Name: "Septic", Rare: true, Level: 9, LevelReq: 6, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "75", Min: 35, Max: 35}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1402: {ID: 1402, Name: "Envenomed", Rare: true, Level: 26, LevelReq: 19, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "100", Min: 77, Max: 77}}, TransformColor: "", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1403: {ID: 1403, Name: "Toxic", Rare: true, Level: 46, LevelReq: 38, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "125", Min: 185, Max: 185}}, TransformColor: "dgrn", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1404: {ID: 1404, Name: "Pestilent", Rare: false, Level: 66, LevelReq: 58, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "150", Min: 299, Max: 299}}, TransformColor: "dgrn", ItemTypes: []string{"mcha"}, ExcludeTypes: []string{}},
|
||||
1405: {ID: 1405, Name: "Septic", Rare: true, Level: 18, LevelReq: 13, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "75", Min: 52, Max: 52}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1406: {ID: 1406, Name: "Envenomed", Rare: true, Level: 39, LevelReq: 31, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "100", Min: 128, Max: 128}}, TransformColor: "", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1407: {ID: 1407, Name: "Toxic", Rare: true, Level: 63, LevelReq: 55, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "125", Min: 205, Max: 205}}, TransformColor: "dgrn", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1408: {ID: 1408, Name: "Pestilent", Rare: false, Level: 88, LevelReq: 80, Group: 140, Mods: []Mod{{Code: "dmg-pois", Param: "150", Min: 299, Max: 299}}, TransformColor: "dgrn", ItemTypes: []string{"scha"}, ExcludeTypes: []string{}},
|
||||
1409: {ID: 1409, Name: "Tireless", Rare: true, Level: 1, LevelReq: 1, Group: 108, Mods: []Mod{{Code: "regen-stam", Param: "", Min: 10, Max: 10}}, TransformColor: "", ItemTypes: []string{"boot"}, ExcludeTypes: []string{}},
|
||||
1410: {ID: 1410, Name: "Lizard's", Rare: true, Level: 1, LevelReq: 1, Group: 115, Mods: []Mod{{Code: "mana", Param: "", Min: 1, Max: 2}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "rod", "orb"}, ExcludeTypes: []string{"boot", "glov"}},
|
||||
1411: {ID: 1411, Name: "Azure", Rare: true, Level: 1, LevelReq: 1, Group: 117, Mods: []Mod{{Code: "res-cold", Param: "", Min: 5, Max: 5}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1412: {ID: 1412, Name: "Crimson", Rare: true, Level: 1, LevelReq: 1, Group: 118, Mods: []Mod{{Code: "res-fire", Param: "", Min: 5, Max: 5}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1413: {ID: 1413, Name: "Tangerine", Rare: true, Level: 1, LevelReq: 1, Group: 119, Mods: []Mod{{Code: "res-ltng", Param: "", Min: 5, Max: 5}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1414: {ID: 1414, Name: "Beryl", Rare: true, Level: 1, LevelReq: 1, Group: 120, Mods: []Mod{{Code: "res-pois", Param: "", Min: 5, Max: 5}}, TransformColor: "", ItemTypes: []string{"armo", "ring", "amul", "orb", "circ"}, ExcludeTypes: []string{}},
|
||||
1415: {ID: 1415, Name: "Godly", Rare: true, Level: 50, LevelReq: 43, Group: 101, Mods: []Mod{{Code: "ac%", Param: "", Min: 101, Max: 200}}, TransformColor: "dgld", ItemTypes: []string{"armo"}, ExcludeTypes: []string{}},
|
||||
1416: {ID: 1416, Name: "Cruel", Rare: true, Level: 56, LevelReq: 48, Group: 105, Mods: []Mod{{Code: "dmg%", Param: "", Min: 201, Max: 300}}, TransformColor: "blac", ItemTypes: []string{"weap"}, ExcludeTypes: []string{"staf", "wand", "orb"}},
|
||||
}
|
||||
768
pkg/data/item/magicsuffixes.go
Normal file
768
pkg/data/item/magicsuffixes.go
Normal file
@@ -0,0 +1,768 @@
|
||||
// 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{}},
|
||||
}
|
||||
59
pkg/data/item/rareprefixes.go
Normal file
59
pkg/data/item/rareprefixes.go
Normal file
@@ -0,0 +1,59 @@
|
||||
// Code generated by cmd/txttocode. DO NOT EDIT.
|
||||
// source: cmd/txttocode/txt/rareprefix.txt
|
||||
package item
|
||||
|
||||
type RarePrefix struct {
|
||||
ID int
|
||||
Name string
|
||||
ItemTypes []string
|
||||
ExcludeTypes []string
|
||||
}
|
||||
|
||||
var RarePrefixDesc = map[int]RarePrefix{
|
||||
156: {ID: 156, Name: "Beast", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
157: {ID: 157, Name: "Eagle", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
158: {ID: 158, Name: "Raven", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
159: {ID: 159, Name: "Viper", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
160: {ID: 160, Name: "Ghoul", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
161: {ID: 161, Name: "Skull", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
162: {ID: 162, Name: "Blood", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
163: {ID: 163, Name: "Dread", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
164: {ID: 164, Name: "Doom", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
165: {ID: 165, Name: "Grim", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
166: {ID: 166, Name: "Bone", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
167: {ID: 167, Name: "Death", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
168: {ID: 168, Name: "Shadow", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
169: {ID: 169, Name: "Storm", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
170: {ID: 170, Name: "Rune", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
171: {ID: 171, Name: "Plague", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
172: {ID: 172, Name: "Stone", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
173: {ID: 173, Name: "Wraith", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
174: {ID: 174, Name: "Spirit", ItemTypes: []string{"armo", "rod"}, ExcludeTypes: []string{}},
|
||||
175: {ID: 175, Name: "Storm", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
176: {ID: 176, Name: "Demon", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
177: {ID: 177, Name: "Cruel", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
178: {ID: 178, Name: "Empyrion", ItemTypes: []string{"rod"}, ExcludeTypes: []string{}},
|
||||
179: {ID: 179, Name: "Bramble", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
180: {ID: 180, Name: "Pain", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
181: {ID: 181, Name: "Loath", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
182: {ID: 182, Name: "Glyph", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
183: {ID: 183, Name: "Imp", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
184: {ID: 184, Name: "Fiend", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
185: {ID: 185, Name: "Hailstone", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
186: {ID: 186, Name: "Gale", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
187: {ID: 187, Name: "Dire", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
188: {ID: 188, Name: "Soul", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
189: {ID: 189, Name: "Brimstone", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
190: {ID: 190, Name: "Corpse", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
191: {ID: 191, Name: "Carrion", ItemTypes: []string{"armo", "weap"}, ExcludeTypes: []string{}},
|
||||
192: {ID: 192, Name: "Holocaust", ItemTypes: []string{"tors", "helm", "shld", "swor", "axe"}, ExcludeTypes: []string{}},
|
||||
193: {ID: 193, Name: "Havoc", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
194: {ID: 194, Name: "Bitter", ItemTypes: []string{"armo", "weap", "misc"}, ExcludeTypes: []string{}},
|
||||
195: {ID: 195, Name: "Entropy", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
||||
196: {ID: 196, Name: "Chaos", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
||||
197: {ID: 197, Name: "Order", ItemTypes: []string{"ring", "amul", "scep"}, ExcludeTypes: []string{}},
|
||||
198: {ID: 198, Name: "Rule", ItemTypes: []string{"rod"}, ExcludeTypes: []string{}},
|
||||
199: {ID: 199, Name: "Warp", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
||||
200: {ID: 200, Name: "Rift", ItemTypes: []string{}, ExcludeTypes: []string{}},
|
||||
201: {ID: 201, Name: "Corruption", ItemTypes: []string{"ring", "amul"}, ExcludeTypes: []string{}},
|
||||
}
|
||||
167
pkg/data/item/raresuffixes.go
Normal file
167
pkg/data/item/raresuffixes.go
Normal file
@@ -0,0 +1,167 @@
|
||||
// Code generated by cmd/txttocode. DO NOT EDIT.
|
||||
// source: cmd/txttocode/txt/raresuffix.txt
|
||||
package item
|
||||
|
||||
type RareSuffix struct {
|
||||
ID int
|
||||
Name string
|
||||
ItemTypes []string
|
||||
}
|
||||
|
||||
var RareSuffixDesc = map[int]RareSuffix{
|
||||
1: {ID: 1, Name: "Bite", ItemTypes: []string{"swor", "knif", "spea", "pole", "axe", "h2h"}},
|
||||
2: {ID: 2, Name: "Scratch", ItemTypes: []string{"swor", "knif", "spea", "pole", "h2h"}},
|
||||
3: {ID: 3, Name: "Scalpel", ItemTypes: []string{"swor", "knif"}},
|
||||
4: {ID: 4, Name: "Fang", ItemTypes: []string{"swor", "knif", "spea", "pole"}},
|
||||
5: {ID: 5, Name: "Gutter", ItemTypes: []string{"swor", "knif", "spea", "pole"}},
|
||||
6: {ID: 6, Name: "Thirst", ItemTypes: []string{"swor", "knif", "spea", "pole", "axe", "h2h"}},
|
||||
7: {ID: 7, Name: "Razor", ItemTypes: []string{"swor", "knif", "axe", "h2h"}},
|
||||
8: {ID: 8, Name: "Scythe", ItemTypes: []string{"swor", "axe", "pole"}},
|
||||
9: {ID: 9, Name: "Edge", ItemTypes: []string{"swor", "knif", "axe"}},
|
||||
10: {ID: 10, Name: "Saw", ItemTypes: []string{"swor"}},
|
||||
11: {ID: 11, Name: "Splitter", ItemTypes: []string{"axe", "mace", "club", "hamm"}},
|
||||
12: {ID: 12, Name: "Cleaver", ItemTypes: []string{"swor", "axe"}},
|
||||
13: {ID: 13, Name: "Sever", ItemTypes: []string{"swor", "axe"}},
|
||||
14: {ID: 14, Name: "Sunder", ItemTypes: []string{"axe"}},
|
||||
15: {ID: 15, Name: "Rend", ItemTypes: []string{"axe"}},
|
||||
16: {ID: 16, Name: "Mangler", ItemTypes: []string{"axe", "mace", "club", "hamm"}},
|
||||
17: {ID: 17, Name: "Slayer", ItemTypes: []string{"axe"}},
|
||||
18: {ID: 18, Name: "Reaver", ItemTypes: []string{"axe"}},
|
||||
19: {ID: 19, Name: "Spawn", ItemTypes: []string{"axe", "hamm"}},
|
||||
20: {ID: 20, Name: "Gnash", ItemTypes: []string{"axe", "club", "hamm"}},
|
||||
21: {ID: 21, Name: "Star", ItemTypes: []string{"mace", "hamm", "scep", "wand"}},
|
||||
22: {ID: 22, Name: "Blow", ItemTypes: []string{"mace", "club", "hamm", "scep"}},
|
||||
23: {ID: 23, Name: "Smasher", ItemTypes: []string{"mace", "club", "hamm", "scep"}},
|
||||
24: {ID: 24, Name: "Bane", ItemTypes: []string{"mace", "scep", "wand"}},
|
||||
25: {ID: 25, Name: "Crusher", ItemTypes: []string{"mace", "club", "hamm", "scep"}},
|
||||
26: {ID: 26, Name: "Breaker", ItemTypes: []string{"mace", "club", "hamm", "scep"}},
|
||||
27: {ID: 27, Name: "Grinder", ItemTypes: []string{"mace", "club", "hamm", "scep"}},
|
||||
28: {ID: 28, Name: "Crack", ItemTypes: []string{"mace", "club", "hamm", "scep", "wand"}},
|
||||
29: {ID: 29, Name: "Mallet", ItemTypes: []string{"hamm", "club"}},
|
||||
30: {ID: 30, Name: "Knell", ItemTypes: []string{"mace", "club", "scep", "wand"}},
|
||||
31: {ID: 31, Name: "Lance", ItemTypes: []string{"spea", "pole"}},
|
||||
32: {ID: 32, Name: "Spike", ItemTypes: []string{"swor", "knif", "spea", "pole"}},
|
||||
33: {ID: 33, Name: "Impaler", ItemTypes: []string{"swor", "knif", "spea", "pole"}},
|
||||
34: {ID: 34, Name: "Skewer", ItemTypes: []string{"swor", "knif", "spea"}},
|
||||
35: {ID: 35, Name: "Prod", ItemTypes: []string{"spea", "pole"}},
|
||||
36: {ID: 36, Name: "Scourge", ItemTypes: []string{"spea", "pole"}},
|
||||
37: {ID: 37, Name: "Wand", ItemTypes: []string{"wand"}},
|
||||
38: {ID: 38, Name: "Wrack", ItemTypes: []string{"spea", "pole"}},
|
||||
39: {ID: 39, Name: "Barb", ItemTypes: []string{"swor", "knif", "axe", "spea", "pole", "h2h"}},
|
||||
40: {ID: 40, Name: "Needle", ItemTypes: []string{"swor", "knif", "spea", "miss"}},
|
||||
41: {ID: 41, Name: "Dart", ItemTypes: []string{"spea", "miss"}},
|
||||
42: {ID: 42, Name: "Bolt", ItemTypes: []string{"miss", "jave"}},
|
||||
43: {ID: 43, Name: "Quarrel", ItemTypes: []string{"miss"}},
|
||||
44: {ID: 44, Name: "Fletch", ItemTypes: []string{"miss"}},
|
||||
45: {ID: 45, Name: "Flight", ItemTypes: []string{"miss", "jave"}},
|
||||
46: {ID: 46, Name: "Nock", ItemTypes: []string{"miss"}},
|
||||
47: {ID: 47, Name: "Horn", ItemTypes: []string{"helm", "miss", "knif"}},
|
||||
48: {ID: 48, Name: "Stinger", ItemTypes: []string{"swor", "knif", "spea", "miss"}},
|
||||
49: {ID: 49, Name: "Quill", ItemTypes: []string{"knif", "miss"}},
|
||||
50: {ID: 50, Name: "Goad", ItemTypes: []string{"spea", "pole", "staf"}},
|
||||
51: {ID: 51, Name: "Branch", ItemTypes: []string{"spea", "staf", "bow"}},
|
||||
52: {ID: 52, Name: "Spire", ItemTypes: []string{"staf"}},
|
||||
53: {ID: 53, Name: "Song", ItemTypes: []string{"weap"}},
|
||||
54: {ID: 54, Name: "Call", ItemTypes: []string{"rod"}},
|
||||
55: {ID: 55, Name: "Cry", ItemTypes: []string{"rod"}},
|
||||
56: {ID: 56, Name: "Spell", ItemTypes: []string{"rod"}},
|
||||
57: {ID: 57, Name: "Chant", ItemTypes: []string{"rod"}},
|
||||
58: {ID: 58, Name: "Weaver", ItemTypes: []string{"rod"}},
|
||||
59: {ID: 59, Name: "Gnarl", ItemTypes: []string{"club", "wand", "staf"}},
|
||||
60: {ID: 60, Name: "Visage", ItemTypes: []string{"helm"}},
|
||||
61: {ID: 61, Name: "Crest", ItemTypes: []string{"helm"}},
|
||||
62: {ID: 62, Name: "Circlet", ItemTypes: []string{"helm"}},
|
||||
63: {ID: 63, Name: "Veil", ItemTypes: []string{"helm"}},
|
||||
64: {ID: 64, Name: "Hood", ItemTypes: []string{"helm"}},
|
||||
65: {ID: 65, Name: "Mask", ItemTypes: []string{"helm"}},
|
||||
66: {ID: 66, Name: "Brow", ItemTypes: []string{"helm"}},
|
||||
67: {ID: 67, Name: "Casque", ItemTypes: []string{"helm"}},
|
||||
68: {ID: 68, Name: "Visor", ItemTypes: []string{"helm"}},
|
||||
69: {ID: 69, Name: "Cowl", ItemTypes: []string{"helm"}},
|
||||
70: {ID: 70, Name: "Hide", ItemTypes: []string{"tors"}},
|
||||
71: {ID: 71, Name: "Pelt", ItemTypes: []string{"tors"}},
|
||||
72: {ID: 72, Name: "Carapace", ItemTypes: []string{"tors"}},
|
||||
73: {ID: 73, Name: "Coat", ItemTypes: []string{"tors"}},
|
||||
74: {ID: 74, Name: "Wrap", ItemTypes: []string{"tors"}},
|
||||
75: {ID: 75, Name: "Suit", ItemTypes: []string{"tors"}},
|
||||
76: {ID: 76, Name: "Cloak", ItemTypes: []string{"tors"}},
|
||||
77: {ID: 77, Name: "Shroud", ItemTypes: []string{"tors"}},
|
||||
78: {ID: 78, Name: "Jack", ItemTypes: []string{"tors"}},
|
||||
79: {ID: 79, Name: "Mantle", ItemTypes: []string{"tors"}},
|
||||
80: {ID: 80, Name: "Guard", ItemTypes: []string{"shld"}},
|
||||
81: {ID: 81, Name: "Badge", ItemTypes: []string{"shld"}},
|
||||
82: {ID: 82, Name: "Rock", ItemTypes: []string{"shld"}},
|
||||
83: {ID: 83, Name: "Aegis", ItemTypes: []string{"shld"}},
|
||||
84: {ID: 84, Name: "Ward", ItemTypes: []string{"shld"}},
|
||||
85: {ID: 85, Name: "Tower", ItemTypes: []string{"shld"}},
|
||||
86: {ID: 86, Name: "Shield", ItemTypes: []string{"shld"}},
|
||||
87: {ID: 87, Name: "Wing", ItemTypes: []string{"shld", "amul"}},
|
||||
88: {ID: 88, Name: "Mark", ItemTypes: []string{"shld", "amul"}},
|
||||
89: {ID: 89, Name: "Emblem", ItemTypes: []string{"shld", "amul"}},
|
||||
90: {ID: 90, Name: "Hand", ItemTypes: []string{"glov"}},
|
||||
91: {ID: 91, Name: "Fist", ItemTypes: []string{"glov", "h2h"}},
|
||||
92: {ID: 92, Name: "Claw", ItemTypes: []string{"glov", "h2h"}},
|
||||
93: {ID: 93, Name: "Clutches", ItemTypes: []string{"glov"}},
|
||||
94: {ID: 94, Name: "Grip", ItemTypes: []string{"glov", "ring"}},
|
||||
95: {ID: 95, Name: "Grasp", ItemTypes: []string{"glov", "ring"}},
|
||||
96: {ID: 96, Name: "Hold", ItemTypes: []string{"glov", "ring"}},
|
||||
97: {ID: 97, Name: "Touch", ItemTypes: []string{"glov", "ring"}},
|
||||
98: {ID: 98, Name: "Finger", ItemTypes: []string{"glov", "ring"}},
|
||||
99: {ID: 99, Name: "Knuckle", ItemTypes: []string{"glov"}},
|
||||
100: {ID: 100, Name: "Shank", ItemTypes: []string{"boot"}},
|
||||
101: {ID: 101, Name: "Spur", ItemTypes: []string{"boot"}},
|
||||
102: {ID: 102, Name: "Tread", ItemTypes: []string{"boot"}},
|
||||
103: {ID: 103, Name: "Stalker", ItemTypes: []string{"boot"}},
|
||||
104: {ID: 104, Name: "Greave", ItemTypes: []string{"boot"}},
|
||||
105: {ID: 105, Name: "Blazer", ItemTypes: []string{"boot"}},
|
||||
106: {ID: 106, Name: "Nails", ItemTypes: []string{"boot", "spea", "pole"}},
|
||||
107: {ID: 107, Name: "Trample", ItemTypes: []string{"boot"}},
|
||||
108: {ID: 108, Name: "Brogues", ItemTypes: []string{"boot"}},
|
||||
109: {ID: 109, Name: "Track", ItemTypes: []string{"boot"}},
|
||||
110: {ID: 110, Name: "Slippers", ItemTypes: []string{"boot"}},
|
||||
111: {ID: 111, Name: "Clasp", ItemTypes: []string{"belt", "amul"}},
|
||||
112: {ID: 112, Name: "Buckle", ItemTypes: []string{"belt"}},
|
||||
113: {ID: 113, Name: "Harness", ItemTypes: []string{"belt"}},
|
||||
114: {ID: 114, Name: "Lock", ItemTypes: []string{"belt"}},
|
||||
115: {ID: 115, Name: "Fringe", ItemTypes: []string{"belt"}},
|
||||
116: {ID: 116, Name: "Winding", ItemTypes: []string{"belt"}},
|
||||
117: {ID: 117, Name: "Chain", ItemTypes: []string{"belt"}},
|
||||
118: {ID: 118, Name: "Strap", ItemTypes: []string{"belt"}},
|
||||
119: {ID: 119, Name: "Lash", ItemTypes: []string{"belt"}},
|
||||
120: {ID: 120, Name: "Cord", ItemTypes: []string{"belt"}},
|
||||
121: {ID: 121, Name: "Knot", ItemTypes: []string{"ring"}},
|
||||
122: {ID: 122, Name: "Circle", ItemTypes: []string{"ring"}},
|
||||
123: {ID: 123, Name: "Loop", ItemTypes: []string{"ring"}},
|
||||
124: {ID: 124, Name: "Eye", ItemTypes: []string{"misc"}},
|
||||
125: {ID: 125, Name: "Turn", ItemTypes: []string{"ring"}},
|
||||
126: {ID: 126, Name: "Spiral", ItemTypes: []string{"ring"}},
|
||||
127: {ID: 127, Name: "Coil", ItemTypes: []string{"ring"}},
|
||||
128: {ID: 128, Name: "Gyre", ItemTypes: []string{"ring", "orb", "jewl"}},
|
||||
129: {ID: 129, Name: "Band", ItemTypes: []string{"ring"}},
|
||||
130: {ID: 130, Name: "Whorl", ItemTypes: []string{"ring", "orb", "jewl"}},
|
||||
131: {ID: 131, Name: "Talisman", ItemTypes: []string{"amul", "jewl"}},
|
||||
132: {ID: 132, Name: "Heart", ItemTypes: []string{"amul", "orb", "jewl"}},
|
||||
133: {ID: 133, Name: "Noose", ItemTypes: []string{"amul"}},
|
||||
134: {ID: 134, Name: "Necklace", ItemTypes: []string{"amul"}},
|
||||
135: {ID: 135, Name: "Collar", ItemTypes: []string{"amul"}},
|
||||
136: {ID: 136, Name: "Beads", ItemTypes: []string{"amul"}},
|
||||
137: {ID: 137, Name: "Torc", ItemTypes: []string{"amul"}},
|
||||
138: {ID: 138, Name: "Gorget", ItemTypes: []string{"amul"}},
|
||||
139: {ID: 139, Name: "Scarab", ItemTypes: []string{"amul", "jewl"}},
|
||||
140: {ID: 140, Name: "Wood", ItemTypes: []string{"spea", "pole", "wand", "staf"}},
|
||||
141: {ID: 141, Name: "Brand", ItemTypes: []string{"blun"}},
|
||||
142: {ID: 142, Name: "Bludgeon", ItemTypes: []string{"blun"}},
|
||||
143: {ID: 143, Name: "Cudgel", ItemTypes: []string{"club", "wand"}},
|
||||
144: {ID: 144, Name: "Loom", ItemTypes: []string{"miss"}},
|
||||
145: {ID: 145, Name: "Harp", ItemTypes: []string{"miss"}},
|
||||
146: {ID: 146, Name: "Master", ItemTypes: []string{"ring"}},
|
||||
147: {ID: 147, Name: "Bar", ItemTypes: []string{"blun", "spea", "pole"}},
|
||||
148: {ID: 148, Name: "Hew", ItemTypes: []string{"swor", "knif", "axe"}},
|
||||
149: {ID: 149, Name: "Crook", ItemTypes: []string{"staf"}},
|
||||
150: {ID: 150, Name: "Mar", ItemTypes: []string{"swor", "knif", "mace", "club", "hamm", "spea"}},
|
||||
151: {ID: 151, Name: "Shell", ItemTypes: []string{"tors", "helm", "shld"}},
|
||||
152: {ID: 152, Name: "Stake", ItemTypes: []string{"spea", "pole"}},
|
||||
153: {ID: 153, Name: "Picket", ItemTypes: []string{"spea", "pole"}},
|
||||
154: {ID: 154, Name: "Pale", ItemTypes: []string{"spea", "pole"}},
|
||||
155: {ID: 155, Name: "Flange", ItemTypes: []string{"tors", "mace", "hamm", "scep"}},
|
||||
}
|
||||
196
pkg/data/item/runeword.go
Normal file
196
pkg/data/item/runeword.go
Normal file
@@ -0,0 +1,196 @@
|
||||
package item
|
||||
|
||||
type RunewordName string
|
||||
|
||||
const (
|
||||
RunewordNone RunewordName = ""
|
||||
RunewordAncientsPledge RunewordName = "Ancients' Pledge"
|
||||
RunewordBeast RunewordName = "Beast"
|
||||
RunewordBlack RunewordName = "Black"
|
||||
RunewordBone RunewordName = "Bone"
|
||||
RunewordBramble RunewordName = "Bramble"
|
||||
RunewordBrand RunewordName = "Brand"
|
||||
RunewordBreathOfTheDying RunewordName = "Breath of the Dying"
|
||||
RunewordCallToArms RunewordName = "Call to Arms"
|
||||
RunewordChainsOfHonor RunewordName = "Chains of Honor"
|
||||
RunewordChaos RunewordName = "Chaos"
|
||||
RunewordCrescentMoon RunewordName = "Crescent Moon"
|
||||
RunewordDeath RunewordName = "Death"
|
||||
RunewordDelerium RunewordName = "Delerium"
|
||||
RunewordDestruction RunewordName = "Destruction"
|
||||
RunewordDoom RunewordName = "Doom"
|
||||
RunewordDragon RunewordName = "Dragon"
|
||||
RunewordDream RunewordName = "Dream"
|
||||
RunewordDuress RunewordName = "Duress"
|
||||
RunewordEdge RunewordName = "Edge"
|
||||
RunewordEnigma RunewordName = "Enigma"
|
||||
RunewordEnlightenment RunewordName = "Enlightenment"
|
||||
RunewordEternity RunewordName = "Eternity"
|
||||
RunewordExile RunewordName = "Exile"
|
||||
RunewordFaith RunewordName = "Faith"
|
||||
RunewordFamine RunewordName = "Famine"
|
||||
RunewordFlickeringFlame RunewordName = "Flickering Flame"
|
||||
RunewordFortitude RunewordName = "Fortitude"
|
||||
RunewordFury RunewordName = "Fury"
|
||||
RunewordGloom RunewordName = "Gloom"
|
||||
RunewordGrief RunewordName = "Grief"
|
||||
RunewordHandOfJustice RunewordName = "Hand of Justice"
|
||||
RunewordHarmony RunewordName = "Harmony"
|
||||
RunewordHeartOfTheOak RunewordName = "Heart of the Oak"
|
||||
RunewordHolyThunder RunewordName = "Holy Thunder"
|
||||
RunewordHonor RunewordName = "Honor"
|
||||
RunewordIce RunewordName = "Ice"
|
||||
RunewordInfinity RunewordName = "Infinity"
|
||||
RunewordInsight RunewordName = "Insight"
|
||||
RunewordKingsGrace RunewordName = "King's Grace"
|
||||
RunewordKingslayer RunewordName = "Kingslayer"
|
||||
RunewordLastWish RunewordName = "Last Wish"
|
||||
RunewordLawbringer RunewordName = "Lawbringer"
|
||||
RunewordLeaf RunewordName = "Leaf"
|
||||
RunewordLionheart RunewordName = "Lionheart"
|
||||
RunewordLore RunewordName = "Lore"
|
||||
RunewordMalice RunewordName = "Malice"
|
||||
RunewordMelody RunewordName = "Melody"
|
||||
RunewordMemory RunewordName = "Memory"
|
||||
RunewordMist RunewordName = "Mist"
|
||||
RunewordMyth RunewordName = "Myth"
|
||||
RunewordNadir RunewordName = "Nadir"
|
||||
RunewordOath RunewordName = "Oath"
|
||||
RunewordObedience RunewordName = "Obedience"
|
||||
RunewordObsession RunewordName = "Obsession"
|
||||
RunewordPassion RunewordName = "Passion"
|
||||
RunewordPattern RunewordName = "Pattern"
|
||||
RunewordPeace RunewordName = "Peace"
|
||||
RunewordPhoenix RunewordName = "Phoenix"
|
||||
RunewordPlague RunewordName = "Plague"
|
||||
RunewordPride RunewordName = "Pride"
|
||||
RunewordPrinciple RunewordName = "Principle"
|
||||
RunewordPrudence RunewordName = "Prudence"
|
||||
RunewordRadiance RunewordName = "Radiance"
|
||||
RunewordRain RunewordName = "Rain"
|
||||
RunewordRhyme RunewordName = "Rhyme"
|
||||
RunewordRift RunewordName = "Rift"
|
||||
RunewordSanctuary RunewordName = "Sanctuary"
|
||||
RunewordSilence RunewordName = "Silence"
|
||||
RunewordSmoke RunewordName = "Smoke"
|
||||
RunewordSpirit RunewordName = "Spirit"
|
||||
RunewordSplendor RunewordName = "Splendor"
|
||||
RunewordStealth RunewordName = "Stealth"
|
||||
RunewordSteel RunewordName = "Steel"
|
||||
RunewordStone RunewordName = "Stone"
|
||||
RunewordStrength RunewordName = "Strength"
|
||||
RunewordTreachery RunewordName = "Treachery"
|
||||
RunewordUnbendingWill RunewordName = "Unbending Will"
|
||||
RunewordVenom RunewordName = "Venom"
|
||||
RunewordVoiceOfReason RunewordName = "Voice of Reason"
|
||||
RunewordWealth RunewordName = "Wealth"
|
||||
RunewordWhite RunewordName = "White"
|
||||
RunewordWind RunewordName = "Wind"
|
||||
RunewordWisdom RunewordName = "Wisdom"
|
||||
RunewordWrath RunewordName = "Wrath"
|
||||
RunewordZephyr RunewordName = "Zephyr"
|
||||
RunewordHustle RunewordName = "Hustle"
|
||||
RunewordMosaic RunewordName = "Mosaic"
|
||||
RunewordMetamorphosis RunewordName = "Metamorphosis"
|
||||
RunewordGround RunewordName = "Ground"
|
||||
RunewordTemper RunewordName = "Temper"
|
||||
RunewordHearth RunewordName = "Hearth"
|
||||
RunewordCure RunewordName = "Cure"
|
||||
RunewordBulwark RunewordName = "Bulwark"
|
||||
)
|
||||
|
||||
var RunewordIDMap = map[int16]RunewordName{
|
||||
20507: RunewordAncientsPledge,
|
||||
20510: RunewordBeast,
|
||||
20512: RunewordBlack,
|
||||
20514: RunewordBone,
|
||||
20515: RunewordBramble,
|
||||
20516: RunewordBrand,
|
||||
20517: RunewordBreathOfTheDying,
|
||||
20519: RunewordCallToArms,
|
||||
20520: RunewordChainsOfHonor,
|
||||
20522: RunewordChaos,
|
||||
20523: RunewordCrescentMoon,
|
||||
20526: RunewordDeath,
|
||||
20528: RunewordDelerium,
|
||||
20531: RunewordDestruction,
|
||||
20532: RunewordDoom,
|
||||
20533: RunewordDragon,
|
||||
20535: RunewordDream,
|
||||
20536: RunewordDuress,
|
||||
20537: RunewordEdge,
|
||||
20539: RunewordEnigma,
|
||||
20540: RunewordEnlightenment,
|
||||
20542: RunewordEternity,
|
||||
20543: RunewordExile,
|
||||
20544: RunewordFaith,
|
||||
20545: RunewordFamine,
|
||||
20546: RunewordFlickeringFlame,
|
||||
20547: RunewordFortitude,
|
||||
20550: RunewordFury,
|
||||
20551: RunewordGloom,
|
||||
20553: RunewordGrief,
|
||||
20554: RunewordHandOfJustice,
|
||||
20555: RunewordHarmony,
|
||||
20557: RunewordHeartOfTheOak,
|
||||
20560: RunewordHolyThunder,
|
||||
20561: RunewordHonor,
|
||||
20565: RunewordIce,
|
||||
20566: RunewordInfinity,
|
||||
20568: RunewordInsight,
|
||||
20571: RunewordKingsGrace,
|
||||
20572: RunewordKingslayer,
|
||||
20575: RunewordLastWish,
|
||||
20577: RunewordLawbringer,
|
||||
20578: RunewordLeaf,
|
||||
20580: RunewordLionheart,
|
||||
20581: RunewordLore,
|
||||
20586: RunewordMalice,
|
||||
20587: RunewordMelody,
|
||||
20588: RunewordMemory,
|
||||
20589: RunewordMist,
|
||||
20592: RunewordMyth,
|
||||
20593: RunewordNadir,
|
||||
20596: RunewordOath,
|
||||
20597: RunewordObedience,
|
||||
20599: RunewordObsession,
|
||||
20600: RunewordPassion,
|
||||
20602: RunewordPattern,
|
||||
20603: RunewordPeace,
|
||||
20608: RunewordPhoenix,
|
||||
20611: RunewordPlague,
|
||||
20614: RunewordPride,
|
||||
20615: RunewordPrinciple,
|
||||
20617: RunewordPrudence,
|
||||
20621: RunewordRadiance,
|
||||
20622: RunewordRain,
|
||||
20625: RunewordRhyme,
|
||||
20626: RunewordRift,
|
||||
20627: RunewordSanctuary,
|
||||
20631: RunewordSilence,
|
||||
20633: RunewordSmoke,
|
||||
20635: RunewordSpirit,
|
||||
20636: RunewordSplendor,
|
||||
20638: RunewordStealth,
|
||||
20639: RunewordSteel,
|
||||
20642: RunewordStone,
|
||||
20644: RunewordStrength,
|
||||
20653: RunewordTreachery,
|
||||
20656: RunewordUnbendingWill,
|
||||
20659: RunewordVenom,
|
||||
20661: RunewordVoiceOfReason,
|
||||
20665: RunewordWealth,
|
||||
20667: RunewordWhite,
|
||||
20668: RunewordWind,
|
||||
20670: RunewordWisdom,
|
||||
20673: RunewordWrath,
|
||||
20675: RunewordZephyr,
|
||||
27360: RunewordHustle,
|
||||
27362: RunewordMosaic,
|
||||
27363: RunewordMetamorphosis,
|
||||
27364: RunewordGround,
|
||||
27365: RunewordTemper,
|
||||
27366: RunewordHearth,
|
||||
27367: RunewordCure,
|
||||
27368: RunewordBulwark,
|
||||
}
|
||||
470
pkg/data/item/setitems.go
Normal file
470
pkg/data/item/setitems.go
Normal file
@@ -0,0 +1,470 @@
|
||||
// Code generated by cmd/txttocode. DO NOT EDIT.
|
||||
// source: cmd/txttocode/txt/setitems.txt
|
||||
package item
|
||||
|
||||
type SetName string
|
||||
type SetItemName string
|
||||
|
||||
const (
|
||||
SetItemNone SetItemName = ""
|
||||
CiverbsWard SetItemName = "Civerb's Ward"
|
||||
CiverbsIcon SetItemName = "Civerb's Icon"
|
||||
CiverbsCudgel SetItemName = "Civerb's Cudgel"
|
||||
HsarusIronHeel SetItemName = "Hsarus' Iron Heel"
|
||||
HsarusIronFist SetItemName = "Hsarus' Iron Fist"
|
||||
HsarusIronStay SetItemName = "Hsarus' Iron Stay"
|
||||
CleglawsTooth SetItemName = "Cleglaw's Tooth"
|
||||
CleglawsClaw SetItemName = "Cleglaw's Claw"
|
||||
CleglawsPincers SetItemName = "Cleglaw's Pincers"
|
||||
IrathasCollar SetItemName = "Iratha's Collar"
|
||||
IrathasCuff SetItemName = "Iratha's Cuff"
|
||||
IrathasCoil SetItemName = "Iratha's Coil"
|
||||
IrathasCord SetItemName = "Iratha's Cord"
|
||||
IsenhartsLightbrand SetItemName = "Isenhart's Lightbrand"
|
||||
IsenhartsParry SetItemName = "Isenhart's Parry"
|
||||
IsenhartsCase SetItemName = "Isenhart's Case"
|
||||
IsenhartsHorns SetItemName = "Isenhart's Horns"
|
||||
VidalasBarb SetItemName = "Vidala's Barb"
|
||||
VidalasFetlock SetItemName = "Vidala's Fetlock"
|
||||
VidalasAmbush SetItemName = "Vidala's Ambush"
|
||||
VidalasSnare SetItemName = "Vidala's Snare"
|
||||
MilabregasOrb SetItemName = "Milabrega's Orb"
|
||||
MilabregasRod SetItemName = "Milabrega's Rod"
|
||||
MilabregasDiadem SetItemName = "Milabrega's Diadem"
|
||||
MilabregasRobe SetItemName = "Milabrega's Robe"
|
||||
CathansRule SetItemName = "Cathan's Rule"
|
||||
CathansMesh SetItemName = "Cathan's Mesh"
|
||||
CathansVisage SetItemName = "Cathan's Visage"
|
||||
CathansSigil SetItemName = "Cathan's Sigil"
|
||||
CathansSeal SetItemName = "Cathan's Seal"
|
||||
TancredsCrowbill SetItemName = "Tancred's Crowbill"
|
||||
TancredsSpine SetItemName = "Tancred's Spine"
|
||||
TancredsHobnails SetItemName = "Tancred's Hobnails"
|
||||
TancredsWeird SetItemName = "Tancred's Weird"
|
||||
TancredsSkull SetItemName = "Tancred's Skull"
|
||||
SigonsGage SetItemName = "Sigon's Gage"
|
||||
SigonsVisor SetItemName = "Sigon's Visor"
|
||||
SigonsShelter SetItemName = "Sigon's Shelter"
|
||||
SigonsSabot SetItemName = "Sigon's Sabot"
|
||||
SigonsWrap SetItemName = "Sigon's Wrap"
|
||||
SigonsGuard SetItemName = "Sigon's Guard"
|
||||
InfernalCranium SetItemName = "Infernal Cranium"
|
||||
InfernalTorch SetItemName = "Infernal Torch"
|
||||
InfernalSign SetItemName = "Infernal Sign"
|
||||
BerserkersHeadgear SetItemName = "Berserker's Headgear"
|
||||
BerserkersHauberk SetItemName = "Berserker's Hauberk"
|
||||
BerserkersHatchet SetItemName = "Berserker's Hatchet"
|
||||
DeathsHand SetItemName = "Death's Hand"
|
||||
DeathsGuard SetItemName = "Death's Guard"
|
||||
DeathsTouch SetItemName = "Death's Touch"
|
||||
AngelicSickle SetItemName = "Angelic Sickle"
|
||||
AngelicMantle SetItemName = "Angelic Mantle"
|
||||
AngelicHalo SetItemName = "Angelic Halo"
|
||||
AngelicWings SetItemName = "Angelic Wings"
|
||||
ArcticHorn SetItemName = "Arctic Horn"
|
||||
ArcticFurs SetItemName = "Arctic Furs"
|
||||
ArcticBinding SetItemName = "Arctic Binding"
|
||||
ArcticMitts SetItemName = "Arctic Mitts"
|
||||
ArcannasSign SetItemName = "Arcanna's Sign"
|
||||
ArcannasDeathwand SetItemName = "Arcanna's Deathwand"
|
||||
ArcannasHead SetItemName = "Arcanna's Head"
|
||||
ArcannasFlesh SetItemName = "Arcanna's Flesh"
|
||||
NatalyasTotem SetItemName = "Natalya's Totem"
|
||||
NatalyasMark SetItemName = "Natalya's Mark"
|
||||
NatalyasShadow SetItemName = "Natalya's Shadow"
|
||||
NatalyasSoul SetItemName = "Natalya's Soul"
|
||||
AldursStonyGaze SetItemName = "Aldur's Stony Gaze"
|
||||
AldursDeception SetItemName = "Aldur's Deception"
|
||||
AldursRhythm SetItemName = "Aldur's Rhythm"
|
||||
AldursAdvance SetItemName = "Aldur's Advance"
|
||||
ImmortalKingsWill SetItemName = "Immortal King's Will"
|
||||
ImmortalKingsSoulCage SetItemName = "Immortal King's Soul Cage"
|
||||
ImmortalKingsDetail SetItemName = "Immortal King's Detail"
|
||||
ImmortalKingsForge SetItemName = "Immortal King's Forge"
|
||||
ImmortalKingsPillar SetItemName = "Immortal King's Pillar"
|
||||
ImmortalKingsStoneCrusher SetItemName = "Immortal King's Stone Crusher"
|
||||
TalRashasFireSpunCloth SetItemName = "Tal Rasha's Fire-Spun Cloth"
|
||||
TalRashasAdjudication SetItemName = "Tal Rasha's Adjudication"
|
||||
TalRashasLidlessEye SetItemName = "Tal Rasha's Lidless Eye"
|
||||
TalRashasGuardianship SetItemName = "Tal Rasha's Guardianship"
|
||||
TalRashasHoradricCrest SetItemName = "Tal Rasha's Horadric Crest"
|
||||
GriswoldsValor SetItemName = "Griswold's Valor"
|
||||
GriswoldsHeart SetItemName = "Griswold's Heart"
|
||||
GriswoldssRedemption SetItemName = "Griswolds's Redemption"
|
||||
GriswoldsHonor SetItemName = "Griswold's Honor"
|
||||
TrangOulsGuise SetItemName = "Trang-Oul's Guise"
|
||||
TrangOulsScales SetItemName = "Trang-Oul's Scales"
|
||||
TrangOulsWing SetItemName = "Trang-Oul's Wing"
|
||||
TrangOulsClaws SetItemName = "Trang-Oul's Claws"
|
||||
TrangOulsGirth SetItemName = "Trang-Oul's Girth"
|
||||
MavinasTrueSight SetItemName = "M'avina's True Sight"
|
||||
MavinasEmbrace SetItemName = "M'avina's Embrace"
|
||||
MavinasIcyClutch SetItemName = "M'avina's Icy Clutch"
|
||||
MavinasTenet SetItemName = "M'avina's Tenet"
|
||||
MavinasCaster SetItemName = "M'avina's Caster"
|
||||
TellingofBeads SetItemName = "Telling of Beads"
|
||||
LayingofHands SetItemName = "Laying of Hands"
|
||||
RiteofPassage SetItemName = "Rite of Passage"
|
||||
DarkAdherent SetItemName = "Dark Adherent"
|
||||
Credendum SetItemName = "Credendum"
|
||||
DangoonsTeaching SetItemName = "Dangoon's Teaching"
|
||||
TaebaeksGlory SetItemName = "Taebaek's Glory"
|
||||
HaemosusAdament SetItemName = "Haemosu's Adament"
|
||||
OndalsAlmighty SetItemName = "Ondal's Almighty"
|
||||
GuillaumesFace SetItemName = "Guillaume's Face"
|
||||
WilhelmsPride SetItemName = "Wilhelm's Pride"
|
||||
MagnusSkin SetItemName = "Magnus' Skin"
|
||||
WihtstansGuard SetItemName = "Wihtstan's Guard"
|
||||
HwaninsSplendor SetItemName = "Hwanin's Splendor"
|
||||
HwaninsRefuge SetItemName = "Hwanin's Refuge"
|
||||
HwaninsBlessing SetItemName = "Hwanin's Blessing"
|
||||
HwaninsJustice SetItemName = "Hwanin's Justice"
|
||||
SazabisCobaltRedeemer SetItemName = "Sazabi's Cobalt Redeemer"
|
||||
SazabisGhostLiberator SetItemName = "Sazabi's Ghost Liberator"
|
||||
SazabisMentalSheath SetItemName = "Sazabi's Mental Sheath"
|
||||
BulKathosSacredCharge SetItemName = "Bul-Kathos' Sacred Charge"
|
||||
BulKathosTribalGuardian SetItemName = "Bul-Kathos' Tribal Guardian"
|
||||
CowKingsHorns SetItemName = "Cow King's Horns"
|
||||
CowKingsHide SetItemName = "Cow King's Hide"
|
||||
CowKingsHoofs SetItemName = "Cow King's Hoofs"
|
||||
NajsPuzzler SetItemName = "Naj's Puzzler"
|
||||
NajsLightPlate SetItemName = "Naj's Light Plate"
|
||||
NajsCirclet SetItemName = "Naj's Circlet"
|
||||
SandersParagon SetItemName = "Sander's Paragon"
|
||||
SandersRiprap SetItemName = "Sander's Riprap"
|
||||
SandersTaboo SetItemName = "Sander's Taboo"
|
||||
SandersSuperstition SetItemName = "Sander's Superstition"
|
||||
)
|
||||
|
||||
type SetItemInfo struct {
|
||||
Name string
|
||||
SetName string
|
||||
Code string
|
||||
LevelReq int
|
||||
Rarity int
|
||||
ID int
|
||||
}
|
||||
|
||||
var SetItems = map[SetItemName]SetItemInfo{
|
||||
CiverbsWard: {Name: "Civerb's Ward", SetName: "Civerb's Vestments", Code: "lrg", LevelReq: 9, Rarity: 7, ID: 0},
|
||||
CiverbsIcon: {Name: "Civerb's Icon", SetName: "Civerb's Vestments", Code: "amu", LevelReq: 9, Rarity: 7, ID: 1},
|
||||
CiverbsCudgel: {Name: "Civerb's Cudgel", SetName: "Civerb's Vestments", Code: "gsc", LevelReq: 9, Rarity: 7, ID: 2},
|
||||
HsarusIronHeel: {Name: "Hsarus' Iron Heel", SetName: "Hsarus' Defense", Code: "mbt", LevelReq: 3, Rarity: 7, ID: 3},
|
||||
HsarusIronFist: {Name: "Hsarus' Iron Fist", SetName: "Hsarus' Defense", Code: "buc", LevelReq: 3, Rarity: 7, ID: 4},
|
||||
HsarusIronStay: {Name: "Hsarus' Iron Stay", SetName: "Hsarus' Defense", Code: "mbl", LevelReq: 3, Rarity: 7, ID: 5},
|
||||
CleglawsTooth: {Name: "Cleglaw's Tooth", SetName: "Cleglaw's Brace", Code: "lsd", LevelReq: 4, Rarity: 7, ID: 6},
|
||||
CleglawsClaw: {Name: "Cleglaw's Claw", SetName: "Cleglaw's Brace", Code: "sml", LevelReq: 4, Rarity: 7, ID: 7},
|
||||
CleglawsPincers: {Name: "Cleglaw's Pincers", SetName: "Cleglaw's Brace", Code: "mgl", LevelReq: 4, Rarity: 7, ID: 8},
|
||||
IrathasCollar: {Name: "Iratha's Collar", SetName: "Iratha's Finery", Code: "amu", LevelReq: 15, Rarity: 7, ID: 9},
|
||||
IrathasCuff: {Name: "Iratha's Cuff", SetName: "Iratha's Finery", Code: "tgl", LevelReq: 15, Rarity: 7, ID: 10},
|
||||
IrathasCoil: {Name: "Iratha's Coil", SetName: "Iratha's Finery", Code: "crn", LevelReq: 15, Rarity: 7, ID: 11},
|
||||
IrathasCord: {Name: "Iratha's Cord", SetName: "Iratha's Finery", Code: "tbl", LevelReq: 15, Rarity: 7, ID: 12},
|
||||
IsenhartsLightbrand: {Name: "Isenhart's Lightbrand", SetName: "Isenhart's Armory", Code: "bsd", LevelReq: 8, Rarity: 7, ID: 13},
|
||||
IsenhartsParry: {Name: "Isenhart's Parry", SetName: "Isenhart's Armory", Code: "gts", LevelReq: 8, Rarity: 7, ID: 14},
|
||||
IsenhartsCase: {Name: "Isenhart's Case", SetName: "Isenhart's Armory", Code: "brs", LevelReq: 8, Rarity: 7, ID: 15},
|
||||
IsenhartsHorns: {Name: "Isenhart's Horns", SetName: "Isenhart's Armory", Code: "fhl", LevelReq: 8, Rarity: 7, ID: 16},
|
||||
VidalasBarb: {Name: "Vidala's Barb", SetName: "Vidala's Rig", Code: "lbb", LevelReq: 14, Rarity: 7, ID: 17},
|
||||
VidalasFetlock: {Name: "Vidala's Fetlock", SetName: "Vidala's Rig", Code: "tbt", LevelReq: 14, Rarity: 7, ID: 18},
|
||||
VidalasAmbush: {Name: "Vidala's Ambush", SetName: "Vidala's Rig", Code: "lea", LevelReq: 14, Rarity: 7, ID: 19},
|
||||
VidalasSnare: {Name: "Vidala's Snare", SetName: "Vidala's Rig", Code: "amu", LevelReq: 14, Rarity: 7, ID: 20},
|
||||
MilabregasOrb: {Name: "Milabrega's Orb", SetName: "Milabrega's Regalia", Code: "kit", LevelReq: 17, Rarity: 7, ID: 21},
|
||||
MilabregasRod: {Name: "Milabrega's Rod", SetName: "Milabrega's Regalia", Code: "wsp", LevelReq: 17, Rarity: 7, ID: 22},
|
||||
MilabregasDiadem: {Name: "Milabrega's Diadem", SetName: "Milabrega's Regalia", Code: "crn", LevelReq: 17, Rarity: 7, ID: 23},
|
||||
MilabregasRobe: {Name: "Milabrega's Robe", SetName: "Milabrega's Regalia", Code: "aar", LevelReq: 17, Rarity: 7, ID: 24},
|
||||
CathansRule: {Name: "Cathan's Rule", SetName: "Cathan's Traps", Code: "bst", LevelReq: 11, Rarity: 7, ID: 25},
|
||||
CathansMesh: {Name: "Cathan's Mesh", SetName: "Cathan's Traps", Code: "chn", LevelReq: 11, Rarity: 7, ID: 26},
|
||||
CathansVisage: {Name: "Cathan's Visage", SetName: "Cathan's Traps", Code: "msk", LevelReq: 11, Rarity: 7, ID: 27},
|
||||
CathansSigil: {Name: "Cathan's Sigil", SetName: "Cathan's Traps", Code: "amu", LevelReq: 11, Rarity: 7, ID: 28},
|
||||
CathansSeal: {Name: "Cathan's Seal", SetName: "Cathan's Traps", Code: "rin", LevelReq: 11, Rarity: 7, ID: 29},
|
||||
TancredsCrowbill: {Name: "Tancred's Crowbill", SetName: "Tancred's Battlegear", Code: "mpi", LevelReq: 20, Rarity: 7, ID: 30},
|
||||
TancredsSpine: {Name: "Tancred's Spine", SetName: "Tancred's Battlegear", Code: "ful", LevelReq: 20, Rarity: 7, ID: 31},
|
||||
TancredsHobnails: {Name: "Tancred's Hobnails", SetName: "Tancred's Battlegear", Code: "lbt", LevelReq: 20, Rarity: 7, ID: 32},
|
||||
TancredsWeird: {Name: "Tancred's Weird", SetName: "Tancred's Battlegear", Code: "amu", LevelReq: 20, Rarity: 7, ID: 33},
|
||||
TancredsSkull: {Name: "Tancred's Skull", SetName: "Tancred's Battlegear", Code: "bhm", LevelReq: 20, Rarity: 7, ID: 34},
|
||||
SigonsGage: {Name: "Sigon's Gage", SetName: "Sigon's Complete Steel", Code: "hgl", LevelReq: 6, Rarity: 7, ID: 35},
|
||||
SigonsVisor: {Name: "Sigon's Visor", SetName: "Sigon's Complete Steel", Code: "ghm", LevelReq: 6, Rarity: 7, ID: 36},
|
||||
SigonsShelter: {Name: "Sigon's Shelter", SetName: "Sigon's Complete Steel", Code: "gth", LevelReq: 6, Rarity: 7, ID: 37},
|
||||
SigonsSabot: {Name: "Sigon's Sabot", SetName: "Sigon's Complete Steel", Code: "hbt", LevelReq: 6, Rarity: 7, ID: 38},
|
||||
SigonsWrap: {Name: "Sigon's Wrap", SetName: "Sigon's Complete Steel", Code: "hbl", LevelReq: 6, Rarity: 7, ID: 39},
|
||||
SigonsGuard: {Name: "Sigon's Guard", SetName: "Sigon's Complete Steel", Code: "tow", LevelReq: 6, Rarity: 7, ID: 40},
|
||||
InfernalCranium: {Name: "Infernal Cranium", SetName: "Infernal Tools", Code: "cap", LevelReq: 5, Rarity: 7, ID: 41},
|
||||
InfernalTorch: {Name: "Infernal Torch", SetName: "Infernal Tools", Code: "gwn", LevelReq: 5, Rarity: 7, ID: 42},
|
||||
InfernalSign: {Name: "Infernal Sign", SetName: "Infernal Tools", Code: "tbl", LevelReq: 5, Rarity: 7, ID: 43},
|
||||
BerserkersHeadgear: {Name: "Berserker's Headgear", SetName: "Berserker's Garb", Code: "hlm", LevelReq: 3, Rarity: 7, ID: 44},
|
||||
BerserkersHauberk: {Name: "Berserker's Hauberk", SetName: "Berserker's Garb", Code: "spl", LevelReq: 3, Rarity: 7, ID: 45},
|
||||
BerserkersHatchet: {Name: "Berserker's Hatchet", SetName: "Berserker's Garb", Code: "2ax", LevelReq: 3, Rarity: 7, ID: 46},
|
||||
DeathsHand: {Name: "Death's Hand", SetName: "Death's Disguise", Code: "lgl", LevelReq: 6, Rarity: 7, ID: 47},
|
||||
DeathsGuard: {Name: "Death's Guard", SetName: "Death's Disguise", Code: "lbl", LevelReq: 6, Rarity: 7, ID: 48},
|
||||
DeathsTouch: {Name: "Death's Touch", SetName: "Death's Disguise", Code: "wsd", LevelReq: 6, Rarity: 7, ID: 49},
|
||||
AngelicSickle: {Name: "Angelic Sickle", SetName: "Angelical Raiment", Code: "sbr", LevelReq: 12, Rarity: 7, ID: 50},
|
||||
AngelicMantle: {Name: "Angelic Mantle", SetName: "Angelical Raiment", Code: "rng", LevelReq: 12, Rarity: 7, ID: 51},
|
||||
AngelicHalo: {Name: "Angelic Halo", SetName: "Angelical Raiment", Code: "rin", LevelReq: 12, Rarity: 3, ID: 52},
|
||||
AngelicWings: {Name: "Angelic Wings", SetName: "Angelical Raiment", Code: "amu", LevelReq: 12, Rarity: 7, ID: 53},
|
||||
ArcticHorn: {Name: "Arctic Horn", SetName: "Arctic Gear", Code: "swb", LevelReq: 2, Rarity: 7, ID: 54},
|
||||
ArcticFurs: {Name: "Arctic Furs", SetName: "Arctic Gear", Code: "qui", LevelReq: 2, Rarity: 7, ID: 55},
|
||||
ArcticBinding: {Name: "Arctic Binding", SetName: "Arctic Gear", Code: "vbl", LevelReq: 2, Rarity: 7, ID: 56},
|
||||
ArcticMitts: {Name: "Arctic Mitts", SetName: "Arctic Gear", Code: "tgl", LevelReq: 2, Rarity: 7, ID: 57},
|
||||
ArcannasSign: {Name: "Arcanna's Sign", SetName: "Arcanna's Tricks", Code: "amu", LevelReq: 15, Rarity: 1, ID: 58},
|
||||
ArcannasDeathwand: {Name: "Arcanna's Deathwand", SetName: "Arcanna's Tricks", Code: "wst", LevelReq: 15, Rarity: 7, ID: 59},
|
||||
ArcannasHead: {Name: "Arcanna's Head", SetName: "Arcanna's Tricks", Code: "skp", LevelReq: 15, Rarity: 7, ID: 60},
|
||||
ArcannasFlesh: {Name: "Arcanna's Flesh", SetName: "Arcanna's Tricks", Code: "ltp", LevelReq: 15, Rarity: 7, ID: 61},
|
||||
NatalyasTotem: {Name: "Natalya's Totem", SetName: "Natalya's Odium", Code: "xh9", LevelReq: 59, Rarity: 7, ID: 62},
|
||||
NatalyasMark: {Name: "Natalya's Mark", SetName: "Natalya's Odium", Code: "7qr", LevelReq: 79, Rarity: 7, ID: 63},
|
||||
NatalyasShadow: {Name: "Natalya's Shadow", SetName: "Natalya's Odium", Code: "ucl", LevelReq: 73, Rarity: 7, ID: 64},
|
||||
NatalyasSoul: {Name: "Natalya's Soul", SetName: "Natalya's Odium", Code: "xmb", LevelReq: 25, Rarity: 7, ID: 65},
|
||||
AldursStonyGaze: {Name: "Aldur's Stony Gaze", SetName: "Aldur's Watchtower", Code: "dr8", LevelReq: 36, Rarity: 7, ID: 66},
|
||||
AldursDeception: {Name: "Aldur's Deception", SetName: "Aldur's Watchtower", Code: "uul", LevelReq: 76, Rarity: 7, ID: 67},
|
||||
AldursRhythm: {Name: "Aldur's Rhythm", SetName: "Aldur's Watchtower", Code: "9mt", LevelReq: 42, Rarity: 7, ID: 68},
|
||||
AldursAdvance: {Name: "Aldur's Advance", SetName: "Aldur's Watchtower", Code: "xtb", LevelReq: 45, Rarity: 7, ID: 69},
|
||||
ImmortalKingsWill: {Name: "Immortal King's Will", SetName: "Immortal King", Code: "ba5", LevelReq: 47, Rarity: 7, ID: 70},
|
||||
ImmortalKingsSoulCage: {Name: "Immortal King's Soul Cage", SetName: "Immortal King", Code: "uar", LevelReq: 76, Rarity: 7, ID: 71},
|
||||
ImmortalKingsDetail: {Name: "Immortal King's Detail", SetName: "Immortal King", Code: "zhb", LevelReq: 29, Rarity: 7, ID: 72},
|
||||
ImmortalKingsForge: {Name: "Immortal King's Forge", SetName: "Immortal King", Code: "xhg", LevelReq: 30, Rarity: 7, ID: 73},
|
||||
ImmortalKingsPillar: {Name: "Immortal King's Pillar", SetName: "Immortal King", Code: "xhb", LevelReq: 31, Rarity: 7, ID: 74},
|
||||
ImmortalKingsStoneCrusher: {Name: "Immortal King's Stone Crusher", SetName: "Immortal King", Code: "7m7", LevelReq: 76, Rarity: 7, ID: 75},
|
||||
TalRashasFireSpunCloth: {Name: "Tal Rasha's Fire-Spun Cloth", SetName: "Tal Rasha's Wrappings", Code: "zmb", LevelReq: 53, Rarity: 7, ID: 76},
|
||||
TalRashasAdjudication: {Name: "Tal Rasha's Adjudication", SetName: "Tal Rasha's Wrappings", Code: "amu", LevelReq: 67, Rarity: 1, ID: 77},
|
||||
TalRashasLidlessEye: {Name: "Tal Rasha's Lidless Eye", SetName: "Tal Rasha's Wrappings", Code: "oba", LevelReq: 65, Rarity: 7, ID: 78},
|
||||
TalRashasGuardianship: {Name: "Tal Rasha's Guardianship", SetName: "Tal Rasha's Wrappings", Code: "uth", LevelReq: 71, Rarity: 7, ID: 79},
|
||||
TalRashasHoradricCrest: {Name: "Tal Rasha's Horadric Crest", SetName: "Tal Rasha's Wrappings", Code: "xsk", LevelReq: 66, Rarity: 7, ID: 80},
|
||||
GriswoldsValor: {Name: "Griswold's Valor", SetName: "Griswold's Legacy", Code: "urn", LevelReq: 69, Rarity: 7, ID: 81},
|
||||
GriswoldsHeart: {Name: "Griswold's Heart", SetName: "Griswold's Legacy", Code: "xar", LevelReq: 45, Rarity: 7, ID: 82},
|
||||
GriswoldssRedemption: {Name: "Griswolds's Redemption", SetName: "Griswold's Legacy", Code: "7ws", LevelReq: 53, Rarity: 7, ID: 83},
|
||||
GriswoldsHonor: {Name: "Griswold's Honor", SetName: "Griswold's Legacy", Code: "paf", LevelReq: 68, Rarity: 7, ID: 84},
|
||||
TrangOulsGuise: {Name: "Trang-Oul's Guise", SetName: "Trang-Oul's Avatar", Code: "uh9", LevelReq: 65, Rarity: 7, ID: 85},
|
||||
TrangOulsScales: {Name: "Trang-Oul's Scales", SetName: "Trang-Oul's Avatar", Code: "xul", LevelReq: 49, Rarity: 7, ID: 86},
|
||||
TrangOulsWing: {Name: "Trang-Oul's Wing", SetName: "Trang-Oul's Avatar", Code: "ne9", LevelReq: 54, Rarity: 7, ID: 87},
|
||||
TrangOulsClaws: {Name: "Trang-Oul's Claws", SetName: "Trang-Oul's Avatar", Code: "xmg", LevelReq: 45, Rarity: 7, ID: 88},
|
||||
TrangOulsGirth: {Name: "Trang-Oul's Girth", SetName: "Trang-Oul's Avatar", Code: "utc", LevelReq: 47, Rarity: 7, ID: 89},
|
||||
MavinasTrueSight: {Name: "M'avina's True Sight", SetName: "M'avina's Battle Hymn", Code: "ci3", LevelReq: 59, Rarity: 7, ID: 90},
|
||||
MavinasEmbrace: {Name: "M'avina's Embrace", SetName: "M'avina's Battle Hymn", Code: "uld", LevelReq: 70, Rarity: 7, ID: 91},
|
||||
MavinasIcyClutch: {Name: "M'avina's Icy Clutch", SetName: "M'avina's Battle Hymn", Code: "xtg", LevelReq: 32, Rarity: 7, ID: 92},
|
||||
MavinasTenet: {Name: "M'avina's Tenet", SetName: "M'avina's Battle Hymn", Code: "zvb", LevelReq: 45, Rarity: 7, ID: 93},
|
||||
MavinasCaster: {Name: "M'avina's Caster", SetName: "M'avina's Battle Hymn", Code: "amc", LevelReq: 70, Rarity: 7, ID: 94},
|
||||
TellingofBeads: {Name: "Telling of Beads", SetName: "The Disciple", Code: "amu", LevelReq: 30, Rarity: 1, ID: 95},
|
||||
LayingofHands: {Name: "Laying of Hands", SetName: "The Disciple", Code: "ulg", LevelReq: 63, Rarity: 7, ID: 96},
|
||||
RiteofPassage: {Name: "Rite of Passage", SetName: "The Disciple", Code: "xlb", LevelReq: 29, Rarity: 7, ID: 97},
|
||||
DarkAdherent: {Name: "Dark Adherent", SetName: "The Disciple", Code: "uui", LevelReq: 43, Rarity: 7, ID: 98},
|
||||
Credendum: {Name: "Credendum", SetName: "The Disciple", Code: "umc", LevelReq: 65, Rarity: 7, ID: 99},
|
||||
DangoonsTeaching: {Name: "Dangoon's Teaching", SetName: "Heaven's Brethren", Code: "7ma", LevelReq: 68, Rarity: 7, ID: 100},
|
||||
TaebaeksGlory: {Name: "Taebaek's Glory", SetName: "Heaven's Brethren", Code: "uts", LevelReq: 81, Rarity: 7, ID: 101},
|
||||
HaemosusAdament: {Name: "Haemosu's Adament", SetName: "Heaven's Brethren", Code: "xrs", LevelReq: 44, Rarity: 7, ID: 102},
|
||||
OndalsAlmighty: {Name: "Ondal's Almighty", SetName: "Heaven's Brethren", Code: "uhm", LevelReq: 69, Rarity: 7, ID: 103},
|
||||
GuillaumesFace: {Name: "Guillaume's Face", SetName: "Orphan's Call", Code: "xhm", LevelReq: 34, Rarity: 7, ID: 104},
|
||||
WilhelmsPride: {Name: "Wilhelm's Pride", SetName: "Orphan's Call", Code: "ztb", LevelReq: 42, Rarity: 7, ID: 105},
|
||||
MagnusSkin: {Name: "Magnus' Skin", SetName: "Orphan's Call", Code: "xvg", LevelReq: 37, Rarity: 7, ID: 106},
|
||||
WihtstansGuard: {Name: "Wihtstan's Guard", SetName: "Orphan's Call", Code: "xml", LevelReq: 29, Rarity: 7, ID: 107},
|
||||
HwaninsSplendor: {Name: "Hwanin's Splendor", SetName: "Hwanin's Majesty", Code: "xrn", LevelReq: 45, Rarity: 7, ID: 108},
|
||||
HwaninsRefuge: {Name: "Hwanin's Refuge", SetName: "Hwanin's Majesty", Code: "xcl", LevelReq: 30, Rarity: 7, ID: 109},
|
||||
HwaninsBlessing: {Name: "Hwanin's Blessing", SetName: "Hwanin's Majesty", Code: "mbl", LevelReq: 35, Rarity: 7, ID: 110},
|
||||
HwaninsJustice: {Name: "Hwanin's Justice", SetName: "Hwanin's Majesty", Code: "9vo", LevelReq: 28, Rarity: 7, ID: 111},
|
||||
SazabisCobaltRedeemer: {Name: "Sazabi's Cobalt Redeemer", SetName: "Sazabi's Grand Tribute", Code: "7ls", LevelReq: 73, Rarity: 7, ID: 112},
|
||||
SazabisGhostLiberator: {Name: "Sazabi's Ghost Liberator", SetName: "Sazabi's Grand Tribute", Code: "upl", LevelReq: 67, Rarity: 7, ID: 113},
|
||||
SazabisMentalSheath: {Name: "Sazabi's Mental Sheath", SetName: "Sazabi's Grand Tribute", Code: "xhl", LevelReq: 43, Rarity: 7, ID: 114},
|
||||
BulKathosSacredCharge: {Name: "Bul-Kathos' Sacred Charge", SetName: "Bul-Kathos' Children", Code: "7gd", LevelReq: 61, Rarity: 7, ID: 115},
|
||||
BulKathosTribalGuardian: {Name: "Bul-Kathos' Tribal Guardian", SetName: "Bul-Kathos' Children", Code: "7wd", LevelReq: 54, Rarity: 7, ID: 116},
|
||||
CowKingsHorns: {Name: "Cow King's Horns", SetName: "Cow King's Leathers", Code: "xap", LevelReq: 25, Rarity: 7, ID: 117},
|
||||
CowKingsHide: {Name: "Cow King's Hide", SetName: "Cow King's Leathers", Code: "stu", LevelReq: 18, Rarity: 7, ID: 118},
|
||||
CowKingsHoofs: {Name: "Cow King's Hoofs", SetName: "Cow King's Leathers", Code: "vbt", LevelReq: 13, Rarity: 7, ID: 119},
|
||||
NajsPuzzler: {Name: "Naj's Puzzler", SetName: "Naj's Ancient Set", Code: "6cs", LevelReq: 78, Rarity: 7, ID: 120},
|
||||
NajsLightPlate: {Name: "Naj's Light Plate", SetName: "Naj's Ancient Set", Code: "ult", LevelReq: 71, Rarity: 7, ID: 121},
|
||||
NajsCirclet: {Name: "Naj's Circlet", SetName: "Naj's Ancient Set", Code: "ci0", LevelReq: 28, Rarity: 7, ID: 122},
|
||||
SandersParagon: {Name: "Sander's Paragon", SetName: "Sander's Folly", Code: "cap", LevelReq: 25, Rarity: 3, ID: 123},
|
||||
SandersRiprap: {Name: "Sander's Riprap", SetName: "Sander's Folly", Code: "vbt", LevelReq: 20, Rarity: 7, ID: 124},
|
||||
SandersTaboo: {Name: "Sander's Taboo", SetName: "Sander's Folly", Code: "vgl", LevelReq: 28, Rarity: 7, ID: 125},
|
||||
SandersSuperstition: {Name: "Sander's Superstition", SetName: "Sander's Folly", Code: "bwn", LevelReq: 25, Rarity: 7, ID: 126},
|
||||
}
|
||||
|
||||
var Sets = map[string][]SetItemName{
|
||||
"Civerb's Vestments": {
|
||||
CiverbsWard,
|
||||
CiverbsIcon,
|
||||
CiverbsCudgel,
|
||||
},
|
||||
"Hsarus' Defense": {
|
||||
HsarusIronHeel,
|
||||
HsarusIronFist,
|
||||
HsarusIronStay,
|
||||
},
|
||||
"Cleglaw's Brace": {
|
||||
CleglawsTooth,
|
||||
CleglawsClaw,
|
||||
CleglawsPincers,
|
||||
},
|
||||
"Iratha's Finery": {
|
||||
IrathasCollar,
|
||||
IrathasCuff,
|
||||
IrathasCoil,
|
||||
IrathasCord,
|
||||
},
|
||||
"Isenhart's Armory": {
|
||||
IsenhartsLightbrand,
|
||||
IsenhartsParry,
|
||||
IsenhartsCase,
|
||||
IsenhartsHorns,
|
||||
},
|
||||
"Vidala's Rig": {
|
||||
VidalasBarb,
|
||||
VidalasFetlock,
|
||||
VidalasAmbush,
|
||||
VidalasSnare,
|
||||
},
|
||||
"Milabrega's Regalia": {
|
||||
MilabregasOrb,
|
||||
MilabregasRod,
|
||||
MilabregasDiadem,
|
||||
MilabregasRobe,
|
||||
},
|
||||
"Cathan's Traps": {
|
||||
CathansRule,
|
||||
CathansMesh,
|
||||
CathansVisage,
|
||||
CathansSigil,
|
||||
CathansSeal,
|
||||
},
|
||||
"Tancred's Battlegear": {
|
||||
TancredsCrowbill,
|
||||
TancredsSpine,
|
||||
TancredsHobnails,
|
||||
TancredsWeird,
|
||||
TancredsSkull,
|
||||
},
|
||||
"Sigon's Complete Steel": {
|
||||
SigonsGage,
|
||||
SigonsVisor,
|
||||
SigonsShelter,
|
||||
SigonsSabot,
|
||||
SigonsWrap,
|
||||
SigonsGuard,
|
||||
},
|
||||
"Infernal Tools": {
|
||||
InfernalCranium,
|
||||
InfernalTorch,
|
||||
InfernalSign,
|
||||
},
|
||||
"Berserker's Garb": {
|
||||
BerserkersHeadgear,
|
||||
BerserkersHauberk,
|
||||
BerserkersHatchet,
|
||||
},
|
||||
"Death's Disguise": {
|
||||
DeathsHand,
|
||||
DeathsGuard,
|
||||
DeathsTouch,
|
||||
},
|
||||
"Angelical Raiment": {
|
||||
AngelicSickle,
|
||||
AngelicMantle,
|
||||
AngelicHalo,
|
||||
AngelicWings,
|
||||
},
|
||||
"Arctic Gear": {
|
||||
ArcticHorn,
|
||||
ArcticFurs,
|
||||
ArcticBinding,
|
||||
ArcticMitts,
|
||||
},
|
||||
"Arcanna's Tricks": {
|
||||
ArcannasSign,
|
||||
ArcannasDeathwand,
|
||||
ArcannasHead,
|
||||
ArcannasFlesh,
|
||||
},
|
||||
"Natalya's Odium": {
|
||||
NatalyasTotem,
|
||||
NatalyasMark,
|
||||
NatalyasShadow,
|
||||
NatalyasSoul,
|
||||
},
|
||||
"Aldur's Watchtower": {
|
||||
AldursStonyGaze,
|
||||
AldursDeception,
|
||||
AldursRhythm,
|
||||
AldursAdvance,
|
||||
},
|
||||
"Immortal King": {
|
||||
ImmortalKingsWill,
|
||||
ImmortalKingsSoulCage,
|
||||
ImmortalKingsDetail,
|
||||
ImmortalKingsForge,
|
||||
ImmortalKingsPillar,
|
||||
ImmortalKingsStoneCrusher,
|
||||
},
|
||||
"Tal Rasha's Wrappings": {
|
||||
TalRashasFireSpunCloth,
|
||||
TalRashasAdjudication,
|
||||
TalRashasLidlessEye,
|
||||
TalRashasGuardianship,
|
||||
TalRashasHoradricCrest,
|
||||
},
|
||||
"Griswold's Legacy": {
|
||||
GriswoldsValor,
|
||||
GriswoldsHeart,
|
||||
GriswoldssRedemption,
|
||||
GriswoldsHonor,
|
||||
},
|
||||
"Trang-Oul's Avatar": {
|
||||
TrangOulsGuise,
|
||||
TrangOulsScales,
|
||||
TrangOulsWing,
|
||||
TrangOulsClaws,
|
||||
TrangOulsGirth,
|
||||
},
|
||||
"M'avina's Battle Hymn": {
|
||||
MavinasTrueSight,
|
||||
MavinasEmbrace,
|
||||
MavinasIcyClutch,
|
||||
MavinasTenet,
|
||||
MavinasCaster,
|
||||
},
|
||||
"The Disciple": {
|
||||
TellingofBeads,
|
||||
LayingofHands,
|
||||
RiteofPassage,
|
||||
DarkAdherent,
|
||||
Credendum,
|
||||
},
|
||||
"Heaven's Brethren": {
|
||||
DangoonsTeaching,
|
||||
TaebaeksGlory,
|
||||
HaemosusAdament,
|
||||
OndalsAlmighty,
|
||||
},
|
||||
"Orphan's Call": {
|
||||
GuillaumesFace,
|
||||
WilhelmsPride,
|
||||
MagnusSkin,
|
||||
WihtstansGuard,
|
||||
},
|
||||
"Hwanin's Majesty": {
|
||||
HwaninsSplendor,
|
||||
HwaninsRefuge,
|
||||
HwaninsBlessing,
|
||||
HwaninsJustice,
|
||||
},
|
||||
"Sazabi's Grand Tribute": {
|
||||
SazabisCobaltRedeemer,
|
||||
SazabisGhostLiberator,
|
||||
SazabisMentalSheath,
|
||||
},
|
||||
"Bul-Kathos' Children": {
|
||||
BulKathosSacredCharge,
|
||||
BulKathosTribalGuardian,
|
||||
},
|
||||
"Cow King's Leathers": {
|
||||
CowKingsHorns,
|
||||
CowKingsHide,
|
||||
CowKingsHoofs,
|
||||
},
|
||||
"Naj's Ancient Set": {
|
||||
NajsPuzzler,
|
||||
NajsLightPlate,
|
||||
NajsCirclet,
|
||||
},
|
||||
"Sander's Folly": {
|
||||
SandersParagon,
|
||||
SandersRiprap,
|
||||
SandersTaboo,
|
||||
SandersSuperstition,
|
||||
},
|
||||
}
|
||||
802
pkg/data/item/uniqueitems.go
Normal file
802
pkg/data/item/uniqueitems.go
Normal file
@@ -0,0 +1,802 @@
|
||||
// Code generated by cmd/txttocode. DO NOT EDIT.
|
||||
// source: cmd/txttocode/txt/uniqueitems.txt
|
||||
package item
|
||||
|
||||
type UniqueName string
|
||||
|
||||
const (
|
||||
None UniqueName = ""
|
||||
TheGnasher UniqueName = "The Gnasher"
|
||||
Deathspade UniqueName = "Deathspade"
|
||||
Bladebone UniqueName = "Bladebone"
|
||||
Mindrend UniqueName = "Mindrend"
|
||||
Rakescar UniqueName = "Rakescar"
|
||||
FechmarsAxe UniqueName = "Fechmars Axe"
|
||||
Goreshovel UniqueName = "Goreshovel"
|
||||
TheChieftan UniqueName = "The Chieftan"
|
||||
Brainhew UniqueName = "Brainhew"
|
||||
TheHumongous UniqueName = "The Humongous"
|
||||
IrosTorch UniqueName = "Iros Torch"
|
||||
Maelstromwrath UniqueName = "Maelstromwrath"
|
||||
Gravenspine UniqueName = "Gravenspine"
|
||||
UmesLament UniqueName = "Umes Lament"
|
||||
Felloak UniqueName = "Felloak"
|
||||
KnellStriker UniqueName = "Knell Striker"
|
||||
Rusthandle UniqueName = "Rusthandle"
|
||||
Stormeye UniqueName = "Stormeye"
|
||||
Stoutnail UniqueName = "Stoutnail"
|
||||
Crushflange UniqueName = "Crushflange"
|
||||
Bloodrise UniqueName = "Bloodrise"
|
||||
TheGeneralsTanDoLiGa UniqueName = "The Generals Tan Do Li Ga"
|
||||
Ironstone UniqueName = "Ironstone"
|
||||
Bonesob UniqueName = "Bonesob"
|
||||
Steeldriver UniqueName = "Steeldriver"
|
||||
RixotsKeen UniqueName = "Rixots Keen"
|
||||
BloodCrescent UniqueName = "Blood Crescent"
|
||||
KrintizsSkewer UniqueName = "Krintizs Skewer"
|
||||
Gleamscythe UniqueName = "Gleamscythe"
|
||||
GriswoldsEdge UniqueName = "Griswolds Edge"
|
||||
Hellplague UniqueName = "Hellplague"
|
||||
CulwensPoint UniqueName = "Culwens Point"
|
||||
Shadowfang UniqueName = "Shadowfang"
|
||||
Soulflay UniqueName = "Soulflay"
|
||||
KinemilsAwl UniqueName = "Kinemils Awl"
|
||||
Blacktongue UniqueName = "Blacktongue"
|
||||
Ripsaw UniqueName = "Ripsaw"
|
||||
ThePatriarch UniqueName = "The Patriarch"
|
||||
Gull UniqueName = "Gull"
|
||||
TheDiggler UniqueName = "The Diggler"
|
||||
TheJadeTanDo UniqueName = "The Jade Tan Do"
|
||||
IricesShard UniqueName = "Irices Shard"
|
||||
TheDragonChang UniqueName = "The Dragon Chang"
|
||||
Razortine UniqueName = "Razortine"
|
||||
Bloodthief UniqueName = "Bloodthief"
|
||||
LanceofYaggai UniqueName = "Lance of Yaggai"
|
||||
TheTannrGorerod UniqueName = "The Tannr Gorerod"
|
||||
DimoaksHew UniqueName = "Dimoaks Hew"
|
||||
Steelgoad UniqueName = "Steelgoad"
|
||||
SoulHarvest UniqueName = "Soul Harvest"
|
||||
TheBattlebranch UniqueName = "The Battlebranch"
|
||||
Woestave UniqueName = "Woestave"
|
||||
TheGrimReaper UniqueName = "The Grim Reaper"
|
||||
BaneAsh UniqueName = "Bane Ash"
|
||||
SerpentLord UniqueName = "Serpent Lord"
|
||||
LazarusSpire UniqueName = "Lazarus Spire"
|
||||
TheSalamander UniqueName = "The Salamander"
|
||||
TheIronJangBong UniqueName = "The Iron Jang Bong"
|
||||
Pluckeye UniqueName = "Pluckeye"
|
||||
Witherstring UniqueName = "Witherstring"
|
||||
Rimeraven UniqueName = "Rimeraven"
|
||||
Piercerib UniqueName = "Piercerib"
|
||||
Pullspite UniqueName = "Pullspite"
|
||||
Wizendraw UniqueName = "Wizendraw"
|
||||
Hellclap UniqueName = "Hellclap"
|
||||
Blastbark UniqueName = "Blastbark"
|
||||
Leadcrow UniqueName = "Leadcrow"
|
||||
Ichorsting UniqueName = "Ichorsting"
|
||||
Hellcast UniqueName = "Hellcast"
|
||||
Doomspittle UniqueName = "Doomspittle"
|
||||
WarBonnet UniqueName = "War Bonnet"
|
||||
Tarnhelm UniqueName = "Tarnhelm"
|
||||
CoifofGlory UniqueName = "Coif of Glory"
|
||||
Duskdeep UniqueName = "Duskdeep"
|
||||
Wormskull UniqueName = "Wormskull"
|
||||
Howltusk UniqueName = "Howltusk"
|
||||
UndeadCrown UniqueName = "Undead Crown"
|
||||
TheFaceofHorror UniqueName = "The Face of Horror"
|
||||
Greyform UniqueName = "Greyform"
|
||||
BlinkbatsForm UniqueName = "Blinkbats Form"
|
||||
TheCenturion UniqueName = "The Centurion"
|
||||
Twitchthroe UniqueName = "Twitchthroe"
|
||||
Darkglow UniqueName = "Darkglow"
|
||||
Hawkmail UniqueName = "Hawkmail"
|
||||
SparkingMail UniqueName = "Sparking Mail"
|
||||
Venomsward UniqueName = "Venomsward"
|
||||
Iceblink UniqueName = "Iceblink"
|
||||
Boneflesh UniqueName = "Boneflesh"
|
||||
Rockfleece UniqueName = "Rockfleece"
|
||||
Rattlecage UniqueName = "Rattlecage"
|
||||
Goldskin UniqueName = "Goldskin"
|
||||
VictorsSilk UniqueName = "Victors Silk"
|
||||
HeavenlyGarb UniqueName = "Heavenly Garb"
|
||||
PeltaLunata UniqueName = "Pelta Lunata"
|
||||
UmbralDisk UniqueName = "Umbral Disk"
|
||||
Stormguild UniqueName = "Stormguild"
|
||||
WalloftheEyeless UniqueName = "Wall of the Eyeless"
|
||||
SwordbackHold UniqueName = "Swordback Hold"
|
||||
Steelclash UniqueName = "Steelclash"
|
||||
BverritKeep UniqueName = "Bverrit Keep"
|
||||
TheWard UniqueName = "The Ward"
|
||||
TheHandofBroc UniqueName = "The Hand of Broc"
|
||||
Bloodfist UniqueName = "Bloodfist"
|
||||
ChanceGuards UniqueName = "Chance Guards"
|
||||
Magefist UniqueName = "Magefist"
|
||||
Frostburn UniqueName = "Frostburn"
|
||||
Hotspur UniqueName = "Hotspur"
|
||||
Gorefoot UniqueName = "Gorefoot"
|
||||
TreadsofCthon UniqueName = "Treads of Cthon"
|
||||
GoblinToe UniqueName = "Goblin Toe"
|
||||
Tearhaunch UniqueName = "Tearhaunch"
|
||||
LenymsCord UniqueName = "Lenyms Cord"
|
||||
Snakecord UniqueName = "Snakecord"
|
||||
Nightsmoke UniqueName = "Nightsmoke"
|
||||
Goldwrap UniqueName = "Goldwrap"
|
||||
Bladebuckle UniqueName = "Bladebuckle"
|
||||
NokozanRelic UniqueName = "Nokozan Relic"
|
||||
TheEyeofEtlich UniqueName = "The Eye of Etlich"
|
||||
TheMahimOakCurio UniqueName = "The Mahim-Oak Curio"
|
||||
Nagelring UniqueName = "Nagelring"
|
||||
ManaldHeal UniqueName = "Manald Heal"
|
||||
TheStoneofJordan UniqueName = "The Stone of Jordan"
|
||||
AmuletoftheViper UniqueName = "Amulet of the Viper"
|
||||
StaffofKings UniqueName = "Staff of Kings"
|
||||
HoradricStaff UniqueName = "Horadric Staff"
|
||||
HellForgeHammer UniqueName = "Hell Forge Hammer"
|
||||
KhalimFlail UniqueName = "KhalimFlail"
|
||||
SuperKhalimFlail UniqueName = "SuperKhalimFlail"
|
||||
Coldkill UniqueName = "Coldkill"
|
||||
ButchersPupil UniqueName = "Butcher's Pupil"
|
||||
Islestrike UniqueName = "Islestrike"
|
||||
PompesWrath UniqueName = "Pompe's Wrath"
|
||||
GuardianNaga UniqueName = "Guardian Naga"
|
||||
WarlordsTrust UniqueName = "Warlord's Trust"
|
||||
Spellsteel UniqueName = "Spellsteel"
|
||||
Stormrider UniqueName = "Stormrider"
|
||||
BoneslayerBlade UniqueName = "Boneslayer Blade"
|
||||
TheMinataur UniqueName = "The Minataur"
|
||||
SuicideBranch UniqueName = "Suicide Branch"
|
||||
CarinShard UniqueName = "Carin Shard"
|
||||
ArmofKingLeoric UniqueName = "Arm of King Leoric"
|
||||
BlackhandKey UniqueName = "Blackhand Key"
|
||||
DarkClanCrusher UniqueName = "Dark Clan Crusher"
|
||||
ZakarumsHand UniqueName = "Zakarum's Hand"
|
||||
TheFetidSprinkler UniqueName = "The Fetid Sprinkler"
|
||||
HandofBlessedLight UniqueName = "Hand of Blessed Light"
|
||||
Fleshrender UniqueName = "Fleshrender"
|
||||
SureshrillFrost UniqueName = "Sureshrill Frost"
|
||||
Moonfall UniqueName = "Moonfall"
|
||||
BaezilsVortex UniqueName = "Baezil's Vortex"
|
||||
Earthshaker UniqueName = "Earthshaker"
|
||||
BloodtreeStump UniqueName = "Bloodtree Stump"
|
||||
TheGavelofPain UniqueName = "The Gavel of Pain"
|
||||
Bloodletter UniqueName = "Bloodletter"
|
||||
ColdsteelEye UniqueName = "Coldsteel Eye"
|
||||
Hexfire UniqueName = "Hexfire"
|
||||
BladeofAliBaba UniqueName = "Blade of Ali Baba"
|
||||
GinthersRift UniqueName = "Ginther's Rift"
|
||||
Headstriker UniqueName = "Headstriker"
|
||||
PlagueBearer UniqueName = "Plague Bearer"
|
||||
TheAtlantian UniqueName = "The Atlantian"
|
||||
CrainteVomir UniqueName = "Crainte Vomir"
|
||||
BingSzWang UniqueName = "Bing Sz Wang"
|
||||
TheVileHusk UniqueName = "The Vile Husk"
|
||||
Cloudcrack UniqueName = "Cloudcrack"
|
||||
TodesfaelleFlamme UniqueName = "Todesfaelle Flamme"
|
||||
Swordguard UniqueName = "Swordguard"
|
||||
Spineripper UniqueName = "Spineripper"
|
||||
HeartCarver UniqueName = "Heart Carver"
|
||||
BlackbogsSharp UniqueName = "Blackbog's Sharp"
|
||||
Stormspike UniqueName = "Stormspike"
|
||||
TheImpaler UniqueName = "The Impaler"
|
||||
KelpieSnare UniqueName = "Kelpie Snare"
|
||||
SoulfeastTine UniqueName = "Soulfeast Tine"
|
||||
HoneSundan UniqueName = "Hone Sundan"
|
||||
SpireofHonor UniqueName = "Spire of Honor"
|
||||
TheMeatScraper UniqueName = "The Meat Scraper"
|
||||
BlackleachBlade UniqueName = "Blackleach Blade"
|
||||
AthenasWrath UniqueName = "Athena's Wrath"
|
||||
PierreTombaleCouant UniqueName = "Pierre Tombale Couant"
|
||||
HusoldalEvo UniqueName = "Husoldal Evo"
|
||||
GrimsBurningDead UniqueName = "Grim's Burning Dead"
|
||||
Razorswitch UniqueName = "Razorswitch"
|
||||
Ribcracker UniqueName = "Ribcracker"
|
||||
ChromaticIre UniqueName = "Chromatic Ire"
|
||||
Warpspear UniqueName = "Warpspear"
|
||||
Skullcollector UniqueName = "Skullcollector"
|
||||
Skystrike UniqueName = "Skystrike"
|
||||
Riphook UniqueName = "Riphook"
|
||||
KukoShakaku UniqueName = "Kuko Shakaku"
|
||||
Endlesshail UniqueName = "Endlesshail"
|
||||
WhichwildString UniqueName = "Whichwild String"
|
||||
Cliffkiller UniqueName = "Cliffkiller"
|
||||
Magewrath UniqueName = "Magewrath"
|
||||
GodstrikeArch UniqueName = "Godstrike Arch"
|
||||
LangerBriser UniqueName = "Langer Briser"
|
||||
PusSpiter UniqueName = "Pus Spiter"
|
||||
BurizaDoKyanon UniqueName = "Buriza-Do Kyanon"
|
||||
DemonMachine UniqueName = "Demon Machine"
|
||||
PeasentCrown UniqueName = "Peasent Crown"
|
||||
Rockstopper UniqueName = "Rockstopper"
|
||||
Stealskull UniqueName = "Stealskull"
|
||||
DarksightHelm UniqueName = "Darksight Helm"
|
||||
ValkiryWing UniqueName = "Valkiry Wing"
|
||||
CrownofThieves UniqueName = "Crown of Thieves"
|
||||
BlackhornsFace UniqueName = "Blackhorn's Face"
|
||||
Vampiregaze UniqueName = "Vampiregaze"
|
||||
TheSpiritShroud UniqueName = "The Spirit Shroud"
|
||||
SkinoftheVipermagi UniqueName = "Skin of the Vipermagi"
|
||||
SkinoftheFlayerdOne UniqueName = "Skin of the Flayerd One"
|
||||
Ironpelt UniqueName = "Ironpelt"
|
||||
Spiritforge UniqueName = "Spiritforge"
|
||||
CrowCaw UniqueName = "Crow Caw"
|
||||
Shaftstop UniqueName = "Shaftstop"
|
||||
DurielsShell UniqueName = "Duriel's Shell"
|
||||
SkulldersIre UniqueName = "Skullder's Ire"
|
||||
GuardianAngel UniqueName = "Guardian Angel"
|
||||
Toothrow UniqueName = "Toothrow"
|
||||
AtmasWail UniqueName = "Atma's Wail"
|
||||
BlackHades UniqueName = "Black Hades"
|
||||
Corpsemourn UniqueName = "Corpsemourn"
|
||||
QueHegansWisdon UniqueName = "Que-Hegan's Wisdon"
|
||||
Visceratuant UniqueName = "Visceratuant"
|
||||
MosersBlessedCircle UniqueName = "Mosers Blessed Circle"
|
||||
Stormchaser UniqueName = "Stormchaser"
|
||||
TiamatsRebuke UniqueName = "Tiamat's Rebuke"
|
||||
KerkesSanctuary UniqueName = "Kerke's Sanctuary"
|
||||
RadimantsSphere UniqueName = "Radimant's Sphere"
|
||||
LidlessWall UniqueName = "Lidless Wall"
|
||||
LanceGuard UniqueName = "Lance Guard"
|
||||
VenomGrip UniqueName = "Venom Grip"
|
||||
Gravepalm UniqueName = "Gravepalm"
|
||||
Ghoulhide UniqueName = "Ghoulhide"
|
||||
Lavagout UniqueName = "Lavagout"
|
||||
Hellmouth UniqueName = "Hellmouth"
|
||||
Infernostride UniqueName = "Infernostride"
|
||||
Waterwalk UniqueName = "Waterwalk"
|
||||
Silkweave UniqueName = "Silkweave"
|
||||
Wartraveler UniqueName = "Wartraveler"
|
||||
Gorerider UniqueName = "Gorerider"
|
||||
StringofEars UniqueName = "String of Ears"
|
||||
Razortail UniqueName = "Razortail"
|
||||
Gloomstrap UniqueName = "Gloomstrap"
|
||||
Snowclash UniqueName = "Snowclash"
|
||||
ThudergodsVigor UniqueName = "Thudergod's Vigor"
|
||||
HarlequinCrest UniqueName = "Harlequin Crest"
|
||||
VeilofSteel UniqueName = "Veil of Steel"
|
||||
TheGladiatorsBane UniqueName = "The Gladiator's Bane"
|
||||
ArkainesValor UniqueName = "Arkaine's Valor"
|
||||
BlackoakShield UniqueName = "Blackoak Shield"
|
||||
Stormshield UniqueName = "Stormshield"
|
||||
Hellslayer UniqueName = "Hellslayer"
|
||||
MesserschmidtsReaver UniqueName = "Messerschmidt's Reaver"
|
||||
BaranarsStar UniqueName = "Baranar's Star"
|
||||
SchaefersHammer UniqueName = "Schaefer's Hammer"
|
||||
TheCraniumBasher UniqueName = "The Cranium Basher"
|
||||
Lightsabre UniqueName = "Lightsabre"
|
||||
Doombringer UniqueName = "Doombringer"
|
||||
TheGrandfather UniqueName = "The Grandfather"
|
||||
Wizardspike UniqueName = "Wizardspike"
|
||||
Stormspire UniqueName = "Stormspire"
|
||||
Eaglehorn UniqueName = "Eaglehorn"
|
||||
Windforce UniqueName = "Windforce"
|
||||
BulKathosWeddingBand UniqueName = "Bul Katho's Wedding Band"
|
||||
TheCatsEye UniqueName = "The Cat's Eye"
|
||||
TheRisingSun UniqueName = "The Rising Sun"
|
||||
CrescentMoon UniqueName = "Crescent Moon"
|
||||
MarasKaleidoscope UniqueName = "Mara's Kaleidoscope"
|
||||
AtmasScarab UniqueName = "Atma's Scarab"
|
||||
DwarfStar UniqueName = "Dwarf Star"
|
||||
RavenFrost UniqueName = "Raven Frost"
|
||||
HighlordsWrath UniqueName = "Highlord's Wrath"
|
||||
SaracensChance UniqueName = "Saracen's Chance"
|
||||
ArreatsFace UniqueName = "Arreat's Face"
|
||||
Homunculus UniqueName = "Homunculus"
|
||||
TitansRevenge UniqueName = "Titan's Revenge"
|
||||
LycandersAim UniqueName = "Lycander's Aim"
|
||||
LycandersFlank UniqueName = "Lycander's Flank"
|
||||
TheOculus UniqueName = "The Oculus"
|
||||
HeraldofZakarum UniqueName = "Herald of Zakarum"
|
||||
Cutthroat1 UniqueName = "Cutthroat1"
|
||||
JalalsMane UniqueName = "Jalal's Mane"
|
||||
TheScalper UniqueName = "The Scalper"
|
||||
Bloodmoon UniqueName = "Bloodmoon"
|
||||
Djinnslayer UniqueName = "Djinnslayer"
|
||||
Deathbit UniqueName = "Deathbit"
|
||||
Warshrike UniqueName = "Warshrike"
|
||||
Gutsiphon UniqueName = "Gutsiphon"
|
||||
Razoredge UniqueName = "Razoredge"
|
||||
Demonlimb UniqueName = "Demonlimb"
|
||||
Steelshade UniqueName = "Steelshade"
|
||||
TombReaver UniqueName = "Tomb Reaver"
|
||||
DeathssWeb UniqueName = "Deaths's Web"
|
||||
NaturesPeace UniqueName = "Nature's Peace"
|
||||
Azurewrath UniqueName = "Azurewrath"
|
||||
SeraphsHymn UniqueName = "Seraph's Hymn"
|
||||
Fleshripper UniqueName = "Fleshripper"
|
||||
HorizonsTornado UniqueName = "Horizon's Tornado"
|
||||
StoneCrusher UniqueName = "Stone Crusher"
|
||||
Jadetalon UniqueName = "Jadetalon"
|
||||
Shadowdancer UniqueName = "Shadowdancer"
|
||||
Cerebus UniqueName = "Cerebus"
|
||||
TyraelsMight UniqueName = "Tyrael's Might"
|
||||
Souldrain UniqueName = "Souldrain"
|
||||
Runemaster UniqueName = "Runemaster"
|
||||
Deathcleaver UniqueName = "Deathcleaver"
|
||||
ExecutionersJustice UniqueName = "Executioner's Justice"
|
||||
Stoneraven UniqueName = "Stoneraven"
|
||||
Leviathan UniqueName = "Leviathan"
|
||||
Wisp UniqueName = "Wisp"
|
||||
GargoylesBite UniqueName = "Gargoyle's Bite"
|
||||
Lacerator UniqueName = "Lacerator"
|
||||
MangSongsLesson UniqueName = "Mang Song's Lesson"
|
||||
Viperfork UniqueName = "Viperfork"
|
||||
EtherealEdge UniqueName = "Ethereal Edge"
|
||||
DemonhornsEdge UniqueName = "Demonhorn's Edge"
|
||||
TheReapersToll UniqueName = "The Reaper's Toll"
|
||||
Spiritkeeper UniqueName = "Spiritkeeper"
|
||||
Hellrack UniqueName = "Hellrack"
|
||||
AlmaNegra UniqueName = "Alma Negra"
|
||||
DarkforgeSpawn UniqueName = "Darkforge Spawn"
|
||||
Widowmaker UniqueName = "Widowmaker"
|
||||
BloodravensCharge UniqueName = "Bloodraven's Charge"
|
||||
Ghostflame UniqueName = "Ghostflame"
|
||||
Shadowkiller UniqueName = "Shadowkiller"
|
||||
Gimmershred UniqueName = "Gimmershred"
|
||||
GriffonsEye UniqueName = "Griffon's Eye"
|
||||
Windhammer UniqueName = "Windhammer"
|
||||
Thunderstroke UniqueName = "Thunderstroke"
|
||||
DemonsArch UniqueName = "Demon's Arch"
|
||||
Boneflame UniqueName = "Boneflame"
|
||||
Steelpillar UniqueName = "Steelpillar"
|
||||
NightwingsVeil UniqueName = "Nightwing's Veil"
|
||||
CrownofAges UniqueName = "Crown of Ages"
|
||||
AndarielsVisage UniqueName = "Andariel's Visage"
|
||||
Dragonscale UniqueName = "Dragonscale"
|
||||
SteelCarapice UniqueName = "Steel Carapice"
|
||||
MedusasGaze UniqueName = "Medusa's Gaze"
|
||||
Ravenlore UniqueName = "Ravenlore"
|
||||
Boneshade UniqueName = "Boneshade"
|
||||
Flamebellow UniqueName = "Flamebellow"
|
||||
Fathom UniqueName = "Fathom"
|
||||
Wolfhowl UniqueName = "Wolfhowl"
|
||||
SpiritWard UniqueName = "Spirit Ward"
|
||||
KirasGuardian UniqueName = "Kira's Guardian"
|
||||
OrmusRobes UniqueName = "Ormus' Robes"
|
||||
GheedsFortune UniqueName = "Gheed's Fortune"
|
||||
Stormlash UniqueName = "Stormlash"
|
||||
HalaberdsReign UniqueName = "Halaberd's Reign"
|
||||
SpikeThorn UniqueName = "Spike Thorn"
|
||||
DraculsGrasp UniqueName = "Dracul's Grasp"
|
||||
Frostwind UniqueName = "Frostwind"
|
||||
TemplarsMight UniqueName = "Templar's Might"
|
||||
Eschutastemper UniqueName = "Eschuta's temper"
|
||||
FirelizardsTalons UniqueName = "Firelizard's Talons"
|
||||
SandstormTrek UniqueName = "Sandstorm Trek"
|
||||
Marrowwalk UniqueName = "Marrowwalk"
|
||||
HeavensLight UniqueName = "Heaven's Light"
|
||||
ArachnidMesh UniqueName = "Arachnid Mesh"
|
||||
NosferatusCoil UniqueName = "Nosferatu's Coil"
|
||||
Metalgrid UniqueName = "Metalgrid"
|
||||
VerdugosHeartyCord UniqueName = "Verdugo's Hearty Cord"
|
||||
CarrionWind UniqueName = "Carrion Wind"
|
||||
Giantskull UniqueName = "Giantskull"
|
||||
Ironward UniqueName = "Ironward"
|
||||
Annihilus UniqueName = "Annihilus"
|
||||
AriocsNeedle UniqueName = "Arioc's Needle"
|
||||
Cranebeak UniqueName = "Cranebeak"
|
||||
NordsTenderizer UniqueName = "Nord's Tenderizer"
|
||||
Earthshifter UniqueName = "Earthshifter"
|
||||
Wraithflight UniqueName = "Wraithflight"
|
||||
Bonehew UniqueName = "Bonehew"
|
||||
OndalsWisdom UniqueName = "Ondal's Wisdom"
|
||||
TheReedeemer UniqueName = "The Reedeemer"
|
||||
HeadhuntersGlory UniqueName = "Headhunter's Glory"
|
||||
Steelrend UniqueName = "Steelrend"
|
||||
RainbowFacetChainLightningDeath UniqueName = "Rainbow Facet (Chain Lightning Death)"
|
||||
RainbowFacetBlizzardDeath UniqueName = "Rainbow Facet (Blizzard Death)"
|
||||
RainbowFacetMeteorDeath UniqueName = "Rainbow Facet (Meteor Death)"
|
||||
RainbowFacetPoisonNovaDeath UniqueName = "Rainbow Facet (Poison Nova Death)"
|
||||
RainbowFacetNovaLevel UniqueName = "Rainbow Facet (Nova Level)"
|
||||
RainbowFacetFrostNovaLevel UniqueName = "Rainbow Facet (Frost Nova Level)"
|
||||
RainbowFacetBlazeLevel UniqueName = "Rainbow Facet (Blaze Level)"
|
||||
RainbowFacetVenomLevel UniqueName = "Rainbow Facet (Venom Level)"
|
||||
HellfireTorch UniqueName = "Hellfire Torch"
|
||||
ColdRupture UniqueName = "Cold Rupture"
|
||||
FlameRift UniqueName = "Flame Rift"
|
||||
CrackoftheHeavens UniqueName = "Crack of the Heavens"
|
||||
RottingFissure UniqueName = "Rotting Fissure"
|
||||
BoneBreak UniqueName = "Bone Break"
|
||||
BlackCleft UniqueName = "Black Cleft"
|
||||
)
|
||||
|
||||
type UniqueItemInfo struct {
|
||||
Name string
|
||||
Code string
|
||||
LevelReq int
|
||||
Rarity int
|
||||
ID int
|
||||
}
|
||||
|
||||
var UniqueItems = map[UniqueName]UniqueItemInfo{
|
||||
TheGnasher: {Name: "The Gnasher", Code: "hax", LevelReq: 5, Rarity: 1, ID: 0},
|
||||
Deathspade: {Name: "Deathspade", Code: "axe", LevelReq: 9, Rarity: 1, ID: 1},
|
||||
Bladebone: {Name: "Bladebone", Code: "2ax", LevelReq: 15, Rarity: 1, ID: 2},
|
||||
Mindrend: {Name: "Mindrend", Code: "mpi", LevelReq: 21, Rarity: 1, ID: 3},
|
||||
Rakescar: {Name: "Rakescar", Code: "wax", LevelReq: 27, Rarity: 1, ID: 4},
|
||||
FechmarsAxe: {Name: "Fechmars Axe", Code: "lax", LevelReq: 8, Rarity: 1, ID: 5},
|
||||
Goreshovel: {Name: "Goreshovel", Code: "bax", LevelReq: 14, Rarity: 1, ID: 6},
|
||||
TheChieftan: {Name: "The Chieftan", Code: "btx", LevelReq: 19, Rarity: 1, ID: 7},
|
||||
Brainhew: {Name: "Brainhew", Code: "gax", LevelReq: 25, Rarity: 1, ID: 8},
|
||||
TheHumongous: {Name: "The Humongous", Code: "gix", LevelReq: 29, Rarity: 1, ID: 9},
|
||||
IrosTorch: {Name: "Iros Torch", Code: "wnd", LevelReq: 5, Rarity: 1, ID: 10},
|
||||
Maelstromwrath: {Name: "Maelstromwrath", Code: "ywn", LevelReq: 14, Rarity: 1, ID: 11},
|
||||
Gravenspine: {Name: "Gravenspine", Code: "bwn", LevelReq: 20, Rarity: 1, ID: 12},
|
||||
UmesLament: {Name: "Umes Lament", Code: "gwn", LevelReq: 28, Rarity: 1, ID: 13},
|
||||
Felloak: {Name: "Felloak", Code: "clb", LevelReq: 3, Rarity: 1, ID: 14},
|
||||
KnellStriker: {Name: "Knell Striker", Code: "scp", LevelReq: 5, Rarity: 1, ID: 15},
|
||||
Rusthandle: {Name: "Rusthandle", Code: "gsc", LevelReq: 17, Rarity: 1, ID: 16},
|
||||
Stormeye: {Name: "Stormeye", Code: "wsp", LevelReq: 23, Rarity: 1, ID: 17},
|
||||
Stoutnail: {Name: "Stoutnail", Code: "spc", LevelReq: 5, Rarity: 1, ID: 18},
|
||||
Crushflange: {Name: "Crushflange", Code: "mac", LevelReq: 9, Rarity: 1, ID: 19},
|
||||
Bloodrise: {Name: "Bloodrise", Code: "mst", LevelReq: 15, Rarity: 1, ID: 20},
|
||||
TheGeneralsTanDoLiGa: {Name: "The Generals Tan Do Li Ga", Code: "fla", LevelReq: 21, Rarity: 1, ID: 21},
|
||||
Ironstone: {Name: "Ironstone", Code: "whm", LevelReq: 27, Rarity: 1, ID: 22},
|
||||
Bonesob: {Name: "Bonesob", Code: "mau", LevelReq: 24, Rarity: 1, ID: 23},
|
||||
Steeldriver: {Name: "Steeldriver", Code: "gma", LevelReq: 29, Rarity: 1, ID: 24},
|
||||
RixotsKeen: {Name: "Rixots Keen", Code: "ssd", LevelReq: 2, Rarity: 1, ID: 25},
|
||||
BloodCrescent: {Name: "Blood Crescent", Code: "scm", LevelReq: 7, Rarity: 1, ID: 26},
|
||||
KrintizsSkewer: {Name: "Krintizs Skewer", Code: "sbr", LevelReq: 10, Rarity: 1, ID: 27},
|
||||
Gleamscythe: {Name: "Gleamscythe", Code: "flc", LevelReq: 13, Rarity: 1, ID: 28},
|
||||
GriswoldsEdge: {Name: "Griswolds Edge", Code: "bsd", LevelReq: 17, Rarity: 1, ID: 30},
|
||||
Hellplague: {Name: "Hellplague", Code: "lsd", LevelReq: 22, Rarity: 1, ID: 31},
|
||||
CulwensPoint: {Name: "Culwens Point", Code: "wsd", LevelReq: 29, Rarity: 1, ID: 32},
|
||||
Shadowfang: {Name: "Shadowfang", Code: "2hs", LevelReq: 12, Rarity: 1, ID: 33},
|
||||
Soulflay: {Name: "Soulflay", Code: "clm", LevelReq: 19, Rarity: 1, ID: 34},
|
||||
KinemilsAwl: {Name: "Kinemils Awl", Code: "gis", LevelReq: 23, Rarity: 1, ID: 35},
|
||||
Blacktongue: {Name: "Blacktongue", Code: "bsw", LevelReq: 26, Rarity: 1, ID: 36},
|
||||
Ripsaw: {Name: "Ripsaw", Code: "flb", LevelReq: 26, Rarity: 1, ID: 37},
|
||||
ThePatriarch: {Name: "The Patriarch", Code: "gsd", LevelReq: 29, Rarity: 1, ID: 38},
|
||||
Gull: {Name: "Gull", Code: "dgr", LevelReq: 4, Rarity: 1, ID: 39},
|
||||
TheDiggler: {Name: "The Diggler", Code: "dir", LevelReq: 11, Rarity: 1, ID: 40},
|
||||
TheJadeTanDo: {Name: "The Jade Tan Do", Code: "kri", LevelReq: 19, Rarity: 1, ID: 41},
|
||||
IricesShard: {Name: "Irices Shard", Code: "bld", LevelReq: 25, Rarity: 1, ID: 42},
|
||||
TheDragonChang: {Name: "The Dragon Chang", Code: "spr", LevelReq: 8, Rarity: 1, ID: 43},
|
||||
Razortine: {Name: "Razortine", Code: "tri", LevelReq: 12, Rarity: 1, ID: 44},
|
||||
Bloodthief: {Name: "Bloodthief", Code: "brn", LevelReq: 17, Rarity: 1, ID: 45},
|
||||
LanceofYaggai: {Name: "Lance of Yaggai", Code: "spt", LevelReq: 22, Rarity: 1, ID: 46},
|
||||
TheTannrGorerod: {Name: "The Tannr Gorerod", Code: "pik", LevelReq: 27, Rarity: 1, ID: 47},
|
||||
DimoaksHew: {Name: "Dimoaks Hew", Code: "bar", LevelReq: 8, Rarity: 1, ID: 48},
|
||||
Steelgoad: {Name: "Steelgoad", Code: "vou", LevelReq: 14, Rarity: 1, ID: 49},
|
||||
SoulHarvest: {Name: "Soul Harvest", Code: "scy", LevelReq: 19, Rarity: 1, ID: 50},
|
||||
TheBattlebranch: {Name: "The Battlebranch", Code: "pax", LevelReq: 25, Rarity: 1, ID: 51},
|
||||
Woestave: {Name: "Woestave", Code: "hal", LevelReq: 28, Rarity: 1, ID: 52},
|
||||
TheGrimReaper: {Name: "The Grim Reaper", Code: "wsc", LevelReq: 29, Rarity: 1, ID: 53},
|
||||
BaneAsh: {Name: "Bane Ash", Code: "sst", LevelReq: 5, Rarity: 1, ID: 54},
|
||||
SerpentLord: {Name: "Serpent Lord", Code: "lst", LevelReq: 9, Rarity: 1, ID: 55},
|
||||
LazarusSpire: {Name: "Lazarus Spire", Code: "cst", LevelReq: 18, Rarity: 1, ID: 56},
|
||||
TheSalamander: {Name: "The Salamander", Code: "bst", LevelReq: 21, Rarity: 1, ID: 57},
|
||||
TheIronJangBong: {Name: "The Iron Jang Bong", Code: "wst", LevelReq: 28, Rarity: 1, ID: 58},
|
||||
Pluckeye: {Name: "Pluckeye", Code: "sbw", LevelReq: 7, Rarity: 1, ID: 59},
|
||||
Witherstring: {Name: "Witherstring", Code: "hbw", LevelReq: 13, Rarity: 1, ID: 60},
|
||||
Rimeraven: {Name: "Rimeraven", Code: "lbw", LevelReq: 15, Rarity: 1, ID: 61},
|
||||
Piercerib: {Name: "Piercerib", Code: "cbw", LevelReq: 20, Rarity: 1, ID: 62},
|
||||
Pullspite: {Name: "Pullspite", Code: "sbb", LevelReq: 25, Rarity: 1, ID: 63},
|
||||
Wizendraw: {Name: "Wizendraw", Code: "lbb", LevelReq: 26, Rarity: 1, ID: 64},
|
||||
Hellclap: {Name: "Hellclap", Code: "swb", LevelReq: 27, Rarity: 1, ID: 65},
|
||||
Blastbark: {Name: "Blastbark", Code: "lwb", LevelReq: 28, Rarity: 1, ID: 66},
|
||||
Leadcrow: {Name: "Leadcrow", Code: "lxb", LevelReq: 9, Rarity: 1, ID: 67},
|
||||
Ichorsting: {Name: "Ichorsting", Code: "mxb", LevelReq: 18, Rarity: 1, ID: 68},
|
||||
Hellcast: {Name: "Hellcast", Code: "hxb", LevelReq: 27, Rarity: 1, ID: 69},
|
||||
Doomspittle: {Name: "Doomspittle", Code: "rxb", LevelReq: 28, Rarity: 1, ID: 70},
|
||||
WarBonnet: {Name: "War Bonnet", Code: "cap", LevelReq: 3, Rarity: 1, ID: 71},
|
||||
Tarnhelm: {Name: "Tarnhelm", Code: "skp", LevelReq: 15, Rarity: 1, ID: 72},
|
||||
CoifofGlory: {Name: "Coif of Glory", Code: "hlm", LevelReq: 14, Rarity: 1, ID: 73},
|
||||
Duskdeep: {Name: "Duskdeep", Code: "fhl", LevelReq: 17, Rarity: 1, ID: 74},
|
||||
Wormskull: {Name: "Wormskull", Code: "bhm", LevelReq: 21, Rarity: 1, ID: 75},
|
||||
Howltusk: {Name: "Howltusk", Code: "ghm", LevelReq: 25, Rarity: 1, ID: 76},
|
||||
UndeadCrown: {Name: "Undead Crown", Code: "crn", LevelReq: 29, Rarity: 1, ID: 77},
|
||||
TheFaceofHorror: {Name: "The Face of Horror", Code: "msk", LevelReq: 20, Rarity: 1, ID: 78},
|
||||
Greyform: {Name: "Greyform", Code: "qui", LevelReq: 7, Rarity: 1, ID: 79},
|
||||
BlinkbatsForm: {Name: "Blinkbats Form", Code: "lea", LevelReq: 12, Rarity: 1, ID: 80},
|
||||
TheCenturion: {Name: "The Centurion", Code: "hla", LevelReq: 14, Rarity: 1, ID: 81},
|
||||
Twitchthroe: {Name: "Twitchthroe", Code: "stu", LevelReq: 16, Rarity: 1, ID: 82},
|
||||
Darkglow: {Name: "Darkglow", Code: "rng", LevelReq: 14, Rarity: 1, ID: 83},
|
||||
Hawkmail: {Name: "Hawkmail", Code: "scl", LevelReq: 15, Rarity: 1, ID: 84},
|
||||
SparkingMail: {Name: "Sparking Mail", Code: "chn", LevelReq: 17, Rarity: 1, ID: 85},
|
||||
Venomsward: {Name: "Venomsward", Code: "brs", LevelReq: 20, Rarity: 1, ID: 86},
|
||||
Iceblink: {Name: "Iceblink", Code: "spl", LevelReq: 22, Rarity: 1, ID: 87},
|
||||
Boneflesh: {Name: "Boneflesh", Code: "plt", LevelReq: 26, Rarity: 1, ID: 88},
|
||||
Rockfleece: {Name: "Rockfleece", Code: "fld", LevelReq: 28, Rarity: 1, ID: 89},
|
||||
Rattlecage: {Name: "Rattlecage", Code: "gth", LevelReq: 29, Rarity: 1, ID: 90},
|
||||
Goldskin: {Name: "Goldskin", Code: "ful", LevelReq: 28, Rarity: 1, ID: 91},
|
||||
VictorsSilk: {Name: "Victors Silk", Code: "aar", LevelReq: 28, Rarity: 1, ID: 92},
|
||||
HeavenlyGarb: {Name: "Heavenly Garb", Code: "ltp", LevelReq: 29, Rarity: 1, ID: 93},
|
||||
PeltaLunata: {Name: "Pelta Lunata", Code: "buc", LevelReq: 2, Rarity: 1, ID: 94},
|
||||
UmbralDisk: {Name: "Umbral Disk", Code: "sml", LevelReq: 9, Rarity: 1, ID: 95},
|
||||
Stormguild: {Name: "Stormguild", Code: "lrg", LevelReq: 13, Rarity: 1, ID: 96},
|
||||
WalloftheEyeless: {Name: "Wall of the Eyeless", Code: "bsh", LevelReq: 20, Rarity: 1, ID: 97},
|
||||
SwordbackHold: {Name: "Swordback Hold", Code: "spk", LevelReq: 15, Rarity: 1, ID: 98},
|
||||
Steelclash: {Name: "Steelclash", Code: "kit", LevelReq: 17, Rarity: 1, ID: 99},
|
||||
BverritKeep: {Name: "Bverrit Keep", Code: "tow", LevelReq: 19, Rarity: 1, ID: 100},
|
||||
TheWard: {Name: "The Ward", Code: "gts", LevelReq: 26, Rarity: 1, ID: 101},
|
||||
TheHandofBroc: {Name: "The Hand of Broc", Code: "lgl", LevelReq: 5, Rarity: 1, ID: 102},
|
||||
Bloodfist: {Name: "Bloodfist", Code: "vgl", LevelReq: 9, Rarity: 1, ID: 103},
|
||||
ChanceGuards: {Name: "Chance Guards", Code: "mgl", LevelReq: 15, Rarity: 1, ID: 104},
|
||||
Magefist: {Name: "Magefist", Code: "tgl", LevelReq: 23, Rarity: 1, ID: 105},
|
||||
Frostburn: {Name: "Frostburn", Code: "hgl", LevelReq: 29, Rarity: 1, ID: 106},
|
||||
Hotspur: {Name: "Hotspur", Code: "lbt", LevelReq: 5, Rarity: 1, ID: 107},
|
||||
Gorefoot: {Name: "Gorefoot", Code: "vbt", LevelReq: 9, Rarity: 1, ID: 108},
|
||||
TreadsofCthon: {Name: "Treads of Cthon", Code: "mbt", LevelReq: 15, Rarity: 1, ID: 109},
|
||||
GoblinToe: {Name: "Goblin Toe", Code: "tbt", LevelReq: 22, Rarity: 1, ID: 110},
|
||||
Tearhaunch: {Name: "Tearhaunch", Code: "hbt", LevelReq: 29, Rarity: 1, ID: 111},
|
||||
LenymsCord: {Name: "Lenyms Cord", Code: "lbl", LevelReq: 7, Rarity: 1, ID: 112},
|
||||
Snakecord: {Name: "Snakecord", Code: "vbl", LevelReq: 12, Rarity: 1, ID: 113},
|
||||
Nightsmoke: {Name: "Nightsmoke", Code: "mbl", LevelReq: 20, Rarity: 1, ID: 114},
|
||||
Goldwrap: {Name: "Goldwrap", Code: "tbl", LevelReq: 27, Rarity: 1, ID: 115},
|
||||
Bladebuckle: {Name: "Bladebuckle", Code: "hbl", LevelReq: 29, Rarity: 1, ID: 116},
|
||||
NokozanRelic: {Name: "Nokozan Relic", Code: "amu", LevelReq: 10, Rarity: 20, ID: 117},
|
||||
TheEyeofEtlich: {Name: "The Eye of Etlich", Code: "amu", LevelReq: 15, Rarity: 5, ID: 118},
|
||||
TheMahimOakCurio: {Name: "The Mahim-Oak Curio", Code: "amu", LevelReq: 25, Rarity: 10, ID: 119},
|
||||
Nagelring: {Name: "Nagelring", Code: "rin", LevelReq: 7, Rarity: 15, ID: 120},
|
||||
ManaldHeal: {Name: "Manald Heal", Code: "rin", LevelReq: 15, Rarity: 15, ID: 121},
|
||||
TheStoneofJordan: {Name: "The Stone of Jordan", Code: "rin", LevelReq: 29, Rarity: 1, ID: 122},
|
||||
AmuletoftheViper: {Name: "Amulet of the Viper", Code: "vip", LevelReq: 0, Rarity: 1, ID: 123},
|
||||
StaffofKings: {Name: "Staff of Kings", Code: "msf", LevelReq: 0, Rarity: 1, ID: 124},
|
||||
HoradricStaff: {Name: "Horadric Staff", Code: "hst", LevelReq: 0, Rarity: 1, ID: 125},
|
||||
HellForgeHammer: {Name: "Hell Forge Hammer", Code: "hfh", LevelReq: 0, Rarity: 1, ID: 126},
|
||||
KhalimFlail: {Name: "KhalimFlail", Code: "qf1", LevelReq: 0, Rarity: 1, ID: 127},
|
||||
SuperKhalimFlail: {Name: "SuperKhalimFlail", Code: "qf2", LevelReq: 0, Rarity: 1, ID: 128},
|
||||
Coldkill: {Name: "Coldkill", Code: "9ha", LevelReq: 36, Rarity: 1, ID: 129},
|
||||
ButchersPupil: {Name: "Butcher's Pupil", Code: "9ax", LevelReq: 39, Rarity: 1, ID: 130},
|
||||
Islestrike: {Name: "Islestrike", Code: "92a", LevelReq: 43, Rarity: 1, ID: 131},
|
||||
PompesWrath: {Name: "Pompe's Wrath", Code: "9mp", LevelReq: 45, Rarity: 1, ID: 132},
|
||||
GuardianNaga: {Name: "Guardian Naga", Code: "9wa", LevelReq: 48, Rarity: 1, ID: 133},
|
||||
WarlordsTrust: {Name: "Warlord's Trust", Code: "9la", LevelReq: 35, Rarity: 1, ID: 134},
|
||||
Spellsteel: {Name: "Spellsteel", Code: "9ba", LevelReq: 39, Rarity: 1, ID: 135},
|
||||
Stormrider: {Name: "Stormrider", Code: "9bt", LevelReq: 41, Rarity: 1, ID: 136},
|
||||
BoneslayerBlade: {Name: "Boneslayer Blade", Code: "9ga", LevelReq: 42, Rarity: 1, ID: 137},
|
||||
TheMinataur: {Name: "The Minataur", Code: "9gi", LevelReq: 45, Rarity: 1, ID: 138},
|
||||
SuicideBranch: {Name: "Suicide Branch", Code: "9wn", LevelReq: 33, Rarity: 1, ID: 139},
|
||||
CarinShard: {Name: "Carin Shard", Code: "9yw", LevelReq: 35, Rarity: 1, ID: 140},
|
||||
ArmofKingLeoric: {Name: "Arm of King Leoric", Code: "9bw", LevelReq: 36, Rarity: 1, ID: 141},
|
||||
BlackhandKey: {Name: "Blackhand Key", Code: "9gw", LevelReq: 41, Rarity: 1, ID: 142},
|
||||
DarkClanCrusher: {Name: "Dark Clan Crusher", Code: "9cl", LevelReq: 34, Rarity: 1, ID: 143},
|
||||
ZakarumsHand: {Name: "Zakarum's Hand", Code: "9sc", LevelReq: 37, Rarity: 1, ID: 144},
|
||||
TheFetidSprinkler: {Name: "The Fetid Sprinkler", Code: "9qs", LevelReq: 38, Rarity: 1, ID: 145},
|
||||
HandofBlessedLight: {Name: "Hand of Blessed Light", Code: "9ws", LevelReq: 42, Rarity: 1, ID: 146},
|
||||
Fleshrender: {Name: "Fleshrender", Code: "9sp", LevelReq: 38, Rarity: 1, ID: 147},
|
||||
SureshrillFrost: {Name: "Sureshrill Frost", Code: "9ma", LevelReq: 39, Rarity: 1, ID: 148},
|
||||
Moonfall: {Name: "Moonfall", Code: "9mt", LevelReq: 42, Rarity: 1, ID: 149},
|
||||
BaezilsVortex: {Name: "Baezil's Vortex", Code: "9fl", LevelReq: 45, Rarity: 1, ID: 150},
|
||||
Earthshaker: {Name: "Earthshaker", Code: "9wh", LevelReq: 43, Rarity: 1, ID: 151},
|
||||
BloodtreeStump: {Name: "Bloodtree Stump", Code: "9m9", LevelReq: 48, Rarity: 1, ID: 152},
|
||||
TheGavelofPain: {Name: "The Gavel of Pain", Code: "9gm", LevelReq: 45, Rarity: 1, ID: 153},
|
||||
Bloodletter: {Name: "Bloodletter", Code: "9ss", LevelReq: 30, Rarity: 1, ID: 154},
|
||||
ColdsteelEye: {Name: "Coldsteel Eye", Code: "9sm", LevelReq: 31, Rarity: 1, ID: 155},
|
||||
Hexfire: {Name: "Hexfire", Code: "9sb", LevelReq: 33, Rarity: 1, ID: 156},
|
||||
BladeofAliBaba: {Name: "Blade of Ali Baba", Code: "9fc", LevelReq: 35, Rarity: 1, ID: 157},
|
||||
GinthersRift: {Name: "Ginther's Rift", Code: "9cr", LevelReq: 37, Rarity: 1, ID: 158},
|
||||
Headstriker: {Name: "Headstriker", Code: "9bs", LevelReq: 39, Rarity: 1, ID: 159},
|
||||
PlagueBearer: {Name: "Plague Bearer", Code: "9ls", LevelReq: 41, Rarity: 1, ID: 160},
|
||||
TheAtlantian: {Name: "The Atlantian", Code: "9wd", LevelReq: 42, Rarity: 1, ID: 161},
|
||||
CrainteVomir: {Name: "Crainte Vomir", Code: "92h", LevelReq: 42, Rarity: 1, ID: 162},
|
||||
BingSzWang: {Name: "Bing Sz Wang", Code: "9cm", LevelReq: 43, Rarity: 1, ID: 163},
|
||||
TheVileHusk: {Name: "The Vile Husk", Code: "9gs", LevelReq: 44, Rarity: 1, ID: 164},
|
||||
Cloudcrack: {Name: "Cloudcrack", Code: "9b9", LevelReq: 45, Rarity: 1, ID: 165},
|
||||
TodesfaelleFlamme: {Name: "Todesfaelle Flamme", Code: "9fb", LevelReq: 46, Rarity: 1, ID: 166},
|
||||
Swordguard: {Name: "Swordguard", Code: "9gd", LevelReq: 48, Rarity: 1, ID: 167},
|
||||
Spineripper: {Name: "Spineripper", Code: "9dg", LevelReq: 32, Rarity: 1, ID: 168},
|
||||
HeartCarver: {Name: "Heart Carver", Code: "9di", LevelReq: 36, Rarity: 1, ID: 169},
|
||||
BlackbogsSharp: {Name: "Blackbog's Sharp", Code: "9kr", LevelReq: 38, Rarity: 1, ID: 170},
|
||||
Stormspike: {Name: "Stormspike", Code: "9bl", LevelReq: 41, Rarity: 1, ID: 171},
|
||||
TheImpaler: {Name: "The Impaler", Code: "9sr", LevelReq: 31, Rarity: 1, ID: 172},
|
||||
KelpieSnare: {Name: "Kelpie Snare", Code: "9tr", LevelReq: 33, Rarity: 1, ID: 173},
|
||||
SoulfeastTine: {Name: "Soulfeast Tine", Code: "9br", LevelReq: 35, Rarity: 1, ID: 174},
|
||||
HoneSundan: {Name: "Hone Sundan", Code: "9st", LevelReq: 37, Rarity: 1, ID: 175},
|
||||
SpireofHonor: {Name: "Spire of Honor", Code: "9p9", LevelReq: 39, Rarity: 1, ID: 176},
|
||||
TheMeatScraper: {Name: "The Meat Scraper", Code: "9b7", LevelReq: 41, Rarity: 1, ID: 177},
|
||||
BlackleachBlade: {Name: "Blackleach Blade", Code: "9vo", LevelReq: 42, Rarity: 1, ID: 178},
|
||||
AthenasWrath: {Name: "Athena's Wrath", Code: "9s8", LevelReq: 42, Rarity: 1, ID: 179},
|
||||
PierreTombaleCouant: {Name: "Pierre Tombale Couant", Code: "9pa", LevelReq: 43, Rarity: 1, ID: 180},
|
||||
HusoldalEvo: {Name: "Husoldal Evo", Code: "9h9", LevelReq: 44, Rarity: 1, ID: 181},
|
||||
GrimsBurningDead: {Name: "Grim's Burning Dead", Code: "9wc", LevelReq: 45, Rarity: 1, ID: 182},
|
||||
Razorswitch: {Name: "Razorswitch", Code: "8ss", LevelReq: 28, Rarity: 1, ID: 183},
|
||||
Ribcracker: {Name: "Ribcracker", Code: "8ls", LevelReq: 31, Rarity: 1, ID: 184},
|
||||
ChromaticIre: {Name: "Chromatic Ire", Code: "8cs", LevelReq: 35, Rarity: 1, ID: 185},
|
||||
Warpspear: {Name: "Warpspear", Code: "8bs", LevelReq: 39, Rarity: 1, ID: 186},
|
||||
Skullcollector: {Name: "Skullcollector", Code: "8ws", LevelReq: 41, Rarity: 1, ID: 187},
|
||||
Skystrike: {Name: "Skystrike", Code: "8sb", LevelReq: 28, Rarity: 1, ID: 188},
|
||||
Riphook: {Name: "Riphook", Code: "8hb", LevelReq: 31, Rarity: 1, ID: 189},
|
||||
KukoShakaku: {Name: "Kuko Shakaku", Code: "8lb", LevelReq: 33, Rarity: 1, ID: 190},
|
||||
Endlesshail: {Name: "Endlesshail", Code: "8cb", LevelReq: 36, Rarity: 1, ID: 191},
|
||||
WhichwildString: {Name: "Whichwild String", Code: "8s8", LevelReq: 39, Rarity: 1, ID: 192},
|
||||
Cliffkiller: {Name: "Cliffkiller", Code: "8l8", LevelReq: 41, Rarity: 1, ID: 193},
|
||||
Magewrath: {Name: "Magewrath", Code: "8sw", LevelReq: 43, Rarity: 1, ID: 194},
|
||||
GodstrikeArch: {Name: "Godstrike Arch", Code: "8lw", LevelReq: 46, Rarity: 1, ID: 195},
|
||||
LangerBriser: {Name: "Langer Briser", Code: "8lx", LevelReq: 32, Rarity: 1, ID: 196},
|
||||
PusSpiter: {Name: "Pus Spiter", Code: "8mx", LevelReq: 36, Rarity: 1, ID: 197},
|
||||
BurizaDoKyanon: {Name: "Buriza-Do Kyanon", Code: "8hx", LevelReq: 41, Rarity: 1, ID: 198},
|
||||
DemonMachine: {Name: "Demon Machine", Code: "8rx", LevelReq: 49, Rarity: 1, ID: 199},
|
||||
PeasentCrown: {Name: "Peasent Crown", Code: "xap", LevelReq: 28, Rarity: 1, ID: 201},
|
||||
Rockstopper: {Name: "Rockstopper", Code: "xkp", LevelReq: 31, Rarity: 1, ID: 202},
|
||||
Stealskull: {Name: "Stealskull", Code: "xlm", LevelReq: 35, Rarity: 1, ID: 203},
|
||||
DarksightHelm: {Name: "Darksight Helm", Code: "xhl", LevelReq: 38, Rarity: 1, ID: 204},
|
||||
ValkiryWing: {Name: "Valkiry Wing", Code: "xhm", LevelReq: 44, Rarity: 1, ID: 205},
|
||||
CrownofThieves: {Name: "Crown of Thieves", Code: "xrn", LevelReq: 49, Rarity: 1, ID: 206},
|
||||
BlackhornsFace: {Name: "Blackhorn's Face", Code: "xsk", LevelReq: 41, Rarity: 1, ID: 207},
|
||||
Vampiregaze: {Name: "Vampiregaze", Code: "xh9", LevelReq: 41, Rarity: 1, ID: 208},
|
||||
TheSpiritShroud: {Name: "The Spirit Shroud", Code: "xui", LevelReq: 28, Rarity: 1, ID: 209},
|
||||
SkinoftheVipermagi: {Name: "Skin of the Vipermagi", Code: "xea", LevelReq: 29, Rarity: 1, ID: 210},
|
||||
SkinoftheFlayerdOne: {Name: "Skin of the Flayerd One", Code: "xla", LevelReq: 31, Rarity: 1, ID: 211},
|
||||
Ironpelt: {Name: "Ironpelt", Code: "xtu", LevelReq: 33, Rarity: 1, ID: 212},
|
||||
Spiritforge: {Name: "Spiritforge", Code: "xng", LevelReq: 35, Rarity: 1, ID: 213},
|
||||
CrowCaw: {Name: "Crow Caw", Code: "xcl", LevelReq: 37, Rarity: 1, ID: 214},
|
||||
Shaftstop: {Name: "Shaftstop", Code: "xhn", LevelReq: 38, Rarity: 1, ID: 215},
|
||||
DurielsShell: {Name: "Duriel's Shell", Code: "xrs", LevelReq: 41, Rarity: 1, ID: 216},
|
||||
SkulldersIre: {Name: "Skullder's Ire", Code: "xpl", LevelReq: 42, Rarity: 1, ID: 217},
|
||||
GuardianAngel: {Name: "Guardian Angel", Code: "xlt", LevelReq: 45, Rarity: 1, ID: 218},
|
||||
Toothrow: {Name: "Toothrow", Code: "xld", LevelReq: 48, Rarity: 1, ID: 219},
|
||||
AtmasWail: {Name: "Atma's Wail", Code: "xth", LevelReq: 51, Rarity: 1, ID: 220},
|
||||
BlackHades: {Name: "Black Hades", Code: "xul", LevelReq: 53, Rarity: 1, ID: 221},
|
||||
Corpsemourn: {Name: "Corpsemourn", Code: "xar", LevelReq: 55, Rarity: 1, ID: 222},
|
||||
QueHegansWisdon: {Name: "Que-Hegan's Wisdon", Code: "xtp", LevelReq: 51, Rarity: 1, ID: 223},
|
||||
Visceratuant: {Name: "Visceratuant", Code: "xuc", LevelReq: 28, Rarity: 1, ID: 224},
|
||||
MosersBlessedCircle: {Name: "Mosers Blessed Circle", Code: "xml", LevelReq: 31, Rarity: 1, ID: 225},
|
||||
Stormchaser: {Name: "Stormchaser", Code: "xrg", LevelReq: 35, Rarity: 1, ID: 226},
|
||||
TiamatsRebuke: {Name: "Tiamat's Rebuke", Code: "xit", LevelReq: 38, Rarity: 1, ID: 227},
|
||||
KerkesSanctuary: {Name: "Kerke's Sanctuary", Code: "xow", LevelReq: 44, Rarity: 1, ID: 228},
|
||||
RadimantsSphere: {Name: "Radimant's Sphere", Code: "xts", LevelReq: 50, Rarity: 1, ID: 229},
|
||||
LidlessWall: {Name: "Lidless Wall", Code: "xsh", LevelReq: 41, Rarity: 1, ID: 230},
|
||||
LanceGuard: {Name: "Lance Guard", Code: "xpk", LevelReq: 35, Rarity: 1, ID: 231},
|
||||
VenomGrip: {Name: "Venom Grip", Code: "xlg", LevelReq: 29, Rarity: 1, ID: 232},
|
||||
Gravepalm: {Name: "Gravepalm", Code: "xvg", LevelReq: 32, Rarity: 1, ID: 233},
|
||||
Ghoulhide: {Name: "Ghoulhide", Code: "xmg", LevelReq: 36, Rarity: 1, ID: 234},
|
||||
Lavagout: {Name: "Lavagout", Code: "xtg", LevelReq: 42, Rarity: 1, ID: 235},
|
||||
Hellmouth: {Name: "Hellmouth", Code: "xhg", LevelReq: 47, Rarity: 1, ID: 236},
|
||||
Infernostride: {Name: "Infernostride", Code: "xlb", LevelReq: 29, Rarity: 1, ID: 237},
|
||||
Waterwalk: {Name: "Waterwalk", Code: "xvb", LevelReq: 32, Rarity: 1, ID: 238},
|
||||
Silkweave: {Name: "Silkweave", Code: "xmb", LevelReq: 36, Rarity: 1, ID: 239},
|
||||
Wartraveler: {Name: "Wartraveler", Code: "xtb", LevelReq: 42, Rarity: 1, ID: 240},
|
||||
Gorerider: {Name: "Gorerider", Code: "xhb", LevelReq: 47, Rarity: 1, ID: 241},
|
||||
StringofEars: {Name: "String of Ears", Code: "zlb", LevelReq: 29, Rarity: 1, ID: 242},
|
||||
Razortail: {Name: "Razortail", Code: "zvb", LevelReq: 32, Rarity: 1, ID: 243},
|
||||
Gloomstrap: {Name: "Gloomstrap", Code: "zmb", LevelReq: 36, Rarity: 1, ID: 244},
|
||||
Snowclash: {Name: "Snowclash", Code: "ztb", LevelReq: 42, Rarity: 1, ID: 245},
|
||||
ThudergodsVigor: {Name: "Thudergod's Vigor", Code: "zhb", LevelReq: 47, Rarity: 1, ID: 246},
|
||||
HarlequinCrest: {Name: "Harlequin Crest", Code: "uap", LevelReq: 62, Rarity: 1, ID: 248},
|
||||
VeilofSteel: {Name: "Veil of Steel", Code: "uhm", LevelReq: 73, Rarity: 1, ID: 249},
|
||||
TheGladiatorsBane: {Name: "The Gladiator's Bane", Code: "utu", LevelReq: 85, Rarity: 1, ID: 250},
|
||||
ArkainesValor: {Name: "Arkaine's Valor", Code: "upl", LevelReq: 85, Rarity: 1, ID: 251},
|
||||
BlackoakShield: {Name: "Blackoak Shield", Code: "uml", LevelReq: 61, Rarity: 1, ID: 252},
|
||||
Stormshield: {Name: "Stormshield", Code: "uit", LevelReq: 73, Rarity: 1, ID: 253},
|
||||
Hellslayer: {Name: "Hellslayer", Code: "7bt", LevelReq: 66, Rarity: 1, ID: 254},
|
||||
MesserschmidtsReaver: {Name: "Messerschmidt's Reaver", Code: "7ga", LevelReq: 70, Rarity: 1, ID: 255},
|
||||
BaranarsStar: {Name: "Baranar's Star", Code: "7mt", LevelReq: 65, Rarity: 1, ID: 256},
|
||||
SchaefersHammer: {Name: "Schaefer's Hammer", Code: "7wh", LevelReq: 79, Rarity: 1, ID: 257},
|
||||
TheCraniumBasher: {Name: "The Cranium Basher", Code: "7gm", LevelReq: 87, Rarity: 1, ID: 258},
|
||||
Lightsabre: {Name: "Lightsabre", Code: "7cr", LevelReq: 58, Rarity: 5, ID: 259},
|
||||
Doombringer: {Name: "Doombringer", Code: "7b7", LevelReq: 69, Rarity: 1, ID: 260},
|
||||
TheGrandfather: {Name: "The Grandfather", Code: "7gd", LevelReq: 81, Rarity: 1, ID: 261},
|
||||
Wizardspike: {Name: "Wizardspike", Code: "7dg", LevelReq: 61, Rarity: 1, ID: 262},
|
||||
Stormspire: {Name: "Stormspire", Code: "7wc", LevelReq: 70, Rarity: 1, ID: 264},
|
||||
Eaglehorn: {Name: "Eaglehorn", Code: "6l7", LevelReq: 69, Rarity: 1, ID: 265},
|
||||
Windforce: {Name: "Windforce", Code: "6lw", LevelReq: 73, Rarity: 1, ID: 266},
|
||||
BulKathosWeddingBand: {Name: "Bul Katho's Wedding Band", Code: "rin", LevelReq: 58, Rarity: 1, ID: 268},
|
||||
TheCatsEye: {Name: "The Cat's Eye", Code: "amu", LevelReq: 50, Rarity: 5, ID: 269},
|
||||
TheRisingSun: {Name: "The Rising Sun", Code: "amu", LevelReq: 65, Rarity: 5, ID: 270},
|
||||
CrescentMoon: {Name: "Crescent Moon", Code: "amu", LevelReq: 50, Rarity: 5, ID: 271},
|
||||
MarasKaleidoscope: {Name: "Mara's Kaleidoscope", Code: "amu", LevelReq: 67, Rarity: 5, ID: 272},
|
||||
AtmasScarab: {Name: "Atma's Scarab", Code: "amu", LevelReq: 60, Rarity: 5, ID: 273},
|
||||
DwarfStar: {Name: "Dwarf Star", Code: "rin", LevelReq: 45, Rarity: 10, ID: 274},
|
||||
RavenFrost: {Name: "Raven Frost", Code: "rin", LevelReq: 45, Rarity: 10, ID: 275},
|
||||
HighlordsWrath: {Name: "Highlord's Wrath", Code: "amu", LevelReq: 65, Rarity: 5, ID: 276},
|
||||
SaracensChance: {Name: "Saracen's Chance", Code: "amu", LevelReq: 47, Rarity: 5, ID: 277},
|
||||
ArreatsFace: {Name: "Arreat's Face", Code: "baa", LevelReq: 42, Rarity: 1, ID: 279},
|
||||
Homunculus: {Name: "Homunculus", Code: "nea", LevelReq: 42, Rarity: 1, ID: 280},
|
||||
TitansRevenge: {Name: "Titan's Revenge", Code: "ama", LevelReq: 42, Rarity: 1, ID: 281},
|
||||
LycandersAim: {Name: "Lycander's Aim", Code: "am7", LevelReq: 42, Rarity: 1, ID: 282},
|
||||
LycandersFlank: {Name: "Lycander's Flank", Code: "am9", LevelReq: 42, Rarity: 1, ID: 283},
|
||||
TheOculus: {Name: "The Oculus", Code: "oba", LevelReq: 42, Rarity: 1, ID: 284},
|
||||
HeraldofZakarum: {Name: "Herald of Zakarum", Code: "pa9", LevelReq: 42, Rarity: 1, ID: 285},
|
||||
Cutthroat1: {Name: "Cutthroat1", Code: "9tw", LevelReq: 42, Rarity: 1, ID: 286},
|
||||
JalalsMane: {Name: "Jalal's Mane", Code: "dra", LevelReq: 42, Rarity: 1, ID: 287},
|
||||
TheScalper: {Name: "The Scalper", Code: "9ta", LevelReq: 57, Rarity: 1, ID: 288},
|
||||
Bloodmoon: {Name: "Bloodmoon", Code: "7sb", LevelReq: 61, Rarity: 1, ID: 289},
|
||||
Djinnslayer: {Name: "Djinnslayer", Code: "7sm", LevelReq: 65, Rarity: 1, ID: 290},
|
||||
Deathbit: {Name: "Deathbit", Code: "9tk", LevelReq: 44, Rarity: 1, ID: 291},
|
||||
Warshrike: {Name: "Warshrike", Code: "7bk", LevelReq: 75, Rarity: 1, ID: 292},
|
||||
Gutsiphon: {Name: "Gutsiphon", Code: "6rx", LevelReq: 71, Rarity: 1, ID: 293},
|
||||
Razoredge: {Name: "Razoredge", Code: "7ha", LevelReq: 67, Rarity: 1, ID: 294},
|
||||
Demonlimb: {Name: "Demonlimb", Code: "7sp", LevelReq: 63, Rarity: 1, ID: 296},
|
||||
Steelshade: {Name: "Steelshade", Code: "ulm", LevelReq: 62, Rarity: 1, ID: 297},
|
||||
TombReaver: {Name: "Tomb Reaver", Code: "7pa", LevelReq: 84, Rarity: 1, ID: 298},
|
||||
DeathssWeb: {Name: "Deaths's Web", Code: "7gw", LevelReq: 66, Rarity: 1, ID: 299},
|
||||
NaturesPeace: {Name: "Nature's Peace", Code: "rin", LevelReq: 69, Rarity: 3, ID: 300},
|
||||
Azurewrath: {Name: "Azurewrath", Code: "7cr", LevelReq: 85, Rarity: 1, ID: 301},
|
||||
SeraphsHymn: {Name: "Seraph's Hymn", Code: "amu", LevelReq: 65, Rarity: 3, ID: 302},
|
||||
Fleshripper: {Name: "Fleshripper", Code: "7kr", LevelReq: 68, Rarity: 1, ID: 304},
|
||||
HorizonsTornado: {Name: "Horizon's Tornado", Code: "7fl", LevelReq: 64, Rarity: 5, ID: 306},
|
||||
StoneCrusher: {Name: "Stone Crusher", Code: "7wh", LevelReq: 68, Rarity: 4, ID: 307},
|
||||
Jadetalon: {Name: "Jadetalon", Code: "7wb", LevelReq: 66, Rarity: 1, ID: 308},
|
||||
Shadowdancer: {Name: "Shadowdancer", Code: "uhb", LevelReq: 71, Rarity: 1, ID: 309},
|
||||
Cerebus: {Name: "Cerebus", Code: "drb", LevelReq: 63, Rarity: 1, ID: 310},
|
||||
TyraelsMight: {Name: "Tyrael's Might", Code: "uar", LevelReq: 84, Rarity: 1, ID: 311},
|
||||
Souldrain: {Name: "Souldrain", Code: "umg", LevelReq: 74, Rarity: 1, ID: 312},
|
||||
Runemaster: {Name: "Runemaster", Code: "72a", LevelReq: 72, Rarity: 1, ID: 313},
|
||||
Deathcleaver: {Name: "Deathcleaver", Code: "7wa", LevelReq: 70, Rarity: 1, ID: 314},
|
||||
ExecutionersJustice: {Name: "Executioner's Justice", Code: "7gi", LevelReq: 75, Rarity: 1, ID: 315},
|
||||
Stoneraven: {Name: "Stoneraven", Code: "amd", LevelReq: 64, Rarity: 1, ID: 316},
|
||||
Leviathan: {Name: "Leviathan", Code: "uld", LevelReq: 65, Rarity: 1, ID: 317},
|
||||
Wisp: {Name: "Wisp", Code: "rin", LevelReq: 76, Rarity: 1, ID: 319},
|
||||
GargoylesBite: {Name: "Gargoyle's Bite", Code: "7ts", LevelReq: 70, Rarity: 1, ID: 320},
|
||||
Lacerator: {Name: "Lacerator", Code: "7b8", LevelReq: 68, Rarity: 1, ID: 321},
|
||||
MangSongsLesson: {Name: "Mang Song's Lesson", Code: "6ws", LevelReq: 82, Rarity: 1, ID: 322},
|
||||
Viperfork: {Name: "Viperfork", Code: "7br", LevelReq: 71, Rarity: 1, ID: 323},
|
||||
EtherealEdge: {Name: "Ethereal Edge", Code: "7ba", LevelReq: 74, Rarity: 1, ID: 324},
|
||||
DemonhornsEdge: {Name: "Demonhorn's Edge", Code: "bad", LevelReq: 61, Rarity: 1, ID: 325},
|
||||
TheReapersToll: {Name: "The Reaper's Toll", Code: "7s8", LevelReq: 75, Rarity: 1, ID: 326},
|
||||
Spiritkeeper: {Name: "Spiritkeeper", Code: "drd", LevelReq: 67, Rarity: 1, ID: 327},
|
||||
Hellrack: {Name: "Hellrack", Code: "6hx", LevelReq: 76, Rarity: 1, ID: 328},
|
||||
AlmaNegra: {Name: "Alma Negra", Code: "pac", LevelReq: 77, Rarity: 1, ID: 329},
|
||||
DarkforgeSpawn: {Name: "Darkforge Spawn", Code: "nef", LevelReq: 64, Rarity: 1, ID: 330},
|
||||
Widowmaker: {Name: "Widowmaker", Code: "6sw", LevelReq: 65, Rarity: 1, ID: 331},
|
||||
BloodravensCharge: {Name: "Bloodraven's Charge", Code: "amb", LevelReq: 71, Rarity: 1, ID: 332},
|
||||
Ghostflame: {Name: "Ghostflame", Code: "7bl", LevelReq: 62, Rarity: 1, ID: 333},
|
||||
Shadowkiller: {Name: "Shadowkiller", Code: "7cs", LevelReq: 78, Rarity: 1, ID: 334},
|
||||
Gimmershred: {Name: "Gimmershred", Code: "7ta", LevelReq: 70, Rarity: 1, ID: 335},
|
||||
GriffonsEye: {Name: "Griffon's Eye", Code: "ci3", LevelReq: 76, Rarity: 1, ID: 336},
|
||||
Windhammer: {Name: "Windhammer", Code: "7m7", LevelReq: 68, Rarity: 1, ID: 337},
|
||||
Thunderstroke: {Name: "Thunderstroke", Code: "amf", LevelReq: 69, Rarity: 1, ID: 338},
|
||||
DemonsArch: {Name: "Demon's Arch", Code: "7s7", LevelReq: 68, Rarity: 1, ID: 340},
|
||||
Boneflame: {Name: "Boneflame", Code: "nee", LevelReq: 72, Rarity: 1, ID: 341},
|
||||
Steelpillar: {Name: "Steelpillar", Code: "7p7", LevelReq: 69, Rarity: 1, ID: 342},
|
||||
NightwingsVeil: {Name: "Nightwing's Veil", Code: "uhm", LevelReq: 67, Rarity: 1, ID: 343},
|
||||
CrownofAges: {Name: "Crown of Ages", Code: "urn", LevelReq: 82, Rarity: 1, ID: 344},
|
||||
AndarielsVisage: {Name: "Andariel's Visage", Code: "usk", LevelReq: 83, Rarity: 1, ID: 345},
|
||||
Dragonscale: {Name: "Dragonscale", Code: "pae", LevelReq: 80, Rarity: 1, ID: 347},
|
||||
SteelCarapice: {Name: "Steel Carapice", Code: "uul", LevelReq: 66, Rarity: 1, ID: 348},
|
||||
MedusasGaze: {Name: "Medusa's Gaze", Code: "uow", LevelReq: 76, Rarity: 1, ID: 349},
|
||||
Ravenlore: {Name: "Ravenlore", Code: "dre", LevelReq: 74, Rarity: 1, ID: 350},
|
||||
Boneshade: {Name: "Boneshade", Code: "7bw", LevelReq: 79, Rarity: 1, ID: 351},
|
||||
Flamebellow: {Name: "Flamebellow", Code: "7gs", LevelReq: 71, Rarity: 1, ID: 353},
|
||||
Fathom: {Name: "Fathom", Code: "obf", LevelReq: 73, Rarity: 1, ID: 354},
|
||||
Wolfhowl: {Name: "Wolfhowl", Code: "bac", LevelReq: 79, Rarity: 1, ID: 355},
|
||||
SpiritWard: {Name: "Spirit Ward", Code: "uts", LevelReq: 68, Rarity: 1, ID: 356},
|
||||
KirasGuardian: {Name: "Kira's Guardian", Code: "ci2", LevelReq: 77, Rarity: 1, ID: 357},
|
||||
OrmusRobes: {Name: "Ormus' Robes", Code: "uui", LevelReq: 75, Rarity: 1, ID: 358},
|
||||
GheedsFortune: {Name: "Gheed's Fortune", Code: "cm3", LevelReq: 62, Rarity: 1, ID: 359},
|
||||
Stormlash: {Name: "Stormlash", Code: "7fl", LevelReq: 82, Rarity: 1, ID: 360},
|
||||
HalaberdsReign: {Name: "Halaberd's Reign", Code: "bae", LevelReq: 77, Rarity: 1, ID: 361},
|
||||
SpikeThorn: {Name: "Spike Thorn", Code: "upk", LevelReq: 70, Rarity: 1, ID: 363},
|
||||
DraculsGrasp: {Name: "Dracul's Grasp", Code: "uvg", LevelReq: 76, Rarity: 1, ID: 364},
|
||||
Frostwind: {Name: "Frostwind", Code: "7ls", LevelReq: 70, Rarity: 1, ID: 365},
|
||||
TemplarsMight: {Name: "Templar's Might", Code: "uar", LevelReq: 74, Rarity: 8, ID: 366},
|
||||
Eschutastemper: {Name: "Eschuta's temper", Code: "obc", LevelReq: 72, Rarity: 1, ID: 367},
|
||||
FirelizardsTalons: {Name: "Firelizard's Talons", Code: "7lw", LevelReq: 67, Rarity: 1, ID: 368},
|
||||
SandstormTrek: {Name: "Sandstorm Trek", Code: "uvb", LevelReq: 64, Rarity: 1, ID: 369},
|
||||
Marrowwalk: {Name: "Marrowwalk", Code: "umb", LevelReq: 66, Rarity: 1, ID: 370},
|
||||
HeavensLight: {Name: "Heaven's Light", Code: "7sc", LevelReq: 61, Rarity: 1, ID: 371},
|
||||
ArachnidMesh: {Name: "Arachnid Mesh", Code: "ulc", LevelReq: 80, Rarity: 1, ID: 373},
|
||||
NosferatusCoil: {Name: "Nosferatu's Coil", Code: "uvc", LevelReq: 51, Rarity: 1, ID: 374},
|
||||
Metalgrid: {Name: "Metalgrid", Code: "amu", LevelReq: 81, Rarity: 2, ID: 375},
|
||||
VerdugosHeartyCord: {Name: "Verdugo's Hearty Cord", Code: "umc", LevelReq: 63, Rarity: 1, ID: 376},
|
||||
CarrionWind: {Name: "Carrion Wind", Code: "rin", LevelReq: 60, Rarity: 3, ID: 378},
|
||||
Giantskull: {Name: "Giantskull", Code: "uh9", LevelReq: 65, Rarity: 1, ID: 379},
|
||||
Ironward: {Name: "Ironward", Code: "7ws", LevelReq: 60, Rarity: 1, ID: 380},
|
||||
Annihilus: {Name: "Annihilus", Code: "cm1", LevelReq: 70, Rarity: 1, ID: 381},
|
||||
AriocsNeedle: {Name: "Arioc's Needle", Code: "7sr", LevelReq: 81, Rarity: 1, ID: 382},
|
||||
Cranebeak: {Name: "Cranebeak", Code: "7mp", LevelReq: 63, Rarity: 1, ID: 383},
|
||||
NordsTenderizer: {Name: "Nord's Tenderizer", Code: "7cl", LevelReq: 68, Rarity: 1, ID: 384},
|
||||
Earthshifter: {Name: "Earthshifter", Code: "7gm", LevelReq: 69, Rarity: 1, ID: 385},
|
||||
Wraithflight: {Name: "Wraithflight", Code: "7gl", LevelReq: 76, Rarity: 1, ID: 386},
|
||||
Bonehew: {Name: "Bonehew", Code: "7o7", LevelReq: 64, Rarity: 1, ID: 387},
|
||||
OndalsWisdom: {Name: "Ondal's Wisdom", Code: "6cs", LevelReq: 66, Rarity: 1, ID: 388},
|
||||
TheReedeemer: {Name: "The Reedeemer", Code: "7sc", LevelReq: 72, Rarity: 1, ID: 389},
|
||||
HeadhuntersGlory: {Name: "Headhunter's Glory", Code: "ush", LevelReq: 75, Rarity: 1, ID: 390},
|
||||
Steelrend: {Name: "Steelrend", Code: "uhg", LevelReq: 70, Rarity: 1, ID: 391},
|
||||
RainbowFacetChainLightningDeath: {Name: "Rainbow Facet", Code: "jew", LevelReq: 49, Rarity: 1, ID: 392},
|
||||
RainbowFacetBlizzardDeath: {Name: "Rainbow Facet", Code: "jew", LevelReq: 49, Rarity: 1, ID: 393},
|
||||
RainbowFacetMeteorDeath: {Name: "Rainbow Facet", Code: "jew", LevelReq: 49, Rarity: 1, ID: 394},
|
||||
RainbowFacetPoisonNovaDeath: {Name: "Rainbow Facet", Code: "jew", LevelReq: 49, Rarity: 1, ID: 395},
|
||||
RainbowFacetNovaLevel: {Name: "Rainbow Facet", Code: "jew", LevelReq: 49, Rarity: 1, ID: 396},
|
||||
RainbowFacetFrostNovaLevel: {Name: "Rainbow Facet", Code: "jew", LevelReq: 49, Rarity: 1, ID: 397},
|
||||
RainbowFacetBlazeLevel: {Name: "Rainbow Facet", Code: "jew", LevelReq: 49, Rarity: 1, ID: 398},
|
||||
RainbowFacetVenomLevel: {Name: "Rainbow Facet", Code: "jew", LevelReq: 49, Rarity: 1, ID: 399},
|
||||
HellfireTorch: {Name: "Hellfire Torch", Code: "cm2", LevelReq: 75, Rarity: 1, ID: 400},
|
||||
ColdRupture: {Name: "Cold Rupture", Code: "cm3", LevelReq: 75, Rarity: 1, ID: 401},
|
||||
FlameRift: {Name: "Flame Rift", Code: "cm3", LevelReq: 75, Rarity: 1, ID: 402},
|
||||
CrackoftheHeavens: {Name: "Crack of the Heavens", Code: "cm3", LevelReq: 75, Rarity: 1, ID: 403},
|
||||
RottingFissure: {Name: "Rotting Fissure", Code: "cm3", LevelReq: 75, Rarity: 1, ID: 404},
|
||||
BoneBreak: {Name: "Bone Break", Code: "cm3", LevelReq: 75, Rarity: 1, ID: 405},
|
||||
BlackCleft: {Name: "Black Cleft", Code: "cm3", LevelReq: 75, Rarity: 1, ID: 406},
|
||||
}
|
||||
Reference in New Issue
Block a user