Skip to content
Snippets Groups Projects
Commit 30b9143d authored by Jones's avatar Jones
Browse files

Numbers tweak

parent dcc28119
No related branches found
No related tags found
1 merge request!3449Satisfying the Population: Lower Class Edition
......@@ -6,14 +6,14 @@
/*Sexual services demand per class*/
<<set _LCRent = 1 + (20 - $LCRent) / 100,
$lowerClassSexDemand = Math.trunc($lowerClass * _LCRent) * 7,
$lowerClassSexDemand = Math.trunc($lowerClass * _LCRent) * 5,
_MCRent = 1 + (50 - $MCRent) / 250,
$middleClassSexDemand = Math.trunc($middleClass * _MCRent) * 15,
$middleClassSexDemand = Math.trunc($middleClass * _MCRent) * 12,
_UCRent = 1 + (180 - $UCRent) / 900,
$upperClassSexDemand = Math.trunc($upperClass * _UCRent) * 50,
$upperClassSexDemand = Math.trunc($upperClass * _UCRent) * 40,
_TCRent = 1 + (650 - $TCRent) / 3250,
$topClassSexDemand = Math.trunc($topClass * _TCRent) * 200,
$visitorsSexDemand = Math.trunc($visitors * 1.25) * 30>>
$visitorsSexDemand = Math.trunc($visitors * 1.25) * 25>>
/*Arcade Specific Demand*/
($fuckdolls - $fuckdollsArcade) * 140 - $fuckdollsArcade * (175 + 35 * $arcadeUpgradeInjectors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment