Skip to content

Commit

Permalink
feat(balance): makeshift steam, 1 cylinder and 2 cylinder engines are…
Browse files Browse the repository at this point in the history
… autolearned (#4693)

feat(balance): makeshift steam, 1cylinder and 2 cylinder engines are autolearned
  • Loading branch information
Lamandus committed May 25, 2024
1 parent 6ebcd8d commit d110c39
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions data/json/recipes/other/vehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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 ] ],
Expand All @@ -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 ] ],
Expand All @@ -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 ] ],
Expand All @@ -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 ] ],
Expand Down

0 comments on commit d110c39

Please sign in to comment.