Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Engine recipes #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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