@rpg-engine/long-bow 0.1.64 → 0.1.68

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.
Files changed (30) hide show
  1. package/dist/components/DraggableContainer.d.ts +3 -0
  2. package/dist/components/Item/Cards/ItemCard.d.ts +9 -0
  3. package/dist/components/Item/Inventory/ItemContainer.d.ts +13 -0
  4. package/dist/components/Item/Inventory/ItemSlot.d.ts +11 -0
  5. package/dist/components/Item/Inventory/itemContainerHelper.d.ts +7 -0
  6. package/dist/components/Item/SpriteFromAtlas.d.ts +11 -0
  7. package/dist/hooks/useOutsideAlerter.d.ts +1 -0
  8. package/dist/index.d.ts +3 -0
  9. package/dist/long-bow.cjs.development.js +2101 -28
  10. package/dist/long-bow.cjs.development.js.map +1 -1
  11. package/dist/long-bow.cjs.production.min.js +1 -1
  12. package/dist/long-bow.cjs.production.min.js.map +1 -1
  13. package/dist/long-bow.esm.js +2100 -30
  14. package/dist/long-bow.esm.js.map +1 -1
  15. package/dist/mocks/itemContainer.mocks.d.ts +3 -0
  16. package/dist/types/eventTypes.d.ts +4 -0
  17. package/package.json +7 -7
  18. package/src/components/Chat/Chat.tsx +2 -2
  19. package/src/components/DraggableContainer.tsx +31 -8
  20. package/src/components/Item/Cards/ItemCard.tsx +36 -0
  21. package/src/components/Item/Inventory/ItemContainer.tsx +221 -0
  22. package/src/components/Item/Inventory/ItemSlot.tsx +90 -0
  23. package/src/components/Item/Inventory/itemContainerHelper.ts +44 -0
  24. package/src/components/Item/SpriteFromAtlas.tsx +69 -0
  25. package/src/hooks/useOutsideAlerter.ts +25 -0
  26. package/src/index.tsx +3 -0
  27. package/src/mocks/atlas/items/items.json +1695 -0
  28. package/src/mocks/atlas/items/items.png +0 -0
  29. package/src/mocks/itemContainer.mocks.ts +249 -0
  30. package/src/types/eventTypes.ts +4 -0
