X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2Fassets%2Fjson%2Fgame_items.json;h=349daf3f752dfb4a5caeb70f9a8c2c6dbd6e1589;hb=90daad1796cd59f11f12589686d9afe882ddb9b1;hp=5c1157690a9141876f5d96311f711677e3a70d14;hpb=9f3d2a56e9e81f3d0553220c684d6c6000969501;p=cavedroid.git diff --git a/android/assets/json/game_items.json b/android/assets/json/game_items.json index 5c11576..349daf3 100644 --- a/android/assets/json/game_items.json +++ b/android/assets/json/game_items.json @@ -108,14 +108,16 @@ "drop": "sand", "texture": "sand", "tool_level": 0, - "tool_type": "shovel" + "tool_type": "shovel", + "fallable": true }, "gravel": { "hp": 54, "drop": "gravel", "texture": "gravel", "tool_level": 0, - "tool_type": "shovel" + "tool_type": "shovel", + "fallable": true }, "gold_ore": { "hp": 900, @@ -1419,6 +1421,19 @@ "tint": "#EDBFB4", "action_key": "use_spawn_egg_pig", "origin_x": 0.5 + }, + "porkchop_raw": { + "name": "Raw Porkchop", + "type": "food", + "texture": "porkchop_raw", + "heal": 3, + "smelt_product": "porkchop_cooked" + }, + "porkchop_cooked": { + "name": "Raw Porkchop", + "type": "food", + "texture": "porkchop_cooked", + "heal": 8 } } }