From d110c390903dba471688e80fe9fde2d0013480d7 Mon Sep 17 00:00:00 2001 From: Viss Valdyr <33199510+Lamandus@users.noreply.github.com> Date: Sat, 25 May 2024 18:06:32 +0200 Subject: [PATCH] feat(balance): makeshift steam, 1 cylinder and 2 cylinder engines are autolearned (#4693) feat(balance): makeshift steam, 1cylinder and 2 cylinder engines are autolearned --- data/json/recipes/other/vehicles.json | 31 ++++++++++++++++----------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/data/json/recipes/other/vehicles.json b/data/json/recipes/other/vehicles.json index 9c15072b6734..5af039e42880 100644 --- a/data/json/recipes/other/vehicles.json +++ b/data/json/recipes/other/vehicles.json @@ -61,12 +61,13 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_VEHICLE", - "skill_used": "fabrication", - "difficulty": 6, + "skill_used": "mechanics", + "difficulty": 4, + "skills_required": [ "fabrication", 4 ], "time": "3 h", "reversible": true, - "autolearn": false, - "book_learn": [ [ "textbook_fabrication", 5 ], [ "welding_book", 6 ], [ "textbook_carpentry", 5 ] ], + "autolearn": true, + "book_learn": [ [ "textbook_fabrication", 4 ], [ "welding_book", 4 ], [ "textbook_carpentry", 4 ] ], "using": [ [ "welding_standard", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 } ], "components": [ @@ -89,10 +90,12 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_VEHICLE", "skill_used": "mechanics", - "difficulty": 4, + "difficulty": 5, + "skills_required": [ "fabrication", 3 ], "time": "40 m", + "autolearn": true, "reversible": true, - "book_learn": [ [ "textbook_fabrication", 5 ], [ "welding_book", 6 ], [ "textbook_carpentry", 5 ] ], + "book_learn": [ [ "textbook_fabrication", 4 ], [ "welding_book", 4 ], [ "textbook_carpentry", 4 ] ], "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 } ], "components": [ [ [ "drivebelt", 2 ], [ "drivebelt_makeshift", 2 ] ], @@ -113,10 +116,12 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_VEHICLE", "skill_used": "mechanics", - "difficulty": 4, + "difficulty": 6, + "skills_required": [ "fabrication", 3 ], "time": "40 m", "reversible": true, - "book_learn": [ [ "textbook_fabrication", 5 ], [ "welding_book", 6 ], [ "textbook_carpentry", 5 ] ], + "autolearn": true, + "book_learn": [ [ "textbook_fabrication", 5 ], [ "welding_book", 5 ], [ "textbook_carpentry", 5 ] ], "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 } ], "components": [ [ [ "drivebelt", 2 ], [ "drivebelt_makeshift", 2 ] ], @@ -139,10 +144,11 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_VEHICLE", "skill_used": "mechanics", - "difficulty": 5, + "difficulty": 6, + "skills_required": [ "fabrication", 3 ], "time": "60 m", "reversible": true, - "book_learn": [ [ "textbook_fabrication", 6 ], [ "welding_book", 7 ], [ "textbook_carpentry", 6 ] ], + "book_learn": [ [ "textbook_fabrication", 5 ], [ "welding_book", 5 ], [ "textbook_carpentry", 5 ] ], "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 } ], "components": [ [ [ "drivebelt", 2 ], [ "drivebelt_makeshift", 2 ] ], @@ -163,10 +169,11 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_VEHICLE", "skill_used": "mechanics", - "difficulty": 5, + "difficulty": 6, + "skills_required": [ "fabrication", 3 ], "time": "60 m", "reversible": true, - "book_learn": [ [ "textbook_fabrication", 6 ], [ "welding_book", 7 ], [ "textbook_carpentry", 6 ] ], + "book_learn": [ [ "textbook_fabrication", 5 ], [ "welding_book", 5 ], [ "textbook_carpentry", 5 ] ], "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 } ], "components": [ [ [ "drivebelt", 2 ], [ "drivebelt_makeshift", 2 ] ],