Skip to content

Commit

Permalink
Make adhesive bandages recipe craft multiples. (CleverRaven#63824)
Browse files Browse the repository at this point in the history
* Made adhesive bandage recipe craft multiples

* Update medical.json

* Adjust duct tape/medical tape charges in recipe

* Apply suggestions from code review

* Update data/json/recipes/other/medical.json

---------

Co-authored-by: Dillon Matchett <[email protected]>
  • Loading branch information
TaiGambol and bombasticSlacks authored Mar 3, 2023
1 parent 674c51c commit 4ea6fb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/recipes/other/medical.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
"subcategory": "CSC_*_NESTED",
"skill_used": "firstaid",
"difficulty": 1,
"time": "1 m",
"batch_time_factors": [ 50, 2 ],
"time": "20 m",
"result_mult": 30,
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "medical_gauze", 1 ] ], [ [ "duct_tape", 1 ], [ "medical_tape", 1 ] ] ]
"components": [ [ [ "medical_gauze", 1 ] ], [ [ "duct_tape", 8 ], [ "medical_tape", 10 ] ] ]
},
{
"result": "tourniquet_upper",
Expand Down

0 comments on commit 4ea6fb5

Please sign in to comment.