diff --git a/src/SpecialForce/Firebase.tw b/src/SpecialForce/Firebase.tw index 3666ca8814e43bb642c6cb2468abb0154dce62a1..ba35f2f1a3709e3e2fd0ca4bd9e873b39a01f496 100644 --- a/src/SpecialForce/Firebase.tw +++ b/src/SpecialForce/Firebase.tw @@ -71,4 +71,4 @@ @@.red;<<print cashFormat(Math.ceil((750000*(1.15+($SF.Size/1000))*(1.15+($SF.Squad.Firebase/10)))*_Env))>>@@ <</if>> <br>[[Tour the firebase|Firebase][$Tour = 1]] -<<else>> <<= FlavourText()>> <br>[[Return to Operations|Firebase][$Tour=0]] <</if>> \ No newline at end of file +<<else>> <<= FlavourText()>> <</if>> \ No newline at end of file diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js index 612416df0167408228b472a5f29e10c0095bb17a..00e2309112c4c0677294706be9bd8edf1807fdd8 100644 --- a/src/SpecialForce/SpecialForce.js +++ b/src/SpecialForce/SpecialForce.js @@ -367,7 +367,7 @@ window.SFReport = function() { income += Math.ceil( ( (baseLine* (0.09+Multiplier.troop/NO).toFixed(2) * (0.09+Multiplier.unit/NO).toFixed(2) * (0.09+Multiplier.action/NO).toFixed(2) * (0.09+Multiplier.depravity/NO).toFixed(2) ) - (upkeep*N1).toFixed(2) )/V.SF.Size/5+S.Troops/1000 ); S.Troops += Math.round(FNG/2); if (V.debugMode > 0) r += `<br>income:${commaNum(income)}, troop:${commaNum((0.09+Multiplier.troop/NO).toFixed(2))}, unit:${commaNum((0.09+Multiplier.unit/NO).toFixed(2))}, action:${commaNum((0.09+Multiplier.action/NO).toFixed(2))}, depravity:${commaNum((0.09+Multiplier.depravity/NO).toFixed(2))}, upkeep:${commaNum((upkeep*N1).toFixed(2))}`; - if (V.economy < 100) if (V.SF.Target === "raiding") { income=Math.ceil(income*14) } else if (V.SF.Target === "secure") { income=Math.ceil(income*20) } else { income=Math.ceil(income*50) }; //Remove line if hard mode ever gets fixed. + if (V.economy < 100) if (V.SF.Target === "raiding") { income=Math.ceil(income*14); } else if (V.SF.Target === "secure") { income=Math.ceil(income*20); } else { income=Math.ceil(income*50); } //Remove line if hard mode ever gets fixed. if (income >= target) profit=1; delete V.SF.Subsidy; cashX(income, "specialForces"); if (S.Troops > unitCap) S.Troops=unitCap; if (V.arcologies[0].prosperity > V.ProsperityCap) V.arcologies[0].prosperity=V.ProsperityCap; @@ -487,8 +487,8 @@ window.SFCR = function() { }; window.Interactions = function() { + "use strict"; let choice=``, time=``; const V=State.variables, C=V.SF.Colonel, T=State.temporary; - var choice=``; time=``; if (V.SF.Gift > 0) { if (V.choice == 1) { choice +=`${V.SF.Caps} is turning over spare capital in tribute this week. `; @@ -558,7 +558,8 @@ window.BadOutcome = function() { }; window.FlavourText = function() { - const V=State.variables,T=State.temporary,S=V.SF.Squad; + "use strict"; const V=State.variables,T=State.temporary,S=V.SF.Squad; + V.nextButton = "Return to Operations"; V.nextLink = "Firebase"; V.Tour=0; function TroopDec() { const common=`the ${commaNum(V.SF.Squad.Troops)} members of ${V.SF.Lower}`; if (S.Troops < 100) {return `sparsely occupied, ${common} residing within them concentrating together in a corner. The hundreds of empty beds and lockers visibly herald the future`;} @@ -569,11 +570,11 @@ window.FlavourText = function() { } function Firebase() { - var appear=`is currently constructed in a haphazard fashion.`; var barracks=`Soldiers' cots are mixed in with weapons crates and ammunition.`; var slave=`Cages for processing slaves lie off to one side,`; var common=`and in the center is a common area with tables for soldiers to gather around for meals or rowdy conversations.`; var garage=``; var drone=``; var hangar=``; var launch=``; var artillery=``; var comms=``; var training=``; + let appear=`is currently constructed in a haphazard fashion.`, barracks=`Soldiers' cots are mixed in with weapons crates and ammunition.`, slave=`Cages for processing slaves lie off to one side,`, common=`and in the center is a common area with tables for soldiers to gather around for meals or rowdy conversations.`, garage=``, drone=``, hangar=``, launch=``, artillery=``, comms=``, training=``; if (S.Firebase >= 1) {appear=`has had some organization put into it.`; barracks=`The majority of weapons, armor, and ammunition have been separated from the soldiers' cots into their own armory.`; garage=`A section near the outer wall of the arcology has been converted to a garage with an adjoining vehicle maintenance bay`; drone=`.`; if (V.terrain === "oceanic") garage += ` for inter-arcology travel`;} - if (S.Firebase >= 2) barracks=`A barracks has been constructed near the armory, allowing soldiers a quieter place to sleep and store their personal spoils.`; drone=`; as well as a facility for the storage, maintenance, and deployment of armed combat drones.`; - if (S.Firebase >= 3) appear=`has become more permanent.`; barracks=`A command center has been constructed near the barracks and armory, allowing for additional support personnel.`; + if (S.Firebase >= 2) { barracks=`A barracks has been constructed near the armory, allowing soldiers a quieter place to sleep and store their personal spoils.`; drone=`; as well as a facility for the storage, maintenance, and deployment of armed combat drones.`; } + if (S.Firebase >= 3) { appear=`has become more permanent.`; barracks=`A command center has been constructed near the barracks and armory, allowing for additional support personnel.`; } if (S.Firebase >= 4) hangar=`Hangar space for storing and repairing aircraft has been converted from unused space on the other side of the garage.`; if (S.Firebase >= 5) { appear=`is nearing the appearance of a military base.`; launch=`The rest of the firebase has been designated for special projects.`; artillery=`Artillery batteries are set around the base of the arcology.`; @@ -582,21 +583,21 @@ window.FlavourText = function() { if (S.Firebase >= 7) {slave=`A slave detention facility has been sectioned off to one side`; if (V.SF.Depravity > 1.5) slave += ` emanating the sounds of rape and torture`; slave += `;`;} - if (S.Firebase >= 8) appear=`has become a fully fledged military base.`; comms=`A Free City-wide communication network for ${V.SF.Lower} has been constructed to facilitate faster responses and efficient monitoring of the surrounding area.`; + if (S.Firebase >= 8) { appear=`has become a fully fledged military base.`; comms=`A Free City-wide communication network for ${V.SF.Lower} has been constructed to facilitate faster responses and efficient monitoring of the surrounding area.`; } if (S.Firebase >= 9) training=`A high-tech killhouse has been constructed to aid in soldier training.`; if (S.Firebase >= 10) artillery=`Railgun artillery batteries are set around the base of the arcology, capable of accurately destroying enemies an absurd distance away.`; return `The firebase ${appear} ${barracks} ${comms} ${training} ${slave} ${common} ${garage}${drone} ${hangar} ${launch} ${artillery}`; } function Armoury() { - var weapons=`The weapons are mostly worn rifles that have already seen years of service before ${V.SF.Lower} acquired them.`; var armor=`The body armor is enough to stop smaller calibers, but nothing serious.`; var comms=``; var helmets=``; var ammo=``; var uniforms=``; var special=``; var exo=``; - if (S.Armoury >= 1) comms=`Radios have been wired into the soldiers helmets`; helmets=`.`; + let weapons=`The weapons are mostly worn rifles that have already seen years of service before ${V.SF.Lower} acquired them.`, armor=`The body armor is enough to stop smaller calibers, but nothing serious.`, comms=``, helmets=``, ammo=``, uniforms=``, special=``, exo=``; + if (S.Armoury >= 1) { comms=`Radios have been wired into the soldiers helmets`; helmets=`.`; } if (S.Armoury >= 2) helmets=` and a HUD has been integrated into the soldier's eyewear.`; if (S.Armoury >= 3) ammo=`Tactical vests have been provided, allowing soldiers to carry additional ammo.`; - if (S.Armoury >= 4) armor=`The body armor is a newer variant, able to stop small arms fire and protect against shrapnel.`; + if (S.Armoury >= 4) armor=`The body armor is a newer letiant, able to stop small arms fire and protect against shrapnel.`; if (S.Armoury >= 5) weapons=`The weapons are modern rifles and sidearms, putting ${V.SF.Lower} on par with rival mercenary outfits.`; if (S.Armoury >= 6) uniforms=`New uniforms have been distributed that are more comfortable and made of breatheable fabric to keep soldiers from overheating.`; - if (S.Armoury >= 7) special=`Specialized weaponry is available for various roles, allowing more flexibility in planning.`; + if (S.Armoury >= 7) special=`Specialized weaponry is available for letious roles, allowing more flexibility in planning.`; if (S.Armoury >= 8) helmets=`and a HUD and camera display have been integrated into soldiers' eyewear, enabling accurate aim around corners or from behind cover`; if (S.Armoury >= 9) exo=`An exosuit has been developed to reduce the amount of weight soldiers carry, increase lifting strength, and move faster in combat.`; if (S.Armoury >= 10) weapons=`Cutting-edge weaponry is available to ${V.SF.Lower}, far outpacing the ability of rival mercenary outfits.`; @@ -604,7 +605,7 @@ window.FlavourText = function() { } function Drugs() { - var amphet=``; var phen=``; var steroid=``; var downer=``; var concen=``; var stimpack=``; var stabilizer=``; + let amphet=``, phen=``, steroid=``, downer=``, concen=``, stimpack=``, stabilizer=``; if (S.Drugs >= 1) amphet=`Amphetamines have been added to the cocktail at a low dosage to act as a stimulant, physical performance enhancer, cognition control enhancer. Some side-effects exist.`; if (S.Drugs >= 2) phen=`Phencyclidine has been added to the cocktail at a low dosage as a dissociative psychotropic for soldiers in battle to introduce feelings of detachment, strength and invincibility, and aggression. Some side-effects reduce the tolerable dosage before soldiers go on uncontrollable violent outbreaks.`; if (S.Drugs >= 3) steroid=`Testosterone is being produced for soldiers in training as a natural muscle growth stimulant and to invoke aggression.`; @@ -619,10 +620,10 @@ window.FlavourText = function() { } function LUAV() { - var a=`have been recommissioned for use by ${V.SF.Lower}`; var b=`.`; var c=``; var d=``; var e=``; var f=``; var g=``; var h=``; var i=``; var j=``; var k=``; - if (S.Drones >= 2) a=`equipped with missiles are resting on one side of the drone bay`; b=`; as well as destroying the occasional target.`; - if (S.Drones >= 3) c=`A fleet of`; d=`large delivery quadcopters have been converted for military service to support ground forces as combat drones.`; - if (S.Drones >= 4) d=`combat drones take up the rest of the space in the drone bay. They have a`; e=`small automatic rifle`; f=`mounted to the underside.`; + let a=`have been recommissioned for use by ${V.SF.Lower}`, b=`.`, c=``, d=``, e=``, f=``, g=``, h=``, i=``, j=``, k=``; + if (S.Drones >= 2) { a=`equipped with missiles are resting on one side of the drone bay`; b=`; as well as destroying the occasional target.`; } + if (S.Drones >= 3) { c=`A fleet of`; d=`large delivery quadcopters have been converted for military service to support ground forces as combat drones.`; } + if (S.Drones >= 4) { d=`combat drones take up the rest of the space in the drone bay. They have a`; e=`small automatic rifle`; f=`mounted to the underside.`; } if (S.Drones >= 5) g=`Armor has been added to protect vulnerable components from small arms fire.`; if (S.Drones >= 6) h=`The fleet's batteries have been replaced with higher capacity models, increasing the functional time spent in combat.`; if (S.Drones >= 7) i=`The propellers and motors have been upgraded, increasing maneuverability and speed.`; @@ -633,13 +634,13 @@ window.FlavourText = function() { } function AV() { - var b=`has been recommissioned for use by ${V.SF.Lower}. They`; var c=`; var mechanics are methodically checking the recent purchases for battle-readiness`; var MG=`120 mm main gun is enough to handle the majority of opponents around the Free Cities.`; var engine=``; var armor=``; var armor2=``; var ammo=``; var mg=``; var fireC0=``; var fireC1=``; var fireC2=``; var fireC3=``; var turret=``; + let b=`has been recommissioned for use by ${V.SF.Lower}. They`, c=`, mechanics are methodically checking the recent purchases for battle-readiness`, MG=`120 mm main gun is enough to handle the majority of opponents around the Free Cities.`, engine=``, armor=``, armor2=``, ammo=``, mg=``, fireC0=``, fireC1=``, fireC2=``, fireC3=``, turret=``; if (S.AV >= 2) engine=`The engine has been overhauled, allowing much faster maneuvering around the battlefield.`; b=``; c=``; if (S.AV >= 3) armor=`A composite ceramic armor has replaced the original, offering much greater protection from attacks.`; if (S.AV >= 4) ammo=`The tanks have been outfitted with additional types of ammo for situational use.`; if (S.AV >= 5) mg=`A remote-controlled .50 cal machine gun has been mounted on the turret to handle infantry and low-flying aircraft.`; - if (S.AV >= 6) fireC0=`A fire-control system`; fireC3=`been installed, guaranteeing`; fireC2=`has`; fireC1=`accurate fire.`; - if (S.AV >= 7) fireC2=`and an autoloader have`; fireC1=`rapid, accurate fire while separating the crew from the stored ammunition in the event the ammo cooks off.`; + if (S.AV >= 6) { fireC0=`A fire-control system`; fireC3=`been installed, guaranteeing`; fireC2=`has`; fireC1=`accurate fire.`; } + if (S.AV >= 7) { fireC2=`and an autoloader have`; fireC1=`rapid, accurate fire while separating the crew from the stored ammunition in the event the ammo cooks off.`; } if (S.AV >= 8) armor2=`A reactive armor system has been added, giving the tank an additional, if temporary, layer of protection.`; if (S.AV >= 9) turret=`The turret has been massively redesigned, lowering the tank profile and increasing the efficiency of the mechanisms within.`; if (S.AV >= 10) MG=`140 mm main gun can quash anything even the greatest Old World nations could muster.`; @@ -647,24 +648,24 @@ window.FlavourText = function() { } function TV() { - var B=`has been recommissioned for use by ${V.SF.Lower}. They`; var C=`; var mechanics are giving the new purchases a final tuneup`; var squad=`a squad`; var G1=`20`; var G2=`in a firefight`; var e0=`The engine has been`; var engine=``; var armor=``; var tires=``; var m1=``; var m2=``; var pod1=``; var pod2=``; - if (S.TV >= 2) engine=`${e0} overhauled, allowing for higher mobility.`; C=``; B=``; + let B=`has been recommissioned for use by ${V.SF.Lower}. They`, C=`, mechanics are giving the new purchases a final tuneup`, squad=`a squad`, G1=`20`, G2=`in a firefight`, e0=`The engine has been`, engine=``, armor=``, tires=``, m1=``, m2=``, pod1=``, pod2=``; + if (S.TV >= 2) { engine=`${e0} overhauled, allowing for higher mobility.`; C=``; B=``; } if (S.TV >= 3) armor=`Composite armor has been bolted to the exterior, increasing the survivability of an explosive attack for the crew and passengers.`; if (S.TV >= 4) tires=`The tires have been replaced with a much more durable version that can support a heavier vehicle.`; - if (S.TV >= 5) m1=`An automatic missile defense system has been installed,`; m2=`targeting any guided missiles with laser dazzlers and deploying a smokescreen.`; - if (S.TV >= 6) pod1=`An anti-tank missile pod`; pod2=`has been installed on the side of the turret.`; - if (S.TV >= 7) G1=`25`; G2=`by attacking enemies through cover and destroying light armor`; + if (S.TV >= 5) { m1=`An automatic missile defense system has been installed,`; m2=`targeting any guided missiles with laser dazzlers and deploying a smokescreen.`; } + if (S.TV >= 6) { pod1=`An anti-tank missile pod`; pod2=`has been installed on the side of the turret.`; } + if (S.TV >= 7) { G1=`25`; G2=`by attacking enemies through cover and destroying light armor`; } if (S.TV >= 8) pod2=`and an anti-aircraft missile pod have been installed on either side of the turret.`; - if (S.TV >= 9) squad=`two squads`; armor=``; m2=`destroying any incoming missiles with a high-powered laser. Some of the now redundant composite armor has been removed, and the reclaimed space allows for more passengers.`; + if (S.TV >= 9) { squad=`two squads`; armor=``; m2=`destroying any incoming missiles with a high-powered laser. Some of the now redundant composite armor has been removed, and the reclaimed space allows for more passengers.`; } if (S.TV >= 10) engine=`${e0} replaced with the newest model, allowing the vehicle to get in and out of the conflict extremely quickly.`; return `A fleet of infantry fighting vehicles ${B} are parked in the garage${C}. The IFVs can carry ${squad} of 6 to a firezone. The ${G1} mm autocannon supports infantry ${G2}. ${pod1} ${pod2} ${engine} ${armor} ${tires} ${m1} ${m2}`; } function PGT() { - var b=`has been sold to ${V.SF.Lower} through back channels to support a failing Old World nation. The tank is so large it cannot fit inside the garage, and has`; var c=``; var engines=`. Two engines power the left and right sides of the tank separately, leaving it underpowered and slow`; var gun0=``; var gun1=``; var gun2=`an undersized main gun and makeshift firing system from a standard battle tank`; var armor1=``; var armor0=``; var cannon=``; var laser=``; var PGTframe=``; + let b=`has been sold to ${V.SF.Lower} through back channels to support a failing Old World nation. The tank is so large it cannot fit inside the garage, and has`, c=``, engines=`. Two engines power the left and right sides of the tank separately, leaving it underpowered and slow`, gun0=``, gun1=``, gun2=`an undersized main gun and makeshift firing system from a standard battle tank`, armor1=``, armor0=``, cannon=``, laser=``, PGTframe=``; if (S.PGT >= 2) c=`rests in`; b=``; engines=` and powered by their own engine, allowing the tank to travel with an unsettling speed for its massive bulk`; - if (S.PGT >= 3) gun0=`a railgun capable of`; gun1=`firing steel slugs`; gun2=`through one tank and into another`; - if (S.PGT >= 4) armor0=`reinforced, increasing survivability for the crew inside.`; armor1=`The armor has been`; + if (S.PGT >= 3) { gun0=`a railgun capable of`; gun1=`firing steel slugs`; gun2=`through one tank and into another`; } + if (S.PGT >= 4) { armor0=`reinforced, increasing survivability for the crew inside.`; armor1=`The armor has been`; } if (S.PGT >= 5) cannon=`A coaxial 30mm autocannon has been installed in the turret, along with automated .50 cal machine guns mounted over the front treads.`; if (S.PGT >= 6) laser=`Laser anti-missile countermeasures have been installed, destroying any subsonic ordinance fired at the Goliath.`; if (S.PGT >= 7) PGTframe=`The frame has been reinforced, allowing the Goliath to carry more armor and guns.`; @@ -675,13 +676,13 @@ window.FlavourText = function() { } function AA() { - var W1=`only armed`; var W2=`;`; var W3=`a poor weapon against flying targets, but enough to handle ground forces`; var group=`A small group of attack VTOL have been recommissioned for use by ${V.SF.Lower}, enough to make up a squadron`; var engines=``; var TAI=``; var lock=``; var support=``; var stealth=``; var scramble=``; var PAI=``; - if (S.AA >= 2) W1=`armed`; W2=` and air-to-air missiles,`; W3=`a combination that can defend the arcology from enemy aircraft, as well as`; support=` support ground troops`; + let W1=`only armed`, W2=`;`, W3=`a poor weapon against flying targets, but enough to handle ground forces`, group=`A small group of attack VTOL have been recommissioned for use by ${V.SF.Lower}, enough to make up a squadron`, engines=``, TAI=``, lock=``, support=``, stealth=``, scramble=``, PAI=``; + if (S.AA >= 2) { W1=`armed`; W2=` and air-to-air missiles,`; W3=`a combination that can defend the arcology from enemy aircraft, as well as`; support=` support ground troops`; } if (S.AA >= 3) engines=`The engines have been tuned, allowing faster flight with greater acceleration.`; if (S.AA >= 4) TAI=`An advanced targeting AI has been installed to handle all control of weapons, allowing much more efficient use of ammunition and anti-countermeasure targeting.`; if (S.AA >= 5) lock=`Installed multispectrum countermeasures protect against all types of missile locks.`; if (S.AA >= 6) group=`A respectable number of attack VTOL protect your arcology, split into a few squadrons`; - if (S.AA >= 7) support=` attack ground targets`; W2=`; rocket pods, and air-to-air missiles,`; + if (S.AA >= 7) { support=` attack ground targets`; W2=`; rocket pods, and air-to-air missiles,`; } if (S.AA >= 8) stealth=`The old skin has been replaced with a radar-absorbent material, making the aircraft difficult to pick up on radar.`; if (S.AA >= 9) scramble=`The VTOLs can scramble to react to any threat in under three minutes.`; if (S.AA >= 10) PAI=`A piloting AI has been installed, allowing the VTOLs to perform impossible maneuvers that cannot be done by a human pilot. This removes the need for a human in the aircraft altogether.`; @@ -689,22 +690,22 @@ window.FlavourText = function() { } function TA() { - var Num=`number`; var type=`tiltrotor`; var capacity=`small platoon or 15`; var engines=``; var engines2=``; var Radar=``; var Armor=``; var landing=``; var miniguns=``; var counter=``; + let Num=`number`, type=`tiltrotor`, capacity=`small platoon or 15`, engines=``, engines2=``, Radar=``, Armor=``, landing=``, miniguns=``, counter=``; if (S.TA >= 2) engines=`The tiltrotor engines have been replaced with a more powerful engine, allowing faster travel times.`; if (S.TA >= 3) counter=`Multispectrum countermeasures have been added to protect against guided missiles.`; if (S.TA >= 4) miniguns=`Mounted miniguns have been installed to cover soldiers disembarking in dangerous areas.`; if (S.TA >= 5) Num=`large number`; if (S.TA >= 6) landing=`The landing equipment has been overhauled, protecting personnel and cargo in the event of a hard landing or crash.`; if (S.TA >= 7) Armor=`Armor has been added to protect passengers from small arms fire from below.`; - if (S.TA >= 8) capacity=`large platoon or 20`; engines2=`Further tweaks to the engine allow for greater lifting capacity.`; + if (S.TA >= 8) { capacity=`large platoon or 20`; engines2=`Further tweaks to the engine allow for greater lifting capacity.`; } if (S.TA >= 9) Radar=`Radar-absorbent materials have replaced the old skin, making it difficult to pick up the VTOL on radar.`; - if (S.TA >= 10) type=`tiltjet`; engines2=``; engines=`The tiltrotors have been replaced with tiltjets, allowing for much greater airspeed and acceleration.`; + if (S.TA >= 10) { type=`tiltjet`; engines2=``; engines=`The tiltrotors have been replaced with tiltjets, allowing for much greater airspeed and acceleration.`; } return `A ${Num} of transport ${type} VTOL have been recommissioned for use by ${V.SF.Lower}. The VTOLs are resting on large pads near the base to load either a ${capacity} tons of material. ${engines} ${engines2} ${Armor} ${landing} ${counter} ${Radar} ${miniguns}`; } function SP() { - var engine=`ramjet engines in the atmosphere that can reach Mach 10`; var b=`has been purchased from an insolvent Old World nation. It `; var shield=``; var camera=``; var efficiency=``; var camera2=``; var drag=``; var crew=``; var engine2=``; var skin=``; - if (S.SpacePlane >= 2) b=``; shield=`The current heat shielding has been upgraded, reducing the likelihood of heat damage during reentry.`; + let engine=`ramjet engines in the atmosphere that can reach Mach 10`, b=`has been purchased from an insolvent Old World nation. It `, shield=``, camera=``, efficiency=``, camera2=``, drag=``, crew=``, engine2=``, skin=``; + if (S.SpacePlane >= 2) { b=``; shield=`The current heat shielding has been upgraded, reducing the likelihood of heat damage during reentry.`; } if (S.SpacePlane >= 3) engine2=` and liquid rocket engines in orbit that can reach an equivalent Mach 18`; if (S.SpacePlane >= 4) camera=`A state-of-the-art camera has been installed in the underbelly that takes incredibly high resolution photos, but requires the frictionless environment of space to focus.`; if (S.SpacePlane >= 5) efficiency=`Tweaks to the engines have increased fuel efficiency to the point where midflight refueling is no longer necessary.`; @@ -712,32 +713,32 @@ window.FlavourText = function() { if (S.SpacePlane >= 7) drag=`Miraculous advances in aerodynamics and materials allow frictionless flight, even while in the atmosphere.`; if (S.SpacePlane >= 8) crew=`Increased the crew comfort and life support systems to increase operational time.`; if (S.SpacePlane >= 9) skin=`Replaced the underbelly skin with a chameleon kit, matching the color to the sky above it.`; - if (S.SpacePlane >= 10) engine=`experimental scramjet engines in the atmosphere that can reach Mach 15`; engine2=` and liquid rocket engines in orbit that can reach an equivalent Mach 25`; + if (S.SpacePlane >= 10) { engine=`experimental scramjet engines in the atmosphere that can reach Mach 15`; engine2=` and liquid rocket engines in orbit that can reach an equivalent Mach 25`; } return `A prototype spaceplane ${b} rests in the hangar, its black fuselage gleaming. The craft is powered by ${engine}${engine2}. ${efficiency} ${shield} ${camera} ${camera2} ${drag} ${crew} ${skin}`; } function GunS() { - var a=`has been recommissioned for use by ${V.SF.Lower}. Currently, it `; var b=``; var c=``; var d=``; var e=`Miniguns and Gatling cannons line`; var f=`; var though the distance to ground targets renders the smaller calibers somewhat less useful`; var g=``; var h=``; var i=``; var j=``; var k=``; - if (S.GunS >= 2) b=`Infrared sensors have been added for the gunners to better pick targets.`; a=``; - if (S.GunS >= 3) c=`The underside of the aircraft has been better armored against small-arms fire`; h=`.`; + let a=`has been recommissioned for use by ${V.SF.Lower}. Currently, it `, b=``, c=``, d=``, e=`Miniguns and Gatling cannons line`, f=`, though the distance to ground targets renders the smaller calibers somewhat less useful`, g=``, h=``, i=``, j=``, k=``; + if (S.GunS >= 2) { b=`Infrared sensors have been added for the gunners to better pick targets.`; a=``; } + if (S.GunS >= 3) { c=`The underside of the aircraft has been better armored against small-arms fire`; h=`.`; } if (S.GunS >= 4) d=`Larger fuel tanks have been installed in the wings and fuselage, allowing the gunship to provide aerial support for longer periods before refueling.`; - if (S.GunS >= 5) e=`25 mm Gatling cannons`; f=`; allowing the gunship to eliminate infantry`; j=` and light vehicles from above`; k=` and a 40 mm autocannon are mounted on`; + if (S.GunS >= 5) { e=`25 mm Gatling cannons`; f=`; allowing the gunship to eliminate infantry`; j=` and light vehicles from above`; k=` and a 40 mm autocannon are mounted on`; } if (S.GunS >= 6) g=`The engines have been replaced, allowing both faster travel to a target, and slower travel around a target.`; if (S.GunS >= 7) h=`; and multi-spectrum countermeasures have been installed to protect against guided missiles.`; if (S.GunS >= 8) b=`Upgraded multi-spectrum sensors can clearly depict targets even with IR shielding.`; if (S.GunS >= 9) i=`The ammunition storage has been increased, only slightly depriving loaders of a place to sit.`; - if (S.GunS >= 10) j=`; both light and heavy vehicles, and most enemy cover from above`; k=`; a 40 mm autocannon, and a 105 mm howitzer are mounted on`; + if (S.GunS >= 10) { j=`; both light and heavy vehicles, and most enemy cover from above`; k=`; a 40 mm autocannon, and a 105 mm howitzer are mounted on`; } return `A large gunship ${a} is being refueled in the hangar. ${e}${k} the port side of the fuselage${f}${j}. ${b} ${i} ${g} ${c}${h} ${d}`; } function Sat() { - var loc=`An unused science satellite has been purchased from an Old World nation. While currently useless, it holds potential to be a powerful tool.`; var gyro=``; var telemetry=``; var thrusters=``; var solar=``; var surviv=``; var laser=``; var heat=``; var reactor=``; var lens=``; var kin=``; + let loc=`An unused science satellite has been purchased from an Old World nation. While currently useless, it holds potential to be a powerful tool.`, gyro=``, telemetry=``, thrusters=``, solar=``, surviv=``, laser=``, heat=``, reactor=``, lens=``, kin=``; if (S.Satellite.lv >= 2) { if (V.SF.Squad.Satellite.InOrbit < 1) {loc=`The satellite is being worked on in the Launch Bay.`;} else {loc=`The satellite is in geosynchronous orbit, far above the arcology.`;} gyro=`A suite of sensors have been installed to ensure the satellite can detect attitude and orbital altitude.`;} if (S.Satellite.lv >= 3) telemetry=`Telemetry systems have been installed to communicate with the satellite in orbit, with strong encryption measures.`; if (S.Satellite.lv >= 4) thrusters=`Thrusters have been installed to control satellite attitude and orbit.`; - if (S.Satellite.lv >= 5) solar=`A massive folding solar panel array, combined with the latest in battery technology allow the satellite to store an enormous amount of energy relatively quickly.`; surviv=`Enough of the satellite has been finished that it can expect to survive for a significant period of time in space.`; + if (S.Satellite.lv >= 5) { solar=`A massive folding solar panel array, combined with the latest in battery technology allow the satellite to store an enormous amount of energy relatively quickly.`; surviv=`Enough of the satellite has been finished that it can expect to survive for a significant period of time in space.`; } if (S.Satellite.lv >= 6) laser=`A laser cannon has been mounted facing the earth, capable of cutting through steel in seconds`; heat=` while generating a large amount of heat.`; if (S.Satellite.lv >= 7) heat=`. The installed heatsink allows the laser cannon to fire more frequently without damaging the satellite.`; if (S.Satellite.lv >= 8) reactor=`A small, efficient nuclear reactor has been installed to continue generating energy while in the Earth's shadow.`; @@ -747,22 +748,22 @@ window.FlavourText = function() { } function GR() { - var loc=`has been purchased from a crumbling Old World nation. It`; var power=`Large batteries mounted in oversized shoulders power the robot for up to ten minutes of use, though they make for large targets.`; var knife=`simply a 8.5 meter long knife, though additional weapons are under development.`; var armor=``; var actuator=``; var cannon=``; var heatsink=``; var ammo=``; var missile=``; - if (S.GiantRobot >= 2) loc=``; armor=`Armor plating has been mounted over the majority of the robot.`; + let loc=`has been purchased from a crumbling Old World nation. It`, power=`Large batteries mounted in oversized shoulders power the robot for up to ten minutes of use, though they make for large targets.`, knife=`simply a 8.5 meter long knife, though additional weapons are under development.`, armor=``, actuator=``, cannon=``, heatsink=``, ammo=``, missile=``; + if (S.GiantRobot >= 2) { loc=``; armor=`Armor plating has been mounted over the majority of the robot.`; } if (S.GiantRobot >= 3) power=`The robot is now powered by an umbilical cable system instead of bulky and short-lived batteries.`; if (S.GiantRobot >= 4) knife=`a 25 meter plasma sword. The cutting edge uses plasma to melt and cut through targets, reducing the strain on the sword.`; - if (S.GiantRobot >= 5) actuator=`The limb actuators have been replaced with a faster and more powerful variant, granting the robot the same.`; - if (S.GiantRobot >= 6) cannon=`A custom 45 mm Gatling cannon rifle has been developed for ranged use`; ammo=`; though it lacks enough ammo storage for a main weapon.`; + if (S.GiantRobot >= 5) actuator=`The limb actuators have been replaced with a faster and more powerful letiant, granting the robot the same.`; + if (S.GiantRobot >= 6) { cannon=`A custom 45 mm Gatling cannon rifle has been developed for ranged use`; ammo=`; though it lacks enough ammo storage for a main weapon.`; } if (S.GiantRobot >= 7) heatsink=`Large heatsinks have been installed out of the back to solve a massive overheating problem. These heatsinks resemble wings, and tend to glow red with heat when in heavy use.`; - if (S.GiantRobot >= 8) armor=``; actuator=`Final actuator tweaks have allowed for the addition of exceptionally thick armor without any loss in speed or power.`; + if (S.GiantRobot >= 8) { armor=``; actuator=`Final actuator tweaks have allowed for the addition of exceptionally thick armor without any loss in speed or power.`; } if (S.GiantRobot >= 9) ammo=`; with spare ammunition drums kept along the robot's waist.`; if (S.GiantRobot >= 10) missile=`Missile pods have been mounted on the shoulders.`; return `A prototype giant robot ${loc} rests in a gantry along the side of the arcology. The robot is as tall as a medium-sized office building, focusing on speed over other factors. ${power} ${armor} ${actuator} ${heatsink} The main armament is ${knife} ${cannon}${ammo} ${missile}`; } function ms() { - var a=`A cruise missile launch site has been constructed near the base of`; var b=`outdated, something quickly rigged together to give the launch site something to fire in the case of an attack`; var c=``; var d=``; var e=``; var f=``; var g=``; var h=``; - if (S.MissileSilo >= 2) b=`a modern missile`; c=`; tipped with a conventional warhead`; + let a=`A cruise missile launch site has been constructed near the base of`, b=`outdated, something quickly rigged together to give the launch site something to fire in the case of an attack`, c=``, d=``, e=``, f=``, g=``, h=``; + if (S.MissileSilo >= 2) { b=`a modern missile`; c=`; tipped with a conventional warhead`; } if (S.MissileSilo >= 3) d=`The launch systems have been overhauled, allowing a launch within seconds of an attack order being given.`; if (S.MissileSilo >= 4) e=`The missile engines have been tweaked, giving them a greater range.`; if (S.MissileSilo >= 5) f=`A passive radar has been installed, allowing the missile to follow moving targets.`; @@ -775,10 +776,10 @@ window.FlavourText = function() { } function AC() { - var recom=`has been recommissioned from the Old World for ${V.SF.Lower}. It`; var jets=`Formerly mothballed strike jets`; var loc=``; var radar=``; var AA=``; var prop=``; var torp=``; var armor=``; var power=``; var scramble=``; + let recom=`has been recommissioned from the Old World for ${V.SF.Lower}. It`, jets=`Formerly mothballed strike jets`, loc=``, radar=``, AAG=``, prop=``, torp=``, armor=``, power=``, scramble=``; if (V.week % 6 === 0) { loc=`moored to the pier in the Naval Yard`; } else { loc=`patrolling the waters near $arcologies[0].name`; } - if (S.AircraftCarrier >= 2) radar=`The island's radar and comms have been improved.`; recom=``; - if (S.AircraftCarrier >= 3) AA=`The antiair guns have been updated to automatically track and predict enemy aircraft movement.`; + if (S.AircraftCarrier >= 2) { radar=`The island's radar and comms have been improved.`; recom=``; } + if (S.AircraftCarrier >= 3) AAG=`The antiair guns have been updated to automatically track and predict enemy aircraft movement.`; if (S.AircraftCarrier >= 4) jets=`Modern strike jets with state-of-the-art armaments`; if (S.AircraftCarrier >= 5) prop=`The propellers have been redesigned, granting greater speed with less noise.`; if (S.AircraftCarrier >= 6) torp=`An anti-torpedo system detects and destroys incoming torpedoes.`; @@ -786,16 +787,16 @@ window.FlavourText = function() { if (S.AircraftCarrier >= 8) power=`The power plant has been converted to provide nuclear power.`; if (S.AircraftCarrier >= 9) scramble=`The catapult has been converted to an electromagnetic launch system, halving the time it takes to scramble jets.`; if (S.AircraftCarrier >= 10) jets=`Attack VTOL from the converted for carrier capability`; - return `An aircraft carrier ${recom} is ${loc}. ${jets} serve as its airpower. ${scramble} ${power} ${radar} ${AA} ${torp} ${prop} ${armor}`; + return `An aircraft carrier ${recom} is ${loc}. ${jets} serve as its airpower. ${scramble} ${power} ${radar} ${AAG} ${torp} ${prop} ${armor}`; } function Sub() { - var recom=`has been recommissioned from the old world, and`; var reactor=`Because diesel engines provide power and breathing oxygen is kept in pressurized canisters, the sub must frequently surface.`; var reactor1=``; var cal=``; var hull=``; var tubes=``; var torpedoes=``; var sonar=``; var control=``; var missiles=``; - if (S.Sub >= 2) recom=``; reactor=`A nuclear reactor provides power`; reactor1=`; but because oxygen is still kept in pressurized canisters the sub must frequently surface to replenish its oxygen stocks.`; + let recom=`has been recommissioned from the old world, and`, reactor=`Because diesel engines provide power and breathing oxygen is kept in pressurized canisters, the sub must frequently surface.`, reactor1=``, cal=``, hull=``, tubes=``, torpedoes=``, sonar=``, control=``, missiles=``; + if (S.Sub >= 2) { recom=``; reactor=`A nuclear reactor provides power`; reactor1=`; but because oxygen is still kept in pressurized canisters the sub must frequently surface to replenish its oxygen stocks.`; } if (S.Sub >= 3) reactor1=` and an oxygen generator pulls Oâ‚‚ from the surrounding seawater, allowing the submarine to remain underwater for months if necessary.`; if (S.Sub >= 4) cal=`Calibration of the propulsion systems has reduced the telltale hum of a moving sub to a whisper.`; if (S.Sub >= 5) hull=`The outer hull has been redesigned for hydrodynamics and sonar absorption.`; - if (S.Sub >= 6) tubes=`The torpedo tubes have been redesigned for faster loading speeds`; torpedoes=`.`; + if (S.Sub >= 6) { tubes=`The torpedo tubes have been redesigned for faster loading speeds`; torpedoes=`.`; } if (S.Sub >= 7) sonar=`The passive sonar has been finely tuned to detect mechanical noises miles away.`; if (S.Sub >= 8) control=`The control room computers have been upgraded to automate many conn duties.`; if (S.Sub >= 9) torpedoes=`and launch more agile torpedoes.`; @@ -804,12 +805,12 @@ window.FlavourText = function() { } function HAT() { - var recom=`; has been recommissioned for use by ${V.SF.Lower}. It`; var tons=`200`; var skirt=``; var guns=``; var guns2=``; var fans=``; var speed=``; var turbines=``; var armor=``; var ramps=``; var HATframe=``; var loadout=``; - if (S.HAT >= 2) skirt=`The skirt has been upgraded to increase durability and improve cushion when traveling over uneven terrain and waves.`; recom=`;`; - if (S.HAT >= 3) guns=`A minigun`; guns2=`has been mounted on the front corners of the craft to defend against attackers.`; - if (S.HAT >= 4) fans=`The turbines powering the rear fans`; speed=`acceleration and speed.`; turbines=`have been replaced with a more powerful version, allowing greater`; + let recom=`; has been recommissioned for use by ${V.SF.Lower}. It`, tons=`200`, skirt=``, guns=``, guns2=``, fans=``, speed=``, turbines=``, armor=``, ramps=``, HATframe=``, loadout=``; + if (S.HAT >= 2) { skirt=`The skirt has been upgraded to increase durability and improve cushion when traveling over uneven terrain and waves.`; recom=`;`; } + if (S.HAT >= 3) { guns=`A minigun`; guns2=`has been mounted on the front corners of the craft to defend against attackers.`; } + if (S.HAT >= 4) { fans=`The turbines powering the rear fans`; speed=`acceleration and speed.`; turbines=`have been replaced with a more powerful version, allowing greater`; } if (S.HAT >= 5) armor=`The armor protecting its cargo has been increased.`; - if (S.HAT >= 6) tons=`300`; fans=`The turbines powering the rear fans and impeller`; speed=`acceleration, speed, and carrying capacity.`; + if (S.HAT >= 6) { tons=`300`; fans=`The turbines powering the rear fans and impeller`; speed=`acceleration, speed, and carrying capacity.`; } if (S.HAT >= 7) guns=`A minigun and grenade launcher`; if (S.HAT >= 8) ramps=`The loading ramps have been improved, allowing for faster unloading.`; if (S.HAT >= 9) HATframe=`The frame has been widened and reinforced, allowing for more space on the deck.`; @@ -817,8 +818,7 @@ window.FlavourText = function() { return `An air cushion transport vehicle, or hovercraft${recom} is parked on the pier of the Naval Yard, ready to ferry ${tons} tons of soldiers and vehicles. ${guns} ${guns2} ${fans} ${turbines} ${speed} ${skirt} ${armor} ${ramps} ${HATframe} ${loadout}`; } - var r=``; - V.nextButton=" "; r += `<br>`; + let r = `<br>`; r +=`You continue towards the common area, the soldiers you pass, nod respectfully, salute, or bow slightly, as they please. You pass the briefing areas, the officers and sergeants of the force are conferring over planning tables and display screens regarding their upcoming deployments.`; r += `<br><br><div style="margin-left:2em">The commanders are `; if (V.SF.Target === "recruit") { r += `viewing lists of potential recruits for ${V.SF.Lower}. Mainly mercenaries and Old World soldiers who might be receptive to an offer of employment and residence within the arcology, in addition to some citizens of the arcology who wish to have some excitement in their lives.`; diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js index 5066089d4d7e842b53c5ab04d3327afee1dbd196..77f8f61dd643029e0341609731a1cc5e3178e51b 100644 --- a/src/js/walkPastJS.js +++ b/src/js/walkPastJS.js @@ -50,6 +50,1178 @@ window.rivalSlave = function(activeSlave, seed) { return t; }; +window.loverSlave = function(activeSlave) { + + /* will be moved up once this becomes a single, contained function. */ + var _target = ""; + var t = ""; + var V = State.variables; + var race; + if (V.seeRace === 1) { race = activeSlave.race; } else { race = ""; } + var name = activeSlave.slaveName; + const pronouns = getPronouns(activeSlave); + const he = pronouns.pronoun, him = pronouns.object, his = pronouns.possessive, hers = pronouns.possessivePronoun, himself = pronouns.objectReflexive, boy = pronouns.noun; + const He = capFirstChar(he), His = capFirstChar(his); + + var _partnerSlave = getSlave(activeSlave.relationshipTarget); + var _fuckSeed = jsRandom(1,100); + var _seed = jsRandom(1,100); + var _fuckSpot; + + if (_partnerSlave != undefined) { + + var pronouns2 = getPronouns(_partnerSlave); + var he2 = pronouns2.pronoun, him2 = pronouns2.object, his2 = pronouns2.possessive, hers2 = pronouns2.possessivePronoun, himself2 = pronouns2.objectReflexive, boy2 = pronouns2.noun; + var He2 = capFirstChar(he2), His2 = capFirstChar(his2); + var race2; + if (V.seeRace === 1) { race2 = _partnerSlave.race; } else { race2 = ""; } + var partnerName = _partnerSlave.slaveName; + var activeSlaveRel; + if (activeSlave.relationship <= 3) { + activeSlaveRel = "friend with benefits"; + } else if (activeSlave.relationship <= 4) { + activeSlaveRel = "lover"; + } else { + activeSlaveRel = "slave wife"; + } + + t += `${name} and ${partnerName} are `; + if (!isSlaveAvailable(_partnerSlave)) { + if (_partnerSlave.assignment === "work in the dairy" && V.DairyRestraintsSetting >= 2) { + t += `trying their best to maintain their relationship with ${partnerName} being part of ${V.dairyName}.`; + } else if (_partnerSlave.assignment === "be your agent") { + t += `catching up with each other over a video call. Running an arcology in your stead comes with its perks.`; + } else if (_partnerSlave.assignment === "be confined in the arcade") { + t += `trying their best to maintain their relationship with ${partnerName} being nothing more than a hole in ${V.arcadeName}.`; + } + } else if (_seed >= 66) { /* SEXY TIMES */ + + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + _fuckSpot = `in ${partnerName}'s suite`; + } else if (activeSlave.livingRules === "luxurious") { + _fuckSpot = `in the nice little room they share`; + } else { + _fuckSpot = `out in the open in the slave dormitory`; + } + + if ((activeSlave.fetish === "dom" || activeSlave.fetish === "sadist") && canPenetrate(activeSlave) && (_partnerSlave.fetish === "dom" || _partnerSlave.fetish === "sadist") && canPenetrate(_partnerSlave)) { + t += `double penetrating another slave. They're face to face over their sub's shoulders, `; + if (canSee(activeSlave) && canSee(_partnerSlave)) { + t += `looking into each other's eyes `; + } else { + t += `locking lips `; + } + t += `with every appearance of enjoyment and love, since for them rubbing dicks inside another slave's pussy is what constitutes healthy sexual activity. ${partnerName} is on the bottom, and holds their victim atop ${him2} with ${partnerName}'s cock already hilted in her cunt so ${name} can force ${himself} inside as well. They enjoy the overstimulated girl's struggles.`; + } else if (activeSlave.energy > 95) { + t += `having loud sex ${_fuckSpot}. ${name} is such a sexual addict that ${he} wants it all the time, and ${partnerName} does ${his2} best to help ${his} ${activeSlaveRel} get off. `; + if (canPenetrate(activeSlave) && _fuckSeed > 50) { + if (canDoVaginal(_partnerSlave)) { + if (_partnerSlave.vagina === 0 && _partnerSlave.amp !== 1) { + t += `${name} has ${his} cock between ${partnerName}'s legs and is enjoying an enthusiastic thigh job.`; + } else if (_partnerSlave.vagina === 0) { + t += `${name} has ${his} cock between ${partnerName}'s labia and is enthusiastically teasing ${his} virgin lover.`; + } else if (_fuckSeed > 90 && _partnerSlave.amp !== 1) { + t += `${name} has ${partnerName} on ${his2} knees and is enthusiastically fucking ${his2} pussy doggy style.`; + } else if (_fuckSeed > 80 && activeSlave.amp !== 1) { + t += `${name} has ${partnerName} pushed against the wall is is fucking ${his2} pussy from behind.`; + } else if (_fuckSeed > 70) { + t += `${partnerName} has ${name} on ${his2} back and is enthusiastically bouncing on ${his2} dick.`; + } else if (_fuckSeed > 60) { + t += `${name} has ${partnerName} on ${his2} back and is enthusiastically fucking ${his2} pussy in the missionary position.`; + } else { + t += `${name} is enthusiastically fucking ${partnerName}'s pussy.`; + } + } else if (canDoAnal(_partnerSlave)) { + if (_partnerSlave.anus === 0) { + t += `${name} has ${his} cock sandwiched between ${partnerName}'s buttcheeks and is enthusiastically hotdogging ${his2} rear.`; + } else if (_fuckSeed > 90 && _partnerSlave.amp !== 1) { + t += `${name} has ${partnerName} on ${his2} knees and is enthusiastically fucking ${his2} ass doggy style.`; + } else if (_fuckSeed > 80 && activeSlave.amp !== 1) { + t += `${name} has ${partnerName} pushed against the wall is is fucking ${his2} ass from behind.`; + } else if (_fuckSeed > 70) { + t += `${partnerName} has ${name} on ${his} back and is enthusiastically bouncing on ${his} dick.`; + } else if (_fuckSeed > 60) { + t += `${name} has ${partnerName} on ${his2} stomach and is enthusiastically fucking ${his2} ass.`; + } else { + t += `${name} is enthusiastically fucking ${partnerName}'s ass.`; + } + } else if (_partnerSlave.boobs > 800) { + t += `${name} has ${partnerName} on ${his2} back and is enthusiastically fucking ${his2} tits.`; + } else { + t += `${name} has ${partnerName}'s face to ${his} crotch and is enthusiastically pounding ${his2} throat.`; + } + } else if (activeSlave.dick > 0 && _fuckSeed > 50) { + t += `${partnerName} has ${his2} lips wrapped around ${name}'s dick and is enthusiastically giving ${him} a blowjob.`; + } else if (canDoVaginal(activeSlave) && _fuckSeed > 30) { + if (canPenetrate(_partnerSlave) && activeSlave.vagina > 0) { + t += `${partnerName} is enthusiastically fucking ${name}'s pussy.`; + } else if (canDoVaginal(_partnerSlave)) { + t += `They're scissoring enthusiastically and playing with each other's breasts.`; + } else { + t += `${partnerName} is enthusiastically eating out ${name}'s pussy.`; + } + } else if (canDoAnal(activeSlave) && activeSlave.anus > 0 && _fuckSeed > 10) { + if (canPenetrate(_partnerSlave)) { + t += `${partnerName} is enthusiastically fucking ${name}'s ass.`; + } else if (_partnerSlave.amp != 1) { + t += `${partnerName} is enthusiastically fisting ${name}'s ass.`; + } else { + t += `${partnerName} is enthusiastically pounding ${name}'s ass with a dildo.`; + } + } else { + t += `${partnerName} is enthusiastically using ${his2} tongue to bring ${name} to orgasm.`; + } + } else if (activeSlave.fetishStrength > 60 && activeSlave.fetishKnown === 1 && activeSlave.fetish !== "none") { + switch (activeSlave.fetish) { + case "boobs": + if (_fuckSeed > 60 && (activeSlave.lactation > 0 || _partnerSlave.lactation > 0)) { + t += `snuggling rather sexually ${_fuckSpot}. `; + if (_fuckSeed > 80 && _partnerSlave.lactation > 0) { + t += `${name} loves how milky ${partnerName}'s tits are and has ${his} lips wrapped around a nipple. `; + if (_partnerSlave.amp !== 1) { + t += `${partnerName} is left to moan lustfully and tweak ${his2} free nipple until ${his2} ${activeSlaveRel} has drinken ${his} fill.`; + } else { + t += `${partnerName} is left to moan lustfully and squirm with desire until ${his2} ${activeSlaveRel} has drinken ${his} fill and moves to ${his2} other nipple.`; + } + } else { + t += `${name} loves having ${his} breasts suckled and has ${partnerName}'s lips wrapped around a nipple. `; + if (activeSlave.amp != 1) { + t += `${partnerName} is held close until ${his2} ${activeSlaveRel} has been completely emptied.`; + } else { + t += `${partnerName} knows that ${his2} ${activeSlaveRel} can't milk ${himself} and appreciates the act.`; + } + } + } else if (_fuckSeed > 30 && ((canPenetrate(activeSlave) && _partnerSlave.nipples === "fuckable") || (canPenetrate(_partnerSlave) && activeSlave.nipples === "fuckable"))) { + t += `having loud sex ${_fuckSpot}. ${name} loves `; + if (_fuckSeed > 45 && (canPenetrate(activeSlave) && _partnerSlave.nipples === "fuckable")) { + t += `taking advantage of ${partnerName}'s fuckable tits. The motion running through ${partnerName}'s breasts as ${he} humps is hypnotic.`; + } else { + t += `how well ${partnerName}'s cock feels in ${his} fuckable tits . The motion running through ${name}'s breasts as ${his} ${activeSlaveRel} fucks ${him} is hypnotic.`; + } + } else { + t += `snuggling rather sexually ${_fuckSpot}. ${name} loves having `; + if (activeSlave.boobs >= _partnerSlave.boobs) { + t += `${his} breasts touched and massaged, so ${partnerName} looks after ${his2} ${activeSlaveRel}'s tits. `; + if (_partnerSlave.amp === 1) { + t += `Since ${partnerName} is an amputee, ${name} has ${him2} propped on ${his} belly so ${he} can easily suckle and nuzzle.`; + } else { + t += `They're spooning in bed with ${partnerName} forming the large spoon so ${he2} can reach around and play with ${name}'s boobs.`; + } + } else { + t += `a nice pair of breasts to enjoy, so ${he} focuses ${his} attention on ${partnerName}'s larger busom. `; + if (activeSlave.amp === 1) { + t += `Since ${name} is an amputee, ${partnerName} has ${him} propped on ${his2} belly so ${he} can make ${himself} comfortable in ${his2} bust.`; + } else if (_partnerSlave.amp !== 1) { + t += `They're spooning in bed with ${partnerName} forming the large spoon so ${he2} can reach around and play with ${name}'s boobs.`; + } else { + t += `Since they are both limbless, they've helped each other into a position where each can easily suckle and nuzzle the other's boobs.`; + } + } + } + break; + case "buttslut": + t += `having loud buttsex ${_fuckSpot}. ${name} is such an anal addict that ${he} wants it all the time, and ${partnerName} does ${his2} best to keep ${his2} ${activeSlaveRel} satisfied. `; + if (activeSlave.anus > 0 && canDoAnal(activeSlave)) { + t += `${name} is `; + if (activeSlave.amp !== 1) { + t += `down on ${his} knees in front of ${partnerName}, taking `; + } else { + t += `ass up in front of ${partnerName}, taking `; + } + if (canPenetrate(_partnerSlave)) { + t += `${his2} cock up the butt. `; + if (activeSlave.anus > 1) { + if (_partnerSlave.dick > 4) { + t += `${name} is clearly enjoying getting buttfucked by a cock big enough to make ${him} feel tight again.`; + } else if (_partnerSlave.dick > 2) { + t += `${name}'s loose ass takes ${partnerName}'s cock easily.`; + } else { + t += `${name} can barely tell ${partnerName}'s little dick is even there, but it's the thought that counts.`; + } + } else { + if (_partnerSlave.dick > 4) { + t += `${name} is panting and writhing with the pain of taking ${his} ${activeSlaveRel}'s massive dick. ${partnerName} is doing ${his2} best to be gentle.`; + } else if (_partnerSlave.dick > 2) { + t += `${name} is writhing with the mixed pain and pleasure of having ${his} tight ass stretched by ${his} ${activeSlaveRel}'s nice cock.`; + } else { + t += `${name}'s tight anus and ${partnerName}'s little dick work well together; ${name} can take it easily, and ${partnerName} gets to fuck a hole that's tight, even for ${him2}.`; + } + } + } else if (_partnerSlave.dick > 1) { + if (_partnerSlave.amp === 1) { + t += `a rimjob, since ${his} ${activeSlaveRel} is armless and `; + } else { + t += `a finger fuck, since ${his} ${activeSlaveRel} is `; + } + if (_partnerSlave.dick > 6) { + t += `too big to fit.`; + } else { + t += `impotent.`; + } + if (_partnerSlave.amp !== 1) { + if (activeSlave.anus > 2) { + t += ` Or rather, a fist fuck, since that's what it takes to satisfy ${his2} ${activeSlaveRel}'s gaping hole.`; + } else if (activeSlave.anus > 1) { + t += ` ${partnerName} is using three fingers to stretch ${his2} ${activeSlaveRel}'s asshole.`; + } else { + t += ` ${partnerName} is using two fingers to gently fuck ${his2} ${activeSlaveRel}'s tight anus.`; + } + } + } else if (_partnerSlave.clit > 3) { + t += `${his2} clit up the butt. `; + if (activeSlave.anus > 1) { + t += `${name} can barely tell ${partnerName}'s unorthodox phalus is in there, but it's the thought that counts.`; + } else { + t += `${name}'s tight anus and ${partnerName}'s clitdick work well together; ${name} can take it easily, and ${partnerName} gets to fuck a hole that hugs ${his2} sensitive rod tight.`; + } + } else { + t += `a strap-on up the butt, doggy style. ${partnerName} is using a `; + if (activeSlave.anus > 2) { + t += `massive fake phallus to satisfy ${his} ${activeSlaveRel}'s gaping hole.`; + } else if ($activeSlave.anus > 1) { + t += `decent-sized fake phallus to stretch ${his} ${activeSlaveRel}'s asshole.`; + } else { + t += `small fake phallus to gently fuck ${his} ${activeSlaveRel}'s tight anus.`; + } + } + } else if (canDoAnal(activeSlave)) { + t += `Since ${name} is an anal virgin, ${partnerName} is rimming ${his2} ${activeSlaveRel}, who is clearly enjoying ${himself}.`; + } else { + t += `Since ${name}'s butthole is off-limits, ${partnerName} is simply toying with the overstimulated ${boy}'s rear.`; + } + break; + case "cumslut": + t += `sharing oral pleasure ${_fuckSpot}. ${name} is such an oral addict that ${he} wants it all the time, and ${partnerName} certainly doesn't mind all the loving oral attention. `; + if (((!["chastity", "combined chastity"].includes(activeSlave.dickAccessory) && activeSlave.dick > 0) || canDoVaginal(activeSlave)) && ((!["chastity", "combined chastity"].includes(_partnerSlave.dickAccessory) && _partnerSlave.dick > 0) || canDoVaginal(_partnerSlave))) { + t += `They're lying down to 69 comfortably, `; + if (!["chastity", "combined chastity"].includes(_partnerSlave.dickAccessory) && _partnerSlave.dick > 0) { + if (canPenetrate(_partnerSlave)) { + t += `with ${name} hungrily sucking ${his} ${activeSlaveRel}'s turgid cock.`; + } else if (_partnerSlave.dick > 7 && activeSlave.amp !== 1) { + t += `with ${name} hungrily sucking ${his} ${activeSlaveRel}'s fat cock. ${He} is milking the oversized beast as best ${he} can in an effort to draw out a nice, big load of ${his2} cum.`; + } else if (_partnerSlave.anus > 0 && canDoAnal(_partnerSlave) && _partnerSlave.prostate > 0 && activeSlave.amp !== 1) { + t += `with ${name} hungrily sucking ${his} ${activeSlaveRel}'s limp cock. ${He} has a finger up poor impotent ${partnerName}'s butt to stimulate ${his2} prostate so ${he2} can cum for ${him}.`; + } else if (_partnerSlave.scrotum > 0 && activeSlave.amp !== 1) { + t += `with ${name} hungrily sucking ${his} ${activeSlaveRel}'s limp cock. ${He} is massaging ${his2} balls so ${he2} can cum for ${him}.`; + } else if (activeSlave.amp !== 1) { + t += `with ${name} hungrily sucking ${his} ${activeSlaveRel}'s limp cock. ${He} has a finger massaging poor impotent ${partnerName}'s perineum in the hope of stimulating ${him2} so ${he2} can cum for ${him}.`; + } else { + t += `with ${name} hungrily sucking ${his} ${activeSlaveRel}'s limp cock in the hopes ${he} can coax something out.`; + } + } else if (_partnerSlave.balls > 0) { + t += `with ${name} hungrily sucking the little hole on ${his} ${activeSlaveRel}'s crotch that ${he2} squirts cum from.`; + } else { + t += `and ${name} is sating ${his} oral fixation for the moment by eagerly polishing ${his} ${activeSlaveRel}'s pearl.`; + } + } else if ((!["chastity", "combined chastity"].includes(_partnerSlave.dickAccessory) && _partnerSlave.dick > 0) || canDoVaginal(_partnerSlave)) { + t += `${name} has ${his} face to ${partnerName}'s crotch and is `; + if (!["chastity", "combined chastity"].includes(_partnerSlave.dickAccessory) && _partnerSlave.dick > 0) { + if (canPenetrate(_partnerSlave)) { + t += `hungrily sucking ${his} ${activeSlaveRel}'s turgid cock.`; + } else if (_partnerSlave.dick > 7 && activeSlave.amp !== 1) { + t += `hungrily sucking ${his} ${activeSlaveRel}'s fat cock. ${He} is milking the oversized beast as best ${he} can in an effort to draw out a nice, big load of ${his2} cum.`; + } else if (_partnerSlave.anus > 0 && canDoAnal(_partnerSlave) && _partnerSlave.prostate > 0 && activeSlave.amp !== 1) { + t += `hungrily sucking ${his} ${activeSlaveRel}'s limp cock. ${He} has a finger up poor impotent ${partnerName}'s butt to stimulate ${his2} prostate so ${he2} can cum for ${him}.`; + } else if (_partnerSlave.scrotum > 0 && activeSlave.amp !== 1) { + t += `hungrily sucking ${his} ${activeSlaveRel}'s limp cock. ${He} is massaging ${his2} balls so ${he2} can cum for ${him}.`; + } else if (activeSlave.amp !== 1) { + t += `hungrily sucking ${his} ${activeSlaveRel}'s limp cock. ${He} has a finger massaging poor impotent ${partnerName}'s perineum in the hope of stimulating ${him2} so ${he2} can cum for ${him}.`; + } else { + t += `hungrily sucking ${his} ${activeSlaveRel}'s limp cock in the hopes ${he} can coax something out.`; + } + } else if (_partnerSlave.balls > 0) { + t += `hungrily sucking the little hole on ${his} ${activeSlaveRel}'s crotch that ${he2} squirts cum from.`; + } else { + t += `is sating ${his} oral fixation for the moment by eagerly polishing ${his} ${activeSlaveRel}'s pearl.`; + } + } else if ( _partnerSlave.balls > 0) { + t += `${name} is eagerly lapping up ${his} ${activeSlaveRel}'s most recent load of cum.`; + } else if ( activeSlave.balls > 0) { + t += `${name} is locking lips with ${his} ${activeSlaveRel} after ${he2} just finished licking up all ${his} cum to share it with ${him}.`; + } else { + t += `They have locked lips and are enthusiastically making out.`; + } + break; + case "submissive": + t += `wrestling ${_fuckSpot}. ${name} is such a submissive that ${he} wants to be forced to sexual gratify ${partnerName} all the time, so ${he2} does ${his2} best to give ${his2} ${activeSlaveRel} the constant domination ${he} loves. `; + if (canPenetrate(_partnerSlave) && _fuckSeed > 50) { + if (canDoVaginal(activeSlave)) { + if (activeSlave.vagina === 0) { + t += `${partnerName} is rubbing the length of ${his2} erection along ${name}'s virgin pussy and forcing ${him} to reveal just how bad ${he} wants it.`; + } else if (_fuckSeed > 90 && activeSlave.amp !== 1) { + t += `${partnerName} has ${name} on ${his} knees and is forcibly fucking ${his} pussy doggy style while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } else if (_fuckSeed > 80 && activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `${partnerName} has ${name} pushed against the wall and is fucking ${his} pussy from behind while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } else if (_fuckSeed > 70) { + t += `${partnerName} is on ${his2} back and forcing ${name} to ride ${his2} dick while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } else if (_fuckSeed > 60 && activeSlave.belly < 500) { + t += `${partnerName} has ${name} on ${his} back and trapped in a mating press, right where a bitch of a ${activeSlaveRel} belongs.`; + } else { + t += `${partnerName} is forcing ${himself2} into ${name}'s pussy while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } + } else if (canDoAnal(activeSlave)) { + if (activeSlave.anus === 0) { + t += `${partnerName} is circling the tip of ${his2} erection around ${name}'s virgin butthole and forcing ${him} to reveal just how bad ${he} wants it.`; + } else if (_fuckSeed > 90 && activeSlave.amp !== 1) { + t += `${partnerName} has ${name} on ${his} knees and is forcibly fucking ${his} ass doggy style while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } else if (_fuckSeed > 80 && activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `${partnerName} has ${name} pushed against the wall and is fucking ${his} ass from behind while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } else if (_fuckSeed > 70) { + t += `${partnerName} is on ${his2} back and forcing ${name} to ride ${his2} dick anally while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } else if (_fuckSeed > 60) { + t += `${partnerName} has ${name} pushed face first into the ground has ${him} trapped beneath ${his2} weight while ${he2} fucks ${his2} ass.`; + } else { + t += `${partnerName} is forcing ${himself2} into ${name}'s ass while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } + } else if (activeSlave.boobs > 800) { + t += `${partnerName} has ${name} on ${his} back and is forcibly fucking ${his} tits.`; + } else { + t += `${partnerName} has ${name}'s face to ${his2} crotch and is forcibly pounding ${his} throat.`; + } + } else if (_partnerSlave.dick > 0 && _fuckSeed > 50) { + t += `${name} has ${his} lips wrapped around ${partnerName}'s dick and is taking a deepthroating from ${him2}.`; + } else if (canDoVaginal(_partnerSlave) && _fuckSeed > 30) { + if (canPenetrate(activeSlave)) { + if (_partnerSlave.vagina === 0 && _partnerSlave.amp !== 1) { + t += `${partnerName} has a foot on ${name}'s turgid cock and is slowly and methodically keeping ${him} just short of release while ${he} begs for ${him2} to continue.`; + } else if (_partnerSlave.vagina === 0) { + t += `${partnerName} is rubbing ${his2} virgin pussy along the length of ${name}'s erection and is forcing ${him} to reveal just how badly ${he} wants to stick it in ${him2}. Of course, that's not going to happen and ${name} knows it.`; + } else if (_fuckSeed > 45 && activeSlave.amp !== 1) { + t += `${partnerName} is forcing ${name} to hold ${him2} aloft as ${he2} gets fucked by ${his2} bitch of a ${activeSlaveRel}.`; + } else if (_fuckSeed > 40 && activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `${partnerName} has ${name} pinned against the wall and is taking ${his} dick in ${his2} pussy by force.`; + } else if (_fuckSeed > 35) { + t += `${partnerName} has ${name} on ${his} back and is riding ${his} dick while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } else { + t += `${partnerName} has ${name} on ${his} back and is forcibly taking ${his} dick in reverse missionary while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } + } else if (canDoVaginal(activeSlave)) { + t += `${partnerName} is scissoring ${name} while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } else { + t += `${partnerName} is eating out ${name}'s pussy while ${he2} rains loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } + } else if (canDoAnal(_partnerSlave) && _fuckSeed > 10) { + if (canPenetrate(activeSlave)) { + if (_partnerSlave.anus === 0 && _partnerSlave.amp !== 1) { + t += `${partnerName} has a foot on ${name}'s turgid cock and is slowly and methodically keeping ${him} just short of release while ${he} begs for ${him2} to continue.`; + } else if (_partnerSlave.vagina === 0) { + t += `${partnerName} is rubbing ${his2} virgin butthole around the tip of ${name}'s erection and is forcing ${him} to reveal just how badly ${he} wants to stick it in ${him2}. Of course, that's not going to happen and ${name} knows it.`; + } else if (_fuckSeed > 20 && activeSlave.amp !== 1) { + t += `${partnerName} is forcing ${name} to hold ${him2} aloft as ${he2} gets anally fucked by ${his2} bitch of a ${activeSlaveRel}.`; + } else if (_fuckSeed > 10 && activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `${partnerName} has ${name} pinned against the wall behind ${him2} and is anally taking ${his} dick by force.`; + } else { + t += `${partnerName} has ${name} on ${his} back and is anally riding ${his} dick while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } + } else if (_partnerSlave.amp !== 1) { + t += `${partnerName} is fisting ${name}'s ass while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } else { + t += `${partnerName} is pounding ${name}'s ass with a dildo while raining loving insults down on ${his2} bitch of a ${activeSlaveRel}.`; + } + } else { + t += `${partnerName} is forcing ${name} to use ${his} tongue to bring ${him2} to orgasm.`; + } + break; + case "dom": + t += `wrestling ${_fuckSpot}. ${name} is so dominant with other slaves that ${he} prefers to take what ${he} wants, and ${partnerName} does ${his2} best to give ${his2} ${activeSlaveRel} the fight ${he} loves. `; + if (canPenetrate(activeSlave) && _fuckSeed > 50) { + if (canDoVaginal(_partnerSlave)) { + if (_partnerSlave.vagina === 0) { + t += `${name} has ${partnerName} pinned to the ground with ${his} dick lined up with {his2} virgin pussy. ${partnerName} is struggling and pleading with ${him} not to take it like this.`; + } else if (_fuckSeed > 90 && activeSlave.amp !== 1) { + t += `${name} has ${partnerName} on ${his} knees and is forcibly fucking ${his2} pussy doggy style while {he2} struggles to get away.`; + } else if (_fuckSeed > 80 && activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `${name} has ${partnerName} pushed against the wall is is fucking ${his} pussy from behind while {he2} struggles to get away.`; + } else if (_fuckSeed > 70 && activeSlave.amp !== 1) { + t += `${name} is on ${his} back and forcing ${partnerName} to ride ${his} dick while keeping a firm hold on ${his2} hips.`; + } else if (_fuckSeed > 60 && _partnerSlave.belly < 500) { + t += `${name} has ${partnerName} on ${his2} back and trapped in a mating press. ${partnerName} is struggling and begging ${him} not to get ${him2} pregnant.`; + } else { + t += `${name} is forcing ${himself} into ${partnerName}'s pussy while {he2} struggles to get away.`; + } + } else if (canDoAnal(_partnerSlave)) { + if (_partnerSlave.anus === 0) { + t += `${name} is circling the tip of ${his} erection around ${partnerName}'s virgin butthole. ${partnerName} is struggling and pleading with ${him} not to take it like this.`; + } else if (_fuckSeed > 90 && activeSlave.amp !== 1) { + t += `${name} has ${partnerName} on ${his2} knees and is forcibly fucking ${his2} ass doggy style while {he2} struggles to get away.`; + } else if (_fuckSeed > 80 && activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `${name} has ${partnerName} pushed against the wall and is fucking ${his2} ass from behind while {he2} struggles to get away.`; + } else if (_fuckSeed > 70 && activeSlave.amp !== 1) { + t += `${name} is on ${his} back and forcing ${partnerName} to ride ${his} dick anally while keeping a firm hold on ${his2} hips.`; + } else if (_fuckSeed > 60) { + t += `${name} has ${partnerName} pushed face first into the ground has ${him2} trapped beneath ${his} weight while ${he} fucks ${his2} ass.`; + } else { + t += `${name} is forcing ${himself} into ${partnerName}'s ass while {he2} struggles to get away.`; + } + } else if (_partnerSlave.boobs > 800) { + t += `${name} has ${partnerName} on ${his2} back and is forcibly fucking ${his2} tits.`; + } else { + t += `${name} has ${partnerName}'s face to ${his} crotch and is forcibly pounding ${his2} throat.`; + } + } else if (activeSlave.dick > 0 && _fuckSeed > 50) { + t += `${name} is deepthroating ${partnerName} as ${he2} struggles to breath.`; + } else if (canDoVaginal(activeSlave) && _fuckSeed > 30) { + if (canPenetrate(_partnerSlave) && activeSlave.vagina != 0) { + if (_fuckSeed > 45 && _partnerSlave.amp !== 1) { + t += `${name} is forcing ${partnerName} to hold ${him} aloft as ${he} enjoys a good vaginal pounding from an unwilling partner.`; + } else if (_fuckSeed > 40 && activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `${name} has ${partnerName} pinned against the wall and is taking ${his2} dick in ${his} pussy by force.`; + } else if (_fuckSeed > 35) { + t += `${name} has ${partnerName} on ${his2} back and is riding ${his2} dick while ${he2} tries to buck ${him} off.`; + } else { + t += `${name} has ${partnerName} on ${his2} back and is forcibly taking ${his} dick in reverse missionary while ${he2} struggles to not cum in ${his2} rapist.`; + } + } else if (canDoVaginal(activeSlave) && activeSlave.vagina !== 0) { + t += `${name} is scissoring the struggling ${partnerName}.`; + } else { + t += `${name} is straddling ${partnerName}'s face and forcing ${him2} to eat ${him} out.`; + } + } else if (canDoAnal(activeSlave) && canPenetrate(_partnerSlave) && _fuckSeed > 10 && activeSlave.anus !== 0) { + if (_fuckSeed > 20 && activeSlave.amp !== 1) { + t += `${name} is forcing ${partnerName} to hold ${him} aloft as ${he} enjoys a good anal pounding from an unwilling partner.`; + } else if (_fuckSeed > 10 && activeSlave.amp != 1 && _partnerSlave.amp !== 1) { + t += `${name} has ${partnerName} pinned against the wall and is taking ${his2} dick in ${his} ass by force.`; + } else { + t += `${name} has ${partnerName} on ${his2} back and is anally riding ${his2} dick while ${he2} tries to buck ${him} off.`; + } + } else { + t += `${name} is on top of ${partnerName} getting oral, though it's more of a rough facefuck as ${name} forces `; + if (canPenetrate(activeSlave)) { + t += `${his} cock `; + } else if (activeSlave.clit > 3) { + t += `${his} clit `; + } else { + t += `a strap-on `; + } + t += `down ${partnerName}'s throat.`; + } + break; + case "sadist": + t += `playing pain games ${_fuckSpot}. ${name} loves hurting other slaves, even ${his} friends, and ${partnerName} submits to ${his} agonizing ministrations as often as ${name} can cajole or force ${him2} into it. `; + if (activeSlave.amp !== 1) { + t += `${name} has ${partnerName} over ${his} knee and is methodically tanning ${his2}'s ${race2} ass.`; + } else { + t += `${name} has ${partnerName} on the ground and is methodically striking ${his2}'s ${race2} ass with a switch held by mouth. Even without limbs, ${name} finds a way.`; + } + break; + case "masochist": + t += `playing pain games ${_fuckSpot}. ${name} loves being hurt, so ${partnerName} frequently indulges ${him} with spanking, slapping, pinching, and more exotic forms of abuse. `; + if (activeSlave.amp !== 1) { + t += `${partnerName} has ${name} over ${his2} knee and is methodically tanning ${his}'s ${race} ass.`; + } else { + t += `${partnerName} has ${name} on the ground and is methodically striking ${his}'s ${race} ass with a switch held by mouth. Having a limbless ${activeSlaveRel} won't deter ${name} from getting worked over the way ${he} craves.`; + } + break; + case "humiliation": + t += `having open and visible sex `; + if (activeSlave.livingRules === "luxurious") { + t += `in the doorway of the nice little room they share.`; + } else if (activeSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in ${name}'s suite.`; + } else { + t += `out in the hallway near the slave dormitory.`; + } + t += ` ${name} pretends to hate fucking where other slaves can see ${him}, but ${partnerName} knows ${his2} ${activeSlaveRel} gets off on the mild humiliation. ${partnerName} `; + if (((canDoVaginal(activeSlave) && activeSlave.vagina > 0) || (canDoAnal(activeSlave) && activeSlave.anus > 0)) && _fuckSeed > 50) { + t += `has ${his2} back propped up against a door frame and ${name} in ${his2} lap, so ${he} can blush at any passing slave as ${he} shyly rides ${partnerName}'s `; + if (_partnerSlave.dick > 0 && canPenetrate(_partnerSlave)) { + t += `cock `; + } else { + t += `strap-on `; + } + if (activeSlave.vagina > 0 && canDoVaginal(activeSlave) && (_fuckSeed > 60 || !canDoAnal(activeSlave) || activeSlave.anus === 0)) { + t += `in ${his} pussy.`; + } else { + t += `up ${his} ass.`; + } + } else if (activeSlave.dick === 1 && _partnerSlave.amp !== 1 && _fuckSeed > 40) { + t += `jacking off ${name}'s pathetically tiny cock out in the open so ${he} can blush and shiver as passing slaves see how embarrassingly small ${he} is.`; + } else if (activeSlave.dick === 1 && _partnerSlave.amp !== 1 && _fuckSeed > 20) { + t += `having ${name} give ${him2} oral out in the open so ${he} can blush and shiver as passing slaves see what a slut ${he} is.`; + } else { + t += `is giving ${name} oral out in the open so ${he} can blush and shiver as passing slaves see ${his} climax.`; + } + break; + case "pregnancy": + t += `having intimate sex ${_fuckSpot}. ${name}'s `; + if (activeSlave.belly >= 5000) { + t += `middle is heavily rounded, `; + } else if (activeSlave.belly >= 1500) { + t += `middle is quite swollen, `; + } else { + t += `urge to breed is raging, `; + } + t += ` and ${partnerName} does ${his2} best to keep ${his2} ${activeSlaveRel} satisfied. `; + if (canPenetrate(activeSlave) && _fuckSeed > 70) { + if (canDoVaginal(_partnerSlave) && _partnerSlave.vagina > 0 && _fuckSeed > 90) { + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2} `; + if (activeSlave.belly >= 5000) { + if (activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `so ${name} has ${him2} on all fours as ${he} fucks ${him2} from behind while resting ${his} belly on ${his} love's back.`; + } else { + t += `so ${he2} is intertwined as best ${he2} can with ${name} as their combined bellies push into each other.`; + } + } else { + t += `so ${he2} has ${name} on ${his} back so that ${he2} can ride ${him} while `; + if (activeSlave.amp !== 1) { + t += `letting ${him} fondle ${his2} bouncing belly.`; + } else { + t += `giving ${him} a face full of belly.`; + } + } + } else if (_partnerSlave.belly === 0) { + t += `${partnerName} is pinned on ${his2} back by ${name}`; + if (activeSlave.belly >= 5000) { + t += `'s belly as ${he} tries ${his} hardest to plant a child in ${him2}.`; + } else { + t += ` in a mating press as ${he} tries ${his} hardest to plant a child in ${him2}.`; + } + } else { + if (activeSlave.belly >= 5000) { + t += `${partnerName} has ${name} on ${his} back so that ${he2} can ride ${him} while lavashing attention on ${his} beloved stomach.`; + } else { + t += `${name} has ${partnerName} on ${his2} back so that ${he} can fuck ${him2} while lavashing attention on ${his2} bulging stomach.`; + } + } + } else if (canDoAnal(_partnerSlave) && _partnerSlave.anus > 0 && _fuckSeed > 80) { + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2} `; + if (activeSlave.belly >= 5000) { + if (activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `so ${name} has ${him2} on all fours as ${he} fucks ${his2} ass while resting ${his} belly on ${his2} back.`; + } else { + t += `so ${he2} is intertwined as best as ${he2} can for anal sex with ${name} as ${his} belly pushes into ${his2} back.`; + } + } else { + t += `so ${he2} has ${name} on ${his} back so that ${he2} can anally ride ${him} while `; + if (activeSlave.amp !== 1) { + t += `letting ${him} fondle ${his2} bouncing belly.`; + } else { + t += `giving ${him} a face full of belly.`; + } + } + } else if (_partnerSlave.belly === 0) { + if (activeSlave.belly >= 5000) { + t += `${partnerName} has ${name} on ${his} back so that ${he2} can anally ride ${him} while teasing ${his} belly with ${his2} rear.`; + } else { + t += `${partnerName} is pinned on ${his2} stomach by ${name} as ${he} tries ${his} hardest to impregnate an anus.`; + } + } else { + if (activeSlave.belly >= 5000) { + t += `${partnerName} has ${name} on ${his} back so that ${he2} can ride ${him} anally while teasing ${his} prized stomach.`; + } else { + t += `${name} has ${partnerName} on ${his2} back so that ${he} can fuck ${him2} anally while teasing ${his2} bulging stomach.`; + } + } + } else if (_partnerSlave.boobs >= 2000 && _partnerSlave.belly >= 10000 && _fuckSeed > 75) { + t += `${name} is savoring the sensation of ${his} cock between ${partnerName}'s breasts and belly.`; + } else { + if (activeSlave.belly >= 5000) { + t += `${name} is squirming under the sensations of ${partnerName}'s lips around ${his} dick and {his2} head against ${his} underbelly.`; + } else { + t += `${partnerName} is vigorously trying to calm ${name}'s libido by sucking load after load out of ${him}.`; + } + } + } else if (canDoVaginal(activeSlave) && _fuckSeed > 30) { + if (canPenetrate(_partnerSlave) && activeSlave.vagina > 0 && activeSlave.preg === 0 && activeSlave.ovaries === 1) { //impreg + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2}, but ${name} can't complain about the swollen dome pushing against ${him} as ${he2} fervently tries to sate ${his} lust by putting a baby in ${him}.`; + } else { + t += `${partnerName} has ${name} pinned on ${his} back in a mating press as ${he2} fervently tries to sate ${his} lust by putting a baby in ${him}.`; + } + } else { + if (_fuckSeed > 50) { //vanilla + if (canPenetrate(_partnerSlave) && activeSlave.vagina !== 0) { + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2} `; + if (activeSlave.belly >= 5000) { + t += `so ${he2} has ${name} on ${his} side so that ${he2} can fuck ${his} pussy as best ${he2} can with their mutual bellies in the way.`; + } else { + t += `so ${he2} has ${name} on ${his} back so that ${he2} can fuck ${his} pussy as best ${he2} can with ${his2} belly in the way.`; + } + } else if (activeSlave.belly >= 5000) { + t += `${name} is bouncing heavily on ${partnerName}'s erect dick as ${he2} struggles to support ${his} gravid figure.`; + } else { + t += `${partnerName} has ${name} pinned on ${his} back in a mating press as ${he2} dutifully blows another load deep in ${his} aching pussy.`; + } + } else if (_partnerSlave.dick > 0 && activeSlave.belly < 500) { + t += `${partnerName} is bringing ${his2} limp dick to orgasm and making sure each and every drop is ending up in ${name}'s pussy.`; + } else { + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2} `; + if (activeSlave.belly >= 5000) { + t += `so ${he2} is stomach to stomach with ${name} and making out.`; + } else { + t += `so ${he2} is face to face with ${name} and making out.`; + } + } else if (activeSlave.belly >= 5000) { + t += `${partnerName} is teasing ${_his} lover's huge belly.`; + } else { + t += `${name} and ${partnerName} are both pretending to be hugely pregnant and cuddling each other.`; + } + } + } else if (canDoVaginal(_partnerSlave) && _fuckSeed > 40) { //scissor + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2} `; + if (activeSlave.belly >= 5000) { + t += `so ${he2} and ${name} are trying their hardest to trib with their ever expanding bobies in the way.`; + } else { + t += `so ${name} is savoring the feeling of ${_his} navel tracing ${his} slit.`; + } + } else { + t += `${name} and ${partnerName} `; + if (activeSlave.vagina > 0 && _partnerSlave.vagina > 0) { + t += `are locked together and sharing a double-ended dildo.`; + } else { + t += `are enthusiastically tribbing.`; + } + } + } else { //oral + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2} `; + if (activeSlave.belly >= 5000) { + if (activeSlave.dick > 0 && _fuckSeed > 25) { + t += `so ${he2} has to try ${his2} hardest to suck ${name}'s dick with ${his2} belly hindering ${his2} movements; something ${name} enjoys tremendously, second only to the feeling of ${his2} head brushing against ${his} underbelly.`; + } else { + t += `so ${he2} has to try ${his2} hardest to orally service ${name} with ${his2} belly in the way; something ${name} enjoys tremendously, second only to the feeling of ${his2} head brushing against ${his} underbelly.`; + } + } else { + if (activeSlave.dick > 0 && _fuckSeed > 25) { + t += `so ${he2} has to try ${his2} hardest to suck ${name}'s dick with ${his2} belly hindering ${his2} movements; something ${name} enjoys tremendously.`; + } else { + t += `so ${he2} has to try ${his2} hardest to orally service ${name} with ${his2} belly in the way; something ${name} enjoys tremendously.`; + } + } + } else if (activeSlave.belly >= 5000) { + if (activeSlave.dick > 0 && _fuckSeed > 25) { + t += `${partnerName} has ${name} pinned under ${his} own gravidity so ${he2} may leisurely suck ${his} dick while teasing ${him} by brushing against ${his} sensitive underbelly.`; + } else { + t += `${partnerName} has ${name} pinned under ${his} own gravidity so ${he2} may leisurely eat ${him} out while teasing ${him} by brushing against ${his} sensitive underbelly.`; + } + } else { + if (activeSlave.dick > 0 && _fuckSeed > 25) { + t += `${partnerName} is vigorously trying to calm ${name}'s libido by sucking load after load out of ${him}.`; + } else { + t += `${name} is squirming under the sensations of ${partnerName}'s tongue as ${he2} vigorously tries to calm ${his} libido.`; + } + } + } + } + } else if (canDoAnal(activeSlave) && canPenetrate(_partnerSlave) && _fuckSeed > 10) { + if (activeSlave.anus > 0 && activeSlave.preg === 0 && activeSlave.mpreg === 1) { //impreg + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2}, but ${name} can't complain about the swollen dome pushing against ${his} back as ${he2} fervently tries to sate ${his} lust by putting a baby in ${him}.`; + } else { + t += `${partnerName} has ${name} pinned on ${his} stomach as ${he2} fervently tries to sate ${his} lust by putting a baby in ${him}.`; + } + } else if (activeSlave.anus === 0) { + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2} `; + if (activeSlave.belly >= 5000) { + t += `so ${he2} is stomach to stomach with ${name} and making out.`; + } else { + t += `so ${he2} is face to face with ${name} and making out.`; + } + } else if (activeSlave.belly >= 5000) { + t += `${partnerName} is teasing ${_his} lover's huge belly.`; + } else { + t += `${name} and ${partnerName} are both pretending to be hugely pregnant and cuddling each other.`; + } + } else { + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2} `; + if (activeSlave.belly >= 5000) { + t += `so ${he2} has ${name} on ${his} side so that ${he2} can fuck ${his} ass as best ${he2} can with their mutual bellies in the way.`; + } else { + t += `so ${he2} has ${name} on ${his} front so that ${he2} can fuck ${his} ass as best ${he2} can with ${his2} belly in the way.`; + } + } else if (activeSlave.belly >= 5000) { + t += `${name} is bouncing heavily on ${partnerName}'s erect dick as ${he2} struggles to anally satisfy ${his2} gravid partner.`; + } else { + t += `${partnerName} has ${name} pinned on ${his} front as ${he2} dutifully plows ${his} needy anus in an attempt to sate ${his} bottomless lust.`; + } + } + } else { //oral + if (_partnerSlave.belly >= 5000) { + t += `${partnerName} is `; + if (_partnerSlave.bellyPreg >= 1500) { + t += `heavily pregnant `; + } else { + t += `hugely gravid `; + } + t += `${himself2} `; + if (activeSlave.belly >= 5000) { + if (activeSlave.dick > 0 && _fuckSeed > 5) { + t += `so ${he2} has to try ${his2} hardest to suck ${name}'s dick with ${his2} belly hindering ${his2} movements; something ${name} enjoys tremendously, second only to the feeling of ${his2} head brushing against ${his} underbelly.`; + } else { + t += `so ${he2} has to try ${his2} hardest to orally service ${name} with ${his2} belly in the way; something ${name} enjoys tremendously, second only to the feeling of ${his2} head brushing against ${his} underbelly.`; + } + } else { + if (activeSlave.dick > 0 && _fuckSeed > 5) { + t += `so ${he2} has to try ${his2} hardest to suck ${name}'s dick with ${his2} belly hindering ${his2} movements; something ${name} enjoys tremendously.`; + } else { + t += `so ${he2} has to try ${his2} hardest to orally service ${name} with ${his2} belly in the way; something ${name} enjoys tremendously.`; + } + } + } else if (activeSlave.belly >= 5000) { + if (activeSlave.dick > 0 && _fuckSeed > 5) { + t += `${partnerName} has ${name} pinned under ${his} own gravidity so ${he2} may leisurely suck ${his} dick while teasing ${him} by brushing against ${his} sensitive underbelly.`; + } else { + t += `${partnerName} has ${name} pinned under ${his} own gravidity so ${he2} may leisurely eat ${him} out while teasing ${him} by brushing against ${his} sensitive underbelly.`; + } + } else { + if (activeSlave.dick > 0 && _fuckSeed > 5) { + t += `${partnerName} is vigorously trying to calm ${name}'s libido by sucking load after load out of ${him}.`; + } else { + t += `${name} is squirming under the sensations of ${partnerName}'s tongue as ${he2} vigorously tries to calm ${his} libido.`; + } + } + } + break; + default: + t += `having intimate sex ${_fuckSpot}.`; + break; + } + } else if (!activeSlave.need || activeSlave.energy < 20) { + t += `just spooning in bed. Since ${name} `; + if (activeSlave.energy < 20) { + t += `in sexually frigid, `; + } else { + t += `gets fucked at work, `; + } + t += `${partnerName} understands that what ${he} really wants from ${him2} is emotional intimacy. They're cuddling quietly, offering each other silent comfort and companionship.`; + } else if (canPenetrate(activeSlave) && (_partnerSlave.vagina > 0) && canDoVaginal(_partnerSlave) && _partnerSlave.amp !== 1 && (activeSlave.belly + _partnerSlave.belly < 10000)) { + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}, making love in the missionary position. ${partnerName} has ${his2} legs wrapped around ${name}'s waist and ${his2} arms hugging ${him} around the chest, and is `; + if (canSee(_partnerSlave)) { + t += `looking deep into ${his} eyes `; + } else { + t += `gazing longingly into ${his} face `; + } + t += `as ${he2} enjoys the wonderful feeling of ${his2} ${activeSlaveRel}'s cock in ${his2} womanhood.`; + } else if (activeSlave.clit > 2 && canDoVaginal(activeSlave) && _partnerSlave.vagina > 0 && canDoVaginal(_partnerSlave) && _partnerSlave.amp !== 1 && (activeSlave.belly + _partnerSlave.belly < 10000)) { + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}, making love in the missionary position. ${partnerName} has ${his2} legs wrapped around ${name}'s waist and ${his2} arms hugging ${him} around the chest, and is `; + if (canSee(_partnerSlave)) { + t += `looking deep into ${his} eyes `; + } else { + t += `gazing longingly into ${his} face `; + } + t += `as ${he2} enjoys the wonderful feeling of ${his2} ${activeSlaveRel}'s huge clit in ${his2} womanhood.`; + } else if (activeSlave.dick > 1 && canPenetrate(activeSlave) && canDoAnal(_partnerSlave) && _partnerSlave.anus > 0 && activeSlave.amp !== 1 && activeSlave.belly < 10000) { + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}, having gentle anal sex while spooning. ${name} is enjoying ${partnerName}'s ass, and is doing ${his} best to ensure ${his} ${activeSlaveRel} enjoys being buttfucked. ${He}'s nibbling ${his} ${activeSlaveRel}'s ears and neck, cupping a breast with one hand, and lightly stimulating ${him2} with the other.`; + } else if (activeSlave.clit > 2 && canDoAnal(_partnerSlave) && _partnerSlave.anus > 0 && _partnerSlave.amp !== 1 && activeSlave.amp !== 1) { + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}, managing to have clitoral-anal sex. ${partnerName} is face-down with ${his2} ass up, spreading ${his2} buttocks as wide as possible, giving ${his2} ${activeSlaveRel} the opportunity to squat over ${him2} and penetrate it with ${his} huge, erect clit. ${name} can't thrust much, but the shocking lewdness of the act is enough for both of them.`; + } else if (canPenetrate(activeSlave) && _partnerSlave.amp !== 1 && activeSlave.amp !== 1 && activeSlave.belly < 10000) { + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}, spooning while ${name} gently rubs ${his} cock between ${partnerName}'s thighs, pressed tightly together. Since ${partnerName} is a virgin, this is the closest they can come to penetrative intercourse, but ${name} is enjoying ${partnerName}'s body anyway, and is doing ${his} best to ensure ${his} ${activeSlaveRel} enjoys ${himself2}. ${He}'s nibbling ${his} ${activeSlaveRel}'s ears and neck, cupping a breast with one hand, and lightly stimulating ${him2} with the other.`; + } else if (activeSlave.clit > 2 && canDoVaginal(activeSlave) && _partnerSlave.amp !== 1 && activeSlave.amp !== 1) { + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}, with ${partnerName} down on ${his2} knees in front of ${name}. From behind ${partnerName} it looks like ${he2}'s giving ${his2} ${activeSlaveRel} a conventional, if enthusiastic, blowjob. Only on closer inspection does it become clear how unusual the oral is: ${name} has such a huge clit that ${his} ${activeSlaveRel} can suck ${him} off just like it were a penis.`; + } else if (_partnerSlave.vagina > 0 && canDoVaginal(_partnerSlave) && _partnerSlave.amp !== 1 && (activeSlave.belly + _partnerSlave.belly < 10000)) { + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}, making love in the missionary position. ${partnerName} has ${his2} legs wrapped around ${name}'s waist and ${his2} arms hugging ${him} around the chest, and is `; + if (canSee(_partnerSlave)) { + t += `looking deep into ${his} eyes `; + } else { + t += `gazing longingly into ${his} face `; + } + t += `as ${he2} enjoys the feeling of ${his2} ${activeSlaveRel} fucking ${him2} with a strap-on.`; + } else if (_partnerSlave.anus > 0 && canDoAnal(_partnerSlave) && activeSlave.amp !== 1 && activeSlave.belly < 10000) { + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}, having gentle anal sex while spooning. ${name} is enjoying penetrating ${partnerName}'s ass with a strap-on, and is doing ${his} best to ensure ${his} ${activeSlaveRel} enjoys being buttfucked. ${He}'s nibbling ${his} ${activeSlaveRel}'s ears and neck, cupping a breast with one hand, and lightly stimulating ${him} with the other.`; + } else if (_partnerSlave.amp !== 1 && activeSlave.amp !== 1) { + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}, enjoying some mutual masturbation.`; + } else if (_partnerSlave.amp === 1) { + t += `just cuddling `; + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}. ${name} is using ${partnerName}'s limbless torso as a pillow, which ${partnerName} seems to be enjoying, by ${his2} contented expression.`; + } else { + t += `just cuddling `; + if (_partnerSlave.ID === V.HeadGirl.ID && V.HGSuite === 1) { + t += `in bed `; + } else if (activeSlave.livingRules === "luxurious") { + t += `in bed `; + } else { + t += `on ${name}'s bedroll `; + } + t += `${fuckspot}. They're lying quietly, offering each other silent comfort and companionship.`; + } + } else if (_seed >= 33) { /* CUDDLE TIME */ + if (activeSlave.energy > 95 && _fuckSeed > 70) { + t += `lying in bed together. ${partnerName} has somehow managed to exhaust ${his2} ${activeSlaveRel}, and the sexually sated nympho is curled up with ${his} head on ${partnerName}'s chest, snoring lightly. ${partnerName} is smiling fondly at ${him}.`; + } else if (activeSlave.fetish !== "none" && _fuckSeed > 50) { + switch (activeSlave.fetish) { + case "boobs": + t += `sleeping in bed together. ${name} is using ${partnerName}'s `; + if (_partnerSlave.boobs > 10000) { + t += `enormous breasts`; + } else if (_partnerSlave.boobs > 2000) { + t += `huge boobs`; + } else if (_partnerSlave.boobs > 300) { + t += `healthy tits`; + } else { + t += `flat chest`; + } + if (activeSlave.fetishKnown) { + t += `, which ${he} loves,`; + } + t += ` as a pillow.`; + break; + case "buttslut": + t += `sleeping in bed together. ${partnerName} is sleeping face down so ${name} can use ${his2} `; + if (_partnerSlave.butt > 8) { + t += `massive rear`; + } else if (_partnerSlave.butt > 5) { + t += `huge posterior`; + } else if (_partnerSlave.butt > 2) { + t += `big butt`; + } else if (_partnerSlave.butt > 1) { + t += `trim behind`; + } else { + t += `skinny ass`; + } + if (activeSlave.fetishKnown) { + t += `, which ${he} loves,`; + } + t += ` as a pillow.`; + break; + case "cumslut": + t += `sleeping in bed together. ${name} is spooning ${his} ${activeSlaveRel}, ${his} head nestled alongside ${partnerName}'s, ${his} `; + if (activeSlave.lips > 95) { + t += `massive `; + } else if (activeSlave.lips > 70) { + t += `pillowlike `; + } else if (activeSlave.lips > 40) { + t += `plush `; + } else if (activeSlave.lips > 10) { + t += `pretty `; + } else { + t += `thin `; + } + t += `lips wet from kissing ${him2} to sleep.`; + break; + case "submissive": + case "masochist": + case "humiliation": + t += `sleeping in bed together. ${name} is being spooned by ${his} ${activeSlaveRel}, smiling peacefully at being held.`; + break; + case "dom": + case "sadist": + t += `sleeping in bed together. ${name} is spooning ${his} ${activeSlaveRel} possessively`; + if (activeSlave.amp !== 1) { + t += `, and even in ${his} sleep, has a proprietary hand on ${partnerName}'s `; + if (_partnerSlave.balls > 0) { + t += `balls`; + } else if (_partnerSlave.balls > 0) { + t += `soft cock`; + } else if (_partnerSlave.vagina > -1) { + t += `pussy`; + } else { + t += `body`; + } + } + t += `.`; + break; + case "pregnancy": + t += `sleeping in bed together. `; + if (activeSlave.belly >= 5000 && _partnerSlave.belly >= 5000) { + t += `They are pressed as close as they can be with their rounded middles in the way.`; + } else if (activeSlave.belly >= 5000) { + t += `${name} is spooning ${his} ${activeSlaveRel} possessively, ${his} rounded belly pushing into ${his2} back.`; + } else if (_partnerSlave.belly >= 5000) { + t += `${name} is spooning ${his} ${activeSlaveRel} possessively`; + if (activeSlave.amp != 1) { + t += `, and even in ${his} sleep, has a proprietary hand on ${partnerName}'s belly`; + } + t += `.`; + } else { + t += `${name} is being spooned by ${his} ${activeSlaveRel}, smiling peacefully at being held.`; + } + break; + } + } else if (_partnerSlave.dick > 6 && activeSlave.amp !== 1 && _fuckSeed > 30) { + t += `sleeping in bed together. ${name} is cuddled up close to ${partnerName}, and is cradling ${his} ${activeSlaveRel}'s enormous, soft cock with one hand.`; + } else if (activeSlave.height > _partnerSlave.height + 10) { + t += `sleeping in bed together, with the taller ${name} curled around ${his} little ${activeSlaveRel}.`; + } else if (_partnerSlave.height > activeSlave.height + 10) { + t += `sleeping in bed together, with the shorter ${name} curled under ${his} ${activeSlaveRel}.`; + } else if (activeSlave.amp === 1) { + t += `sleeping in bed together; ${partnerName} is using ${his2} limbless ${activeSlaveRel} as a pillow.`; + } else if (_partnerSlave.amp !== 1) { + t += `resting in bed together, holding hands in their sleep.`; + } else { + t += `sleeping quietly in bed together.`; + } + } else { /* TOGETHER TIME */ + if (_fuckSeed > 75 && activeSlave.behavioralQuirk !== "none") { + switch (activeSlave.behavioralQuirk) { + case "confident": + t += `finishing up a meal together. ${name} `; + if (canTalk(activeSlave) && canHear(_partnerSlave)) { + t += `is concluding a story for ${his} ${activeSlaveRel}, ${his} clear confident voice ringing as ${he} relates a slight.`; + } else { + t += `is boasting to ${his} ${activeSlaveRel}, with ${partnerName} nodding in agreement.`; + } + break; + case "cutting": + t += `seeing to their chores together. ${name} `; + if (canTalk(activeSlave) && canHear(_partnerSlave)) { + t += `is making biting remarks about another one of your other slaves, with which ${his} ${activeSlaveRel} agrees tolerantly.`; + } else { + t += `is making ${his} thoughts about another one of your other slaves clear to ${his} ${activeSlaveRel}.`; + } + break; + case "funny": + if (canTalk(_partnerSlave) && canSee(_partnerSlave)) { + t += `seeing to their chores together. ${name} has just produced some unintentional slapstick humor, and ${his} ${activeSlaveRel} is giggling helplessly at ${his} antics.`; + } else { + t += `getting ready for bed. ${name} is making ${his} ${activeSlaveRel} giggle `; + if (canTalk(_partnerSlave)) { + t += `silently `; + } else { + t += `helplessly `; + } + t += `with ${his} antics.`; + } + break + case "fitness": + t += `have just woken up. `; + if (activeSlave.amp !== 1) { + t += `${name} is doing ${his} morning crunches, and ${his} ${activeSlaveRel} is sleepily sitting on ${his} feet to help.`; + } else { + t += `${name} is doing ${his} morning exercises, and ${his} ${activeSlaveRel} is sleepily sitting nearby, providing moral support.`; + } + break + case "insecure": + t += `have just woken up. ${name} is getting dressed when ${his} ${activeSlaveRel} `; + if ( (canTalk(_partnerSlave) && canHear(activeSlave)) || (_partnerSlave.amp !== 1 && canSee(activeSlave)) ) { + t += `pays ${him} a compliment; ${name} blushes and gives ${partnerName} a kiss.`; + } else { + t += `demonstrates how much ${he2} adores ${his} body; ${name} blushes and gives ${partnerName} a kiss.`; + } + break; + case "sinful": + t += `have just woken up. ${name} appears to be praying, but to go by ${his} ${activeSlaveRel}'s `; + if (canTalk(activeSlave) && canHear(_partnerSlave)) { + t += `quiet mirth, ${he} seems to be substituting in some lewd words.`; + } else if (canSee(_partnerSlave)) { + t += `quiet mirth, ${he} seems to be adding in some lewd motions.`; + } else { + t += `blushing, ${he} seems to be substituting in the occasional lewd act.`; + } + break + case "advocate": + if (canTalk(activeSlave)) { + t += `starting a meal together. A third, less well trained slave has asked ${name} an innocent question, and is getting enthusiastic slave dogma in return. ${His} ${activeSlaveRel} smiles tolerantly.`; + } else { + t += `have just woken up. ${name} is planning out how to better convince new slaves that they made the right choice. ${His} ${activeSlaveRel} just tolerently goes about tidying up while giving the occasional idea.`; + } + break; + case "adores men": + if (canSee(activeSlave) && (canSee(_partnerSlave) || canHear(_partnerSlave))) { + t += `sharing a meal together. ${name} is making catcalls at passing boys, and ${his} ${activeSlaveRel} is nudging ${him} in the ribs every time {he2} catches it.`; + } else { + t += `getting ready for bed. ${name} is demonstrating just how much ${he} adores men to ${his} ${activeSlaveRel} while ${he2} nods `; + if (_partnerSlave.genes === "XX") { + t += `tolerantly.`; + } else { + t += `appreciatively.`; + } + } + break; + case "adores women": + if (canSee(activeSlave) && (canSee(_partnerSlave) || canHear(_partnerSlave))) { + t += `sharing a meal together. ${name} is making catcalls at passing girls, and ${his} ${activeSlaveRel} is nudging ${him} in the ribs every time {he2} catches it.`; + } else { + t += `getting ready for bed. ${name} is demonstrating just how much ${he} adores ladies to ${his} ${activeSlaveRel} while ${he2} nods `; + if (_partnerSlave.genes === "XY") { + t += `tolerantly.`; + } else { + t += `appreciatively.`; + } + } + break; + } + } else if (_fuckSeed > 50) { + if ((activeSlave.actualAge >= _partnerSlave.actualAge + 10) && canTalk(_partnerSlave) && canHear(activeSlave)) { + t += `tidying up their room together. ${partnerName} is chattering about ${his2} day, while ${name} listens quietly, smiling fondly at ${his} ${activeSlaveRel}'s prattle.`; + } else if ((_partnerSlave.actualAge >= activeSlave.actualAge + 10) && canTalk(activeSlave) && canHear(_partnerSlave)) { + t += `tidying up their room together. ${name} is chattering about ${his} day, while ${partnerName} listens quietly, smiling fondly at ${his2} ${activeSlaveRel}'s prattle.`; + } else if (activeSlave.amp !== 1 && !canTalk(activeSlave) && canSee(_partnerSlave)) { + t += `getting ready for bed. ${name} is using gestures to tell ${his} ${activeSlaveRel} about ${his} day; ${partnerName} is very patient and does ${his2} best to follow.`; + } else if (canTalk(activeSlave) && canTalk(_partnerSlave) && canHear(activeSlave) && canHear(_partnerSlave)) { + t += `tidying up their room together. ${name} and ${partnerName} are chattering away over inconsequential things.`; + } else if (canSee(activeSlave) && canSee(_partnerSlave) && activeSlave.amp !== 1 && _partnerSlave.amp !== 1) { + t += `getting ready for bed. ${name} and ${partnerName} are rapidly gesturing to each other about their days.`; + } else { + t += `getting ready for bed. ${name} and ${his} ${activeSlaveRel}, ${partnerName}, are leaning against one another, just enjoying each other's warmth.`; + } + } else if (_fuckSeed > 25) { + t += `using some of their free time to `; + if (!canWalk(activeSlave) && canWalk(_partnerSlave)) { + if (canSee(activeSlave) && canSee(_partnerSlave)) { + t += `watch the weather; ${partnerName} helped ${his2} ${activeSlaveRel} to a window so ${he} could look out with ${him2}.`; + } else { + t += `get some fresh air; ${partnerName} helped ${his2} ${activeSlaveRel} to a balcony so ${he} could enjoy the breeze with ${him2}.`; + } + } else if (!canWalk(_partnerSlave) && canWalk(activeSlave)) { + if (canSee(activeSlave) && canSee(_partnerSlave)) { + t += `watch the weather; ${name} helped ${his} ${activeSlaveRel} to a window so ${he2} could look out with ${him}.`; + } else { + t += `get some fresh air; ${name} helped ${his} ${activeSlaveRel} to a balcony so ${he2} could enjoy the breeze with ${him}.`; + } + } else { + t += `rest on one of the penthouse balconies and enjoy the weather.`; + } + } else { + if (V.cockFeeder === 1) { + t += `taking in a meal together; they've chosen dispensers next to each other and are slurping away.`; + } else if (V.suppository === 1) { + t += `taking their drugs together; they've chosen fuckmachines next to each other and are `; + if (canTalk(activeSlave) && canTalk(_partnerSlave) && canHear(activeSlave) && canHear(_partnerSlave)) { + t += `chatting quietly as they're sodomized.`; + } else { + t += `enjoying their mutual sodomy.`; + } + } else { + t += `eating a quiet meal together.`; + } + } + } + /* CLOSE SEXY/CUDDLE/TOGETHER TIME */ + + V.target = "FRelation"; + } else { + t += ` Lover not found!`; + } + return t; +} + window.walkPasts = function(slave, _seed) { /* will be moved up once this becomes a single, contained function. */ diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 3a9118b3d99d43fbb29fd06f8de72163b798fbcf..0e1c3a087f2d7eac32fff89b562abbb5c77fb60d 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -48,328 +48,8 @@ <<= rivalSlave($activeSlave, _seed)>> <<elseif ($partner == "relationship") && ($activeSlave.relationship >= 3) && ($activeSlave.releaseRules !== "restrictive") && ($activeSlave.releaseRules !== "masturbation") && ($activeSlave.releaseRules !== "chastity")>> - <<set _partnerSlave = getSlave($activeSlave.relationshipTarget)>> - <<setLocalPronouns _partnerSlave 2>> - <<if ndef _partnerSlave>> - <<goto "Main">> - <</if>> - <<if $activeSlave.relationship <= 3>> - <<set _activeSlaveRel = "friend with benefits">> - <<elseif $activeSlave.relationship <= 4>> - <<set _activeSlaveRel = "lover">> - <<else>> - <<set _activeSlaveRel = "slave wife">> - <</if>> - - $activeSlave.slaveName and _partnerSlave.slaveName are - <<set _seed = random(1,3)>> - <<if ["be your agent", "be confined in the arcade"].includes(_partnerSlave.assignment) || (_partnerSlave.assignment == "work in the dairy" && $DairyRestraintsSetting >= 2)>> - <<if _partnerSlave.assignment == "work in the dairy" && $DairyRestraintsSetting >= 2>> - trying their best to maintain their relationship with _partnerSlave.slaveName being part of $dairyName. - <<elseif _partnerSlave.assignment == "be your agent">> - catching up with each other over a video call. Running an arcology in your stead comes with its perks. - <<elseif _partnerSlave.assignment == "be confined in the arcade">> - trying their best to maintain their relationship with _partnerSlave.slaveName being nothing more than holes in $arcadeName. - <</if>> - <<elseif _seed == 1>> /* SEXY TIMES */ - <<if (($activeSlave.fetish == "dom") || ($activeSlave.fetish == "sadist")) && ($activeSlave.dick > 0) && canPenetrate($activeSlave) && ((_partnerSlave.fetish == "dom") || (_partnerSlave.fetish == "sadist")) && (_partnerSlave.dick > 0) && canPenetrate(_partnerSlave)>> - performing double anal on another slave. They're face to face over their sub's shoulders, looking into each other's eyes with every appearance of enjoyment and love, since for them rubbing dicks inside another slave's butt is what constitutes healthy sexual activity. _partnerSlave.slaveName is on the bottom, and holds their victim atop _him2 with _partnerSlave.slaveName's cock already hilted in $his ass so $activeSlave.slaveName can force $himself inside as well. They enjoy the overstimulated girl's struggles. - <<set $activeSlave.penetrativeCount++, _partnerSlave.penetrativeCount++, $penetrativeTotal += 2>> - <<elseif ($activeSlave.energy > 95)>> - having loud sex <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> $activeSlave.slaveName is such a sexual addict that $he wants it all the time, and _partnerSlave.slaveName does _his2 best to help $his _activeSlaveRel get off. - <<if ($activeSlave.vagina > 0) || ($activeSlave.anus > 0)>> - $activeSlave.slaveName is down on $his knees in front of _partnerSlave.slaveName, taking - <<if (_partnerSlave.dick > 1) && canPenetrate(_partnerSlave)>> - _his2 cock doggy style, - <<elseif (_partnerSlave.dick > 1)>> - a finger fuck, since $his _activeSlaveRel is impotent, - <<else>> - a strap-on, doggy style, - <</if>> - <<if ($activeSlave.vagina > 0) && canDoVaginal($activeSlave) && (random(1,100) > 50)>> - in $his pussy. - <<= VaginalVCheck()>> - <<elseif canDoAnal($activeSlave) >> - in $his ass. - <<= AnalVCheck()>> - <</if>> - <<set _partnerSlave.penetrativeCount++, $penetrativeTotal++>> - <<else>> - They're scissoring enthusiastically and playing with each other's breasts. - <<set $activeSlave.mammaryCount++, _partnerSlave.mammaryCount++, $mammaryTotal += 2>> - <</if>> - <<elseif ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && $activeSlave.fetish != "none">> - <<switch $activeSlave.fetish>> - <<case "boobs">> - snuggling rather sexually <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> $activeSlave.slaveName loves having $his breasts touched and massaged, so _partnerSlave.slaveName looks after $his _activeSlaveRel's tits. - <<if (_partnerSlave.amp == 1)>> - Since _partnerSlave.slaveName is an amputee $activeSlave.slaveName has _him2 propped on _his2 belly so _he2 can easily suckle and nuzzle. - <<else>> - They're spooning in bed with _partnerSlave.slaveName forming the large spoon so _he2 can reach around and play with $activeSlave.slaveName's boobs. - <</if>> - <<set $activeSlave.mammaryCount++, _partnerSlave.mammaryCount++, $mammaryTotal += 2>> - <<case "buttslut">> - having loud buttsex <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> $activeSlave.slaveName is such an anal addict that $he wants it all the time, and _partnerSlave.slaveName does _his2 best to keep _his2 _activeSlaveRel satisfied. - <<if ($activeSlave.anus > 0)>> - $activeSlave.slaveName is down on $his knees in front of _partnerSlave.slaveName, taking - <<if (_partnerSlave.dick > 1) && canPenetrate(_partnerSlave)>> - _his2 cock up the butt. - <<if ($activeSlave.anus > 2) && (_partnerSlave.dick > 2)>> - $activeSlave.slaveName is clearly enjoying getting buttfucked by a cock big enough to make $him feel tight again. - <<elseif ($activeSlave.anus > 2) && (_partnerSlave.dick > 1)>> - $activeSlave.slaveName's gaping ass takes _partnerSlave.slaveName's cock easily. - <<elseif ($activeSlave.anus > 2)>> - $activeSlave.slaveName can barely tell _partnerSlave.slaveName's little dick is even there, but it's the thought that counts. - <<elseif ($activeSlave.anus < 2) && (_partnerSlave.dick > 2)>> - $activeSlave.slaveName is panting and writhing with the pain of taking $his _activeSlaveRel's massive dick. _partnerSlave.slaveName is doing _his2 best to be gentle. - <<elseif ($activeSlave.anus < 2) && (_partnerSlave.dick > 1)>> - $activeSlave.slaveName is writhing with the mixed pain and pleasure of having $his tight ass stretched by $his _activeSlaveRel's nice cock. - <<elseif ($activeSlave.anus < 2)>> - $activeSlave.slaveName's tight anus and _partnerSlave.slaveName's little dick work well together; $activeSlave.slaveName can take it easily, and _partnerSlave.slaveName gets to fuck a hole that's tight, even for $him. - <</if>> - <<elseif (_partnerSlave.dick > 1)>> - a finger fuck, since $his _activeSlaveRel is impotent. - <<if ($activeSlave.anus > 2)>> - Or rather, a fist fuck, since that's what it takes to satisfy $his _activeSlaveRel's gaping hole. - <<elseif ($activeSlave.anus > 1)>> - _partnerSlave.slaveName is using three fingers to stretch $his _activeSlaveRel's asshole. - <<else>> - _partnerSlave.slaveName is using two fingers to gently fuck $his _activeSlaveRel's tight anus. - <</if>> - <<else>> - a strap-on up the butt, doggy style. _partnerSlave.slaveName is using a - <<if ($activeSlave.anus > 2)>> - massive fake phallus to satisfy $his _activeSlaveRel's gaping hole. - <<elseif ($activeSlave.anus > 1)>> - decent-sized fake phallus to stretch $his _activeSlaveRel's asshole. - <<else>> - small fake phallus to gently fuck $his _activeSlaveRel's tight anus. - <</if>> - <</if>> - <<= AnalVCheck()>> - <<set _partnerSlave.penetrativeCount++, $penetrativeTotal++>> - <<else>> - Since $activeSlave.slaveName is an anal virgin, _partnerSlave.slaveName is rimming $his _activeSlaveRel, who is clearly enjoying $himself. - <<set $activeSlave.oralCount++, _partnerSlave.oralCount++, $oralTotal += 2>> - <</if>> - <<case "cumslut">> - sharing oral pleasure <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> $activeSlave.slaveName is such an oral addict that $he wants it all the time, and _partnerSlave.slaveName certainly doesn't mind all the loving oral attention. They're lying down to 69 comfortably, - <<if (_partnerSlave.dick > 1) && canPenetrate(_partnerSlave)>> - with $activeSlave.slaveName hungrily sucking $his _activeSlaveRel's turgid cock. - <<set _partnerSlave.penetrativeCount++, $penetrativeTotal++>> - <<elseif (_partnerSlave.dick > 1) && (_partnerSlave.anus > 0)>> - with $activeSlave.slaveName hungrily sucking $his _activeSlaveRel's limp cock. $He has a finger up poor impotent _partnerSlave.slaveName's butt to stimulate _his2 prostate so _he2 can cum for $him. - <<set _partnerSlave.penetrativeCount++, $penetrativeTotal++>> - <<elseif (_partnerSlave.dick > 1)>> - with $activeSlave.slaveName hungrily sucking $his _activeSlaveRel's limp cock. $He has a finger massaging poor impotent _partnerSlave.slaveName's perineum in the hope of stimulating _him2 so _he2 can cum for $him. - <<set _partnerSlave.penetrativeCount++, $penetrativeTotal++>> - <<else>> - and $activeSlave.slaveName is sating $his oral fixation for the moment by eagerly polishing $his _activeSlaveRel's pearl. - <<set _partnerSlave.oralCount++, $oralTotal++>> - <</if>> - <<set $activeSlave.oralCount++, $oralTotal++>> - <<case "submissive">> - wrestling <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> $activeSlave.slaveName is such a submissive that $he wants it rough all the time, and _partnerSlave.slaveName does _his2 best to give _his2 _activeSlaveRel the constant abuse $he loves. $activeSlave.slaveName is down on $his knees in front of _partnerSlave.slaveName, worshipping - <<if (_partnerSlave.dick > 1) && canPenetrate(_partnerSlave)>> - _his2 cock - <<set _partnerSlave.penetrativeCount++, $penetrativeTotal++>> - <<elseif (_partnerSlave.dick > 1)>> - _his2 asshole - <<set _partnerSlave.oralCount++, $oralTotal++>> - <<else>> - _his2 cunt - <<set _partnerSlave.oralCount++, $oralTotal++>> - <</if>> - while _partnerSlave.slaveName rains light slaps and loving insults down on _his2 bitch of a _activeSlaveRel. - <<set $activeSlave.oralCount++, $oralTotal++>> - <<case "dom">> - wrestling <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> $activeSlave.slaveName is so dominant with other slaves that $he prefers to take what $he wants, and _partnerSlave.slaveName does _his2 best to give _his2 _activeSlaveRel the struggle fucking $he loves. $activeSlave.slaveName is on top of _partnerSlave.slaveName getting oral, though it's more of a rough facefuck as $activeSlave.slaveName forces - <<if ($activeSlave.dick > 1) && canPenetrate($activeSlave)>> - $his cock - <<else>> - a strap-on - <</if>> - down _partnerSlave.slaveName's throat. - <<set _partnerSlave.oralCount++, $activeSlave.penetrativeCount++, $oralTotal++, $penetrativeTotal++>> - <<case "sadist">> - playing pain games <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> $activeSlave.slaveName loves hurting other slaves, even $his friends, and _partnerSlave.slaveName submits to $his agonizing ministrations as often as $activeSlave.slaveName can cajole or force _him2 into it. $activeSlave.slaveName has _partnerSlave.slaveName over $his knee and is methodically tanning _partnerSlave.slaveName's $activeSlave.skin ass. - <<case "masochist">> - playing pain games <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> $activeSlave.slaveName loves being hurt, so _partnerSlave.slaveName frequently indulges $him with spanking, slapping, pinching, and more exotic forms of abuse. _partnerSlave.slaveName has $activeSlave.slaveName over _his2 knee and is methodically tanning $activeSlave.slaveName's $activeSlave.skin ass. - <<case "humiliation">> - having open and visible sex <<if $activeSlave.livingRules == "luxurious">>in the doorway of the nice little room they share.<<else>>out in the hallway near the slave dormitory.<</if>> $activeSlave.slaveName pretends to hate fucking where other slaves can see $him, but _partnerSlave.slaveName knows _his2 _activeSlaveRel gets off on the mild humiliation. _partnerSlave.slaveName - <<if ($activeSlave.vagina > 0) || ($activeSlave.anus > 0)>> - has _his2 back propped up against a door frame and $activeSlave.slaveName in _his2 lap, so $he can blush at any passing slave as $he shyly rides _partnerSlave.slaveName's - <<if (_partnerSlave.dick > 1) && canPenetrate(_partnerSlave)>> - cock - <<else>> - strap-on - <</if>> - <<if ($activeSlave.vagina > 0) && canDoVaginal($activeSlave) && (random(1,100) > 50)>> - in $his pussy. - <<= VaginalVCheck()>> - <<else>> - up $his ass. - <<= AnalVCheck()>> - <</if>> - <<set _partnerSlave.penetrativeCount++, $penetrativeTotal++>> - <<else>> - is giving $activeSlave.slaveName oral out in the open so $he can blush and shiver as passing slaves see $his climax. - <<set $activeSlave.oralCount++, _partnerSlave.oralCount++, $oralTotal += 2>> - <</if>> - <<case "pregnancy">> - having intimate sex <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> $activeSlave.slaveName's <<if $activeSlave.belly >= 1500>>middle is heavily rounded<<else>>desire to be bred is raging<</if>>, and _partnerSlave.slaveName does _his2 best to keep _his2 _activeSlaveRel satisfied. - _partnerSlave.slaveName - <<if (canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0)>> - <<if _partnerSlave.bellyPreg >= 10000 || _partnerSlave.bellyImplant >= 10000>> - is - <<if _partnerSlave.bellyPreg >= 1500>> - heavily pregnant - <<else>> - hugely gravid - <</if>> - $himself2, so _he2 has $activeSlave.slaveName on $his back so that _he2 can penetrate $him as best _he2 can with _his2 - <<elseif _partnerSlave.bellyPreg > 5000 || _partnerSlave.bellyImplant >= 10000>> - is - <<if _partnerSlave.bellyPreg >= 1500>> - pregnant - <<else>> - gravid - <</if>> - $himself2, so _he2 has $activeSlave.slaveName on $his back so that _he2 can penetrate $him easier with _his2 - <<else>> - has $activeSlave.slaveName on $his back so that tease $his belly as _he2 fucks $him with _his2 - <</if>> - <<if (_partnerSlave.dick > 1) && canPenetrate(_partnerSlave)>> - cock - <<else>> - strap-on - <</if>> - <<if ($activeSlave.vagina > 0) && canDoVaginal($activeSlave) && (random(1,100) > 50)>> - in $his <<if $activeSlave.pregKnown == 1>>pregnant <</if>>pussy. - <<= VaginalVCheck()>> - <<else>> - in $his ass. - <<= AnalVCheck()>> - <</if>> - <<set _partnerSlave.penetrativeCount++, $penetrativeTotal++>> - <<else>> - is giving $activeSlave.slaveName oral to try and sate $his lust. - <<set $activeSlave.oralCount++, _partnerSlave.oralCount++, $oralTotal += 2>> - <</if>> - <<default>> - having intimate sex <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share.<<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>in $activeSlave.ID's suite.<<else>>out in the open in the slave dormitory.<</if>> - <</switch>> - <<elseif !$activeSlave.need>> - just spooning in bed. Since $activeSlave.slaveName gets fucked at work, _partnerSlave.slaveName understands that what $he really wants from _him2 is emotional intimacy. They're cuddling quietly, offering each other silent comfort and companionship. - <<elseif ($activeSlave.dick > 1) && canPenetrate($activeSlave) && (_partnerSlave.vagina > 0) && canDoVaginal(_partnerSlave) && (_partnerSlave.amp != 1) && ($activeSlave.amp != 1)>> - <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share,<<else>>out in the open on $activeSlave.slaveName's bedroll in the slave dormitory,<</if>> making love in the missionary position. _partnerSlave.slaveName has _his2 legs wrapped around $activeSlave.slaveName's waist and _his2 arms hugging $him around the chest, and is looking deep into $his eyes as _he2 enjoys the wonderful feeling of _his2 _activeSlaveRel's cock in _his2 womanhood. - <<set $activeSlave.penetrativeCount++, _partnerSlave.vaginalCount++, $vaginalTotal++, $penetrativeTotal++>> - <<elseif ($activeSlave.clit > 2) && ($activeSlave.vaginalAccessory != "chastity belt") && ($activeSlave.vaginalAccessory != "combined chastity") && (_partnerSlave.vagina > 0) && canDoVaginal(_partnerSlave) && (_partnerSlave.amp != 1) && ($activeSlave.amp != 1)>> - <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share,<<else>>out in the open on $activeSlave.slaveName's bedroll in the slave dormitory,<</if>> making love in the missionary position. _partnerSlave.slaveName has _his2 legs wrapped around $activeSlave.slaveName's waist and _his2 arms hugging $him around the chest, and is looking deep into $his eyes as _he2 enjoys the wonderful feeling of _his2 _activeSlaveRel's huge clit in _his2 womanhood. - <<set _partnerSlave.vaginalCount++, $activeSlave.penetrativeCount++, $vaginalTotal++, $penetrativeTotal++>> - <<elseif ($activeSlave.dick > 1) && canPenetrate($activeSlave) && canDoAnal(_partnerSlave) && (_partnerSlave.anus > 0) && (_partnerSlave.amp != 1) && ($activeSlave.amp != 1)>> - <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share,<<else>>out in the open on $activeSlave.slaveName's bedroll in the slave dormitory,<</if>> having gentle anal sex while spooning. $activeSlave.slaveName is enjoying _partnerSlave.slaveName's ass, and is doing $his best to ensure $his _activeSlaveRel enjoys being buttfucked. $He's nibbling $his _activeSlaveRel's ears and neck, cupping a breast with one hand, and lightly stimulating _him2 with the other. - <<set _partnerSlave.analCount++, $activeSlave.penetrativeCount++, $analTotal++, $penetrativeTotal++>> - <<elseif ($activeSlave.clit > 2) && canDoAnal(_partnerSlave) && (_partnerSlave.anus > 0) && (_partnerSlave.amp != 1) && ($activeSlave.amp != 1)>> - <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share,<<else>>out in the open on $activeSlave.slaveName's bedroll in the slave dormitory,<</if>> managing to have clitoral-anal sex. _partnerSlave.slaveName is face-down with _his2 ass up, spreading _his2 buttocks as wide as possible, giving _his2 _activeSlaveRel the opportunity to squat over _him2 and penetrate it with $his huge, erect clit. $activeSlave.slaveName can't thrust much, but the shocking lewdness of the act is enough for both of them. - <<set _partnerSlave.analCount++, $activeSlave.penetrativeCount++, $analTotal++, $penetrativeTotal++>> - <<elseif ($activeSlave.dick > 1) && canPenetrate($activeSlave) && (_partnerSlave.amp != 1) && ($activeSlave.amp != 1)>> - <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share,<<else>>out in the open on $activeSlave.slaveName's bedroll in the slave dormitory,<</if>> spooning while $activeSlave.slaveName gently rubs $his cock between _partnerSlave.slaveName's thighs, pressed tightly together. Since _partnerSlave.slaveName is a virgin, this is the closest they can come to penetrative intercourse, but $activeSlave.slaveName is enjoying _partnerSlave.slaveName's body anyway, and is doing $his best to ensure $his _activeSlaveRel enjoys $himself. $He's nibbling $his _activeSlaveRel's ears and neck, cupping a breast with one hand, and lightly stimulating _him2 with the other. - <<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> - <<elseif ($activeSlave.clit > 2) && ($activeSlave.vaginalAccessory != "chastity belt") && (_partnerSlave.amp != 1) && ($activeSlave.amp != 1)>> - <<if $activeSlave.livingRules == "luxurious">>in the nice little room they share,<<else>>out in the open in the slave dormitory,<</if>> with _partnerSlave.slaveName down on $his knees in front of $activeSlave.slaveName. From behind _partnerSlave.slaveName it looks like $he's giving $his _activeSlaveRel a conventional, if enthusiastic, blowjob. Only on closer inspection does it become clear how unusual the oral is: $activeSlave.slaveName has such a huge clit that $his _activeSlaveRel can suck $him off just like it were a penis. - <<set _partnerSlave.oralCount++, $activeSlave.penetrativeCount++, $oralTotal++, $penetrativeTotal++>> - <<elseif (_partnerSlave.vagina > 0) && canDoVaginal(_partnerSlave) && (_partnerSlave.amp != 1) && ($activeSlave.amp != 1)>> - <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share,<<else>>out in the open on $activeSlave.slaveName's bedroll in the slave dormitory,<</if>> making love in the missionary position. _partnerSlave.slaveName has _his2 legs wrapped around $activeSlave.slaveName's waist and _his2 arms hugging $him around the chest, and is looking deep into $his eyes as _he2 enjoys the feeling of _his2 _activeSlaveRel fucking _him2 with a strap-on. - <<set _partnerSlave.vaginalCount++, $activeSlave.penetrativeCount++, $vaginalTotal++, $penetrativeTotal++>> - <<elseif (_partnerSlave.anus > 0) && (_partnerSlave.amp != 1) && ($activeSlave.amp != 1) && canDoAnal(_partnerSlave)>> - <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share,<<else>>out in the open on $activeSlave.slaveName's bedroll in the slave dormitory,<</if>> having gentle anal sex while spooning. $activeSlave.slaveName is enjoying penetrating _partnerSlave.slaveName's ass with a strap-on, and is doing $his best to ensure $his _activeSlaveRel enjoys being buttfucked. $He's nibbling $his _activeSlaveRel's ears and neck, cupping a breast with one hand, and lightly stimulating $him with the other. - <<set _partnerSlave.analCount++, $activeSlave.penetrativeCount++, $analTotal++, $penetrativeTotal++>> - <<elseif (_partnerSlave.amp != 1) && ($activeSlave.amp != 1)>> - <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share,<<else>>out in the open on $activeSlave.slaveName's bedroll in the slave dormitory,<</if>> enjoying some mutual masturbation. - <<elseif (_partnerSlave.amp == 1)>> - just cuddling <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share.<<else>>on $activeSlave.slaveName's bedroll in the slave dormitory.<</if>> $activeSlave.slaveName is using _partnerSlave.slaveName's limbless torso as a pillow, which _partnerSlave.slaveName seems to be enjoying, by _his2 contented expression. - <<else>> - just cuddling <<if $activeSlave.livingRules == "luxurious">>in bed in the nice little room they share.<<else>>on $activeSlave.slaveName's bedroll in the slave dormitory.<</if>> They're lying quietly, offering each other silent comfort and companionship. - <</if>> - - <<elseif _seed == 2>> /* CUDDLE TIME */ - <<if ($activeSlave.energy > 95) && (random(0,2) == 0)>> - lying in bed together. _partnerSlave.slaveName has somehow managed to exhaust _his2 _activeSlaveRel, and the sexually sated nympho is curled up with $his head on _partnerSlave.slaveName's chest, snoring lightly. _partnerSlave.slaveName is smiling fondly at $him. - <<elseif (_partnerSlave.dick > 6) && ($activeSlave.amp !== 1)>> - sleeping in bed together. $activeSlave.slaveName is cuddled up close to _partnerSlave.slaveName, and is cradling $his _activeSlaveRel's enormous, soft cock with one hand. - <<elseif ($activeSlave.fetishKnown == 1) && $activeSlave.fetish != "none">> - <<switch $activeSlave.fetish>> - <<case "boobs">> - sleeping in bed together. $activeSlave.slaveName is using _partnerSlave.slaveName's <<if _partnerSlave.boobs > 2000>>enormous breasts<<elseif _partnerSlave.boobs > 1000>>huge boobs<<elseif _partnerSlave.boobs > 300>>healthy tits<<else>>flat chest<</if>>, which $he loves, as a pillow. - <<case "buttslut">> - sleeping in bed together. _partnerSlave.slaveName is sleeping face down so $activeSlave.slaveName can use $his <<if _partnerSlave.butt > 5>>enormous posterior<<elseif _partnerSlave.butt > 2>>big butt<<elseif _partnerSlave.butt > 1>>trim behind<<else>>skinny ass<</if>>, which $activeSlave.slaveName loves, as a pillow. - <<case "cumslut">> - sleeping in bed together. $activeSlave.slaveName is spooning $his _activeSlaveRel, $his head nestled alongside _partnerSlave.slaveName's, $his <<if $activeSlave.lips > 70>>enormous<<elseif $activeSlave.lips > 40>>pillowlike<<elseif $activeSlave.lips > 10>>plush<<else>>pretty<</if>> lips wet from kissing $him to sleep. - <<case "submissive" "masochist" "humiliation">> - sleeping in bed together. $activeSlave.slaveName is being spooned by $his _activeSlaveRel, smiling peacefully at being held. - <<case "dom" "sadist">> - sleeping in bed together. $activeSlave.slaveName is spooning $his _activeSlaveRel possessively<<if $activeSlave.amp !== 1>>, and even in $his sleep, has a proprietary hand on _partnerSlave.slaveName's <<if _partnerSlave.balls > 0>>balls<<elseif _partnerSlave.balls > 0>>soft cock<<else>>pussy<</if>><</if>>. - <<case "pregnancy">> - sleeping in bed together. - <<if $activeSlave.belly >= 5000 && _activeSlaveRel.belly >= 50000>> - They are pressed as close as they can be with their rounded middles in the way. - <<elseif $activeSlave.belly >= 5000>> - $activeSlave.slaveName is spooning $his _activeSlaveRel possessively, $his rounded belly pushing into _his2 back. - <<elseif _activeSlaveRel.belly >= 50000>> - $activeSlave.slaveName is spooning $his _activeSlaveRel possessively<<if $activeSlave.amp != 1>>, and even in $his sleep, has a proprietary hand on _partnerSlave.slaveName's belly<</if>>. - <<else>> - $activeSlave.slaveName is being spooned by $his _activeSlaveRel, smiling peacefully at being held. - <</if>> - <</switch>> - <<elseif $activeSlave.height > _partnerSlave.height>> - sleeping in bed together, with the taller $activeSlave.slaveName curled around $his little _activeSlaveRel. - <<elseif $activeSlave.amp == 1>> - sleeping in bed together; _partnerSlave.slaveName is using $his limbless _activeSlaveRel as a pillow. - <<elseif _partnerSlave.amp !== 1>> - resting in bed together, holding hands in their sleep. - <<else>> - sleeping quietly in bed together. - <</if>> - - <<else>> /* TOGETHER TIME */ - <<if ($activeSlave.actualAge >= _partnerSlave.actualAge+10) && canTalk(_partnerSlave)>> - tidying up their room together. _partnerSlave.slaveName is chattering about _his2 day, while $activeSlave.slaveName <<if canHear($activeSlave)>>listens<<else>>works<</if>> quietly, smiling fondly at $his _activeSlaveRel's prattle. - <<elseif ($activeSlave.amp !== 1) && !canTalk($activeSlave)>> - getting ready for bed. $activeSlave.slaveName is using gestures to tell $his $activeSlave.slaveName about $his day; _partnerSlave.slaveName is very patient and does _his2 best to follow. - <<elseif ($activeSlave.behavioralQuirk == "confident") && canTalk($activeSlave)>> - finishing up a meal together. $activeSlave.slaveName is concluding a story, $his clear confident voice ringing as $he relates a slight. - <<elseif ($activeSlave.behavioralQuirk == "cutting") && canTalk($activeSlave)>> - seeing to their chores together. $activeSlave.slaveName is making biting remarks about another one of your other slaves, with which $his _activeSlaveRel agrees tolerantly. - <<elseif ($activeSlave.behavioralQuirk == "funny") && canTalk(_partnerSlave)>> - seeing to their chores together. $activeSlave.slaveName has just produced some unintentional slapstick humor, and $his _activeSlaveRel is giggling helplessly at $his antics. - <<elseif ($activeSlave.behavioralQuirk == "fitness")>> - have just woken up. $activeSlave.slaveName is doing $his morning crunches, and $his _activeSlaveRel is sleepily sitting on $his feet to help. - <<elseif ($activeSlave.behavioralQuirk == "insecure") && canTalk(_partnerSlave)>> - have just woken up. $activeSlave.slaveName is getting dressed when $his _activeSlaveRel pays $him a compliment; $activeSlave.slaveName blushes and gives _partnerSlave.slaveName a kiss. - <<elseif ($activeSlave.behavioralQuirk == "sinful") && canTalk($activeSlave)>> - have just woken up. $activeSlave.slaveName appears to be praying, but to go by $his _activeSlaveRel's quiet mirth, $he seems to be substituting in some lewd words. - <<elseif ($activeSlave.behavioralQuirk == "advocate") && canTalk($activeSlave)>> - starting a meal together. A third, less well trained slave has asked $activeSlave.slaveName an innocent question, and is getting enthusiastic slave dogma in return. $His _activeSlaveRel smiles tolerantly. - <<elseif ($activeSlave.amp == 1) && (_partnerSlave.amp !== 1)>> - using some of their free time to watch the weather; _partnerSlave.slaveName carried _his2 _activeSlaveRel to a window so $he could look out with _him2. - <<elseif ($activeSlave.amp !== 1) && (_partnerSlave.amp == 1)>> - using some of their free time to watch the weather; $activeSlave.slaveName carried $his _activeSlaveRel to a window so _he2 could look out with $him. - <<elseif $cockFeeder == 1>> - taking in a meal together; they've chosen dispensers next to each other and are slurping away. - <<elseif $suppository == 1>> - taking their drugs together; they've chosen fuckmachines next to each other and are chatting quietly as they're sodomized. - <<else>> - eating a quiet meal together. - <</if>> - - <</if>> - /* CLOSE SEXY/CUDDLE/TOGETHER TIME */ - - <<set $slaves[$slaveIndices[_partnerSlave.ID]] = _partnerSlave>> - <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> - <<set $target = "FRelation", _partnerSlave = null>> + <<= loverSlave($activeSlave)>> <<elseif ($partner == "relationship") || ($partner == "relation")>> <<set _partnerSlave = null>> @@ -487,17 +167,17 @@ <<default>> <<if (_partnerSlave.heels == 1) && !["flats", "none"].includes(_partnerSlave.shoes)>> - walks past your desk with the tiny swaying steps $he must take in order to walk on _his2 surgically altered legs. _he2 is on _his2 way to + walks past your desk with the tiny swaying steps $he must take in order to walk on _his2 surgically altered legs. _He2 is on _his2 way to <<elseif ["heels", "pumps"].includes(_partnerSlave.shoes)>> - walks past your desk with the swaying steps _he2 must take in _his2 high heels. _he2 is on _his2 way to + walks past your desk with the swaying steps _he2 must take in _his2 high heels. _He2 is on _his2 way to <<elseif (_partnerSlave.shoes == "boots")>> - walks past your desk with the confident gait encouraged by _his2 high heeled boots. _he2 is on _his2 way to + walks past your desk with the confident gait encouraged by _his2 high heeled boots. _He2 is on _his2 way to <<elseif (_partnerSlave.shoes == "extreme heels")>> - walks past your desk with the tiny swaying steps _he2 must take in _his2 ridiculous heels. _he2 is on _his2 way to + walks past your desk with the tiny swaying steps _he2 must take in _his2 ridiculous heels. _He2 is on _his2 way to <<elseif (_partnerSlave.heels == 1)>> - crawls past your desk on all fours, since _he2 has not been allowed the heels _he2 needs to walk upright. _he2 is on _his2 way to + crawls past your desk on all fours, since _he2 has not been allowed the heels _he2 needs to walk upright. _He2 is on _his2 way to <<elseif (_partnerSlave.amp == 1)>> - is carried past your desk by one of your other slaves. _he2 is on _his2 way to + is carried past your desk by one of your other slaves. _He2 is on _his2 way to <<else>> walks past your desk on _his2 way to <</if>>