diff --git a/src/Corporation/manageCorporation.tw b/src/Corporation/manageCorporation.tw index da8a928c6dd9dc598a38634e4840b18166b303b3..574df4cd6f297d070be07b203cbf0b732cfbf1f3 100644 --- a/src/Corporation/manageCorporation.tw +++ b/src/Corporation/manageCorporation.tw @@ -776,7 +776,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecNationality>> The corporation trains slaves who are $corp.SpecNationality. <<if $corp.SpecTimer == 0>> - <<link "No Focus">><<unset $corp.SpecNationality>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecNationality>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -784,12 +784,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecGender == 1>> The corporation trains slaves with pussies. <<if $corp.SpecTimer == 0>> - <<link "No Focus">><<unset $corp.SpecGender>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecGender>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecGender == 2>> <br>The corporation trains slaves with dicks. <<if $corp.SpecTimer == 0>> - <<link "No Focus">><<unset $corp.SpecGender>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecGender>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -797,7 +797,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecHeight == 1>> The corporation is targeting tiny slaves. <<if $corp.SpecTimer == 0>> - [[Short Slaves|Manage Corporation][$corp.SpecHeight = 2, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecHeight>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Short Slaves|Manage Corporation][$corp.SpecHeight = 2, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecHeight>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecHeight == 2>> The corporation is targeting short slaves. @@ -805,7 +805,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0 && ($corp.DivExtraDev + $corp.DivLegalDev) > 50>> [[Tiny Slaves|Manage Corporation][$corp.SpecHeight = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecHeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecHeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecHeight == 4>> The corporation is targeting tall slaves. @@ -813,12 +813,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0 && ($corp.DivExtraDev + $corp.DivLegalDev) > 50>> [[Giant Slaves|Manage Corporation][$corp.SpecHeight = 5, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecHeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecHeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecHeight == 5>> The corporation is targeting giant slaves. <<if $corp.SpecTimer == 0>> - [[Tall Slaves|Manage Corporation][$corp.SpecHeight = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecHeight>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Tall Slaves|Manage Corporation][$corp.SpecHeight = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecHeight>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -826,7 +826,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecVirgin == 1>> The corporation is ensuring slaves remain virgins. <<if $corp.SpecTimer == 0>> - <<link "No Focus">><<unset $corp.SpecVirgin>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecVirgin>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -834,7 +834,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecTrust == 1>> The corporation is breaking slaves with extreme brutality. <<if $corp.SpecTimer == 0>> - [[Apply Less Brutality|Manage Corporation][$corp.SpecTrust = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecTrust>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Apply Less Brutality|Manage Corporation][$corp.SpecTrust = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecTrust>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> /*Don't think this deserves the added cost of a token, unlike the 'utmost care' one*/ <<elseif $corp.SpecTrust == 2>> The corporation is breaking slaves with brutality. @@ -842,7 +842,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0 && $arcologies[0].FSDegradationist > 20 && $corp.DivBreakDev > 50>> [[Apply Extreme Brutality|Manage Corporation][$corp.SpecTrust = 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecTrust>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecTrust>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecTrust == 4>> The corporation is breaking slaves with care. @@ -850,12 +850,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0 && $arcologies[0].FSPaternalist > 20 && $corp.DivBreakDev > 50>> [[Use the Utmost Care|Manage Corporation][$corp.SpecTrust = 5, $corp.SpecToken += 1, $corp.SpecTimer == 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecTrust>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecTrust>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecTrust == 5>> The corporation is breaking slaves with the utmost care. <<if $corp.SpecTimer == 0>> - [[Use Less Care|Manage Corporation][$corp.SpecTrust = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecTrust>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Use Less Care|Manage Corporation][$corp.SpecTrust = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecTrust>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -863,7 +863,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecWeight == 1>> The corporation makes slaves follow incredibly strict diets. <<if $corp.SpecTimer == 0>> - [[Apply Looser Diet|Manage Corporation][$corp.SpecWeight = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Apply Looser Diet|Manage Corporation][$corp.SpecWeight = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecWeight == 2>> The corporation makes slaves diet. @@ -871,12 +871,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0 && $arcologies[0].FSHedonisticDecadence == "unset">> [[Apply Strict Diet|Manage Corporation][$corp.SpecWeight = 1, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Healthy Weight|Manage Corporation][$corp.SpecWeight = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Healthy Weight|Manage Corporation][$corp.SpecWeight = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecWeight == 3>> The corporation is aiming for slaves with a healthy weight. <<if $corp.SpecTimer == 0>> - [[Apply Diet|Manage Corporation][$corp.SpecWeight = 2, $corp.SpecTimer = 2]] | [[Plump up Slaves|Manage Corporation][$corp.SpecWeight = 5, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Apply Diet|Manage Corporation][$corp.SpecWeight = 2, $corp.SpecTimer = 2]] | [[Plump up Slaves|Manage Corporation][$corp.SpecWeight = 5, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> /*Perhaps 'plump up' is not the right phrase*/ <<elseif $corp.SpecWeight == 5>> The corporation aims for plump slaves. @@ -884,12 +884,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0 && $arcologies[0].FSPhysicalIdealist == "unset">> [[Fatten Slaves|Manage Corporation][$corp.SpecWeight = 6, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Healthy Weight|Manage Corporation][$corp.SpecWeight = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Healthy Weight|Manage Corporation][$corp.SpecWeight = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecWeight == 6>> The corporation aims for fat slaves. <<if $corp.SpecTimer == 0>> - [[Settle for Plump|Manage Corporation][$corp.SpecWeight = 5, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Settle for Plump|Manage Corporation][$corp.SpecWeight = 5, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -897,7 +897,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecMuscle == 1>> The corporation aims to have frail slaves. <<if $corp.SpecTimer == 0>> - [[Aim for Weak|Manage Corporation][$corp.SpecMuscle = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecMuscle>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Weak|Manage Corporation][$corp.SpecMuscle = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecMuscle>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecMuscle == 2>> /*Don't think this deserves the added cost of a token, unlike slaves getting ripped*/ The corporation aims to have weak slaves. @@ -905,7 +905,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $arcologies[0].FSPhysicalIdealist == "unset">> [[Aim for Frail|Manage Corporation][$corp.SpecMuscle = 1, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Soft|Manage Corporation][$corp.SpecMuscle = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Soft|Manage Corporation][$corp.SpecMuscle = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecMuscle == 3>> The corporation is aiming for slaves with soft muscles. @@ -913,7 +913,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $arcologies[0].FSPhysicalIdealist == "unset">> [[Aim for Weak|Manage Corporation][$corp.SpecMuscle = 2, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Toned|Manage Corporation][$corp.SpecMuscle = 4, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Toned|Manage Corporation][$corp.SpecMuscle = 4, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecMuscle == 4>> The corporation aims for toned muscles. @@ -921,12 +921,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0 && ($corp.DivBreakDev + $corp.DivSurgeryDev + $corp.DivTrainDev > 100)>> [[Aim for Ripped|Manage Corporation][$corp.SpecMuscle = 5, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Soft|Manage Corporation][$corp.SpecMuscle = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Soft|Manage Corporation][$corp.SpecMuscle = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecMuscle == 5>> The corporation aims for ripped slaves. <<if $corp.SpecTimer == 0>> - [[Aim for Toned|Manage Corporation][$corp.SpecMuscle = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Toned|Manage Corporation][$corp.SpecMuscle = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecWeight>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -934,12 +934,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecDevotion == 1>> The corporation keeps slaves extremely defiant. <<if $corp.SpecTimer == 0>> - [[Less Defiant|Manage Corporation][$corp.SpecDevotion = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecDevotion>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Less Defiant|Manage Corporation][$corp.SpecDevotion = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecDevotion>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> /*Don't think this deserves the added cost of a token, unlike the 'devoted' one*/ <<elseif $corp.SpecDevotion == 2>> The corporation keeps slaves reluctant. <<if $corp.SpecTimer == 0>> - [[Make them Defiant|Manage Corporation][$corp.SpecDevotion = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecDevotion>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Make them Defiant|Manage Corporation][$corp.SpecDevotion = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecDevotion>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecDevotion == 4>> The corporation is fostering obedience. @@ -947,12 +947,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0 && $corp.DivTrainDev > 100>> [[Foster Devotion|Manage Corporation][$corp.SpecDevotion = 5, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecDevotion>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecDevotion>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecDevotion == 5>> The corporation is fostering devotion. <<if $corp.SpecTimer == 0>> - [[Settle for Obedience|Manage Corporation][$corp.SpecDevotion = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecDevotion>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Settle for Obedience|Manage Corporation][$corp.SpecDevotion = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecDevotion>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -960,12 +960,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecIntelligence == 1>> The corporation keeps stupid slaves. <<if $corp.SpecTimer == 0>> - <<link "No Focus">><<unset $corp.SpecIntelligence>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecIntelligence>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecIntelligence == 3>> The corporation keeps intelligent slaves. <<if $corp.SpecTimer == 0>> - <<link "No Focus">><<unset $corp.SpecIntelligence>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecIntelligence>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -973,12 +973,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecAge == 1>> The corporation focuses on young slaves. <<if $corp.SpecTimer == 0>> - <<link "No Focus">><<unset $corp.SpecAge>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecAge>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecAge == 3>> The corporation focuses on older slaves. <<if $corp.SpecTimer == 0>> - <<link "No Focus">><<unset $corp.SpecAge>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecAge>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -986,12 +986,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecAccent == 1>> The corporation teaches slaves to speak the lingua franca. <<if $corp.SpecTimer == 0>> - [[Eliminate Accents|Manage Corporation][$corp.SpecAccent = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecAccent>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Eliminate Accents|Manage Corporation][$corp.SpecAccent = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecAccent>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecAccent == 2>> The corporation teaches slaves to speak the lingua franca without an accent. <<if $corp.SpecTimer == 0>> - [[Just Teach Language|Manage Corporation][$corp.SpecAccent = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecAccent>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Just Teach Language|Manage Corporation][$corp.SpecAccent = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecAccent>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -1002,7 +1002,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0>> [[Basic Education|Manage Corporation][$corp.SpecEducation = 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecEducation>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecEducation>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecEducation == 1>> The corporation makes sure all slaves have a basic education. @@ -1010,12 +1010,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.DivTrainDev > 200 && $corp.SpecToken > 0>> [[Advanced Education|Manage Corporation][$corp.SpecEducation = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - [[No Education|Manage Corporation][$corp.SpecEducation = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecEducation>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[No Education|Manage Corporation][$corp.SpecEducation = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecEducation>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecEducation == 2>> The corporation makes sure all slaves have an advanced education. <<if $corp.SpecTimer == 0>> - [[Basic Education|Manage Corporation][$corp.SpecEducation = 1, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecEducation>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Basic Education|Manage Corporation][$corp.SpecEducation = 1, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecEducation>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -1023,7 +1023,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecCosmetics == 1>> The corporation applies straightforward cosmetic procedures. <<if $corp.SpecTimer == 0>> - <<link "No Focus">><<unset $corp.SpecCosmetics>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecCosmetics>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecCosmetics == 0>> The corporation doesn't apply cosmetic procedures. @@ -1031,7 +1031,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0>> [[Applied|Manage Corporation][$corp.SpecCosmetics = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecCosmetics>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecCosmetics>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -1042,12 +1042,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.DivSurgeryDev > 100 && $corp.SpecToken > 0>> [[Absurd Implants|Manage Corporation][$corp.SpecImplants = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecImplants>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecImplants>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecImplants == 2>> The corporation applies absurd implants to all slaves. <<if $corp.SpecTimer == 0>> - [[Tasteful Implants|Manage Corporation][$corp.SpecImplants = 1, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecImplants>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Tasteful Implants|Manage Corporation][$corp.SpecImplants = 1, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecImplants>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecImplants == 0>> The corporation keeps their slaves entirely implant free. @@ -1055,7 +1055,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0>> [[Tasteful Implants|Manage Corporation][$corp.SpecImplants = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecImplants>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecImplants>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -1068,12 +1068,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecPussy == 1>> The corporation adds a pussy to all slaves. <<if $corp.SpecTimer == 0>> - <<link "Stop">><<unset $corp.SpecPussy>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "Stop">><<run delete $corp.SpecPussy>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecPussy == -1>> The corporation removes pussies from all slaves. <<if $corp.SpecTimer == 0>> - <<link "Stop">><<unset $corp.SpecPussy>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "Stop">><<run delete $corp.SpecPussy>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<else>> The corporation has no plans for pussies. @@ -1086,12 +1086,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecDick == 1>> The corporation adds a dick to all slaves. <<if $corp.SpecTimer == 0>> - <<link "Stop">><<unset $corp.SpecDick>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "Stop">><<run delete $corp.SpecDick>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecDick == -1>> The corporation removes dicks from all slaves. <<if $corp.SpecTimer == 0>> - <<link "Stop">><<unset $corp.SpecDick>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "Stop">><<run delete $corp.SpecDick>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<else>> The corporation has no plans for dicks. @@ -1104,12 +1104,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecBalls == 1>> The corporation adds balls to all slaves (penis required). <<if $corp.SpecTimer == 0>> - <<link "Stop">><<unset $corp.SpecBalls>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "Stop">><<run delete $corp.SpecBalls>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecBalls == -1>> The corporation removes balls from all slaves. <<if $corp.SpecTimer == 0>> - <<link "Stop">><<unset $corp.SpecBalls>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "Stop">><<run delete $corp.SpecBalls>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<else>> The corporation has no plans for balls. @@ -1123,12 +1123,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecInjection == 1>> The corporation aims for petite assets. <<if $corp.SpecTimer == 0>> - [[Tasteful Size|Manage Corporation][$corp.SpecInjection = 2, $corp.SpecTimer = 2]] | [[Huge Size|Manage Corporation][$corp.SpecInjection = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Tasteful Size|Manage Corporation][$corp.SpecInjection = 2, $corp.SpecTimer = 2]] | [[Huge Size|Manage Corporation][$corp.SpecInjection = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecInjection>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecInjection == 2>> The corporation aims for tasteful assets. <<if $corp.SpecTimer == 0>> - [[Small Size|Manage Corporation][$corp.SpecInjection = 1, $corp.SpecTimer = 2]] | [[Huge Size|Manage Corporation][$corp.SpecInjection = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Small Size|Manage Corporation][$corp.SpecInjection = 1, $corp.SpecTimer = 2]] | [[Huge Size|Manage Corporation][$corp.SpecInjection = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecInjection>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecInjection == 3>> The corporation aims for huge assets. @@ -1140,7 +1140,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.DivDairyDev > 200 && $corp.SpecToken > 0>> | [[Pastoral Size|Manage Corporation][$corp.SpecInjection = 5, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecInjection>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecInjection == 4>> The corporation aims for supermassive assets. @@ -1149,7 +1149,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.DivDairyDev > 200>> [[Pastoral Size|Manage Corporation][$corp.SpecInjection = 5, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecInjection>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecInjection == 5>> The corporation aims for pastoral assets. @@ -1158,7 +1158,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.DivSurgeryDev > 50>> [[Supermassive Size|Manage Corporation][$corp.SpecInjection = 4, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecInjection>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -1166,12 +1166,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecHormones == 1>> The corporation feminizes slaves with hormones. <<if $corp.SpecTimer == 0>> - [[Masculinize|Manage Corporation][$corp.SpecHormones = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecHormones>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Masculinize|Manage Corporation][$corp.SpecHormones = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecHormones>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecHormones == 2>> The corporation masculinize slaves with hormones. <<if $corp.SpecTimer == 0>> - [[Feminize|Manage Corporation][$corp.SpecHormones = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecHormones>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Feminize|Manage Corporation][$corp.SpecHormones = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecHormones>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -1179,7 +1179,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecAmputee == 1>> The corporation removes all limbs from its slaves. <<if $corp.SpecTimer == 0>> - <<link "Stop">><<unset $corp.SpecAmputee>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "Stop">><<run delete $corp.SpecAmputee>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -1187,12 +1187,12 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecMilk == 1>> The corporation makes sure all slaves are naturally lactating. <<if $corp.SpecTimer == 0>> - [[Lactation Implant|Manage Corporation][$corp.SpecMilk = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecMilk>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Lactation Implant|Manage Corporation][$corp.SpecMilk = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecMilk>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecMilk == 2>> The corporation equips all slaves with lactation implants. <<if $corp.SpecTimer == 0>> - [[Natural Lactation|Manage Corporation][$corp.SpecMilk = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecMilk>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Natural Lactation|Manage Corporation][$corp.SpecMilk = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecMilk>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> @@ -1203,17 +1203,17 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if $corp.SpecToken > 0 && $corp.DivWhoreDev > 200>> [[Advanced Training|Manage Corporation][$corp.SpecSexEd = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corp.SpecSexEd>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<run delete $corp.SpecSexEd>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecSexEd == 2>> The corporation teaches advanced sexual techniques to its slaves. <<if $corp.SpecTimer == 0>> - [[Basic Training|Manage Corporation][$corp.SpecSexEd = 1, $corp.SpecToken +=1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecSexEd>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Basic Training|Manage Corporation][$corp.SpecSexEd = 1, $corp.SpecToken +=1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecSexEd>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<elseif $corp.SpecSexEd == 0>> The corporation teaches no sexual techniques to its slaves. <<if $corp.SpecTimer == 0>> - [[Basic Training|Manage Corporation][$corp.SpecSexEd = 1, $corp.SpecToken -=1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecSexEd>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Basic Training|Manage Corporation][$corp.SpecSexEd = 1, $corp.SpecToken -=1, $corp.SpecTimer = 2]] | <<link "No Focus">><<run delete $corp.SpecSexEd>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> </div> diff --git a/src/events/RESS/muscles.js b/src/events/RESS/muscles.js index 8f8e32c68d481e22e41ccdd0e25e16ff59942a76..06dff12a6a2577635a02a166cc9c30a4038786b2 100644 --- a/src/events/RESS/muscles.js +++ b/src/events/RESS/muscles.js @@ -175,7 +175,7 @@ App.Events.RESSMuscles = class RESSMuscles extends App.Events.BaseEvent { t.push(`${He} dominantly fucks you, ${his} muscles flexing powerfully with every thrust. You're no slouch when it comes to muscles yourself, so when you feel ${him} tense with orgasm you wrap your legs around ${him} and hilt ${him} deep inside you. This only encourages ${him} to fuck you harder, quickly bring you to climax as well. ${He} gently carries you to your couch, where ${he} slides in behind you for a little post-coitus spooning. You definitely appreciate ${his} gains after such a good fuck. <span class="trust inc">${His} confidence in ${his} place has increased,</span> as has ${his} <span class="devotion inc">love for you.</span>`); eventSlave.trust += 4; eventSlave.devotion += 4; - if (V.PC.vagina !== -1) { + if (V.PC.vagina === -1) { seX(eventSlave, "penetrative", V.PC, "anal"); } else { seX(eventSlave, "penetrative", V.PC, "vaginal"); diff --git a/src/gui/storyCaption.tw b/src/gui/storyCaption.tw index 48970224aa2aaf43cd1db41dc4e673474d8b040d..9d154ce637b591a8c8c832c2d0dec5e6318cda8a 100644 --- a/src/gui/storyCaption.tw +++ b/src/gui/storyCaption.tw @@ -203,7 +203,7 @@ @@color:rgb(0,195,0);eminent@@ <<elseif $rep > 8250>> @@color:rgb(0,200,0);prominent@@ - <<elseif $rep > 7000>> + <<elseif $rep > 7500>> @@color:rgb(0,205,0);distinguished@@ <<elseif $rep > 6750>> @@color:rgb(0,210,0);admired@@ diff --git a/src/pregmod/FCTV/FCTV.js b/src/pregmod/FCTV/FCTV.js index 3062059acd93ad7647e58f1d4b594fc810ddfc57..7c960bc4334f2fcac22fb911c88ffdd108a58afd 100644 --- a/src/pregmod/FCTV/FCTV.js +++ b/src/pregmod/FCTV/FCTV.js @@ -164,9 +164,6 @@ window.FCTV = (function() { } function FinalTouches(i, channel) { - function applySkill(obj) { - Object.assign(i.skill, obj); - } if (channel === 14) { i.behavioralFlaw = "arrogant"; i.markings = "none"; if (i.weight > 130) { @@ -179,32 +176,55 @@ window.FCTV = (function() { i.health.condition = 75; if (V.show < 3) { i.custom.tattoo = "$He has a small stylized 'A' tattooed on the nape of $his neck marking $him as the product of the famous breeding program at Arcturus Arcology."; - applySkill({'vaginal': 0, 'entertainment': jsRandom(50, 80), - 'oral': jsRandom(20, 60), 'anal': 0, - 'whoring': 0}); + Object.assign(i.skill, { + 'vaginal': 0, + 'entertainment': jsRandom(50, 80), + 'oral': jsRandom(20, 60), + 'anal': 0, + 'whoring': 0 + }); } else if (V.show === 3) { - applySkill({'vaginal': jsRandom(50, 80), - 'oral': jsRandom(40, 80), 'anal': jsRandom(20,50), - 'whoring': jsRandom(0, 50)}); + Object.assign(i.skill, { + 'vaginal': jsRandom(50, 80), + 'oral': jsRandom(40, 80), + 'anal': jsRandom(20,50), + 'whoring': jsRandom(0, 50) + }); } else if (V.show === 4) { - applySkill({'vaginal': jsRandom(50, 100), - 'oral': jsRandom(20, 50), 'anal': jsRandom(10, 20)}); + Object.assign(i.skill, { + 'vaginal': jsRandom(50, 100), + 'oral': jsRandom(20, 50), + 'anal': jsRandom(10, 20) + }); i.counter.birthsTotal = jsRandom(2, 3); } else if (V.show === 5) { - applySkill({'vaginal': jsRandom(50, 100), 'entertainment': jsRandom(20, 80), - 'oral': jsRandom(50, 100), 'anal': jsRandom(20, 80), - 'whoring': jsRandom(20,80)}); + Object.assign(i.skill, { + 'vaginal': jsRandom(50, 100), + 'entertainment': jsRandom(20, 80), + 'oral': jsRandom(50, 100), + 'anal': jsRandom(20, 80), + 'whoring': jsRandom(20,80) + }); i.counter.birthsTotal = jsRandom(1, 3); } else if (V.show === 6) { - applySkill({'vaginal': 15, - 'oral': 15, 'anal': 15, - 'whoring': 15}); + Object.assign(i.skill, { + 'vaginal': 15, + 'oral': 15, + 'anal': 15, + 'whoring': 15 + }); } else if (V.show <= 8) { - applySkill({'oral': jsRandom(30, 60), 'anal': jsRandom(20, 50), - 'whoring': jsRandom(0, 25)}); + Object.assign(i.skill, { + 'oral': jsRandom(30, 60), + 'anal': jsRandom(20, 50), + 'whoring': jsRandom(0, 25) + }); } else if (V.show === 8) { - applySkill({'oral': jsRandom(40, 80), 'anal': jsRandom(40, 80), - 'whoring': jsRandom(40, 70)}); + Object.assign(i.skill, { + 'oral': jsRandom(40, 80), + 'anal': jsRandom(40, 80), + 'whoring': jsRandom(40, 70) + }); } } i.health.health = i.health.condition - i.health.shortDamage - i.health.longDamage; diff --git a/src/pregmod/FCTV/seFCTVremote.tw b/src/pregmod/FCTV/seFCTVremote.tw index 47a324d4a39a3f2c48e7a7f735200551fa010f5b..8dbc5fb61d595a9a5b2e3baa2b86f069f9edae8c 100644 --- a/src/pregmod/FCTV/seFCTVremote.tw +++ b/src/pregmod/FCTV/seFCTVremote.tw @@ -14,14 +14,18 @@ <</if>> <<set _slave = GenerateNewSlave()>> -<<run Object.assign(_slave, { - devotion: 0, trust: 0, - muscles: 60, lips: 35, - origin: "You enslaved $him for poor customer service as an FCTV tech.", career: "an installation technician", - behavioralFlaw: "arrogant", markings: "none", - hLength: 10, eyewear: "glasses", - clothes: "conservative clothing", shoes: "flats" -})>> +<<set _slave.devotion = 0>> +<<set _slave.trust = 0>> +<<set _slave.muscles = 60>> +<<set _slave.lips = 35>> +<<set _slave.origin = "You enslaved $him for poor customer service as an FCTV tech.">> +<<set _slave.career = "an installation technician">> +<<set _slave.behavioralFlaw = "arrogant">> +<<set _slave.markings = "none">> +<<set _slave.hLength = 10>> +<<set _slave.eyewear = "glasses">> +<<set _slave.clothes = "conservative clothing">> +<<set _slave.shoes = "flats">> <<run setHealth(_slave, jsRandom(60, 80))>> <<if _slave.weight > 130>> <<set _slave.weight -= 100>> diff --git a/src/pregmod/FCTV/seFCTVshows.tw b/src/pregmod/FCTV/seFCTVshows.tw index 959da8b586f28a12024cc35df709feb13af9c02e..5ff04e51d32f121e7294cdd11959899c7b658822 100644 --- a/src/pregmod/FCTV/seFCTVshows.tw +++ b/src/pregmod/FCTV/seFCTVshows.tw @@ -3,11 +3,16 @@ /* Setup Millie art, since she is on multiple channels */ <<set _millie = BaseSlave()>> <<run Object.assign(_millie, { - devotion: 100, trust: 100, - weight: 120, boobs: 5000, - hips: 2, butt: 5, - hLength: 50, skin: "dark olive", - hStyle: "luxurious", hColor: "strawberry blonde", + devotion: 100, + trust: 100, + weight: 120, + boobs: 5000, + hips: 2, + butt: 5, + hLength: 50, + skin: "dark olive", + hStyle: "luxurious", + hColor: "strawberry blonde", clothes: "a leotard" })>> @@ -24,25 +29,39 @@ <<set _kirk = BaseSlave()>> <<run Object.assign(_kirk, { - actualAge: 44, devotion: 0, - trust: 0, muscles: 60, - weight: 30, waist: 90, - boobs: 0, shoulders: 3, - butt: 0, hips: -1, - hLength: 10, hColor: "dark brown", - faceShape: "masculine", hStyle: "messy", - eyewear: "glasses", clothes: "conservative clothing", + actualAge: 44, + devotion: 0, + trust: 0, + muscles: 60, + weight: 30, + waist: 90, + boobs: 0, + shoulders: 3, + butt: 0, + hips: -1, + hLength: 10, + hColor: "dark brown", + faceShape: "masculine", + hStyle: "messy", + eyewear: "glasses", + clothes: "conservative clothing", shoes: "flats" })>> <<set _jules = BaseSlave()>> <<run Object.assign(_jules, { - devotion: 0, trust: 0, - weight: 30, waist: 30, - boobs: 700, butt: 3, - hLength: 50, hStyle: "luxurious", - hColor: "auburn", boobShape: "perky", - clothes: "panties and pasties", collar: "stylish leather" + devotion: 0, + trust: 0, + weight: 30, + waist: 30, + boobs: 700, + butt: 3, + hLength: 50, + hStyle: "luxurious", + hColor: "auburn", + boobShape: "perky", + clothes: "panties and pasties", + collar: "stylish leather" })>> officially known as the FCNN stream channel and you've started watching the middle of a news segment. @@ -66,14 +85,22 @@ <<if $seeImages > 0>> <<set _model = BaseSlave()>> <<run Object.assign(_model, { - devotion: -90, trust: 0, - face: -20, hLength: 50, - hStyle: "messy", hColor: "blazing red", - underArmHStyle: "bushy", underArmHColor: "blazing red", - height: 150, boobs: 700, - boobShape: "perky", shoulders: 0, - waist: 180, butt: 3, - hips: 3, clothes: "spats and a tank top", + devotion: -90, + trust: 0, + face: -20, + hLength: 50, + hStyle: "messy", + hColor: "blazing red", + underArmHStyle: "bushy", + underArmHColor: "blazing red", + height: 150, + boobs: 700, + boobShape: "perky", + shoulders: 0, + waist: 180, + butt: 3, + hips: 3, + clothes: "spats and a tank top", shoes: "flats" })>> @@ -134,11 +161,16 @@ <<if $seeImages > 0>> <<set _model = BaseSlave()>> <<run Object.assign(_model, { - devotion: 0, trust: 0, - muscles: 600, boobs: 700, - butt: 3, hLength: 50, - skin: "tan", hStyle: "messy", - hColor: "blonde", boobShape: "perky" + devotion: 0, + trust: 0, + muscles: 600, + boobs: 700, + butt: 3, + hLength: 50, + skin: "tan", + hStyle: "messy", + hColor: "blonde", + boobShape: "perky" })>> <div class="imageColumn"> @@ -195,49 +227,73 @@ <<set $one_time_age_overrides_pedo_mode = 1>> <<set _slave = GenerateNewSlave("XX")>> - <<run Object.assign(_slave, { - devotion: random(60,90), weight: random(-10,10), - waist: random(-45,25), face: random(70,100), - anus: 0, vagina: 0, - trueVirgin: 1, boobs: random(14,26)*50, - boobShape: "perky", hips: 2, - butt: random(5,6), shoulders: 1, - preg: 0, ovaries: 1, - teeth: "normal", vaginaLube: 2, - energy: random(65,95), attrXY: random(70,100), - attrXX: random(60,90), attrKnown: 1, - fetishKnown: 1, lips: random(20,50), - fetish: either("cumslut", "cumslut", "humiliation", "pregnancy", "pregnancy", "pregnancy", "submissive"), - behavioralQuirk: either("advocate", "funny", "insecure", "none", "none"), - sexualQuirk: either("caring", "none", "romantic"), - fetishStrength: random(70,100), sexualFlaw: "none", - behavioralFlaw: "none", intelligence: random(51,70), - intelligenceImplant: 30, trust: random(50,80), - })>> + <<set _slave.devotion = random(60,90)>> + <<set _slave.weight = random(-10,10)>> + <<set _slave.waist = random(-45,25)>> + <<set _slave.face = random(70,100)>> + <<set _slave.anus = 0>> + <<set _slave.vagina = 0>> + <<set _slave.trueVirgin = 1>> + <<set _slave.boobs = random(14,26)*50>> + <<set _slave.boobShape = "perky">> + <<set _slave.hips = 2>> + <<set _slave.butt = random(5,6)>> + <<set _slave.shoulders = 1>> + <<set _slave.preg = 0>> + <<set _slave.ovaries = 1>> + <<set _slave.teeth = "normal">> + <<set _slave.vaginaLube = 2>> + <<set _slave.energy = random(65,95)>> + <<set _slave.attrXY = random(70,100)>> + <<set _slave.attrXX = random(60,90)>> + <<set _slave.attrKnown = 1>> + <<set _slave.fetishKnown = 1>> + <<set _slave.lips = random(20,50)>> + <<set _slave.fetish = either("cumslut", "cumslut", "humiliation", "pregnancy", "pregnancy", "pregnancy", "submissive")>> + <<set _slave.behavioralQuirk = either("advocate", "funny", "insecure", "none", "none")>> + <<set _slave.sexualQuirk = either("caring", "none", "romantic")>> + <<set _slave.fetishStrength = random(70,100)>> + <<set _slave.sexualFlaw = "none">> + <<set _slave.behavioralFlaw = "none">> + <<set _slave.intelligence = random(51,70)>> + <<set _slave.intelligenceImplant = 30>> + <<set _slave.trust = random(50,80)>> <<elseif $show == 3>> /* hyperpregnant */ <<set $slaveOneTimeMinAge = ($fertilityAge + 3)>> <<set $slaveOneTimeMaxAge = 20>> <<set $one_time_age_overrides_pedo_mode = 1>> <<set _slave = GenerateNewSlave("XX")>> - <<run Object.assign(_slave, { - weight: random(10,20), waist: random(-25,25), - anus: 1, vagina: 2, - preg: random(25,30), pregKnown: 1, - pregAdaptation: 300, - lips: random(20,50), teeth: "normal", - vaginaLube: 2, boobs: random(10,30)*50, - lactation: 1, lactationDuration: 2, - hips: 3, hipsImplant: 1, - butt: random(7,9), attrKnown: 1, - energy: random(65,100), attrXY: random(40,100), - devotion: random(40,70), trust: random(40,70), - fetish: "pregnancy", fetishKnown: 1, - fetishStrength: 100, sexualFlaw: "breeder", - behavioralFlaw: "none", behavioralQuirk: "none", - sexualQuirk: either("caring", "caring", "romantic"), - intelligence: random(-15,80), intelligenceImplant: 15 - })>> + <<set _slave.weight = random(10,20)>> + <<set _slave.waist = random(-25,25)>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 2>> + <<set _slave.preg = random(25,30)>> + <<set _slave.pregKnown = 1>> + <<set _slave.pregAdaptation = 300>> + <<set _slave.lips = random(20,50)>> + <<set _slave.teeth = "normal">> + <<set _slave.vaginaLube = 2>> + <<set _slave.boobs = random(10,30)*50>> + <<set _slave.lactation = 1>> + <<set _slave.lactationDuration = 2>> + <<set _slave.hips = 3>> + <<set _slave.hipsImplant = 1>> + <<set _slave.butt = random(7,9)>> + <<set _slave.attrKnown = 1>> + <<set _slave.energy = random(65,100)>> + <<set _slave.attrXY = random(40,100)>> + <<set _slave.devotion = random(40,70)>> + <<set _slave.trust = random(40,70)>> + <<set _slave.fetish = "pregnancy">> + <<set _slave.fetishKnown = 1>> + <<set _slave.fetishStrength = 100>> + <<set _slave.sexualFlaw = "breeder">> + <<set _slave.behavioralFlaw = "none">> + <<set _slave.behavioralQuirk = "none">> + <<set _slave.sexualQuirk = either("caring", "caring", "romantic")>> + <<set _slave.intelligence = random(-15,80)>> + <<set _slave.intelligenceImplant = 15>> <<if $seeHyperPreg == 0>> <<set _slave.pregType = either(6,7,7,8)>> <<else>> @@ -251,65 +307,93 @@ <<set $one_time_age_overrides_pedo_mode = 1>> <<set _slave = GenerateNewSlave("XX")>> - <<run Object.assign(_slave, { - weight: random(20,40), waist: random(-25,25), - boobs: random(4,6)*100, butt: random(3,5), - hips: 1, face: random(60,90), - anus: 1, vagina: 3, - preg: 0, pregWeek: -2, - bellySag: 1, bellySagPreg: 1, - geneticQuirks: {superfetation: 2}, - teeth: "normal", vaginaLube: 2, - energy: random(60,90), attrXY: random(60,100), - attrXX: random(40,65), attrKnown: 1, - fetishKnown: 1, sexualQuirk: "none", - fetish: either("cumslut", "humiliation", "pregnancy", "pregnancy", "submissive"), - fetishStrength: random(70,100), sexualFlaw: "none", - behavioralFlaw: "none", behavioralQuirk: "none", - intelligence: random(-15,80), intelligenceImplant: 0, - devotion: random(60,90), trust: random(50,80), - })>> + <<set _slave.weight = random(20,40)>> + <<set _slave.waist = random(-25,25)>> + <<set _slave.boobs = random(4,6)*100>> + <<set _slave.butt = random(3,5)>> + <<set _slave.hips = 1>> + <<set _slave.face = random(60,90)>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 3>> + <<set _slave.preg = 0>> + <<set _slave.pregWeek = -2>> + <<set _slave.bellySag = 1>> + <<set _slave.bellySagPreg = 1>> + <<set _slave.teeth = "normal">> + <<set _slave.vaginaLube = 2>> + <<set _slave.energy = random(60,90)>> + <<set _slave.attrXY = random(60,100)>> + <<set _slave.attrXX = random(40,65)>> + <<set _slave.attrKnown = 1>> + <<set _slave.fetishKnown = 1>> + <<set _slave.sexualQuirk = "none">> + <<set _slave.fetish = either("cumslut", "humiliation", "pregnancy", "pregnancy", "submissive")>> + <<set _slave.fetishStrength = random(70,100)>> + <<set _slave.sexualFlaw = "none">> + <<set _slave.behavioralFlaw = "none">> + <<set _slave.behavioralQuirk = "none">> + <<set _slave.intelligence = random(-15,80)>> + <<set _slave.intelligenceImplant = 0>> + <<set _slave.devotion = random(60,90)>> + <<set _slave.trust = random(50,80)>> + <<set _slave.geneticQuirks.superfetation = 2>> <<elseif $show == 5>> /* MILF */ <<set $slaveOneTimeMinAge = 36>> <<set $slaveOneTimeMaxAge = 40>> <<set $one_time_age_overrides_pedo_mode = 1>> <<set _slave = GenerateNewSlave("XX")>> - <<run Object.assign(_slave, { - weight: random(20,90), waist: random(-45,45), - boobs: random(20,30)*50, butt: random(5,7), - hips: 2, face: random(60,90), - anus: 1, vagina: 2, - preg: 0, teeth: "normal", - vaginaLube: 2, energy: random(60,90), - attrXY: random(60,100), attrXX: random(40,85), - attrKnown: 1, fetishKnown: 1, - fetish: either("buttslut", "buttslut", "cumslut", "cumslut", "humiliation", "pregnancy", "pregnancy", "submissive"), - fetishStrength: random(70,100), sexualFlaw: "none", - behavioralFlaw: "none", behavioralQuirk: "none", - sexualQuirk: "none", - intelligence: random(-15,80), intelligenceImplant: 15, - devotion: random(60,90), trust: random(50,80), - })>> + <<set _slave.weight = random(20,90)>> + <<set _slave.waist = random(-45,45)>> + <<set _slave.boobs = random(20,30)*50>> + <<set _slave.butt = random(5,7)>> + <<set _slave.hips = 2>> + <<set _slave.face = random(60,90)>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 2>> + <<set _slave.preg = 0>> + <<set _slave.teeth = "normal">> + <<set _slave.vaginaLube = 2>> + <<set _slave.energy = random(60,90)>> + <<set _slave.attrXY = random(60,100)>> + <<set _slave.attrXX = random(40,85)>> + <<set _slave.attrKnown = 1>> + <<set _slave.fetishKnown = 1>> + <<set _slave.fetish = either("buttslut", "buttslut", "cumslut", "cumslut", "humiliation", "pregnancy", "pregnancy", "submissive")>> + <<set _slave.fetishStrength = random(70,100)>> + <<set _slave.sexualFlaw = "none">> + <<set _slave.behavioralFlaw = "none">> + <<set _slave.behavioralQuirk = "none">> + <<set _slave.sexualQuirk = "none">> + <<set _slave.intelligence = random(-15,80)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.devotion = random(60,90)>> + <<set _slave.trust = random(50,80)>> <<elseif $show == 6>> /* discount young hottie */ <<set $slaveOneTimeMaxAge = 25>> <<set _slave = GenerateNewSlave("XX")>> - <<run Object.assign(_slave, { - face: random(70,100), weight: random(-5,10), - waist: random(-45,25), anus: 1, - vagina: 1, boobs: random(14,26)*50, - boobShape: "perky", hips: 2, - butt: random(5,6), shoulders: -1, - preg: 0, lips: random(25,50), - vaginaLube: 2, - sexualFlaw: either("hates anal", "hates oral", "hates penetration", "idealistic"), - behavioralFlaw: either("arrogant", "bitchy", "hates men"), - energy: 10, fetish: "none", - clit: either(3,3,4,4,5,8,10), - muscles: random(0,25), devotion: random(-25,25), - trust: random(-25,25) - })>> + <<set _slave.face = random(70,100)>> + <<set _slave.weight = random(-5,10)>> + <<set _slave.waist = random(-45,25)>> + <<set _slave.anus = 1>> + <<set _slave.vagina = 1>> + <<set _slave.boobs = random(14,26)*50>> + <<set _slave.boobShape = "perky">> + <<set _slave.hips = 2>> + <<set _slave.butt = random(5,6)>> + <<set _slave.shoulders = -1>> + <<set _slave.preg = 0>> + <<set _slave.lips = random(25,50)>> + <<set _slave.vaginaLube = 2>> + <<set _slave.sexualFlaw = either("hates anal", "hates oral", "hates penetration", "idealistic")>> + <<set _slave.behavioralFlaw = either("arrogant", "bitchy", "hates men")>> + <<set _slave.energy = 10>> + <<set _slave.fetish = "none">> + <<set _slave.clit = either(3,3,4,4,5,8,10)>> + <<set _slave.muscles = random(0,25)>> + <<set _slave.devotion = random(-25,25)>> + <<set _slave.trust = random(-25,25)>> <<if _slave.physicalAge >= 12>> <<set _slave.teeth = "normal">> @@ -318,30 +402,40 @@ <<set $slaveOneTimeMaxAge = 25>> <<set _slave = GenerateNewSlave("XY")>> - <<run Object.assign(_slave, { - anus: 2, balls: random(20,35), - dick: random(3,5), prostate: 2, - devotion: random(50,80), trust: random(50,80) - })>> + <<set _slave.anus = 2>> + <<set _slave.balls = random(20,35)>> + <<set _slave.dick = random(3,5)>> + <<set _slave.prostate = 2>> + <<set _slave.devotion = random(50,80)>> + <<set _slave.trust = random(50,80)>> <<set _slave.scrotum = _slave.balls>> <<elseif $show == 9>> /* mpreg dickgirl */ <<set $slaveOneTimeMaxAge = 22>> <<set _slave = GenerateNewSlave("XY")>> - <<run Object.assign(_slave, { - anus: 2, vagina: 1, - ovaries: 0, mpreg: 1, - preg: 0, dick: random(3,5), - balls: random(3,6), - muscles: either(20, 50), energy: random(70,100), - attrXY: random(70,100), attrXX: random(70,100), - attrKnown: 1, fetishKnown: 1, - fetish: "pregnancy", fetishStrength: random(80,100), - sexualFlaw: "none", behavioralFlaw: "none", - behavioralQuirk: "none", sexualQuirk: "none", - intelligence: random(-15,80), intelligenceImplant: 15, - devotion: random(60,90), trust: random(50,80) - })>> + <<set _slave.anus = 2>> + <<set _slave.vagina = 1>> + <<set _slave.ovaries = 0>> + <<set _slave.mpreg = 1>> + <<set _slave.preg = 0>> + <<set _slave.dick = random(3,5)>> + <<set _slave.balls = random(3,6)>> + <<set _slave.muscles = either(20, 50)>> + <<set _slave.energy = random(70,100)>> + <<set _slave.attrXY = random(70,100)>> + <<set _slave.attrXX = random(70,100)>> + <<set _slave.attrKnown = 1, + <<set _slave.fetishKnown = 1>> + <<set _slave.fetish = "pregnancy">> + <<set _slave.fetishStrength = random(80,100)>> + <<set _slave.sexualFlaw = "none">> + <<set _slave.behavioralFlaw = "none">> + <<set _slave.behavioralQuirk = "none">> + <<set _slave.sexualQuirk = "none">> + <<set _slave.intelligence = random(-15,80)>> + <<set _slave.intelligenceImplant = 15>> + <<set _slave.devotion = random(60,90)>> + <<set _slave.rust = random(50,80)>> <</if>> <<run FCTV.FinalTouches(_slave, 4)>> @@ -393,12 +487,18 @@ <<if $seeImages > 0>> <<set _model = BaseSlave()>> <<run Object.assign(_model, { - devotion: 0, trust: 0, - boobs: 700, hips: 2, - butt: 5, hLength: 50, - hStyle: "luxurious", hColor: "blonde", - boobShape: "perky", belly: 10000, - preg: 35, clothes: "a maternity dress" + devotion: 0, + trust: 0, + boobs: 700, + hips: 2, + butt: 5, + hLength: 50, + hStyle: "luxurious", + hColor: "blonde", + boobShape: "perky", + belly: 10000, + preg: 35, + clothes: "a maternity dress" })>> <div class="imageColumn"> @@ -542,15 +642,21 @@ <<case 9>> /* Health condition of 70 */ <<run FCTV.incrementChannel()>> <<run FCTV.showRange(1, 4)>> - <<set _model = BaseSlave()>> - <<run Object.assign(_model, { - devotion: 0, trust: 0, - hLength: 50, hStyle: "neat", - hColor: "brown", boobs: 700, - boobShape: "perky", waist: 180, - butt: 3, hips: 3, - clothes: "conservative clothing", shoes: "flats" - })>> + <<set _model = BaseSlave()>> + <<run Object.assign(_model, { + devotion: 0, + trust: 0, + hLength: 50, + hStyle: "neat", + hColor: "brown", + boobs: 700, + boobShape: "perky", + waist: 180, + butt: 3, + hips: 3, + clothes: "conservative clothing", + shoes: "flats" + })>> which is currently showing a documentary on the <<if $show == 1>> @@ -649,17 +755,26 @@ <<set _model2 = BaseSlave()>> <<run Object.assign( _model, { - devotion: 100, trust: 100, - hLength: 50, hStyle: "luxurious", - hColor: "blonde", boobs: 700, - boobShape: "perky", waist: 100, - butt: 3, hips: 3, - clothes: "a ball gown", shoes: "heels" + devotion: 100, + trust: 100, + hLength: 50, + hStyle: "luxurious", + hColor: "blonde", + boobs: 700, + boobShape: "perky", + waist: 100, + butt: 3, + hips: 3, + clothes: "a ball gown", + shoes: "heels" }, _model2, { - dick: 4, boobs: 0, - hLength: 10, hColor: "grey", - clothes: "conservative clothing", shoes: "flats" + dick: 4, + boobs: 0, + hLength: 10, + hColor: "grey", + clothes: "conservative clothing", + shoes: "flats" } )>> @@ -718,18 +833,27 @@ <<run Object.assign( _mindy, { /* Health condition of 70 */ - devotion: 100, trust: 100, - hLength: 50, hStyle: "luxurious", - hColor: "strawberry blonde", boobs: 1400, - nipples: "huge", boobShape: "perky", - areolae: 4, waist: 180, - butt: 3, hips: 3, + devotion: 100, + trust: 100, + hLength: 50, + hStyle: "luxurious", + hColor: "strawberry blonde", + boobs: 1400, + nipples: "huge", + boobShape: "perky", + areolae: 4, + waist: 180, + butt: 3, + hips: 3, clothes: "a string bikini" }, _mike, { - dick: 7, faceShape: "masculine", - boobs: 0, hLength: 10, - hColor: "dark brown", clothes: "sport shorts" + dick: 7, + faceShape: "masculine", + boobs: 0, + hLength: 10, + hColor: "dark brown", + clothes: "sport shorts" } )>> @@ -1247,22 +1371,34 @@ <<run Object.assign( _hostess, { - devotion: 45, trust: 55, - muscles: 60, hLength: 40, - hColor: "brown", hStyle: "luxurious", - clothes: "a halter top dress", shoes: "heels" + devotion: 45, + trust: 55, + muscles: 60, + hLength: 40, + hColor: "brown", + hStyle: "luxurious", + clothes: "a halter top dress", + shoes: "heels" }, _scientist, { - devotion: 0, trust: 0, - muscles: 60, boobs: 0, - butt: 0, hLength: 10, - hStyle: "messy", eyewear: "glasses", - clothes: "conservative clothing", shoes: "flats" + devotion: 0, + trust: 0, + muscles: 60, + boobs: 0, + butt: 0, + hLength: 10, + hStyle: "messy", + eyewear: "glasses", + clothes: "conservative clothing", + shoes: "flats" }, _nun, { - devotion: random(45,60), trust: random(-10), - muscles: 30, hLength: 1, - hStyle: "buzzcut", clothes: "a penitent nuns habit" + devotion: random(45,60), + trust: random(-10), + muscles: 30, + hLength: 1, + hStyle: "buzzcut", + clothes: "a penitent nuns habit" } )>> @@ -1360,11 +1496,16 @@ <<if $seeImages > 0>> <<set _indian = BaseSlave()>> <<run Object.assign(_indian, { - devotion: 0, trust: 100, - weight: -20, boobs: 300, - hips: 0, butt: 1, - hLength: 50, skin: "very fair", - hStyle: "braided", hColor: "black", + devotion: 0, + trust: 100, + weight: -20, + boobs: 300, + hips: 0, + butt: 1, + hLength: 50, + skin: "very fair", + hStyle: "braided", + hColor: "black", clothes: "shibari ropes" })>> <</if>> diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index bb839ba9cb684251cd4cccb33a789120aa061e84..f4018e2075ee64fdce32341239cbc1aeab8332f3 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -314,7 +314,7 @@ <</if>> </div> -<<if ($rep > 1000)>> +<<if ($rep > 10000)>> <div>[[Place a special order|Custom Slave]] | //Customizable but very expensive.//</div> <div>[[Place a fulfillment order|JobFulfillmentCenterOrder]] | //Fills leaderships roles for a price.//</div> <</if>>