@@ -0,0 +1,1695 @@
1
+ {
2
+ "frames": {
3
+ "accessories/bandana.png": {
4
+ "frame": {
5
+ "x": 0,
6
+ "y": 0,
7
+ "w": 16,
8
+ "h": 16
9
+ },
10
+ "rotated": false,
11
+ "trimmed": false,
12
+ "spriteSourceSize": {
13
+ "x": 0,
14
+ "y": 0,
15
+ "w": 16,
16
+ "h": 16
17
+ },
18
+ "sourceSize": {
19
+ "w": 16,
20
+ "h": 16
21
+ },
22
+ "pivot": {
23
+ "x": 0.5,
24
+ "y": 0.5
25
+ }
26
+ },
27
+ "accessories/death-necklace.png": {
28
+ "frame": {
29
+ "x": 0,
30
+ "y": 16,
31
+ "w": 16,
32
+ "h": 16
33
+ },
34
+ "rotated": false,
35
+ "trimmed": false,
36
+ "spriteSourceSize": {
37
+ "x": 0,
38
+ "y": 0,
39
+ "w": 16,
40
+ "h": 16
41
+ },
42
+ "sourceSize": {
43
+ "w": 16,
44
+ "h": 16
45
+ },
46
+ "pivot": {
47
+ "x": 0.5,
48
+ "y": 0.5
49
+ }
50
+ },
51
+ "accessories/golden-key.png": {
52
+ "frame": {
53
+ "x": 0,
54
+ "y": 32,
55
+ "w": 16,
56
+ "h": 16
57
+ },
58
+ "rotated": false,
59
+ "trimmed": false,
60
+ "spriteSourceSize": {
61
+ "x": 0,
62
+ "y": 0,
63
+ "w": 16,
64
+ "h": 16
65
+ },
66
+ "sourceSize": {
67
+ "w": 16,
68
+ "h": 16
69
+ },
70
+ "pivot": {
71
+ "x": 0.5,
72
+ "y": 0.5
73
+ }
74
+ },
75
+ "accessories/golden-ring.png": {
76
+ "frame": {
77
+ "x": 0,
78
+ "y": 48,
79
+ "w": 16,
80
+ "h": 16
81
+ },
82
+ "rotated": false,
83
+ "trimmed": false,
84
+ "spriteSourceSize": {
85
+ "x": 0,
86
+ "y": 0,
87
+ "w": 16,
88
+ "h": 16
89
+ },
90
+ "sourceSize": {
91
+ "w": 16,
92
+ "h": 16
93
+ },
94
+ "pivot": {
95
+ "x": 0.5,
96
+ "y": 0.5
97
+ }
98
+ },
99
+ "accessories/jade-ring.png": {
100
+ "frame": {
101
+ "x": 0,
102
+ "y": 64,
103
+ "w": 16,
104
+ "h": 16
105
+ },
106
+ "rotated": false,
107
+ "trimmed": false,
108
+ "spriteSourceSize": {
109
+ "x": 0,
110
+ "y": 0,
111
+ "w": 16,
112
+ "h": 16
113
+ },
114
+ "sourceSize": {
115
+ "w": 16,
116
+ "h": 16
117
+ },
118
+ "pivot": {
119
+ "x": 0.5,
120
+ "y": 0.5
121
+ }
122
+ },
123
+ "accessories/ruby-ring.png": {
124
+ "frame": {
125
+ "x": 0,
126
+ "y": 80,
127
+ "w": 16,
128
+ "h": 16
129
+ },
130
+ "rotated": false,
131
+ "trimmed": false,
132
+ "spriteSourceSize": {
133
+ "x": 0,
134
+ "y": 0,
135
+ "w": 16,
136
+ "h": 16
137
+ },
138
+ "sourceSize": {
139
+ "w": 16,
140
+ "h": 16
141
+ },
142
+ "pivot": {
143
+ "x": 0.5,
144
+ "y": 0.5
145
+ }
146
+ },
147
+ "accessories/sapphire-necklace.png": {
148
+ "frame": {
149
+ "x": 0,
150
+ "y": 96,
151
+ "w": 16,
152
+ "h": 16
153
+ },
154
+ "rotated": false,
155
+ "trimmed": false,
156
+ "spriteSourceSize": {
157
+ "x": 0,
158
+ "y": 0,
159
+ "w": 16,
160
+ "h": 16
161
+ },
162
+ "sourceSize": {
163
+ "w": 16,
164
+ "h": 16
165
+ },
166
+ "pivot": {
167
+ "x": 0.5,
168
+ "y": 0.5
169
+ }
170
+ },
171
+ "accessories/sapphire-ring.png": {
172
+ "frame": {
173
+ "x": 0,
174
+ "y": 112,
175
+ "w": 16,
176
+ "h": 16
177
+ },
178
+ "rotated": false,
179
+ "trimmed": false,
180
+ "spriteSourceSize": {
181
+ "x": 0,
182
+ "y": 0,
183
+ "w": 16,
184
+ "h": 16
185
+ },
186
+ "sourceSize": {
187
+ "w": 16,
188
+ "h": 16
189
+ },
190
+ "pivot": {
191
+ "x": 0.5,
192
+ "y": 0.5
193
+ }
194
+ },
195
+ "accessories/silver-key.png": {
196
+ "frame": {
197
+ "x": 0,
198
+ "y": 128,
199
+ "w": 16,
200
+ "h": 16
201
+ },
202
+ "rotated": false,
203
+ "trimmed": false,
204
+ "spriteSourceSize": {
205
+ "x": 0,
206
+ "y": 0,
207
+ "w": 16,
208
+ "h": 16
209
+ },
210
+ "sourceSize": {
211
+ "w": 16,
212
+ "h": 16
213
+ },
214
+ "pivot": {
215
+ "x": 0.5,
216
+ "y": 0.5
217
+ }
218
+ },
219
+ "accessories/star-necklace.png": {
220
+ "frame": {
221
+ "x": 0,
222
+ "y": 144,
223
+ "w": 16,
224
+ "h": 16
225
+ },
226
+ "rotated": false,
227
+ "trimmed": false,
228
+ "spriteSourceSize": {
229
+ "x": 0,
230
+ "y": 0,
231
+ "w": 16,
232
+ "h": 16
233
+ },
234
+ "sourceSize": {
235
+ "w": 16,
236
+ "h": 16
237
+ },
238
+ "pivot": {
239
+ "x": 0.5,
240
+ "y": 0.5
241
+ }
242
+ },
243
+ "accessories/wolf-tooth-chain.png": {
244
+ "frame": {
245
+ "x": 0,
246
+ "y": 160,
247
+ "w": 16,
248
+ "h": 16
249
+ },
250
+ "rotated": false,
251
+ "trimmed": false,
252
+ "spriteSourceSize": {
253
+ "x": 0,
254
+ "y": 0,
255
+ "w": 16,
256
+ "h": 16
257
+ },
258
+ "sourceSize": {
259
+ "w": 16,
260
+ "h": 16
261
+ },
262
+ "pivot": {
263
+ "x": 0.5,
264
+ "y": 0.5
265
+ }
266
+ },
267
+ "armors/copper-armor.png": {
268
+ "frame": {
269
+ "x": 0,
270
+ "y": 176,
271
+ "w": 16,
272
+ "h": 16
273
+ },
274
+ "rotated": false,
275
+ "trimmed": false,
276
+ "spriteSourceSize": {
277
+ "x": 0,
278
+ "y": 0,
279
+ "w": 16,
280
+ "h": 16
281
+ },
282
+ "sourceSize": {
283
+ "w": 16,
284
+ "h": 16
285
+ },
286
+ "pivot": {
287
+ "x": 0.5,
288
+ "y": 0.5
289
+ }
290
+ },
291
+ "armors/golden-armor.png": {
292
+ "frame": {
293
+ "x": 0,
294
+ "y": 192,
295
+ "w": 16,
296
+ "h": 16
297
+ },
298
+ "rotated": false,
299
+ "trimmed": false,
300
+ "spriteSourceSize": {
301
+ "x": 0,
302
+ "y": 0,
303
+ "w": 16,
304
+ "h": 16
305
+ },
306
+ "sourceSize": {
307
+ "w": 16,
308
+ "h": 16
309
+ },
310
+ "pivot": {
311
+ "x": 0.5,
312
+ "y": 0.5
313
+ }
314
+ },
315
+ "armors/plate-armor.png": {
316
+ "frame": {
317
+ "x": 0,
318
+ "y": 208,
319
+ "w": 16,
320
+ "h": 16
321
+ },
322
+ "rotated": false,
323
+ "trimmed": false,
324
+ "spriteSourceSize": {
325
+ "x": 0,
326
+ "y": 0,
327
+ "w": 16,
328
+ "h": 16
329
+ },
330
+ "sourceSize": {
331
+ "w": 16,
332
+ "h": 16
333
+ },
334
+ "pivot": {
335
+ "x": 0.5,
336
+ "y": 0.5
337
+ }
338
+ },
339
+ "axes/bardiche.png": {
340
+ "frame": {
341
+ "x": 0,
342
+ "y": 224,
343
+ "w": 16,
344
+ "h": 16
345
+ },
346
+ "rotated": false,
347
+ "trimmed": false,
348
+ "spriteSourceSize": {
349
+ "x": 0,
350
+ "y": 0,
351
+ "w": 16,
352
+ "h": 16
353
+ },
354
+ "sourceSize": {
355
+ "w": 16,
356
+ "h": 16
357
+ },
358
+ "pivot": {
359
+ "x": 0.5,
360
+ "y": 0.5
361
+ }
362
+ },
363
+ "axes/double-axe.png": {
364
+ "frame": {
365
+ "x": 0,
366
+ "y": 240,
367
+ "w": 16,
368
+ "h": 16
369
+ },
370
+ "rotated": false,
371
+ "trimmed": false,
372
+ "spriteSourceSize": {
373
+ "x": 0,
374
+ "y": 0,
375
+ "w": 16,
376
+ "h": 16
377
+ },
378
+ "sourceSize": {
379
+ "w": 16,
380
+ "h": 16
381
+ },
382
+ "pivot": {
383
+ "x": 0.5,
384
+ "y": 0.5
385
+ }
386
+ },
387
+ "axes/halberd.png": {
388
+ "frame": {
389
+ "x": 0,
390
+ "y": 256,
391
+ "w": 16,
392
+ "h": 16
393
+ },
394
+ "rotated": false,
395
+ "trimmed": false,
396
+ "spriteSourceSize": {
397
+ "x": 0,
398
+ "y": 0,
399
+ "w": 16,
400
+ "h": 16
401
+ },
402
+ "sourceSize": {
403
+ "w": 16,
404
+ "h": 16
405
+ },
406
+ "pivot": {
407
+ "x": 0.5,
408
+ "y": 0.5
409
+ }
410
+ },
411
+ "axes/hatchet.png": {
412
+ "frame": {
413
+ "x": 0,
414
+ "y": 272,
415
+ "w": 16,
416
+ "h": 16
417
+ },
418
+ "rotated": false,
419
+ "trimmed": false,
420
+ "spriteSourceSize": {
421
+ "x": 0,
422
+ "y": 0,
423
+ "w": 16,
424
+ "h": 16
425
+ },
426
+ "sourceSize": {
427
+ "w": 16,
428
+ "h": 16
429
+ },
430
+ "pivot": {
431
+ "x": 0.5,
432
+ "y": 0.5
433
+ }
434
+ },
435
+ "boots/golden-boots.png": {
436
+ "frame": {
437
+ "x": 16,
438
+ "y": 0,
439
+ "w": 16,
440
+ "h": 16
441
+ },
442
+ "rotated": false,
443
+ "trimmed": false,
444
+ "spriteSourceSize": {
445
+ "x": 0,
446
+ "y": 0,
447
+ "w": 16,
448
+ "h": 16
449
+ },
450
+ "sourceSize": {
451
+ "w": 16,
452
+ "h": 16
453
+ },
454
+ "pivot": {
455
+ "x": 0.5,
456
+ "y": 0.5
457
+ }
458
+ },
459
+ "boots/iron-boots.png": {
460
+ "frame": {
461
+ "x": 16,
462
+ "y": 16,
463
+ "w": 16,
464
+ "h": 16
465
+ },
466
+ "rotated": false,
467
+ "trimmed": false,
468
+ "spriteSourceSize": {
469
+ "x": 0,
470
+ "y": 0,
471
+ "w": 16,
472
+ "h": 16
473
+ },
474
+ "sourceSize": {
475
+ "w": 16,
476
+ "h": 16
477
+ },
478
+ "pivot": {
479
+ "x": 0.5,
480
+ "y": 0.5
481
+ }
482
+ },
483
+ "boots/leather-boots.png": {
484
+ "frame": {
485
+ "x": 16,
486
+ "y": 32,
487
+ "w": 16,
488
+ "h": 16
489
+ },
490
+ "rotated": false,
491
+ "trimmed": false,
492
+ "spriteSourceSize": {
493
+ "x": 0,
494
+ "y": 0,
495
+ "w": 16,
496
+ "h": 16
497
+ },
498
+ "sourceSize": {
499
+ "w": 16,
500
+ "h": 16
501
+ },
502
+ "pivot": {
503
+ "x": 0.5,
504
+ "y": 0.5
505
+ }
506
+ },
507
+ "bows/bow.png": {
508
+ "frame": {
509
+ "x": 16,
510
+ "y": 48,
511
+ "w": 16,
512
+ "h": 16
513
+ },
514
+ "rotated": false,
515
+ "trimmed": false,
516
+ "spriteSourceSize": {
517
+ "x": 0,
518
+ "y": 0,
519
+ "w": 16,
520
+ "h": 16
521
+ },
522
+ "sourceSize": {
523
+ "w": 16,
524
+ "h": 16
525
+ },
526
+ "pivot": {
527
+ "x": 0.5,
528
+ "y": 0.5
529
+ }
530
+ },
531
+ "bows/compound-bow.png": {
532
+ "frame": {
533
+ "x": 16,
534
+ "y": 64,
535
+ "w": 16,
536
+ "h": 16
537
+ },
538
+ "rotated": false,
539
+ "trimmed": false,
540
+ "spriteSourceSize": {
541
+ "x": 0,
542
+ "y": 0,
543
+ "w": 16,
544
+ "h": 16
545
+ },
546
+ "sourceSize": {
547
+ "w": 16,
548
+ "h": 16
549
+ },
550
+ "pivot": {
551
+ "x": 0.5,
552
+ "y": 0.5
553
+ }
554
+ },
555
+ "bows/elden's-bow.png": {
556
+ "frame": {
557
+ "x": 16,
558
+ "y": 80,
559
+ "w": 16,
560
+ "h": 16
561
+ },
562
+ "rotated": false,
563
+ "trimmed": false,
564
+ "spriteSourceSize": {
565
+ "x": 0,
566
+ "y": 0,
567
+ "w": 16,
568
+ "h": 16
569
+ },
570
+ "sourceSize": {
571
+ "w": 16,
572
+ "h": 16
573
+ },
574
+ "pivot": {
575
+ "x": 0.5,
576
+ "y": 0.5
577
+ }
578
+ },
579
+ "bows/horse-bow.png": {
580
+ "frame": {
581
+ "x": 16,
582
+ "y": 96,
583
+ "w": 16,
584
+ "h": 16
585
+ },
586
+ "rotated": false,
587
+ "trimmed": false,
588
+ "spriteSourceSize": {
589
+ "x": 0,
590
+ "y": 0,
591
+ "w": 16,
592
+ "h": 16
593
+ },
594
+ "sourceSize": {
595
+ "w": 16,
596
+ "h": 16
597
+ },
598
+ "pivot": {
599
+ "x": 0.5,
600
+ "y": 0.5
601
+ }
602
+ },
603
+ "foods/cheese.png": {
604
+ "frame": {
605
+ "x": 16,
606
+ "y": 112,
607
+ "w": 16,
608
+ "h": 16
609
+ },
610
+ "rotated": false,
611
+ "trimmed": false,
612
+ "spriteSourceSize": {
613
+ "x": 0,
614
+ "y": 0,
615
+ "w": 16,
616
+ "h": 16
617
+ },
618
+ "sourceSize": {
619
+ "w": 16,
620
+ "h": 16
621
+ },
622
+ "pivot": {
623
+ "x": 0.5,
624
+ "y": 0.5
625
+ }
626
+ },
627
+ "foods/cherry-pie.png": {
628
+ "frame": {
629
+ "x": 16,
630
+ "y": 128,
631
+ "w": 16,
632
+ "h": 16
633
+ },
634
+ "rotated": false,
635
+ "trimmed": false,
636
+ "spriteSourceSize": {
637
+ "x": 0,
638
+ "y": 0,
639
+ "w": 16,
640
+ "h": 16
641
+ },
642
+ "sourceSize": {
643
+ "w": 16,
644
+ "h": 16
645
+ },
646
+ "pivot": {
647
+ "x": 0.5,
648
+ "y": 0.5
649
+ }
650
+ },
651
+ "foods/egg.png": {
652
+ "frame": {
653
+ "x": 16,
654
+ "y": 144,
655
+ "w": 16,
656
+ "h": 16
657
+ },
658
+ "rotated": false,
659
+ "trimmed": false,
660
+ "spriteSourceSize": {
661
+ "x": 0,
662
+ "y": 0,
663
+ "w": 16,
664
+ "h": 16
665
+ },
666
+ "sourceSize": {
667
+ "w": 16,
668
+ "h": 16
669
+ },
670
+ "pivot": {
671
+ "x": 0.5,
672
+ "y": 0.5
673
+ }
674
+ },
675
+ "foods/green-apple.png": {
676
+ "frame": {
677
+ "x": 16,
678
+ "y": 160,
679
+ "w": 16,
680
+ "h": 16
681
+ },
682
+ "rotated": false,
683
+ "trimmed": false,
684
+ "spriteSourceSize": {
685
+ "x": 0,
686
+ "y": 0,
687
+ "w": 16,
688
+ "h": 16
689
+ },
690
+ "sourceSize": {
691
+ "w": 16,
692
+ "h": 16
693
+ },
694
+ "pivot": {
695
+ "x": 0.5,
696
+ "y": 0.5
697
+ }
698
+ },
699
+ "gloves/chain-gloves.png": {
700
+ "frame": {
701
+ "x": 16,
702
+ "y": 176,
703
+ "w": 16,
704
+ "h": 16
705
+ },
706
+ "rotated": false,
707
+ "trimmed": false,
708
+ "spriteSourceSize": {
709
+ "x": 0,
710
+ "y": 0,
711
+ "w": 16,
712
+ "h": 16
713
+ },
714
+ "sourceSize": {
715
+ "w": 16,
716
+ "h": 16
717
+ },
718
+ "pivot": {
719
+ "x": 0.5,
720
+ "y": 0.5
721
+ }
722
+ },
723
+ "gloves/leather-gloves.png": {
724
+ "frame": {
725
+ "x": 16,
726
+ "y": 192,
727
+ "w": 16,
728
+ "h": 16
729
+ },
730
+ "rotated": false,
731
+ "trimmed": false,
732
+ "spriteSourceSize": {
733
+ "x": 0,
734
+ "y": 0,
735
+ "w": 16,
736
+ "h": 16
737
+ },
738
+ "sourceSize": {
739
+ "w": 16,
740
+ "h": 16
741
+ },
742
+ "pivot": {
743
+ "x": 0.5,
744
+ "y": 0.5
745
+ }
746
+ },
747
+ "gloves/plate-gloves.png": {
748
+ "frame": {
749
+ "x": 16,
750
+ "y": 208,
751
+ "w": 16,
752
+ "h": 16
753
+ },
754
+ "rotated": false,
755
+ "trimmed": false,
756
+ "spriteSourceSize": {
757
+ "x": 0,
758
+ "y": 0,
759
+ "w": 16,
760
+ "h": 16
761
+ },
762
+ "sourceSize": {
763
+ "w": 16,
764
+ "h": 16
765
+ },
766
+ "pivot": {
767
+ "x": 0.5,
768
+ "y": 0.5
769
+ }
770
+ },
771
+ "gloves/studded-gloves.png": {
772
+ "frame": {
773
+ "x": 16,
774
+ "y": 224,
775
+ "w": 16,
776
+ "h": 16
777
+ },
778
+ "rotated": false,
779
+ "trimmed": false,
780
+ "spriteSourceSize": {
781
+ "x": 0,
782
+ "y": 0,
783
+ "w": 16,
784
+ "h": 16
785
+ },
786
+ "sourceSize": {
787
+ "w": 16,
788
+ "h": 16
789
+ },
790
+ "pivot": {
791
+ "x": 0.5,
792
+ "y": 0.5
793
+ }
794
+ },
795
+ "helmets/Item__55.png": {
796
+ "frame": {
797
+ "x": 16,
798
+ "y": 240,
799
+ "w": 16,
800
+ "h": 16
801
+ },
802
+ "rotated": false,
803
+ "trimmed": false,
804
+ "spriteSourceSize": {
805
+ "x": 0,
806
+ "y": 0,
807
+ "w": 16,
808
+ "h": 16
809
+ },
810
+ "sourceSize": {
811
+ "w": 16,
812
+ "h": 16
813
+ },
814
+ "pivot": {
815
+ "x": 0.5,
816
+ "y": 0.5
817
+ }
818
+ },
819
+ "helmets/dark-wizard-hat.png": {
820
+ "frame": {
821
+ "x": 16,
822
+ "y": 256,
823
+ "w": 16,
824
+ "h": 16
825
+ },
826
+ "rotated": false,
827
+ "trimmed": false,
828
+ "spriteSourceSize": {
829
+ "x": 0,
830
+ "y": 0,
831
+ "w": 16,
832
+ "h": 16
833
+ },
834
+ "sourceSize": {
835
+ "w": 16,
836
+ "h": 16
837
+ },
838
+ "pivot": {
839
+ "x": 0.5,
840
+ "y": 0.5
841
+ }
842
+ },
843
+ "helmets/gladiator's-helmet.png": {
844
+ "frame": {
845
+ "x": 16,
846
+ "y": 272,
847
+ "w": 16,
848
+ "h": 16
849
+ },
850
+ "rotated": false,
851
+ "trimmed": false,
852
+ "spriteSourceSize": {
853
+ "x": 0,
854
+ "y": 0,
855
+ "w": 16,
856
+ "h": 16
857
+ },
858
+ "sourceSize": {
859
+ "w": 16,
860
+ "h": 16
861
+ },
862
+ "pivot": {
863
+ "x": 0.5,
864
+ "y": 0.5
865
+ }
866
+ },
867
+ "helmets/iron-helmet.png": {
868
+ "frame": {
869
+ "x": 32,
870
+ "y": 0,
871
+ "w": 16,
872
+ "h": 16
873
+ },
874
+ "rotated": false,
875
+ "trimmed": false,
876
+ "spriteSourceSize": {
877
+ "x": 0,
878
+ "y": 0,
879
+ "w": 16,
880
+ "h": 16
881
+ },
882
+ "sourceSize": {
883
+ "w": 16,
884
+ "h": 16
885
+ },
886
+ "pivot": {
887
+ "x": 0.5,
888
+ "y": 0.5
889
+ }
890
+ },
891
+ "helmets/soldier's-helpmet.png": {
892
+ "frame": {
893
+ "x": 32,
894
+ "y": 16,
895
+ "w": 16,
896
+ "h": 16
897
+ },
898
+ "rotated": false,
899
+ "trimmed": false,
900
+ "spriteSourceSize": {
901
+ "x": 0,
902
+ "y": 0,
903
+ "w": 16,
904
+ "h": 16
905
+ },
906
+ "sourceSize": {
907
+ "w": 16,
908
+ "h": 16
909
+ },
910
+ "pivot": {
911
+ "x": 0.5,
912
+ "y": 0.5
913
+ }
914
+ },
915
+ "helmets/viking-helmet.png": {
916
+ "frame": {
917
+ "x": 32,
918
+ "y": 32,
919
+ "w": 16,
920
+ "h": 16
921
+ },
922
+ "rotated": false,
923
+ "trimmed": false,
924
+ "spriteSourceSize": {
925
+ "x": 0,
926
+ "y": 0,
927
+ "w": 16,
928
+ "h": 16
929
+ },
930
+ "sourceSize": {
931
+ "w": 16,
932
+ "h": 16
933
+ },
934
+ "pivot": {
935
+ "x": 0.5,
936
+ "y": 0.5
937
+ }
938
+ },
939
+ "helmets/wizard-hat.png": {
940
+ "frame": {
941
+ "x": 32,
942
+ "y": 48,
943
+ "w": 16,
944
+ "h": 16
945
+ },
946
+ "rotated": false,
947
+ "trimmed": false,
948
+ "spriteSourceSize": {
949
+ "x": 0,
950
+ "y": 0,
951
+ "w": 16,
952
+ "h": 16
953
+ },
954
+ "sourceSize": {
955
+ "w": 16,
956
+ "h": 16
957
+ },
958
+ "pivot": {
959
+ "x": 0.5,
960
+ "y": 0.5
961
+ }
962
+ },
963
+ "magics/blue-scroll.png": {
964
+ "frame": {
965
+ "x": 32,
966
+ "y": 64,
967
+ "w": 16,
968
+ "h": 16
969
+ },
970
+ "rotated": false,
971
+ "trimmed": false,
972
+ "spriteSourceSize": {
973
+ "x": 0,
974
+ "y": 0,
975
+ "w": 16,
976
+ "h": 16
977
+ },
978
+ "sourceSize": {
979
+ "w": 16,
980
+ "h": 16
981
+ },
982
+ "pivot": {
983
+ "x": 0.5,
984
+ "y": 0.5
985
+ }
986
+ },
987
+ "magics/red-scroll.png": {
988
+ "frame": {
989
+ "x": 32,
990
+ "y": 80,
991
+ "w": 16,
992
+ "h": 16
993
+ },
994
+ "rotated": false,
995
+ "trimmed": false,
996
+ "spriteSourceSize": {
997
+ "x": 0,
998
+ "y": 0,
999
+ "w": 16,
1000
+ "h": 16
1001
+ },
1002
+ "sourceSize": {
1003
+ "w": 16,
1004
+ "h": 16
1005
+ },
1006
+ "pivot": {
1007
+ "x": 0.5,
1008
+ "y": 0.5
1009
+ }
1010
+ },
1011
+ "magics/rune.png": {
1012
+ "frame": {
1013
+ "x": 32,
1014
+ "y": 96,
1015
+ "w": 16,
1016
+ "h": 16
1017
+ },
1018
+ "rotated": false,
1019
+ "trimmed": false,
1020
+ "spriteSourceSize": {
1021
+ "x": 0,
1022
+ "y": 0,
1023
+ "w": 16,
1024
+ "h": 16
1025
+ },
1026
+ "sourceSize": {
1027
+ "w": 16,
1028
+ "h": 16
1029
+ },
1030
+ "pivot": {
1031
+ "x": 0.5,
1032
+ "y": 0.5
1033
+ }
1034
+ },
1035
+ "magics/scroll.png": {
1036
+ "frame": {
1037
+ "x": 32,
1038
+ "y": 112,
1039
+ "w": 16,
1040
+ "h": 16
1041
+ },
1042
+ "rotated": false,
1043
+ "trimmed": false,
1044
+ "spriteSourceSize": {
1045
+ "x": 0,
1046
+ "y": 0,
1047
+ "w": 16,
1048
+ "h": 16
1049
+ },
1050
+ "sourceSize": {
1051
+ "w": 16,
1052
+ "h": 16
1053
+ },
1054
+ "pivot": {
1055
+ "x": 0.5,
1056
+ "y": 0.5
1057
+ }
1058
+ },
1059
+ "others/candle.png": {
1060
+ "frame": {
1061
+ "x": 32,
1062
+ "y": 128,
1063
+ "w": 16,
1064
+ "h": 16
1065
+ },
1066
+ "rotated": false,
1067
+ "trimmed": false,
1068
+ "spriteSourceSize": {
1069
+ "x": 0,
1070
+ "y": 0,
1071
+ "w": 16,
1072
+ "h": 16
1073
+ },
1074
+ "sourceSize": {
1075
+ "w": 16,
1076
+ "h": 16
1077
+ },
1078
+ "pivot": {
1079
+ "x": 0.5,
1080
+ "y": 0.5
1081
+ }
1082
+ },
1083
+ "others/royal-chalice.png": {
1084
+ "frame": {
1085
+ "x": 32,
1086
+ "y": 144,
1087
+ "w": 16,
1088
+ "h": 16
1089
+ },
1090
+ "rotated": false,
1091
+ "trimmed": false,
1092
+ "spriteSourceSize": {
1093
+ "x": 0,
1094
+ "y": 0,
1095
+ "w": 16,
1096
+ "h": 16
1097
+ },
1098
+ "sourceSize": {
1099
+ "w": 16,
1100
+ "h": 16
1101
+ },
1102
+ "pivot": {
1103
+ "x": 0.5,
1104
+ "y": 0.5
1105
+ }
1106
+ },
1107
+ "potions/greater-life-potion.png": {
1108
+ "frame": {
1109
+ "x": 32,
1110
+ "y": 160,
1111
+ "w": 16,
1112
+ "h": 16
1113
+ },
1114
+ "rotated": false,
1115
+ "trimmed": false,
1116
+ "spriteSourceSize": {
1117
+ "x": 0,
1118
+ "y": 0,
1119
+ "w": 16,
1120
+ "h": 16
1121
+ },
1122
+ "sourceSize": {
1123
+ "w": 16,
1124
+ "h": 16
1125
+ },
1126
+ "pivot": {
1127
+ "x": 0.5,
1128
+ "y": 0.5
1129
+ }
1130
+ },
1131
+ "potions/greater-mana-potion.png": {
1132
+ "frame": {
1133
+ "x": 32,
1134
+ "y": 176,
1135
+ "w": 16,
1136
+ "h": 16
1137
+ },
1138
+ "rotated": false,
1139
+ "trimmed": false,
1140
+ "spriteSourceSize": {
1141
+ "x": 0,
1142
+ "y": 0,
1143
+ "w": 16,
1144
+ "h": 16
1145
+ },
1146
+ "sourceSize": {
1147
+ "w": 16,
1148
+ "h": 16
1149
+ },
1150
+ "pivot": {
1151
+ "x": 0.5,
1152
+ "y": 0.5
1153
+ }
1154
+ },
1155
+ "potions/life-potion.png": {
1156
+ "frame": {
1157
+ "x": 32,
1158
+ "y": 192,
1159
+ "w": 16,
1160
+ "h": 16
1161
+ },
1162
+ "rotated": false,
1163
+ "trimmed": false,
1164
+ "spriteSourceSize": {
1165
+ "x": 0,
1166
+ "y": 0,
1167
+ "w": 16,
1168
+ "h": 16
1169
+ },
1170
+ "sourceSize": {
1171
+ "w": 16,
1172
+ "h": 16
1173
+ },
1174
+ "pivot": {
1175
+ "x": 0.5,
1176
+ "y": 0.5
1177
+ }
1178
+ },
1179
+ "potions/mana-potion.png": {
1180
+ "frame": {
1181
+ "x": 32,
1182
+ "y": 208,
1183
+ "w": 16,
1184
+ "h": 16
1185
+ },
1186
+ "rotated": false,
1187
+ "trimmed": false,
1188
+ "spriteSourceSize": {
1189
+ "x": 0,
1190
+ "y": 0,
1191
+ "w": 16,
1192
+ "h": 16
1193
+ },
1194
+ "sourceSize": {
1195
+ "w": 16,
1196
+ "h": 16
1197
+ },
1198
+ "pivot": {
1199
+ "x": 0.5,
1200
+ "y": 0.5
1201
+ }
1202
+ },
1203
+ "shields/copper-shield.png": {
1204
+ "frame": {
1205
+ "x": 32,
1206
+ "y": 224,
1207
+ "w": 16,
1208
+ "h": 16
1209
+ },
1210
+ "rotated": false,
1211
+ "trimmed": false,
1212
+ "spriteSourceSize": {
1213
+ "x": 0,
1214
+ "y": 0,
1215
+ "w": 16,
1216
+ "h": 16
1217
+ },
1218
+ "sourceSize": {
1219
+ "w": 16,
1220
+ "h": 16
1221
+ },
1222
+ "pivot": {
1223
+ "x": 0.5,
1224
+ "y": 0.5
1225
+ }
1226
+ },
1227
+ "shields/golden-shield.png": {
1228
+ "frame": {
1229
+ "x": 32,
1230
+ "y": 240,
1231
+ "w": 16,
1232
+ "h": 16
1233
+ },
1234
+ "rotated": false,
1235
+ "trimmed": false,
1236
+ "spriteSourceSize": {
1237
+ "x": 0,
1238
+ "y": 0,
1239
+ "w": 16,
1240
+ "h": 16
1241
+ },
1242
+ "sourceSize": {
1243
+ "w": 16,
1244
+ "h": 16
1245
+ },
1246
+ "pivot": {
1247
+ "x": 0.5,
1248
+ "y": 0.5
1249
+ }
1250
+ },
1251
+ "shields/plate-shield.png": {
1252
+ "frame": {
1253
+ "x": 32,
1254
+ "y": 256,
1255
+ "w": 16,
1256
+ "h": 16
1257
+ },
1258
+ "rotated": false,
1259
+ "trimmed": false,
1260
+ "spriteSourceSize": {
1261
+ "x": 0,
1262
+ "y": 0,
1263
+ "w": 16,
1264
+ "h": 16
1265
+ },
1266
+ "sourceSize": {
1267
+ "w": 16,
1268
+ "h": 16
1269
+ },
1270
+ "pivot": {
1271
+ "x": 0.5,
1272
+ "y": 0.5
1273
+ }
1274
+ },
1275
+ "shields/wooden-shield.png": {
1276
+ "frame": {
1277
+ "x": 32,
1278
+ "y": 272,
1279
+ "w": 16,
1280
+ "h": 16
1281
+ },
1282
+ "rotated": false,
1283
+ "trimmed": false,
1284
+ "spriteSourceSize": {
1285
+ "x": 0,
1286
+ "y": 0,
1287
+ "w": 16,
1288
+ "h": 16
1289
+ },
1290
+ "sourceSize": {
1291
+ "w": 16,
1292
+ "h": 16
1293
+ },
1294
+ "pivot": {
1295
+ "x": 0.5,
1296
+ "y": 0.5
1297
+ }
1298
+ },
1299
+ "spears/javelin.png": {
1300
+ "frame": {
1301
+ "x": 48,
1302
+ "y": 0,
1303
+ "w": 16,
1304
+ "h": 16
1305
+ },
1306
+ "rotated": false,
1307
+ "trimmed": false,
1308
+ "spriteSourceSize": {
1309
+ "x": 0,
1310
+ "y": 0,
1311
+ "w": 16,
1312
+ "h": 16
1313
+ },
1314
+ "sourceSize": {
1315
+ "w": 16,
1316
+ "h": 16
1317
+ },
1318
+ "pivot": {
1319
+ "x": 0.5,
1320
+ "y": 0.5
1321
+ }
1322
+ },
1323
+ "spears/spear.png": {
1324
+ "frame": {
1325
+ "x": 48,
1326
+ "y": 16,
1327
+ "w": 16,
1328
+ "h": 16
1329
+ },
1330
+ "rotated": false,
1331
+ "trimmed": false,
1332
+ "spriteSourceSize": {
1333
+ "x": 0,
1334
+ "y": 0,
1335
+ "w": 16,
1336
+ "h": 16
1337
+ },
1338
+ "sourceSize": {
1339
+ "w": 16,
1340
+ "h": 16
1341
+ },
1342
+ "pivot": {
1343
+ "x": 0.5,
1344
+ "y": 0.5
1345
+ }
1346
+ },
1347
+ "spears/trident.png": {
1348
+ "frame": {
1349
+ "x": 48,
1350
+ "y": 32,
1351
+ "w": 16,
1352
+ "h": 16
1353
+ },
1354
+ "rotated": false,
1355
+ "trimmed": false,
1356
+ "spriteSourceSize": {
1357
+ "x": 0,
1358
+ "y": 0,
1359
+ "w": 16,
1360
+ "h": 16
1361
+ },
1362
+ "sourceSize": {
1363
+ "w": 16,
1364
+ "h": 16
1365
+ },
1366
+ "pivot": {
1367
+ "x": 0.5,
1368
+ "y": 0.5
1369
+ }
1370
+ },
1371
+ "staffs/appendice's-staff.png": {
1372
+ "frame": {
1373
+ "x": 48,
1374
+ "y": 48,
1375
+ "w": 16,
1376
+ "h": 16
1377
+ },
1378
+ "rotated": false,
1379
+ "trimmed": false,
1380
+ "spriteSourceSize": {
1381
+ "x": 0,
1382
+ "y": 0,
1383
+ "w": 16,
1384
+ "h": 16
1385
+ },
1386
+ "sourceSize": {
1387
+ "w": 16,
1388
+ "h": 16
1389
+ },
1390
+ "pivot": {
1391
+ "x": 0.5,
1392
+ "y": 0.5
1393
+ }
1394
+ },
1395
+ "staffs/fire-staff.png": {
1396
+ "frame": {
1397
+ "x": 48,
1398
+ "y": 64,
1399
+ "w": 16,
1400
+ "h": 16
1401
+ },
1402
+ "rotated": false,
1403
+ "trimmed": false,
1404
+ "spriteSourceSize": {
1405
+ "x": 0,
1406
+ "y": 0,
1407
+ "w": 16,
1408
+ "h": 16
1409
+ },
1410
+ "sourceSize": {
1411
+ "w": 16,
1412
+ "h": 16
1413
+ },
1414
+ "pivot": {
1415
+ "x": 0.5,
1416
+ "y": 0.5
1417
+ }
1418
+ },
1419
+ "staffs/moon's-staff.png": {
1420
+ "frame": {
1421
+ "x": 48,
1422
+ "y": 80,
1423
+ "w": 16,
1424
+ "h": 16
1425
+ },
1426
+ "rotated": false,
1427
+ "trimmed": false,
1428
+ "spriteSourceSize": {
1429
+ "x": 0,
1430
+ "y": 0,
1431
+ "w": 16,
1432
+ "h": 16
1433
+ },
1434
+ "sourceSize": {
1435
+ "w": 16,
1436
+ "h": 16
1437
+ },
1438
+ "pivot": {
1439
+ "x": 0.5,
1440
+ "y": 0.5
1441
+ }
1442
+ },
1443
+ "staffs/poison-staff.png": {
1444
+ "frame": {
1445
+ "x": 48,
1446
+ "y": 96,
1447
+ "w": 16,
1448
+ "h": 16
1449
+ },
1450
+ "rotated": false,
1451
+ "trimmed": false,
1452
+ "spriteSourceSize": {
1453
+ "x": 0,
1454
+ "y": 0,
1455
+ "w": 16,
1456
+ "h": 16
1457
+ },
1458
+ "sourceSize": {
1459
+ "w": 16,
1460
+ "h": 16
1461
+ },
1462
+ "pivot": {
1463
+ "x": 0.5,
1464
+ "y": 0.5
1465
+ }
1466
+ },
1467
+ "swords/broad-sword.png": {
1468
+ "frame": {
1469
+ "x": 48,
1470
+ "y": 112,
1471
+ "w": 16,
1472
+ "h": 16
1473
+ },
1474
+ "rotated": false,
1475
+ "trimmed": false,
1476
+ "spriteSourceSize": {
1477
+ "x": 0,
1478
+ "y": 0,
1479
+ "w": 16,
1480
+ "h": 16
1481
+ },
1482
+ "sourceSize": {
1483
+ "w": 16,
1484
+ "h": 16
1485
+ },
1486
+ "pivot": {
1487
+ "x": 0.5,
1488
+ "y": 0.5
1489
+ }
1490
+ },
1491
+ "swords/damascus-sword.png": {
1492
+ "frame": {
1493
+ "x": 48,
1494
+ "y": 128,
1495
+ "w": 16,
1496
+ "h": 16
1497
+ },
1498
+ "rotated": false,
1499
+ "trimmed": false,
1500
+ "spriteSourceSize": {
1501
+ "x": 0,
1502
+ "y": 0,
1503
+ "w": 16,
1504
+ "h": 16
1505
+ },
1506
+ "sourceSize": {
1507
+ "w": 16,
1508
+ "h": 16
1509
+ },
1510
+ "pivot": {
1511
+ "x": 0.5,
1512
+ "y": 0.5
1513
+ }
1514
+ },
1515
+ "swords/dragon's-sword.png": {
1516
+ "frame": {
1517
+ "x": 48,
1518
+ "y": 144,
1519
+ "w": 16,
1520
+ "h": 16
1521
+ },
1522
+ "rotated": false,
1523
+ "trimmed": false,
1524
+ "spriteSourceSize": {
1525
+ "x": 0,
1526
+ "y": 0,
1527
+ "w": 16,
1528
+ "h": 16
1529
+ },
1530
+ "sourceSize": {
1531
+ "w": 16,
1532
+ "h": 16
1533
+ },
1534
+ "pivot": {
1535
+ "x": 0.5,
1536
+ "y": 0.5
1537
+ }
1538
+ },
1539
+ "swords/elden's-sword.png": {
1540
+ "frame": {
1541
+ "x": 48,
1542
+ "y": 160,
1543
+ "w": 16,
1544
+ "h": 16
1545
+ },
1546
+ "rotated": false,
1547
+ "trimmed": false,
1548
+ "spriteSourceSize": {
1549
+ "x": 0,
1550
+ "y": 0,
1551
+ "w": 16,
1552
+ "h": 16
1553
+ },
1554
+ "sourceSize": {
1555
+ "w": 16,
1556
+ "h": 16
1557
+ },
1558
+ "pivot": {
1559
+ "x": 0.5,
1560
+ "y": 0.5
1561
+ }
1562
+ },
1563
+ "swords/katana.png": {
1564
+ "frame": {
1565
+ "x": 48,
1566
+ "y": 176,
1567
+ "w": 16,
1568
+ "h": 16
1569
+ },
1570
+ "rotated": false,
1571
+ "trimmed": false,
1572
+ "spriteSourceSize": {
1573
+ "x": 0,
1574
+ "y": 0,
1575
+ "w": 16,
1576
+ "h": 16
1577
+ },
1578
+ "sourceSize": {
1579
+ "w": 16,
1580
+ "h": 16
1581
+ },
1582
+ "pivot": {
1583
+ "x": 0.5,
1584
+ "y": 0.5
1585
+ }
1586
+ },
1587
+ "swords/rapier.png": {
1588
+ "frame": {
1589
+ "x": 48,
1590
+ "y": 192,
1591
+ "w": 16,
1592
+ "h": 16
1593
+ },
1594
+ "rotated": false,
1595
+ "trimmed": false,
1596
+ "spriteSourceSize": {
1597
+ "x": 0,
1598
+ "y": 0,
1599
+ "w": 16,
1600
+ "h": 16
1601
+ },
1602
+ "sourceSize": {
1603
+ "w": 16,
1604
+ "h": 16
1605
+ },
1606
+ "pivot": {
1607
+ "x": 0.5,
1608
+ "y": 0.5
1609
+ }
1610
+ },
1611
+ "swords/saber.png": {
1612
+ "frame": {
1613
+ "x": 48,
1614
+ "y": 208,
1615
+ "w": 16,
1616
+ "h": 16
1617
+ },
1618
+ "rotated": false,
1619
+ "trimmed": false,
1620
+ "spriteSourceSize": {
1621
+ "x": 0,
1622
+ "y": 0,
1623
+ "w": 16,
1624
+ "h": 16
1625
+ },
1626
+ "sourceSize": {
1627
+ "w": 16,
1628
+ "h": 16
1629
+ },
1630
+ "pivot": {
1631
+ "x": 0.5,
1632
+ "y": 0.5
1633
+ }
1634
+ },
1635
+ "swords/short-sword.png": {
1636
+ "frame": {
1637
+ "x": 48,
1638
+ "y": 224,
1639
+ "w": 16,
1640
+ "h": 16
1641
+ },
1642
+ "rotated": false,
1643
+ "trimmed": false,
1644
+ "spriteSourceSize": {
1645
+ "x": 0,
1646
+ "y": 0,
1647
+ "w": 16,
1648
+ "h": 16
1649
+ },
1650
+ "sourceSize": {
1651
+ "w": 16,
1652
+ "h": 16
1653
+ },
1654
+ "pivot": {
1655
+ "x": 0.5,
1656
+ "y": 0.5
1657
+ }
1658
+ },
1659
+ "swords/sword.png": {
1660
+ "frame": {
1661
+ "x": 48,
1662
+ "y": 240,
1663
+ "w": 16,
1664
+ "h": 16
1665
+ },
1666
+ "rotated": false,
1667
+ "trimmed": false,
1668
+ "spriteSourceSize": {
1669
+ "x": 0,
1670
+ "y": 0,
1671
+ "w": 16,
1672
+ "h": 16
1673
+ },
1674
+ "sourceSize": {
1675
+ "w": 16,
1676
+ "h": 16
1677
+ },
1678
+ "pivot": {
1679
+ "x": 0.5,
1680
+ "y": 0.5
1681
+ }
1682
+ }
1683
+ },
1684
+ "meta": {
1685
+ "app": "http://free-tex-packer.com",
1686
+ "version": "0.6.7",
1687
+ "image": "items.png",
1688
+ "format": "RGBA8888",
1689
+ "size": {
1690
+ "w": 64,
1691
+ "h": 288
1692
+ },
1693
+ "scale": 1
1694
+ }
1695
+ }