summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-09 20:38:30 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-09 20:38:30 -0800
commitb7834323a8ee2c82f137471451dc6463e756b62b (patch)
tree7b06b1227a7e45fb484c201d7442dc241ddee769
parentFix recipe typos (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-b7834323a8ee2c82f137471451dc6463e756b62b.tar.xz
Add steel jerrycan, normal and welded
-rw-r--r--json/recipes/basecamps/recipe_groups.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index bbd92e0..261ebeb 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -248,7 +248,8 @@
{ "id": "pot_canning", "description": " Craft: Pot, Canning" },
{ "id": "hoe", "description": " Craft: Hoe" },
{ "id": "30gal_drum_from_scratch", "description": " Craft: Drum, 100L" },
- { "id": "55gal_drum_from_scratch", "description": " Craft: Drum, 200L" }
+ { "id": "55gal_drum_from_scratch", "description": " Craft: Drum, 200L" },
+ { "id": "jerrycan_big", "description": " Craft: Jerrycan, Steel" }
]
},
@@ -278,7 +279,8 @@
{ "id": "sheet_metal_welding", "description": " Craft: Sheet Metal, Welded" },
{ "id": "30gal_drum_welded", "description": " Craft: Drum, 100L, Welded" },
{ "id": "55gal_drum_welded", "description": " Craft: Drum, 200L, Welded" },
- { "id": "metal_tank", "description": " Craft: Metal Tank, 60L, Welded" }
+ { "id": "metal_tank", "description": " Craft: Metal Tank, 60L, Welded" },
+ { "id": "jerrycan_big_welder", "description": " Craft: Jerrycan, Steel, Welded" }
]
}
]