Skip to content

Commit

Permalink
Add plastic buttons recipe (#45761)
Browse files Browse the repository at this point in the history
* Added plastic buttons recepie
* Adjusted time to craft and the categories and charges.
  • Loading branch information
CptBread authored Dec 18, 2020
1 parent f7718d4 commit dcebf55
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dcebf55

Please sign in to comment.