From afd8da47e2ee28fe191a64acefdb72d24ed27598 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Sat, 5 Oct 2024 07:11:49 -0500 Subject: [PATCH] feat(balance): merge and rebalance the two liquid fertilizer recipes (#5510) --- data/json/obsoletion/recipes.json | 6 ++++++ data/json/recipes/chem/chemicals.json | 25 ++----------------------- 2 files changed, 8 insertions(+), 23 deletions(-) diff --git a/data/json/obsoletion/recipes.json b/data/json/obsoletion/recipes.json index 433b3c869812..c8ca0515dcfa 100644 --- a/data/json/obsoletion/recipes.json +++ b/data/json/obsoletion/recipes.json @@ -3415,5 +3415,11 @@ "result": "torch", "id_suffix": "pine", "obsolete": true + }, + { + "type": "recipe", + "result": "fertilizer_liquid", + "id_suffix": "simple", + "obsolete": true } ] diff --git a/data/json/recipes/chem/chemicals.json b/data/json/recipes/chem/chemicals.json index 67d814d4a9cb..c3f33ac5a6ab 100644 --- a/data/json/recipes/chem/chemicals.json +++ b/data/json/recipes/chem/chemicals.json @@ -229,27 +229,6 @@ "tools": [ [ [ "surface_heat", 18, "LIST" ] ] ], "components": [ [ [ "meat_tainted", 1 ], [ "dry_meat_tainted", 1 ] ], [ [ "ammonia", 1 ] ] ] }, - { - "type": "recipe", - "result": "fertilizer_liquid", - "id_suffix": "simple", - "category": "CC_CHEM", - "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "survival", - "difficulty": 2, - "time": "20 m", - "autolearn": true, - "batch_time_factors": [ 80, 5 ], - "flags": [ "BLIND_HARD", "ALLOW_ROTTEN" ], - "qualities": [ { "id": "BOIL", "level": 1 } ], - "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], - "components": [ - [ [ "water", 4 ], [ "water_clean", 4 ] ], - [ [ "meal_bone", 2 ] ], - [ [ "meal_chitin_piece", 1 ] ], - [ [ "chem_aluminium_sulphate", 10 ] ] - ] - }, { "type": "recipe", "result": "fertilizer_commercial", @@ -280,13 +259,13 @@ [ "reference_cooking", 2 ] ], "flags": [ "ALLOW_ROTTEN" ], - "qualities": [ { "id": "CHEM", "level": 2 } ], + "qualities": [ { "id": "CHEM", "level": 1 } ], "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ], "components": [ [ [ "water", 4 ], [ "water_clean", 4 ] ], [ [ "meal_bone", 2 ] ], [ [ "meal_chitin_piece", 1 ] ], - [ [ "ammonia", 1 ], [ "chem_lye", 3, "LIST" ], [ "chem_saltpetre", 50 ] ] + [ [ "ammonia", 1 ], [ "chem_lye", 3, "LIST" ], [ "chem_saltpetre", 50 ], [ "chem_aluminium_sulphate", 10 ] ] ] }, {