|
@@ -141,13 +141,13 @@ if $ARGS[0] = 'SetBodyShapeBonus':
|
|
else
|
|
else
|
|
if pcs_bmi < 16:
|
|
if pcs_bmi < 16:
|
|
!! severely underweight
|
|
!! severely underweight
|
|
- tempBodyShapeBonus = -10
|
|
|
|
|
|
+ tempBodyShapeBonus = 25
|
|
elseif pcs_bmi < 19:
|
|
elseif pcs_bmi < 19:
|
|
!! underweight
|
|
!! underweight
|
|
- tempBodyShapeBonus = 25
|
|
|
|
|
|
+ tempBodyShapeBonus = 65
|
|
elseif pcs_bmi < 25:
|
|
elseif pcs_bmi < 25:
|
|
!! healthy weight
|
|
!! healthy weight
|
|
- tempBodyShapeBonus = 50
|
|
|
|
|
|
+ tempBodyShapeBonus = 55
|
|
elseif pcs_bmi < 30:
|
|
elseif pcs_bmi < 30:
|
|
!! overweight
|
|
!! overweight
|
|
tempBodyShapeBonus = 25
|
|
tempBodyShapeBonus = 25
|