From b8901534e58026d4e7283c4012d5b53fdd81096b Mon Sep 17 00:00:00 2001 From: CptBread Date: Fri, 18 Dec 2020 05:47:15 +0100 Subject: [PATCH] Add plastic buttons recipe (#45761) * Added plastic buttons recepie * Adjusted time to craft and the categories and charges. --- data/json/recipes/other/materials.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/json/recipes/other/materials.json b/data/json/recipes/other/materials.json index 0bc9c725e3470..ed7d07fb527a3 100644 --- a/data/json/recipes/other/materials.json +++ b/data/json/recipes/other/materials.json @@ -637,6 +637,21 @@ "proficiencies": [ { "proficiency": "prof_carving", "time_multiplier": 1.25, "fail_multiplier": 1.25 } ], "components": [ [ [ "mop", 1 ], [ "stick", 1 ], [ "broom", 1 ] ], [ [ "wax", 1 ] ] ] }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "button_plastic", + "category": "CC_WEAPON", + "skill_used": "fabrication", + "difficulty": 4, + "time": "1 h 30 m", + "charges": 50, + "autolearn": true, + "qualities": [ { "id": "DRILL", "level": 1 } ], + "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ], + "proficiencies": [ { "proficiency": "prof_plasticworking" } ], + "components": [ [ [ "plastic_chunk", 2 ] ] ] + }, { "result": "cannonball_4lb", "type": "recipe",