DEADSOFTWARE

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