Skip to content

Commit

Permalink
feat: More engine recipes (#5816)
Browse files Browse the repository at this point in the history
* feat: More engine stuff

Added recipes for v6, v8, v12, inline and their counterparts for diesel. Added engine block recipes, added all 3 gas turbine recipes as well.

* Update vehicles.json

Removes turbine recipes, added complex pump recipe, tweaked engine recipes slightly

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
Berehenia and autofix-ci[bot] authored Dec 28, 2024
1 parent ce2c8cf commit 262fa72
Showing 1 changed file with 326 additions and 0 deletions.
326 changes: 326 additions & 0 deletions data/json/recipes/other/vehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,332 @@
[ [ "rock", 40 ] ]
]
},
{
"type": "recipe",
"result": "pump_complex",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 5,
"time": "6 h",
"decomp_learn": 2,
"book_learn": [ [ "book_icef", 5 ] ],
"using": [ [ "welding_standard", 20 ] ],
"qualities": [
{ "id": "SAW_M_FINE", "level": 1 },
{ "id": "SAW_M", "level": 1 },
{ "id": "SCREW_FINE", "level": 1 },
{ "id": "SCREW", "level": 1 }
],
"components": [ [ [ "steel_lump", 5 ] ], [ [ "cu_pipe", 1 ] ], [ [ "chunk_rubber", 3 ] ], [ [ "scrap", 30 ] ], [ [ "copper", 100 ] ] ],
"skills_required": [ [ "fabrication", 5 ] ]
},
{
"type": "recipe",
"result": "engine_block_tiny",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "fabrication",
"difficulty": 2,
"time": "2 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_fabrication", 2 ], [ "textbook_carpentry", 2 ], [ "reference_fabrication1", 2 ] ],
"using": [ [ "welding_standard", 2 ], [ "steel_standard", 8 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 } ],
"skills_required": [ [ "mechanics", 1 ] ]
},
{
"type": "recipe",
"result": "engine_block_small",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "fabrication",
"difficulty": 3,
"time": "3 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_fabrication", 2 ], [ "textbook_carpentry", 2 ], [ "reference_fabrication1", 2 ] ],
"using": [ [ "welding_standard", 10 ], [ "steel_standard", 40 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 } ],
"skills_required": [ [ "mechanics", 2 ] ]
},
{
"type": "recipe",
"result": "engine_block_medium",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "fabrication",
"difficulty": 4,
"time": "4 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_fabrication", 2 ], [ "textbook_carpentry", 2 ], [ "reference_fabrication1", 2 ] ],
"using": [ [ "welding_standard", 25 ], [ "steel_standard", 90 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 } ],
"skills_required": [ [ "mechanics", 3 ] ]
},
{
"type": "recipe",
"result": "engine_block_large",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "fabrication",
"difficulty": 5,
"time": "5 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_fabrication", 2 ], [ "textbook_carpentry", 2 ], [ "reference_fabrication1", 2 ] ],
"using": [ [ "welding_standard", 50 ], [ "steel_standard", 190 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 } ],
"skills_required": [ [ "mechanics", 4 ] ]
},
{
"type": "recipe",
"result": "engine_block_massive",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "fabrication",
"difficulty": 6,
"time": "6 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_fabrication", 2 ], [ "textbook_carpentry", 2 ], [ "reference_fabrication1", 2 ] ],
"using": [ [ "welding_standard", 70 ], [ "steel_standard", 280 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 } ],
"skills_required": [ [ "mechanics", 5 ] ]
},
{
"type": "recipe",
"result": "v12_combustion",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 10,
"time": "6 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_mechanics", 9 ], [ "book_icef", 9 ] ],
"qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "drivebelt", 2 ] ],
[ [ "motor_oil", 12000 ] ],
[ [ "engine_block_massive", 1 ] ],
[ [ "well_pump", 2 ] ],
[ [ "motor_small", 1 ] ],
[ [ "filter_air", 1 ] ],
[ [ "chain", 1 ] ],
[ [ "pipe", 6 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "filter_liquid", 1 ] ],
[ [ "cable", 70 ] ]
],
"skills_required": [ [ "fabrication", 6 ] ]
},
{
"type": "recipe",
"result": "v8_combustion",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 8,
"time": "6 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_mechanics", 8 ], [ "book_icef", 8 ] ],
"qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "drivebelt", 2 ] ],
[ [ "motor_oil", 8800 ] ],
[ [ "engine_block_large", 1 ] ],
[ [ "well_pump", 2 ] ],
[ [ "motor_small", 1 ] ],
[ [ "filter_air", 1 ] ],
[ [ "chain", 1 ] ],
[ [ "pipe", 4 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "filter_liquid", 1 ] ],
[ [ "cable", 60 ] ]
],
"skills_required": [ [ "fabrication", 5 ] ]
},
{
"type": "recipe",
"result": "v6_combustion",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 6,
"time": "6 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_mechanics", 5 ], [ "book_icef", 5 ] ],
"qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "drivebelt", 2 ] ],
[ [ "motor_oil", 6600 ] ],
[ [ "engine_block_medium", 1 ] ],
[ [ "well_pump", 2 ] ],
[ [ "motor_small", 1 ] ],
[ [ "filter_air", 1 ] ],
[ [ "chain", 1 ] ],
[ [ "pipe", 6 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "filter_liquid", 1 ] ],
[ [ "cable", 50 ] ]
],
"skills_required": [ [ "fabrication", 4 ] ]
},
{
"type": "recipe",
"result": "i4_combustion",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 5,
"time": "4 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_mechanics", 5 ], [ "book_icef", 5 ] ],
"qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "drivebelt", 2 ] ],
[ [ "motor_oil", 4700 ] ],
[ [ "engine_block_small", 1 ] ],
[ [ "well_pump", 2 ] ],
[ [ "motor_small", 1 ] ],
[ [ "filter_air", 1 ] ],
[ [ "chain", 1 ] ],
[ [ "pipe", 2 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "filter_liquid", 1 ] ],
[ [ "cable", 40 ] ]
],
"skills_required": [ [ "fabrication", 4 ] ]
},
{
"type": "recipe",
"result": "v12_diesel",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 10,
"time": "6 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_biodiesel", 9 ], [ "book_icef", 10 ] ],
"qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "drivebelt", 2 ] ],
[ [ "chain", 2 ] ],
[ [ "filter_air", 1 ] ],
[ [ "filter_liquid", 1 ] ],
[ [ "motor_small", 1 ] ],
[ [ "well_pump", 1 ] ],
[ [ "pump_complex", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "glowplug", 1 ] ],
[ [ "motor_oil", 12000 ] ],
[ [ "engine_block_massive", 1 ] ],
[ [ "pipe", 6 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "cable", 70 ] ]
],
"skills_required": [ [ "fabrication", 6 ] ]
},
{
"type": "recipe",
"result": "v8_diesel",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 8,
"time": "6 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_biodiesel", 7 ], [ "book_icef", 8 ] ],
"qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "drivebelt", 2 ] ],
[ [ "chain", 1 ] ],
[ [ "filter_air", 1 ] ],
[ [ "filter_liquid", 1 ] ],
[ [ "motor_small", 1 ] ],
[ [ "well_pump", 1 ] ],
[ [ "pump_complex", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "glowplug", 1 ] ],
[ [ "motor_oil", 8800 ] ],
[ [ "engine_block_large", 1 ] ],
[ [ "pipe", 6 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "cable", 60 ] ]
],
"skills_required": [ [ "fabrication", 5 ] ]
},
{
"type": "recipe",
"result": "v6_diesel",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 6,
"time": "6 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_biodiesel", 5 ], [ "book_icef", 7 ] ],
"qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "drivebelt", 2 ] ],
[ [ "chain", 1 ] ],
[ [ "filter_air", 1 ] ],
[ [ "filter_liquid", 1 ] ],
[ [ "motor_small", 1 ] ],
[ [ "well_pump", 1 ] ],
[ [ "pump_complex", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "glowplug", 1 ] ],
[ [ "motor_oil", 6600 ] ],
[ [ "engine_block_medium", 1 ] ],
[ [ "pipe", 3 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "cable", 50 ] ]
],
"skills_required": [ [ "fabrication", 4 ] ]
},
{
"type": "recipe",
"result": "i6_diesel",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 6,
"time": "4 h",
"reversible": true,
"decomp_learn": 2,
"book_learn": [ [ "textbook_biodiesel", 5 ], [ "book_icef", 5 ] ],
"qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "drivebelt", 2 ] ],
[ [ "filter_air", 1 ] ],
[ [ "filter_liquid", 1 ] ],
[ [ "motor_small", 1 ] ],
[ [ "well_pump", 1 ] ],
[ [ "pump_complex", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "glowplug", 1 ] ],
[ [ "motor_oil", 6600 ] ],
[ [ "engine_block_medium", 1 ] ],
[ [ "pipe", 3 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "cable", 50 ] ]
],
"skills_required": [ [ "fabrication", 4 ] ]
},
{
"type": "recipe",
"result": "water_mill",
Expand Down

0 comments on commit 262fa72

Please sign in to comment.