|
@@ -428,7 +428,7 @@ $cheatmenu['cumtrait_block'] = {
|
|
|
if cumeater_cheat = 0:
|
|
|
cumeater_cheat = 1
|
|
|
dynamic $cheatmenu['permanent']
|
|
|
- trait['cumeater'] = 0
|
|
|
+ pcs_traits['cumeater'] = 0
|
|
|
elseif cumeater_cheat = 1:
|
|
|
cumeater_cheat = 0
|
|
|
dynamic $cheatmenu['permanent']
|
|
@@ -1004,24 +1004,44 @@ $cheatmenu['vneshpara'] = {
|
|
|
act 'Return to appearance menu':dynamic $cheatmenu['looks']
|
|
|
*nl
|
|
|
'Appearance Parameters'
|
|
|
- 'vidage = <<vidage>>'
|
|
|
- 'pcs_naturallashes = <<pcs_naturallashes>>'
|
|
|
- 'pcs_eyesize = <<pcs_eyesize>>'
|
|
|
- 'pcs_lip = <<pcs_lip>>'
|
|
|
+ *nl
|
|
|
+ 'Base Appearance'
|
|
|
+ 'pcs_skin = <<pcs_skin>> and skin_bonus = <<skinBonus>> (between 0 and 100)'
|
|
|
+ 'bodyShapeBonus = <<bodyShapeBonus>> (between -158 and 70)'
|
|
|
+ 'visableAgePenalty = <<visibleAgePenalty>> (-2.5 for every year below 20)'
|
|
|
+ 'pcs_teeth = <<pcs_teeth>> and teethPenalty = <<teethPenalty>> (10*(pcs_teeth +pcs_missing_teeth)'
|
|
|
+ 'attributeBonus = <<attributeBonus>> (pcs_agil / 5) + (pcs_vital / 5)'
|
|
|
+ 'these are adjusted by BMI if it is outside <18 and >29'
|
|
|
'pcs_apprncbase = <<pcs_apprncbase>>'
|
|
|
+ *nl
|
|
|
+ *nl
|
|
|
+
|
|
|
+ 'Bonus'
|
|
|
+ 'groomingBonus = <<func(''AppearanceSystem'',''CalcGroomingBonus'')>> (pcs_breath and makeup)'
|
|
|
+ 'groomingPenalty = <<func(''AppearanceSystem'',''CalcGroomingPenalty'')>> '
|
|
|
+ '(lipbalm, hair brushed, hair length, deo, sweat, glasses, hair color fade, leg hair..)'
|
|
|
+ 'accessoriesBonus = <<func(''AppearanceSystem'',''CalcAccessoriesBonus'')>> '
|
|
|
+ 'CalcClothingBonus = <<func(''AppearanceSystem'',''CalcClothingBonus'')>> '
|
|
|
+ '((PXCloThinness + PXCloTopCut + PXCloBottomShortness)/2)/ 76 * PCloQuality'
|
|
|
+ *nl
|
|
|
+ *nl
|
|
|
+
|
|
|
+ 'coatQualityBonus = <<bonusZ>>'
|
|
|
+ 'shoesQualityBonus = <<PShoQualityZ>>'
|
|
|
'PXCloThinness = <<PXCloThinness>>'
|
|
|
'PXCloTopCut = <<PXCloTopCut>>'
|
|
|
'PXCloBottomShortness = <<PXCloBottomShortness>>'
|
|
|
- 'CloTotalBeauty = <<CloTotalBeauty>>'
|
|
|
- 'mopkoef = <<mopkoef>>'
|
|
|
- 'pcs_hairbsh = <<pcs_hairbsh>>'
|
|
|
- 'lipbalmKoef = <<lipbalmKoef>>'
|
|
|
- 'pcs_breath = <<pcs_breath>>'
|
|
|
- 'sweatKoef = <<sweatKoef>>'
|
|
|
- 'glassvnesh = <<glassvnesh>>'
|
|
|
- 'dyevmod = <<dyevmod>>'
|
|
|
- 'hairkoef = <<hairkoef>>'
|
|
|
- 'legkoef = <<legkoef>>'
|
|
|
+ 'PCloQuality = <<PCloQuality>>'
|
|
|
+ 'lipBalmPenalty = <<lipBalmPenalty>>'
|
|
|
+ 'hairPenalty = <<hairPenalty>>'
|
|
|
+ 'deodorantPenalty = <<deodorantPenalty>>'
|
|
|
+ 'sweatPenalty = <<sweatPenalty>>'
|
|
|
+ 'glassesPenalty = <<glassesPenalty>>'
|
|
|
+ 'hairDyePenalty = <<hairDyePenalty>>'
|
|
|
+ 'legPenalty = <<legPenalty>>'
|
|
|
+
|
|
|
+ 'pcs_eyesize = <<pcs_eyesize>>'
|
|
|
+ 'pcs_lip = <<pcs_lip>>'
|
|
|
}
|
|
|
|
|
|
$cheatmenu['tatoo'] = {
|