Commit d3e80add28b1578050fc913e7ee94f5eeb8b4c49
1 parent
366e232b
Tiles attachements can now be defined per-addons
Showing
2 changed files
with
747 additions
and
737 deletions
... | ... | @@ -408,18 +408,28 @@ function _M:computeAttachementSpotsFromTable(ta) |
408 | 408 | end |
409 | 409 | |
410 | 410 | function _M:computeAttachementSpots() |
411 | + local t = {} | |
411 | 412 | if fs.exists(Tiles.prefix.."attachements.lua") then |
412 | 413 | print("Loading tileset attachements from ", Tiles.prefix.."attachements.lua") |
413 | 414 | local f, err = loadfile(Tiles.prefix.."attachements.lua") |
414 | 415 | if not f then print("Loading tileset attachements error", err) |
415 | 416 | else |
416 | - local t = {} | |
417 | 417 | setfenv(f, t) |
418 | 418 | local ok, err = pcall(f) |
419 | 419 | if not ok then print("Loading tileset attachements error", err) end |
420 | - self:computeAttachementSpotsFromTable(t) | |
421 | 420 | end |
422 | 421 | end |
422 | + for _, file in ipairs(fs.list(Tiles.prefix)) do if file:find("^attachements%-.+.lua$") then | |
423 | + print("Loading tileset attachements from ", Tiles.prefix..file) | |
424 | + local f, err = loadfile(Tiles.prefix..file) | |
425 | + if not f then print("Loading tileset attachements error", err) | |
426 | + else | |
427 | + setfenv(f, t) | |
428 | + local ok, err = pcall(f) | |
429 | + if not ok then print("Loading tileset attachements error", err) end | |
430 | + end | |
431 | + end end | |
432 | + self:computeAttachementSpotsFromTable(t) | |
423 | 433 | end |
424 | 434 | |
425 | 435 | function _M:setupDisplayMode(reboot, mode) | ... | ... |
... | ... | @@ -23,15 +23,6 @@ tiles["npc/humanoid_human_high_gladiator.png"] = { base=64, |
23 | 23 | back = {x=34, y=17}, |
24 | 24 | head = {x=30, y=7}, |
25 | 25 | } |
26 | -dolls.race_dwarf = dolls.race_dwarf or {} | |
27 | -dolls.race_dwarf.male = { base=64, | |
28 | - feet = {x=34, y=61}, | |
29 | - back = {x=32, y=25}, | |
30 | - hand2 = {x=55, y=39}, | |
31 | - belly = {x=34, y=34}, | |
32 | - hand1 = {x=10, y=39}, | |
33 | - head = {x=32, y=10}, | |
34 | -} | |
35 | 26 | tiles["npc/humanoid_shalore_elvala_guard.png"] = { base=64, |
36 | 27 | feet = {x=32, y=61}, |
37 | 28 | belly = {x=31, y=27}, |
... | ... | @@ -55,13 +46,13 @@ tiles["npc/humanoid_human_human_citizen.png"] = { base=64, |
55 | 46 | back = {x=36, y=16}, |
56 | 47 | head = {x=36, y=5}, |
57 | 48 | } |
58 | -tiles["npc/humanoid_orc_orc_master_assassin.png"] = { base=64, | |
59 | - feet = {x=31, y=60}, | |
60 | - hand1 = {x=4, y=39}, | |
61 | - hand2 = {x=59, y=32}, | |
62 | - back = {x=29, y=18}, | |
63 | - belly = {x=30, y=30}, | |
64 | - head = {x=28, y=8}, | |
49 | +tiles["npc/humanoid_yeek_yeek_psionic.png"] = { base=64, | |
50 | + feet = {x=33, y=61}, | |
51 | + hand1 = {x=31, y=38}, | |
52 | + hand2 = {x=33, y=38}, | |
53 | + back = {x=32, y=23}, | |
54 | + belly = {x=32, y=34}, | |
55 | + head = {x=32, y=12}, | |
65 | 56 | } |
66 | 57 | tiles["npc/humanoid_orc_vor__grand_geomancer_of_the_pride.png"] = { base=64, |
67 | 58 | feet = {x=32, y=60}, |
... | ... | @@ -79,13 +70,12 @@ tiles["npc/humanoid_human_ziguranth_wyrmic.png"] = { base=64, |
79 | 70 | belly = {x=33, y=30}, |
80 | 71 | head = {x=32, y=4}, |
81 | 72 | } |
82 | -tiles["npc/humanoid_shalore_elven_cultist.png"] = { base=64, | |
83 | - feet = {x=29, y=60}, | |
84 | - hand1 = {x=8, y=9}, | |
85 | - hand2 = {x=52, y=9}, | |
86 | - back = {x=30, y=16}, | |
87 | - belly = {x=31, y=28}, | |
88 | - head = {x=31, y=6}, | |
73 | +tiles["npc/humanoid_shalore_elven_warrior.png"] = { base=64, | |
74 | + feet = {x=32, y=61}, | |
75 | + belly = {x=31, y=26}, | |
76 | + hand1 = {x=13, y=31}, | |
77 | + back = {x=31, y=14}, | |
78 | + head = {x=31, y=5}, | |
89 | 79 | } |
90 | 80 | tiles["npc/humanoid_shalore_elandar.png"] = { base=64, |
91 | 81 | feet = {x=34, y=59}, |
... | ... | @@ -95,13 +85,13 @@ tiles["npc/humanoid_shalore_elandar.png"] = { base=64, |
95 | 85 | belly = {x=33, y=22}, |
96 | 86 | head = {x=29, y=-2}, |
97 | 87 | } |
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}, | |
88 | +tiles["npc/humanoid_human_high_sun_paladin_rodmour.png"] = { base=64, | |
89 | + feet = {x=32, y=59}, | |
90 | + hand1 = {x=12, y=35}, | |
91 | + hand2 = {x=48, y=36}, | |
92 | + belly = {x=32, y=29}, | |
93 | + back = {x=32, y=15}, | |
94 | + head = {x=32, y=3}, | |
105 | 95 | } |
106 | 96 | dolls.race_runic_golem = dolls.race_runic_golem or {} |
107 | 97 | dolls.race_runic_golem.all = { base=64, |
... | ... | @@ -120,13 +110,13 @@ tiles["npc/humanoid_human_assassin_lord.png"] = { base=64, |
120 | 110 | back = {x=31, y=16}, |
121 | 111 | head = {x=32, y=5}, |
122 | 112 | } |
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}, | |
113 | +tiles["npc/humanoid_human_rogue.png"] = { base=64, | |
114 | + feet = {x=36, y=58}, | |
115 | + hand1 = {x=8, y=36}, | |
116 | + hand2 = {x=55, y=29}, | |
117 | + back = {x=30, y=21}, | |
118 | + belly = {x=30, y=31}, | |
119 | + head = {x=27, y=7}, | |
130 | 120 | } |
131 | 121 | tiles["npc/humanoid_dwarf_norgan.png"] = { base=64, |
132 | 122 | feet = {x=41, y=57}, |
... | ... | @@ -234,13 +224,13 @@ tiles["npc/canine_warg.png"] = { base=64, |
234 | 224 | belly = {x=12, y=32}, |
235 | 225 | head = {x=33, y=13}, |
236 | 226 | } |
237 | -tiles["npc/humanoid_human_lumberjack.png"] = { base=64, | |
238 | - feet = {x=33, y=61}, | |
239 | - hand1 = {x=17, y=37}, | |
240 | - hand2 = {x=44, y=37}, | |
241 | - back = {x=32, y=17}, | |
242 | - belly = {x=33, y=31}, | |
243 | - head = {x=32, y=4}, | |
227 | +tiles["npc/humanoid_human_cryomancer.png"] = { base=64, | |
228 | + feet = {x=37, y=59}, | |
229 | + hand1 = {x=22, y=6}, | |
230 | + hand2 = {x=44, y=32}, | |
231 | + belly = {x=36, y=28}, | |
232 | + back = {x=35, y=16}, | |
233 | + head = {x=34, y=5}, | |
244 | 234 | } |
245 | 235 | tiles["npc/acid_ant.png"] = { base=64, |
246 | 236 | feet = {x=36, y=57}, |
... | ... | @@ -258,13 +248,20 @@ tiles["npc/humanoid_shalore_elven_corruptor.png"] = { base=64, |
258 | 248 | belly = {x=31, y=33}, |
259 | 249 | head = {x=31, y=10}, |
260 | 250 | } |
261 | -tiles["npc/humanoid_human_townsfolk_farmer_maggot01_64.png"] = { base=64, | |
262 | - feet = {x=36, y=60}, | |
263 | - hand1 = {x=11, y=31}, | |
264 | - hand2 = {x=51, y=25}, | |
265 | - back = {x=35, y=25}, | |
266 | - belly = {x=36, y=37}, | |
267 | - head = {x=34, y=11}, | |
251 | +tiles["npc/humanoid_human_townsfolk_village_idiot01_64.png"] = { base=64, | |
252 | + belly = {x=37, y=34}, | |
253 | + feet = {x=35, y=58}, | |
254 | + back = {x=33, y=24}, | |
255 | + head = {x=32, y=8}, | |
256 | +} | |
257 | +dolls.race_halfling = dolls.race_halfling or {} | |
258 | +dolls.race_halfling.female = { base=64, | |
259 | + feet = {x=34, y=62}, | |
260 | + hand1 = {x=12, y=38}, | |
261 | + hand2 = {x=50, y=40}, | |
262 | + belly = {x=34, y=36}, | |
263 | + back = {x=32, y=24}, | |
264 | + head = {x=32, y=12}, | |
268 | 265 | } |
269 | 266 | tiles["npc/humanoid_elf_elven_sun_mage.png"] = { base=64, |
270 | 267 | feet = {x=35, y=62}, |
... | ... | @@ -274,13 +271,31 @@ tiles["npc/humanoid_elf_elven_sun_mage.png"] = { base=64, |
274 | 271 | back = {x=32, y=16}, |
275 | 272 | head = {x=31, y=4}, |
276 | 273 | } |
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}, | |
274 | +dolls.race_halfling = dolls.race_halfling or {} | |
275 | +dolls.race_halfling.male = { base=64, | |
276 | + feet = {x=34, y=61}, | |
277 | + hand1 = {x=14, y=39}, | |
278 | + hand2 = {x=50, y=39}, | |
279 | + belly = {x=33, y=36}, | |
280 | + back = {x=32, y=25}, | |
281 | + head = {x=32, y=14}, | |
282 | +} | |
283 | +tiles["npc/humanoid_human_storm_wyrmic.png"] = { base=64, | |
284 | + feet = {x=34, y=60}, | |
285 | + hand1 = {x=15, y=32}, | |
286 | + hand2 = {x=53, y=37}, | |
287 | + back = {x=31, y=21}, | |
288 | + belly = {x=31, y=31}, | |
289 | + head = {x=27, y=9}, | |
290 | +} | |
291 | +dolls.race_ghoul = dolls.race_ghoul or {} | |
292 | +dolls.race_ghoul.all = { base=64, | |
293 | + feet = {x=33, y=61}, | |
294 | + hand1 = {x=20, y=37}, | |
295 | + hand2 = {x=48, y=38}, | |
296 | + back = {x=34, y=20}, | |
297 | + belly = {x=33, y=38}, | |
298 | + head = {x=33, y=8}, | |
284 | 299 | } |
285 | 300 | tiles["npc/animal_feline_snow_cat.png"] = { base=64, |
286 | 301 | head = {x=17, y=18}, |
... | ... | @@ -293,14 +308,21 @@ tiles["npc/humanoid_human_master_alchemist.png"] = { base=64, |
293 | 308 | belly = {x=37, y=28}, |
294 | 309 | head = {x=29, y=8}, |
295 | 310 | } |
296 | -dolls.race_halfling = dolls.race_halfling or {} | |
297 | -dolls.race_halfling.female = { base=64, | |
298 | - feet = {x=34, y=62}, | |
299 | - hand1 = {x=12, y=38}, | |
300 | - hand2 = {x=50, y=40}, | |
301 | - belly = {x=34, y=36}, | |
302 | - back = {x=32, y=24}, | |
303 | - head = {x=32, y=12}, | |
311 | +tiles["npc/humanoid_human_riala_shalarak.png"] = { base=64, | |
312 | + feet = {x=33, y=59}, | |
313 | + hand1 = {x=17, y=7}, | |
314 | + hand2 = {x=58, y=30}, | |
315 | + back = {x=35, y=17}, | |
316 | + belly = {x=34, y=27}, | |
317 | + head = {x=33, y=5}, | |
318 | +} | |
319 | +tiles["npc/humanoid_human_fire_wyrmic.png"] = { base=64, | |
320 | + feet = {x=31, y=60}, | |
321 | + hand1 = {x=12, y=30}, | |
322 | + hand2 = {x=49, y=36}, | |
323 | + belly = {x=28, y=28}, | |
324 | + back = {x=28, y=19}, | |
325 | + head = {x=24, y=9}, | |
304 | 326 | } |
305 | 327 | tiles["npc/humanoid_shalore_elven_elite_warrior.png"] = { base=64, |
306 | 328 | feet = {x=33, y=62}, |
... | ... | @@ -309,13 +331,13 @@ tiles["npc/humanoid_shalore_elven_elite_warrior.png"] = { base=64, |
309 | 331 | back = {x=31, y=15}, |
310 | 332 | head = {x=32, y=6}, |
311 | 333 | } |
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}, | |
334 | +tiles["npc/humanoid_orc_orc_assassin.png"] = { base=64, | |
335 | + feet = {x=36, y=60}, | |
336 | + hand1 = {x=4, y=30}, | |
337 | + hand2 = {x=40, y=3}, | |
338 | + back = {x=33, y=20}, | |
339 | + belly = {x=42, y=29}, | |
340 | + head = {x=24, y=11}, | |
319 | 341 | } |
320 | 342 | tiles["npc/humanoid_yaech_slaver.png"] = { base=64, |
321 | 343 | feet = {x=46, y=58}, |
... | ... | @@ -325,56 +347,6 @@ tiles["npc/humanoid_yaech_slaver.png"] = { base=64, |
325 | 347 | belly = {x=38, y=34}, |
326 | 348 | head = {x=28, y=17}, |
327 | 349 | } |
328 | -dolls.race_halfling = dolls.race_halfling or {} | |
329 | -dolls.race_halfling.male = { base=64, | |
330 | - feet = {x=34, y=61}, | |
331 | - hand1 = {x=14, y=39}, | |
332 | - hand2 = {x=50, y=39}, | |
333 | - belly = {x=33, y=36}, | |
334 | - back = {x=32, y=25}, | |
335 | - head = {x=32, y=14}, | |
336 | -} | |
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 | -} | |
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 | -} | |
353 | -dolls.race_ghoul = dolls.race_ghoul or {} | |
354 | -dolls.race_ghoul.all = { base=64, | |
355 | - feet = {x=33, y=61}, | |
356 | - hand1 = {x=20, y=37}, | |
357 | - hand2 = {x=48, y=38}, | |
358 | - back = {x=34, y=20}, | |
359 | - belly = {x=33, y=38}, | |
360 | - head = {x=33, y=8}, | |
361 | -} | |
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}, | |
369 | -} | |
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}, | |
377 | -} | |
378 | 350 | dolls.race_human = dolls.race_human or {} |
379 | 351 | dolls.race_human.female = { base=64, |
380 | 352 | feet = {x=33, y=60}, |
... | ... | @@ -384,21 +356,30 @@ dolls.race_human.female = { base=64, |
384 | 356 | back = {x=33, y=16}, |
385 | 357 | head = {x=32, y=3}, |
386 | 358 | } |
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}, | |
359 | +tiles["npc/humanoid_orc_orc_mage_hunter.png"] = { base=64, | |
360 | + feet = {x=32, y=61}, | |
361 | + hand1 = {x=6, y=34}, | |
362 | + hand2 = {x=57, y=31}, | |
363 | + back = {x=28, y=20}, | |
364 | + belly = {x=29, y=32}, | |
365 | + head = {x=27, y=8}, | |
394 | 366 | } |
395 | -tiles["npc/humanoid_human_aluin_the_fallen.png"] = { base=64, | |
396 | - feet = {x=31, y=60}, | |
397 | - hand1 = {x=18, y=36}, | |
398 | - hand2 = {x=41, y=38}, | |
399 | - belly = {x=29, y=29}, | |
400 | - back = {x=29, y=18}, | |
401 | - head = {x=28, y=5}, | |
367 | +tiles["npc/humanoid_yeek_yeek_commoner_03.png"] = { base=64, | |
368 | + feet = {x=32, y=59}, | |
369 | + hand1 = {x=17, y=42}, | |
370 | + hand2 = {x=50, y=44}, | |
371 | + back = {x=32, y=24}, | |
372 | + belly = {x=33, y=36}, | |
373 | + head = {x=31, y=12}, | |
374 | +} | |
375 | +dolls.race_dwarf = dolls.race_dwarf or {} | |
376 | +dolls.race_dwarf.male = { base=64, | |
377 | + feet = {x=34, y=61}, | |
378 | + back = {x=32, y=25}, | |
379 | + hand2 = {x=55, y=39}, | |
380 | + belly = {x=34, y=34}, | |
381 | + hand1 = {x=10, y=39}, | |
382 | + head = {x=32, y=10}, | |
402 | 383 | } |
403 | 384 | dolls.race_dwarf = dolls.race_dwarf or {} |
404 | 385 | dolls.race_dwarf.female = { base=64, |
... | ... | @@ -409,29 +390,6 @@ dolls.race_dwarf.female = { base=64, |
409 | 390 | hand1 = {x=9, y=39}, |
410 | 391 | head = {x=33, y=9}, |
411 | 392 | } |
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}, | |
419 | -} | |
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}, | |
426 | -} | |
427 | -tiles["npc/humanoid_elf_elven_archer.png"] = { base=64, | |
428 | - feet = {x=32, y=61}, | |
429 | - hand1 = {x=13, y=32}, | |
430 | - hand2 = {x=51, y=32}, | |
431 | - belly = {x=32, y=28}, | |
432 | - back = {x=32, y=15}, | |
433 | - head = {x=32, y=5}, | |
434 | -} | |
435 | 393 | dolls.race_skeleton = dolls.race_skeleton or {} |
436 | 394 | dolls.race_skeleton.all = { base=64, |
437 | 395 | feet = {x=32, y=62}, |
... | ... | @@ -441,45 +399,109 @@ dolls.race_skeleton.all = { base=64, |
441 | 399 | back = {x=31, y=16}, |
442 | 400 | head = {x=30, y=4}, |
443 | 401 | } |
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}, | |
402 | +dolls.race_yeek = dolls.race_yeek or {} | |
403 | +dolls.race_yeek.all = { base=64, | |
404 | + feet = {x=32, y=62}, | |
405 | + hand1 = {x=16, y=39}, | |
406 | + hand2 = {x=46, y=40}, | |
407 | + belly = {x=32, y=36}, | |
408 | + back = {x=31, y=26}, | |
409 | + head = {x=31, y=12}, | |
410 | +} | |
411 | +tiles["npc/humanoid_orc_orc_cryomancer.png"] = { base=64, | |
412 | + feet = {x=35, y=60}, | |
413 | + hand1 = {x=5, y=14}, | |
414 | + hand2 = {x=57, y=30}, | |
415 | + back = {x=29, y=17}, | |
416 | + belly = {x=36, y=31}, | |
417 | + head = {x=23, y=7}, | |
418 | +} | |
419 | +tiles["npc/humanoid_human_aluin_the_fallen.png"] = { base=64, | |
420 | + feet = {x=31, y=60}, | |
421 | + hand1 = {x=18, y=36}, | |
422 | + hand2 = {x=41, y=38}, | |
423 | + belly = {x=29, y=29}, | |
424 | + back = {x=29, y=18}, | |
425 | + head = {x=28, y=5}, | |
426 | +} | |
427 | +tiles["npc/humanoid_human_tempest.png"] = { base=64, | |
428 | + feet = {x=26, y=59}, | |
429 | + hand1 = {x=19, y=31}, | |
430 | + hand2 = {x=41, y=6}, | |
431 | + back = {x=27, y=16}, | |
432 | + belly = {x=26, y=30}, | |
433 | + head = {x=28, y=4}, | |
434 | +} | |
435 | +tiles["npc/humanoid_orc_orc_soldier.png"] = { base=64, | |
436 | + feet = {x=36, y=62}, | |
437 | + hand1 = {x=9, y=39}, | |
438 | + hand2 = {x=58, y=36}, | |
439 | + back = {x=29, y=21}, | |
440 | + belly = {x=34, y=34}, | |
441 | + head = {x=25, y=9}, | |
442 | +} | |
443 | +tiles["npc/humanoid_human_linaniil_supreme_archmage.png"] = { base=64, | |
444 | + feet = {x=38, y=60}, | |
445 | + hand1 = {x=10, y=7}, | |
446 | + hand2 = {x=49, y=29}, | |
447 | + belly = {x=37, y=19}, | |
448 | + back = {x=35, y=1}, | |
449 | + head = {x=31, y=-13}, | |
450 | +} | |
451 | +tiles["npc/humanoid_elf_elven_archer.png"] = { base=64, | |
452 | + feet = {x=32, y=61}, | |
453 | + hand1 = {x=13, y=32}, | |
454 | + hand2 = {x=51, y=32}, | |
455 | + belly = {x=32, y=28}, | |
456 | + back = {x=32, y=15}, | |
450 | 457 | head = {x=32, y=5}, |
451 | 458 | } |
452 | -tiles["npc/humanoid_human_fire_wyrmic.png"] = { base=64, | |
459 | +tiles["npc/humanoid_human_trickster.png"] = { base=64, | |
460 | + feet = {x=36, y=60}, | |
461 | + back = {x=35, y=17}, | |
462 | + hand2 = {x=5, y=32}, | |
463 | + belly = {x=37, y=29}, | |
464 | + head = {x=30, y=6}, | |
465 | +} | |
466 | +tiles["npc/humanoid_orc_orc_master_assassin.png"] = { base=64, | |
453 | 467 | feet = {x=31, y=60}, |
454 | - hand1 = {x=12, y=30}, | |
455 | - hand2 = {x=49, y=36}, | |
456 | - belly = {x=28, y=28}, | |
457 | - back = {x=28, y=19}, | |
458 | - head = {x=24, y=9}, | |
468 | + hand1 = {x=4, y=39}, | |
469 | + hand2 = {x=59, y=32}, | |
470 | + back = {x=29, y=18}, | |
471 | + belly = {x=30, y=30}, | |
472 | + head = {x=28, y=8}, | |
459 | 473 | } |
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}, | |
474 | +tiles["npc/humanoid_human_derth_guard.png"] = { base=64, | |
475 | + feet = {x=37, y=59}, | |
476 | + hand1 = {x=10, y=18}, | |
477 | + hand2 = {x=48, y=33}, | |
478 | + belly = {x=36, y=29}, | |
479 | + back = {x=34, y=17}, | |
480 | + head = {x=34, y=5}, | |
467 | 481 | } |
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}, | |
482 | +tiles["npc/humanoid_shalore_elven_cultist.png"] = { base=64, | |
483 | + feet = {x=29, y=60}, | |
484 | + hand1 = {x=8, y=9}, | |
485 | + hand2 = {x=52, y=9}, | |
486 | + back = {x=30, y=16}, | |
487 | + belly = {x=31, y=28}, | |
488 | + head = {x=31, y=6}, | |
475 | 489 | } |
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}, | |
490 | +tiles["npc/humanoid_human_spectator03.png"] = { base=64, | |
491 | + feet = {x=32, y=61}, | |
492 | + hand1 = {x=16, y=38}, | |
493 | + hand2 = {x=44, y=38}, | |
494 | + back = {x=30, y=19}, | |
495 | + belly = {x=30, y=30}, | |
496 | + head = {x=30, y=4}, | |
497 | +} | |
498 | +tiles["npc/humanoid_orc_orc_archer.png"] = { base=64, | |
499 | + feet = {x=30, y=60}, | |
500 | + hand1 = {x=20, y=29}, | |
501 | + hand2 = {x=56, y=30}, | |
502 | + back = {x=30, y=20}, | |
503 | + belly = {x=31, y=34}, | |
504 | + head = {x=31, y=10}, | |
483 | 505 | } |
484 | 506 | tiles["npc/humanoid_yeek_yeek_commoner_06.png"] = { base=64, |
485 | 507 | feet = {x=30, y=61}, |
... | ... | @@ -489,22 +511,6 @@ tiles["npc/humanoid_yeek_yeek_commoner_06.png"] = { base=64, |
489 | 511 | belly = {x=31, y=36}, |
490 | 512 | head = {x=30, y=13}, |
491 | 513 | } |
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 | -} | |
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 | -} | |
508 | 514 | tiles["npc/humanoid_halfling_sm_halfling.png"] = { base=64, |
509 | 515 | feet = {x=33, y=61}, |
510 | 516 | hand1 = {x=10, y=14}, |
... | ... | @@ -513,6 +519,22 @@ tiles["npc/humanoid_halfling_sm_halfling.png"] = { base=64, |
513 | 519 | back = {x=30, y=23}, |
514 | 520 | head = {x=31, y=7}, |
515 | 521 | } |
522 | +tiles["npc/humanoid_orc_orc_master_wyrmic.png"] = { base=64, | |
523 | + feet = {x=39, y=60}, | |
524 | + hand1 = {x=16, y=40}, | |
525 | + hand2 = {x=58, y=36}, | |
526 | + back = {x=33, y=21}, | |
527 | + belly = {x=36, y=32}, | |
528 | + head = {x=30, y=13}, | |
529 | +} | |
530 | +tiles["npc/humanoid_human_reaver.png"] = { base=64, | |
531 | + feet = {x=34, y=59}, | |
532 | + hand1 = {x=8, y=37}, | |
533 | + hand2 = {x=52, y=31}, | |
534 | + back = {x=29, y=17}, | |
535 | + belly = {x=29, y=29}, | |
536 | + head = {x=28, y=6}, | |
537 | +} | |
516 | 538 | tiles["npc/humanoid_elf_star_crusader.png"] = { base=64, |
517 | 539 | feet = {x=34, y=60}, |
518 | 540 | hand1 = {x=11, y=30}, |
... | ... | @@ -529,20 +551,20 @@ tiles["npc/humanoid_elf_high_chronomancer_zemekkys.png"] = { base=64, |
529 | 551 | back = {x=32, y=19}, |
530 | 552 | head = {x=30, y=6}, |
531 | 553 | } |
532 | -tiles["npc/humanoid_orc_orc_master_wyrmic.png"] = { base=64, | |
533 | - feet = {x=39, y=60}, | |
534 | - hand1 = {x=16, y=40}, | |
535 | - hand2 = {x=58, y=36}, | |
536 | - back = {x=33, y=21}, | |
537 | - belly = {x=36, y=32}, | |
538 | - head = {x=30, y=13}, | |
554 | +tiles["npc/humanoid_yaech_yaech_psion.png"] = { base=64, | |
555 | + feet = {x=5, y=58}, | |
556 | + hand1 = {x=55, y=27}, | |
557 | + hand2 = {x=42, y=32}, | |
558 | + back = {x=23, y=31}, | |
559 | + belly = {x=25, y=40}, | |
560 | + head = {x=33, y=15}, | |
539 | 561 | } |
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}, | |
562 | +tiles["npc/humanoid_orc_orc_corruptor.png"] = { base=64, | |
563 | + feet = {x=35, y=61}, | |
564 | + hand1 = {x=15, y=39}, | |
565 | + hand2 = {x=51, y=37}, | |
566 | + back = {x=31, y=17}, | |
567 | + belly = {x=34, y=36}, | |
546 | 568 | head = {x=28, y=6}, |
547 | 569 | } |
548 | 570 | tiles["npc/humanoid_halfling_halfling_gardener.png"] = { base=64, |
... | ... | @@ -553,13 +575,13 @@ tiles["npc/humanoid_halfling_halfling_gardener.png"] = { base=64, |
553 | 575 | back = {x=31, y=22}, |
554 | 576 | head = {x=29, y=8}, |
555 | 577 | } |
556 | -tiles["npc/humanoid_human_argoniel.png"] = { base=64, | |
557 | - feet = {x=30, y=59}, | |
558 | - hand1 = {x=9, y=2}, | |
559 | - hand2 = {x=57, y=9}, | |
560 | - belly = {x=32, y=22}, | |
561 | - back = {x=32, y=10}, | |
562 | - head = {x=32, y=-3}, | |
578 | +tiles["npc/humanoid_human_cutpurse.png"] = { base=64, | |
579 | + feet = {x=36, y=59}, | |
580 | + hand1 = {x=9, y=34}, | |
581 | + hand2 = {x=46, y=34}, | |
582 | + belly = {x=30, y=29}, | |
583 | + back = {x=29, y=18}, | |
584 | + head = {x=28, y=7}, | |
563 | 585 | } |
564 | 586 | tiles["npc/humanoid_orc_fiery_orc_wyrmic.png"] = { base=64, |
565 | 587 | feet = {x=33, y=60}, |
... | ... | @@ -576,13 +598,13 @@ tiles["npc/humanoid_orc_ukruk_the_fierce.png"] = { base=64, |
576 | 598 | back = {x=28, y=17}, |
577 | 599 | head = {x=25, y=8}, |
578 | 600 | } |
579 | -tiles["npc/humanoid_yaech_yaech_psion.png"] = { base=64, | |
580 | - feet = {x=5, y=58}, | |
581 | - hand1 = {x=55, y=27}, | |
582 | - hand2 = {x=42, y=32}, | |
583 | - back = {x=23, y=31}, | |
584 | - belly = {x=25, y=40}, | |
585 | - head = {x=33, y=15}, | |
601 | +tiles["npc/humanoid_human_rej_arkatis.png"] = { base=64, | |
602 | + feet = {x=34, y=59}, | |
603 | + hand1 = {x=24, y=17}, | |
604 | + hand2 = {x=38, y=19}, | |
605 | + back = {x=33, y=15}, | |
606 | + belly = {x=33, y=26}, | |
607 | + head = {x=32, y=4}, | |
586 | 608 | } |
587 | 609 | tiles["npc/humanoid_orc_young_orc.png"] = { base=64, |
588 | 610 | feet = {x=35, y=60}, |
... | ... | @@ -592,29 +614,29 @@ tiles["npc/humanoid_orc_young_orc.png"] = { base=64, |
592 | 614 | belly = {x=35, y=32}, |
593 | 615 | head = {x=30, y=8}, |
594 | 616 | } |
595 | -tiles["npc/humanoid_orc_orc_corruptor.png"] = { base=64, | |
596 | - feet = {x=35, y=61}, | |
597 | - hand1 = {x=15, y=39}, | |
598 | - hand2 = {x=51, y=37}, | |
599 | - back = {x=31, y=17}, | |
600 | - belly = {x=34, y=36}, | |
601 | - head = {x=28, y=6}, | |
617 | +tiles["npc/humanoid_elenulach_thief.png"] = { base=64, | |
618 | + feet = {x=30, y=60}, | |
619 | + hand1 = {x=18, y=37}, | |
620 | + hand2 = {x=42, y=37}, | |
621 | + belly = {x=30, y=32}, | |
622 | + back = {x=30, y=17}, | |
623 | + head = {x=30, y=6}, | |
602 | 624 | } |
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}, | |
625 | +tiles["npc/humanoid_human_lumberjack.png"] = { base=64, | |
626 | + feet = {x=33, y=61}, | |
627 | + hand1 = {x=17, y=37}, | |
628 | + hand2 = {x=44, y=37}, | |
629 | + back = {x=32, y=17}, | |
630 | + belly = {x=33, y=31}, | |
631 | + head = {x=32, y=4}, | |
610 | 632 | } |
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}, | |
633 | +tiles["npc/humanoid_human_pyromancer.png"] = { base=64, | |
634 | + feet = {x=35, y=59}, | |
635 | + hand1 = {x=19, y=7}, | |
636 | + hand2 = {x=41, y=32}, | |
637 | + back = {x=32, y=17}, | |
638 | + belly = {x=34, y=29}, | |
639 | + head = {x=32, y=4}, | |
618 | 640 | } |
619 | 641 | tiles["npc/humanoid_dwarf_dwarven_guard.png"] = { base=64, |
620 | 642 | feet = {x=30, y=59}, |
... | ... | @@ -624,12 +646,13 @@ tiles["npc/humanoid_dwarf_dwarven_guard.png"] = { base=64, |
624 | 646 | belly = {x=29, y=36}, |
625 | 647 | head = {x=28, y=6}, |
626 | 648 | } |
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}, | |
649 | +tiles["npc/humanoid_human_ice_wyrmic.png"] = { base=64, | |
650 | + feet = {x=30, y=61}, | |
651 | + back = {x=32, y=19}, | |
652 | + hand2 = {x=58, y=17}, | |
653 | + belly = {x=32, y=33}, | |
654 | + hand1 = {x=9, y=36}, | |
655 | + head = {x=36, y=11}, | |
633 | 656 | } |
634 | 657 | tiles["npc/humanoid_yaech_yaech_mindslayer.png"] = { base=64, |
635 | 658 | feet = {x=58, y=58}, |
... | ... | @@ -646,29 +669,29 @@ tiles["npc/humanoid_human_townsfolk_meanlooking_mercenary01_64.png"] = { base=64 |
646 | 669 | back = {x=36, y=19}, |
647 | 670 | head = {x=33, y=6}, |
648 | 671 | } |
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}, | |
672 | +tiles["npc/humanoid_orc_brotoq_the_reaver.png"] = { base=64, | |
673 | + feet = {x=38, y=59}, | |
674 | + hand1 = {x=14, y=31}, | |
675 | + hand2 = {x=58, y=33}, | |
676 | + back = {x=38, y=15}, | |
677 | + belly = {x=38, y=26}, | |
678 | + head = {x=35, y=3}, | |
656 | 679 | } |
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}, | |
680 | +tiles["npc/humanoid_yeek_yeek_commoner_05.png"] = { base=64, | |
681 | + feet = {x=31, y=61}, | |
682 | + hand1 = {x=12, y=22}, | |
683 | + hand2 = {x=24, y=35}, | |
684 | + back = {x=30, y=21}, | |
685 | + belly = {x=32, y=34}, | |
686 | + head = {x=30, y=12}, | |
664 | 687 | } |
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}, | |
688 | +tiles["npc/humanoid_shalore_shalore_rune_master.png"] = { base=64, | |
689 | + feet = {x=33, y=61}, | |
690 | + hand1 = {x=17, y=34}, | |
691 | + hand2 = {x=48, y=34}, | |
692 | + back = {x=32, y=14}, | |
693 | + belly = {x=33, y=30}, | |
694 | + head = {x=32, y=4}, | |
672 | 695 | } |
673 | 696 | tiles["npc/humanoid_thalore_thalore_hunter.png"] = { base=64, |
674 | 697 | feet = {x=31, y=59}, |
... | ... | @@ -686,29 +709,29 @@ tiles["npc/humanoid_orc_rak_shor_cultist.png"] = { base=64, |
686 | 709 | belly = {x=30, y=35}, |
687 | 710 | head = {x=29, y=8}, |
688 | 711 | } |
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}, | |
712 | +tiles["npc/humanoid_halfling_halfling_slinger.png"] = { base=64, | |
713 | + feet = {x=27, y=57}, | |
714 | + hand1 = {x=16, y=15}, | |
715 | + hand2 = {x=55, y=30}, | |
716 | + belly = {x=31, y=42}, | |
717 | + back = {x=33, y=32}, | |
718 | + head = {x=36, y=19}, | |
696 | 719 | } |
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}, | |
720 | +tiles["npc/humanoid_human_slinger.png"] = { base=64, | |
721 | + feet = {x=38, y=59}, | |
722 | + hand1 = {x=10, y=18}, | |
723 | + hand2 = {x=50, y=36}, | |
724 | + back = {x=34, y=17}, | |
725 | + belly = {x=37, y=27}, | |
726 | + head = {x=34, y=5}, | |
704 | 727 | } |
705 | -tiles["npc/humanoid_shalore_shalore_rune_master.png"] = { base=64, | |
706 | - feet = {x=33, y=61}, | |
707 | - hand1 = {x=17, y=34}, | |
708 | - hand2 = {x=48, y=34}, | |
709 | - back = {x=32, y=14}, | |
710 | - belly = {x=33, y=30}, | |
711 | - head = {x=32, y=4}, | |
728 | +tiles["npc/humanoid_human_human_guard.png"] = { base=64, | |
729 | + feet = {x=33, y=60}, | |
730 | + hand1 = {x=19, y=29}, | |
731 | + hand2 = {x=46, y=25}, | |
732 | + belly = {x=31, y=30}, | |
733 | + back = {x=30, y=17}, | |
734 | + head = {x=28, y=5}, | |
712 | 735 | } |
713 | 736 | tiles["npc/humanoid_elf_fillarel_aldaren.png"] = { base=64, |
714 | 737 | feet = {x=25, y=59}, |
... | ... | @@ -718,22 +741,6 @@ tiles["npc/humanoid_elf_fillarel_aldaren.png"] = { base=64, |
718 | 741 | back = {x=24, y=3}, |
719 | 742 | head = {x=23, y=-12}, |
720 | 743 | } |
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 | -} | |
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 | -} | |
737 | 744 | tiles["npc/humanoid_orc_grushnak__battlemaster_of_the_pride.png"] = { base=64, |
738 | 745 | feet = {x=30, y=61}, |
739 | 746 | hand1 = {x=10, y=40}, |
... | ... | @@ -742,44 +749,44 @@ tiles["npc/humanoid_orc_grushnak__battlemaster_of_the_pride.png"] = { base=64, |
742 | 749 | belly = {x=30, y=32}, |
743 | 750 | head = {x=30, y=11}, |
744 | 751 | } |
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 | +tiles["npc/humanoid_yaech_yaech_hunter.png"] = { base=64, | |
753 | + feet = {x=6, y=7}, | |
754 | + hand1 = {x=33, y=50}, | |
755 | + hand2 = {x=59, y=37}, | |
756 | + back = {x=34, y=29}, | |
757 | + belly = {x=23, y=29}, | |
758 | + head = {x=46, y=19}, | |
752 | 759 | } |
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 | +tiles["npc/humanoid_human_melnela.png"] = { base=64, | |
761 | + feet = {x=33, y=59}, | |
762 | + hand1 = {x=17, y=8}, | |
763 | + hand2 = {x=58, y=30}, | |
764 | + back = {x=35, y=19}, | |
765 | + belly = {x=35, y=31}, | |
766 | + head = {x=33, y=6}, | |
760 | 767 | } |
761 | -tiles["npc/humanoid_naga_naga_tidecaller.png"] = { base=64, | |
768 | +tiles["npc/humanoid_yeek_yeek_commoner_01.png"] = { base=64, | |
762 | 769 | 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}, | |
770 | + hand1 = {x=14, y=39}, | |
771 | + hand2 = {x=48, y=38}, | |
772 | + back = {x=30, y=19}, | |
773 | + belly = {x=33, y=32}, | |
774 | + head = {x=30, y=10}, | |
768 | 775 | } |
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}, | |
776 | +tiles["npc/humanoid_human_spectator.png"] = { base=64, | |
777 | + feet = {x=37, y=59}, | |
778 | + belly = {x=36, y=29}, | |
779 | + hand1 = {x=50, y=37}, | |
780 | + back = {x=35, y=17}, | |
781 | + head = {x=34, y=5}, | |
776 | 782 | } |
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 | +tiles["npc/humanoid_naga_naga_tidecaller.png"] = { base=64, | |
784 | + feet = {x=33, y=61}, | |
785 | + hand1 = {x=12, y=15}, | |
786 | + hand2 = {x=47, y=-14}, | |
787 | + back = {x=27, y=-6}, | |
788 | + belly = {x=30, y=7}, | |
789 | + head = {x=26, y=-17}, | |
783 | 790 | } |
784 | 791 | tiles["npc/humanoid_yeek_yeek_summoner.png"] = { base=64, |
785 | 792 | feet = {x=33, y=61}, |
... | ... | @@ -797,30 +804,37 @@ tiles["npc/humanoid_thalore_ziguranth_summoner.png"] = { base=64, |
797 | 804 | belly = {x=33, y=26}, |
798 | 805 | head = {x=32, y=4}, |
799 | 806 | } |
800 | -dolls.race_yeek = dolls.race_yeek or {} | |
801 | -dolls.race_yeek.all = { base=64, | |
802 | - feet = {x=32, y=62}, | |
803 | - hand1 = {x=16, y=39}, | |
804 | - hand2 = {x=46, y=40}, | |
805 | - belly = {x=32, y=36}, | |
806 | - back = {x=31, y=26}, | |
807 | - head = {x=31, y=12}, | |
807 | +tiles["npc/humanoid_orc_orc_warrior.png"] = { base=64, | |
808 | + feet = {x=35, y=61}, | |
809 | + hand1 = {x=8, y=38}, | |
810 | + hand2 = {x=57, y=35}, | |
811 | + back = {x=29, y=20}, | |
812 | + belly = {x=34, y=34}, | |
813 | + head = {x=25, y=9}, | |
808 | 814 | } |
809 | -tiles["npc/humanoid_orc_orc_necromancer.png"] = { base=64, | |
810 | - feet = {x=32, y=59}, | |
811 | - hand1 = {x=7, y=39}, | |
812 | - hand2 = {x=53, y=36}, | |
813 | - back = {x=28, y=17}, | |
814 | - belly = {x=30, y=32}, | |
815 | - head = {x=29, y=6}, | |
815 | +tiles["npc/humanoid_thalore_thalore_wilder.png"] = { base=64, | |
816 | + feet = {x=27, y=59}, | |
817 | + hand1 = {x=11, y=31}, | |
818 | + hand2 = {x=44, y=30}, | |
819 | + back = {x=29, y=11}, | |
820 | + belly = {x=28, y=23}, | |
821 | + head = {x=29, y=-1}, | |
816 | 822 | } |
817 | -tiles["npc/humanoid_orc_orc_cryomancer.png"] = { base=64, | |
818 | - feet = {x=35, y=60}, | |
819 | - hand1 = {x=5, y=14}, | |
820 | - hand2 = {x=57, y=30}, | |
821 | - back = {x=29, y=17}, | |
822 | - belly = {x=36, y=31}, | |
823 | - head = {x=23, y=7}, | |
823 | +tiles["npc/humanoid_orc_orc_pyromancer.png"] = { base=64, | |
824 | + feet = {x=28, y=61}, | |
825 | + hand1 = {x=6, y=30}, | |
826 | + hand2 = {x=59, y=15}, | |
827 | + back = {x=30, y=17}, | |
828 | + belly = {x=28, y=30}, | |
829 | + head = {x=40, y=5}, | |
830 | +} | |
831 | +tiles["npc/humanoid_orc_orc_fighter.png"] = { base=64, | |
832 | + feet = {x=30, y=60}, | |
833 | + hand1 = {x=7, y=8}, | |
834 | + hand2 = {x=57, y=39}, | |
835 | + back = {x=35, y=20}, | |
836 | + belly = {x=31, y=34}, | |
837 | + head = {x=39, y=10}, | |
824 | 838 | } |
825 | 839 | tiles["npc/humanoid_naga_lady_zoisla_the_tidebringer.png"] = { base=64, |
826 | 840 | feet = {x=36, y=61}, |
... | ... | @@ -862,21 +876,20 @@ tiles["npc/humanoid_human_townsfolk_singing_happy_drunk01_64.png"] = { base=64, |
862 | 876 | belly = {x=30, y=31}, |
863 | 877 | head = {x=23, y=10}, |
864 | 878 | } |
865 | -tiles["npc/humanoid_human_fryjia_loren.png"] = { base=64, | |
866 | - feet = {x=32, y=58}, | |
867 | - hand1 = {x=17, y=31}, | |
868 | - hand2 = {x=45, y=41}, | |
869 | - belly = {x=29, y=32}, | |
870 | - back = {x=29, y=21}, | |
871 | - head = {x=29, y=8}, | |
879 | +tiles["npc/humanoid_human_human_farmer.png"] = { base=64, | |
880 | + feet = {x=32, y=60}, | |
881 | + hand1 = {x=11, y=20}, | |
882 | + hand2 = {x=44, y=38}, | |
883 | + belly = {x=31, y=31}, | |
884 | + back = {x=29, y=18}, | |
885 | + head = {x=29, y=5}, | |
872 | 886 | } |
873 | -tiles["npc/humanoid_orc_orc_soldier.png"] = { base=64, | |
874 | - feet = {x=36, y=62}, | |
875 | - hand1 = {x=9, y=39}, | |
876 | - hand2 = {x=58, y=36}, | |
877 | - back = {x=29, y=21}, | |
878 | - belly = {x=34, y=34}, | |
879 | - head = {x=25, y=9}, | |
887 | +tiles["npc/humanoid_human_lost_merchant.png"] = { base=64, | |
888 | + feet = {x=35, y=59}, | |
889 | + belly = {x=35, y=36}, | |
890 | + hand1 = {x=16, y=47}, | |
891 | + back = {x=32, y=24}, | |
892 | + head = {x=30, y=5}, | |
880 | 893 | } |
881 | 894 | dolls.race_orc = dolls.race_orc or {} |
882 | 895 | dolls.race_orc.all = { base=64, |
... | ... | @@ -895,37 +908,36 @@ tiles["npc/humanoid_orc_krogar.png"] = { base=64, |
895 | 908 | belly = {x=29, y=35}, |
896 | 909 | head = {x=30, y=11}, |
897 | 910 | } |
898 | -tiles["npc/humanoid_orc_orc_grand_summoner.png"] = { base=64, | |
899 | - feet = {x=29, y=60}, | |
900 | - hand1 = {x=9, y=8}, | |
901 | - hand2 = {x=55, y=35}, | |
902 | - back = {x=34, y=18}, | |
903 | - belly = {x=32, y=30}, | |
904 | - head = {x=36, y=7}, | |
911 | +tiles["npc/humanoid_halfling_halfling_citizen.png"] = { base=64, | |
912 | + feet = {x=31, y=58}, | |
913 | + hand1 = {x=13, y=38}, | |
914 | + hand2 = {x=48, y=41}, | |
915 | + belly = {x=31, y=33}, | |
916 | + back = {x=30, y=22}, | |
917 | + head = {x=30, y=8}, | |
905 | 918 | } |
906 | -tiles["npc/humanoid_human_derth_guard.png"] = { base=64, | |
907 | - feet = {x=37, y=59}, | |
908 | - hand1 = {x=10, y=18}, | |
909 | - hand2 = {x=48, y=33}, | |
910 | - belly = {x=36, y=29}, | |
911 | - back = {x=34, y=17}, | |
912 | - head = {x=34, y=5}, | |
919 | +tiles["npc/humanoid_naga_naga_tidewarden.png"] = { base=64, | |
920 | + feet = {x=32, y=61}, | |
921 | + belly = {x=32, y=9}, | |
922 | + hand1 = {x=31, y=12}, | |
923 | + back = {x=32, y=-3}, | |
924 | + head = {x=34, y=-15}, | |
913 | 925 | } |
914 | -tiles["npc/humanoid_orc_orc_archer.png"] = { base=64, | |
915 | - feet = {x=30, y=60}, | |
916 | - hand1 = {x=20, y=29}, | |
917 | - hand2 = {x=56, y=30}, | |
918 | - back = {x=30, y=20}, | |
919 | - belly = {x=31, y=34}, | |
920 | - head = {x=31, y=10}, | |
926 | +tiles["npc/humanoid_orc_orc_greatmother.png"] = { base=64, | |
927 | + feet = {x=35, y=59}, | |
928 | + hand1 = {x=4, y=-4}, | |
929 | + hand2 = {x=58, y=2}, | |
930 | + back = {x=32, y=-40}, | |
931 | + belly = {x=30, y=-3}, | |
932 | + head = {x=33, y=-55}, | |
921 | 933 | } |
922 | -tiles["npc/humanoid_orc_orc_warrior.png"] = { base=64, | |
923 | - feet = {x=35, y=61}, | |
924 | - hand1 = {x=8, y=38}, | |
925 | - hand2 = {x=57, y=35}, | |
926 | - back = {x=29, y=20}, | |
927 | - belly = {x=34, y=34}, | |
928 | - head = {x=25, y=9}, | |
934 | +tiles["npc/humanoid_human_arcane_blade.png"] = { base=64, | |
935 | + feet = {x=26, y=61}, | |
936 | + hand1 = {x=17, y=3}, | |
937 | + hand2 = {x=38, y=35}, | |
938 | + belly = {x=27, y=29}, | |
939 | + back = {x=27, y=22}, | |
940 | + head = {x=29, y=13}, | |
929 | 941 | } |
930 | 942 | tiles["npc/humanoid_shalore_rhaloren_inquisitor.png"] = { base=64, |
931 | 943 | feet = {x=33, y=61}, |
... | ... | @@ -959,13 +971,13 @@ tiles["npc/humanoid_human_meranas__herald_of_angolwen.png"] = { base=64, |
959 | 971 | belly = {x=35, y=31}, |
960 | 972 | head = {x=31, y=4}, |
961 | 973 | } |
962 | -tiles["npc/humanoid_human_cutpurse.png"] = { base=64, | |
963 | - feet = {x=36, y=59}, | |
964 | - hand1 = {x=9, y=34}, | |
965 | - hand2 = {x=46, y=34}, | |
966 | - belly = {x=30, y=29}, | |
967 | - back = {x=29, y=18}, | |
968 | - head = {x=28, y=7}, | |
974 | +tiles["npc/humanoid_orc_orc_elite_fighter.png"] = { base=64, | |
975 | + feet = {x=31, y=60}, | |
976 | + hand1 = {x=11, y=37}, | |
977 | + hand2 = {x=53, y=29}, | |
978 | + back = {x=29, y=16}, | |
979 | + belly = {x=31, y=33}, | |
980 | + head = {x=29, y=4}, | |
969 | 981 | } |
970 | 982 | tiles["npc/humanoid_orc_kra_tor_the_gluttonous.png"] = { base=64, |
971 | 983 | feet = {x=38, y=57}, |
... | ... | @@ -975,21 +987,21 @@ tiles["npc/humanoid_orc_kra_tor_the_gluttonous.png"] = { base=64, |
975 | 987 | belly = {x=29, y=27}, |
976 | 988 | head = {x=23, y=1}, |
977 | 989 | } |
978 | -tiles["npc/humanoid_orc_orc_elite_fighter.png"] = { base=64, | |
979 | - feet = {x=31, y=60}, | |
980 | - hand1 = {x=11, y=37}, | |
981 | - hand2 = {x=53, y=29}, | |
982 | - back = {x=29, y=16}, | |
983 | - belly = {x=31, y=33}, | |
984 | - head = {x=29, y=4}, | |
990 | +tiles["npc/humanoid_halfling_halfling_guard.png"] = { base=64, | |
991 | + feet = {x=38, y=59}, | |
992 | + hand1 = {x=8, y=28}, | |
993 | + hand2 = {x=54, y=43}, | |
994 | + belly = {x=36, y=36}, | |
995 | + back = {x=33, y=24}, | |
996 | + head = {x=30, y=10}, | |
985 | 997 | } |
986 | -tiles["npc/humanoid_human_bandit.png"] = { base=64, | |
987 | - feet = {x=39, y=56}, | |
988 | - hand1 = {x=8, y=40}, | |
989 | - hand2 = {x=51, y=26}, | |
990 | - belly = {x=33, y=28}, | |
991 | - back = {x=30, y=16}, | |
992 | - head = {x=29, y=5}, | |
998 | +tiles["npc/humanoid_human_necromancer.png"] = { base=64, | |
999 | + feet = {x=27, y=61}, | |
1000 | + hand1 = {x=18, y=16}, | |
1001 | + hand2 = {x=40, y=41}, | |
1002 | + back = {x=34, y=17}, | |
1003 | + belly = {x=32, y=32}, | |
1004 | + head = {x=36, y=3}, | |
993 | 1005 | } |
994 | 1006 | tiles["npc/humanoid_human_townsfolk_filthy_street_urchin01_64.png"] = { base=64, |
995 | 1007 | feet = {x=35, y=59}, |
... | ... | @@ -1015,29 +1027,29 @@ tiles["npc/humanoid_human_urkis__the_high_tempest.png"] = { base=64, |
1015 | 1027 | belly = {x=33, y=24}, |
1016 | 1028 | head = {x=33, y=-4}, |
1017 | 1029 | } |
1018 | -tiles["npc/humanoid_human_high_slinger.png"] = { base=64, | |
1019 | - feet = {x=29, y=59}, | |