|
@@ -489,6 +489,7 @@ end
|
|
|
|
|
|
!! All the ratios were rounded to 2 digits and there are divide 100s at the final calc points
|
|
|
|
|
|
+! Lies between 65 and 96
|
|
|
if $ARGS[0] = 'Find_waist_to_hip_ratio':
|
|
|
temp_wratio = (2 * vitalbuf + strenbuf + agilbuf) / 4
|
|
|
|
|
@@ -517,7 +518,7 @@ if $ARGS[0] = 'Find_waist_to_hip_ratio':
|
|
|
|
|
|
killvar 'temp_wratio'
|
|
|
|
|
|
-
|
|
|
+! Lies between 105 and 125
|
|
|
elseif $ARGS[0] = 'Find_band_to_waist_ratio':
|
|
|
temp_bratio = (2 * strenbuf + vitalbuf + agilbuf) / 4
|
|
|
|
|
@@ -533,7 +534,7 @@ elseif $ARGS[0] = 'Find_band_to_waist_ratio':
|
|
|
|
|
|
killvar 'temp_bratio'
|
|
|
|
|
|
-
|
|
|
+! Lies between 56 and 60
|
|
|
elseif $ARGS[0] = 'Find_hip_to_height_ratio':
|
|
|
temp_hratio = (2 * agilbuf + vitalbuf + strenbuf) / 4
|
|
|
|