|
@@ -836,15 +836,15 @@ if $ARGS[0] = 'wear':
|
|
|
!Calculations for clothing beauty, multiplied by natural beauty
|
|
|
if PCloThinness > 0:
|
|
|
if PCloThinness = 1:
|
|
|
- PXCloThinness = 25
|
|
|
+ PXCloThinness = 150
|
|
|
elseif PCloThinness = 2:
|
|
|
- PXCloThinness = 50
|
|
|
+ PXCloThinness = 200
|
|
|
elseif PCloThinness = 3:
|
|
|
- PXCloThinness = 100
|
|
|
+ PXCloThinness = 250
|
|
|
elseif PCloThinness = 4:
|
|
|
- PXCloThinness = 200
|
|
|
- elseif PCloThinness = 5:
|
|
|
PXCloThinness = 300
|
|
|
+ elseif PCloThinness = 5:
|
|
|
+ PXCloThinness = 350
|
|
|
elseif PCloThinness = 6:
|
|
|
PXCloThinness = 400
|
|
|
end
|
|
@@ -852,17 +852,17 @@ if $ARGS[0] = 'wear':
|
|
|
|
|
|
if PCloTopCut > 0:
|
|
|
if PCloTopCut = 1:
|
|
|
- PXCloTopCut = 25
|
|
|
+ PXCloTopCut = 100
|
|
|
elseif PCloTopCut = 2:
|
|
|
- PXCloTopCut = 50
|
|
|
+ PXCloTopCut = 150
|
|
|
elseif PCloTopCut = 3:
|
|
|
- PXCloTopCut = 100
|
|
|
+ PXCloTopCut = 200
|
|
|
elseif PCloTopCut = 4:
|
|
|
- PXCloTopCut = 150
|
|
|
+ PXCloTopCut = 250
|
|
|
elseif PCloTopCut = 5:
|
|
|
- PXCloTopCut = 200
|
|
|
- elseif PCloTopCut = 6:
|
|
|
PXCloTopCut = 300
|
|
|
+ elseif PCloTopCut = 6:
|
|
|
+ PXCloTopCut = 350
|
|
|
elseif PCloTopCut >= 7:
|
|
|
PXCloTopCut = 400
|
|
|
end
|
|
@@ -877,17 +877,17 @@ if $ARGS[0] = 'wear':
|
|
|
|
|
|
if PCloSkirt > 0:
|
|
|
if PCloSkirt = 1:
|
|
|
- PXCloBottomShortness = 25
|
|
|
+ PXCloBottomShortness = 100
|
|
|
elseif PCloSkirt = 2:
|
|
|
- PXCloBottomShortness = 50
|
|
|
+ PXCloBottomShortness = 150
|
|
|
elseif PCloSkirt = 3:
|
|
|
- PXCloBottomShortness = 100
|
|
|
+ PXCloBottomShortness = 200
|
|
|
elseif PCloSkirt = 4:
|
|
|
- PXCloBottomShortness = 150
|
|
|
+ PXCloBottomShortness = 250
|
|
|
elseif PCloSkirt = 5:
|
|
|
- PXCloBottomShortness = 200
|
|
|
- elseif PCloSkirt = 6:
|
|
|
PXCloBottomShortness = 300
|
|
|
+ elseif PCloSkirt = 6:
|
|
|
+ PXCloBottomShortness = 350
|
|
|
elseif PCloSkirt >= 7:
|
|
|
PXCloBottomShortness = 400
|
|
|
end
|
|
@@ -895,17 +895,17 @@ if $ARGS[0] = 'wear':
|
|
|
|
|
|
if PCloPants > 0:
|
|
|
if PCloPants = 1:
|
|
|
- PXCloBottomShortness = 25
|
|
|
+ PXCloBottomShortness = 100
|
|
|
elseif PCloPants = 2:
|
|
|
- PXCloBottomShortness = 50
|
|
|
+ PXCloBottomShortness = 150
|
|
|
elseif PCloPants = 3:
|
|
|
- PXCloBottomShortness = 100
|
|
|
+ PXCloBottomShortness = 200
|
|
|
elseif PCloPants = 4:
|
|
|
- PXCloBottomShortness = 150
|
|
|
+ PXCloBottomShortness = 250
|
|
|
elseif PCloPants = 5:
|
|
|
- PXCloBottomShortness = 200
|
|
|
- elseif PCloPants = 6:
|
|
|
PXCloBottomShortness = 300
|
|
|
+ elseif PCloPants = 6:
|
|
|
+ PXCloBottomShortness = 350
|
|
|
elseif PCloPants >= 7:
|
|
|
PXCloBottomShortness = 400
|
|
|
end
|