X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2Fassets%2Fjson%2Fgame_items.json;h=95d4c7a084900a815d3ca228b606c36fa74d7997;hb=4f339b3a792cf0b066acc9e630090d6a1389df0b;hp=47636290ece1d3ead25ea3fbecd12054c739134e;hpb=a21a93fd9fa33adebe52d1f4478866dcc3b66d96;p=cavedroid.git diff --git a/android/assets/json/game_items.json b/android/assets/json/game_items.json index 4763629..95d4c7a 100644 --- a/android/assets/json/game_items.json +++ b/android/assets/json/game_items.json @@ -21,6 +21,13 @@ "tool_level": 0, "tool_type": "shovel" }, + "grass_snowed": { + "hp": 54, + "drop": "dirt", + "texture": "grass_snowed", + "tool_level": 0, + "tool_type": "shovel" + }, "dirt": { "hp": 45, "drop": "dirt", @@ -42,13 +49,35 @@ "tool_level": 0, "tool_type": "axe" }, + "planks_spruce": { + "hp": 180, + "drop": "planks_spruce", + "texture": "planks_spruce", + "tool_level": 0, + "tool_type": "axe" + }, + "crafting_table": { + "hp": 180, + "drop": "crafting_table", + "texture": "crafting_table", + "tool_level": 0, + "tool_type": "axe" + }, "sapling_oak": { "collision": false, "transparent": true, "block_required": true, "drop": "sapling_oak", "texture": "sapling_oak", - "hp": 1 + "hp": 0 + }, + "sapling_spruce": { + "collision": false, + "transparent": true, + "block_required": true, + "drop": "sapling_spruce", + "texture": "sapling_spruce", + "hp": 0 }, "bedrock": { "drop": "bedrock", @@ -71,7 +100,8 @@ "texture": "lava_still", "animated": true, "frames": 16, - "state": 0 + "state": 0, + "damage": 4 }, "sand": { "hp": 45, @@ -108,6 +138,20 @@ "tool_level": 1, "tool_type": "pickaxe" }, + "diamond_ore": { + "hp": 900, + "drop": "diamond", + "texture": "diamond_ore", + "tool_level": 3, + "tool_type": "pickaxe" + }, + "diamond_block": { + "hp": 1500, + "drop": "diamond_block", + "texture": "diamond_block", + "tool_level": 3, + "tool_type": "pickaxe" + }, "log_oak": { "hp": 180, "drop": "log_oak", @@ -117,11 +161,26 @@ }, "leaves_oak": { "hp": 21, - "transparent": true, "drop": "leaves_oak", "texture": "leaves_oak", "tool_level": 1, - "tool_type": "shears" + "tool_type": "shears", + "tint": "#5AC557" + }, + "log_spruce": { + "hp": 180, + "drop": "log_spruce", + "texture": "log_spruce", + "tool_level": 0, + "tool_type": "axe" + }, + "leaves_spruce": { + "hp": 21, + "drop": "leaves_spruce", + "texture": "leaves_spruce", + "tool_level": 1, + "tool_type": "shears", + "tint": "#486D4E" }, "sponge": { "hp": 54, @@ -200,7 +259,9 @@ "drop": "tallgrass", "texture": "tallgrass", "tool_level": 1, - "tool_type": "shears" + "tool_type": "shears", + "tint": "#5AC557", + "hp": 0 }, "deadbush": { "collision": false, @@ -209,7 +270,8 @@ "drop": "deadbush", "texture": "deadbush", "tool_level": 1, - "tool_type": "shears" + "tool_type": "shears", + "hp": 0 }, "bricks": { "hp": 600, @@ -223,28 +285,32 @@ "transparent": true, "block_required": true, "drop": "dandelion", - "texture": "dandelion" + "texture": "dandelion", + "hp": 0 }, "rose": { "collision": false, "transparent": true, "block_required": true, "drop": "rose", - "texture": "rose" + "texture": "rose", + "hp": 0 }, "mushroom_brown": { "collision": false, "transparent": true, "block_required": true, "drop": "mushroom_brown", - "texture": "mushroom_brown" + "texture": "mushroom_brown", + "hp": 0 }, "mushroom_red": { "collision": false, "transparent": true, "block_required": true, "drop": "mushroom_red", - "texture": "mushroom_red" + "texture": "mushroom_red", + "hp": 0 }, "wool_colored_white": { "hp": 75, @@ -458,6 +524,32 @@ "tool_level": 0, "tool_type": "axe" }, + "spruce_slab_bottom": { + "top": 8, + "sprite_top": 8, + "hp": 180, + "transparent": true, + "drop": "spruce_slab", + "meta": "slab", + "texture": "planks_spruce", + "full_block": "planks_spruce", + "other_part": "spruce_slab_top", + "tool_level": 0, + "tool_type": "axe" + }, + "spruce_slab_top": { + "bottom": 8, + "sprite_bottom": 8, + "hp": 180, + "transparent": true, + "drop": "spruce_slab", + "meta": "slab", + "texture": "planks_spruce", + "full_block": "planks_spruce", + "other_part": "spruce_slab_bottom", + "tool_level": 0, + "tool_type": "axe" + }, "cobblestone_slab_bottom": { "top": 8, "sprite_top": 8, @@ -550,7 +642,8 @@ "transparent": true, "block_required": true, "drop": "cactus", - "texture": "cactus" + "texture": "cactus", + "damage": 1 }, "water_16": { "collision": false, @@ -605,47 +698,104 @@ "texture": "lava_flow", "animated": true, "frames": 16, - "state": 1 + "state": 1, + "damage": 4 }, "lava_12": { "top": 4, "sprite_top": 4, "collision": false, + "transparent": true, "drop": "lava_12", "meta": "lava", "texture": "lava_flow", "animated": true, "frames": 16, - "state": 2 + "state": 2, + "damage": 4 }, "lava_8": { "top": 8, "sprite_top": 8, "collision": false, + "transparent": true, "drop": "lava_8", "meta": "lava", "texture": "lava_flow", "animated": true, "frames": 16, - "state": 3 + "state": 3, + "damage": 4 }, "lava_4": { "top": 12, "sprite_top": 12, "collision": false, + "transparent": true, "drop": "lava_4", "meta": "lava", "texture": "lava_flow", "animated": true, "frames": 16, - "state": 4 + "state": 4, + "damage": 4 }, "obsidian": { - "hp": 1500, + "hp": 15000, "drop": "obsidian", "texture": "obsidian", "tool_level": 4, "tool_type": "pickaxe" + }, + "snow": { + "top": 14, + "sprite_top": 14, + "collision": false, + "transparent": true, + "drop": "snowball", + "texture": "snow", + "hp": 6, + "tool_level": 1, + "tool_type": "shovel", + "block_required": true + }, + "snow_block": { + "collision": true, + "transparent": true, + "drop": "snowball", + "drop_count": 4, + "texture": "snow", + "hp": 60, + "tool_level": 1, + "tool_type": "shovel" + }, + "furnace": { + "hp": 1050, + "collision": true, + "transparent": false, + "drop": "furnace", + "texture": "furnace", + "animated": true, + "frames": 2, + "tool_level": 1, + "tool_type": "pickaxe", + "meta": "furnace" + }, + "chest": { + "hp": 180, + "collision": true, + "transparent": true, + "drop": "chest", + "texture": "chest", + "tool_level": 0, + "tool_type": "axe", + "meta": "chest", + "top": 2, + "left": 1, + "right": 1, + "sprite_top": 2, + "sprite_left": 1, + "sprite_right": 1 } }, "items": { @@ -672,37 +822,59 @@ "cobblestone": { "name": "Cobblestone", "type": "block", - "texture": "cobblestone" + "texture": "cobblestone", + "smelt_product": "stone" }, "planks_oak": { "name": "Oak Planks", "type": "block", - "texture": "planks_oak" + "texture": "planks_oak", + "burning_time": 15000 }, "sapling_oak": { "name": "Oak Sapling", "type": "block", - "texture": "sapling_oak" + "texture": "sapling_oak", + "burning_time": 5000 }, - "bedrock": { - "name": "Bedrock", + "planks_spruce": { + "name": "Spruce Planks", "type": "block", - "texture": "bedrock" + "texture": "planks_spruce", + "burning_time": 15000 }, - "water": { - "name": "Water", + "crafting_table": { + "name": "Crafting Table", "type": "block", - "texture": "water" + "texture": "crafting_table", + "burning_time": 15000 }, - "lava": { - "name": "Lava", + "furnace": { + "name": "Furnace", "type": "block", - "texture": "lava" + "texture": "furnace_off" + }, + "chest": { + "name": "Chest", + "type": "block", + "texture": "chest" + }, + "sapling_spruce": { + "name": "Spruce Sapling", + "type": "block", + "texture": "sapling_spruce", + "burning_time": 5000 + }, + "bedrock": { + "name": "Bedrock", + "type": "block", + "texture": "bedrock" }, "sand": { "name": "Sand", "type": "block", - "texture": "sand" + "texture": "sand", + "smelt_product": "glass" }, "gravel": { "name": "Gravel", @@ -712,28 +884,51 @@ "gold_ore": { "name": "Golden Ore", "type": "block", - "texture": "gold_ore" + "texture": "gold_ore", + "smelt_product": "gold_ingot" }, "iron_ore": { "name": "Iron Ore", "type": "block", - "texture": "iron_ore" + "texture": "iron_ore", + "smelt_product": "iron_ingot" }, "coal_ore": { "name": "Coal Ore", "type": "block", - "texture": "coal_ore" + "texture": "coal_ore", + "smelt_product": "coal" + }, + "diamond_ore": { + "name": "Diamond Ore", + "type": "block", + "texture": "diamond_ore", + "smelt_product": "diamond" }, "log_oak": { "name": "Wood", "type": "block", - "texture": "log_oak" + "texture": "log_oak", + "burning_time": 15000, + "smelt_product": "charcoal" }, "leaves_oak": { "name": "Leaves", "type": "block", "texture": "leaves_oak" }, + "log_spruce": { + "name": "Spruce", + "type": "block", + "texture": "log_spruce", + "burning_time": 15000, + "smelt_product": "charcoal" + }, + "leaves_spruce": { + "name": "Spruce Leaves", + "type": "block", + "texture": "leaves_spruce" + }, "glass": { "name": "Glass", "type": "block", @@ -742,7 +937,8 @@ "lapis_ore": { "name": "Lapis Ore", "type": "block", - "texture": "lapis_ore" + "texture": "lapis_ore", + "smelt_product": "lapis_lazuli" }, "lapis_block": { "name": "Lapis Block", @@ -769,7 +965,8 @@ "name": "Dead Bush", "type": "block", "texture": "deadbush", - "origin_x": 0.5 + "origin_x": 0.5, + "burning_time": 5000 }, "bricks": { "name": "Bricks", @@ -890,6 +1087,11 @@ "type": "block", "texture": "iron_block" }, + "diamond_block": { + "name": "Diamond Block", + "type": "block", + "texture": "diamond_block" + }, "stone_slab": { "name": "Stone Slab", "type": "slab", @@ -909,7 +1111,16 @@ "type": "slab", "texture": "oak_slab", "top_slab_block": "oak_slab_top", - "bottom_slab_block": "oak_slab_bottom" + "bottom_slab_block": "oak_slab_bottom", + "burn_time": 7500 + }, + "spruce_slab": { + "name": "Spruce Slab", + "type": "slab", + "texture": "spruce_slab", + "top_slab_block": "spruce_slab_top", + "bottom_slab_block": "spruce_slab_bottom", + "burn_time": 7500 }, "cobblestone_slab": { "name": "Cobblestone Slab", @@ -947,68 +1158,88 @@ "type": "block", "texture": "obsidian" }, + "snow_block": { + "name": "Snow Block", + "type": "block", + "texture": "snow" + }, + "stick": { + "name": "Stick", + "texture": "stick", + "burning_time": 5000 + }, "wood_sword": { "name": "Wooden Sword", "type": "sword", "texture": "wood_sword", "origin_x": 0.125, - "tool_level": 1 + "tool_level": 1, + "max_stack": 60, + "burning_time": 10000 }, "stone_sword": { "name": "Stone Sword", "type": "sword", "texture": "stone_sword", "origin_x": 0.125, - "tool_level": 2 + "tool_level": 2, + "max_stack": 132 }, "iron_sword": { "name": "Iron Sword", "type": "sword", "texture": "iron_sword", "origin_x": 0.125, - "tool_level": 3 + "tool_level": 3, + "max_stack": 251 }, "diamond_sword": { "name": "Diamond Sword", "type": "sword", "texture": "diamond_sword", "origin_x": 0.125, - "tool_level": 4 + "tool_level": 4, + "max_stack": 1562 }, "gold_sword": { "name": "Golden Sword", "type": "sword", "texture": "gold_sword", "origin_x": 0.125, - "tool_level": 1 + "tool_level": 1, + "max_stack": 33 }, "wood_shovel": { "name": "Wooden Shovel", "type": "shovel", "texture": "wood_shovel", "origin_x": 0.125, - "tool_level" : 1 + "tool_level" : 1, + "max_stack": 59 }, "stone_shovel": { "name": "Stone Shovel", "type": "shovel", "texture": "stone_shovel", "origin_x": 0.125, - "tool_level" : 2 + "tool_level" : 2, + "max_stack": 131 }, "iron_shovel": { "name": "Iron Shovel", "type": "shovel", "texture": "iron_shovel", "origin_x": 0.125, - "tool_level" : 3 + "tool_level" : 3, + "max_stack": 250 }, "diamond_shovel": { "name": "Diamond Shovel", "type": "shovel", "texture": "diamond_shovel", "origin_x": 0.125, - "tool_level" : 4 + "tool_level" : 4, + "max_stack": 1561 }, "gold_shovel": { "name": "Golden Shovel", @@ -1016,35 +1247,41 @@ "texture": "gold_shovel", "origin_x": 0.125, "tool_level" : 1, - "block_damage_multiplier": 6 + "block_damage_multiplier": 6, + "max_stack": 32 }, "wood_pickaxe": { "name": "Wooden Pickaxe", "type": "pickaxe", "texture": "wood_pickaxe", "origin_x": 0.125, - "tool_level" : 1 + "tool_level" : 1, + "max_stack": 59, + "burning_time": 10000 }, "stone_pickaxe": { "name": "Stone Pickaxe", "type": "pickaxe", "texture": "stone_pickaxe", "origin_x": 0.125, - "tool_level" : 2 + "tool_level" : 2, + "max_stack": 131 }, "iron_pickaxe": { "name": "Iron Pickaxe", "type": "pickaxe", "texture": "iron_pickaxe", "origin_x": 0.125, - "tool_level" : 3 + "tool_level" : 3, + "max_stack": 251 }, "diamond_pickaxe": { "name": "Diamond Pickaxe", "type": "pickaxe", "texture": "diamond_pickaxe", "origin_x": 0.125, - "tool_level" : 4 + "tool_level" : 4, + "max_stack": 1562 }, "gold_pickaxe": { "name": "Golden Pickaxe", @@ -1052,35 +1289,41 @@ "texture": "gold_pickaxe", "origin_x": 0.125, "tool_level" : 1, - "block_damage_multiplier": 6 + "block_damage_multiplier": 6, + "max_stack": 33 }, "wood_axe": { "name": "Wooden Axe", "type": "axe", "texture": "wood_axe", "origin_x": 0.125, - "tool_level" : 1 + "tool_level" : 1, + "max_stack": 60, + "burning_time": 10000 }, "stone_axe": { "name": "Stone Axe", "type": "axe", "texture": "stone_axe", "origin_x": 0.125, - "tool_level" : 2 + "tool_level" : 2, + "max_stack": 131 }, "iron_axe": { "name": "Iron Axe", "type": "axe", "texture": "iron_axe", "origin_x": 0.125, - "tool_level" : 3 + "tool_level" : 3, + "max_stack": 250 }, "diamond_axe": { "name": "Diamond Axe", "type": "axe", "texture": "diamond_axe", "origin_x": 0.125, - "tool_level" : 4 + "tool_level" : 4, + "max_stack": 1561 }, "gold_axe": { "name": "Golden Axe", @@ -1088,35 +1331,94 @@ "texture": "gold_axe", "origin_x": 0.125, "tool_level" : 1, - "block_damage_multiplier": 6 + "block_damage_multiplier": 6, + "max_stack": 32 }, "shears": { "name": "Shears", "type": "shears", "texture": "shears", "tool_level" : 1, - "origin_x": 0.125 + "origin_x": 0.125, + "max_stack": 238 }, "bucket_empty": { "name": "Empty Bucket", - "type": "bucket", + "type": "usable", "texture": "bucket_empty", "origin_x": 0.25, - "action_key": "use_empty_bucket" + "action_key": "use_empty_bucket", + "max_stack": 1 }, "bucket_water": { "name": "Water Bucket", - "type": "bucket", + "type": "usable", "texture": "bucket_water", "origin_x": 0.25, - "action_key": "use_water_bucket" + "action_key": "use_water_bucket", + "max_stack": 1 }, "bucket_lava": { "name": "Lava Bucket", - "type": "bucket", + "type": "usable", "texture": "bucket_lava", "origin_x": 0.25, - "action_key": "use_lava_bucket" + "action_key": "use_lava_bucket", + "max_stack": 1, + "burning_time": 1000000 + }, + "snowball": { + "name": "Snowball", + "type": "usable", + "texture": "snowball", + "action_key": "use_snow_ball_action", + "max_stack": 16 + }, + "coal": { + "name": "Coal", + "texture": "coal", + "burning_time": 80000, + "origin_x": 0.25 + }, + "charcoal": { + "name": "Charcoal", + "texture": "charcoal", + "burning_time": 80000, + "origin_x": 0.25 + }, + "iron_ingot": { + "name": "Iron Ingot", + "texture": "iron_ingot", + "origin_x": 0.5 + }, + "gold_ingot": { + "name": "Gold Ingot", + "texture": "gold_ingot", + "origin_x": 0.5 + }, + "diamond": { + "name": "Diamond", + "texture": "diamond", + "origin_x": 0.5 + }, + "lapis_lazuli": { + "name": "Lapis Lazuli", + "texture": "lapis_lazuli", + "origin_x": 0.5 + }, + "bed": { + "name": "Bed", + "type": "usable", + "texture": "bed", + "action_key": "use_bed_action" + }, + "spawn_egg_pig": { + "name": "Pig Spawn Egg", + "type": "usable", + "texture": "spawn_egg", + "tint": "#EDBFB4", + "action_key": "use_spawn_egg_pig", + "origin_x": 0.5 } } }