diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-09 17:50:27 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-09 17:50:27 -0700 |
commit | 44def8f7e4d4604b597ef0587a1e2eb792e5197f (patch) | |
tree | c49b1883426d7f4305c89dc1d3cf39ffc5a2c0a3 /json/recipes | |
parent | Add canisters. (diff) | |
download | cataclysm-bn-mod_faction-camp-recipe-expansion-44def8f7e4d4604b597ef0587a1e2eb792e5197f.tar.xz |
Add some chemical recipes.
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 5359627..c4659e9 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -340,7 +340,11 @@ { "id": "30gal_drum_welded", "description": " Craft: Drum, 100L, Welded" }, { "id": "55gal_drum_welded", "description": " Craft: Drum, 200L, Welded" }, { "id": "jerrycan_big_welder", "description": " Craft: Jerrycan, Steel, Welded" }, - { "id": "metal_tank", "description": " Craft: Metal Tank, 60L, Welded" } + { "id": "metal_tank", "description": " Craft: Metal Tank, 60L, Welded" }, + { "id": "chem_rdx", "description": " Craft: RDX" }, + { "id": "chem_hexamine", "description": " Craft: Hexamine" }, + { "id": "chem_hmtd", "description": " Craft: HMTD" }, + { "id": "chem_compositionb", "description": " Craft: Composition B" } ] }, { |