summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-21 15:40:59 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-21 15:40:59 -0700
commita83c387a1ae0ff4eaeff8de14a38aa96611195d1 (patch)
treeb4c7c6ebcbc3f8b65cc9a5698e032ab66f82de64
parentAdd recipe for hardened steel plates. (diff)
downloadcataclysm-bn-mod_recipe-fixes-a83c387a1ae0ff4eaeff8de14a38aa96611195d1.tar.xz
Convert the hard steel armor plate recipe to use requirements.
-rw-r--r--json/recipes/recipe_vehicle.json3
1 files changed, 1 insertions, 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 ] ] ]
}
]