Skip to content
Snippets Groups Projects
Commit 34c1d992 authored by Pregmodder's avatar Pregmodder
Browse files

progress and tweaks

parent 4a849cd0
No related branches found
No related tags found
1 merge request!2294Pregmod v1026
:: SA porn JS [script]
/* to later be rolled into saPorn */
window.getHighestPorn = function(slave) {
var max = 0;
if(slave.pornTypeGeneral > max){
max = slave.pornTypeGeneral;
}
if(slave.pornTypeFuckdoll > max){
max = slave.pornTypeFuckdoll;
}
if(slave.pornTypeRape > max){
max = slave.pornTypeRape;
}
if(slave.pornTypePreggo > max){
max = slave.pornTypePreggo;
}
if(slave.pornTypeBBW > max){
max = slave.pornTypeBBW;
}
if(slave.pornTypeGainer > max){
max = slave.pornTypeGainer;
}
if(slave.pornTypeStud > max){
max = slave.pornTypeStud;
}
if(slave.pornTypeLoli > max){
max = slave.pornTypeLoli;
}
if(slave.pornTypeDeepThroat > max){
max = slave.pornTypeDeepThroat;
}
if(slave.pornTypeStruggleFuck > max){
max = slave.pornTypeStruggleFuck;
}
if(slave.pornTypePainal > max){
max = slave.pornTypePainal;
}
if(slave.pornTypeTease > max){
max = slave.pornTypeTease;
}
if(slave.pornTypeRomantic > max){
max = slave.pornTypeRomantic;
}
if(slave.pornTypePervert > max){
max = slave.pornTypePervert;
}
if(slave.pornTypeCaring > max){
max = slave.pornTypeCaring;
}
if(slave.pornTypeUnflinching > max){
max = slave.pornTypeUnflinching;
}
if(slave.pornTypeSizeQueen > max){
max = slave.pornTypeSizeQueen;
}
if(slave.pornTypeNeglectful > max){
max = slave.pornTypeNeglectful;
}
if(slave.pornTypeCumAddict > max){
max = slave.pornTypeCumAddict;
}
if(slave.pornTypeAnalAddict > max){
max = slave.pornTypeAnalAddict;
}
if(slave.pornTypeAttentionWhore > max){
max = slave.pornTypeAttentionWhore;
}
if(slave.pornTypeBreastGrowth > max){
max = slave.pornTypeBreastGrowth;
}
if(slave.pornTypeAbusive > max){
max = slave.pornTypeAbusive;
}
if(slave.pornTypeMalicious > max){
max = slave.pornTypeMalicious;
}
if(slave.pornTypeSelfHating > max){
max = slave.pornTypeSelfHating;
}
if(slave.pornTypeBreeder > max){
max = slave.pornTypeBreeder;
}
if(slave.pornTypeSub > max){
max = slave.pornTypeSub;
}
if(slave.pornTypeCumSlut > max){
max = slave.pornTypeCumSlut;
}
if(slave.pornTypeAnal > max){
max = slave.pornTypeAnal;
}
if(slave.pornTypeHumiliation > max){
max = slave.pornTypeHumiliation;
}
if(slave.pornTypeBoobs > max){
max = slave.pornTypeBoobs;
}
if(slave.pornTypeDom > max){
max = slave.pornTypeDom;
}
if(slave.pornTypeSadist > max){
max = slave.pornTypeSadist;
}
if(slave.pornTypeMasochist > max){
max = slave.pornTypeMasochist;
}
if(slave.pornTypePregnancy > max){
max = slave.pornTypePregnancy;
}
return max;
}
\ No newline at end of file
This diff is collapsed.
......@@ -496,7 +496,7 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
Many are using wheeled stands to permit them to stand despite their titanic breasts, massive asses, trunk-like cocks and boulder-sized balls.
<<else>>
Many are using wheeled stands to permit them to stand comfortably despite their titanic breasts.
Many are wearing custom bras to manage their enormous breasts.
<</if>>
<</if>>
<<if $arcologies[0].FSRepopulationFocusDecoration >= 80>>
......
......@@ -1311,7 +1311,7 @@ The call comes in from an office, and you suppress the urge to check whether $as
<<case "Edo Revivalist">>\
She arrives with doubt already clouding her eyes. It seems she passed one of the arcology's seedier bars on her way up to your penthouse; the sight of roaring patrons swilling cheap sake and manhandling whores in loose kimonos does not seem to have been part of her expectations. As the enslavement process winds on, she reflexively begins to look around for a means of escape, and slowly collapses into herself as she realizes there is none.
<<case "Arabian Revivalist">>\
Your estimation of her rises through the enslavement process: she doffs and discards her conservative business wear without complaint, and stands nude before you, obeying instructions without fuss. There is an indecipherable glint in her eyeColor: nerves? Excitement? Challenge, even? Perhaps she even feels this is an adventure. And that, it will certainly be.
Your estimation of her rises through the enslavement process: she doffs and discards her conservative business wear without complaint, and stands nude before you, obeying instructions without fuss. There is an indecipherable glint in her $activeSlave.eyeColor eyes: nerves? Excitement? Challenge, even? Perhaps she even feels this is an adventure. And that, it will certainly be.
<<case "Chinese Revivalist">>\
She arrives in a simple, sturdy suit, which she obviously wore in the correct anticipation of immediately removing and never seeing again. She cooperates with the enslavement process as best she can, her glance confident and watchful. She's obviously calculating how to get ahead within this new place, and she pays particularly close attention as the ebb and flow of business through your office brings your various slaves into her view for the first time.
<</switch>>\
......
......@@ -7668,6 +7668,11 @@
<<if $slaves[$i].pornPrestige == 3>>
$pronounCap is the whore people envision of when they think of $slaves[$i].pornFameType porn. $possessiveCap ever presence on the internet @@.green;boosts $possessive owner's reputation.@@
<<set $repGain += (100*$slaves[$i].pornPrestige)>>
<<set _donations = Math.floor($slaves[$i].pornFame/(random(13,20)))+(random(-5000,5000))>>
<<if _donations > 0>>
A number of gifts and donations totalling @@.yellowgreen;<<print cashFormat(_donations)>>@@ were also sent to $object, among other things.
<<set $cash += _donations>>
<</if>>
<<elseif $slaves[$i].pornFame > 0>>
<<include "SA Porn">>
<</if>>
......
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