Bittiez submitted a new resource:

Regeant Bag - This is a simple bag that will only carry regeants and reduces their weight by 0-100%

What Is This?

This is a simple bag that will only allow regs to be placed inside, and reduces their weight by 0-100%


Depending on how to decide to add this item, it can now have an adjustable % of weight reduction

By default it will reduce the weight by 90% or you can create bags with anywhere from 0-100% reduction:
C#:
new RegBag(0.5);

        /// Reduction works as such:
        ///   0 = 100% reduction
        ///...

Read more about this resource...
 
Back