diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-21 15:43:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-21 15:43:39 -0700 |
commit | 067d545db976c1bf6124a884b3e8a23516b08379 (patch) | |
tree | ca6305973045e20bcde1dcf2f08eb64e9f7fdc18 /json/recipes | |
parent | Convert the hard steel armor plate recipe to use requirements. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-067d545db976c1bf6124a884b3e8a23516b08379.tar.xz |
Further improve the hard steel armor plate recipe with requirements.
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/recipe_vehicle.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/json/recipes/recipe_vehicle.json b/json/recipes/recipe_vehicle.json index 635ba82..a050a6c 100644 --- a/json/recipes/recipe_vehicle.json +++ b/json/recipes/recipe_vehicle.json @@ -10,7 +10,9 @@ "time": "12 m", "reversible": true, "book_learn": [ [ "textbook_fabrication", 5 ], [ "adv_chemistry", 6 ], [ "welding_book", 5 ] ], - "using": [ [ "welding_standard", 5 ] ], - "components": [ [ [ "steel_lump", 12 ] ] ] + "using": [ + [ "welding_standard", 5 ], + [ "steel_standard", 12 ], + ] } ] |