diff --git a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/AdvancedGear_CDDA_Mod/items/gear/multitool.json b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/AdvancedGear_CDDA_Mod/items/gear/multitool.json index d555de70f..1e63f5e3c 100644 --- a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/AdvancedGear_CDDA_Mod/items/gear/multitool.json +++ b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/AdvancedGear_CDDA_Mod/items/gear/multitool.json @@ -15,7 +15,7 @@ "bashing": 3, "cutting": 12, "to_hit": 1, - "flags": [ "BELT_CLIP", "FIRESTARTER", "SHEATH_KNIFE", "NONCONDUCTIVE", "TRADER_AVOID", "NO_CVD" ], + "flags": [ "BELT_CLIP", "FIRESTARTER", "SHEATH_KNIFE", "NONCONDUCTIVE", "TRADER_AVOID", "NO_CVD", "PERFECT_LOCKPICK" ], "max_charges": 1, "initial_charges": 1, "charges_per_use": 0, @@ -33,7 +33,6 @@ "BOLTCUTTERS", "GEIGER", "HAMMER", - "picklock", "HOTPLATE", "SIPHON", { "type": "firestarter", "moves": 5 }, diff --git a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Bugs_Life/recipe.json b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Bugs_Life/recipe.json index 07d6bfe1f..55366766f 100644 --- a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Bugs_Life/recipe.json +++ b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Bugs_Life/recipe.json @@ -6,11 +6,12 @@ "category": "CC_FOOD", "subcategory": "CSC_FOOD_OTHER", "skill_used": "cooking", + "byproducts": [ [ "molasses", 1 ] ], "difficulty": 4, "time": "24 m", "charges": 10, "autolearn": true, - "batch_time_factors": [ 20, 1 ], + "batch_time_factors": [ 50, 3 ], "qualities": [ { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 50, "LIST" ] ] ], "components": [ @@ -26,7 +27,6 @@ [ "honeycomb", 1 ], [ "honeydew", 1 ], [ "can_corn", 3 ], - [ "molasses", 1 ], [ "purple_drink", 6 ], [ "rootbeer", 6 ], [ "syrup", 2 ], diff --git a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/ETC_handguns_etc/items/tool_armor.json b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/ETC_handguns_etc/items/tool_armor.json index 225a708a1..5897d1b3c 100644 --- a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/ETC_handguns_etc/items/tool_armor.json +++ b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/ETC_handguns_etc/items/tool_armor.json @@ -8,7 +8,7 @@ "weight": "300 g", "price": "208 USD", "material": [ "superalloy", "plastic" ], - "use_action": { "type": "picklock", "pick_quality": 5 } + "qualities": [ [ "LOCKPICK", 5 ] ] }, { "id": "tieclip_pick", @@ -19,6 +19,6 @@ "weight": "590 g", "price": "500 USD", "material": [ "superalloy", "silver" ], - "use_action": { "type": "picklock", "pick_quality": 5 } + "qualities": [ [ "LOCKPICK", 5 ] ] } ] diff --git a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Fallout_Mod_Expansion_jm/items/fo_misc_items.json b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Fallout_Mod_Expansion_jm/items/fo_misc_items.json index 49491abc5..623fd9280 100644 --- a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Fallout_Mod_Expansion_jm/items/fo_misc_items.json +++ b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Fallout_Mod_Expansion_jm/items/fo_misc_items.json @@ -81,8 +81,7 @@ "material": [ "steel" ], "symbol": ";", "color": "light_gray", - "qualities": [ [ "LOCKPICK", 10 ] ], - "use_action": { "type": "picklock", "pick_quality": 10 } + "qualities": [ [ "LOCKPICK", 10 ] ] }, { "id": "fo_mob_elecsafecrack", diff --git a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Steampunk_mod_jm/sp_items.json b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Steampunk_mod_jm/sp_items.json index d837c5150..9de26612e 100644 --- a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Steampunk_mod_jm/sp_items.json +++ b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Steampunk_mod_jm/sp_items.json @@ -11,8 +11,7 @@ "material": [ "steel" ], "symbol": ";", "color": "light_gray", - "qualities": [ [ "LOCKPICK", 12 ] ], - "use_action": { "type": "picklock", "pick_quality": 12 } + "qualities": [ [ "LOCKPICK", 12 ] ] }, { "id": "sp_text_devices", diff --git a/Kenan-BrightNights-Structured-Modpack/Medium-Maintenance-Small-Mods/Tekitoumap/modinfo.json b/Kenan-BrightNights-Structured-Modpack/Medium-Maintenance-Small-Mods/Tekitoumap/modinfo.json index fe9961ce4..3744d3c43 100644 --- a/Kenan-BrightNights-Structured-Modpack/Medium-Maintenance-Small-Mods/Tekitoumap/modinfo.json +++ b/Kenan-BrightNights-Structured-Modpack/Medium-Maintenance-Small-Mods/Tekitoumap/modinfo.json @@ -4,7 +4,7 @@ "id": "tekitoumap", "name": "Tekitou Map Commercial Overhaul", "description": "Tekitou map Rezone's Commercial Zones?", - "dependencies": [ "bn", "More_Survival_Tools", "makeshift" ], + "dependencies": [ "bn", "MST_Extra", "makeshift" ], "authors": [ "Unknown" ], "category": "misc_additions", "maintainers": [ "TheGoatGod" ]