@dedmen ticket as requested.
Currently as ammunition is used in the magazine maintains the same inventory weight as it did when it was full. Even empty magazines weight the same as full magazines.
It would be nice if the weight of partial and empty magazines was scaled by their remaining ammunition, with an empty magazine being 10% or 20% of the weight of a full magazine.
For example, if a magazine has mass = 10; and count = 30; and 15 round had been fired, then the partial magazine could weigh ((mass * 0.8) * (currentCount / count) + (mass * 0.2)) = 6 .
This would allow mods such as GreenMag to work better, as at present the player must retain empty magazines at a significant weight penantly in order to refill them later.