diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-22 07:10:04 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-22 07:10:04 -0800 | 
| commit | 6bf538cbc6d5de31f9a468e4856813865e78d3af (patch) | |
| tree | 161e40da3010bff37ec4de7e2e8d24f59d689265 | |
| parent | Add Tanned Hides and Pelts (diff) | |
| download | cataclysm-dda-mod_faction-camp-recipe-expansion-6bf538cbc6d5de31f9a468e4856813865e78d3af.tar.xz | |
Add superglue
Add assorted ammunition
| -rw-r--r-- | Readme.txt | 2 | ||||
| -rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 13 | 
2 files changed, 14 insertions, 1 deletions
| @@ -25,5 +25,7 @@ Rebar and Steel Rails.  Concrete.  Cured Hides and Pelts.  Tanned Hides and Pelts. +Superglue. +Ammunition.  Renamed several recipes to make the resulting item more clear. diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 040bc4c..a703c7c 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -207,6 +207,7 @@        { "id": "steel_chunk", "description": " Craft: Steel, Chunk" },        { "id": "anvil", "description": " Craft: Anvil" },        { "id": "steel_lump", "description": " Craft: Steel, Lump" }, +      { "id": "superglue", "description": " Craft: Superglue" },        { "id": "plastic_chunk", "description": " Craft: Plastic, Chunk, from Bleach/Vinegar" },        { "id": "plastic_chunk_from_plastic_bags", "description": " Craft: Plastic, Chunk, from Plastic Bags" },        { "id": "plastic_chunk_from_cash_cards", "description": " Craft: Plastic, Chunk, from Cash Cards/Straws" }, @@ -338,7 +339,17 @@        { "id": "nail_npc_drop", "description": " Craft: Nail, Drop Hammer" },        { "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" },        { "id": "pipe_npc_drop", "description": " Craft: Pipe, Drop Hammer" }, -      { "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" } +      { "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" }, +      { "id": "reloaded_9mmfmj", "description": " Craft: Ammo, 9x19mm FMJ" }, +      { "id": "reloaded_40fmj", "description": " Craft: Ammo, S&W .40 FMJ" }, +      { "id": "reloaded_45_acp", "description": " Craft: Ammo, .45 ACP FMJ" }, +      { "id": "reloaded_46mm", "description": " Craft: Ammo, 4.6mm" }, +      { "id": "reloaded_556", "description": " Craft: Ammo, 5.56mm NATO" }, +      { "id": "reloaded_762_51", "description": " Craft: Ammo, 7.62mm NATO" }, +      { "id": "reloaded_5x50dart", "description": " Craft: Ammo, RA110 5x50mm flechette" }, +      { "id": "reloaded_300_winmag", "description": " Craft: Ammo, .300 Winchester Magnum" }, +      { "id": "reloaded_50bmg", "description": " Craft: Ammo, .50 BMG Match" }, +      { "id": "reloaded_shot_slug", "description": " Craft: Ammo, 00 shotgun slug" }      ]    }  ] | 
