Skip to content

Commit bd368b4

Browse files
authored
Update uncraft recipes for MOLLE sustainment pouch and deployment bag (CleverRaven#83321)
* Update storage.json Remove autogenerated comment from dump_pouch Remove plasticworking from dump_pouch to not necessitate a specific uncraft - plasticworking isn't necessary for a dump pouch Reduce construct time on dump_pouch to 4h Add reversible.time to sustainment, dump, and deployment bags to be in line with the other molle accessories * Update storage.json Undo dump pouch edits Up decon time to 15 minutes for sustainment & deployment to be in-line
1 parent 040ae80 commit bd368b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/json/recipes/armor/storage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
"difficulty": 3,
146146
"time": "6 h",
147147
"autolearn": true,
148+
"reversible": { "time": "15 m" },
148149
"using": [ [ "tailoring_nylon_patchwork", 9 ], [ "fastener_small", 2 ], [ "strap_small", 1 ], [ "clasps", 1 ] ],
149150
"proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" } ]
150151
},
@@ -224,7 +225,7 @@
224225
"difficulty": 4,
225226
"time": "4 h",
226227
"autolearn": true,
227-
"reversible": true,
228+
"reversible": { "time": "15 m" },
228229
"using": [ [ "tailoring_nylon_patchwork", 4 ], [ "fastener_small", 2 ], [ "strap_small", 1 ], [ "clasps", 4 ] ],
229230
"proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" } ]
230231
},

0 commit comments

Comments
 (0)