From a83c387a1ae0ff4eaeff8de14a38aa96611195d1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 21 Mar 2024 15:40:59 -0700 Subject: Convert the hard steel armor plate recipe to use requirements. --- json/recipes/recipe_vehicle.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/json/recipes/recipe_vehicle.json b/json/recipes/recipe_vehicle.json index a0fada0..635ba82 100644 --- a/json/recipes/recipe_vehicle.json +++ b/json/recipes/recipe_vehicle.json @@ -10,8 +10,7 @@ "time": "12 m", "reversible": true, "book_learn": [ [ "textbook_fabrication", 5 ], [ "adv_chemistry", 6 ], [ "welding_book", 5 ] ], - "qualities": [ { "id": "GLARE", "level": 2 } ], - "tools": [ [ [ "welder", 50 ], [ "welder_crude", 75 ], [ "toolset", 75 ], [ "forge", 50 ], [ "oxy_torch", 10 ] ] ], + "using": [ [ "welding_standard", 5 ] ], "components": [ [ [ "steel_lump", 12 ] ] ] } ] -- cgit v1.2.1