Skip to content

Commit

Permalink
make light mounts bolt install and add forging recipe (#2293)
Browse files Browse the repository at this point in the history
Co-authored-by: Lamandus <jakob@kaltec-web.de>
  • Loading branch information
Lamandus and Lamandus authored Jan 24, 2023
1 parent 39f135b commit b9a5865
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions data/json/recipes/other/vehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,20 @@
"qualities": [ { "id": "DRILL", "level": 3 } ],
"components": [ [ [ "scrap", 2 ] ] ]
},
{
"type": "recipe",
"result": "wheel_mount_light",
"id_suffix": "forging",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "fabrication",
"difficulty": 3,
"time": "1 h",
"autolearn": true,
"using": [ [ "blacksmithing_standard", 2 ], [ "steel_tiny", 2 ] ],
"qualities": [ { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "swage", -1 ] ] ]
},
{
"type": "recipe",
"result": "turret_mount",
Expand Down
2 changes: 1 addition & 1 deletion data/json/vehicleparts/wheel.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "A piece of metal with holes suitable for a bike or motorbike wheel.",
"item": "wheel_mount_light",
"requirements": {
"install": { "skills": [ [ "mechanics", 2 ] ], "time": "10 m", "using": [ [ "welding_standard", 3 ] ] },
"install": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "vehicle_bolt", 1 ] ] },
"removal": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "qualities": [ { "id": "SAW_M", "level": 1 } ] },
"repair": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "using": [ [ "welding_standard", 5 ] ] }
},
Expand Down

0 comments on commit b9a5865

Please sign in to comment.