Showing
1 changed file
with
1444 additions
and
1433 deletions
1 | 1 | tiles={} dolls={} |
2 | 2 | |
3 | -tiles["npc/humanoid_shalore_elven_guard.png"] = { base=64, | |
4 | - feet = {x=33, y=61}, | |
5 | - back = {x=32, y=15}, | |
6 | - belly = {x=32, y=28}, | |
7 | - hand1 = {x=13, y=31}, | |
8 | - head = {x=31, y=5}, | |
9 | -} | |
10 | -tiles["npc/humanoid_human_subject_z.png"] = { base=64, | |
11 | - feet = {x=32, y=59}, | |
12 | - hand1 = {x=8, y=11}, | |
13 | - hand2 = {x=55, y=11}, | |
14 | - belly = {x=31, y=27}, | |
15 | - back = {x=31, y=15}, | |
16 | - head = {x=32, y=3}, | |
17 | -} | |
18 | -tiles["npc/humanoid_human_high_gladiator.png"] = { base=64, | |
19 | - feet = {x=30, y=61}, | |
20 | - hand1 = {x=8, y=13}, | |
21 | - hand2 = {x=55, y=33}, | |
22 | - back = {x=34, y=17}, | |
23 | - belly = {x=33, y=30}, | |
24 | - head = {x=30, y=7}, | |
3 | +dolls.race_dwarf = dolls.race_dwarf or {} | |
4 | +dolls.race_dwarf.female = { base=64, | |
5 | + back = {x=33, y=25}, | |
6 | + belly = {x=33, y=37}, | |
7 | + feet = {x=33, y=59}, | |
8 | + hand1 = {x=9, y=39}, | |
9 | + hand2 = {x=55, y=39}, | |
10 | + head = {x=33, y=9}, | |
11 | + shoulder1 = {x=21, y=23}, | |
12 | + shoulder2 = {x=42, y=22}, | |
25 | 13 | } |
26 | 14 | dolls.race_dwarf = dolls.race_dwarf or {} |
27 | -dolls.race_dwarf.male = { base=128, | |
28 | - belly = {x=68, y=68}, | |
29 | - hand2 = {x=110, y=78}, | |
30 | - head = {x=64, y=20}, | |
31 | - shoulder2 = {x=83, y=45}, | |
32 | - feet = {x=68, y=122}, | |
33 | - back = {x=64, y=50}, | |
34 | - hand1 = {x=20, y=78}, | |
35 | - shoulder1 = {x=43, y=46}, | |
15 | +dolls.race_dwarf.male = { base=64, | |
16 | + back = {x=32, y=25}, | |
17 | + belly = {x=34, y=34}, | |
18 | + feet = {x=34, y=61}, | |
19 | + hand1 = {x=10, y=39}, | |
20 | + hand2 = {x=55, y=39}, | |
21 | + head = {x=32, y=10}, | |
22 | + shoulder1 = {x=21, y=23}, | |
23 | + shoulder2 = {x=41, y=22}, | |
36 | 24 | } |
37 | -tiles["npc/humanoid_shalore_elvala_guard.png"] = { base=64, | |
38 | - feet = {x=32, y=61}, | |
39 | - back = {x=31, y=15}, | |
40 | - belly = {x=31, y=27}, | |
41 | - hand1 = {x=13, y=30}, | |
42 | - head = {x=31, y=5}, | |
25 | +dolls.race_elf = dolls.race_elf or {} | |
26 | +dolls.race_elf.female = { base=64, | |
27 | + back = {x=33, y=14}, | |
28 | + belly = {x=34, y=27}, | |
29 | + feet = {x=34, y=61}, | |
30 | + hand1 = {x=19, y=33}, | |
31 | + hand2 = {x=46, y=33}, | |
32 | + head = {x=31, y=3}, | |
33 | + shoulder1 = {x=26, y=13}, | |
34 | + shoulder2 = {x=38, y=12}, | |
43 | 35 | } |
44 | -tiles["npc/humanoid_naga_slasul.png"] = { base=64, | |
36 | +dolls.race_elf = dolls.race_elf or {} | |
37 | +dolls.race_elf.male = { base=64, | |
38 | + back = {x=32, y=15}, | |
39 | + belly = {x=33, y=27}, | |
45 | 40 | feet = {x=32, y=61}, |
46 | - hand1 = {x=11, y=30}, | |
47 | - hand2 = {x=46, y=-2}, | |
48 | - belly = {x=23, y=14}, | |
49 | - back = {x=23, y=3}, | |
50 | - head = {x=24, y=-12}, | |
51 | -} | |
52 | -tiles["npc/humanoid_human_human_citizen.png"] = { base=64, | |
53 | - feet = {x=35, y=59}, | |
54 | - hand1 = {x=11, y=13}, | |
55 | - hand2 = {x=47, y=30}, | |
56 | - back = {x=36, y=16}, | |
57 | - belly = {x=36, y=28}, | |
58 | - head = {x=36, y=5}, | |
41 | + hand1 = {x=19, y=32}, | |
42 | + hand2 = {x=44, y=34}, | |
43 | + head = {x=30, y=4}, | |
44 | + shoulder1 = {x=26, y=12}, | |
45 | + shoulder2 = {x=36, y=11}, | |
59 | 46 | } |
60 | -tiles["npc/humanoid_yeek_yeek_psionic.png"] = { base=64, | |
47 | +dolls.race_ghoul = dolls.race_ghoul or {} | |
48 | +dolls.race_ghoul.all = { base=64, | |
49 | + back = {x=34, y=20}, | |
50 | + belly = {x=33, y=38}, | |
61 | 51 | feet = {x=33, y=61}, |
62 | - hand1 = {x=31, y=38}, | |
63 | - hand2 = {x=33, y=38}, | |
64 | - belly = {x=32, y=34}, | |
65 | - back = {x=32, y=23}, | |
52 | + hand1 = {x=20, y=37}, | |
53 | + hand2 = {x=48, y=38}, | |
54 | + head = {x=33, y=8}, | |
55 | + shoulder1 = {x=26, y=20}, | |
56 | + shoulder2 = {x=39, y=19}, | |
57 | +} | |
58 | +dolls.race_halfling = dolls.race_halfling or {} | |
59 | +dolls.race_halfling.female = { base=64, | |
60 | + back = {x=32, y=24}, | |
61 | + belly = {x=34, y=36}, | |
62 | + feet = {x=34, y=62}, | |
63 | + hand1 = {x=12, y=38}, | |
64 | + hand2 = {x=50, y=40}, | |
66 | 65 | head = {x=32, y=12}, |
66 | + shoulder1 = {x=24, y=22}, | |
67 | + shoulder2 = {x=38, y=21}, | |
67 | 68 | } |
68 | -tiles["npc/humanoid_orc_vor__grand_geomancer_of_the_pride.png"] = { base=64, | |
69 | - feet = {x=32, y=60}, | |
70 | - hand1 = {x=4, y=34}, | |
71 | - hand2 = {x=58, y=39}, | |
72 | - belly = {x=32, y=35}, | |
73 | - back = {x=33, y=20}, | |
74 | - head = {x=34, y=9}, | |
69 | +dolls.race_halfling = dolls.race_halfling or {} | |
70 | +dolls.race_halfling.male = { base=64, | |
71 | + back = {x=32, y=25}, | |
72 | + belly = {x=33, y=36}, | |
73 | + feet = {x=34, y=61}, | |
74 | + hand1 = {x=14, y=39}, | |
75 | + hand2 = {x=50, y=39}, | |
76 | + head = {x=32, y=14}, | |
77 | + shoulder1 = {x=25, y=23}, | |
78 | + shoulder2 = {x=40, y=22}, | |
75 | 79 | } |
76 | -tiles["npc/humanoid_shalore_mean_looking_elven_guard.png"] = { base=64, | |
80 | +dolls.race_human = dolls.race_human or {} | |
81 | +dolls.race_human.female = { base=64, | |
82 | + back = {x=33, y=16}, | |
83 | + belly = {x=34, y=28}, | |
77 | 84 | feet = {x=33, y=60}, |
78 | - back = {x=31, y=14}, | |
79 | - belly = {x=32, y=27}, | |
80 | - hand1 = {x=14, y=31}, | |
81 | - head = {x=31, y=6}, | |
85 | + hand1 = {x=20, y=33}, | |
86 | + hand2 = {x=46, y=33}, | |
87 | + head = {x=32, y=3}, | |
88 | + shoulder1 = {x=26, y=14}, | |
89 | + shoulder2 = {x=38, y=12}, | |
82 | 90 | } |
83 | -tiles["npc/humanoid_shalore_elven_cultist.png"] = { base=64, | |
84 | - feet = {x=29, y=60}, | |
85 | - hand1 = {x=8, y=9}, | |
86 | - hand2 = {x=52, y=9}, | |
87 | - belly = {x=31, y=28}, | |
88 | - back = {x=30, y=16}, | |
89 | - head = {x=31, y=6}, | |
91 | +dolls.race_human = dolls.race_human or {} | |
92 | +dolls.race_human.male = { base=64, | |
93 | + back = {x=32, y=15}, | |
94 | + belly = {x=32, y=28}, | |
95 | + feet = {x=32, y=60}, | |
96 | + hand1 = {x=15, y=32}, | |
97 | + hand2 = {x=48, y=34}, | |
98 | + head = {x=30, y=3}, | |
99 | + shoulder1 = {x=24, y=12}, | |
100 | + shoulder2 = {x=37, y=11}, | |
90 | 101 | } |
91 | -tiles["npc/humanoid_shalore_elandar.png"] = { base=64, | |
92 | - feet = {x=34, y=59}, | |
93 | - hand1 = {x=13, y=26}, | |
94 | - hand2 = {x=50, y=-12}, | |
95 | - belly = {x=33, y=22}, | |
96 | - back = {x=30, y=8}, | |
97 | - head = {x=29, y=-2}, | |
102 | +dolls.race_ogre = dolls.race_ogre or {} | |
103 | +dolls.race_ogre.female = { base=64, | |
104 | + back = {x=31, y=7}, | |
105 | + belly = {x=32, y=21}, | |
106 | + feet = {x=32, y=62}, | |
107 | + hand1 = {x=13, y=31}, | |
108 | + hand2 = {x=50, y=30}, | |
109 | + head = {x=31, y=-5}, | |
110 | + shoulder1 = {x=23, y=2}, | |
111 | + shoulder2 = {x=39, y=2}, | |
98 | 112 | } |
99 | -tiles["npc/humanoid_dwarf_ziguranth_warrior.png"] = { base=64, | |
100 | - feet = {x=34, y=59}, | |
101 | - hand1 = {x=18, y=43}, | |
102 | - hand2 = {x=50, y=44}, | |
103 | - back = {x=35, y=22}, | |
104 | - belly = {x=35, y=36}, | |
105 | - head = {x=35, y=7}, | |
113 | +dolls.race_ogre = dolls.race_ogre or {} | |
114 | +dolls.race_ogre.male = { base=64, | |
115 | + back = {x=32, y=6}, | |
116 | + belly = {x=32, y=21}, | |
117 | + feet = {x=33, y=61}, | |
118 | + hand1 = {x=9, y=34}, | |
119 | + hand2 = {x=54, y=34}, | |
120 | + head = {x=32, y=-7}, | |
121 | + shoulder1 = {x=19, y=2}, | |
122 | + shoulder2 = {x=42, y=1}, | |
123 | +} | |
124 | +dolls.race_orc = dolls.race_orc or {} | |
125 | +dolls.race_orc.male = { base=64, | |
126 | + back = {x=32, y=22}, | |
127 | + belly = {x=34, y=33}, | |
128 | + feet = {x=33, y=61}, | |
129 | + hand1 = {x=12, y=37}, | |
130 | + hand2 = {x=51, y=38}, | |
131 | + head = {x=32, y=10}, | |
132 | + shoulder1 = {x=22, y=20}, | |
133 | + shoulder2 = {x=40, y=19}, | |
106 | 134 | } |
107 | 135 | dolls.race_runic_golem = dolls.race_runic_golem or {} |
108 | -dolls.race_runic_golem.all = { base=128, | |
109 | - belly = {x=86, y=98}, | |
110 | - hand2 = {x=44, y=56}, | |
111 | - head = {x=78, y=58}, | |
112 | - shoulder2 = {x=82, y=41}, | |
113 | - feet = {x=108, y=86}, | |
114 | - hand1 = {x=58, y=36}, | |
115 | - back = {x=56, y=96}, | |
116 | - shoulder1 = {x=44, y=44}, | |
136 | +dolls.race_runic_golem.all = { base=64, | |
137 | + back = {x=28, y=48}, | |
138 | + belly = {x=43, y=49}, | |
139 | + feet = {x=54, y=43}, | |
140 | + hand1 = {x=29, y=18}, | |
141 | + hand2 = {x=22, y=28}, | |
142 | + head = {x=39, y=29}, | |
143 | + shoulder1 = {x=22, y=22}, | |
144 | + shoulder2 = {x=41, y=20}, | |
117 | 145 | } |
118 | -tiles["npc/humanoid_human_assassin_lord.png"] = { base=64, | |
119 | - feet = {x=35, y=61}, | |
120 | - hand1 = {x=10, y=10}, | |
121 | - hand2 = {x=56, y=34}, | |
146 | +dolls.race_skeleton = dolls.race_skeleton or {} | |
147 | +dolls.race_skeleton.all = { base=64, | |
122 | 148 | back = {x=31, y=16}, |
123 | - belly = {x=32, y=28}, | |
124 | - head = {x=32, y=5}, | |
149 | + belly = {x=32, y=26}, | |
150 | + feet = {x=32, y=62}, | |
151 | + hand1 = {x=15, y=33}, | |
152 | + hand2 = {x=47, y=34}, | |
153 | + head = {x=30, y=4}, | |
154 | + shoulder1 = {x=24, y=13}, | |
155 | + shoulder2 = {x=37, y=11}, | |
125 | 156 | } |
126 | -tiles["npc/humanoid_human_thief.png"] = { base=64, | |
127 | - feet = {x=27, y=60}, | |
128 | - hand1 = {x=8, y=27}, | |
129 | - hand2 = {x=43, y=30}, | |
130 | - belly = {x=27, y=30}, | |
131 | - back = {x=24, y=19}, | |
132 | - head = {x=18, y=7}, | |
157 | +dolls.race_yeek = dolls.race_yeek or {} | |
158 | +dolls.race_yeek.all = { base=64, | |
159 | + back = {x=31, y=26}, | |
160 | + belly = {x=32, y=36}, | |
161 | + feet = {x=32, y=62}, | |
162 | + hand1 = {x=16, y=39}, | |
163 | + hand2 = {x=46, y=40}, | |
164 | + head = {x=31, y=12}, | |
165 | + shoulder1 = {x=24, y=22}, | |
166 | + shoulder2 = {x=37, y=21}, | |
133 | 167 | } |
134 | -tiles["npc/humanoid_dwarf_norgan.png"] = { base=64, | |
135 | - feet = {x=41, y=57}, | |
136 | - hand1 = {x=15, y=40}, | |
137 | - hand2 = {x=47, y=19}, | |
138 | - back = {x=32, y=23}, | |
139 | - belly = {x=35, y=37}, | |
140 | - head = {x=27, y=8}, | |
168 | +tiles["npc/humanoid_orc_kra_tor_the_gluttonous.png"] = { base=64, | |
169 | + back = {x=27, y=14}, | |
170 | + belly = {x=29, y=27}, | |
171 | + feet = {x=38, y=57}, | |
172 | + hand1 = {x=20, y=18}, | |
173 | + hand2 = {x=38, y=-2}, | |
174 | + head = {x=23, y=1}, | |
141 | 175 | } |
142 | -dolls.race_human = dolls.race_human or {} | |
143 | -dolls.race_human.male = { base=128, | |
144 | - belly = {x=64, y=56}, | |
145 | - hand2 = {x=96, y=68}, | |
146 | - head = {x=60, y=6}, | |
147 | - shoulder2 = {x=75, y=22}, | |
148 | - feet = {x=64, y=120}, | |
149 | - hand1 = {x=30, y=64}, | |
150 | - back = {x=64, y=30}, | |
151 | - shoulder1 = {x=48, y=25}, | |
176 | +tiles["npc/humanoid_shalore_archmage_tarelion.png"] = { base=64, | |
177 | + back = {x=31, y=0}, | |
178 | + belly = {x=33, y=18}, | |
179 | + feet = {x=33, y=59}, | |
180 | + hand1 = {x=17, y=26}, | |
181 | + hand2 = {x=45, y=26}, | |
182 | + head = {x=30, y=-11}, | |
152 | 183 | } |
153 | -tiles["npc/humanoid_yaech_murgol__the_yaech_lord.png"] = { base=64, | |
154 | - feet = {x=56, y=58}, | |
155 | - hand1 = {x=7, y=28}, | |
156 | - hand2 = {x=20, y=32}, | |
157 | - belly = {x=38, y=39}, | |
158 | - back = {x=38, y=31}, | |
159 | - head = {x=32, y=16}, | |
184 | +tiles["npc/humanoid_human_spectator02.png"] = { base=64, | |
185 | + back = {x=30, y=16}, | |
186 | + belly = {x=31, y=30}, | |
187 | + feet = {x=30, y=59}, | |
188 | + hand1 = {x=18, y=37}, | |
189 | + hand2 = {x=41, y=37}, | |
190 | + head = {x=30, y=5}, | |
160 | 191 | } |
161 | -tiles["npc/humanoid_human_the_possessed.png"] = { base=64, | |
162 | - feet = {x=30, y=62}, | |
163 | - hand1 = {x=9, y=17}, | |
164 | - hand2 = {x=47, y=37}, | |
165 | - belly = {x=33, y=35}, | |
166 | - back = {x=33, y=17}, | |
167 | - head = {x=33, y=4}, | |
192 | +tiles["npc/humanoid_human_townsfolk_blubbering_idiot01_64.png"] = { base=64, | |
193 | + back = {x=31, y=19}, | |
194 | + belly = {x=31, y=33}, | |
195 | + feet = {x=33, y=59}, | |
196 | + hand1 = {x=19, y=41}, | |
197 | + hand2 = {x=47, y=40}, | |
198 | + head = {x=29, y=7}, | |
168 | 199 | } |
169 | -tiles["npc/humanoid_halfling_master_slinger.png"] = { base=64, | |
170 | - feet = {x=39, y=59}, | |
171 | - hand1 = {x=15, y=42}, | |
172 | - hand2 = {x=47, y=10}, | |
173 | - back = {x=31, y=27}, | |
174 | - belly = {x=32, y=38}, | |
175 | - head = {x=28, y=14}, | |
200 | +tiles["npc/humanoid_human_townsfolk_village_idiot01_64.png"] = { base=64, | |
201 | + back = {x=33, y=24}, | |
202 | + belly = {x=37, y=34}, | |
203 | + feet = {x=35, y=58}, | |
204 | + head = {x=32, y=8}, | |
176 | 205 | } |
177 | -tiles["npc/humanoid_thalore_mindworm.png"] = { base=64, | |
178 | - feet = {x=32, y=62}, | |
179 | - hand1 = {x=21, y=36}, | |
180 | - hand2 = {x=44, y=35}, | |
181 | - belly = {x=32, y=30}, | |
182 | - back = {x=31, y=13}, | |
183 | - head = {x=31, y=6}, | |
206 | +tiles["npc/humanoid_human_celia.png"] = { base=64, | |
207 | + back = {x=29, y=-16}, | |
208 | + belly = {x=28, y=2}, | |
209 | + feet = {x=28, y=59}, | |
210 | + hand1 = {x=15, y=16}, | |
211 | + hand2 = {x=50, y=-20}, | |
212 | + head = {x=29, y=-33}, | |
184 | 213 | } |
185 | -tiles["npc/humanoid_shalore_grand_corruptor.png"] = { base=64, | |
186 | - feet = {x=25, y=61}, | |
187 | - hand1 = {x=11, y=34}, | |
188 | - hand2 = {x=53, y=17}, | |
189 | - belly = {x=28, y=31}, | |
190 | - back = {x=28, y=19}, | |
191 | - head = {x=28, y=10}, | |
214 | +tiles["npc/humanoid_human_enthralled_slave.png"] = { base=64, | |
215 | + back = {x=32, y=18}, | |
216 | + belly = {x=32, y=29}, | |
217 | + feet = {x=33, y=58}, | |
218 | + hand1 = {x=16, y=35}, | |
219 | + hand2 = {x=47, y=36}, | |
220 | + head = {x=31, y=5}, | |
192 | 221 | } |
193 | -tiles["npc/humanoid_human_harno__herald_of_last_hope.png"] = { base=64, | |
194 | - feet = {x=32, y=61}, | |
195 | - hand1 = {x=16, y=37}, | |
196 | - hand2 = {x=45, y=36}, | |
197 | - back = {x=30, y=15}, | |
198 | - belly = {x=31, y=31}, | |
199 | - head = {x=29, y=4}, | |
222 | +tiles["npc/humanoid_human_bandit_lord.png"] = { base=64, | |
223 | + back = {x=31, y=16}, | |
224 | + belly = {x=32, y=30}, | |
225 | + feet = {x=34, y=59}, | |
226 | + hand1 = {x=20, y=20}, | |
227 | + hand2 = {x=38, y=21}, | |
228 | + head = {x=30, y=5}, | |
200 | 229 | } |
201 | -tiles["npc/humanoid_human_slave_combatant.png"] = { base=64, | |
202 | - feet = {x=33, y=60}, | |
203 | - hand1 = {x=18, y=37}, | |
204 | - hand2 = {x=47, y=32}, | |
205 | - belly = {x=31, y=29}, | |
230 | +tiles["npc/humanoid_human_human_guard.png"] = { base=64, | |
206 | 231 | back = {x=30, y=17}, |
207 | - head = {x=29, y=6}, | |
208 | -} | |
209 | -dolls.race_elf = dolls.race_elf or {} | |
210 | -dolls.race_elf.male = { base=128, | |
211 | - belly = {x=66, y=54}, | |
212 | - hand2 = {x=88, y=68}, | |
213 | - head = {x=60, y=8}, | |
214 | - shoulder2 = {x=72, y=23}, | |
215 | - feet = {x=64, y=122}, | |
216 | - hand1 = {x=38, y=64}, | |
217 | - back = {x=64, y=30}, | |
218 | - shoulder1 = {x=52, y=25}, | |
219 | -} | |
220 | -tiles["npc/humanoid_male_sluttymaid.png"] = { base=64, | |
221 | - feet = {x=30, y=60}, | |
222 | - hand1 = {x=24, y=30}, | |
223 | - hand2 = {x=41, y=21}, | |
224 | - belly = {x=35, y=24}, | |
225 | - back = {x=35, y=11}, | |
226 | - head = {x=35, y=0}, | |
232 | + belly = {x=31, y=30}, | |
233 | + feet = {x=33, y=60}, | |
234 | + hand1 = {x=19, y=29}, | |
235 | + hand2 = {x=46, y=25}, | |
236 | + head = {x=28, y=5}, | |
227 | 237 | } |
228 | -tiles["npc/humanoid_elf_limmir_the_jeweler.png"] = { base=64, | |
238 | +tiles["npc/humanoid_orc_orc_master_assassin.png"] = { base=64, | |
239 | + back = {x=29, y=18}, | |
240 | + belly = {x=30, y=30}, | |
229 | 241 | feet = {x=31, y=60}, |
230 | - hand1 = {x=11, y=37}, | |
231 | - hand2 = {x=49, y=9}, | |
232 | - back = {x=31, y=19}, | |
233 | - belly = {x=31, y=30}, | |
234 | - head = {x=32, y=4}, | |
242 | + hand1 = {x=4, y=39}, | |
243 | + hand2 = {x=59, y=32}, | |
244 | + head = {x=28, y=8}, | |
235 | 245 | } |
236 | -tiles["npc/canine_warg.png"] = { base=64, | |
237 | - feet = {x=15, y=18}, | |
238 | - hand1 = {x=48, y=22}, | |
239 | - hand2 = {x=46, y=48}, | |
240 | - belly = {x=12, y=32}, | |
241 | - back = {x=26, y=51}, | |
242 | - head = {x=33, y=13}, | |
246 | +tiles["npc/humanoid_human_townsfolk_pitiful_looking_beggar01_64.png"] = { base=64, | |
247 | + back = {x=40, y=20}, | |
248 | + belly = {x=41, y=33}, | |
249 | + feet = {x=41, y=60}, | |
250 | + hand1 = {x=25, y=32}, | |
251 | + head = {x=31, y=10}, | |
243 | 252 | } |
244 | -tiles["npc/humanoid_human_ice_wyrmic.png"] = { base=64, | |
245 | - feet = {x=30, y=61}, | |
246 | - back = {x=32, y=19}, | |
247 | - hand2 = {x=58, y=17}, | |
248 | - hand1 = {x=9, y=36}, | |
249 | - belly = {x=32, y=33}, | |
250 | - head = {x=36, y=11}, | |
253 | +tiles["npc/humanoid_orc_krogar.png"] = { base=64, | |
254 | + back = {x=29, y=25}, | |
255 | + belly = {x=29, y=35}, | |
256 | + feet = {x=32, y=59}, | |
257 | + hand1 = {x=14, y=0}, | |
258 | + hand2 = {x=53, y=13}, | |
259 | + head = {x=30, y=11}, | |
251 | 260 | } |
252 | -tiles["npc/acid_ant.png"] = { base=64, | |
253 | - feet = {x=36, y=57}, | |
254 | - back = {x=45, y=37}, | |
255 | - hand2 = {x=51, y=17}, | |
256 | - hand1 = {x=32, y=22}, | |
257 | - belly = {x=11, y=33}, | |
258 | - head = {x=15, y=13}, | |
261 | +tiles["npc/humanoid_shalore_elven_mage.png"] = { base=64, | |
262 | + back = {x=31, y=18}, | |
263 | + belly = {x=31, y=30}, | |
264 | + feet = {x=31, y=61}, | |
265 | + hand1 = {x=11, y=35}, | |
266 | + hand2 = {x=50, y=39}, | |
267 | + head = {x=30, y=6}, | |
259 | 268 | } |
260 | -tiles["npc/humanoid_shalore_elven_corruptor.png"] = { base=64, | |
261 | - feet = {x=34, y=60}, | |
262 | - hand1 = {x=12, y=17}, | |
263 | - hand2 = {x=48, y=34}, | |
264 | - belly = {x=31, y=33}, | |
265 | - back = {x=31, y=20}, | |
266 | - head = {x=31, y=10}, | |
269 | +tiles["npc/humanoid_naga_naga_tidewarden.png"] = { base=64, | |
270 | + back = {x=32, y=-3}, | |
271 | + belly = {x=32, y=9}, | |
272 | + feet = {x=32, y=61}, | |
273 | + hand1 = {x=31, y=12}, | |
274 | + head = {x=34, y=-15}, | |
267 | 275 | } |
268 | -tiles["npc/humanoid_human_townsfolk_village_idiot01_64.png"] = { base=64, | |
276 | +tiles["npc/humanoid_halfling_halfling_guard.png"] = { base=64, | |
269 | 277 | back = {x=33, y=24}, |
270 | - feet = {x=35, y=58}, | |
271 | - belly = {x=37, y=34}, | |
272 | - head = {x=32, y=8}, | |
278 | + belly = {x=36, y=36}, | |
279 | + feet = {x=38, y=59}, | |
280 | + hand1 = {x=8, y=28}, | |
281 | + hand2 = {x=54, y=43}, | |
282 | + head = {x=30, y=10}, | |
273 | 283 | } |
274 | -tiles["npc/alchemist_golem.png"] = { base=64, | |
275 | - belly = {x=34, y=30}, | |
276 | - hand2 = {x=56, y=48}, | |
277 | - head = {x=33, y=5}, | |
278 | - shoulder2 = {x=47, y=11}, | |
279 | - feet = {x=34, y=57}, | |
280 | - shoulder1 = {x=20, y=11}, | |
281 | - back = {x=35, y=21}, | |
282 | - hand1 = {x=10, y=50}, | |
284 | +tiles["npc/humanoid_orc_warmaster_gnarg.png"] = { base=64, | |
285 | + back = {x=32, y=18}, | |
286 | + belly = {x=43, y=29}, | |
287 | + feet = {x=40, y=60}, | |
288 | + hand1 = {x=60, y=27}, | |
289 | + hand2 = {x=58, y=28}, | |
290 | + head = {x=21, y=9}, | |
283 | 291 | } |
284 | -tiles["npc/humanoid_elf_elven_sun_mage.png"] = { base=64, | |
285 | - feet = {x=35, y=62}, | |
286 | - hand1 = {x=13, y=28}, | |
287 | - hand2 = {x=50, y=37}, | |
292 | +tiles["npc/humanoid_orc_orc_soldier.png"] = { base=64, | |
293 | + back = {x=29, y=21}, | |
294 | + belly = {x=34, y=34}, | |
295 | + feet = {x=36, y=62}, | |
296 | + hand1 = {x=9, y=39}, | |
297 | + hand2 = {x=58, y=36}, | |
298 | + head = {x=25, y=9}, | |
299 | +} | |
300 | +tiles["npc/humanoid_shalore_elven_tempest.png"] = { base=64, | |
288 | 301 | back = {x=32, y=16}, |
289 | - belly = {x=34, y=35}, | |
290 | - head = {x=31, y=4}, | |
302 | + belly = {x=31, y=28}, | |
303 | + feet = {x=35, y=60}, | |
304 | + hand1 = {x=11, y=9}, | |
305 | + hand2 = {x=49, y=36}, | |
306 | + head = {x=33, y=7}, | |
291 | 307 | } |
292 | -dolls.race_halfling = dolls.race_halfling or {} | |
293 | -dolls.race_halfling.female = { base=128, | |
294 | - belly = {x=68, y=72}, | |
295 | - hand2 = {x=100, y=80}, | |
296 | - head = {x=64, y=24}, | |
297 | - shoulder2 = {x=76, y=43}, | |
298 | - feet = {x=68, y=124}, | |
299 | - hand1 = {x=24, y=76}, | |
300 | - back = {x=64, y=48}, | |
301 | - shoulder1 = {x=48, y=45}, | |
308 | +tiles["npc/humanoid_human_cryomancer.png"] = { base=64, | |
309 | + back = {x=35, y=16}, | |
310 | + belly = {x=36, y=28}, | |
311 | + feet = {x=37, y=59}, | |
312 | + hand1 = {x=22, y=6}, | |
313 | + hand2 = {x=44, y=32}, | |
314 | + head = {x=34, y=5}, | |
302 | 315 | } |
303 | -tiles["npc/humanoid_human_high_slinger.png"] = { base=64, | |
304 | - feet = {x=29, y=59}, | |
305 | - hand1 = {x=15, y=36}, | |
306 | - hand2 = {x=57, y=18}, | |
307 | - back = {x=31, y=15}, | |
308 | - belly = {x=30, y=27}, | |
309 | - head = {x=33, y=6}, | |
316 | +tiles["npc/humanoid_thalore_thalore_hunter.png"] = { base=64, | |
317 | + back = {x=33, y=18}, | |
318 | + belly = {x=33, y=30}, | |
319 | + feet = {x=31, y=59}, | |
320 | + hand1 = {x=18, y=38}, | |
321 | + hand2 = {x=52, y=31}, | |
322 | + head = {x=32, y=8}, | |
310 | 323 | } |
311 | -dolls.race_halfling = dolls.race_halfling or {} | |
312 | -dolls.race_halfling.male = { base=128, | |
313 | - belly = {x=66, y=72}, | |
314 | - hand2 = {x=100, y=78}, | |
315 | - head = {x=64, y=28}, | |
316 | - shoulder2 = {x=80, y=44}, | |
317 | - feet = {x=68, y=122}, | |
318 | - hand1 = {x=28, y=78}, | |
319 | - back = {x=64, y=50}, | |
320 | - shoulder1 = {x=50, y=46}, | |
324 | +tiles["npc/humanoid_yeek_yeek_commoner_04.png"] = { base=64, | |
325 | + back = {x=32, y=25}, | |
326 | + belly = {x=32, y=36}, | |
327 | + feet = {x=33, y=60}, | |
328 | + hand1 = {x=17, y=40}, | |
329 | + hand2 = {x=50, y=44}, | |
330 | + head = {x=32, y=8}, | |
321 | 331 | } |
322 | -tiles["npc/animal_feline_snow_cat.png"] = { base=64, | |
323 | - head = {x=17, y=18}, | |
332 | +tiles["npc/humanoid_orc_orc_elite_fighter.png"] = { base=64, | |
333 | + back = {x=29, y=16}, | |
334 | + belly = {x=31, y=33}, | |
335 | + feet = {x=31, y=60}, | |
336 | + hand1 = {x=11, y=37}, | |
337 | + hand2 = {x=53, y=29}, | |
338 | + head = {x=29, y=4}, | |
324 | 339 | } |
325 | -tiles["npc/humanoid_human_master_alchemist.png"] = { base=64, | |
340 | +tiles["npc/humanoid_human_fire_wyrmic.png"] = { base=64, | |
341 | + back = {x=28, y=19}, | |
342 | + belly = {x=28, y=28}, | |
343 | + feet = {x=31, y=60}, | |
344 | + hand1 = {x=12, y=30}, | |
345 | + hand2 = {x=49, y=36}, | |
346 | + head = {x=24, y=9}, | |
347 | +} | |
348 | +tiles["npc/humanoid_dwarf_dwarven_earthwarden.png"] = { base=64, | |
349 | + back = {x=36, y=22}, | |
350 | + belly = {x=35, y=37}, | |
351 | + feet = {x=34, y=58}, | |
352 | + hand1 = {x=20, y=37}, | |
353 | + hand2 = {x=51, y=36}, | |
354 | + head = {x=35, y=7}, | |
355 | +} | |
356 | +tiles["npc/humanoid_human_alchemist.png"] = { base=64, | |
357 | + back = {x=33, y=19}, | |
358 | + belly = {x=34, y=32}, | |
326 | 359 | feet = {x=35, y=59}, |
327 | - hand1 = {x=7, y=18}, | |
328 | - hand2 = {x=57, y=35}, | |
329 | - belly = {x=37, y=28}, | |
330 | - back = {x=34, y=18}, | |
331 | - head = {x=29, y=8}, | |
360 | + hand1 = {x=10, y=32}, | |
361 | + hand2 = {x=51, y=34}, | |
362 | + head = {x=33, y=5}, | |
332 | 363 | } |
333 | -dolls.race_ghoul = dolls.race_ghoul or {} | |
334 | -dolls.race_ghoul.all = { base=128, | |
335 | - belly = {x=66, y=76}, | |
336 | - hand2 = {x=96, y=76}, | |
337 | - head = {x=66, y=16}, | |
338 | - shoulder2 = {x=79, y=38}, | |
339 | - feet = {x=66, y=122}, | |
340 | - hand1 = {x=40, y=74}, | |
341 | - back = {x=68, y=40}, | |
342 | - shoulder1 = {x=52, y=40}, | |
364 | +tiles["npc/humanoid_human_meranas__herald_of_angolwen.png"] = { base=64, | |
365 | + back = {x=34, y=21}, | |
366 | + belly = {x=35, y=31}, | |
367 | + feet = {x=34, y=60}, | |
368 | + hand1 = {x=16, y=40}, | |
369 | + hand2 = {x=52, y=39}, | |
370 | + head = {x=31, y=4}, | |
343 | 371 | } |
344 | -tiles["npc/humanoid_orc_brotoq_the_reaver.png"] = { base=64, | |
345 | - feet = {x=38, y=59}, | |
346 | - hand1 = {x=14, y=31}, | |
347 | - hand2 = {x=58, y=33}, | |
348 | - belly = {x=38, y=26}, | |
349 | - back = {x=38, y=15}, | |
350 | - head = {x=35, y=3}, | |
372 | +tiles["npc/humanoid_human_human_farmer.png"] = { base=64, | |
373 | + back = {x=29, y=18}, | |
374 | + belly = {x=31, y=31}, | |
375 | + feet = {x=32, y=60}, | |
376 | + hand1 = {x=11, y=20}, | |
377 | + hand2 = {x=44, y=38}, | |
378 | + head = {x=29, y=5}, | |
351 | 379 | } |
352 | -tiles["npc/humanoid_shalore_elven_elite_warrior.png"] = { base=64, | |
353 | - feet = {x=33, y=62}, | |
354 | - back = {x=31, y=15}, | |
355 | - belly = {x=31, y=27}, | |
380 | +tiles["npc/humanoid_human_derth_guard.png"] = { base=64, | |
381 | + back = {x=34, y=17}, | |
382 | + belly = {x=36, y=29}, | |
383 | + feet = {x=37, y=59}, | |
384 | + hand1 = {x=10, y=18}, | |
385 | + hand2 = {x=48, y=33}, | |
386 | + head = {x=34, y=5}, | |
387 | +} | |
388 | +tiles["npc/humanoid_human_urkis__the_high_tempest.png"] = { base=64, | |
389 | + back = {x=33, y=9}, | |
390 | + belly = {x=33, y=24}, | |
391 | + feet = {x=35, y=60}, | |
356 | 392 | hand1 = {x=13, y=32}, |
357 | - head = {x=32, y=6}, | |
393 | + hand2 = {x=51, y=29}, | |
394 | + head = {x=33, y=-4}, | |
358 | 395 | } |
359 | -tiles["npc/humanoid_orc_orc_assassin.png"] = { base=64, | |
360 | - feet = {x=36, y=60}, | |
361 | - hand1 = {x=4, y=30}, | |
362 | - hand2 = {x=40, y=3}, | |
363 | - belly = {x=42, y=29}, | |
364 | - back = {x=33, y=20}, | |
365 | - head = {x=24, y=11}, | |
396 | +tiles["npc/humanoid_human_townsfolk_filthy_street_urchin01_64.png"] = { base=64, | |
397 | + back = {x=31, y=21}, | |
398 | + belly = {x=33, y=32}, | |
399 | + feet = {x=35, y=59}, | |
400 | + hand1 = {x=12, y=32}, | |
401 | + hand2 = {x=49, y=40}, | |
402 | + head = {x=27, y=7}, | |
366 | 403 | } |
367 | -tiles["npc/humanoid_yaech_slaver.png"] = { base=64, | |
368 | - feet = {x=46, y=58}, | |
369 | - hand1 = {x=16, y=28}, | |
370 | - hand2 = {x=51, y=10}, | |
371 | - belly = {x=38, y=34}, | |
372 | - back = {x=37, y=25}, | |
373 | - head = {x=28, y=17}, | |
374 | -} | |
375 | -tiles["npc/humanoid_orc_orc_necromancer.png"] = { base=64, | |
376 | - feet = {x=32, y=59}, | |
377 | - hand1 = {x=7, y=39}, | |
378 | - hand2 = {x=53, y=36}, | |
379 | - belly = {x=30, y=32}, | |
380 | - back = {x=28, y=17}, | |
381 | - head = {x=29, y=6}, | |
382 | -} | |
383 | -tiles["npc/humanoid_yeek_yeek_commoner_05.png"] = { base=64, | |
384 | - feet = {x=31, y=61}, | |
385 | - hand1 = {x=12, y=22}, | |
386 | - hand2 = {x=24, y=35}, | |
387 | - belly = {x=32, y=34}, | |
388 | - back = {x=30, y=21}, | |
389 | - head = {x=30, y=12}, | |
390 | -} | |
391 | -tiles["npc/humanoid_yeek_yeek_commoner_06.png"] = { base=64, | |
392 | - feet = {x=30, y=61}, | |
393 | - hand1 = {x=10, y=22}, | |
394 | - hand2 = {x=23, y=36}, | |
395 | - belly = {x=31, y=36}, | |
396 | - back = {x=31, y=22}, | |
397 | - head = {x=30, y=13}, | |
398 | -} | |
399 | -dolls.race_human = dolls.race_human or {} | |
400 | -dolls.race_human.female = { base=128, | |
401 | - belly = {x=68, y=56}, | |
402 | - hand2 = {x=92, y=66}, | |
403 | - head = {x=64, y=6}, | |
404 | - shoulder2 = {x=76, y=25}, | |
405 | - feet = {x=66, y=120}, | |
406 | - hand1 = {x=40, y=66}, | |
407 | - back = {x=66, y=32}, | |
408 | - shoulder1 = {x=52, y=28}, | |
404 | +tiles["npc/humanoid_orc_icy_orc_wyrmic.png"] = { base=64, | |
405 | + back = {x=32, y=20}, | |
406 | + belly = {x=32, y=32}, | |
407 | + feet = {x=34, y=61}, | |
408 | + hand1 = {x=21, y=21}, | |
409 | + hand2 = {x=57, y=36}, | |
410 | + head = {x=26, y=7}, | |
409 | 411 | } |
410 | -dolls.race_dwarf = dolls.race_dwarf or {} | |
411 | -dolls.race_dwarf.female = { base=128, | |
412 | - belly = {x=66, y=74}, | |
413 | - hand2 = {x=110, y=78}, | |
414 | - head = {x=66, y=18}, | |
415 | - shoulder2 = {x=84, y=45}, | |
416 | - feet = {x=66, y=118}, | |
417 | - back = {x=66, y=50}, | |
418 | - hand1 = {x=18, y=78}, | |
419 | - shoulder1 = {x=42, y=46}, | |
412 | +tiles["npc/humanoid_orc_orc_archer.png"] = { base=64, | |
413 | + back = {x=30, y=20}, | |
414 | + belly = {x=31, y=34}, | |
415 | + feet = {x=30, y=60}, | |
416 | + hand1 = {x=20, y=29}, | |
417 | + hand2 = {x=56, y=30}, | |
418 | + head = {x=31, y=10}, | |
420 | 419 | } |
421 | -dolls.race_skeleton = dolls.race_skeleton or {} | |
422 | -dolls.race_skeleton.all = { base=128, | |
423 | - belly = {x=64, y=52}, | |
424 | - hand2 = {x=94, y=68}, | |
425 | - head = {x=60, y=8}, | |
426 | - shoulder2 = {x=74, y=23}, | |
427 | - feet = {x=64, y=124}, | |
428 | - hand1 = {x=30, y=66}, | |
429 | - back = {x=62, y=32}, | |
430 | - shoulder1 = {x=49, y=27}, | |
420 | +tiles["npc/humanoid_human_cutpurse.png"] = { base=64, | |
421 | + back = {x=29, y=18}, | |
422 | + belly = {x=30, y=29}, | |
423 | + feet = {x=36, y=59}, | |
424 | + hand1 = {x=9, y=34}, | |
425 | + hand2 = {x=46, y=34}, | |
426 | + head = {x=28, y=7}, | |
431 | 427 | } |
432 | -tiles["npc/humanoid_orc_orc_blood_mage.png"] = { base=64, | |
433 | - feet = {x=34, y=59}, | |
434 | - hand1 = {x=11, y=36}, | |
435 | - hand2 = {x=57, y=37}, | |
436 | - belly = {x=34, y=32}, | |
437 | - back = {x=33, y=17}, | |
438 | - head = {x=32, y=5}, | |
428 | +tiles["npc/humanoid_orc_orc_child.png"] = { base=64, | |
429 | + back = {x=29, y=24}, | |
430 | + belly = {x=30, y=32}, | |
431 | + feet = {x=31, y=55}, | |
432 | + hand1 = {x=8, y=36}, | |
433 | + hand2 = {x=48, y=35}, | |
434 | + head = {x=25, y=12}, | |
439 | 435 | } |
440 | -tiles["npc/humanoid_human_aluin_the_fallen.png"] = { base=64, | |
441 | - feet = {x=31, y=60}, | |
442 | - hand1 = {x=18, y=36}, | |
443 | - hand2 = {x=41, y=38}, | |
444 | - back = {x=29, y=18}, | |
445 | - belly = {x=29, y=29}, | |
446 | - head = {x=28, y=5}, | |
436 | +tiles["npc/humanoid_dwarf_dwarven_summoner.png"] = { base=64, | |
437 | + back = {x=39, y=24}, | |
438 | + belly = {x=39, y=41}, | |
439 | + feet = {x=38, y=59}, | |
440 | + hand1 = {x=14, y=44}, | |
441 | + hand2 = {x=54, y=44}, | |
442 | + head = {x=39, y=7}, | |
447 | 443 | } |
448 | -tiles["npc/humanoid_thalore_ziguranth_summoner.png"] = { base=64, | |
449 | - feet = {x=35, y=61}, | |
450 | - hand1 = {x=12, y=17}, | |
451 | - hand2 = {x=49, y=39}, | |
452 | - belly = {x=33, y=26}, | |
453 | - back = {x=34, y=15}, | |
454 | - head = {x=32, y=4}, | |
444 | +tiles["npc/humanoid_human_townsfolk_boilcovered_wretch01_64.png"] = { base=64, | |
445 | + back = {x=34, y=21}, | |
446 | + belly = {x=34, y=34}, | |
447 | + feet = {x=35, y=58}, | |
448 | + hand1 = {x=19, y=38}, | |
449 | + hand2 = {x=50, y=39}, | |
450 | + head = {x=28, y=10}, | |
455 | 451 | } |
456 | -tiles["npc/humanoid_orc_orc_fighter.png"] = { base=64, | |
457 | - feet = {x=30, y=60}, | |
458 | - hand1 = {x=7, y=8}, | |
459 | - hand2 = {x=57, y=39}, | |
452 | +tiles["npc/humanoid_halfling_protector_myssil.png"] = { base=64, | |
453 | + back = {x=30, y=22}, | |
460 | 454 | belly = {x=31, y=34}, |
461 | - back = {x=35, y=20}, | |
462 | - head = {x=39, y=10}, | |
463 | -} | |
464 | -tiles["npc/humanoid_human_lost_merchant.png"] = { base=64, | |
465 | - feet = {x=35, y=59}, | |
466 | - back = {x=32, y=24}, | |
467 | - belly = {x=35, y=36}, | |
468 | - hand1 = {x=16, y=47}, | |
469 | - head = {x=30, y=5}, | |
455 | + feet = {x=32, y=60}, | |
456 | + hand1 = {x=16, y=43}, | |
457 | + hand2 = {x=45, y=39}, | |
458 | + head = {x=30, y=7}, | |
470 | 459 | } |
471 | -tiles["npc/humanoid_elf_elven_archer.png"] = { base=64, | |
472 | - feet = {x=32, y=61}, | |
473 | - hand1 = {x=13, y=32}, | |
474 | - hand2 = {x=51, y=32}, | |
475 | - back = {x=32, y=15}, | |
476 | - belly = {x=32, y=28}, | |
477 | - head = {x=32, y=5}, | |
460 | +tiles["npc/humanoid_shalore_rhaloren_inquisitor.png"] = { base=64, | |
461 | + back = {x=30, y=14}, | |
462 | + belly = {x=31, y=26}, | |
463 | + feet = {x=33, y=61}, | |
464 | + hand1 = {x=9, y=17}, | |
465 | + hand2 = {x=56, y=22}, | |
466 | + head = {x=28, y=6}, | |
478 | 467 | } |
479 | -tiles["npc/humanoid_elenulach_thief.png"] = { base=64, | |
480 | - feet = {x=30, y=60}, | |
481 | - hand1 = {x=18, y=37}, | |
482 | - hand2 = {x=42, y=37}, | |
483 | - back = {x=30, y=17}, | |
468 | +tiles["npc/humanoid_orc_orc_elite_berserker.png"] = { base=64, | |
469 | + back = {x=33, y=17}, | |
484 | 470 | belly = {x=30, y=32}, |
485 | - head = {x=30, y=6}, | |
486 | -} | |
487 | -tiles["npc/humanoid_human_fire_wyrmic.png"] = { base=64, | |
488 | - feet = {x=31, y=60}, | |
489 | - hand1 = {x=12, y=30}, | |
490 | - hand2 = {x=49, y=36}, | |
491 | - back = {x=28, y=19}, | |
492 | - belly = {x=28, y=28}, | |
493 | - head = {x=24, y=9}, | |
494 | -} | |
495 | -tiles["npc/humanoid_human_rej_arkatis.png"] = { base=64, | |
496 | - feet = {x=34, y=59}, | |
497 | - hand1 = {x=24, y=17}, | |
498 | - hand2 = {x=38, y=19}, | |
499 | - belly = {x=33, y=26}, | |
500 | - back = {x=33, y=15}, | |
501 | - head = {x=32, y=4}, | |
471 | + feet = {x=34, y=61}, | |
472 | + hand1 = {x=19, y=21}, | |
473 | + hand2 = {x=54, y=31}, | |
474 | + head = {x=33, y=7}, | |
502 | 475 | } |
503 | -tiles["npc/humanoid_human_gladiator.png"] = { base=64, | |
504 | - feet = {x=35, y=58}, | |
505 | - hand1 = {x=13, y=35}, | |
506 | - hand2 = {x=53, y=36}, | |
507 | - back = {x=34, y=19}, | |
508 | - belly = {x=35, y=31}, | |
509 | - head = {x=32, y=7}, | |
476 | +tiles["npc/humanoid_yaech_blood_master.png"] = { base=64, | |
477 | + back = {x=29, y=25}, | |
478 | + belly = {x=31, y=32}, | |
479 | + feet = {x=22, y=60}, | |
480 | + hand1 = {x=6, y=17}, | |
481 | + hand2 = {x=50, y=27}, | |
482 | + head = {x=36, y=14}, | |
510 | 483 | } |
511 | -tiles["npc/humanoid_orc_orc_mother.png"] = { base=64, | |
484 | +tiles["npc/humanoid_human_multihued_wyrmic.png"] = { base=64, | |
485 | + back = {x=30, y=17}, | |
486 | + belly = {x=31, y=30}, | |
512 | 487 | feet = {x=33, y=59}, |
513 | - hand1 = {x=10, y=37}, | |
514 | - hand2 = {x=53, y=35}, | |
515 | - belly = {x=30, y=31}, | |
516 | - back = {x=30, y=9}, | |
517 | - head = {x=28, y=-6}, | |
518 | -} | |
519 | -tiles["npc/humanoid_human_enthralled_slave.png"] = { base=64, | |
520 | - feet = {x=33, y=58}, | |
521 | - hand1 = {x=16, y=35}, | |
522 | - hand2 = {x=47, y=36}, | |
523 | - back = {x=32, y=18}, | |
524 | - belly = {x=32, y=29}, | |
525 | - head = {x=31, y=5}, | |
488 | + hand1 = {x=13, y=39}, | |
489 | + hand2 = {x=49, y=38}, | |
490 | + head = {x=30, y=8}, | |
526 | 491 | } |
527 | -tiles["npc/humanoid_human_spectator03.png"] = { base=64, | |
528 | - feet = {x=32, y=61}, | |
529 | - hand1 = {x=16, y=38}, | |
530 | - hand2 = {x=44, y=38}, | |
531 | - belly = {x=30, y=30}, | |
532 | - back = {x=30, y=19}, | |
533 | - head = {x=30, y=4}, | |
492 | +tiles["npc/humanoid_orc_brotoq_the_reaver.png"] = { base=64, | |
493 | + back = {x=38, y=15}, | |
494 | + belly = {x=38, y=26}, | |
495 | + feet = {x=38, y=59}, | |
496 | + hand1 = {x=14, y=31}, | |
497 | + hand2 = {x=58, y=33}, | |
498 | + head = {x=35, y=3}, | |
534 | 499 | } |
535 | -tiles["npc/humanoid_human_alchemist.png"] = { base=64, | |
536 | - feet = {x=35, y=59}, | |
537 | - hand1 = {x=10, y=32}, | |
538 | - hand2 = {x=51, y=34}, | |
539 | - back = {x=33, y=19}, | |
540 | - belly = {x=34, y=32}, | |
541 | - head = {x=33, y=5}, | |
500 | +tiles["npc/humanoid_orc_orc_high_cryomancer.png"] = { base=64, | |
501 | + back = {x=33, y=22}, | |
502 | + belly = {x=37, y=32}, | |
503 | + feet = {x=36, y=60}, | |
504 | + hand1 = {x=7, y=17}, | |
505 | + hand2 = {x=57, y=31}, | |
506 | + head = {x=26, y=8}, | |
542 | 507 | } |
543 | -tiles["npc/humanoid_human_townsfolk_blubbering_idiot01_64.png"] = { base=64, | |
544 | - feet = {x=33, y=59}, | |
545 | - hand1 = {x=19, y=41}, | |
546 | - hand2 = {x=47, y=40}, | |
547 | - belly = {x=31, y=33}, | |
548 | - back = {x=31, y=19}, | |
549 | - head = {x=29, y=7}, | |
508 | +tiles["npc/humanoid_yeek_yeek_wayist.png"] = { base=64, | |
509 | + back = {x=37, y=24}, | |
510 | + belly = {x=37, y=35}, | |
511 | + feet = {x=37, y=59}, | |
512 | + hand1 = {x=14, y=34}, | |
513 | + hand2 = {x=58, y=36}, | |
514 | + head = {x=38, y=13}, | |
550 | 515 | } |
551 | -tiles["npc/humanoid_elf_star_crusader.png"] = { base=64, | |
552 | - feet = {x=34, y=60}, | |
553 | - hand1 = {x=11, y=30}, | |
554 | - hand2 = {x=51, y=33}, | |
516 | +tiles["npc/humanoid_human_necromancer.png"] = { base=64, | |
555 | 517 | back = {x=34, y=17}, |
556 | - belly = {x=34, y=30}, | |
557 | - head = {x=34, y=4}, | |
518 | + belly = {x=32, y=32}, | |
519 | + feet = {x=27, y=61}, | |
520 | + hand1 = {x=18, y=16}, | |
521 | + hand2 = {x=40, y=41}, | |
522 | + head = {x=36, y=3}, | |
558 | 523 | } |
559 | -tiles["npc/humanoid_elf_high_chronomancer_zemekkys.png"] = { base=64, | |
560 | - feet = {x=33, y=61}, | |
561 | - hand1 = {x=11, y=36}, | |
562 | - hand2 = {x=51, y=38}, | |
563 | - back = {x=32, y=19}, | |
564 | - belly = {x=32, y=29}, | |
565 | - head = {x=30, y=6}, | |
524 | +tiles["npc/humanoid_yaech_yaech_mindslayer.png"] = { base=64, | |
525 | + back = {x=37, y=31}, | |
526 | + belly = {x=39, y=40}, | |
527 | + feet = {x=58, y=58}, | |
528 | + hand1 = {x=7, y=28}, | |
529 | + hand2 = {x=21, y=32}, | |
530 | + head = {x=28, y=19}, | |
566 | 531 | } |
567 | -tiles["npc/humanoid_halfling_sm_halfling.png"] = { base=64, | |
568 | - feet = {x=33, y=61}, | |
569 | - hand1 = {x=10, y=14}, | |
570 | - hand2 = {x=52, y=11}, | |
571 | - back = {x=30, y=23}, | |
572 | - belly = {x=30, y=35}, | |
573 | - head = {x=31, y=7}, | |
574 | -} | |
575 | -tiles["npc/humanoid_orc_orc_elite_fighter.png"] = { base=64, | |
576 | - feet = {x=31, y=60}, | |
577 | - hand1 = {x=11, y=37}, | |
578 | - hand2 = {x=53, y=29}, | |
579 | - belly = {x=31, y=33}, | |
580 | - back = {x=29, y=16}, | |
581 | - head = {x=29, y=4}, | |
582 | -} | |
583 | -tiles["npc/humanoid_halfling_halfling_gardener.png"] = { base=64, | |
584 | - feet = {x=33, y=58}, | |
585 | - hand1 = {x=17, y=36}, | |
586 | - hand2 = {x=48, y=38}, | |
587 | - back = {x=31, y=22}, | |
588 | - belly = {x=31, y=32}, | |
589 | - head = {x=29, y=8}, | |
532 | +tiles["npc/humanoid_human_spectator.png"] = { base=64, | |
533 | + back = {x=35, y=17}, | |
534 | + belly = {x=36, y=29}, | |
535 | + feet = {x=37, y=59}, | |
536 | + hand1 = {x=50, y=37}, | |
537 | + head = {x=34, y=5}, | |
590 | 538 | } |
591 | -tiles["npc/humanoid_human_argoniel.png"] = { base=64, | |
592 | - feet = {x=30, y=59}, | |
593 | - hand1 = {x=9, y=2}, | |
594 | - hand2 = {x=57, y=9}, | |
595 | - back = {x=32, y=10}, | |
596 | - belly = {x=32, y=22}, | |
597 | - head = {x=32, y=-3}, | |
539 | +tiles["npc/humanoid_human_ben_cruthdar__the_cursed.png"] = { base=64, | |
540 | + back = {x=29, y=17}, | |
541 | + belly = {x=30, y=32}, | |
542 | + feet = {x=36, y=61}, | |
543 | + hand1 = {x=17, y=33}, | |
544 | + hand2 = {x=46, y=19}, | |
545 | + head = {x=28, y=4}, | |
598 | 546 | } |
599 | -tiles["npc/humanoid_orc_fiery_orc_wyrmic.png"] = { base=64, | |
600 | - feet = {x=33, y=60}, | |
601 | - hand1 = {x=20, y=20}, | |
602 | - hand2 = {x=57, y=36}, | |
603 | - belly = {x=32, y=31}, | |
604 | - back = {x=30, y=21}, | |
605 | - head = {x=25, y=9}, | |
547 | +tiles["npc/humanoid_thalore_thalore_wilder.png"] = { base=64, | |
548 | + back = {x=29, y=11}, | |
549 | + belly = {x=28, y=23}, | |
550 | + feet = {x=27, y=59}, | |
551 | + hand1 = {x=11, y=31}, | |
552 | + hand2 = {x=44, y=30}, | |
553 | + head = {x=29, y=-1}, | |
606 | 554 | } |
607 | -tiles["npc/humanoid_orc_ukruk_the_fierce.png"] = { base=64, | |
608 | - feet = {x=34, y=60}, | |
609 | - back = {x=28, y=17}, | |
610 | - belly = {x=29, y=33}, | |
611 | - hand1 = {x=10, y=38}, | |
612 | - head = {x=25, y=8}, | |
555 | +tiles["npc/humanoid_yeek_yeek_commoner_07.png"] = { base=64, | |
556 | + back = {x=30, y=23}, | |
557 | + belly = {x=33, y=37}, | |
558 | + feet = {x=33, y=61}, | |
559 | + hand1 = {x=14, y=39}, | |
560 | + hand2 = {x=48, y=36}, | |
561 | + head = {x=31, y=11}, | |
613 | 562 | } |
614 | -tiles["npc/humanoid_human_tannen.png"] = { base=64, | |
615 | - feet = {x=37, y=60}, | |
616 | - hand1 = {x=10, y=16}, | |
617 | - hand2 = {x=56, y=14}, | |
618 | - belly = {x=35, y=28}, | |
619 | - back = {x=31, y=15}, | |
620 | - head = {x=29, y=4}, | |
563 | +tiles["npc/humanoid_yaech_yaech_hunter.png"] = { base=64, | |
564 | + back = {x=34, y=29}, | |
565 | + belly = {x=23, y=29}, | |
566 | + feet = {x=6, y=7}, | |
567 | + hand1 = {x=33, y=50}, | |
568 | + hand2 = {x=59, y=37}, | |
569 | + head = {x=46, y=19}, | |
621 | 570 | } |
622 | -tiles["npc/humanoid_orc_orc_child.png"] = { base=64, | |
623 | - feet = {x=31, y=55}, | |
624 | - hand1 = {x=8, y=36}, | |
625 | - hand2 = {x=48, y=35}, | |
626 | - belly = {x=30, y=32}, | |
627 | - back = {x=29, y=24}, | |
628 | - head = {x=25, y=12}, | |
571 | +tiles["npc/humanoid_naga_naga_nereid.png"] = { base=64, | |
572 | + back = {x=37, y=17}, | |
573 | + belly = {x=38, y=28}, | |
574 | + feet = {x=32, y=62}, | |
575 | + hand1 = {x=25, y=40}, | |
576 | + hand2 = {x=59, y=31}, | |
577 | + head = {x=35, y=5}, | |
629 | 578 | } |
630 | -tiles["npc/humanoid_yaech_yaech_psion.png"] = { base=64, | |
631 | - feet = {x=5, y=58}, | |
632 | - hand1 = {x=55, y=27}, | |
633 | - hand2 = {x=42, y=32}, | |
634 | - belly = {x=25, y=40}, | |
635 | - back = {x=23, y=31}, | |
636 | - head = {x=33, y=15}, | |
579 | +tiles["npc/humanoid_orc_rak_shor__grand_necromancer_of_the_pride.png"] = { base=64, | |
580 | + back = {x=28, y=20}, | |