Regenerate code from txts
This commit is contained in:
@@ -3,141 +3,141 @@
|
||||
package area
|
||||
|
||||
var Areas = map[ID]Area{
|
||||
0: {Name: "", ID: 0},
|
||||
1: {Name: "Rogue Encampment", ID: 1},
|
||||
2: {Name: "Blood Moor", ID: 2},
|
||||
3: {Name: "Cold Plains", ID: 3},
|
||||
4: {Name: "Stony Field", ID: 4},
|
||||
5: {Name: "Dark Wood", ID: 5},
|
||||
6: {Name: "Black Marsh", ID: 6},
|
||||
7: {Name: "Tamoe Highland", ID: 7},
|
||||
8: {Name: "Den of Evil", ID: 8},
|
||||
9: {Name: "Cave Level 1", ID: 9},
|
||||
10: {Name: "Underground Passage Level 1", ID: 10},
|
||||
11: {Name: "Hole Level 1", ID: 11},
|
||||
12: {Name: "Pit Level 1", ID: 12},
|
||||
13: {Name: "Cave Level 2", ID: 13},
|
||||
14: {Name: "Underground Passage Level 2", ID: 14},
|
||||
15: {Name: "Hole Level 2", ID: 15},
|
||||
16: {Name: "Pit Level 2", ID: 16},
|
||||
17: {Name: "Burial Grounds", ID: 17},
|
||||
18: {Name: "Crypt", ID: 18},
|
||||
19: {Name: "Mausoleum", ID: 19},
|
||||
20: {Name: "Forgotten Tower", ID: 20},
|
||||
21: {Name: "Tower Cellar Level 1", ID: 21},
|
||||
22: {Name: "Tower Cellar Level 2", ID: 22},
|
||||
23: {Name: "Tower Cellar Level 3", ID: 23},
|
||||
24: {Name: "Tower Cellar Level 4", ID: 24},
|
||||
25: {Name: "Tower Cellar Level 5", ID: 25},
|
||||
26: {Name: "Monastery Gate", ID: 26},
|
||||
27: {Name: "Outer Cloister", ID: 27},
|
||||
28: {Name: "Barracks", ID: 28},
|
||||
29: {Name: "Jail Level 1", ID: 29},
|
||||
30: {Name: "Jail Level 2", ID: 30},
|
||||
31: {Name: "Jail Level 3", ID: 31},
|
||||
32: {Name: "Inner Cloister", ID: 32},
|
||||
33: {Name: "Cathedral", ID: 33},
|
||||
34: {Name: "Catacombs Level 1", ID: 34},
|
||||
35: {Name: "Catacombs Level 2", ID: 35},
|
||||
36: {Name: "Catacombs Level 3", ID: 36},
|
||||
37: {Name: "Catacombs Level 4", ID: 37},
|
||||
38: {Name: "Tristram", ID: 38},
|
||||
39: {Name: "Moo Moo Farm", ID: 39},
|
||||
40: {Name: "Lut Gholein", ID: 40},
|
||||
41: {Name: "Rocky Waste", ID: 41},
|
||||
42: {Name: "Dry Hills", ID: 42},
|
||||
43: {Name: "Far Oasis", ID: 43},
|
||||
44: {Name: "Lost City", ID: 44},
|
||||
45: {Name: "Valley of Snakes", ID: 45},
|
||||
46: {Name: "Canyon of the Magi", ID: 46},
|
||||
47: {Name: "Sewers Level 1", ID: 47},
|
||||
48: {Name: "Sewers Level 2", ID: 48},
|
||||
49: {Name: "Sewers Level 3", ID: 49},
|
||||
50: {Name: "Harem Level 1", ID: 50},
|
||||
51: {Name: "Harem Level 2", ID: 51},
|
||||
52: {Name: "Palace Cellar Level 1", ID: 52},
|
||||
53: {Name: "Palace Cellar Level 2", ID: 53},
|
||||
54: {Name: "Palace Cellar Level 3", ID: 54},
|
||||
55: {Name: "Stony Tomb Level 1", ID: 55},
|
||||
56: {Name: "Halls of the Dead Level 1", ID: 56},
|
||||
57: {Name: "Halls of the Dead Level 2", ID: 57},
|
||||
58: {Name: "Claw Viper Temple Level 1", ID: 58},
|
||||
59: {Name: "Stony Tomb Level 2", ID: 59},
|
||||
60: {Name: "Halls of the Dead Level 3", ID: 60},
|
||||
61: {Name: "Claw Viper Temple Level 2", ID: 61},
|
||||
62: {Name: "Maggot Lair Level 1", ID: 62},
|
||||
63: {Name: "Maggot Lair Level 2", ID: 63},
|
||||
64: {Name: "Maggot Lair Level 3", ID: 64},
|
||||
65: {Name: "Ancient Tunnels", ID: 65},
|
||||
66: {Name: "Tal Rasha's Tomb", ID: 66},
|
||||
67: {Name: "Tal Rasha's Tomb", ID: 67},
|
||||
68: {Name: "Tal Rasha's Tomb", ID: 68},
|
||||
69: {Name: "Tal Rasha's Tomb", ID: 69},
|
||||
70: {Name: "Tal Rasha's Tomb", ID: 70},
|
||||
71: {Name: "Tal Rasha's Tomb", ID: 71},
|
||||
72: {Name: "Tal Rasha's Tomb", ID: 72},
|
||||
73: {Name: "Duriel's Lair", ID: 73},
|
||||
74: {Name: "Arcane Sanctuary", ID: 74},
|
||||
75: {Name: "Kurast Docktown", ID: 75},
|
||||
76: {Name: "Spider Forest", ID: 76},
|
||||
77: {Name: "Great Marsh", ID: 77},
|
||||
78: {Name: "Flayer Jungle", ID: 78},
|
||||
79: {Name: "Lower Kurast", ID: 79},
|
||||
80: {Name: "Kurast Bazaar", ID: 80},
|
||||
81: {Name: "Upper Kurast", ID: 81},
|
||||
82: {Name: "Kurast Causeway", ID: 82},
|
||||
83: {Name: "Travincal", ID: 83},
|
||||
84: {Name: "Spider Cave", ID: 84},
|
||||
85: {Name: "Spider Cavern", ID: 85},
|
||||
86: {Name: "Swampy Pit Level 1", ID: 86},
|
||||
87: {Name: "Swampy Pit Level 2", ID: 87},
|
||||
88: {Name: "Flayer Dungeon Level 1", ID: 88},
|
||||
89: {Name: "Flayer Dungeon Level 2", ID: 89},
|
||||
90: {Name: "Swampy Pit Level 3", ID: 90},
|
||||
91: {Name: "Flayer Dungeon Level 3", ID: 91},
|
||||
92: {Name: "Sewers Level 1", ID: 92},
|
||||
93: {Name: "Sewers Level 2", ID: 93},
|
||||
94: {Name: "Ruined Temple", ID: 94},
|
||||
95: {Name: "Disused Fane", ID: 95},
|
||||
96: {Name: "Forgotten Reliquary", ID: 96},
|
||||
97: {Name: "Forgotten Temple", ID: 97},
|
||||
98: {Name: "Ruined Fane", ID: 98},
|
||||
99: {Name: "Disused Reliquary", ID: 99},
|
||||
100: {Name: "Durance of Hate Level 1", ID: 100},
|
||||
101: {Name: "Durance of Hate Level 2", ID: 101},
|
||||
102: {Name: "Durance of Hate Level 3", ID: 102},
|
||||
103: {Name: "The Pandemonium Fortress", ID: 103},
|
||||
104: {Name: "Outer Steppes", ID: 104},
|
||||
105: {Name: "Plains of Despair", ID: 105},
|
||||
106: {Name: "City of the Damned", ID: 106},
|
||||
107: {Name: "River of Flame", ID: 107},
|
||||
108: {Name: "Chaos Sanctum", ID: 108},
|
||||
109: {Name: "Harrogath", ID: 109},
|
||||
110: {Name: "Bloody Foothills", ID: 110},
|
||||
111: {Name: "Rigid Highlands", ID: 111},
|
||||
112: {Name: "Arreat Plateau", ID: 112},
|
||||
113: {Name: "Crystalized Cavern Level 1", ID: 113},
|
||||
114: {Name: "Cellar of Pity", ID: 114},
|
||||
115: {Name: "Crystalized Cavern Level 2", ID: 115},
|
||||
116: {Name: "Echo Chamber", ID: 116},
|
||||
117: {Name: "Tundra Wastelands", ID: 117},
|
||||
118: {Name: "Glacial Caves Level 1", ID: 118},
|
||||
119: {Name: "Glacial Caves Level 2", ID: 119},
|
||||
120: {Name: "Rocky Summit", ID: 120},
|
||||
121: {Name: "Nihlathaks Temple", ID: 121},
|
||||
122: {Name: "Halls of Anguish", ID: 122},
|
||||
123: {Name: "Halls of Death's Calling", ID: 123},
|
||||
124: {Name: "Halls of Vaught", ID: 124},
|
||||
125: {Name: "Hell1", ID: 125},
|
||||
126: {Name: "Hell2", ID: 126},
|
||||
127: {Name: "Hell3", ID: 127},
|
||||
128: {Name: "The Worldstone Keep Level 1", ID: 128},
|
||||
129: {Name: "The Worldstone Keep Level 2", ID: 129},
|
||||
130: {Name: "The Worldstone Keep Level 3", ID: 130},
|
||||
131: {Name: "Throne of Destruction", ID: 131},
|
||||
132: {Name: "The Worldstone Chamber", ID: 132},
|
||||
133: {Name: "Pandemonium Run 1", ID: 133},
|
||||
134: {Name: "Pandemonium Run 2", ID: 134},
|
||||
135: {Name: "Pandemonium Run 3", ID: 135},
|
||||
136: {Name: "Tristram", ID: 136},
|
||||
0: {Name: "", ID: 0},
|
||||
1: {Name: "Rogue Encampment", ID: 1},
|
||||
2: {Name: "Blood Moor", ID: 2},
|
||||
3: {Name: "Cold Plains", ID: 3},
|
||||
4: {Name: "Stony Field", ID: 4},
|
||||
5: {Name: "Dark Wood", ID: 5},
|
||||
6: {Name: "Black Marsh", ID: 6},
|
||||
7: {Name: "Tamoe Highland", ID: 7},
|
||||
8: {Name: "Den of Evil", ID: 8},
|
||||
9: {Name: "Cave Level 1", ID: 9},
|
||||
10: {Name: "Underground Passage Level 1", ID: 10},
|
||||
11: {Name: "Hole Level 1", ID: 11},
|
||||
12: {Name: "Pit Level 1", ID: 12},
|
||||
13: {Name: "Cave Level 2", ID: 13},
|
||||
14: {Name: "Underground Passage Level 2", ID: 14},
|
||||
15: {Name: "Hole Level 2", ID: 15},
|
||||
16: {Name: "Pit Level 2", ID: 16},
|
||||
17: {Name: "Burial Grounds", ID: 17},
|
||||
18: {Name: "Crypt", ID: 18},
|
||||
19: {Name: "Mausoleum", ID: 19},
|
||||
20: {Name: "Forgotten Tower", ID: 20},
|
||||
21: {Name: "Tower Cellar Level 1", ID: 21},
|
||||
22: {Name: "Tower Cellar Level 2", ID: 22},
|
||||
23: {Name: "Tower Cellar Level 3", ID: 23},
|
||||
24: {Name: "Tower Cellar Level 4", ID: 24},
|
||||
25: {Name: "Tower Cellar Level 5", ID: 25},
|
||||
26: {Name: "Monastery Gate", ID: 26},
|
||||
27: {Name: "Outer Cloister", ID: 27},
|
||||
28: {Name: "Barracks", ID: 28},
|
||||
29: {Name: "Jail Level 1", ID: 29},
|
||||
30: {Name: "Jail Level 2", ID: 30},
|
||||
31: {Name: "Jail Level 3", ID: 31},
|
||||
32: {Name: "Inner Cloister", ID: 32},
|
||||
33: {Name: "Cathedral", ID: 33},
|
||||
34: {Name: "Catacombs Level 1", ID: 34},
|
||||
35: {Name: "Catacombs Level 2", ID: 35},
|
||||
36: {Name: "Catacombs Level 3", ID: 36},
|
||||
37: {Name: "Catacombs Level 4", ID: 37},
|
||||
38: {Name: "Tristram", ID: 38},
|
||||
39: {Name: "Moo Moo Farm", ID: 39},
|
||||
40: {Name: "Lut Gholein", ID: 40},
|
||||
41: {Name: "Rocky Waste", ID: 41},
|
||||
42: {Name: "Dry Hills", ID: 42},
|
||||
43: {Name: "Far Oasis", ID: 43},
|
||||
44: {Name: "Lost City", ID: 44},
|
||||
45: {Name: "Valley of Snakes", ID: 45},
|
||||
46: {Name: "Canyon of the Magi", ID: 46},
|
||||
47: {Name: "Sewers Level 1", ID: 47},
|
||||
48: {Name: "Sewers Level 2", ID: 48},
|
||||
49: {Name: "Sewers Level 3", ID: 49},
|
||||
50: {Name: "Harem Level 1", ID: 50},
|
||||
51: {Name: "Harem Level 2", ID: 51},
|
||||
52: {Name: "Palace Cellar Level 1", ID: 52},
|
||||
53: {Name: "Palace Cellar Level 2", ID: 53},
|
||||
54: {Name: "Palace Cellar Level 3", ID: 54},
|
||||
55: {Name: "Stony Tomb Level 1", ID: 55},
|
||||
56: {Name: "Halls of the Dead Level 1", ID: 56},
|
||||
57: {Name: "Halls of the Dead Level 2", ID: 57},
|
||||
58: {Name: "Claw Viper Temple Level 1", ID: 58},
|
||||
59: {Name: "Stony Tomb Level 2", ID: 59},
|
||||
60: {Name: "Halls of the Dead Level 3", ID: 60},
|
||||
61: {Name: "Claw Viper Temple Level 2", ID: 61},
|
||||
62: {Name: "Maggot Lair Level 1", ID: 62},
|
||||
63: {Name: "Maggot Lair Level 2", ID: 63},
|
||||
64: {Name: "Maggot Lair Level 3", ID: 64},
|
||||
65: {Name: "Ancient Tunnels", ID: 65},
|
||||
66: {Name: "Tal Rasha's Tomb", ID: 66},
|
||||
67: {Name: "Tal Rasha's Tomb", ID: 67},
|
||||
68: {Name: "Tal Rasha's Tomb", ID: 68},
|
||||
69: {Name: "Tal Rasha's Tomb", ID: 69},
|
||||
70: {Name: "Tal Rasha's Tomb", ID: 70},
|
||||
71: {Name: "Tal Rasha's Tomb", ID: 71},
|
||||
72: {Name: "Tal Rasha's Tomb", ID: 72},
|
||||
73: {Name: "Duriel's Lair", ID: 73},
|
||||
74: {Name: "Arcane Sanctuary", ID: 74},
|
||||
75: {Name: "Kurast Docktown", ID: 75},
|
||||
76: {Name: "Spider Forest", ID: 76},
|
||||
77: {Name: "Great Marsh", ID: 77},
|
||||
78: {Name: "Flayer Jungle", ID: 78},
|
||||
79: {Name: "Lower Kurast", ID: 79},
|
||||
80: {Name: "Kurast Bazaar", ID: 80},
|
||||
81: {Name: "Upper Kurast", ID: 81},
|
||||
82: {Name: "Kurast Causeway", ID: 82},
|
||||
83: {Name: "Travincal", ID: 83},
|
||||
84: {Name: "Spider Cave", ID: 84},
|
||||
85: {Name: "Spider Cavern", ID: 85},
|
||||
86: {Name: "Swampy Pit Level 1", ID: 86},
|
||||
87: {Name: "Swampy Pit Level 2", ID: 87},
|
||||
88: {Name: "Flayer Dungeon Level 1", ID: 88},
|
||||
89: {Name: "Flayer Dungeon Level 2", ID: 89},
|
||||
90: {Name: "Swampy Pit Level 3", ID: 90},
|
||||
91: {Name: "Flayer Dungeon Level 3", ID: 91},
|
||||
92: {Name: "Sewers Level 1", ID: 92},
|
||||
93: {Name: "Sewers Level 2", ID: 93},
|
||||
94: {Name: "Ruined Temple", ID: 94},
|
||||
95: {Name: "Disused Fane", ID: 95},
|
||||
96: {Name: "Forgotten Reliquary", ID: 96},
|
||||
97: {Name: "Forgotten Temple", ID: 97},
|
||||
98: {Name: "Ruined Fane", ID: 98},
|
||||
99: {Name: "Disused Reliquary", ID: 99},
|
||||
100: {Name: "Durance of Hate Level 1", ID: 100},
|
||||
101: {Name: "Durance of Hate Level 2", ID: 101},
|
||||
102: {Name: "Durance of Hate Level 3", ID: 102},
|
||||
103: {Name: "The Pandemonium Fortress", ID: 103},
|
||||
104: {Name: "Outer Steppes", ID: 104},
|
||||
105: {Name: "Plains of Despair", ID: 105},
|
||||
106: {Name: "City of the Damned", ID: 106},
|
||||
107: {Name: "River of Flame", ID: 107},
|
||||
108: {Name: "Chaos Sanctum", ID: 108},
|
||||
109: {Name: "Harrogath", ID: 109},
|
||||
110: {Name: "Bloody Foothills", ID: 110},
|
||||
111: {Name: "Rigid Highlands", ID: 111},
|
||||
112: {Name: "Arreat Plateau", ID: 112},
|
||||
113: {Name: "Crystalized Cavern Level 1", ID: 113},
|
||||
114: {Name: "Cellar of Pity", ID: 114},
|
||||
115: {Name: "Crystalized Cavern Level 2", ID: 115},
|
||||
116: {Name: "Echo Chamber", ID: 116},
|
||||
117: {Name: "Tundra Wastelands", ID: 117},
|
||||
118: {Name: "Glacial Caves Level 1", ID: 118},
|
||||
119: {Name: "Glacial Caves Level 2", ID: 119},
|
||||
120: {Name: "Rocky Summit", ID: 120},
|
||||
121: {Name: "Nihlathaks Temple", ID: 121},
|
||||
122: {Name: "Halls of Anguish", ID: 122},
|
||||
123: {Name: "Halls of Death's Calling", ID: 123},
|
||||
124: {Name: "Halls of Vaught", ID: 124},
|
||||
125: {Name: "Hell1", ID: 125},
|
||||
126: {Name: "Hell2", ID: 126},
|
||||
127: {Name: "Hell3", ID: 127},
|
||||
128: {Name: "The Worldstone Keep Level 1", ID: 128},
|
||||
129: {Name: "The Worldstone Keep Level 2", ID: 129},
|
||||
130: {Name: "The Worldstone Keep Level 3", ID: 130},
|
||||
131: {Name: "Throne of Destruction", ID: 131},
|
||||
132: {Name: "The Worldstone Chamber", ID: 132},
|
||||
133: {Name: "Pandemonium Run 1", ID: 133},
|
||||
134: {Name: "Pandemonium Run 2", ID: 134},
|
||||
135: {Name: "Pandemonium Run 3", ID: 135},
|
||||
136: {Name: "Tristram", ID: 136},
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,209 +3,209 @@
|
||||
package item
|
||||
|
||||
const (
|
||||
TypeNone = "none"
|
||||
TypeShield = "shie"
|
||||
TypeArmor = "tors"
|
||||
TypeGold = "gold"
|
||||
TypeBowQuiver = "bowq"
|
||||
TypeCrossbowQuiver = "xboq"
|
||||
TypePlayerBodyPart = "play"
|
||||
TypeHerb = "herb"
|
||||
TypePotion = "poti"
|
||||
TypeRing = "ring"
|
||||
TypeElixir = "elix"
|
||||
TypeAmulet = "amul"
|
||||
TypeCharm = "char"
|
||||
TypeBoots = "boot"
|
||||
TypeGloves = "glov"
|
||||
TypeBook = "book"
|
||||
TypeBelt = "belt"
|
||||
TypeGem = "gem"
|
||||
TypeTorch = "torc"
|
||||
TypeScroll = "scro"
|
||||
TypeScepter = "scep"
|
||||
TypeWand = "wand"
|
||||
TypeStaff = "staf"
|
||||
TypeBow = "bow"
|
||||
TypeAxe = "axe"
|
||||
TypeClub = "club"
|
||||
TypeSword = "swor"
|
||||
TypeHammer = "hamm"
|
||||
TypeKnife = "knif"
|
||||
TypeSpear = "spea"
|
||||
TypePolearm = "pole"
|
||||
TypeCrossbow = "xbow"
|
||||
TypeMace = "mace"
|
||||
TypeHelm = "helm"
|
||||
TypeMissilePotion = "tpot"
|
||||
TypeQuest = "ques"
|
||||
TypeBodyPart = "body"
|
||||
TypeKey = "key"
|
||||
TypeThrowingKnife = "tkni"
|
||||
TypeThrowingAxe = "taxe"
|
||||
TypeJavelin = "jave"
|
||||
TypeWeapon = "weap"
|
||||
TypeMeleeWeapon = "mele"
|
||||
TypeMissileWeapon = "miss"
|
||||
TypeThrownWeapon = "thro"
|
||||
TypeComboWeapon = "comb"
|
||||
TypeAnyArmor = "armo"
|
||||
TypeAnyShield = "shld"
|
||||
TypeMiscellaneous = "misc"
|
||||
TypeSocketFiller = "sock"
|
||||
TypeSecondHand = "seco"
|
||||
TypeStavesAndRods = "rod"
|
||||
TypeMissile = "misl"
|
||||
TypeBlunt = "blun"
|
||||
TypeJewel = "jewl"
|
||||
TypeClassSpecific = "clas"
|
||||
TypeAmazonItem = "amaz"
|
||||
TypeBarbarianItem = "barb"
|
||||
TypeNecromancerItem = "necr"
|
||||
TypePaladinItem = "pala"
|
||||
TypeSorceressItem = "sorc"
|
||||
TypeAssassinItem = "assn"
|
||||
TypeDruidItem = "drui"
|
||||
TypeHandtoHand = "h2h"
|
||||
TypeOrb = "orb"
|
||||
TypeVoodooHeads = "head"
|
||||
TypeAuricShields = "ashd"
|
||||
TypePrimalHelm = "phlm"
|
||||
TypePelt = "pelt"
|
||||
TypeCloak = "cloa"
|
||||
TypeRune = "rune"
|
||||
TypeCirclet = "circ"
|
||||
TypeHealingPotion = "hpot"
|
||||
TypeManaPotion = "mpot"
|
||||
TypeRejuvPotion = "rpot"
|
||||
TypeStaminaPotion = "spot"
|
||||
TypeAntidotePotion = "apot"
|
||||
TypeThawingPotion = "wpot"
|
||||
TypeSmallCharm = "scha"
|
||||
TypeMediumCharm = "mcha"
|
||||
TypeLargeCharm = "lcha"
|
||||
TypeAmazonBow = "abow"
|
||||
TypeAmazonSpear = "aspe"
|
||||
TypeAmazonJavelin = "ajav"
|
||||
TypeHandtoHand2 = "h2h2"
|
||||
TypeMagicBowQuiv = "mboq"
|
||||
TypeMagicXbowQuiv = "mxbq"
|
||||
TypeChippedGem = "gem0"
|
||||
TypeFlawedGem = "gem1"
|
||||
TypeStandardGem = "gem2"
|
||||
TypeFlawlessGem = "gem3"
|
||||
TypePerfectGem = "gem4"
|
||||
TypeAmethyst = "gema"
|
||||
TypeDiamond = "gemd"
|
||||
TypeEmerald = "geme"
|
||||
TypeRuby = "gemr"
|
||||
TypeSapphire = "gems"
|
||||
TypeTopaz = "gemt"
|
||||
TypeSkull = "gemz"
|
||||
TypeSwordsandKnives = "blde"
|
||||
TypeNone = "none"
|
||||
TypeShield = "shie"
|
||||
TypeArmor = "tors"
|
||||
TypeGold = "gold"
|
||||
TypeBowQuiver = "bowq"
|
||||
TypeCrossbowQuiver = "xboq"
|
||||
TypePlayerBodyPart = "play"
|
||||
TypeHerb = "herb"
|
||||
TypePotion = "poti"
|
||||
TypeRing = "ring"
|
||||
TypeElixir = "elix"
|
||||
TypeAmulet = "amul"
|
||||
TypeCharm = "char"
|
||||
TypeBoots = "boot"
|
||||
TypeGloves = "glov"
|
||||
TypeBook = "book"
|
||||
TypeBelt = "belt"
|
||||
TypeGem = "gem"
|
||||
TypeTorch = "torc"
|
||||
TypeScroll = "scro"
|
||||
TypeScepter = "scep"
|
||||
TypeWand = "wand"
|
||||
TypeStaff = "staf"
|
||||
TypeBow = "bow"
|
||||
TypeAxe = "axe"
|
||||
TypeClub = "club"
|
||||
TypeSword = "swor"
|
||||
TypeHammer = "hamm"
|
||||
TypeKnife = "knif"
|
||||
TypeSpear = "spea"
|
||||
TypePolearm = "pole"
|
||||
TypeCrossbow = "xbow"
|
||||
TypeMace = "mace"
|
||||
TypeHelm = "helm"
|
||||
TypeMissilePotion = "tpot"
|
||||
TypeQuest = "ques"
|
||||
TypeBodyPart = "body"
|
||||
TypeKey = "key"
|
||||
TypeThrowingKnife = "tkni"
|
||||
TypeThrowingAxe = "taxe"
|
||||
TypeJavelin = "jave"
|
||||
TypeWeapon = "weap"
|
||||
TypeMeleeWeapon = "mele"
|
||||
TypeMissileWeapon = "miss"
|
||||
TypeThrownWeapon = "thro"
|
||||
TypeComboWeapon = "comb"
|
||||
TypeAnyArmor = "armo"
|
||||
TypeAnyShield = "shld"
|
||||
TypeMiscellaneous = "misc"
|
||||
TypeSocketFiller = "sock"
|
||||
TypeSecondHand = "seco"
|
||||
TypeStavesAndRods = "rod"
|
||||
TypeMissile = "misl"
|
||||
TypeBlunt = "blun"
|
||||
TypeJewel = "jewl"
|
||||
TypeClassSpecific = "clas"
|
||||
TypeAmazonItem = "amaz"
|
||||
TypeBarbarianItem = "barb"
|
||||
TypeNecromancerItem = "necr"
|
||||
TypePaladinItem = "pala"
|
||||
TypeSorceressItem = "sorc"
|
||||
TypeAssassinItem = "assn"
|
||||
TypeDruidItem = "drui"
|
||||
TypeHandtoHand = "h2h"
|
||||
TypeOrb = "orb"
|
||||
TypeVoodooHeads = "head"
|
||||
TypeAuricShields = "ashd"
|
||||
TypePrimalHelm = "phlm"
|
||||
TypePelt = "pelt"
|
||||
TypeCloak = "cloa"
|
||||
TypeRune = "rune"
|
||||
TypeCirclet = "circ"
|
||||
TypeHealingPotion = "hpot"
|
||||
TypeManaPotion = "mpot"
|
||||
TypeRejuvPotion = "rpot"
|
||||
TypeStaminaPotion = "spot"
|
||||
TypeAntidotePotion = "apot"
|
||||
TypeThawingPotion = "wpot"
|
||||
TypeSmallCharm = "scha"
|
||||
TypeMediumCharm = "mcha"
|
||||
TypeLargeCharm = "lcha"
|
||||
TypeAmazonBow = "abow"
|
||||
TypeAmazonSpear = "aspe"
|
||||
TypeAmazonJavelin = "ajav"
|
||||
TypeHandtoHand2 = "h2h2"
|
||||
TypeMagicBowQuiv = "mboq"
|
||||
TypeMagicXbowQuiv = "mxbq"
|
||||
TypeChippedGem = "gem0"
|
||||
TypeFlawedGem = "gem1"
|
||||
TypeStandardGem = "gem2"
|
||||
TypeFlawlessGem = "gem3"
|
||||
TypePerfectGem = "gem4"
|
||||
TypeAmethyst = "gema"
|
||||
TypeDiamond = "gemd"
|
||||
TypeEmerald = "geme"
|
||||
TypeRuby = "gemr"
|
||||
TypeSapphire = "gems"
|
||||
TypeTopaz = "gemt"
|
||||
TypeSkull = "gemz"
|
||||
TypeSwordsandKnives = "blde"
|
||||
TypeSpearsandPolearms = "sppl"
|
||||
)
|
||||
|
||||
var ItemTypes = map[string]Type{
|
||||
TypeNone: {ID: 0, Name: "None", Code: "none", Throwable: false, Beltable: false},
|
||||
TypeShield: {ID: 1, Name: "Shield", Code: "shie", Throwable: false, Beltable: false},
|
||||
TypeArmor: {ID: 2, Name: "Armor", Code: "tors", Throwable: false, Beltable: false},
|
||||
TypeGold: {ID: 3, Name: "Gold", Code: "gold", Throwable: false, Beltable: false},
|
||||
TypeBowQuiver: {ID: 4, Name: "Bow Quiver", Code: "bowq", Throwable: false, Beltable: false},
|
||||
TypeCrossbowQuiver: {ID: 5, Name: "Crossbow Quiver", Code: "xboq", Throwable: false, Beltable: false},
|
||||
TypePlayerBodyPart: {ID: 6, Name: "Player Body Part", Code: "play", Throwable: false, Beltable: false},
|
||||
TypeHerb: {ID: 7, Name: "Herb", Code: "herb", Throwable: false, Beltable: false},
|
||||
TypePotion: {ID: 8, Name: "Potion", Code: "poti", Throwable: false, Beltable: true},
|
||||
TypeRing: {ID: 9, Name: "Ring", Code: "ring", Throwable: false, Beltable: false},
|
||||
TypeElixir: {ID: 10, Name: "Elixir", Code: "elix", Throwable: false, Beltable: true},
|
||||
TypeAmulet: {ID: 11, Name: "Amulet", Code: "amul", Throwable: false, Beltable: false},
|
||||
TypeCharm: {ID: 12, Name: "Charm", Code: "char", Throwable: false, Beltable: false},
|
||||
TypeBoots: {ID: 13, Name: "Boots", Code: "boot", Throwable: false, Beltable: false},
|
||||
TypeGloves: {ID: 14, Name: "Gloves", Code: "glov", Throwable: false, Beltable: false},
|
||||
TypeBook: {ID: 15, Name: "Book", Code: "book", Throwable: false, Beltable: false},
|
||||
TypeBelt: {ID: 16, Name: "Belt", Code: "belt", Throwable: false, Beltable: false},
|
||||
TypeGem: {ID: 17, Name: "Gem", Code: "gem", Throwable: false, Beltable: false},
|
||||
TypeTorch: {ID: 18, Name: "Torch", Code: "torc", Throwable: false, Beltable: false},
|
||||
TypeScroll: {ID: 19, Name: "Scroll", Code: "scro", Throwable: false, Beltable: true},
|
||||
TypeScepter: {ID: 20, Name: "Scepter", Code: "scep", Throwable: false, Beltable: false},
|
||||
TypeWand: {ID: 21, Name: "Wand", Code: "wand", Throwable: false, Beltable: false},
|
||||
TypeStaff: {ID: 22, Name: "Staff", Code: "staf", Throwable: false, Beltable: false},
|
||||
TypeBow: {ID: 23, Name: "Bow", Code: "bow", Throwable: false, Beltable: false},
|
||||
TypeAxe: {ID: 24, Name: "Axe", Code: "axe", Throwable: false, Beltable: false},
|
||||
TypeClub: {ID: 25, Name: "Club", Code: "club", Throwable: false, Beltable: false},
|
||||
TypeSword: {ID: 26, Name: "Sword", Code: "swor", Throwable: false, Beltable: false},
|
||||
TypeHammer: {ID: 27, Name: "Hammer", Code: "hamm", Throwable: false, Beltable: false},
|
||||
TypeKnife: {ID: 28, Name: "Knife", Code: "knif", Throwable: false, Beltable: false},
|
||||
TypeSpear: {ID: 29, Name: "Spear", Code: "spea", Throwable: false, Beltable: false},
|
||||
TypePolearm: {ID: 30, Name: "Polearm", Code: "pole", Throwable: false, Beltable: false},
|
||||
TypeCrossbow: {ID: 31, Name: "Crossbow", Code: "xbow", Throwable: false, Beltable: false},
|
||||
TypeMace: {ID: 32, Name: "Mace", Code: "mace", Throwable: false, Beltable: false},
|
||||
TypeHelm: {ID: 33, Name: "Helm", Code: "helm", Throwable: false, Beltable: false},
|
||||
TypeMissilePotion: {ID: 34, Name: "Missile Potion", Code: "tpot", Throwable: true, Beltable: false},
|
||||
TypeQuest: {ID: 35, Name: "Quest", Code: "ques", Throwable: false, Beltable: false},
|
||||
TypeBodyPart: {ID: 36, Name: "Body Part", Code: "body", Throwable: false, Beltable: false},
|
||||
TypeKey: {ID: 37, Name: "Key", Code: "key", Throwable: false, Beltable: false},
|
||||
TypeThrowingKnife: {ID: 38, Name: "Throwing Knife", Code: "tkni", Throwable: true, Beltable: false},
|
||||
TypeThrowingAxe: {ID: 39, Name: "Throwing Axe", Code: "taxe", Throwable: true, Beltable: false},
|
||||
TypeJavelin: {ID: 40, Name: "Javelin", Code: "jave", Throwable: true, Beltable: false},
|
||||
TypeWeapon: {ID: 41, Name: "Weapon", Code: "weap", Throwable: false, Beltable: false},
|
||||
TypeMeleeWeapon: {ID: 42, Name: "Melee Weapon", Code: "mele", Throwable: false, Beltable: false},
|
||||
TypeMissileWeapon: {ID: 43, Name: "Missile Weapon", Code: "miss", Throwable: false, Beltable: false},
|
||||
TypeThrownWeapon: {ID: 44, Name: "Thrown Weapon", Code: "thro", Throwable: true, Beltable: false},
|
||||
TypeComboWeapon: {ID: 45, Name: "Combo Weapon", Code: "comb", Throwable: true, Beltable: false},
|
||||
TypeAnyArmor: {ID: 46, Name: "Any Armor", Code: "armo", Throwable: false, Beltable: false},
|
||||
TypeAnyShield: {ID: 47, Name: "Any Shield", Code: "shld", Throwable: false, Beltable: false},
|
||||
TypeMiscellaneous: {ID: 48, Name: "Miscellaneous", Code: "misc", Throwable: false, Beltable: false},
|
||||
TypeSocketFiller: {ID: 49, Name: "Socket Filler", Code: "sock", Throwable: false, Beltable: false},
|
||||
TypeSecondHand: {ID: 50, Name: "Second Hand", Code: "seco", Throwable: false, Beltable: false},
|
||||
TypeStavesAndRods: {ID: 51, Name: "Staves And Rods", Code: "rod", Throwable: false, Beltable: false},
|
||||
TypeMissile: {ID: 52, Name: "Missile", Code: "misl", Throwable: false, Beltable: false},
|
||||
TypeBlunt: {ID: 53, Name: "Blunt", Code: "blun", Throwable: false, Beltable: false},
|
||||
TypeJewel: {ID: 54, Name: "Jewel", Code: "jewl", Throwable: false, Beltable: false},
|
||||
TypeClassSpecific: {ID: 55, Name: "Class Specific", Code: "clas", Throwable: false, Beltable: false},
|
||||
TypeAmazonItem: {ID: 56, Name: "Amazon Item", Code: "amaz", Throwable: false, Beltable: false},
|
||||
TypeBarbarianItem: {ID: 57, Name: "Barbarian Item", Code: "barb", Throwable: false, Beltable: false},
|
||||
TypeNecromancerItem: {ID: 58, Name: "Necromancer Item", Code: "necr", Throwable: false, Beltable: false},
|
||||
TypePaladinItem: {ID: 59, Name: "Paladin Item", Code: "pala", Throwable: false, Beltable: false},
|
||||
TypeSorceressItem: {ID: 60, Name: "Sorceress Item", Code: "sorc", Throwable: false, Beltable: false},
|
||||
TypeAssassinItem: {ID: 61, Name: "Assassin Item", Code: "assn", Throwable: false, Beltable: false},
|
||||
TypeDruidItem: {ID: 62, Name: "Druid Item", Code: "drui", Throwable: false, Beltable: false},
|
||||
TypeHandtoHand: {ID: 63, Name: "Hand to Hand", Code: "h2h", Throwable: false, Beltable: false},
|
||||
TypeOrb: {ID: 64, Name: "Orb", Code: "orb", Throwable: false, Beltable: false},
|
||||
TypeVoodooHeads: {ID: 65, Name: "Voodoo Heads", Code: "head", Throwable: false, Beltable: false},
|
||||
TypeAuricShields: {ID: 66, Name: "Auric Shields", Code: "ashd", Throwable: false, Beltable: false},
|
||||
TypePrimalHelm: {ID: 67, Name: "Primal Helm", Code: "phlm", Throwable: false, Beltable: false},
|
||||
TypePelt: {ID: 68, Name: "Pelt", Code: "pelt", Throwable: false, Beltable: false},
|
||||
TypeCloak: {ID: 69, Name: "Cloak", Code: "cloa", Throwable: false, Beltable: false},
|
||||
TypeRune: {ID: 70, Name: "Rune", Code: "rune", Throwable: false, Beltable: false},
|
||||
TypeCirclet: {ID: 71, Name: "Circlet", Code: "circ", Throwable: false, Beltable: false},
|
||||
TypeHealingPotion: {ID: 72, Name: "Healing Potion", Code: "hpot", Throwable: false, Beltable: true},
|
||||
TypeManaPotion: {ID: 73, Name: "Mana Potion", Code: "mpot", Throwable: false, Beltable: true},
|
||||
TypeRejuvPotion: {ID: 74, Name: "Rejuv Potion", Code: "rpot", Throwable: false, Beltable: true},
|
||||
TypeStaminaPotion: {ID: 75, Name: "Stamina Potion", Code: "spot", Throwable: false, Beltable: true},
|
||||
TypeAntidotePotion: {ID: 76, Name: "Antidote Potion", Code: "apot", Throwable: false, Beltable: true},
|
||||
TypeThawingPotion: {ID: 77, Name: "Thawing Potion", Code: "wpot", Throwable: false, Beltable: true},
|
||||
TypeSmallCharm: {ID: 78, Name: "Small Charm", Code: "scha", Throwable: false, Beltable: false},
|
||||
TypeMediumCharm: {ID: 79, Name: "Medium Charm", Code: "mcha", Throwable: false, Beltable: false},
|
||||
TypeLargeCharm: {ID: 80, Name: "Large Charm", Code: "lcha", Throwable: false, Beltable: false},
|
||||
TypeAmazonBow: {ID: 81, Name: "Amazon Bow", Code: "abow", Throwable: false, Beltable: false},
|
||||
TypeAmazonSpear: {ID: 82, Name: "Amazon Spear", Code: "aspe", Throwable: false, Beltable: false},
|
||||
TypeAmazonJavelin: {ID: 83, Name: "Amazon Javelin", Code: "ajav", Throwable: true, Beltable: false},
|
||||
TypeHandtoHand2: {ID: 84, Name: "Hand to Hand 2", Code: "h2h2", Throwable: false, Beltable: false},
|
||||
TypeMagicBowQuiv: {ID: 85, Name: "Magic Bow Quiv", Code: "mboq", Throwable: false, Beltable: false},
|
||||
TypeMagicXbowQuiv: {ID: 86, Name: "Magic Xbow Quiv", Code: "mxbq", Throwable: false, Beltable: false},
|
||||
TypeChippedGem: {ID: 87, Name: "Chipped Gem", Code: "gem0", Throwable: false, Beltable: false},
|
||||
TypeFlawedGem: {ID: 88, Name: "Flawed Gem", Code: "gem1", Throwable: false, Beltable: false},
|
||||
TypeStandardGem: {ID: 89, Name: "Standard Gem", Code: "gem2", Throwable: false, Beltable: false},
|
||||
TypeFlawlessGem: {ID: 90, Name: "Flawless Gem", Code: "gem3", Throwable: false, Beltable: false},
|
||||
TypePerfectGem: {ID: 91, Name: "Perfect Gem", Code: "gem4", Throwable: false, Beltable: false},
|
||||
TypeAmethyst: {ID: 92, Name: "Amethyst", Code: "gema", Throwable: false, Beltable: false},
|
||||
TypeDiamond: {ID: 93, Name: "Diamond", Code: "gemd", Throwable: false, Beltable: false},
|
||||
TypeEmerald: {ID: 94, Name: "Emerald", Code: "geme", Throwable: false, Beltable: false},
|
||||
TypeRuby: {ID: 95, Name: "Ruby", Code: "gemr", Throwable: false, Beltable: false},
|
||||
TypeSapphire: {ID: 96, Name: "Sapphire", Code: "gems", Throwable: false, Beltable: false},
|
||||
TypeTopaz: {ID: 97, Name: "Topaz", Code: "gemt", Throwable: false, Beltable: false},
|
||||
TypeSkull: {ID: 98, Name: "Skull", Code: "gemz", Throwable: false, Beltable: false},
|
||||
TypeSwordsandKnives: {ID: 99, Name: "Swords and Knives", Code: "blde", Throwable: false, Beltable: false},
|
||||
TypeSpearsandPolearms: {ID: 100, Name: "Spears and Polearms", Code: "sppl", Throwable: false, Beltable: false},
|
||||
TypeNone: {ID: 0, Name: "None", Code: "none", Throwable: false, Beltable: false},
|
||||
TypeShield: {ID: 1, Name: "Shield", Code: "shie", Throwable: false, Beltable: false},
|
||||
TypeArmor: {ID: 2, Name: "Armor", Code: "tors", Throwable: false, Beltable: false},
|
||||
TypeGold: {ID: 3, Name: "Gold", Code: "gold", Throwable: false, Beltable: false},
|
||||
TypeBowQuiver: {ID: 4, Name: "Bow Quiver", Code: "bowq", Throwable: false, Beltable: false},
|
||||
TypeCrossbowQuiver: {ID: 5, Name: "Crossbow Quiver", Code: "xboq", Throwable: false, Beltable: false},
|
||||
TypePlayerBodyPart: {ID: 6, Name: "Player Body Part", Code: "play", Throwable: false, Beltable: false},
|
||||
TypeHerb: {ID: 7, Name: "Herb", Code: "herb", Throwable: false, Beltable: false},
|
||||
TypePotion: {ID: 8, Name: "Potion", Code: "poti", Throwable: false, Beltable: true},
|
||||
TypeRing: {ID: 9, Name: "Ring", Code: "ring", Throwable: false, Beltable: false},
|
||||
TypeElixir: {ID: 10, Name: "Elixir", Code: "elix", Throwable: false, Beltable: true},
|
||||
TypeAmulet: {ID: 11, Name: "Amulet", Code: "amul", Throwable: false, Beltable: false},
|
||||
TypeCharm: {ID: 12, Name: "Charm", Code: "char", Throwable: false, Beltable: false},
|
||||
TypeBoots: {ID: 13, Name: "Boots", Code: "boot", Throwable: false, Beltable: false},
|
||||
TypeGloves: {ID: 14, Name: "Gloves", Code: "glov", Throwable: false, Beltable: false},
|
||||
TypeBook: {ID: 15, Name: "Book", Code: "book", Throwable: false, Beltable: false},
|
||||
TypeBelt: {ID: 16, Name: "Belt", Code: "belt", Throwable: false, Beltable: false},
|
||||
TypeGem: {ID: 17, Name: "Gem", Code: "gem", Throwable: false, Beltable: false},
|
||||
TypeTorch: {ID: 18, Name: "Torch", Code: "torc", Throwable: false, Beltable: false},
|
||||
TypeScroll: {ID: 19, Name: "Scroll", Code: "scro", Throwable: false, Beltable: true},
|
||||
TypeScepter: {ID: 20, Name: "Scepter", Code: "scep", Throwable: false, Beltable: false},
|
||||
TypeWand: {ID: 21, Name: "Wand", Code: "wand", Throwable: false, Beltable: false},
|
||||
TypeStaff: {ID: 22, Name: "Staff", Code: "staf", Throwable: false, Beltable: false},
|
||||
TypeBow: {ID: 23, Name: "Bow", Code: "bow", Throwable: false, Beltable: false},
|
||||
TypeAxe: {ID: 24, Name: "Axe", Code: "axe", Throwable: false, Beltable: false},
|
||||
TypeClub: {ID: 25, Name: "Club", Code: "club", Throwable: false, Beltable: false},
|
||||
TypeSword: {ID: 26, Name: "Sword", Code: "swor", Throwable: false, Beltable: false},
|
||||
TypeHammer: {ID: 27, Name: "Hammer", Code: "hamm", Throwable: false, Beltable: false},
|
||||
TypeKnife: {ID: 28, Name: "Knife", Code: "knif", Throwable: false, Beltable: false},
|
||||
TypeSpear: {ID: 29, Name: "Spear", Code: "spea", Throwable: false, Beltable: false},
|
||||
TypePolearm: {ID: 30, Name: "Polearm", Code: "pole", Throwable: false, Beltable: false},
|
||||
TypeCrossbow: {ID: 31, Name: "Crossbow", Code: "xbow", Throwable: false, Beltable: false},
|
||||
TypeMace: {ID: 32, Name: "Mace", Code: "mace", Throwable: false, Beltable: false},
|
||||
TypeHelm: {ID: 33, Name: "Helm", Code: "helm", Throwable: false, Beltable: false},
|
||||
TypeMissilePotion: {ID: 34, Name: "Missile Potion", Code: "tpot", Throwable: true, Beltable: false},
|
||||
TypeQuest: {ID: 35, Name: "Quest", Code: "ques", Throwable: false, Beltable: false},
|
||||
TypeBodyPart: {ID: 36, Name: "Body Part", Code: "body", Throwable: false, Beltable: false},
|
||||
TypeKey: {ID: 37, Name: "Key", Code: "key", Throwable: false, Beltable: false},
|
||||
TypeThrowingKnife: {ID: 38, Name: "Throwing Knife", Code: "tkni", Throwable: true, Beltable: false},
|
||||
TypeThrowingAxe: {ID: 39, Name: "Throwing Axe", Code: "taxe", Throwable: true, Beltable: false},
|
||||
TypeJavelin: {ID: 40, Name: "Javelin", Code: "jave", Throwable: true, Beltable: false},
|
||||
TypeWeapon: {ID: 41, Name: "Weapon", Code: "weap", Throwable: false, Beltable: false},
|
||||
TypeMeleeWeapon: {ID: 42, Name: "Melee Weapon", Code: "mele", Throwable: false, Beltable: false},
|
||||
TypeMissileWeapon: {ID: 43, Name: "Missile Weapon", Code: "miss", Throwable: false, Beltable: false},
|
||||
TypeThrownWeapon: {ID: 44, Name: "Thrown Weapon", Code: "thro", Throwable: true, Beltable: false},
|
||||
TypeComboWeapon: {ID: 45, Name: "Combo Weapon", Code: "comb", Throwable: true, Beltable: false},
|
||||
TypeAnyArmor: {ID: 46, Name: "Any Armor", Code: "armo", Throwable: false, Beltable: false},
|
||||
TypeAnyShield: {ID: 47, Name: "Any Shield", Code: "shld", Throwable: false, Beltable: false},
|
||||
TypeMiscellaneous: {ID: 48, Name: "Miscellaneous", Code: "misc", Throwable: false, Beltable: false},
|
||||
TypeSocketFiller: {ID: 49, Name: "Socket Filler", Code: "sock", Throwable: false, Beltable: false},
|
||||
TypeSecondHand: {ID: 50, Name: "Second Hand", Code: "seco", Throwable: false, Beltable: false},
|
||||
TypeStavesAndRods: {ID: 51, Name: "Staves And Rods", Code: "rod", Throwable: false, Beltable: false},
|
||||
TypeMissile: {ID: 52, Name: "Missile", Code: "misl", Throwable: false, Beltable: false},
|
||||
TypeBlunt: {ID: 53, Name: "Blunt", Code: "blun", Throwable: false, Beltable: false},
|
||||
TypeJewel: {ID: 54, Name: "Jewel", Code: "jewl", Throwable: false, Beltable: false},
|
||||
TypeClassSpecific: {ID: 55, Name: "Class Specific", Code: "clas", Throwable: false, Beltable: false},
|
||||
TypeAmazonItem: {ID: 56, Name: "Amazon Item", Code: "amaz", Throwable: false, Beltable: false},
|
||||
TypeBarbarianItem: {ID: 57, Name: "Barbarian Item", Code: "barb", Throwable: false, Beltable: false},
|
||||
TypeNecromancerItem: {ID: 58, Name: "Necromancer Item", Code: "necr", Throwable: false, Beltable: false},
|
||||
TypePaladinItem: {ID: 59, Name: "Paladin Item", Code: "pala", Throwable: false, Beltable: false},
|
||||
TypeSorceressItem: {ID: 60, Name: "Sorceress Item", Code: "sorc", Throwable: false, Beltable: false},
|
||||
TypeAssassinItem: {ID: 61, Name: "Assassin Item", Code: "assn", Throwable: false, Beltable: false},
|
||||
TypeDruidItem: {ID: 62, Name: "Druid Item", Code: "drui", Throwable: false, Beltable: false},
|
||||
TypeHandtoHand: {ID: 63, Name: "Hand to Hand", Code: "h2h", Throwable: false, Beltable: false},
|
||||
TypeOrb: {ID: 64, Name: "Orb", Code: "orb", Throwable: false, Beltable: false},
|
||||
TypeVoodooHeads: {ID: 65, Name: "Voodoo Heads", Code: "head", Throwable: false, Beltable: false},
|
||||
TypeAuricShields: {ID: 66, Name: "Auric Shields", Code: "ashd", Throwable: false, Beltable: false},
|
||||
TypePrimalHelm: {ID: 67, Name: "Primal Helm", Code: "phlm", Throwable: false, Beltable: false},
|
||||
TypePelt: {ID: 68, Name: "Pelt", Code: "pelt", Throwable: false, Beltable: false},
|
||||
TypeCloak: {ID: 69, Name: "Cloak", Code: "cloa", Throwable: false, Beltable: false},
|
||||
TypeRune: {ID: 70, Name: "Rune", Code: "rune", Throwable: false, Beltable: false},
|
||||
TypeCirclet: {ID: 71, Name: "Circlet", Code: "circ", Throwable: false, Beltable: false},
|
||||
TypeHealingPotion: {ID: 72, Name: "Healing Potion", Code: "hpot", Throwable: false, Beltable: true},
|
||||
TypeManaPotion: {ID: 73, Name: "Mana Potion", Code: "mpot", Throwable: false, Beltable: true},
|
||||
TypeRejuvPotion: {ID: 74, Name: "Rejuv Potion", Code: "rpot", Throwable: false, Beltable: true},
|
||||
TypeStaminaPotion: {ID: 75, Name: "Stamina Potion", Code: "spot", Throwable: false, Beltable: true},
|
||||
TypeAntidotePotion: {ID: 76, Name: "Antidote Potion", Code: "apot", Throwable: false, Beltable: true},
|
||||
TypeThawingPotion: {ID: 77, Name: "Thawing Potion", Code: "wpot", Throwable: false, Beltable: true},
|
||||
TypeSmallCharm: {ID: 78, Name: "Small Charm", Code: "scha", Throwable: false, Beltable: false},
|
||||
TypeMediumCharm: {ID: 79, Name: "Medium Charm", Code: "mcha", Throwable: false, Beltable: false},
|
||||
TypeLargeCharm: {ID: 80, Name: "Large Charm", Code: "lcha", Throwable: false, Beltable: false},
|
||||
TypeAmazonBow: {ID: 81, Name: "Amazon Bow", Code: "abow", Throwable: false, Beltable: false},
|
||||
TypeAmazonSpear: {ID: 82, Name: "Amazon Spear", Code: "aspe", Throwable: false, Beltable: false},
|
||||
TypeAmazonJavelin: {ID: 83, Name: "Amazon Javelin", Code: "ajav", Throwable: true, Beltable: false},
|
||||
TypeHandtoHand2: {ID: 84, Name: "Hand to Hand 2", Code: "h2h2", Throwable: false, Beltable: false},
|
||||
TypeMagicBowQuiv: {ID: 85, Name: "Magic Bow Quiv", Code: "mboq", Throwable: false, Beltable: false},
|
||||
TypeMagicXbowQuiv: {ID: 86, Name: "Magic Xbow Quiv", Code: "mxbq", Throwable: false, Beltable: false},
|
||||
TypeChippedGem: {ID: 87, Name: "Chipped Gem", Code: "gem0", Throwable: false, Beltable: false},
|
||||
TypeFlawedGem: {ID: 88, Name: "Flawed Gem", Code: "gem1", Throwable: false, Beltable: false},
|
||||
TypeStandardGem: {ID: 89, Name: "Standard Gem", Code: "gem2", Throwable: false, Beltable: false},
|
||||
TypeFlawlessGem: {ID: 90, Name: "Flawless Gem", Code: "gem3", Throwable: false, Beltable: false},
|
||||
TypePerfectGem: {ID: 91, Name: "Perfect Gem", Code: "gem4", Throwable: false, Beltable: false},
|
||||
TypeAmethyst: {ID: 92, Name: "Amethyst", Code: "gema", Throwable: false, Beltable: false},
|
||||
TypeDiamond: {ID: 93, Name: "Diamond", Code: "gemd", Throwable: false, Beltable: false},
|
||||
TypeEmerald: {ID: 94, Name: "Emerald", Code: "geme", Throwable: false, Beltable: false},
|
||||
TypeRuby: {ID: 95, Name: "Ruby", Code: "gemr", Throwable: false, Beltable: false},
|
||||
TypeSapphire: {ID: 96, Name: "Sapphire", Code: "gems", Throwable: false, Beltable: false},
|
||||
TypeTopaz: {ID: 97, Name: "Topaz", Code: "gemt", Throwable: false, Beltable: false},
|
||||
TypeSkull: {ID: 98, Name: "Skull", Code: "gemz", Throwable: false, Beltable: false},
|
||||
TypeSwordsandKnives: {ID: 99, Name: "Swords and Knives", Code: "blde", Throwable: false, Beltable: false},
|
||||
TypeSpearsandPolearms: {ID: 100, Name: "Spears and Polearms", Code: "sppl", Throwable: false, Beltable: false},
|
||||
}
|
||||
Reference in New Issue
Block a user