Commit e7e94027548c21b6117aefea07287a024f093b6c

Authored by DarkGod
1 parent ee0afc43

New Necromancer's tree: Animus

... ... @@ -265,6 +265,8 @@ function _M:setPlayer(actor, bypass)
265 265
266 266 game.logPlayer(actor, "#MOCCASIN#Character control switched to %s.", actor.name)
267 267
  268 + if game.player.resetMainShader then game.player:resetMainShader() end
  269 +
268 270 return true
269 271 end
270 272
... ...
... ... @@ -357,6 +357,14 @@ function _M:tooltip(x, y, seen_by)
357 357 return str
358 358 end
359 359
  360 +function _M:resetMainShader()
  361 + self.shader_old_life = nil
  362 + self.old_air = nil
  363 + self.old_psi = nil
  364 + self.old_healwarn = nil
  365 + self:updateMainShader()
  366 +end
  367 +
360 368 --- Funky shader stuff
361 369 function _M:updateMainShader()
362 370 if game.fbo_shader then
... ...
... ... @@ -2,25 +2,25 @@ tiles={} dolls={}
2 2
3 3 tiles["npc/humanoid_shalore_elven_guard.png"] = { base=64,
4 4 feet = {x=33, y=61},
  5 + belly = {x=32, y=28},
5 6 hand1 = {x=13, y=31},
6 7 back = {x=32, y=15},
7   - belly = {x=32, y=28},
8 8 head = {x=31, y=5},
9 9 }
10 10 tiles["npc/humanoid_player_default.png"] = { base=64,
11 11 feet = {x=33, y=60},
12 12 hand1 = {x=21, y=35},
13 13 hand2 = {x=44, y=36},
14   - belly = {x=33, y=28},
15 14 back = {x=32, y=14},
  15 + belly = {x=33, y=28},
16 16 head = {x=32, y=5},
17 17 }
18 18 tiles["npc/humanoid_human_high_gladiator.png"] = { base=64,
19 19 feet = {x=30, y=61},
20 20 hand1 = {x=8, y=13},
21 21 hand2 = {x=55, y=33},
22   - back = {x=34, y=17},
23 22 belly = {x=33, y=30},
  23 + back = {x=34, y=17},
24 24 head = {x=30, y=7},
25 25 }
26 26 dolls.race_dwarf = dolls.race_dwarf or {}
... ... @@ -28,112 +28,112 @@ dolls.race_dwarf.male = { base=64,
28 28 feet = {x=34, y=61},
29 29 back = {x=32, y=25},
30 30 hand2 = {x=55, y=39},
31   - hand1 = {x=10, y=39},
32 31 belly = {x=34, y=34},
  32 + hand1 = {x=10, y=39},
33 33 head = {x=32, y=10},
34 34 }
35 35 tiles["npc/humanoid_shalore_elvala_guard.png"] = { base=64,
36 36 feet = {x=32, y=61},
  37 + belly = {x=31, y=27},
37 38 hand1 = {x=13, y=30},
38 39 back = {x=31, y=15},
39   - belly = {x=31, y=27},
40 40 head = {x=31, y=5},
41 41 }
42 42 tiles["npc/humanoid_naga_slasul.png"] = { base=64,
43 43 feet = {x=32, y=61},
44 44 hand1 = {x=11, y=30},
45 45 hand2 = {x=46, y=-2},
46   - belly = {x=23, y=14},
47 46 back = {x=23, y=3},
  47 + belly = {x=23, y=14},
48 48 head = {x=24, y=-12},
49 49 }
50 50 tiles["npc/humanoid_human_human_citizen.png"] = { base=64,
51 51 feet = {x=35, y=59},
52 52 hand1 = {x=11, y=13},
53 53 hand2 = {x=47, y=30},
54   - back = {x=36, y=16},
55 54 belly = {x=36, y=28},
  55 + back = {x=36, y=16},
56 56 head = {x=36, y=5},
57 57 }
58 58 tiles["npc/humanoid_orc_orc_master_assassin.png"] = { base=64,
59 59 feet = {x=31, y=60},
60 60 hand1 = {x=4, y=39},
61 61 hand2 = {x=59, y=32},
62   - belly = {x=30, y=30},
63 62 back = {x=29, y=18},
  63 + belly = {x=30, y=30},
64 64 head = {x=28, y=8},
65 65 }
66 66 tiles["npc/humanoid_orc_vor__grand_geomancer_of_the_pride.png"] = { base=64,
67 67 feet = {x=32, y=60},
68 68 hand1 = {x=4, y=34},
69 69 hand2 = {x=58, y=39},
70   - belly = {x=32, y=35},
71 70 back = {x=33, y=20},
  71 + belly = {x=32, y=35},
72 72 head = {x=34, y=9},
73 73 }
74 74 tiles["npc/humanoid_human_ziguranth_wyrmic.png"] = { base=64,
75 75 feet = {x=32, y=59},
76 76 hand1 = {x=12, y=32},
77 77 hand2 = {x=51, y=34},
78   - belly = {x=33, y=30},
79 78 back = {x=32, y=16},
  79 + belly = {x=33, y=30},
80 80 head = {x=32, y=4},
81 81 }
82 82 tiles["npc/humanoid_shalore_elven_cultist.png"] = { base=64,
83 83 feet = {x=29, y=60},
84 84 hand1 = {x=8, y=9},
85 85 hand2 = {x=52, y=9},
86   - belly = {x=31, y=28},
87 86 back = {x=30, y=16},
  87 + belly = {x=31, y=28},
88 88 head = {x=31, y=6},
89 89 }
90 90 tiles["npc/humanoid_shalore_elandar.png"] = { base=64,
91 91 feet = {x=34, y=59},
92 92 hand1 = {x=13, y=26},
93 93 hand2 = {x=50, y=-12},
94   - belly = {x=33, y=22},
95 94 back = {x=30, y=8},
  95 + belly = {x=33, y=22},
96 96 head = {x=29, y=-2},
97 97 }
98   -tiles["npc/humanoid_human_high_sun_paladin_rodmour.png"] = { base=64,
99   - feet = {x=32, y=59},
100   - hand1 = {x=12, y=35},
101   - hand2 = {x=48, y=36},
102   - back = {x=32, y=15},
103   - belly = {x=32, y=29},
104   - head = {x=32, y=3},
  98 +tiles["npc/humanoid_dwarf_ziguranth_warrior.png"] = { base=64,
  99 + feet = {x=34, y=59},
  100 + hand1 = {x=18, y=43},
  101 + hand2 = {x=50, y=44},
  102 + belly = {x=35, y=36},
  103 + back = {x=35, y=22},
  104 + head = {x=35, y=7},
105 105 }
106 106 dolls.race_runic_golem = dolls.race_runic_golem or {}
107 107 dolls.race_runic_golem.all = { base=64,
108 108 feet = {x=54, y=43},
109 109 hand1 = {x=29, y=18},
110 110 hand2 = {x=22, y=28},
111   - belly = {x=43, y=49},
112 111 back = {x=28, y=48},
  112 + belly = {x=43, y=49},
113 113 head = {x=39, y=29},
114 114 }
115 115 tiles["npc/humanoid_human_assassin_lord.png"] = { base=64,
116 116 feet = {x=35, y=61},
117 117 hand1 = {x=10, y=10},
118 118 hand2 = {x=56, y=34},
119   - back = {x=31, y=16},
120 119 belly = {x=32, y=28},
  120 + back = {x=31, y=16},
121 121 head = {x=32, y=5},
122 122 }
123   -tiles["npc/humanoid_human_rogue.png"] = { base=64,
124   - feet = {x=36, y=58},
125   - hand1 = {x=8, y=36},
126   - hand2 = {x=55, y=29},
127   - belly = {x=30, y=31},
128   - back = {x=30, y=21},
129   - head = {x=27, y=7},
  123 +tiles["npc/humanoid_human_celia.png"] = { base=64,
  124 + feet = {x=28, y=59},
  125 + hand1 = {x=15, y=16},
  126 + hand2 = {x=50, y=-20},
  127 + belly = {x=28, y=2},
  128 + back = {x=29, y=-16},
  129 + head = {x=29, y=-33},
130 130 }
131 131 tiles["npc/humanoid_dwarf_norgan.png"] = { base=64,
132 132 feet = {x=41, y=57},
133 133 hand1 = {x=15, y=40},
134 134 hand2 = {x=47, y=19},
135   - back = {x=32, y=23},
136 135 belly = {x=35, y=37},
  136 + back = {x=32, y=23},
137 137 head = {x=27, y=8},
138 138 }
139 139 dolls.race_human = dolls.race_human or {}
... ... @@ -141,64 +141,64 @@ dolls.race_human.male = { base=64,
141 141 feet = {x=32, y=60},
142 142 hand1 = {x=15, y=32},
143 143 hand2 = {x=48, y=34},
144   - belly = {x=32, y=28},
145 144 back = {x=32, y=15},
  145 + belly = {x=32, y=28},
146 146 head = {x=30, y=3},
147 147 }
148 148 tiles["npc/humanoid_yaech_murgol__the_yaech_lord.png"] = { base=64,
149 149 feet = {x=56, y=58},
150 150 hand1 = {x=7, y=28},
151 151 hand2 = {x=20, y=32},
152   - belly = {x=38, y=39},
153 152 back = {x=38, y=31},
  153 + belly = {x=38, y=39},
154 154 head = {x=32, y=16},
155 155 }
156 156 tiles["npc/humanoid_human_the_possessed.png"] = { base=64,
157 157 feet = {x=30, y=62},
158 158 hand1 = {x=9, y=17},
159 159 hand2 = {x=47, y=37},
160   - belly = {x=33, y=35},
161 160 back = {x=33, y=17},
  161 + belly = {x=33, y=35},
162 162 head = {x=33, y=4},
163 163 }
164 164 tiles["npc/humanoid_halfling_master_slinger.png"] = { base=64,
165 165 feet = {x=39, y=59},
166 166 hand1 = {x=15, y=42},
167 167 hand2 = {x=47, y=10},
168   - back = {x=31, y=27},
169 168 belly = {x=32, y=38},
  169 + back = {x=31, y=27},
170 170 head = {x=28, y=14},
171 171 }
172   -tiles["npc/humanoid_orc_brotoq_the_reaver.png"] = { base=64,
173   - feet = {x=38, y=59},
174   - hand1 = {x=14, y=31},
175   - hand2 = {x=58, y=33},
176   - belly = {x=38, y=26},
177   - back = {x=38, y=15},
178   - head = {x=35, y=3},
  172 +tiles["npc/humanoid_thalore_mindworm.png"] = { base=64,
  173 + feet = {x=32, y=62},
  174 + hand1 = {x=21, y=36},
  175 + hand2 = {x=44, y=35},
  176 + back = {x=31, y=13},
  177 + belly = {x=32, y=30},
  178 + head = {x=31, y=6},
179 179 }
180 180 tiles["npc/humanoid_shalore_grand_corruptor.png"] = { base=64,
181 181 feet = {x=25, y=61},
182 182 hand1 = {x=11, y=34},
183 183 hand2 = {x=53, y=17},
184   - belly = {x=28, y=31},
185 184 back = {x=28, y=19},
  185 + belly = {x=28, y=31},
186 186 head = {x=28, y=10},
187 187 }
188 188 tiles["npc/humanoid_human_harno__herald_of_last_hope.png"] = { base=64,
189 189 feet = {x=32, y=61},
190 190 hand1 = {x=16, y=37},
191 191 hand2 = {x=45, y=36},
192   - back = {x=30, y=15},
193 192 belly = {x=31, y=31},
  193 + back = {x=30, y=15},
194 194 head = {x=29, y=4},
195 195 }
196 196 tiles["npc/humanoid_human_slave_combatant.png"] = { base=64,
197 197 feet = {x=33, y=60},
198 198 hand1 = {x=18, y=37},
199 199 hand2 = {x=47, y=32},
200   - belly = {x=31, y=29},
201 200 back = {x=30, y=17},
  201 + belly = {x=31, y=29},
202 202 head = {x=29, y=6},
203 203 }
204 204 dolls.race_elf = dolls.race_elf or {}
... ... @@ -206,81 +206,81 @@ dolls.race_elf.male = { base=64,
206 206 feet = {x=32, y=61},
207 207 hand1 = {x=19, y=32},
208 208 hand2 = {x=44, y=34},
209   - belly = {x=33, y=27},
210 209 back = {x=32, y=15},
  210 + belly = {x=33, y=27},
211 211 head = {x=30, y=4},
212 212 }
213 213 tiles["npc/humanoid_male_sluttymaid.png"] = { base=64,
214 214 feet = {x=30, y=60},
215 215 hand1 = {x=24, y=30},
216 216 hand2 = {x=41, y=21},
217   - belly = {x=35, y=24},
218 217 back = {x=35, y=11},
  218 + belly = {x=35, y=24},
219 219 head = {x=35, y=0},
220 220 }
221 221 tiles["npc/humanoid_elf_limmir_the_jeweler.png"] = { base=64,
222 222 feet = {x=31, y=60},
223 223 hand1 = {x=11, y=37},
224 224 hand2 = {x=49, y=9},
225   - back = {x=31, y=19},
226 225 belly = {x=31, y=30},
  226 + back = {x=31, y=19},
227 227 head = {x=32, y=4},
228 228 }
229 229 tiles["npc/canine_warg.png"] = { base=64,
230 230 feet = {x=15, y=18},
231 231 hand1 = {x=48, y=22},
232 232 hand2 = {x=46, y=48},
233   - belly = {x=12, y=32},
234 233 back = {x=26, y=51},
  234 + belly = {x=12, y=32},
235 235 head = {x=33, y=13},
236 236 }
237 237 tiles["npc/humanoid_human_lumberjack.png"] = { base=64,
238 238 feet = {x=33, y=61},
239 239 hand1 = {x=17, y=37},
240 240 hand2 = {x=44, y=37},
241   - belly = {x=33, y=31},
242 241 back = {x=32, y=17},
  242 + belly = {x=33, y=31},
243 243 head = {x=32, y=4},
244 244 }
245 245 tiles["npc/acid_ant.png"] = { base=64,
246 246 feet = {x=36, y=57},
247 247 back = {x=45, y=37},
248 248 hand2 = {x=51, y=17},
249   - hand1 = {x=32, y=22},
250 249 belly = {x=11, y=33},
  250 + hand1 = {x=32, y=22},
251 251 head = {x=15, y=13},
252 252 }
253 253 tiles["npc/humanoid_shalore_elven_corruptor.png"] = { base=64,
254 254 feet = {x=34, y=60},
255 255 hand1 = {x=12, y=17},
256 256 hand2 = {x=48, y=34},
257   - belly = {x=31, y=33},
258 257 back = {x=31, y=20},
  258 + belly = {x=31, y=33},
259 259 head = {x=31, y=10},
260 260 }
261 261 tiles["npc/humanoid_human_townsfolk_farmer_maggot01_64.png"] = { base=64,
262 262 feet = {x=36, y=60},
263 263 hand1 = {x=11, y=31},
264 264 hand2 = {x=51, y=25},
265   - belly = {x=36, y=37},
266 265 back = {x=35, y=25},
  266 + belly = {x=36, y=37},
267 267 head = {x=34, y=11},
268 268 }
269 269 tiles["npc/humanoid_elf_elven_sun_mage.png"] = { base=64,
270 270 feet = {x=35, y=62},
271 271 hand1 = {x=13, y=28},
272 272 hand2 = {x=50, y=37},
273   - back = {x=32, y=16},
274 273 belly = {x=34, y=35},
  274 + back = {x=32, y=16},
275 275 head = {x=31, y=4},
276 276 }
277   -tiles["npc/humanoid_human_human_farmer.png"] = { base=64,
278   - feet = {x=32, y=60},
279   - hand1 = {x=11, y=20},
280   - hand2 = {x=44, y=38},
281   - back = {x=29, y=18},
282   - belly = {x=31, y=31},
283   - head = {x=29, y=5},
  277 +tiles["npc/humanoid_human_townsfolk_battlescarred_veteran01_64.png"] = { base=64,
  278 + feet = {x=35, y=57},
  279 + hand1 = {x=16, y=39},
  280 + hand2 = {x=52, y=39},
  281 + back = {x=33, y=19},
  282 + belly = {x=33, y=30},
  283 + head = {x=32, y=7},
284 284 }
285 285 tiles["npc/animal_feline_snow_cat.png"] = { base=64,
286 286 head = {x=17, y=18},
... ... @@ -289,8 +289,8 @@ tiles["npc/humanoid_human_master_alchemist.png"] = { base=64,
289 289 feet = {x=35, y=59},
290 290 hand1 = {x=7, y=18},
291 291 hand2 = {x=57, y=35},
292   - belly = {x=37, y=28},
293 292 back = {x=34, y=18},
  293 + belly = {x=37, y=28},
294 294 head = {x=29, y=8},
295 295 }
296 296 dolls.race_halfling = dolls.race_halfling or {}
... ... @@ -298,31 +298,31 @@ dolls.race_halfling.female = { base=64,
298 298 feet = {x=34, y=62},
299 299 hand1 = {x=12, y=38},
300 300 hand2 = {x=50, y=40},
301   - back = {x=32, y=24},
302 301 belly = {x=34, y=36},
  302 + back = {x=32, y=24},
303 303 head = {x=32, y=12},
304 304 }
305 305 tiles["npc/humanoid_shalore_elven_elite_warrior.png"] = { base=64,
306 306 feet = {x=33, y=62},
  307 + belly = {x=31, y=27},
307 308 hand1 = {x=13, y=32},
308 309 back = {x=31, y=15},
309   - belly = {x=31, y=27},
310 310 head = {x=32, y=6},
311 311 }
312   -tiles["npc/humanoid_orc_orc_assassin.png"] = { base=64,
313   - feet = {x=36, y=60},
314   - hand1 = {x=4, y=30},
315   - hand2 = {x=40, y=3},
316   - belly = {x=42, y=29},
317   - back = {x=33, y=20},
318   - head = {x=24, y=11},
  312 +tiles["npc/humanoid_human_riala_shalarak.png"] = { base=64,
  313 + feet = {x=33, y=59},
  314 + hand1 = {x=17, y=7},
  315 + hand2 = {x=58, y=30},
  316 + back = {x=35, y=17},
  317 + belly = {x=34, y=27},
  318 + head = {x=33, y=5},
319 319 }
320 320 tiles["npc/humanoid_yaech_slaver.png"] = { base=64,
321 321 feet = {x=46, y=58},
322 322 hand1 = {x=16, y=28},
323 323 hand2 = {x=51, y=10},
324   - belly = {x=38, y=34},
325 324 back = {x=37, y=25},
  325 + belly = {x=38, y=34},
326 326 head = {x=28, y=17},
327 327 }
328 328 dolls.race_halfling = dolls.race_halfling or {}
... ... @@ -330,75 +330,74 @@ dolls.race_halfling.male = { base=64,
330 330 feet = {x=34, y=61},
331 331 hand1 = {x=14, y=39},
332 332 hand2 = {x=50, y=39},
333   - back = {x=32, y=25},
334 333 belly = {x=33, y=36},
  334 + back = {x=32, y=25},
335 335 head = {x=32, y=14},
336 336 }
337   -tiles["npc/humanoid_orc_orc_mage_hunter.png"] = { base=64,
338   - feet = {x=32, y=61},
339   - hand1 = {x=6, y=34},
340   - hand2 = {x=57, y=31},
341   - belly = {x=29, y=32},
342   - back = {x=28, y=20},
343   - head = {x=27, y=8},
  337 +tiles["npc/humanoid_orc_orc_greatmother.png"] = { base=64,
  338 + feet = {x=35, y=59},
  339 + hand1 = {x=4, y=-4},
  340 + hand2 = {x=58, y=2},
  341 + back = {x=32, y=-40},
  342 + belly = {x=30, y=-3},
  343 + head = {x=33, y=-55},
344 344 }
345   -tiles["npc/humanoid_elenulach_thief.png"] = { base=64,
346   - feet = {x=30, y=60},
347   - hand1 = {x=18, y=37},
348   - hand2 = {x=42, y=37},
349   - back = {x=30, y=17},
350   - belly = {x=30, y=32},
351   - head = {x=30, y=6},
  345 +tiles["npc/humanoid_yeek_yeek_commoner_05.png"] = { base=64,
  346 + feet = {x=31, y=61},
  347 + hand1 = {x=12, y=22},
  348 + hand2 = {x=24, y=35},
  349 + back = {x=30, y=21},
  350 + belly = {x=32, y=34},
  351 + head = {x=30, y=12},
352 352 }
353 353 dolls.race_ghoul = dolls.race_ghoul or {}
354 354 dolls.race_ghoul.all = { base=64,
355 355 feet = {x=33, y=61},
356 356 hand1 = {x=20, y=37},
357 357 hand2 = {x=48, y=38},
358   - belly = {x=33, y=38},
359 358 back = {x=34, y=20},
  359 + belly = {x=33, y=38},
360 360 head = {x=33, y=8},
361 361 }
362   -dolls.race_skeleton = dolls.race_skeleton or {}
363   -dolls.race_skeleton.all = { base=64,
364   - feet = {x=32, y=62},
365   - hand1 = {x=15, y=33},
366   - hand2 = {x=47, y=34},
367   - back = {x=31, y=16},
368   - belly = {x=32, y=26},
369   - head = {x=30, y=4},
  362 +tiles["npc/humanoid_human_melnela.png"] = { base=64,
  363 + feet = {x=33, y=59},
  364 + hand1 = {x=17, y=8},
  365 + hand2 = {x=58, y=30},
  366 + back = {x=35, y=19},
  367 + belly = {x=35, y=31},
  368 + head = {x=33, y=6},
370 369 }
371   -tiles["npc/humanoid_yeek_yeek_commoner_08.png"] = { base=64,
372   - feet = {x=33, y=61},
373   - hand1 = {x=14, y=39},
374   - hand2 = {x=48, y=36},
375   - belly = {x=33, y=34},
376   - back = {x=31, y=21},
377   - head = {x=31, y=11},
  370 +tiles["npc/humanoid_shalore_elven_blood_mage.png"] = { base=64,
  371 + feet = {x=32, y=59},
  372 + hand1 = {x=15, y=36},
  373 + hand2 = {x=46, y=36},
  374 + back = {x=30, y=17},
  375 + belly = {x=30, y=33},
  376 + head = {x=30, y=7},
378 377 }
379 378 dolls.race_human = dolls.race_human or {}
380 379 dolls.race_human.female = { base=64,
381 380 feet = {x=33, y=60},
382 381 hand1 = {x=20, y=33},
383 382 hand2 = {x=46, y=33},
384   - back = {x=33, y=16},
385 383 belly = {x=34, y=28},
  384 + back = {x=33, y=16},
386 385 head = {x=32, y=3},
387 386 }
388   -tiles["npc/humanoid_orc_orc_cryomancer.png"] = { base=64,
389   - feet = {x=35, y=60},
390   - hand1 = {x=5, y=14},
391   - hand2 = {x=57, y=30},
392   - belly = {x=36, y=31},
393   - back = {x=29, y=17},
394   - head = {x=23, y=7},
  387 +tiles["npc/humanoid_orc_orc_pyromancer.png"] = { base=64,
  388 + feet = {x=28, y=61},
  389 + hand1 = {x=6, y=30},
  390 + hand2 = {x=59, y=15},
  391 + back = {x=30, y=17},
  392 + belly = {x=28, y=30},
  393 + head = {x=40, y=5},
395 394 }
396 395 tiles["npc/humanoid_human_aluin_the_fallen.png"] = { base=64,
397 396 feet = {x=31, y=60},
398 397 hand1 = {x=18, y=36},
399 398 hand2 = {x=41, y=38},
400   - back = {x=29, y=18},
401 399 belly = {x=29, y=29},
  400 + back = {x=29, y=18},
402 401 head = {x=28, y=5},
403 402 }
404 403 dolls.race_dwarf = dolls.race_dwarf or {}
... ... @@ -406,395 +405,396 @@ dolls.race_dwarf.female = { base=64,
406 405 feet = {x=33, y=59},
407 406 back = {x=33, y=25},
408 407 hand2 = {x=55, y=39},
409   - hand1 = {x=9, y=39},
410 408 belly = {x=33, y=37},
  409 + hand1 = {x=9, y=39},
411 410 head = {x=33, y=9},
412 411 }
413   -tiles["npc/humanoid_orc_orc_soldier.png"] = { base=64,
414   - feet = {x=36, y=62},
415   - hand1 = {x=9, y=39},
416   - hand2 = {x=58, y=36},
417   - belly = {x=34, y=34},
418   - back = {x=29, y=21},
419   - head = {x=25, y=9},
  412 +tiles["npc/humanoid_orc_orc_fighter.png"] = { base=64,
  413 + feet = {x=30, y=60},
  414 + hand1 = {x=7, y=8},
  415 + hand2 = {x=57, y=39},
  416 + back = {x=35, y=20},
  417 + belly = {x=31, y=34},
  418 + head = {x=39, y=10},
420 419 }
421   -tiles["npc/humanoid_human_linaniil_supreme_archmage.png"] = { base=64,
422   - feet = {x=38, y=60},
423   - hand1 = {x=10, y=7},
424   - hand2 = {x=49, y=29},
425   - back = {x=35, y=1},
426   - belly = {x=37, y=19},
427   - head = {x=31, y=-13},
  420 +tiles["npc/humanoid_human_lost_merchant.png"] = { base=64,
  421 + feet = {x=35, y=59},
  422 + belly = {x=35, y=36},
  423 + hand1 = {x=16, y=47},
  424 + back = {x=32, y=24},
  425 + head = {x=30, y=5},
428 426 }
429 427 tiles["npc/humanoid_elf_elven_archer.png"] = { base=64,
430 428 feet = {x=32, y=61},
431 429 hand1 = {x=13, y=32},
432 430 hand2 = {x=51, y=32},
433   - back = {x=32, y=15},
434 431 belly = {x=32, y=28},
  432 + back = {x=32, y=15},
435 433 head = {x=32, y=5},
436 434 }
437   -tiles["npc/humanoid_shalore_mean_looking_elven_guard.png"] = { base=64,
438   - feet = {x=33, y=60},
439   - hand1 = {x=14, y=31},
440   - back = {x=31, y=14},
441   - belly = {x=32, y=27},
442   - head = {x=31, y=6},
  435 +dolls.race_skeleton = dolls.race_skeleton or {}
  436 +dolls.race_skeleton.all = { base=64,
  437 + feet = {x=32, y=62},
  438 + hand1 = {x=15, y=33},
  439 + hand2 = {x=47, y=34},
  440 + belly = {x=32, y=26},
  441 + back = {x=31, y=16},
  442 + head = {x=30, y=4},
443 443 }
444   -tiles["npc/humanoid_dwarf_dwarven_earthwarden.png"] = { base=64,
445   - feet = {x=34, y=58},
446   - back = {x=36, y=22},
447   - hand2 = {x=51, y=36},
448   - hand1 = {x=20, y=37},
449   - belly = {x=35, y=37},
450   - head = {x=35, y=7},
  444 +tiles["npc/humanoid_orc_orc_blood_mage.png"] = { base=64,
  445 + feet = {x=34, y=59},
  446 + hand1 = {x=11, y=36},
  447 + hand2 = {x=57, y=37},
  448 + back = {x=33, y=17},
  449 + belly = {x=34, y=32},
  450 + head = {x=32, y=5},
451 451 }
452 452 tiles["npc/humanoid_human_fire_wyrmic.png"] = { base=64,
453 453 feet = {x=31, y=60},
454 454 hand1 = {x=12, y=30},
455 455 hand2 = {x=49, y=36},
456   - back = {x=28, y=19},
457 456 belly = {x=28, y=28},
  457 + back = {x=28, y=19},
458 458 head = {x=24, y=9},
459 459 }
460   -tiles["npc/humanoid_human_derth_guard.png"] = { base=64,
461   - feet = {x=37, y=59},
462   - hand1 = {x=10, y=18},
463   - hand2 = {x=48, y=33},
464   - back = {x=34, y=17},
465   - belly = {x=36, y=29},
466   - head = {x=34, y=5},
  460 +tiles["npc/humanoid_human_enthralled_slave.png"] = { base=64,
  461 + feet = {x=33, y=58},
  462 + hand1 = {x=16, y=35},
  463 + hand2 = {x=47, y=36},
  464 + belly = {x=32, y=29},
  465 + back = {x=32, y=18},
  466 + head = {x=31, y=5},
467 467 }
468   -tiles["npc/humanoid_human_tempest.png"] = { base=64,
469   - feet = {x=26, y=59},
470   - hand1 = {x=19, y=31},
471   - hand2 = {x=41, y=6},
472   - belly = {x=26, y=30},
473   - back = {x=27, y=16},
474   - head = {x=28, y=4},
  468 +tiles["npc/humanoid_yeek_yeek_commoner_04.png"] = { base=64,
  469 + feet = {x=33, y=60},
  470 + hand1 = {x=17, y=40},
  471 + hand2 = {x=50, y=44},
  472 + back = {x=32, y=25},
  473 + belly = {x=32, y=36},
  474 + head = {x=32, y=8},
475 475 }
476   -tiles["npc/humanoid_orc_orc_archer.png"] = { base=64,
477   - feet = {x=30, y=60},
478   - hand1 = {x=20, y=29},
479   - hand2 = {x=56, y=30},
480   - belly = {x=31, y=34},
481   - back = {x=30, y=20},
482   - head = {x=31, y=10},
  476 +tiles["npc/humanoid_orc_orc_mother.png"] = { base=64,
  477 + feet = {x=33, y=59},
  478 + hand1 = {x=10, y=37},
  479 + hand2 = {x=53, y=35},
  480 + back = {x=30, y=9},
  481 + belly = {x=30, y=31},
  482 + head = {x=28, y=-6},
483 483 }
484   -tiles["npc/humanoid_orc_orc_elite_fighter.png"] = { base=64,
485   - feet = {x=31, y=60},
486   - hand1 = {x=11, y=37},
487   - hand2 = {x=53, y=29},
488   - belly = {x=31, y=33},
489   - back = {x=29, y=16},
490   - head = {x=29, y=4},
  484 +tiles["npc/humanoid_yeek_yeek_commoner_06.png"] = { base=64,
  485 + feet = {x=30, y=61},
  486 + hand1 = {x=10, y=22},
  487 + hand2 = {x=23, y=36},
  488 + back = {x=31, y=22},
  489 + belly = {x=31, y=36},
  490 + head = {x=30, y=13},
491 491 }
492   -tiles["npc/humanoid_orc_orc_grand_master_assassin.png"] = { base=64,
493   - feet = {x=33, y=61},
494   - hand1 = {x=4, y=32},
495   - hand2 = {x=60, y=39},
496   - belly = {x=34, y=30},
497   - back = {x=35, y=18},
498   - head = {x=37, y=7},
  492 +tiles["npc/humanoid_human_thief.png"] = { base=64,
  493 + feet = {x=27, y=60},
  494 + hand1 = {x=8, y=27},
  495 + hand2 = {x=43, y=30},
  496 + back = {x=24, y=19},
  497 + belly = {x=27, y=30},
  498 + head = {x=18, y=7},
499 499 }
500   -tiles["npc/humanoid_human_arcane_blade.png"] = { base=64,
501   - feet = {x=26, y=61},
502   - hand1 = {x=17, y=3},
503   - hand2 = {x=38, y=35},
504   - back = {x=27, y=22},
505   - belly = {x=27, y=29},
506   - head = {x=29, y=13},
  500 +tiles["npc/humanoid_human_hexer.png"] = { base=64,
  501 + feet = {x=33, y=61},
  502 + hand1 = {x=26, y=25},
  503 + hand2 = {x=37, y=25},
  504 + belly = {x=32, y=37},
  505 + back = {x=31, y=16},
  506 + head = {x=31, y=3},
507 507 }
508 508 tiles["npc/humanoid_halfling_sm_halfling.png"] = { base=64,
509 509 feet = {x=33, y=61},
510 510 hand1 = {x=10, y=14},
511 511 hand2 = {x=52, y=11},
512   - back = {x=30, y=23},
513 512 belly = {x=30, y=35},
  513 + back = {x=30, y=23},
514 514 head = {x=31, y=7},
515 515 }
516 516 tiles["npc/humanoid_elf_star_crusader.png"] = { base=64,
517 517 feet = {x=34, y=60},
518 518 hand1 = {x=11, y=30},
519 519 hand2 = {x=51, y=33},
520   - back = {x=34, y=17},
521 520 belly = {x=34, y=30},
  521 + back = {x=34, y=17},
522 522 head = {x=34, y=4},
523 523 }
524 524 tiles["npc/humanoid_elf_high_chronomancer_zemekkys.png"] = { base=64,
525 525 feet = {x=33, y=61},
526 526 hand1 = {x=11, y=36},
527 527 hand2 = {x=51, y=38},
528   - back = {x=32, y=19},
529 528 belly = {x=32, y=29},
  529 + back = {x=32, y=19},
530 530 head = {x=30, y=6},
531 531 }
532 532 tiles["npc/humanoid_orc_orc_master_wyrmic.png"] = { base=64,
533 533 feet = {x=39, y=60},
534 534 hand1 = {x=16, y=40},
535 535 hand2 = {x=58, y=36},
536   - belly = {x=36, y=32},
537 536 back = {x=33, y=21},
  537 + belly = {x=36, y=32},
538 538 head = {x=30, y=13},
539 539 }
540   -tiles["npc/humanoid_human_bandit.png"] = { base=64,
541   - feet = {x=39, y=56},
542   - hand1 = {x=8, y=40},
543   - hand2 = {x=51, y=26},
544   - back = {x=30, y=16},
545   - belly = {x=33, y=28},
546   - head = {x=29, y=5},
  540 +tiles["npc/humanoid_human_reaver.png"] = { base=64,
  541 + feet = {x=34, y=59},
  542 + hand1 = {x=8, y=37},
  543 + hand2 = {x=52, y=31},
  544 + back = {x=29, y=17},
  545 + belly = {x=29, y=29},
  546 + head = {x=28, y=6},
547 547 }
548 548 tiles["npc/humanoid_halfling_halfling_gardener.png"] = { base=64,
549 549 feet = {x=33, y=58},
550 550 hand1 = {x=17, y=36},
551 551 hand2 = {x=48, y=38},
552   - back = {x=31, y=22},
553 552 belly = {x=31, y=32},
  553 + back = {x=31, y=22},
554 554 head = {x=29, y=8},
555 555 }
556 556 tiles["npc/humanoid_human_argoniel.png"] = { base=64,
557 557 feet = {x=30, y=59},
558 558 hand1 = {x=9, y=2},
559 559 hand2 = {x=57, y=9},
560   - back = {x=32, y=10},
561 560 belly = {x=32, y=22},
  561 + back = {x=32, y=10},
562 562 head = {x=32, y=-3},
563 563 }
564 564 tiles["npc/humanoid_orc_fiery_orc_wyrmic.png"] = { base=64,
565 565 feet = {x=33, y=60},
566 566 hand1 = {x=20, y=20},
567 567 hand2 = {x=57, y=36},
568   - belly = {x=32, y=31},
569 568 back = {x=30, y=21},
  569 + belly = {x=32, y=31},
570 570 head = {x=25, y=9},
571 571 }
572 572 tiles["npc/humanoid_orc_ukruk_the_fierce.png"] = { base=64,
573 573 feet = {x=34, y=60},
  574 + belly = {x=29, y=33},
574 575 hand1 = {x=10, y=38},
575 576 back = {x=28, y=17},
576   - belly = {x=29, y=33},
577 577 head = {x=25, y=8},
578 578 }
579 579 tiles["npc/humanoid_yaech_yaech_psion.png"] = { base=64,
580 580 feet = {x=5, y=58},
581 581 hand1 = {x=55, y=27},
582 582 hand2 = {x=42, y=32},
583   - belly = {x=25, y=40},
584 583 back = {x=23, y=31},
  584 + belly = {x=25, y=40},
585 585 head = {x=33, y=15},
586 586 }
587   -tiles["npc/humanoid_orc_orc_child.png"] = { base=64,
588   - feet = {x=31, y=55},
589   - hand1 = {x=8, y=36},
590   - hand2 = {x=48, y=35},
591   - belly = {x=30, y=32},
592   - back = {x=29, y=24},
593   - head = {x=25, y=12},
  587 +tiles["npc/humanoid_orc_young_orc.png"] = { base=64,
  588 + feet = {x=35, y=60},
  589 + hand1 = {x=14, y=10},
  590 + hand2 = {x=52, y=40},
  591 + back = {x=32, y=19},
  592 + belly = {x=35, y=32},
  593 + head = {x=30, y=8},
594 594 }
595 595 tiles["npc/humanoid_orc_orc_corruptor.png"] = { base=64,
596 596 feet = {x=35, y=61},
597 597 hand1 = {x=15, y=39},
598 598 hand2 = {x=51, y=37},
599   - belly = {x=34, y=36},
600 599 back = {x=31, y=17},
  600 + belly = {x=34, y=36},
601 601 head = {x=28, y=6},
602 602 }
603   -tiles["npc/humanoid_orc_orc_warrior.png"] = { base=64,
604   - feet = {x=35, y=61},
605   - hand1 = {x=8, y=38},
606   - hand2 = {x=57, y=35},
607   - belly = {x=34, y=34},
608   - back = {x=29, y=20},
609   - head = {x=25, y=9},
  603 +tiles["npc/humanoid_human_townsfolk_blubbering_idiot01_64.png"] = { base=64,
  604 + feet = {x=33, y=59},
  605 + hand1 = {x=19, y=41},
  606 + hand2 = {x=47, y=40},
  607 + back = {x=31, y=19},
  608 + belly = {x=31, y=33},
  609 + head = {x=29, y=7},
610 610 }
611   -tiles["npc/humanoid_human_gladiator.png"] = { base=64,
612   - feet = {x=35, y=58},
613   - hand1 = {x=13, y=35},
614   - hand2 = {x=53, y=36},
615   - back = {x=34, y=19},
616   - belly = {x=35, y=31},
617   - head = {x=32, y=7},
  611 +tiles["npc/humanoid_halfling_protector_myssil.png"] = { base=64,
  612 + feet = {x=32, y=60},
  613 + hand1 = {x=16, y=43},
  614 + hand2 = {x=45, y=39},
  615 + belly = {x=31, y=34},
  616 + back = {x=30, y=22},
  617 + head = {x=30, y=7},
618 618 }
619 619 tiles["npc/humanoid_dwarf_dwarven_guard.png"] = { base=64,
620 620 feet = {x=30, y=59},
621 621 hand1 = {x=13, y=40},
622 622 hand2 = {x=40, y=22},
623   - belly = {x=29, y=36},
624 623 back = {x=29, y=23},
  624 + belly = {x=29, y=36},
625 625 head = {x=28, y=6},
626 626 }
627   -tiles["npc/humanoid_shalore_elven_blood_mage.png"] = { base=64,
628   - feet = {x=32, y=59},
629   - hand1 = {x=15, y=36},
630   - hand2 = {x=46, y=36},
631   - belly = {x=30, y=33},
632   - back = {x=30, y=17},
633   - head = {x=30, y=7},
  627 +tiles["npc/humanoid_naga_naga_tidewarden.png"] = { base=64,
  628 + feet = {x=32, y=61},
  629 + belly = {x=32, y=9},
  630 + hand1 = {x=31, y=12},
  631 + back = {x=32, y=-3},
  632 + head = {x=34, y=-15},
634 633 }
635 634 tiles["npc/humanoid_yaech_yaech_mindslayer.png"] = { base=64,
636 635 feet = {x=58, y=58},
637 636 hand1 = {x=7, y=28},
638 637 hand2 = {x=21, y=32},
639   - belly = {x=39, y=40},
640 638 back = {x=37, y=31},
  639 + belly = {x=39, y=40},
641 640 head = {x=28, y=19},
642 641 }
643 642 tiles["npc/humanoid_human_townsfolk_meanlooking_mercenary01_64.png"] = { base=64,
644 643 feet = {x=35, y=58},
  644 + belly = {x=36, y=30},
645 645 hand1 = {x=8, y=29},
646 646 back = {x=36, y=19},
647   - belly = {x=36, y=30},
648 647 head = {x=33, y=6},
649 648 }
650   -tiles["npc/humanoid_human_fryjia_loren.png"] = { base=64,
651   - feet = {x=32, y=58},
652   - hand1 = {x=17, y=31},
653   - hand2 = {x=45, y=41},
654   - back = {x=29, y=21},
655   - belly = {x=29, y=32},
656   - head = {x=29, y=8},
  649 +tiles["npc/humanoid_human_rogue.png"] = { base=64,
  650 + feet = {x=36, y=58},
  651 + hand1 = {x=8, y=36},
  652 + hand2 = {x=55, y=29},
  653 + back = {x=30, y=21},
  654 + belly = {x=30, y=31},
  655 + head = {x=27, y=7},
657 656 }
658   -tiles["npc/humanoid_orc_orc_necromancer.png"] = { base=64,
659   - feet = {x=32, y=59},
660   - hand1 = {x=7, y=39},
661   - hand2 = {x=53, y=36},
662   - belly = {x=30, y=32},
663   - back = {x=28, y=17},
664   - head = {x=29, y=6},
  657 +tiles["npc/humanoid_human_human_farmer.png"] = { base=64,
  658 + feet = {x=32, y=60},
  659 + hand1 = {x=11, y=20},
  660 + hand2 = {x=44, y=38},
  661 + belly = {x=31, y=31},
  662 + back = {x=29, y=18},
  663 + head = {x=29, y=5},
665 664 }
666   -tiles["npc/humanoid_human_melnela.png"] = { base=64,
667   - feet = {x=33, y=59},
668   - hand1 = {x=17, y=8},
669   - hand2 = {x=58, y=30},
670   - belly = {x=35, y=31},
671   - back = {x=35, y=19},
672   - head = {x=33, y=6},
  665 +tiles["npc/humanoid_yaech_yaech_hunter.png"] = { base=64,
  666 + feet = {x=6, y=7},
  667 + hand1 = {x=33, y=50},
  668 + hand2 = {x=59, y=37},
  669 + back = {x=34, y=29},
  670 + belly = {x=23, y=29},
  671 + head = {x=46, y=19},
673 672 }
674   -tiles["npc/humanoid_shalore_elven_warrior.png"] = { base=64,
675   - feet = {x=32, y=61},
676   - hand1 = {x=13, y=31},
677   - back = {x=31, y=14},
678   - belly = {x=31, y=26},
679   - head = {x=31, y=5},
  673 +tiles["npc/humanoid_thalore_thalore_hunter.png"] = { base=64,
  674 + feet = {x=31, y=59},
  675 + hand1 = {x=18, y=38},
  676 + hand2 = {x=52, y=31},
  677 + back = {x=33, y=18},
  678 + belly = {x=33, y=30},
  679 + head = {x=32, y=8},
680 680 }
681 681 tiles["npc/humanoid_orc_rak_shor_cultist.png"] = { base=64,
682 682 feet = {x=32, y=61},
683 683 hand1 = {x=5, y=39},
684 684 hand2 = {x=58, y=34},
685   - belly = {x=30, y=35},
686 685 back = {x=29, y=19},
  686 + belly = {x=30, y=35},
687 687 head = {x=29, y=8},
688 688 }
689   -tiles["npc/humanoid_halfling_halfling_slinger.png"] = { base=64,
690   - feet = {x=27, y=57},
691   - hand1 = {x=16, y=15},
692   - hand2 = {x=55, y=30},
693   - back = {x=33, y=32},
694   - belly = {x=31, y=42},
695   - head = {x=36, y=19},
  689 +tiles["npc/humanoid_orc_orc_grand_master_assassin.png"] = { base=64,
  690 + feet = {x=33, y=61},
  691 + hand1 = {x=4, y=32},
  692 + hand2 = {x=60, y=39},
  693 + back = {x=35, y=18},
  694 + belly = {x=34, y=30},
  695 + head = {x=37, y=7},
696 696 }
697   -tiles["npc/humanoid_human_slinger.png"] = { base=64,
698   - feet = {x=38, y=59},
699   - hand1 = {x=10, y=18},
700   - hand2 = {x=50, y=36},
701   - belly = {x=37, y=27},
702   - back = {x=34, y=17},
703   - head = {x=34, y=5},
  697 +tiles["npc/humanoid_human_tempest.png"] = { base=64,
  698 + feet = {x=26, y=59},
  699 + hand1 = {x=19, y=31},
  700 + hand2 = {x=41, y=6},
  701 + back = {x=27, y=16},
  702 + belly = {x=26, y=30},
  703 + head = {x=28, y=4},
704 704 }
705 705 tiles["npc/humanoid_shalore_shalore_rune_master.png"] = { base=64,
706 706 feet = {x=33, y=61},
707 707 hand1 = {x=17, y=34},
708 708 hand2 = {x=48, y=34},
709   - belly = {x=33, y=30},
710 709 back = {x=32, y=14},
  710 + belly = {x=33, y=30},
711 711 head = {x=32, y=4},
712 712 }
713 713 tiles["npc/humanoid_elf_fillarel_aldaren.png"] = { base=64,
714 714 feet = {x=25, y=59},
715 715 hand1 = {x=10, y=28},
716 716 hand2 = {x=49, y=7},
717   - back = {x=24, y=3},
718 717 belly = {x=24, y=15},
  718 + back = {x=24, y=3},
719 719 head = {x=23, y=-12},
720 720 }
721   -tiles["npc/humanoid_thalore_thalore_hunter.png"] = { base=64,
722   - feet = {x=31, y=59},
723   - hand1 = {x=18, y=38},
724   - hand2 = {x=52, y=31},
725   - belly = {x=33, y=30},
726   - back = {x=33, y=18},
727   - head = {x=32, y=8},
  721 +tiles["npc/humanoid_thalore_thalore_wilder.png"] = { base=64,
  722 + feet = {x=27, y=59},
  723 + hand1 = {x=11, y=31},
  724 + hand2 = {x=44, y=30},
  725 + back = {x=29, y=11},
  726 + belly = {x=28, y=23},
  727 + head = {x=29, y=-1},
728 728 }
729   -tiles["npc/humanoid_human_reaver.png"] = { base=64,
730   - feet = {x=34, y=59},
731   - hand1 = {x=8, y=37},
732   - hand2 = {x=52, y=31},
733   - belly = {x=29, y=29},
734   - back = {x=29, y=17},
735   - head = {x=28, y=6},
  729 +tiles["npc/humanoid_human_shady_cornac_man.png"] = { base=64,
  730 + feet = {x=35, y=60},
  731 + hand1 = {x=19, y=35},
  732 + hand2 = {x=49, y=35},
  733 + back = {x=32, y=17},
  734 + belly = {x=33, y=29},
  735 + head = {x=29, y=4},
736 736 }
737 737 tiles["npc/humanoid_orc_grushnak__battlemaster_of_the_pride.png"] = { base=64,
738 738 feet = {x=30, y=61},
739 739 hand1 = {x=10, y=40},
740 740 hand2 = {x=56, y=36},
741   - belly = {x=30, y=32},
742 741 back = {x=30, y=18},
  742 + belly = {x=30, y=32},
743 743 head = {x=30, y=11},
744 744 }
745   -tiles["npc/humanoid_human_riala_shalarak.png"] = { base=64,
746   - feet = {x=33, y=59},
747   - hand1 = {x=17, y=7},
748   - hand2 = {x=58, y=30},
749   - belly = {x=34, y=27},
750   - back = {x=35, y=17},
751   - head = {x=33, y=5},
  745 +tiles["npc/humanoid_orc_orc_mage_hunter.png"] = { base=64,
  746 + feet = {x=32, y=61},
  747 + hand1 = {x=6, y=34},
  748 + hand2 = {x=57, y=31},
  749 + back = {x=28, y=20},
  750 + belly = {x=29, y=32},
  751 + head = {x=27, y=8},
752 752 }
753   -tiles["npc/humanoid_human_human_sun_paladin.png"] = { base=64,
754   - feet = {x=32, y=60},
755   - hand1 = {x=14, y=32},
756   - hand2 = {x=46, y=32},
757   - back = {x=31, y=17},
758   - belly = {x=31, y=29},
759   - head = {x=31, y=5},
  753 +tiles["npc/humanoid_elenulach_thief.png"] = { base=64,
  754 + feet = {x=30, y=60},
  755 + hand1 = {x=18, y=37},
  756 + hand2 = {x=42, y=37},
  757 + belly = {x=30, y=32},
  758 + back = {x=30, y=17},
  759 + head = {x=30, y=6},
760 760 }
761   -tiles["npc/humanoid_naga_naga_tidewarden.png"] = { base=64,
762   - feet = {x=32, y=61},
763   - hand1 = {x=31, y=12},
764   - back = {x=32, y=-3},
765   - belly = {x=32, y=9},
766   - head = {x=34, y=-15},
  761 +tiles["npc/humanoid_naga_naga_tidecaller.png"] = { base=64,
  762 + feet = {x=33, y=61},
  763 + hand1 = {x=12, y=15},
  764 + hand2 = {x=47, y=-14},
  765 + back = {x=27, y=-6},
  766 + belly = {x=30, y=7},
  767 + head = {x=26, y=-17},
767 768 }
768   -tiles["npc/humanoid_human_shady_cornac_man.png"] = { base=64,
769   - feet = {x=35, y=60},
770   - hand1 = {x=19, y=35},
771   - hand2 = {x=49, y=35},
772   - belly = {x=33, y=29},
773   - back = {x=32, y=17},
774   - head = {x=29, y=4},
  769 +tiles["npc/humanoid_halfling_halfling_slinger.png"] = { base=64,
  770 + feet = {x=27, y=57},
  771 + hand1 = {x=16, y=15},
  772 + hand2 = {x=55, y=30},
  773 + belly = {x=31, y=42},
  774 + back = {x=33, y=32},
  775 + head = {x=36, y=19},
775 776 }
776   -tiles["npc/humanoid_human_townsfolk_blubbering_idiot01_64.png"] = { base=64,
777   - feet = {x=33, y=59},
778   - hand1 = {x=19, y=41},
779   - hand2 = {x=47, y=40},
780   - belly = {x=31, y=33},
781   - back = {x=31, y=19},
782   - head = {x=29, y=7},
  777 +tiles["npc/humanoid_shalore_elven_warrior.png"] = { base=64,
  778 + feet = {x=32, y=61},
  779 + belly = {x=31, y=26},
  780 + hand1 = {x=13, y=31},
  781 + back = {x=31, y=14},
  782 + head = {x=31, y=5},
783 783 }
784 784 tiles["npc/humanoid_yeek_yeek_summoner.png"] = { base=64,
785 785 feet = {x=33, y=61},
786 786 hand1 = {x=14, y=38},
787 787 hand2 = {x=48, y=37},
788   - belly = {x=32, y=36},
789 788 back = {x=31, y=23},
  789 + belly = {x=32, y=36},
790 790 head = {x=30, y=10},
791 791 }
792 792 tiles["npc/humanoid_thalore_ziguranth_summoner.png"] = { base=64,
793 793 feet = {x=35, y=61},
794 794 hand1 = {x=12, y=17},
795 795 hand2 = {x=49, y=39},
796   - belly = {x=33, y=26},
797 796 back = {x=34, y=15},
  797 + belly = {x=33, y=26},
798 798 head = {x=32, y=4},
799 799 }
800 800 dolls.race_yeek = dolls.race_yeek or {}
... ... @@ -802,842 +802,842 @@ dolls.race_yeek.all = { base=64,
802 802 feet = {x=32, y=62},
803 803 hand1 = {x=16, y=39},
804 804 hand2 = {x=46, y=40},
805   - back = {x=31, y=26},
806 805 belly = {x=32, y=36},
  806 + back = {x=31, y=26},
807 807 head = {x=31, y=12},
808