From 2e4a4fb80e422da24a2141acb813f635868a7a66 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Mar 2023 20:33:50 -0700 Subject: Added exercise and proficiency values to more recipes. --- recipes.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'recipes.json') diff --git a/recipes.json b/recipes.json index 227367e..c71544e 100644 --- a/recipes.json +++ b/recipes.json @@ -718,6 +718,7 @@ }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "slaying_pan", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_BASHING", @@ -745,6 +746,7 @@ }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "brutal_broom", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_PIERCING", @@ -779,6 +781,7 @@ }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "spiked_whip", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_RANGED", @@ -809,6 +812,7 @@ }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "shikomi_kasa", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_CUTTING", @@ -834,6 +838,7 @@ }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "shikomi_stick", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_CUTTING", @@ -864,6 +869,7 @@ }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "maid_claw", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_CUTTING", @@ -899,6 +905,7 @@ }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "battle_mop", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_BASHING", @@ -946,6 +953,7 @@ }, { "type": "recipe", + "activity_level": "MODERATE_EXERCISE", "result": "maid_mess_kit", "category": "CC_OTHER", "subcategory": "CSC_OTHER_TOOLS", @@ -955,6 +963,12 @@ "time": "1 h", "reversible": false, "book_learn": [ [ "book_maid_clothing", 4 ] ], + "qualities": [ { "id": "SCREW", "level": 1 } ], + "proficiencies": [ + { "proficiency": "prof_plasticworking", "time_multiplier": 1.5 }, + { "proficiency": "prof_elec_soldering" }, + { "proficiency": "prof_elec_circuits" } + ], "components": [ [ [ "knife_steak", 1 ], [ "knife_butcher", 1 ] ], [ [ "pot", 1 ] ], @@ -963,6 +977,7 @@ }, { "type": "recipe", + "activity_level": "LIGHT_EXERCISE", "result": "kawaii_raincoat", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", @@ -974,12 +989,17 @@ [ "adhesive", 2 ], [ "tailoring_cotton", 4 ] ], + "proficiencies": [ + { "proficiency": "prof_closures" }, + { "proficiency": "prof_closures_waterproofing" } + ], "components": [ [ [ "bag_plastic", 10 ], [ "duct_tape", 50 ] ] ] }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "kawaii_maid_hardcase", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_STORAGE", @@ -993,6 +1013,12 @@ [ "plastic_molding", 20 ], [ "adhesive", 8 ] ], + "proficiencies": [ + { "proficiency": "prof_metalworking" }, + { "proficiency": "prof_blacksmithing" }, + { "proficiency": "prof_closures" }, + { "proficiency": "prof_closures_waterproofing" } + ], "components": [ [ [ "kawaii_maid_hardcase_mini", 1 ] ], [ [ "sheet_metal", 2 ] ] @@ -1000,6 +1026,7 @@ }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "kawaii_maid_hardcase_mini", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_STORAGE", @@ -1025,6 +1052,7 @@ }, { "type": "recipe", + "activity_level": "BRISK_EXERCISE", "result": "kawaii_maid_hardcase_slim", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_STORAGE", @@ -1047,6 +1075,7 @@ }, { "type": "recipe", + "activity_level": "NO_EXERCISE", "result": "kawaii_scarf", "//": "Loosely based on patchwork scarf with much longer crafting time.", "category": "CC_ARMOR", @@ -1063,6 +1092,7 @@ }, { "type": "recipe", + "activity_level": "LIGHT_EXERCISE", "result": "kawaii_maid_megane_01", "//": "A guess of what regular glasses would be made from if craftable.", "category": "CC_ARMOR", @@ -1082,6 +1112,7 @@ }, { "type": "recipe", + "activity_level": "LIGHT_EXERCISE", "result": "kawaii_hitec_megane", "//": "Loosely based on survivor goggles.", "category": "CC_ARMOR", @@ -1098,6 +1129,7 @@ ], "proficiencies": [ { "proficiency": "prof_polymerworking" }, + { "proficiency": "prof_plasticworking" }, { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" } ], -- cgit v1.2.1