DEADSOFTWARE

5600fb258485c876e5c08d0bae897eb9873b396f
[cavedroid.git] / android / assets / json / game_items.json
1 {
2 "blocks": {
3 "none": {
4 "id": 0,
5 "collision": false,
6 "transparent": true,
7 "drop": "none",
8 "texture": "none",
9 "meta": "none"
10 },
11 "stone": {
12 "id": 1,
13 "hp": 450,
14 "drop": "cobblestone",
15 "texture": "stone"
16 },
17 "grass": {
18 "id": 2,
19 "hp": 54,
20 "drop": "dirt",
21 "texture": "grass"
22 },
23 "dirt": {
24 "id": 3,
25 "hp": 45,
26 "drop": "dirt",
27 "texture": "dirt"
28 },
29 "cobblestone": {
30 "id": 4,
31 "hp": 600,
32 "drop": "cobblestone",
33 "texture": "cobblestone"
34 },
35 "planks_oak": {
36 "id": 5,
37 "hp": 180,
38 "drop": "planks_oak",
39 "texture": "planks_oak"
40 },
41 "sapling_oak": {
42 "id": 6,
43 "collision": false,
44 "transparent": true,
45 "block_required": true,
46 "drop": "sapling_oak",
47 "texture": "sapling_oak"
48 },
49 "bedrock": {
50 "id": 7,
51 "drop": "bedrock",
52 "texture": "bedrock"
53 },
54 "water": {
55 "id": 8,
56 "collision": false,
57 "transparent": true,
58 "drop": "water",
59 "meta": "water",
60 "texture": "water_still",
61 "animated": true,
62 "frames": 16,
63 "state": 0
64 },
65 "lava": {
66 "id": 9,
67 "collision": false,
68 "drop": "lava",
69 "meta": "lava",
70 "texture": "lava_still",
71 "animated": true,
72 "frames": 16,
73 "state": 0
74 },
75 "sand": {
76 "id": 10,
77 "hp": 45,
78 "drop": "sand",
79 "texture": "sand"
80 },
81 "gravel": {
82 "id": 11,
83 "hp": 54,
84 "drop": "gravel",
85 "texture": "gravel"
86 },
87 "gold_ore": {
88 "id": 12,
89 "hp": 900,
90 "drop": "gold_ore",
91 "texture": "gold_ore"
92 },
93 "iron_ore": {
94 "id": 13,
95 "hp": 900,
96 "drop": "iron_ore",
97 "texture": "iron_ore"
98 },
99 "coal_ore": {
100 "id": 14,
101 "hp": 900,
102 "drop": "coal",
103 "texture": "coal_ore"
104 },
105 "log_oak": {
106 "id": 15,
107 "hp": 180,
108 "drop": "log_oak",
109 "texture": "log_oak"
110 },
111 "leaves_oak": {
112 "id": 16,
113 "hp": 21,
114 "transparent": true,
115 "drop": "leaves_oak",
116 "texture": "leaves_oak"
117 },
118 "sponge": {
119 "id": 17,
120 "hp": 54,
121 "drop": "sponge",
122 "texture": "sponge"
123 },
124 "glass": {
125 "id": 18,
126 "hp": 27,
127 "transparent": true,
128 "drop": "none",
129 "texture": "glass"
130 },
131 "lapis_ore": {
132 "id": 19,
133 "hp": 900,
134 "drop": "lapis",
135 "texture": "lapis_ore"
136 },
137 "lapis_block": {
138 "id": 20,
139 "hp": 900,
140 "drop": "lapis_block",
141 "texture": "lapis_block"
142 },
143 "sandstone": {
144 "id": 21,
145 "hp": 240,
146 "drop": "sandstone",
147 "texture": "sandstone"
148 },
149 "noteblock": {
150 "id": 22,
151 "hp": 75,
152 "drop": "noteblock",
153 "texture": "noteblock"
154 },
155 "bed_l": {
156 "id": 23,
157 "hp": 21,
158 "collision": false,
159 "background": true,
160 "transparent": true,
161 "drop": "none",
162 "texture": "bed_l"
163 },
164 "bed_r": {
165 "id": 24,
166 "hp": 21,
167 "collision": false,
168 "background": true,
169 "transparent": true,
170 "drop": "none",
171 "texture": "bed_r"
172 },
173 "web": {
174 "id": 25,
175 "hp": 1200,
176 "collision": false,
177 "transparent": true,
178 "drop": "web",
179 "texture": "web"
180 },
181 "tallgrass": {
182 "id": 26,
183 "collision": false,
184 "transparent": true,
185 "block_required": true,
186 "drop": "tallgrass",
187 "texture": "tallgrass"
188 },
189 "deadbush": {
190 "id": 27,
191 "collision": false,
192 "transparent": true,
193 "block_required": true,
194 "drop": "deadbush",
195 "texture": "deadbush"
196 },
197 "bricks": {
198 "id": 28,
199 "hp": 600,
200 "drop": "bricks",
201 "texture": "bricks"
202 },
203 "dandelion": {
204 "id": 29,
205 "collision": false,
206 "transparent": true,
207 "block_required": true,
208 "drop": "dandelion",
209 "texture": "dandelion"
210 },
211 "rose": {
212 "id": 30,
213 "collision": false,
214 "transparent": true,
215 "block_required": true,
216 "drop": "rose",
217 "texture": "rose"
218 },
219 "mushroom_brown": {
220 "id": 31,
221 "collision": false,
222 "transparent": true,
223 "block_required": true,
224 "drop": "mushroom_brown",
225 "texture": "mushroom_brown"
226 },
227 "mushroom_red": {
228 "id": 32,
229 "collision": false,
230 "transparent": true,
231 "block_required": true,
232 "drop": "mushroom_red",
233 "texture": "mushroom_red"
234 },
235 "wool_colored_white": {
236 "id": 33,
237 "hp": 75,
238 "drop": "wool_colored_white",
239 "texture": "wool_colored_white"
240 },
241 "wool_colored_orange": {
242 "id": 34,
243 "hp": 75,
244 "drop": "wool_colored_orange",
245 "texture": "wool_colored_orange"
246 },
247 "wool_colored_magenta": {
248 "id": 35,
249 "hp": 75,
250 "drop": "wool_colored_magenta",
251 "texture": "wool_colored_magenta"
252 },
253 "wool_colored_light_blue": {
254 "id": 36,
255 "hp": 75,
256 "drop": "wool_colored_light_blue",
257 "texture": "wool_colored_light_blue"
258 },
259 "wool_colored_yellow": {
260 "id": 37,
261 "hp": 75,
262 "drop": "wool_colored_yellow",
263 "texture": "wool_colored_yellow"
264 },
265 "wool_colored_lime": {
266 "id": 38,
267 "hp": 75,
268 "drop": "wool_colored_lime",
269 "texture": "wool_colored_lime"
270 },
271 "wool_colored_pink": {
272 "id": 39,
273 "hp": 75,
274 "drop": "wool_colored_pink",
275 "texture": "wool_colored_pink"
276 },
277 "wool_colored_gray": {
278 "id": 40,
279 "hp": 75,
280 "drop": "wool_colored_gray",
281 "texture": "wool_colored_gray"
282 },
283 "wool_colored_silver": {
284 "id": 41,
285 "hp": 75,
286 "drop": "wool_colored_silver",
287 "texture": "wool_colored_silver"
288 },
289 "wool_colored_cyan": {
290 "id": 42,
291 "hp": 75,
292 "drop": "wool_colored_cyan",
293 "texture": "wool_colored_cyan"
294 },
295 "wool_colored_purple": {
296 "id": 43,
297 "hp": 75,
298 "drop": "wool_colored_purple",
299 "texture": "wool_colored_purple"
300 },
301 "wool_colored_blue": {
302 "id": 44,
303 "hp": 75,
304 "drop": "wool_colored_blue",
305 "texture": "wool_colored_blue"
306 },
307 "wool_colored_brown": {
308 "id": 45,
309 "hp": 75,
310 "drop": "wool_colored_brown",
311 "texture": "wool_colored_brown"
312 },
313 "wool_colored_green": {
314 "id": 46,
315 "hp": 75,
316 "drop": "wool_colored_green",
317 "texture": "wool_colored_green"
318 },
319 "wool_colored_red": {
320 "id": 47,
321 "hp": 75,
322 "drop": "wool_colored_red",
323 "texture": "wool_colored_red"
324 },
325 "wool_colored_black": {
326 "id": 48,
327 "hp": 75,
328 "drop": "wool_colored_black",
329 "texture": "wool_colored_black"
330 },
331 "gold_block": {
332 "id": 49,
333 "hp": 900,
334 "drop": "gold_block",
335 "texture": "gold_block"
336 },
337 "iron_block": {
338 "id": 50,
339 "hp": 1500,
340 "drop": "iron_block",
341 "texture": "iron_block"
342 },
343 "stone_slab": {
344 "id": 51,
345 "top": 8,
346 "sprite_top": 8,
347 "hp": 600,
348 "transparent": true,
349 "drop": "stone_slab",
350 "meta": "slab",
351 "texture": "stone_slab",
352 "full_block": "double_stone_slab"
353 },
354 "double_stone_slab": {
355 "id": 52,
356 "hp": 600,
357 "drop": "stone_slab",
358 "texture": "stone_slab"
359 },
360 "sandstone_slab": {
361 "id": 53,
362 "top": 8,
363 "sprite_top": 8,
364 "hp": 600,
365 "transparent": true,
366 "drop": "sandstone_slab",
367 "meta": "slab",
368 "texture": "sandstone",
369 "full_block": "sandstone"
370 },
371 "oak_slab": {
372 "id": 54,
373 "top": 8,
374 "sprite_top": 8,
375 "hp": 180,
376 "transparent": true,
377 "drop": "oak_slab",
378 "meta": "slab",
379 "texture": "planks_oak",
380 "full_block": "planks_oak"
381 },
382 "cobblestone_slab": {
383 "id": 55,
384 "top": 8,
385 "hp": 600,
386 "transparent": true,
387 "drop": "cobblestone_slab",
388 "texture": "cobblestone"
389 },
390 "brick_slab": {
391 "id": 56,
392 "top": 8,
393 "sprite_top": 8,
394 "hp": 600,
395 "transparent": true,
396 "drop": "brick_slab",
397 "meta": "slab",
398 "texture": "bricks",
399 "full_block": "bricks"
400 },
401 "stonebrick": {
402 "id": 57,
403 "hp": 450,
404 "drop": "stonebrick",
405 "texture": "stonebrick"
406 },
407 "stonebrick_slab": {
408 "id": 58,
409 "top": 8,
410 "sprite_top": 8,
411 "hp": 450,
412 "transparent": true,
413 "drop": "stonebrick_slab",
414 "meta": "slab",
415 "texture": "stonebrick",
416 "full_block": "stonebrick"
417 },
418 "cactus": {
419 "id": 59,
420 "left": 1,
421 "right": 1,
422 "hp": 39,
423 "transparent": true,
424 "block_required": true,
425 "drop": "cactus",
426 "texture": "cactus"
427 },
428 "water_16": {
429 "id": 60,
430 "collision": false,
431 "transparent": true,
432 "drop": "water_16",
433 "meta": "water",
434 "texture": "water_flow",
435 "animated": true,
436 "frames": 16,
437 "state": 1
438 },
439 "water_12": {
440 "id": 61,
441 "top": 4,
442 "sprite_top": 4,
443 "collision": false,
444 "transparent": true,
445 "drop": "water_12",
446 "meta": "water",
447 "texture": "water_flow",
448 "animated": true,
449 "frames": 16,
450 "state": 2
451 },
452 "water_8": {
453 "id": 62,
454 "top": 8,
455 "sprite_top": 8,
456 "collision": false,
457 "transparent": true,
458 "drop": "water_8",
459 "meta": "water",
460 "texture": "water_flow",
461 "animated": true,
462 "frames": 16,
463 "state": 3
464 },
465 "water_4": {
466 "id": 63,
467 "top": 12,
468 "sprite_top": 12,
469 "collision": false,
470 "transparent": true,
471 "drop": "water_4",
472 "meta": "water",
473 "texture": "water_flow",
474 "animated": true,
475 "frames": 16,
476 "state": 4
477 },
478 "lava_16": {
479 "id": 64,
480 "collision": false,
481 "drop": "lava_16",
482 "meta": "lava",
483 "texture": "lava_flow",
484 "animated": true,
485 "frames": 16,
486 "state": 1
487 },
488 "lava_12": {
489 "id": 65,
490 "top": 4,
491 "sprite_top": 4,
492 "collision": false,
493 "drop": "lava_12",
494 "meta": "lava",
495 "texture": "lava_flow",
496 "animated": true,
497 "frames": 16,
498 "state": 2
499 },
500 "lava_8": {
501 "id": 66,
502 "top": 8,
503 "sprite_top": 8,
504 "collision": false,
505 "drop": "lava_8",
506 "meta": "lava",
507 "texture": "lava_flow",
508 "animated": true,
509 "frames": 16,
510 "state": 3
511 },
512 "lava_4": {
513 "id": 67,
514 "top": 12,
515 "sprite_top": 12,
516 "collision": false,
517 "drop": "lava_4",
518 "meta": "lava",
519 "texture": "lava_flow",
520 "animated": true,
521 "frames": 16,
522 "state": 4
523 },
524 "obsidian": {
525 "id": 68,
526 "hp": 1500,
527 "drop": "obsidian",
528 "texture": "obsidian"
530 },
531 "items": {
532 "none": {
533 "id": 0,
534 "name": "",
535 "type": "none",
536 "texture": "none"
537 },
538 "stone": {
539 "id": 1,
540 "name": "Stone",
541 "type": "block",
542 "texture": "stone"
543 },
544 "grass": {
545 "id": 2,
546 "name": "Grass",
547 "type": "block",
548 "texture": "grass"
549 },
550 "dirt": {
551 "id": 3,
552 "name": "Dirt",
553 "type": "block",
554 "texture": "dirt"
555 },
556 "cobblestone": {
557 "id": 4,
558 "name": "Cobblestone",
559 "type": "block",
560 "texture": "cobblestone"
561 },
562 "planks_oak": {
563 "id": 5,
564 "name": "Oak Planks",
565 "type": "block",
566 "texture": "planks_oak"
567 },
568 "sapling_oak": {
569 "id": 6,
570 "name": "Oak Sapling",
571 "type": "block",
572 "texture": "sapling_oak"
573 },
574 "bedrock": {
575 "id": 7,
576 "name": "Bedrock",
577 "type": "block",
578 "texture": "bedrock"
579 },
580 "water": {
581 "id": 8,
582 "name": "Water",
583 "type": "block",
584 "texture": "water"
585 },
586 "lava": {
587 "id": 9,
588 "name": "Lava",
589 "type": "block",
590 "texture": "lava"
591 },
592 "sand": {
593 "id": 10,
594 "name": "Sand",
595 "type": "block",
596 "texture": "sand"
597 },
598 "gravel": {
599 "id": 11,
600 "name": "Gravel",
601 "type": "block",
602 "texture": "gravel"
603 },
604 "gold_ore": {
605 "id": 12,
606 "name": "Golden Ore",
607 "type": "block",
608 "texture": "gold_ore"
609 },
610 "iron_ore": {
611 "id": 13,
612 "name": "Iron Ore",
613 "type": "block",
614 "texture": "iron_ore"
615 },
616 "coal_ore": {
617 "id": 14,
618 "name": "Coal Ore",
619 "type": "block",
620 "texture": "coal_ore"
621 },
622 "log_oak": {
623 "id": 15,
624 "name": "Wood",
625 "type": "block",
626 "texture": "log_oak"
627 },
628 "leaves_oak": {
629 "id": 16,
630 "name": "Leaves",
631 "type": "block",
632 "texture": "leaves_oak"
633 },
634 "glass": {
635 "id": 17,
636 "name": "Glass",
637 "type": "block",
638 "texture": "glass"
639 },
640 "lapis_ore": {
641 "id": 18,
642 "name": "Lapis Ore",
643 "type": "block",
644 "texture": "lapis_ore"
645 },
646 "lapis_block": {
647 "id": 19,
648 "name": "Lapis Block",
649 "type": "block",
650 "texture": "lapis_block"
651 },
652 "sandstone": {
653 "id": 20,
654 "name": "Sandstone",
655 "type": "block",
656 "texture": "sandstone"
657 },
658 "web": {
659 "id": 21,
660 "name": "Cobweb",
661 "type": "block",
662 "texture": "web"
663 },
664 "tallgrass": {
665 "id": 22,
666 "name": "Tall Grass",
667 "type": "block",
668 "texture": "tallgrass",
669 "origin_x": 0.5
670 },
671 "deadbush": {
672 "id": 23,
673 "name": "Dead Bush",
674 "type": "block",
675 "texture": "deadbush",
676 "origin_x": 0.5
677 },
678 "bricks": {
679 "id": 24,
680 "name": "Bricks",
681 "type": "block",
682 "texture": "bricks"
683 },
684 "dandelion": {
685 "id": 25,
686 "name": "Dandelion",
687 "type": "block",
688 "texture": "dandelion",
689 "origin_x": 0.5
690 },
691 "rose": {
692 "id": 26,
693 "name": "Rose",
694 "type": "block",
695 "texture": "rose",
696 "origin_x": 0.5
697 },
698 "mushroom_brown": {
699 "id": 27,
700 "name": "Mushroom",
701 "type": "block",
702 "texture": "mushroom_brown",
703 "origin_x": 0.5
704 },
705 "mushroom_red": {
706 "id": 28,
707 "name": "Mushroom",
708 "type": "block",
709 "texture": "mushroom_red",
710 "origin_x": 0.5
711 },
712 "wool_colored_white": {
713 "id": 29,
714 "name": "Wool",
715 "type": "block",
716 "texture": "wool_colored_white"
717 },
718 "wool_colored_orange": {
719 "id": 30,
720 "name": "Wool",
721 "type": "block",
722 "texture": "wool_colored_orange"
723 },
724 "wool_colored_magenta": {
725 "id": 31,
726 "name": "Wool",
727 "type": "block",
728 "texture": "wool_colored_magenta"
729 },
730 "wool_colored_light_blue": {
731 "id": 32,
732 "name": "Wool",
733 "type": "block",
734 "texture": "wool_colored_light_blue"
735 },
736 "wool_colored_yellow": {
737 "id": 33,
738 "name": "Wool",
739 "type": "block",
740 "texture": "wool_colored_yellow"
741 },
742 "wool_colored_lime": {
743 "id": 34,
744 "name": "Wool",
745 "type": "block",
746 "texture": "wool_colored_lime"
747 },
748 "wool_colored_pink": {
749 "id": 35,
750 "name": "Wool",
751 "type": "block",
752 "texture": "wool_colored_pink"
753 },
754 "wool_colored_gray": {
755 "id": 36,
756 "name": "Wool",
757 "type": "block",
758 "texture": "wool_colored_gray"
759 },
760 "wool_colored_silver": {
761 "id": 37,
762 "name": "Wool",
763 "type": "block",
764 "texture": "wool_colored_silver"
765 },
766 "wool_colored_cyan": {
767 "id": 38,
768 "name": "Wool",
769 "type": "block",
770 "texture": "wool_colored_cyan"
771 },
772 "wool_colored_purple": {
773 "id": 39,
774 "name": "Wool",
775 "type": "block",
776 "texture": "wool_colored_purple"
777 },
778 "wool_colored_blue": {
779 "id": 40,
780 "name": "Wool",
781 "type": "block",
782 "texture": "wool_colored_blue"
783 },
784 "wool_colored_brown": {
785 "id": 41,
786 "name": "Wool",
787 "type": "block",
788 "texture": "wool_colored_brown"
789 },
790 "wool_colored_green": {
791 "id": 42,
792 "name": "Wool",
793 "type": "block",
794 "texture": "wool_colored_green"
795 },
796 "wool_colored_red": {
797 "id": 43,
798 "name": "Wool",
799 "type": "block",
800 "texture": "wool_colored_red"
801 },
802 "wool_colored_black": {
803 "id": 44,
804 "name": "Wool",
805 "type": "block",
806 "texture": "wool_colored_black"
807 },
808 "gold_block": {
809 "id": 45,
810 "name": "Gold Block",
811 "type": "block",
812 "texture": "gold_block"
813 },
814 "iron_block": {
815 "id": 46,
816 "name": "Iron Block",
817 "type": "block",
818 "texture": "iron_block"
819 },
820 "stone_slab": {
821 "id": 47,
822 "name": "Stone Slab",
823 "type": "block",
824 "texture": "stone_slab"
825 },
826 "sandstone_slab": {
827 "id": 48,
828 "name": "Sandstone Slab",
829 "type": "block",
830 "texture": "sandstone_slab"
831 },
832 "oak_slab": {
833 "id": 49,
834 "name": "Oak Slab",
835 "type": "block",
836 "texture": "oak_slab"
837 },
838 "cobblestone_slab": {
839 "id": 50,
840 "name": "Cobblestone Slab",
841 "type": "block",
842 "texture": "cobblestone_slab"
843 },
844 "brick_slab": {
845 "id": 51,
846 "name": "Brick Slab",
847 "type": "block",
848 "texture": "brick_slab"
849 },
850 "stonebrick": {
851 "id": 52,
852 "name": "Stone Brick",
853 "type": "block",
854 "texture": "stonebrick"
855 },
856 "stonebrick_slab": {
857 "id": 53,
858 "name": "Stone Brick Slab",
859 "type": "block",
860 "texture": "stonebrick_slab"
861 },
862 "cactus": {
863 "id": 54,
864 "name": "Cactus",
865 "type": "block",
866 "texture": "cactus"
867 },
868 "obsidian": {
869 "id": 55,
870 "name": "Obsidian",
871 "type": "block",
872 "texture": "obsidian"
873 },
874 "wood_sword": {
875 "id": 56,
876 "name": "Wooden Sword",
877 "type": "sword",
878 "texture": "wood_sword",
879 "origin_x": 0.125
880 },
881 "stone_sword": {
882 "id": 57,
883 "name": "Stone Sword",
884 "type": "sword",
885 "texture": "stone_sword",
886 "origin_x": 0.125
887 },
888 "iron_sword": {
889 "id": 58,
890 "name": "Iron Sword",
891 "type": "sword",
892 "texture": "iron_sword",
893 "origin_x": 0.125
894 },
895 "diamond_sword": {
896 "id": 59,
897 "name": "Diamond Sword",
898 "type": "sword",
899 "texture": "diamond_sword",
900 "origin_x": 0.125
901 },
902 "gold_sword": {
903 "id": 60,
904 "name": "Golden Sword",
905 "type": "sword",
906 "texture": "gold_sword",
907 "origin_x": 0.125
908 },
909 "wood_shovel": {
910 "id": 61,
911 "name": "Wooden Shovel",
912 "type": "shovel",
913 "texture": "wood_shovel",
914 "origin_x": 0.125
915 },
916 "stone_shovel": {
917 "id": 62,
918 "name": "Stone Shovel",
919 "type": "shovel",
920 "texture": "stone_shovel",
921 "origin_x": 0.125
922 },
923 "iron_shovel": {
924 "id": 63,
925 "name": "Iron Shovel",
926 "type": "shovel",
927 "texture": "iron_shovel",
928 "origin_x": 0.125
929 },
930 "diamond_shovel": {
931 "id": 64,
932 "name": "Diamond Shovel",
933 "type": "shovel",
934 "texture": "diamond_shovel",
935 "origin_x": 0.125
936 },
937 "gold_shovel": {
938 "id": 65,
939 "name": "Golden Shovel",
940 "type": "shovel",
941 "texture": "gold_shovel",
942 "origin_x": 0.125
943 },
944 "bucket_empty": {
945 "id": 66,
946 "name": "Empty Bucket",
947 "type": "bucket",
948 "texture": "bucket_empty",
949 "origin_x": 0.25,
950 "action_key": "use_empty_bucket"
951 },
952 "bucket_water": {
953 "id": 67,
954 "name": "Water Bucket",
955 "type": "bucket",
956 "texture": "bucket_water",
957 "origin_x": 0.25,
958 "action_key": "use_water_bucket"
959 },
960 "bucket_lava": {
961 "id": 68,
962 "name": "Lava Bucket",
963 "type": "bucket",
964 "texture": "bucket_lava",
965 "origin_x": 0.25,
966 "action_key": "use_lava_bucket"