CRAW now runs on Windows 7 too - the problem was that Windows 7 has moved some functi...
[craw.git] / configuration / item_groups.py
blob5c8512a53ba9f8d2a6bf965cfda53ede63f371e8
1 item_groups = {}
3 item_groups["Barbarian Helmet"] = [
4 "Jawbone Cap",
5 "Fanged Helm",
6 "Horned Helm",
7 "Assault Helmet",
8 "Avenger Guard",
9 "Jawbone Visor",
10 "Lion Helm",
11 "Rage Mask",
12 "Savage Helmet",
13 "Slayer Guard",
14 "Carnage Helm",
15 "Fury Visor",
16 "Destroyer Helm",
17 "Conqueror Crown",
18 "Guardian Crown"
21 item_groups["Pelt"] = [
22 "Wolf Head",
23 "Hawk Helm",
24 "Antlers",
25 "Falcon Mask",
26 "Spirit Mask",
27 "Alpha Helm",
28 "Griffon Headress",
29 "Hunter's Guise",
30 "Sacred Feathers",
31 "Totemic Mask",
32 "Blood Spirit",
33 "Sun Spirit",
34 "Earth Spirit",
35 "Sky Spirit",
36 "Dream Spirit"
39 item_groups["Paladin Shield"] = [
40 "Targe",
41 "Rondache",
42 "Heraldic Shield",
43 "Aerin Shield",
44 "Crown Shield",
45 "Akaran Targe",
46 "Akaran Rondache",
47 "Protector Shield",
48 "Gilded Shield",
49 "Royal Shield",
50 "Sacred Rondache",
51 "Kurast Shield",
52 "Zakarum Shield",
53 "Vortex Shield"
56 item_groups["Elite Armor"] = [
57 "Dusk Shroud",
58 "Wyrmhide",
59 "Scarab Husk",
60 "Wire Fleece",
61 "Diamond Mail",
62 "Loricated Mail",
63 "Great Hauberk",
64 "Boneweave",
65 "Balrog Skin",
66 "Archon Plate",
67 "Kraken Shell",
68 "Hellforge Plate",
69 "Lacquered Plate",
70 "Shadow Plate",
71 "Sacred Armor"
74 item_groups["Flawless Gem"] = [
75 "Flawless Sapphire",
76 "Flawless Ruby",
77 "Flawless Diamond",
78 "Flawless Emerald",
79 "Flawless Topaz",
80 "Flawless Amethyst"
83 item_groups["Perfect Gem"] = [
84 "Perfect Sapphire",
85 "Perfect Ruby",
86 "Perfect Diamond",
87 "Perfect Emerald",
88 "Perfect Topaz",
89 "Perfect Amethyst"
92 item_groups["Exceptional Polearm"] = [
93 "Lochaber Axe",
94 "Bill",
95 "Battle Scythe",
96 "Partizan",
97 "Bec-De-Corbin",
98 "Grim Scythe"
101 item_groups["Elite Polearm"] = [
102 "Ogre Axe",
103 "Colossus Voulge",
104 "Thresher",
105 "Cryptic Axe",
106 "Great Poleaxe",
107 "Giant Thresher"
110 item_groups["Boots"] = [
111 "Boots",
112 "Heavy Boots",
113 "Chain Boots",
114 "Light Plated Boots",
115 "Greaves",
116 "Demonhide Boots",
117 "Sharkskin Boots",
118 "Mesh Boots",
119 "Battle Boots",
120 "War Boots",
121 "Wyrmhide Boots",
122 "Scarabshell Boots",
123 "Boneweave Boots",
124 "Mirrored Boots",
125 "Myrmidon Greaves"
128 item_groups["Good Belt"] = [
129 "Plated Belt",
130 "Demonhide Sash",
131 "Sharkskin Belt",
132 "Mesh Belt",
133 "Battle Belt",
134 "War Belt",
135 "Spiderweb Sash",
136 "Vampirefang Belt",
137 "Mithril Coil",
138 "Troll Belt",
139 "Colossus Girdle"
142 item_groups["Gloves"] = [
143 "Leather Gloves",
144 "Heavy Gloves",
145 "Chain Gloves",
146 "Light Gauntlets",
147 "Gauntlets",
148 "Demonhide Gloves",
149 "Sharkskin Gloves",
150 "Heavy Bracers",
151 "Battle Gauntlets",
152 "War Gauntlets",
153 "Bramble Mitts",
154 "Vampirebone Gloves",
155 "Vambraces",
156 "Crusader Gauntlets",
157 "Ogre Gauntlets"
160 item_groups["Circlet"] = [
161 "Circlet",
162 "Coronet",
163 "Tiara",
164 "Diadem"
167 item_groups["Elite Javelin"] = [
168 "Hyperion Javelin",
169 "Stygian Pilum",
170 "Balrog Spear",
171 "Ghost Glaive",
172 "Winged Harpoon"
175 item_groups["Elite Spear"] = [
176 "Hyperion Spear",
177 "Stygian Pike",
178 "Mancatcher",
179 "Ghost Spear",
180 "War Pike"
183 item_groups["Orb"] = [
184 "Eagle Orb",
185 "Sacred Globe",
186 "Smoked Sphere",
187 "Clasped Orb",
188 "Jared's Stone",
190 "Glowing Orb",
191 "Crystalline Globe",
192 "Cloudy Sphere",
193 "Sparkling Ball",
194 "Swirling Crystal",
196 "Heavenly Stone",
197 "Eldritch Orb",
198 "Demon Heart",
199 "Vortex Orb",
200 "Dimensional Shard"
203 item_groups["Wand"] = [
204 "Wand",
205 "Yew Wand",
206 "Bone Wand",
207 "Grim Wand",
209 "Burnt Wand",
210 "Petrified Wand",
211 "Tomb Wand",
212 "Grave Wand",
214 "Polished Wand",
215 "Ghost Wand",
216 "Lich Wand",
217 "Unearthed Wand"
220 item_groups["Elite Two-Handed Sword"] = [
221 "Legend Sword",
222 "Highland Blade",
223 "Balrog Blade",
224 "Champion Sword",
225 "Colossus Sword",
226 "Colossus Blade"