Karlinator / roll20-character-sheets

My fork of the Roll20 characters sheets. Used for developing the Stars Without Number: Revised sheet. My code here: https://github.com/Karlinator/roll20-character-sheets/tree/master/Stars_Without_Number_Revised
MIT License
1 stars 3 forks source link

Handle encumbrance 1/3 gear #38

Closed joesinghaus closed 6 years ago

joesinghaus commented 6 years ago

Multiple pieces of gear have weight 1# in the book, which means that you can pack three of them to only take up 1 encumbrance. This is a somewhat annoying detail, since the number fields do not support fractions well. Easiest way to do this in a rules-compatible way, as far as I can see, is to allow decimal values for Enc, but always round up the result. Then you could write 0.33 as a fair enough approximation that should convey what's going on (and the autofill script could do the same).

svmnotn commented 6 years ago

It would be nice if we could write how many items of that type we have, and have the total encumbrance calculate itself from base and amount, so that way 3 Type A powercells (1#) would mean 1 encumbrance. But would only be listed once, instead of 3 times.

joesinghaus commented 6 years ago

Agreed. Both your suggestion and mine implemented in 81c871c .