From 2b8d0169f6b91e7853de4c191fa154ba265d4ad8 Mon Sep 17 00:00:00 2001 From: NastyNate2612 <59994204+NastyNate2612@users.noreply.github.com> Date: Sat, 15 Feb 2020 10:28:39 -0800 Subject: [PATCH 1/7] fix sandbag recipe components sandbag needed 3200 sand to craft. should be 60 --- data/json/recipes/recipe_others.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 95e4643077fdb..015f395f41496 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -4447,7 +4447,7 @@ "time": "2 m", "autolearn": true, "qualities": [ { "id": "DIG", "level": 3 } ], - "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 3200 ] ] ] + "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 60 ] ] ] }, { "type": "recipe", From 7268e4ddd28dd7c0d6a54ac7d74279f1bb754c8e Mon Sep 17 00:00:00 2001 From: NastyNate2612 <59994204+NastyNate2612@users.noreply.github.com> Date: Sat, 15 Feb 2020 10:46:23 -0800 Subject: [PATCH 2/7] update item sandbag weight --- data/json/items/chemicals_and_resources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/chemicals_and_resources.json b/data/json/items/chemicals_and_resources.json index 8f275aa82dacf..e037cc3fec432 100644 --- a/data/json/items/chemicals_and_resources.json +++ b/data/json/items/chemicals_and_resources.json @@ -1352,7 +1352,7 @@ "category": "other", "name": "sandbag", "description": "This is a canvas sack filled with sand. It can be used to construct simple barricades.", - "weight": "24415 g", + "weight": "24384 g", "volume": "16L", "price": 0, "material": [ "cotton", "powder" ], From 41c6b87256634f3a0847920d1197be07afd3cebe Mon Sep 17 00:00:00 2001 From: NastyNate2612 <59994204+NastyNate2612@users.noreply.github.com> Date: Sat, 15 Feb 2020 11:14:02 -0800 Subject: [PATCH 3/7] Update chemicals_and_resources.json --- data/json/items/chemicals_and_resources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/chemicals_and_resources.json b/data/json/items/chemicals_and_resources.json index e037cc3fec432..8f275aa82dacf 100644 --- a/data/json/items/chemicals_and_resources.json +++ b/data/json/items/chemicals_and_resources.json @@ -1352,7 +1352,7 @@ "category": "other", "name": "sandbag", "description": "This is a canvas sack filled with sand. It can be used to construct simple barricades.", - "weight": "24384 g", + "weight": "24415 g", "volume": "16L", "price": 0, "material": [ "cotton", "powder" ], From 4a5189429a28044b02c1984b3f79800234edd4a6 Mon Sep 17 00:00:00 2001 From: NastyNate2612 <59994204+NastyNate2612@users.noreply.github.com> Date: Sat, 15 Feb 2020 11:16:23 -0800 Subject: [PATCH 4/7] make sandbag recipe reversible? --- data/json/recipes/recipe_others.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 015f395f41496..f7aa2ca1f69fc 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -4445,9 +4445,10 @@ "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", "time": "2 m", + "reversible": true, "autolearn": true, "qualities": [ { "id": "DIG", "level": 3 } ], - "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 60 ] ] ] + "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 3200 ] ] ] }, { "type": "recipe", From 25ecec8db7f63bf01e3b7a4a9a7297d9864eabf2 Mon Sep 17 00:00:00 2001 From: NastyNate2612 <59994204+NastyNate2612@users.noreply.github.com> Date: Sat, 15 Feb 2020 11:36:34 -0800 Subject: [PATCH 5/7] changed 3200 sand to 3000 (15L worth) if sandbag is 16L and canvas sack takes up 1L then 3000 sand would make 16L. I could change the weight back those couple hundred grams too on the sandbag if u all want to be super accurate and technical --- data/json/recipes/recipe_others.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index f7aa2ca1f69fc..8b40f1dae62de 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -4448,7 +4448,7 @@ "reversible": true, "autolearn": true, "qualities": [ { "id": "DIG", "level": 3 } ], - "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 3200 ] ] ] + "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 3000 ] ] ] }, { "type": "recipe", From 0e78f9ae1c1aeba3a2a9272a36cc8c98bf707a79 Mon Sep 17 00:00:00 2001 From: NastyNate2612 <59994204+NastyNate2612@users.noreply.github.com> Date: Sat, 15 Feb 2020 13:20:36 -0800 Subject: [PATCH 6/7] changed uncraft recipe changed from 60 sand to 3000 sand --- data/json/uncraft/generic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/uncraft/generic.json b/data/json/uncraft/generic.json index 74271dd06ce02..432154c048c16 100644 --- a/data/json/uncraft/generic.json +++ b/data/json/uncraft/generic.json @@ -68,7 +68,7 @@ "type": "uncraft", "skill_used": "fabrication", "time": "10 s", - "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 60 ] ] ] + "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 3000 ] ] ] }, { "result": "scrap_cotton", From 82d7c80e970e1602f0bb162c47052c95cbe69fb0 Mon Sep 17 00:00:00 2001 From: NastyNate2612 <59994204+NastyNate2612@users.noreply.github.com> Date: Sat, 15 Feb 2020 13:22:44 -0800 Subject: [PATCH 7/7] removed reversible --- data/json/recipes/recipe_others.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 8b40f1dae62de..c13d8dcbcfde9 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -4445,7 +4445,6 @@ "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", "time": "2 m", - "reversible": true, "autolearn": true, "qualities": [ { "id": "DIG", "level": 3 } ], "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 3000 ] ] ]