diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index 1d6e6228d45fd3664a19f4ce6999c032439d14c0..c31471c623e5d66d9747ea105e4ad2f993ee3a30 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -5,7 +5,7 @@ <<SlaveSort $BrothiIDs>> <<set _DL = $BrothiIDs.length, $brothelSlaves = _DL, _SL = $slaves.length, $legendaryWhoreID = 0, $madamCashBonus = 0, _FLsFetish = 0, _profits = 0>> -<<set $legendaryWombID = 0, $pregYes = 0, $pregNo = 0>> +<<set $legendaryWombID = 0>> <<set _modded = 0, _old = 0, _pure = 0, _slim = 0, _stacked = 0, _unmodded = 0, _XX = 0, _XY = 0, _young = 0, _pregYes = 0, _pregNo = 0, _minBonus = 50, _maxBonus = 150>> <!-- Statistics gathering --> @@ -253,35 +253,35 @@ <</silently>> <</if>> <<set $Madam = $slaves[_FLs]>> - <<if isSlim($slaves[_FLs]) == true>> + <<if isSlim($slaves[_FLs])>> <<set _slim += 1>> <</if>> - <<if isStacked($slaves[_FLs]) == true>> + <<if isStacked($slaves[_FLs])>> <<set _stacked += 1>> <</if>> - <<if isYoung($slaves[_FLs]) == true>> + <<if isYoung($slaves[_FLs])>> <<set _young += 1>> <<else>> <<set _old += 1>> <</if>> - <<if isModded($slaves[_FLs]) == true>> + <<if isModded($slaves[_FLs])>> <<set _modded += 1>> - <<elseif isUnmodded($slaves[_FLs]) == true>> + <<elseif isUnmodded($slaves[_FLs])>> <<set _unmodded += 1>> <</if>> - <<if isXY($slaves[_FLs]) == true>> + <<if isXY($slaves[_FLs])>> <<set _XY += 1>> <<else>> <<set _XX += 1>> <</if>> - <<if isPure($slaves[_FLs]) == true>> + <<if isPure($slaves[_FLs])>> <<set _pure += 1>> <<else>> <<set _implanted += 1>> <</if>> - <<if isPreg($slaves[_FLs]) == true>> + <<if isPreg($slaves[_FLs])>> <<set _pregYes += 1>> - <<elseif isNotPreg($slaves[_FLs]) == true>> + <<elseif isNotPreg($slaves[_FLs])>> <<set _pregNo += 1>> <</if>> <</if>> @@ -373,35 +373,35 @@ <<include "SA devotion">> <</silently>> <</if>> - <<if isSlim($slaves[$i]) == true>> + <<if isSlim($slaves[$i])>> <<set _slim += 1>> <</if>> - <<if isStacked($slaves[$i]) == true>> + <<if isStacked($slaves[$i])>> <<set _stacked += 1>> <</if>> - <<if isYoung($slaves[$i]) == true>> + <<if isYoung($slaves[$i])>> <<set _young += 1>> <<else>> <<set _old += 1>> <</if>> - <<if isModded($slaves[$i]) == true>> + <<if isModded($slaves[$i])>> <<set _modded += 1>> - <<elseif isUnmodded($slaves[$i]) == true>> + <<elseif isUnmodded($slaves[$i])>> <<set _unmodded += 1>> <</if>> - <<if isXY($slaves[$i]) == true>> + <<if isXY($slaves[$i])>> <<set _XY += 1>> <<else>> <<set _XX += 1>> <</if>> - <<if isPure($slaves[$i]) == true>> + <<if isPure($slaves[$i])>> <<set _pure += 1>> <<else>> <<set _implanted += 1>> <</if>> - <<if isPreg($slaves[$i]) == true>> + <<if isPreg($slaves[$i])>> <<set _pregYes += 1>> - <<elseif isNotPreg($slaves[$i]) == true>> + <<elseif isNotPreg($slaves[$i])>> <<set _pregNo += 1>> <</if>> <<if $brothelAdsSpending != 0>> @@ -636,6 +636,8 @@ Its advertisements feature some girls that are tattooed and pierced, and some that aren't. <<set _ads = 0>> <</if>> + Most customers prefer heavily pierced and tattoed girls. + <<set _pref = 1>> <</if>> <<if ($arcologies[0].FSDegradationist != "unset") && ($arcologies[0].FSDegradationist >= 80)>> Most customers prefer heavily pierced and tattoed girls. @@ -658,15 +660,14 @@ <</if>> <<if (_modded > (_DL/2))>> <<set _girls = -1>> - Most of the the slaves in the brothel are heavily pierced and tattoed. + Most of the the slaves in the brothel are heavily pierced and tattoed.<br> <<elseif (_unmodded > (_DL/2))>> <<set _girls = 1>> - Most of the the slaves in the brothel have natural unmodded bodies. + Most of the the slaves in the brothel have natural unmodded bodies.<br> <<else>> <<set _girls = 0>> - Some girls in the brothel have piercings or tattoos, some do not and others have both. + Some girls in the brothel have piercings or tattoos, some do not and others have both.<br> <</if>> - <br> <<if (_pref == 0)>> /*customers don't care*/ <<elseif ($brothelAdsSpending > 0) && (_pref != 0)>> <<if (_ads == _pref) && (_girls == _ads)>> @@ -762,18 +763,6 @@ <br> <</if>> - <<if ($brothelAdsSpending > 0)>> - <<if ($brothelAdsXX == 1)>> - Its advertisements feature girls with female genitalia. - <<set _ads = 1>> - <<elseif ($brothelAdsXX == -1)>> - Its advertisements feature girls with male genitalia. - <<set _ads = -1>> - <<else>> - Its advertisements feature a variety of girls with both male and female genitalia. - <<set _ads = 0>> - <</if>> - <</if>> <<if $seeDicks != 0>> <<if ($brothelAdsSpending > 0)>> <<if ($brothelAdsXX == 1)>> @@ -818,24 +807,23 @@ <<elseif ($brothelAdsSpending > 0) >> <<if (_ads == _pref) && (_girls == _ads)>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> - Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if> matches most customers' age preferences and the girls in the brothel match as advertised. Your @@.green;reputation@@ increased slightly as a result. + Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matches most customers' age preferences and the girls in the brothel match as advertised. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<elseif (_ads == _pref) && (_girls != _ads)>> - Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if> matched most customers preferences, but the girls in the brothel are not as advertised. Your @@.red;reputation@@ dropped slightly as a result. + Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matched most customers preferences, but the girls in the brothel are not as advertised. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <<elseif (_girls == _pref) && (_girls != _ads)>> - The girls <<if _girls == 1>> with pussies<<else if _girls == -1>> with dicks<</if>>in the brothel did not match the advertisements, but since the girls in the brothel matched most customers preferences for girls<<if _pref == 1>> with pussies<<else if _pref == -1>> with dicks<</if>>, your reputation was not affected. + The girls <<if _girls == 1>> with pussies<<elseif _girls == -1>> with dicks<</if>>in the brothel did not match the advertisements, but since the girls in the brothel matched most customers preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>, your reputation was not affected. <<elseif (_girls != _pref)>> - Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result. - <<set $rep -= random(_minBonus,_maxBonus)>> + Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result. <</if>> <br> <<else>> <<if (_girls == _pref)>> - The girls in the brothel match most customers preferences for girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>. Your @@.green;reputation@@ increased slightly as a result. + The girls in the brothel match most customers preferences for girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>>. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<else>> - Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<else if _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result. + Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <br> @@ -890,7 +878,6 @@ <<else>> <<set _girls = 0>> The slaves in the brothel vary in age.<br> - <<else <</if>> <<if _pref == 0>> /*customers don't care*/ <<elseif ($brothelAdsSpending > 0) >> @@ -907,6 +894,7 @@ Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> + <br> <<else>> <<if (_girls == _pref)>> The girls in the brothel match most customers' age preferences. Your @@.green;reputation@@ increased slightly as a result. @@ -915,6 +903,7 @@ Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> + <br> <</if>> <<if (_possibleBonuses > 0) && (_brothelBonuses >= _possibleBonuses)>>