silphscope 1.2.30 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,986 @@
1
+ {
2
+ "ANIM_TAG_PINK_ORB": {
3
+ "imageSize": "8x8",
4
+ "imageWidth": 8,
5
+ "imageHeight": 8,
6
+ "frameCount": 1,
7
+ "frames": [
8
+ { "x": 0, "y": 0, "width": 8, "height": 8 }
9
+ ],
10
+ "note": "we probably won't be cutting the images to separate frames here :p",
11
+ "note2": "yea... I lied :p I want the images correctly cut up even if they are never used... why do I do this stuff..."
12
+ },
13
+ "ANIM_TAG_ORANGE": {
14
+ "imageSize": "16x16",
15
+ "imageWidth": 16,
16
+ "imageHeight": 16,
17
+ "frameCount": 1,
18
+ "frames": [
19
+ { "x": 0, "y": 0, "width": 16, "height": 16 }
20
+ ]
21
+ },
22
+ "ANIM_TAG_GLASS": {
23
+ "imageSize": "32x56",
24
+ "imageWidth": 32,
25
+ "imageHeight": 56,
26
+ "frameCount": 1,
27
+ "frames": [
28
+ { "x": 0, "y": 0, "width": 32, "height": 56 }
29
+ ],
30
+ "note": "I have no idea if this is a frame image or a regular image... so for now it will stay as one frame"
31
+ },
32
+ "ANIM_TAG_BLUE_SHARDS": {
33
+ "imageSize": "16x112",
34
+ "imageWidth": 16,
35
+ "imageHeight": 112,
36
+ "frameCount": 7,
37
+ "frames": [
38
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
39
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
40
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
41
+ { "x": 0, "y": 48, "width": 16, "height": 16 },
42
+ { "x": 0, "y": 64, "width": 16, "height": 16 },
43
+ { "x": 0, "y": 80, "width": 16, "height": 16 },
44
+ { "x": 0, "y": 96, "width": 16, "height": 16 }
45
+ ]
46
+ },
47
+ "ANIM_TAG_CLOSING_EYE": {
48
+ "imageSize": "32x48",
49
+ "imageWidth": 32,
50
+ "imageHeight": 48,
51
+ "frameCount": 3,
52
+ "frames": [
53
+ { "x": 0, "y": 0, "width": 32, "height": 16 },
54
+ { "x": 0, "y": 16, "width": 32, "height": 16 },
55
+ { "x": 0, "y": 32, "width": 32, "height": 16 }
56
+ ]
57
+ },
58
+ "ANIM_TAG_WAVING_HAND": {
59
+ "imageSize": "16x48",
60
+ "imageWidth": 16,
61
+ "imageHeight": 48,
62
+ "frameCount": 3,
63
+ "frames": [
64
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
65
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
66
+ { "x": 0, "y": 32, "width": 16, "height": 16 }
67
+ ]
68
+ },
69
+ "ANIM_TAG_HIT_DUPLICATE": {
70
+ "imageSize": "32x160",
71
+ "imageWidth": 32,
72
+ "imageHeight": 160,
73
+ "frameCount": 5,
74
+ "frames": [
75
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
76
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
77
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
78
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
79
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
80
+ ]
81
+ },
82
+ "ANIM_TAG_BLUE_BURST": {
83
+ "imageSize": "32x160",
84
+ "imageWidth": 32,
85
+ "imageHeight": 160,
86
+ "frameCount": 5,
87
+ "frames": [
88
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
89
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
90
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
91
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
92
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
93
+ ]
94
+ },
95
+ "ANIM_TAG_SPINNING_FIRE": {
96
+ "imageSize": "32x128",
97
+ "imageWidth": 32,
98
+ "imageHeight": 128,
99
+ "frameCount": 4,
100
+ "frames": [
101
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
102
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
103
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
104
+ { "x": 0, "y": 96, "width": 32, "height": 32 }
105
+ ]
106
+ },
107
+ "ANIM_TAG_LIGHTNING_2": {
108
+ "imageSize": "32x128",
109
+ "imageWidth": 32,
110
+ "imageHeight": 128,
111
+ "frameCount": 4,
112
+ "frames": [
113
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
114
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
115
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
116
+ { "x": 0, "y": 96, "width": 32, "height": 32 }
117
+ ]
118
+ },
119
+ "ANIM_TAG_CLAW_SLASH_2": {
120
+ "imageSize": "32x128",
121
+ "imageWidth": 32,
122
+ "imageHeight": 128,
123
+ "frameCount": 4,
124
+ "frames": [
125
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
126
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
127
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
128
+ { "x": 0, "y": 96, "width": 32, "height": 32 }
129
+ ]
130
+ },
131
+ "ANIM_TAG_SCRATCH_3": {
132
+ "imageSize": "32x160",
133
+ "imageWidth": 32,
134
+ "imageHeight": 160,
135
+ "frameCount": 5,
136
+ "frames": [
137
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
138
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
139
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
140
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
141
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
142
+ ]
143
+ },
144
+ "ANIM_TAG_SCRATCH_2": {
145
+ "imageSize": "32x160",
146
+ "imageWidth": 32,
147
+ "imageHeight": 160,
148
+ "frameCount": 5,
149
+ "frames": [
150
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
151
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
152
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
153
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
154
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
155
+ ]
156
+ },
157
+ "ANIM_TAG_BUBBLE_BURST_2": {
158
+ "imageSize": "32x160",
159
+ "imageWidth": 32,
160
+ "imageHeight": 160,
161
+ "frameCount": 5,
162
+ "frames": [
163
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
164
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
165
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
166
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
167
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
168
+ ]
169
+ },
170
+ "ANIM_TAG_GLASS_2": {
171
+ "imageSize": "32x160",
172
+ "imageWidth": 32,
173
+ "imageHeight": 160,
174
+ "frameCount": 5,
175
+ "frames": [
176
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
177
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
178
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
179
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
180
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
181
+ ]
182
+ },
183
+ "ANIM_TAG_PINK_HEART_2": {
184
+ "imageSize": "32x160",
185
+ "imageWidth": 32,
186
+ "imageHeight": 160,
187
+ "frameCount": 5,
188
+ "frames": [
189
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
190
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
191
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
192
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
193
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
194
+ ]
195
+ },
196
+ "ANIM_TAG_SAP_DRIP": {
197
+ "imageSize": "32x256",
198
+ "imageWidth": 32,
199
+ "imageHeight": 256,
200
+ "frameCount": 8,
201
+ "frames": [
202
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
203
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
204
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
205
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
206
+ { "x": 0, "y": 128, "width": 32, "height": 32 },
207
+ { "x": 0, "y": 160, "width": 32, "height": 32 },
208
+ { "x": 0, "y": 192, "width": 32, "height": 32 },
209
+ { "x": 0, "y": 224, "width": 32, "height": 32 }
210
+ ]
211
+ },
212
+ "ANIM_TAG_SAP_DRIP_2": {
213
+ "imageSize": "32x256",
214
+ "imageWidth": 32,
215
+ "imageHeight": 256,
216
+ "frameCount": 8,
217
+ "frames": [
218
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
219
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
220
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
221
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
222
+ { "x": 0, "y": 128, "width": 32, "height": 32 },
223
+ { "x": 0, "y": 160, "width": 32, "height": 32 },
224
+ { "x": 0, "y": 192, "width": 32, "height": 32 },
225
+ { "x": 0, "y": 224, "width": 32, "height": 32 }
226
+ ],
227
+ "note": "I will have to see once this one generates if it is correct... since the pret repo doesn't indirectly tell you like the others..."
228
+ },
229
+ "ANIM_TAG_HUMANOID_HAND": {
230
+ "imageSize": "32x32",
231
+ "imageWidth": 32,
232
+ "imageHeight": 32,
233
+ "frameCount": 1,
234
+ "frames": [
235
+ { "x": 0, "y": 0, "width": 32, "height": 32 }
236
+ ]
237
+ },
238
+ "ANIM_TAG_YELLOW_UNK": {
239
+ "imageSize": "16x16",
240
+ "imageWidth": 16,
241
+ "imageHeight": 16,
242
+ "frameCount": 1,
243
+ "frames": [
244
+ { "x": 0, "y": 0, "width": 16, "height": 16 }
245
+ ]
246
+ },
247
+ "ANIM_TAG_RED_FIST": {
248
+ "imageSize": "32x32",
249
+ "imageWidth": 32,
250
+ "imageHeight": 32,
251
+ "frameCount": 1,
252
+ "frames": [
253
+ { "x": 0, "y": 0, "width": 32, "height": 32 }
254
+ ]
255
+ },
256
+ "ANIM_TAG_RING": {
257
+ "imageSize": "16x48",
258
+ "imageWidth": 16,
259
+ "imageHeight": 48,
260
+ "frameCount": 3,
261
+ "frames": [
262
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
263
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
264
+ { "x": 0, "y": 32, "width": 16, "height": 16 }
265
+ ]
266
+ },
267
+ "ANIM_TAG_Z": {
268
+ "imageSize": "16x32",
269
+ "imageWidth": 16,
270
+ "imageHeight": 32,
271
+ "frameCount": 2,
272
+ "frames": [
273
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
274
+ { "x": 0, "y": 16, "width": 16, "height": 16 }
275
+ ]
276
+ },
277
+ "ANIM_TAG_YELLOW_UNK_2": {
278
+ "imageSize": "8x16",
279
+ "imageWidth": 8,
280
+ "imageHeight": 16,
281
+ "frameCount": 1,
282
+ "frames": [
283
+ { "x": 0, "y": 0, "width": 8, "height": 16 }
284
+ ]
285
+ },
286
+ "ANIM_TAG_AIR_SLASH": {
287
+ "imageSize": "16x48",
288
+ "imageWidth": 16,
289
+ "imageHeight": 48,
290
+ "frameCount": 3,
291
+ "frames": [
292
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
293
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
294
+ { "x": 0, "y": 0, "width": 16, "height": 16 }
295
+ ],
296
+ "note": "I think that is right..."
297
+ },
298
+ "ANIM_TAG_SPINNING_GREEN_ORBS": {
299
+ "imageSize": "32x128",
300
+ "imageWidth": 32,
301
+ "imageHeight": 128,
302
+ "frameCount": 4,
303
+ "frames": [
304
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
305
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
306
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
307
+ { "x": 0, "y": 96, "width": 32, "height": 32 }
308
+ ]
309
+ },
310
+ "ANIM_TAG_BROWN_TRIANGLE": {
311
+ "imageSize": "16x32",
312
+ "imageWidth": 16,
313
+ "imageHeight": 32,
314
+ "frameCount": 2,
315
+ "frames": [
316
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
317
+ { "x": 0, "y": 16, "width": 16, "height": 16 }
318
+ ]
319
+ },
320
+ "ANIM_TAG_POWDER": {
321
+ "imageSize": "8x128",
322
+ "imageWidth": 8,
323
+ "imageHeight": 128,
324
+ "frameCount": 8,
325
+ "frames": [
326
+ { "x": 0, "y": 0, "width": 8, "height": 16 },
327
+ { "x": 0, "y": 16, "width": 8, "height": 16 },
328
+ { "x": 0, "y": 32, "width": 8, "height": 16 },
329
+ { "x": 0, "y": 48, "width": 8, "height": 16 },
330
+ { "x": 0, "y": 64, "width": 8, "height": 16 },
331
+ { "x": 0, "y": 80, "width": 8, "height": 16 },
332
+ { "x": 0, "y": 96, "width": 8, "height": 16 },
333
+ { "x": 0, "y": 112, "width": 8, "height": 16 }
334
+ ]
335
+ },
336
+ "ANIM_TAG_BLUE_FLAMES": {
337
+ "imageSize": "32x64",
338
+ "imageWidth": 32,
339
+ "imageHeight": 64,
340
+ "frameCount": 4,
341
+ "frames": [
342
+ { "x": 0, "y": 0, "width": 32, "height": 16 },
343
+ { "x": 0, "y": 16, "width": 32, "height": 16 },
344
+ { "x": 0, "y": 32, "width": 32, "height": 16 },
345
+ { "x": 0, "y": 48, "width": 32, "height": 16 }
346
+ ]
347
+ },
348
+ "ANIM_TAG_BLUE_FLAMES_2": {
349
+ "imageSize": "8x128",
350
+ "imageWidth": 8,
351
+ "imageHeight": 128,
352
+ "frameCount": 4,
353
+ "frames": [
354
+ { "x": 0, "y": 0, "width": 8, "height": 32 },
355
+ { "x": 0, "y": 32, "width": 8, "height": 32 },
356
+ { "x": 0, "y": 64, "width": 8, "height": 32 },
357
+ { "x": 0, "y": 96, "width": 8, "height": 32 }
358
+ ]
359
+ },
360
+ "ANIM_TAG_SHOCK_4": {
361
+ "imageSize": "16x96",
362
+ "imageWidth": 16,
363
+ "imageHeight": 96,
364
+ "frameCount": 6,
365
+ "frames": [
366
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
367
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
368
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
369
+ { "x": 0, "y": 48, "width": 16, "height": 16 },
370
+ { "x": 0, "y": 64, "width": 16, "height": 16 },
371
+ { "x": 0, "y": 80, "width": 16, "height": 16 }
372
+ ]
373
+ },
374
+ "ANIM_TAG_BELL_2": {
375
+ "imageSize": "32x160",
376
+ "imageWidth": 32,
377
+ "imageHeight": 160,
378
+ "frameCount": 5,
379
+ "frames": [
380
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
381
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
382
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
383
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
384
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
385
+ ]
386
+ },
387
+ "ANIM_TAG_PINK_GLOVE": {
388
+ "imageSize": "16x16",
389
+ "imageWidth": 16,
390
+ "imageHeight": 16,
391
+ "frameCount": 1,
392
+ "frames": [
393
+ { "x": 0, "y": 0, "width": 16, "height": 16 }
394
+ ]
395
+ },
396
+ "ANIM_TAG_BLUE_LINES": {
397
+ "imageSize": "8x16",
398
+ "imageWidth": 8,
399
+ "imageHeight": 16,
400
+ "frameCount": 2,
401
+ "frames": [
402
+ { "x": 0, "y": 0, "width": 8, "height": 8 },
403
+ { "x": 0, "y": 8, "width": 8, "height": 8 }
404
+ ]
405
+ },
406
+ "ANIM_TAG_IMPACT_3": {
407
+ "imageSize": "32x208",
408
+ "imageWidth": 32,
409
+ "imageHeight": 208,
410
+ "frameCount": 1,
411
+ "frames": [
412
+ { "x": 0, "y": 0, "width": 32, "height": 208 }
413
+ ],
414
+ "note": "this actually has 6 frames however they are unevenly spaced and I am too lazy to open aseperite right now and see the frame sizes..."
415
+ },
416
+ "ANIM_TAG_IMPACT_2": {
417
+ "imageSize": "32x192",
418
+ "imageWidth": 32,
419
+ "imageHeight": 192,
420
+ "frameCount": 6,
421
+ "frames": [
422
+ { "x": 0, "y": 160, "width": 32, "height": 32 },
423
+ { "x": 0, "y": 128, "width": 32, "height": 32 },
424
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
425
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
426
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
427
+ { "x": 0, "y": 0, "width": 32, "height": 32 }
428
+ ]
429
+ },
430
+ "ANIM_TAG_RETICLE": {
431
+ "imageSize": "16x80",
432
+ "imageWidth": 16,
433
+ "imageHeight": 80,
434
+ "frameCount": 5,
435
+ "frames": [
436
+ { "x": 0, "y": 64, "width": 16, "height": 16 },
437
+ { "x": 0, "y": 48, "width": 16, "height": 16 },
438
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
439
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
440
+ { "x": 0, "y": 0, "width": 16, "height": 16 }
441
+ ]
442
+ },
443
+ "ANIM_TAG_SNOWBALL": {
444
+ "imageSize": "8x48",
445
+ "imageWidth": 8,
446
+ "imageHeight": 48,
447
+ "frameCount": 6,
448
+ "frames": [
449
+ { "x": 0, "y": 0, "width": 8, "height": 8 },
450
+ { "x": 0, "y": 8, "width": 8, "height": 8 },
451
+ { "x": 0, "y": 16, "width": 8, "height": 8 },
452
+ { "x": 0, "y": 24, "width": 8, "height": 8 },
453
+ { "x": 0, "y": 32, "width": 8, "height": 8 },
454
+ { "x": 0, "y": 40, "width": 8, "height": 8 }
455
+ ]
456
+ },
457
+ "ANIM_TAG_VINE": {
458
+ "imageSize": "32x160",
459
+ "imageWidth": 32,
460
+ "imageHeight": 160,
461
+ "frameCount": 5,
462
+ "frames": [
463
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
464
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
465
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
466
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
467
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
468
+ ],
469
+ "note": "so I am confused on this too... pretty sure the above is entirely wrong... but I will check when it actually renders I guess :p"
470
+ },
471
+ "ANIM_TAG_SWORD_2": {
472
+ "imageSize": "16x48",
473
+ "imageWidth": 16,
474
+ "imageHeight": 48,
475
+ "frameCount": 3,
476
+ "frames": [
477
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
478
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
479
+ { "x": 0, "y": 32, "width": 16, "height": 16 }
480
+ ]
481
+ },
482
+ "ANIM_TAG_CLAPPING": {
483
+ "imageSize": "16x48",
484
+ "imageWidth": 16,
485
+ "imageHeight": 48,
486
+ "frameCount": 3,
487
+ "frames": [
488
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
489
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
490
+ { "x": 0, "y": 32, "width": 16, "height": 16 }
491
+ ]
492
+ },
493
+ "ANIM_TAG_RED_TUBE": {
494
+ "imageSize": "32x8",
495
+ "imageWidth": 32,
496
+ "imageHeight": 8,
497
+ "frameCount": 1,
498
+ "frames": [
499
+ { "x": 0, "y": 0, "width": 32, "height": 8 }
500
+ ]
501
+ },
502
+ "ANIM_TAG_STRING_2": {
503
+ "imageSize": "32x160",
504
+ "imageWidth": 32,
505
+ "imageHeight": 160,
506
+ "frameCount": 1,
507
+ "frames": [
508
+ { "x": 0, "y": 0, "width": 32, "height": 160 }
509
+ ],
510
+ "note": "once again I have to open aseprite for this one... but I am too lazy to do so right now :p"
511
+ },
512
+ "ANIM_TAG_PENCIL_2": {
513
+ "imageSize": "16x42",
514
+ "imageWidth": 16,
515
+ "imageHeight": 42,
516
+ "frameCount": 3,
517
+ "frames": [
518
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
519
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
520
+ { "x": 0, "y": 32, "width": 16, "height": 16 }
521
+ ]
522
+ },
523
+ "ANIM_TAG_PETAL": {
524
+ "imageSize": "16x112",
525
+ "imageWidth": 16,
526
+ "imageHeight": 112,
527
+ "frameCount": 7,
528
+ "frames": [
529
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
530
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
531
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
532
+ { "x": 0, "y": 48, "width": 16, "height": 16 },
533
+ { "x": 0, "y": 64, "width": 16, "height": 16 },
534
+ { "x": 0, "y": 80, "width": 16, "height": 16 },
535
+ { "x": 0, "y": 96, "width": 16, "height": 16 }
536
+ ]
537
+ },
538
+ "ANIM_TAG_WEB": {
539
+ "imageSize": "32x32",
540
+ "imageWidth": 32,
541
+ "imageHeight": 32,
542
+ "frameCount": 1,
543
+ "frames": [
544
+ { "x": 0, "y": 0, "width": 32, "height": 32 }
545
+ ]
546
+ },
547
+ "ANIM_TAG_CRACKED_EGG": {
548
+ "imageSize": "32x32",
549
+ "imageWidth": 32,
550
+ "imageHeight": 32,
551
+ "frameCount": 1,
552
+ "frames": [
553
+ { "x": 0, "y": 0, "width": 32, "height": 32 }
554
+ ]
555
+ },
556
+ "ANIM_TAG_HATCHED_EGG": {
557
+ "imageSize": "32x32",
558
+ "imageWidth": 32,
559
+ "imageHeight": 32,
560
+ "frameCount": 1,
561
+ "frames": [
562
+ { "x": 0, "y": 0, "width": 32, "height": 32 }
563
+ ]
564
+ },
565
+ "ANIM_TAG_FRESH_EGG": {
566
+ "imageSize": "16x16",
567
+ "imageWidth": 16,
568
+ "imageHeight": 16,
569
+ "frameCount": 1,
570
+ "frames": [
571
+ { "x": 0, "y": 16, "width": 16, "height": 16 }
572
+ ]
573
+ },
574
+ "ANIM_TAG_FANGS": {
575
+ "imageSize": "32x64",
576
+ "imageWidth": 32,
577
+ "imageHeight": 64,
578
+ "frameCount": 2,
579
+ "frames": [
580
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
581
+ { "x": 0, "y": 32, "width": 32, "height": 32 }
582
+ ],
583
+ "note": "so I believe this is actually meant to be used at the same time not exactly as frames... but having them split accomplishes the same thing :p"
584
+ },
585
+ "ANIM_TAG_EXPLOSION_2": {
586
+ "imageSize": "32x192",
587
+ "imageWidth": 32,
588
+ "imageHeight": 192,
589
+ "frameCount": 6,
590
+ "frames": [
591
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
592
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
593
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
594
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
595
+ { "x": 0, "y": 128, "width": 32, "height": 32 },
596
+ { "x": 0, "y": 160, "width": 32, "height": 32 }
597
+ ]
598
+ },
599
+ "ANIM_TAG_EXPLOSION_3": {
600
+ "imageSize": "16x64",
601
+ "imageWidth": 16,
602
+ "imageHeight": 64,
603
+ "frameCount": 4,
604
+ "frames": [
605
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
606
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
607
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
608
+ { "x": 0, "y": 48, "width": 16, "height": 16 }
609
+ ]
610
+ },
611
+ "ANIM_TAG_WATER_DROPLET": {
612
+ "imageSize": "32x256",
613
+ "imageWidth": 32,
614
+ "imageHeight": 256,
615
+ "frameCount": 8,
616
+ "frames": [
617
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
618
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
619
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
620
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
621
+ { "x": 0, "y": 128, "width": 32, "height": 32 },
622
+ { "x": 0, "y": 160, "width": 32, "height": 32 },
623
+ { "x": 0, "y": 192, "width": 32, "height": 32 },
624
+ { "x": 0, "y": 224, "width": 32, "height": 32 }
625
+ ]
626
+ },
627
+ "ANIM_TAG_WATER_DROPLET_2": {
628
+ "imageSize": "32x160",
629
+ "imageWidth": 32,
630
+ "imageHeight": 160,
631
+ "frameCount": 5,
632
+ "frames": [
633
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
634
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
635
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
636
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
637
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
638
+ ]
639
+ },
640
+ "ANIM_TAG_SEED_2": {
641
+ "imageSize": "8x8",
642
+ "imageWidth": 8,
643
+ "imageHeight": 8,
644
+ "frameCount": 1,
645
+ "frames": [
646
+ { "x": 0, "y": 0, "width": 8, "height": 8 }
647
+ ]
648
+ },
649
+ "ANIM_TAG_SPROUT": {
650
+ "imageSize": "32x224",
651
+ "imageWidth": 32,
652
+ "imageHeight": 224,
653
+ "frameCount": 7,
654
+ "frames": [
655
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
656
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
657
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
658
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
659
+ { "x": 0, "y": 128, "width": 32, "height": 32 },
660
+ { "x": 0, "y": 160, "width": 32, "height": 32 },
661
+ { "x": 0, "y": 192, "width": 32, "height": 32 }
662
+ ]
663
+ },
664
+ "ANIM_TAG_RED_WAND": {
665
+ "imageSize": "16x16",
666
+ "imageWidth": 16,
667
+ "imageHeight": 16,
668
+ "frameCount": 1,
669
+ "frames": [
670
+ { "x": 0, "y": 0, "width": 16, "height": 16 }
671
+ ]
672
+ },
673
+ "ANIM_TAG_PURPLE_GREEN_UNK": {
674
+ "imageSize": "32x160",
675
+ "imageWidth": 32,
676
+ "imageHeight": 160,
677
+ "frameCount": 5,
678
+ "frames": [
679
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
680
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
681
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
682
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
683
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
684
+ ]
685
+ },
686
+ "ANIM_TAG_WATER_COLUMN": {
687
+ "imageSize": "16x128",
688
+ "imageWidth": 16,
689
+ "imageHeight": 128,
690
+ "frameCount": 4,
691
+ "frames": [
692
+ { "x": 0, "y": 0, "width": 16, "height": 32 },
693
+ { "x": 0, "y": 32, "width": 16, "height": 32 },
694
+ { "x": 0, "y": 64, "width": 16, "height": 32 },
695
+ { "x": 0, "y": 98, "width": 16, "height": 32 }
696
+ ]
697
+ },
698
+ "ANIM_TAG_MUD_UNK": {
699
+ "imageSize": "16x64",
700
+ "imageWidth": 16,
701
+ "imageHeight": 64,
702
+ "frameCount": 4,
703
+ "frames": [
704
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
705
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
706
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
707
+ { "x": 0, "y": 48, "width": 16, "height": 16 }
708
+ ]
709
+ },
710
+ "ANIM_TAG_FURY_SWIPES": {
711
+ "imageSize": "32x128",
712
+ "imageWidth": 32,
713
+ "imageHeight": 128,
714
+ "frameCount": 4,
715
+ "frames": [
716
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
717
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
718
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
719
+ { "x": 0, "y": 96, "width": 32, "height": 32 }
720
+ ]
721
+ },
722
+ "ANIM_TAG_VINE_2": {
723
+ "imageSize": "32x196",
724
+ "imageWidth": 32,
725
+ "imageHeight": 196,
726
+ "frameCount": 6,
727
+ "frames": [
728
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
729
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
730
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
731
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
732
+ { "x": 0, "y": 128, "width": 32, "height": 32 },
733
+ { "x": 0, "y": 160, "width": 32, "height": 32 }
734
+ ]
735
+ },
736
+ "ANIM_TAG_TEETH": {
737
+ "imageSize": "32x128",
738
+ "imageWidth": 32,
739
+ "imageHeight": 128,
740
+ "frameCount": 4,
741
+ "frames": [
742
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
743
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
744
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
745
+ { "x": 0, "y": 96, "width": 32, "height": 32 }
746
+ ]
747
+ },
748
+ "ANIM_TAG_BONE_2": {
749
+ "imageSize": "32x128",
750
+ "imageWidth": 32,
751
+ "imageHeight": 128,
752
+ "frameCount": 4,
753
+ "frames": [
754
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
755
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
756
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
757
+ { "x": 0, "y": 96, "width": 32, "height": 32 }
758
+ ]
759
+ },
760
+ "ANIM_TAG_WHITE_BAG": {
761
+ "imageSize": "32x32",
762
+ "imageWidth": 32,
763
+ "imageHeight": 32,
764
+ "frameCount": 1,
765
+ "frames": [
766
+ { "x": 0, "y": 0, "width": 32, "height": 32 }
767
+ ]
768
+ },
769
+ "ANIM_TAG_UNKNOWN": {
770
+ "imageSize": "8x16",
771
+ "imageWidth": 8,
772
+ "imageHeight": 16,
773
+ "frameCount": 1,
774
+ "frames": [
775
+ { "x": 0, "y": 0, "width": 8, "height": 16 }
776
+ ],
777
+ "note": "I think this might actually be two frames... but the image is so weird I really have no idea :p"
778
+ },
779
+ "ANIM_TAG_PURPLE_CORAL": {
780
+ "imageSize": "16x48",
781
+ "imageWidth": 16,
782
+ "imageHeight": 48,
783
+ "frameCount": 3,
784
+ "frames": [
785
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
786
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
787
+ { "x": 0, "y": 32, "width": 16, "height": 16 }
788
+ ]
789
+ },
790
+ "ANIM_TAG_PURPLE_DROPLET": {
791
+ "imageSize": "16x192",
792
+ "imageWidth": 16,
793
+ "imageHeight": 192,
794
+ "frameCount": 6,
795
+ "frames": [
796
+ { "x": 0, "y": 0, "width": 16, "height": 32 },
797
+ { "x": 0, "y": 32, "width": 16, "height": 32 },
798
+ { "x": 0, "y": 64, "width": 16, "height": 32 },
799
+ { "x": 0, "y": 96, "width": 16, "height": 32 },
800
+ { "x": 0, "y": 128, "width": 16, "height": 32 },
801
+ { "x": 0, "y": 160, "width": 16, "height": 32 }
802
+ ]
803
+ },
804
+ "ANIM_TAG_SHOCK_2": {
805
+ "imageSize": "32x96",
806
+ "imageWidth": 32,
807
+ "imageHeight": 96,
808
+ "frameCount": 3,
809
+ "frames": [
810
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
811
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
812
+ { "x": 0, "y": 64, "width": 32, "height": 32 }
813
+ ]
814
+ },
815
+ "ANIM_TAG_CLOSING_EYE_2": {
816
+ "imageSize": "16x64",
817
+ "imageWidth": 16,
818
+ "imageHeight": 64,
819
+ "frameCount": 4,
820
+ "frames": [
821
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
822
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
823
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
824
+ { "x": 0, "y": 48, "width": 16, "height": 16 }
825
+ ]
826
+ },
827
+ "ANIM_TAG_METAL_BALL": {
828
+ "imageSize": "16x16",
829
+ "imageWidth": 16,
830
+ "imageHeight": 16,
831
+ "frameCount": 1,
832
+ "frames": [
833
+ { "x": 0, "y": 0, "width": 16, "height": 32 }
834
+ ]
835
+ },
836
+ "ANIM_TAG_MONSTER_DOLL": {
837
+ "imageSize": "32x32",
838
+ "imageWidth": 32,
839
+ "imageHeight": 32,
840
+ "frameCount": 1,
841
+ "frames": [
842
+ { "x": 0, "y": 0, "width": 32, "height": 32 }
843
+ ]
844
+ },
845
+ "ANIM_TAG_WHIRLWIND": {
846
+ "imageSize": "64x64",
847
+ "imageWidth": 64,
848
+ "imageHeight": 64,
849
+ "frameCount": 1,
850
+ "frames": [
851
+ { "x": 0, "y": 0, "width": 64, "height": 64 }
852
+ ],
853
+ "note": "so I don't really know if I should split this image... it is kinda weird..."
854
+ },
855
+ "ANIM_TAG_WHIRLWIND_2": {
856
+ "imageSize": "16x16",
857
+ "imageWidth": 16,
858
+ "imageHeight": 16,
859
+ "frameCount": 1,
860
+ "frames": [
861
+ { "x": 0, "y": 0, "width": 16, "height": 16 }
862
+ ]
863
+ },
864
+ "ANIM_TAG_EXPLOSION_4": {
865
+ "imageSize": "32x160",
866
+ "imageWidth": 32,
867
+ "imageHeight": 160,
868
+ "frameCount": 5,
869
+ "frames": [
870
+ { "x": 0, "y": 0, "width": 32, "height": 32 },
871
+ { "x": 0, "y": 32, "width": 32, "height": 32 },
872
+ { "x": 0, "y": 64, "width": 32, "height": 32 },
873
+ { "x": 0, "y": 96, "width": 32, "height": 32 },
874
+ { "x": 0, "y": 128, "width": 32, "height": 32 }
875
+ ]
876
+ },
877
+ "ANIM_TAG_EXPLOSION_5": {
878
+ "imageSize": "16x80",
879
+ "imageWidth": 16,
880
+ "imageHeight": 80,
881
+ "frameCount": 5,
882
+ "frames": [
883
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
884
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
885
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
886
+ { "x": 0, "y": 48, "width": 16, "height": 16 },
887
+ { "x": 0, "y": 64, "width": 16, "height": 16 }
888
+ ]
889
+ },
890
+ "ANIM_TAG_TONGUE": {
891
+ "imageSize": "16x80",
892
+ "imageWidth": 16,
893
+ "imageHeight": 80,
894
+ "frameCount": 5,
895
+ "frames": [
896
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
897
+ { "x": 0, "y": 16, "width": 16, "height": 16 },
898
+ { "x": 0, "y": 32, "width": 16, "height": 16 },
899
+ { "x": 0, "y": 48, "width": 16, "height": 16 },
900
+ { "x": 0, "y": 64, "width": 16, "height": 16 }
901
+ ]
902
+ },
903
+ "ANIM_TAG_SMOKE": {
904
+ "imageSize": "16x32",
905
+ "imageWidth": 16,
906
+ "imageHeight": 32,
907
+ "frameCount": 2,
908
+ "frames": [
909
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
910
+ { "x": 0, "y": 16, "width": 16, "height": 16 }
911
+ ],
912
+ "note": "from what I can tell this second frame is emtpy :o"
913
+ },
914
+ "ANIM_TAG_SMOKE_2": {
915
+ "imageSize": "32x32",
916
+ "imageWidth": 32,
917
+ "imageHeight": 32,
918
+ "frameCount": 2,
919
+ "frames": [
920
+ { "x": 0, "y": 0, "width": 32, "height": 16 },
921
+ { "x": 0, "y": 16, "width": 32, "height": 16 }
922
+ ]
923
+ },
924
+ "ANIM_TAG_LIGHTBULB": {
925
+ "imageSize": "16x32",
926
+ "imageWidth": 16,
927
+ "imageHeight": 32,
928
+ "frameCount": 2,
929
+ "frames": [
930
+ { "x": 0, "y": 0, "width": 16, "height": 16 },
931
+ { "x": 0, "y": 16, "width": 16, "height": 16 }
932
+ ]
933
+ },
934
+ "ANIM_TAG_PUNCH_IMPACT": {
935
+ "imageSize": "32x32",
936
+ "imageWidth": 32,
937
+ "imageHeight": 32,
938
+ "frameCount": 1,
939
+ "frames": [
940
+ { "x": 0, "y": 0, "width": 32, "height": 32 }
941
+ ]
942
+ },
943
+ "ANIM_TAG_GEM_1": {
944
+ "imageSize": "64x64",
945
+ "imageWidth": 64,
946
+ "imageHeight": 64,
947
+ "frameCount": 1,
948
+ "frames": [
949
+ { "x": 0, "y": 0, "width": 64, "height": 64 }
950
+ ],
951
+ "note": "this is a interesting image... not sure what or how it would have been used..."
952
+ },
953
+ "ANIM_TAG_GEM_2": {
954
+ "imageSize": "64x64",
955
+ "imageWidth": 64,
956
+ "imageHeight": 64,
957
+ "frameCount": 1,
958
+ "frames": [
959
+ { "x": 0, "y": 0, "width": 64, "height": 64 }
960
+ ]
961
+ },
962
+ "ANIM_TAG_GEM_3": {
963
+ "imageSize": "64x64",
964
+ "imageWidth": 64,
965
+ "imageHeight": 64,
966
+ "frameCount": 1,
967
+ "frames": [
968
+ { "x": 0, "y": 0, "width": 64, "height": 64 }
969
+ ],
970
+ "note": "ah! I think I got it so all three of the gem images are meant to be combined into one full gem image by being overlayed ont top of each other"
971
+ },
972
+ "ANIM_TAG_RED_PARTICLES": {
973
+ "imageSize": "8x40",
974
+ "imageWidth": 8,
975
+ "imageHeight": 40,
976
+ "frameCount": 5,
977
+ "frames": [
978
+ { "x": 0, "y": 0, "width": 8, "height": 8 },
979
+ { "x": 0, "y": 8, "width": 8, "height": 8 },
980
+ { "x": 0, "y": 16, "width": 8, "height": 8 },
981
+ { "x": 0, "y": 24, "width": 8, "height": 8 },
982
+ { "x": 0, "y": 32, "width": 8, "height": 8 }
983
+ ],
984
+ "note": "Done! or well mostly done... I kinda have to go back and fix the ones I couldn't figure out... I kinda also have to add frame data to the regular moveData json..."
985
+ }
986
+ }