Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
:: Brothel Report [nobr]
''Brothel Report''<hr style="margin:0">
<<set $brothelSlaves to 0>>
<<set $legendaryWhoreID to 0>>
<<set $brothelBonuses to 0>>
<<set $slim to 0>>
<<set $stacked to 0>>
<<set $modded to 0>>
<<set $unmodded to 0>>
<<set $pure to 0>>
<<set $implanted to 0>>
<<set $XX to 0>>
<<set $XY to 0>>
<<set $young to 0>>
<<set $old to 0>>
<<set $pregYes to 0>>
<<set $pregNo to 0>>
<<set $profits to 0>>
<<set $madamFetish to 0>>
<<set $madamCashBonus to 0>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].assignment is "work in the brothel")>>
<<if $seeImages == 1>><<SlaveImage $slaves[$i] 0 1>><</if>>
<<set $brothelSlaves += 1>>
<</if>>
<</for>>
<<if ($Madam != 0)>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].ID is $Madam.ID)>>
<<silently>>
<<display "SA long term effects">>
<<display "SA relationships">>
<<display "SA rivalries">>
<</silently>>
<<if ($slaves[$i].health < -80)>>
<<set $slaves[$i].health += 20>>
<<elseif $slaves[$i].health < -40>>
<<set $slaves[$i].health += 20>>
<<elseif $slaves[$i].health < 0>>
<<set $slaves[$i].health += 10>>
<<elseif $slaves[$i].health < 90>>
<<set $slaves[$i].health += 7>>
<</if>>
<<if $slaves[$i].devotion <= 45>>
<<set $slaves[$i].devotion += 5>>
<</if>>
<<if $slaves[$i].trust < 45>>
<<set $slaves[$i].trust += 5>>
<</if>>
<<if $slaves[$i].fetishStrength <= 95>>
<<if $slaves[$i].fetish != "dom">>
<<fetishChangeChance $slaves[$i]>>
<<if $fetishChangeChance > random(0,100)>>
<<set $madamFetish to 1>>
<<set $slaves[$i].fetishKnown to 1>>
<<set $slaves[$i].fetish to "dom">>
<</if>>
<<elseif $slaves[$i].fetishKnown == 0>>
<<set $madamFetish to 1>>
<<set $slaves[$i].fetishKnown to 1>>
<<else>>
<<set $madamFetish to 2>>
<<set $slaves[$i].fetishStrength += 4>>
<</if>>
<</if>>
<<break>>
<</if>>
<</for>>
$Madam.slaveName is serving as the madam.<<if $Madam.relationship is -3>> As your wife, she does her best to attract attention to your brothel.<</if>>
<<if ($madamFetish == 1)>>
She isn't above sampling the merchandise herself; before long it's obvious to her girls that she @@color:lightcoral;really likes fucking them.@@
<<elseif ($madamFetish == 2)>>
She's careful that all of the whores under her supervision are all warmed up and ready to get fucked every morning, and she @@color:lightsalmon;becomes more dominant.@@
<</if>>
<<set $oldCash to $cash>>
<<if $Madam.relationship is -3>>
<<set $madamCashBonus += 0.25>>
<</if>>
<<if ($Madam.whoreSkill <= 10)>>
Though $Madam.slaveName does her best to manage the brothel, with her lack of skill she can do little.
<<elseif ($Madam.whoreSkill <= 30)>>
$Madam.slaveName's basic skills marginally @@color:yellowgreen;improve@@ business at $brothelName.
<<set $madamCashBonus += 0.05>>
<<elseif ($Madam.whoreSkill <= 60)>>
$Madam.slaveName's skills @@color:yellowgreen;improve@@ business at $brothelName.
<<set $madamCashBonus += 0.1>>
<<elseif ($Madam.whoreSkill < 100)>>
$Madam.slaveName's skills greatly @@color:yellowgreen;improve@@ business at $brothelName.
<<set $madamCashBonus += 0.15>>
<<else>>
$Madam.slaveName's mastery immensely @@color:yellowgreen;improves@@ business at $brothelName.
<<set $madamCashBonus += 0.20>>
<</if>>
<<if ($Madam.actualAge > 35)>>
Her age and experience also contribute.
<<set $madamCashBonus += 0.05>>
<</if>>
<<if $madamCareers.contains($Madam.career)>>
She has experience from her life before she was a slave that helps her in the seedy business of selling other people's bodies for sex.
<<set $madamCashBonus += 0.05>>
<</if>>
<<if ($Madam.intelligence > 0)>>
She is a clever manager.
<<set $madamCashBonus += 0.05*$Madam.intelligence>>
<</if>>
<<if ($Madam.dick > 2) && canAchieveErection($Madam) && ($Madam.dickAccessory != "chastity")>>
Her turgid dick helps her manage the bitches.
<<set $madamCashBonus += 0.05>>
<</if>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $familyTesting == 1>>
<<if $slaves[$i].assignment == "learn in the schoolroom">>
<<if $slaves[$i].mother == $Madam.ID>>
She pays special attention to her daughter, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust += 1>>
<<set $madamCashBonus += 0.05>>
<</if>>
<<if $slaves[$i].father == $Madam.ID>>
She pays special attention to her daughter, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust += 1>>
<<set $madamCashBonus += 0.05>>
<</if>>
<<if $slaves[$i].ID == $Madam.father>>
She pays special attention to her father, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust += 1>>
<<set $madamCashBonus += 0.05>>
<</if>>
<<if $slaves[$i].ID == $Madam.mother>>
She pays special attention to her mother, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust += 1>>
<<set $madamCashBonus += 0.05>>
<</if>>
<<if areSisters($slaves[$i], $Madam) == 1>>
She pays special attention to her twin sister, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust += 1>>
<<set $madamCashBonus += 0.05>>
<<elseif areSisters($slaves[$i], $Madam) == 2>>
She pays special attention to her sister, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust += 1>>
<<set $madamCashBonus += 0.05>>
<<elseif areSisters($slaves[$i], $Madam) == 3>>
She pays special attention to her half-sister, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust += 1>>
<<set $madamCashBonus += 0.05>>
<</if>>
<</if>>
<<else>>
<<if $Madam.relationTarget is $slaves[$i].ID and $slaves[$i].assignment is "work in the brothel">>
She pays special attention to her $slaves[$i].relation, $slaves[$i].slaveName, making sure she is treated well and showing off her skills.
<<set $slaves[$i].trust += 1>>
<<set $madamCashBonus += 0.05>>
<</if>>
<</if>>
<<if $Madam.relationshipTarget is $slaves[$i].ID and $slaves[$i].assignment is "work in the brothel">>
She dotes over her <<if $Madam.relationship == 1>>friend<<elseif $Madam.relationship is 2>>best friend<<elseif $Madam.relationship is 3>>friend with benefits<<elseif $Madam.relationship is 4>>lover<<elseif $Madam.relationship is 5>>slave wife<</if>>, $slaves[$i].slaveName, making sure she is safe, but unfortunately driving potential costumers away from her.
<<set $slaves[$i].devotion += 1>>
<<set $madamCashBonus -= 0.05>>
<</if>>
<<if $Madam.rivalryTarget is $slaves[$i].ID and $slaves[$i].assignment is "work in the brothel">>
She forces her <<if $Madam.rivalry == 1>>growing rival<<elseif $Madam.rivalry is 2>>rival<<elseif $Madam.rivalry is 3>>bitter rival<</if>>, $slaves[$i].slaveName, to service all the men in the brothel.
<<set $slaves[$i].devotion -= 2>>
<<set $slaves[$i].trust -= 2>>
<<if $slaves[$i].vaginalAccessory != "chastity belt" or $slaves[$i].vagina > -1>>
<<set $slaves[$i].vaginalCount += 10>>
<<set $vaginalTotal += 10>>
<<if $slaves[$i].publicCount>><<set $slaves[$i].publicCount += 10>><<else>><<set $slaves[$i].publicCount to 10>><</if>>
<</if>>
<<set $slaves[$i].analCount += 10>>
<<set $analTotal += 10>>
<<set $slaves[$i].oralCount += 10>>
<<set $analTotal += 10>>
<<if $slaves[$i].publicCount>><<set $slaves[$i].publicCount += 20>><<else>><<set $slaves[$i].publicCount to 20>><</if>>
<<if random(1,100) > 65>>
<<set $Madam.rivalry += 1>>
<<set $slaves[$i].rivalry += 1>>
<</if>>
<</if>>
<<if $slaves[$i].prestigeDesc is "She is a famed Free Cities whore, and commands top prices." and $slaves[$i].assignment is "work in the brothel">>
She makes sure to promote $slaves[$i].slaveName, the famed whore, in order to capitalize on her popularity.
<<set $madamCashBonus += 0.15>>
<</if>>
<<if $slaves[$i].prestigeDesc is "She is a famed Free Cities slut, and can please anyone." and $slaves[$i].assignment is "work in the brothel">>
She makes sure to promote $slaves[$i].slaveName, the famed entertainer, in order to capitalize on her popularity.
<<set $madamCashBonus += 0.15>>
<</if>>
<<if $slaves[$i].prestigeDesc is "She is remembered for winning best in show as a dairy cow." and $slaves[$i].assignment is "work in the brothel">>
She makes sure to massage $slaves[$i].slaveName's huge breasts to get the milk flowing before enticing clients to suckle and play with her.
<<set $madamCashBonus += 0.10>>
<</if>>
<<if $slaves[$i].prestigeDesc is "She is remembered for winning best in show as a cockmilker." and $slaves[$i].assignment is "work in the brothel">>
She shows off $slaves[$i].slaveName's copious loads by putting a condom over her dick and teasing her till she bursts it. The show draws multiple clients that want to play with her oversized junk and messy orgasms.
<<set $madamCashBonus += 0.15>>
<</if>>
<<if $slaves[$i].prestigeDesc is "She is remembered for winning best in show as a breeder." and $slaves[$i].assignment is "work in the brothel" and $slaves[$i].preg > 10>>
She makes sure $slaves[$i].slaveName's growing pregnancy is well taken care of, even if it means driving away potential customers away when the mother-to-be needs a rest.
<<set $madamCashBonus -= 0.05>>
<</if>>
<<if $slaves[$i].prestigeDesc is "She is remembered for winning best in show as a breeder." and $slaves[$i].assignment is "work in the brothel">>
She makes sure to play off $slaves[$i].slaveName's fame and fertility by enticing potential customers to be the one to claim her womb by filling it with their child.
<<set $madamCashBonus += 0.15>>
<</if>>
<</for>>
<<set $profits += $cash-$oldCash>>
<<if ($brothelSlaves < 5)>>
<<set $slavesGettingHelp to 0>>
<<if $universalRulesFacilityWork == 1>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].assignment is "whore")>>
<<set $slavesGettingHelp += 1>>
<</if>>
<</for>>
<</if>>
<<if ($brothelSlaves+$slavesGettingHelp < 5)>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].ID is $Madam.ID)>>
<<set $oldCash to $cash>>
<<silently>><<display "SA whore">><</silently>>
<<set $seed to $cash-$oldCash>>
<<set $cash += Math.trunc(0.5*$seed)>>
<<set $seed = Math.trunc(1.5*$seed)>>
Since she doesn't have enough whores to manage to keep her busy, she sees $beauty customers herself, earning you @@color:yellowgreen;¤$seed@@. She can charge more for her time, since many citizens find it erotic to fuck the Madam.
<<set $profits += $seed>>
<<break>>
<</if>>
<</for>>
<</if>>
<</if>>
<</if>>
<<if $brothelSlaves > 0>>
<<set $possibleBonuses to 0>>
<<if $seeImages == 1>><br style="clear:both" /><</if>>
<<if $brothelSlaves == 1>>''There is one slave whore working out of $brothelName.''<<else>>''There are $brothelSlaves slave whores working out of $brothelName.''<</if>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].assignment is "work in the brothel")>>
<<if ($legendaryWhoreID == 0) && ($slaves[$i].whoreSkill >= 100) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
<<set $legendaryWhoreID to $slaves[$i].ID>>
<</if>>
<<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > 30) && ($slaves[$i].pregType < 50) && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
<<set $legendaryWombID to $slaves[$i].ID>>
<</if>>
<<silently>>
<<if ($brothelUpgradeDrugs == 1)>>
<<set $slaves[$i].health += 3>>
<<set $slaves[$i].aphrodisiacs = 2>>
<<display "SA drugs">>
<</if>>
<<if ($brothelUpgradeHealth == 1)>>
<<set $slaves[$i].health += 10>>
<</if>>
<<set $oldCash to $cash>>
<<display [[SA whore]]>>
<<if $brothelAdsSpending != 0>>
<<set $seed to 0>>
<<if $brothelAdsStacked == 1>>
<<if ($slaves[$i].butt > 4)>>
<<if ($slaves[$i].boobs > 800)>>
<<set $seed += 1>>
<</if>>
<</if>>
<<elseif $brothelAdsStacked is -1>>
<<if ($slaves[$i].boobs < 500)>>
<<if ($slaves[$i].butt < 3)>>
<<if ($slaves[$i].weight <= 10)>>
<<if ($slaves[$i].muscles <= 95)>>
<<set $seed += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $brothelAdsModded == 1>>
<<if (($slaves[$i].lipsPiercing + $slaves[$i].nipplesPiercing + $slaves[$i].vaginaPiercing + $slaves[$i].clitPiercing + $slaves[$i].anusPiercing + $slaves[$i].earPiercing + $slaves[$i].eyebrowPiercing + $slaves[$i].nosePiercing + $slaves[$i].navelPiercing) > 8)>>
<<if ($slaves[$i].lipsTat != 0)>>
<<if ($slaves[$i].buttTat != 0)>>
<<if ($slaves[$i].anusTat != 0)>>
<<if ($slaves[$i].vaginaTat != 0)>>
<<if ($slaves[$i].boobsTat != 0)>>
<<set $seed += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<elseif $brothelAdsModded is -1>>
<<if (($slaves[$i].lipsPiercing + $slaves[$i].nipplesPiercing + $slaves[$i].vaginaPiercing + $slaves[$i].clitPiercing + $slaves[$i].anusPiercing + $slaves[$i].earPiercing + $slaves[$i].eyebrowPiercing + $slaves[$i].nosePiercing + $slaves[$i].navelPiercing) < 3)>>
<<if ($slaves[$i].lipsTat == 0)>>
<<if ($slaves[$i].buttTat == 0)>>
<<if ($slaves[$i].vaginaTat == 0)>>
<<if ($slaves[$i].boobsTat == 0)>>
<<set $seed += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $brothelAdsPreg == 1>>
<<if ($slaves[$i].preg > 10) || ($slaves[$i].bellyImplant >= 4000)>>
<<set $seed += 1>>
<</if>>
<<elseif $brothelAdsPreg is -1>>
<<if ($slaves[$i].pregType < 10)>>
<<if ($slaves[$i].preg < 1)>>
<<if ($slaves[$i].weight < 30)>>
<<if (!$fakeBellies.contains($bellyAccessory))>>
<<if ($slaves[$i].bellyImplant == 0)>>
<<if ($slaves[$i].inflation == 0)>>
<<set $seed += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $brothelAdsImplanted == 1>>
<<if ($slaves[$i].boobsImplant > 0)>>
<<if ($slaves[$i].buttImplant > 0)>>
<<if ($slaves[$i].waist > 0)>>
<<if ($slaves[$i].lipsImplant > 0)>>
<<if ($slaves[$i].bellyImplant > 0)>>
<<set $seed += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<elseif $brothelAdsImplanted is -1>>
<<if ($slaves[$i].boobsImplant == 0)>>
<<if ($slaves[$i].buttImplant == 0)>>
<<if ($slaves[$i].waist < 2)>>
<<if ($slaves[$i].lipsImplant == 0)>>
<<if ($slaves[$i].bellyImplant == 0)>>
<<if ($slaves[$i].faceImplant < 2)>>
<<set $seed += 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<<if $brothelAdsOld == 1>>
<<if ($slaves[$i].physicalAge >= 30)>>
<<set $seed += 1>>
<</if>>
<<elseif $brothelAdsOld is -1>>
<<if ($slaves[$i].physicalAge < 30) && ($slaves[$i].physicalAge >= 18)>>
<<set $seed += 1>>
<</if>>
<<elseif $brothelAdsOld is -2>>
<<if ($slaves[$i].physicalAge <= 18) && ($slaves[$i].physicalAge >= 13)>>
<<set $seed += 1>>
<</if>>
<<elseif $brothelAdsOld is -3>>
<<if ($slaves[$i].physicalAge < 13)>>
<<set $seed += 1>>
<</if>>
<</if>>
<<if $brothelAdsXX == 1>>
<<if ($slaves[$i].dick == 0)>>
<<set $seed += 1>>
<</if>>
<<elseif $brothelAdsXX is -1>>
<<if ($slaves[$i].dick > 0)>>
<<set $seed += 1>>
<</if>>
<</if>>
<<if $seed > 0>>
<<set $cash += $seed * random(50,60) * Math.trunc($brothelAdsSpending/1000)>>
<<else>>
<<set $cash += random(50,60) * Math.trunc($brothelAdsSpending/1000)>>
<</if>>
<</if>>
<<set $profits += $cash-$oldCash>>
<<display "SA long term effects">>
<<display "SA relationships">>
<<display "SA rivalries">>
<</silently>>
<<if ($slaves[$i].health < -80)>>
<<set $slaves[$i].health += 20>>
<<elseif $slaves[$i].health < -40>>
<<set $slaves[$i].health += 15>>
<<elseif $slaves[$i].health < 0>>
<<set $slaves[$i].health += 10>>
<<elseif $slaves[$i].health < 90>>
<<set $slaves[$i].health += 7>>
<</if>>
<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>>
<<set $slaves[$i].devotion -= 5>>
<<set $slaves[$i].trust -= 5>>
<<elseif ($slaves[$i].devotion < 45)>>
<<set $slaves[$i].devotion += 4>>
<<elseif ($slaves[$i].devotion >= 50)>>
<<set $slaves[$i].devotion -= 4>>
<</if>>
<<if ($slaves[$i].trust < 30)>>
<<set $slaves[$i].trust += 5>>
<</if>>
<<if $slaves[$i].energy > 40 && $slaves[$i].energy < 95>>
<<set $slaves[$i].energy += 1>>
<</if>>
<</if>>
<</for>>
<<set $oldCash to $cash>>
<<if $brothelAdsSpending != 0>>
An ad campaign is supporting business there, and whores that match it make more ¤.
<</if>>
<<if ($arcologies[0].FSAssetExpansionist is "unset") && ($arcologies[0].FSSlimnessEnthusiast is "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsStacked == 0)>>
<<set $possibleBonuses += 1>>
<<if ($slim > 0) && ($stacked > 0) && (Math.abs($slim-$stacked) <= ($brothelSlaves/3))>>
<<set $cash += $brothelSlaves*random(20,30)>>
<<set $brothelBonuses += 1>>
The brothel offers a @@color:yellowgreen;wide@@ variety of slim and stacked slaves.
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSRepopulationFocus is "unset") && ($arcologies[0].FSRestart is "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsPreg == 0)>>
<<set $possibleBonuses += 1>>
<<if ($pregYes > 0) && ($pregNo > 0) && (Math.abs($pregYes-$pregNo) <= ($brothelSlaves/3))>>
<<set $cash += $brothelSlaves*random(20,30)>>
<<set $brothelBonuses += 1>>
The brothel offers a @@color:yellowgreen;wide@@ variety of slaves with big bellies and slaves with flat bellies.
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSDegradationist is "unset") && ($arcologies[0].FSBodyPurist is "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsModded == 0)>>
<<set $possibleBonuses += 1>>
<<if ($modded > 0) && ($unmodded > 0) && (Math.abs($modded-$unmodded) <= ($brothelSlaves/3))>>
<<set $cash += $brothelSlaves*random(20,30)>>
<<set $brothelBonuses += 1>>
The brothel offers a @@color:yellowgreen;both@@ heavily pierced and tattooed slaves and slaves with more natural bodies.
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSTransformationFetishist is "unset") && ($arcologies[0].FSBodyPurist is "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsImplanted == 0)>>
<<set $possibleBonuses += 1>>
<<if ($implanted > 0) && ($pure > 0) && (Math.abs($implanted-$pure) <= ($brothelSlaves/3))>>
<<set $cash += $brothelSlaves*random(20,30)>>
<<set $brothelBonuses += 1>>
The brothel offers @@color:yellowgreen;both@@ all-natural girls, and slaves whose beauty has been improved by surgical means.
<</if>>
<</if>>
<</if>>
<<if $seeDicks != 0>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsXX == 0)>>
<<set $possibleBonuses += 1>>
<<if ($XX > 0) && ($XY > 0) && (Math.abs($XX-$XY) <= ($brothelSlaves/3))>>
<<set $cash += $brothelSlaves*random(20,30)>>
<<set $brothelBonuses += 1>>
The brothel offers a @@color:yellowgreen;mix@@ of whores that can appeal to varied tastes in genitalia.
<</if>>
<</if>>
<</if>>
<<if ($arcologies[0].FSMaturityPreferentialist is "unset") && ($arcologies[0].FSYouthPreferentialist is "unset")>>
<<if ($brothelAdsSpending == 0) || ($brothelAdsOld == 0)>>
<<set $possibleBonuses += 1>>
<<if ($young > 0) && ($old > 0) && (Math.abs($young-$old) <= ($brothelSlaves/3))>>
<<set $cash += $brothelSlaves*random(20,30)>>
<<set $brothelBonuses += 1>>
The brothel offers girls @@color:yellowgreen;both@@ young and mature.
<</if>>
<</if>>
<</if>>
<<if ($possibleBonuses > 0)>>
<<if ($brothelBonuses >= $possibleBonuses)>>
<<set $cash += $brothelSlaves*random(40,60)>>
There is a ''@@color:yellowgreen;perfect variety@@'' of slave whores working in the brothel.
<</if>>
<</if>>
<<set $profits += $cash-$oldCash>>
$brothelNameCaps makes you @@color:yellowgreen;¤$profits@@ this week.
<<if $brothel < $brothelSlaves>>
<<set $brothelSpots to 0>>
<<else>>
<<set $brothelSpots to $brothel - $brothelSlaves>>
<</if>>
<<if $brothelDecoration != "standard">>
$brothelNameCaps's customers enjoy @@color:green;fucking whores in $brothelDecoration surroundings.@@
<</if>>
<<else>>
''$brothelNameCaps is empty.''
<<set $brothelSpots to $brothel>>
<</if>>
<br><br>