Skip to content

Commit

Permalink
feat(balance): merge and rebalance the two liquid fertilizer recipes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Oct 5, 2024
1 parent 67bf387 commit afd8da4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
6 changes: 6 additions & 0 deletions data/json/obsoletion/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3415,5 +3415,11 @@
"result": "torch",
"id_suffix": "pine",
"obsolete": true
},
{
"type": "recipe",
"result": "fertilizer_liquid",
"id_suffix": "simple",
"obsolete": true
}
]
25 changes: 2 additions & 23 deletions data/json/recipes/chem/chemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 ] ]
]
},
{
Expand Down

0 comments on commit afd8da4

Please sign in to comment.