TheMaskedFerret
Well-known member
Hi! Very excited to your ysoki cheek pouches, those miraculous space-time dimensional pockets. I am so glad that you did put the bulk limit in, but... due to the strange way that bulk works, it is not quite accurate.
It is currently coded to be 1 bulk maximum, and it will error out if you go above that. In the example screenshot I have attached, the ysoki has 19 grenades in therir mouth - 19 "L" items, and the Maximum bulk validation message appears. This falls afoul of the item bulk rules, which state
We may need to consider changing that validation to be 2 bulk or greater.
It is currently coded to be 1 bulk maximum, and it will error out if you go above that. In the example screenshot I have attached, the ysoki has 19 grenades in therir mouth - 19 "L" items, and the Maximum bulk validation message appears. This falls afoul of the item bulk rules, which state
Item Bulk Rules said:Every 10 items that have light bulk count as 1 bulk, and fractions don’t count—so 10 items with light bulk have a total of 1 bulk, and 19 such items also have a total of 1 bulk. Items that have negligible bulk count toward your bulk limit only if the GM determines that you are carrying an unreasonable number of them. Add together the numerical bulk values of all items you are wearing and carrying to determine the total amount of bulk you are carrying.
We may need to consider changing that validation to be 2 bulk or greater.