Browse Source

[added] Comment to describe weight calc in body file

KevinSmarts 6 years ago
parent
commit
b1b5ad5c86
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/body.qsrc

+ 1 - 0
locations/body.qsrc

@@ -451,6 +451,7 @@ if dounspell = 0:
 	
 !!This sets weight
 !! This variable is actually only used ONCE, when stripping, to see if you fall off the pole from being too heavy. I am reluctant to touch it, since the math is not explained. Maybe later.
+!! Weight = (height in cm x bottom of average weight in kilos for a 170cm female / 170cm + (hip modifier + 2 x overrun fat)/4 + cup size
 	pcs_weight = (pcs_hgt * 62 / 170) + (vhips + (vofat * 2)) / 4 + tits
 end