<<set $previousTime = $currentTime>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="center-buttons">
<<if $voreNowAvailable == true && $hasVored == false>>
<div class="content-box">
<i>Your stomach growls. It seems to be craving something bigger, heavier, something human...</i>
</div>
<</if>>
<<if $milk >= $milkCapacity>>
<div class="content-box">
<i>Your breasts are completely engorged with milk. Your nipples are rock hard, begging for release.</i>
</div>
<</if>>
<div class="button-link">[[Garage]]</div>
<div class="button-link">[[Bathroom]]</div>
<div class="button-link">[[Bedrooms]]</div>
<div class="button-link">[[Kitchen]]</div>
<div class="button-link">
<<link "Scroll on your phone for an hour" "Home">>
<<set $currentTime += 1>>
<<if not $noFatGain>>
<<if $dailyFatCalc>>
<<goto "Home">>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.5)>>
<<set $mentalExhaustion -= 1>>
<<else>>
<<script>>window.calculateBodyFat(1)<</script>>
<</if>>
<</if>>
<</link>>
</div>
<<if $hasBodyCompMachine>>
<div class="button-link">
<<link "Use Body Comp Machine">>
<<goto "bodyCompHome">>
<</link>>
</div>
<</if>>
</div>
<<if $currentTime gte 24>>
<<goto "Sleep">>
<</if>>
<<phone>>
<<set $introComplete to true>>
<<set $mainEndurance = (((3 + ($enduranceBoost) + ($emuscle * 0.5)) - (($ebreastsBoost / 9) + ($bodyFat/5) + ($buttSize / 2.3))))>>
<<script>>
setup.calculateStats();
<</script>>
<<phone>>
<<if $gainedFollowersOvernight>>
<<set $phoneWidgetNotificationsToAdd += 1>>
<<set $gainedFollowersOvernight to false>>
<</if>>
<<if $mentalExhaustion < 0>>
<<set $mentalExhaustion = 0>>
<</if>><<run $('body').css('background-image', '')>>
<div class="center-buttons">
<div class="button-link">
<<link "Look in the mirror">><<goto "mirrorBridge">><</link>>
</div>
<div class="button-link">
<<link "Use an item">><<goto "items">><</link>>
</div>
<div class="button-link">
<<link "Get your measurements">><<goto "measurements">><</link>>
</div>
<div class="button-link">
<<link "Weigh yourself">><<goto "weight">><</link>>
</div>
<<if $lactating is true && $milk >= $milkCapacity * 0.75>>
<div class="button-link">
<<link "Milk yourself">><<goto "milkSelf">><</link>>
</div>
<</if>>
<div class="button-link">
<<link "Take a shower">><<goto "shower">><</link>>
</div>
<div class="button-link">
<<link "Go back">><<goto "Home">><</link>>
</div>
</div>
<<set $eweight = $eweightBase + ($emuscle * 2) + ($ebreastsBoost * 1.5) + ($eheightBoost * 5) + ($ehipsBoost * 0.5) + $ewaistBoost + ($buttSize * 5) + ($bodyFat * 3) + $stomachFullness + ($milk / 16)>>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<div class="button-link">
<<link "Use computer">><<goto "Use computer">><</link>>
</div>
<div class="button-link">
<<link "Read a book">><<goto "learnSomething">><</link>>
</div>
<div class="button-link">
<<link "Go back">><<goto "Home">><</link>>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="button-link">[[Dieting/Meal Planning|diet]]</div>
<div class="button-link">[[Eat something|Snack]]</div>
<div class="button-link">[[Faucet|faucet]]</div>
<div class="button-link">[[Return|Home]]</div>
</div>
<<run calculateDailyCalorieRequirements()>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getMirFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getMirrorImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _muscleDesc = setup.describeMuscleMir()>>
<<set _breastsDesc = setup.describeBreastsMir()>>
<<set _heightDesc = setup.describeHeightMir()>>
<<set _hipsDesc = setup.describeHipsMir()>>
<<set _waistDesc = setup.describeWaistMir()>>
<<set _buttDesc = setup.describeAssMir()>>
<<set _fatDesc = setup.describeFatMir()>>
<<set _bellyDesc = setup.describeBellyMir()>>
<<=_muscleDesc>> <<=_breastsDesc>> <<=_heightDesc>> <<=_waistDesc>> <<=_hipsDesc>> <<=_buttDesc>> <<=_fatDesc>> <<=_bellyDesc>>
<div class="center-buttons">
<div class="button-link">
<<link "Go Back">><<goto "Bathroom">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="center-buttons">
<div class="button-link">
<<link "Go to the mall">><<goto "mall">><</link>>
</div>
<div class="button-link">
<<link "Go to the gym">><<goto "gym">><</link>>
</div>
<div class="button-link">
<<if $completedKellyIntro>>
<<link "Go to Kelly's Store">><<goto "Kelly's Brewhouse">><</link>>
<<else>>
<<link "Go to mysterious store">>
<<goto "kellyIntro">>
<</link>>
<</if>>
</div>
<div class="button-link">
<<link "Go to the park">><<goto "Park">><</link>>
</div>
<div class="button-link">
<<link "Go to the Beach">><<goto "Beach">><</link>>
</div>
<<if $hasWorked is false>>
<div class="button-link">
<<link "Go to work">><<goto "work">><</link>>
</div>
<<else>>
You've already worked today.
<</if>>
<div class="button-link">
<<link "Alamoss Biotech">><<goto "biotech">><</link>>
</div>
<div class="button-link">
<<link "Farmer's Market">><<goto "fmarket">><<set $mikaylaInit to true>><</link>>
</div>
<div class="button-link">
<<link "Atlantic Heights Casino">><<goto "casino">><</link>>
</div>
<div class="button-link">
<<link "Clearwater University">><<goto "Clearwater University">><</link>>
</div>
<div class="button-link">
<<link "Go back">><<goto "Home">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="center-buttons">
<div class="button-link">
<<link "Alice's Food Emporium">><<goto "Alice's Food Emporium">><</link>>
</div>
<div class="button-link">
<<link "Joe's Gainz Center">><<goto "Joe's Gainz Center">><</link>>
</div>
<<if $metReagan == false>>
<<set $reaganTimer = $dayCounter>>
<div class="button-link">
<<link "Electronics Mart">><<goto "eMart">><</link>> </div>
<<else>>
<div class="button-link">
<<link "Electronics Mart">><<goto "eMart">><</link>>
</div><</if>>
<div class="button-link">
<<link "Fiona's Buffet">><<goto "buffet">><</link>>
</div>
<div class="button-link">
<<link "Go home">><<goto "Garage">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<set _dayCounter to $dayCounter>>
<div style="text-align:center;">You arrive at the gym.</div>
<<if $hasMembership and (_dayCounter < $membershipExpires)>>
<<if _dayCounter > $lastWorkoutDay>>
<div class="center-buttons">
<div class="button-link">
<<link "Workout">>
<<set $lastWorkoutDay to _dayCounter>>
<<goto "Workout">>
<</link>>
</div>
</div>
<<else>>
<div style="text-align:center;">You've already worked out today.</div>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Test your maxes">><<goto "1rm">><</link>>
</div>
</div>
<</if>>
<<if not $hasMembership or (_dayCounter >= $membershipExpires)>>
<div style="text-align:center;">You do not have a membership. Purchase one to workout:</div>
<div class="center-buttons">
<<if $money < 10>>
You do not have enough money to buy a daily membership ($10).
<<else>>
<div class="button-link">
[[Buy Daily Membership ($10)|gym][$money -= 10; $hasMembership = true; $membershipExpires = $dayCounter + 1]]
</div>
<</if>>
<<if $money < 90>>
You do not have enough money to buy a monthly membership ($90).
<<else>>
<div class="button-link">
[[Buy Monthly Membership ($90)|gym][$money -= 90; $hasMembership = true; $membershipExpires = $dayCounter + 30]]
</div>
<</if>>
<<if $money < 480>>
You do not have enough money to buy a yearly membership ($480).
<<else>>
<div class="button-link">
[[Buy Yearly Membership ($480)|gym][$money -= 480; $hasMembership = true; $membershipExpires = $dayCounter + 365]]
</div>
<</if>>
</div>
<</if>>
<<if $metHera == false && $hasMembership and (_dayCounter < $membershipExpires)>>
<div style="text-align:center;">You notice an extremely muscular woman working out.<br><br> </div>
<div class="center-buttons">
<div class="button-link">
<<link "Go to talk to her">><<goto "hera">><</link>>
</div>
</div>
<<elseif $hasMembership and (_dayCounter < $membershipExpires)>>
<div class="center-buttons">
<div class="button-link">
<<link "Go talk to Hera">><<goto "heraMet">><</link>>
</div>
</div>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Go home">><<goto "Garage">><</link>>
</div>
</div>
</div>
<<set $squat to 45 + ($emuscle * 12)>>
<<set $squat_rounded to Math.round($squat / 5) * 5>>
<<set $bPress to 30 + ($emuscle * 11.5)>>
<<set $bPress_rounded to Math.round($bPress / 5) * 5>>
<<set $dLift to 65 + ($emuscle * 12)>>
<<set $dLift_rounded to Math.round($dLift / 5) * 5>>
<<set $pUps to 0 + ($emuscle * 0.6)>>
<<set $pUps_rounded to Math.floor($pUps)>># Menu
(if: $emuscle < 10)[
(link: '<img src="images/avLvl0.png"
style="width:256px;height:256px;">')[(goto:"Passage Name")]
](else-if: $emuscle >= 10 and $emuscle < 20)[
(link: '<img src="images/avLvl10.png" style="width:256px;height:256px;">')[(goto:"Passage Name")]
](else-if: $emuscle >= 20 and $emuscle < 30)[
(link: '<img src="images/avLvl20.png" style="width:256px;height:256px;">')[(goto:"Passage Name")]
](else-if: $emuscle >= 30)[
(link: '<img src="images/avLvl30.png" style="width:256px;height:256px;">')[(goto:"Passage Name")]
]
Money: $$money
(link: "Debug Menu")[(goto: "debug")]
(link: "Save/Load")[(goto: "SaveLoad")]
(link: "Help (WIP)")[(goto: "help")]
(Link: "Supporters")[(goto: "patronRec")]
(link: "Go Home")[(goto: "Home")]<<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getGymBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getGymBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getGymFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyGymImage()>>
<<else>>
<<set _bgImage to setup.getGymImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<<set $workedOut to true>>
<<set $currentTime += 2>>
<div class="content-box">
<<if $emuscle < 5>>
You do as many bodyweight pushups and air squats as you can before becoming exhausted...
<<elseif $emuscle >= 5 and $emuscle < 10>>
You do a heavy series of weighted push ups and dumbbell squats before becoming exhausted...
<<elseif $emuscle >= 10 and $emuscle < 17>>
You bench press and barbell squat to failure before becoming exhausted
<<elseif $emuscle >= 17 and $emuscle < 25>>
You're exhausted after using every machine in the gym...
<<elseif $emuscle >= 25 and $emuscle < 36>>
You make use of every machine in the gym, but you put extra effort and focus into your bicep curls, watching your arms swell bigger with every rep.
<<elseif $emuscle >= 36 and $emuscle < 52>>
This gym is about to run out of weights heavy enough for you...
<<elseif $emuscle >= 52>>
You make use of every weight in the gym but still barely break a sweat.
*You start to wonder how you'll be able to make your biceps swell even bigger in the future...*
<</if>>
[[Continue|gym]]
</div>
<<set $hoursPassed = $currentTime - $lastUpdatedHour>>
<<if $lactating is true and $hoursPassed > 0>>
<<set $milk = $milk + ($milkProd * $hoursPassed)>>
<<if $milk > $milkCapacity>>
<<set $milk = $milkCapacity>>
<<set $milkFull to true>>
<</if>>
<<set $lastUpdatedHour = $currentTime>>
<</if>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 1)>>
<<set $activityMultiplier += 0.23>>
<div class="menu-container">
<div class="menu-item">
[[Start Intro|introTitleScreen]]
</div>
<div class="menu-item">
[[Skip Intro|homeBridge]]
</div>
</div>
**Disclaimer:**
Please note that all characters depicted in this game are 18 years of age or older. Additionally, all persons portrayed in this game are completely fictitious, and any resemblance to actual persons, living or dead, is purely coincidental.
[[Acknowledged|chooseSettings]]
<div class="translucent-box">
Landlord Johnson: Pleasure doing business with you $playerName ...Your rent, as you know, will be $1350 split among yourself plus two other roommates. Here's one of them, Athena, if you haven't met her already.
[[Continue|house1]]
</div><div class="npc-dialogue">
<img src="images/brookeavLvl0.png" style="width:256px;height:256px; alt="NPC Avatar" class="avatar npc-avatar"> Brooke: "Haha my huge chest says otherwise."
</div>
<div class="player-dialogue">
<img src="images/avLvl0.png" style="width:256px;height:256px; alt="Player Avatar" class="avatar">
<div class="choice-container">
<div class="choice">(link: "Whatever...")[
(set: $response to "well")
(goto: "intro2")
]</div>
<div class="npc-dialogue">
<img src="images/athenaavLvl0.png" style="width:256px;height:256px; alt="NPC Avatar" class="avatar npc-avatar"> Athena: "Hey Emma! I got you something for your birthday. It's a year long membership to my favorite gym!"
</div>
<div class="player-dialogue">
<img src="images/avLvl0.png" style="width:256px;height:256px; alt="Player Avatar" class="avatar">
<div class="choice-container">
<div class="choice">(link: "Thank you!")[
(set: $response to "well")
(goto: "homeBridge")
]</div>
<div class="choice">(link: "Give me a year and I'll be bigger than you!")[
(set: $response to "okay")
(goto: "biggerYear")
]</div>
</div>The next day...
[[Continue|note]]
<<script>>
$(document).ready(function() {
addContactAndMessage("Brooke", "Hey! This is Brooke, your new roommate! I'm just checking in and giving you my number. I can't wait to see what this year has in store for us!");
addContactAndMessage("Athena", "Hey this is Athena, your roommate. I'm reaching out so you have my number.");
});
<</script>><div class="npc-dialogue">
<img src="images/athenaavLvl0.png" style="width:256px;height:256px; alt="NPC Avatar" class="avatar npc-avatar"> Athena: "Umm yeah... that would be cool."
</div>
<div class="player-dialogue">
<img src="images/avLvl0.png" style="width:256px;height:256px; alt="Player Avatar" class="avatar">
<div class="choice-container">
<div class="choice">(link: "I look forward to it")[
(set: $response to "well")
(goto: "homeBridge")
]</div><<run $('body').css('background-image', '')>>
<<if $brookeStage == 0 && $brookeEaten == false>>
<<set _bgImage to setup.getBrookeBImage0()>>
<<elseif $brookeStage == 1 && $brookeEaten == false>>
<<set _bgImage to setup.getBrookeImage1()>>
<<elseif $brookeStage == 2 && $brookeEaten == false>>
<<set _bgImage to setup.getBrookeImage2()>>
<<else>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<<if $act2Started < 1>>
<<if $brookeEaten is false>>
<div class="content-box">
As you enter her room your eyes are immediately drawn to her huge chest.<br>
<<if $ebreastsBoost < 10>>
*sigh*<br>
What I'd give to have tits like that...
<<else>>
*Yummy*
<</if>>
<div class="center-buttons">
<div class="button-link">
<<if $emuscle < 10>>
[[Hey Brooke! Can I talk to you for a second?|brookeMain]]
<<elseif $emuscle >= 10 and $emuscle < 17>>
[[Hey Brooke! Can I talk to you for a second?|bbridge10]]
<<elseif $emuscle >= 17 and $emuscle < 25>>
[[Hey Brooke! Can I talk to you for a second?|bbridge15]]
<<elseif $emuscle >= 25 and $emuscle < 36>>
[[Hey Brooke! Can I talk to you for a second?|bbridge20]]
<<elseif $emuscle >= 36 and $emuscle < 52>>
[[Hey Brooke! Can I talk to you for a second?|bbridge25]]
<<else>>
[[Hey Brooke! Can I talk to you for a second?|bbridge30]]
<</if>>
</div>
<div class="button-link">
[[Go back|Bedrooms]]
</div>
</div>
</div>
<<else>>
<div class="content-box">
No one is in her room.
<div class="button-link">
[[Go back|Bedrooms]]
</div>
</div>
</div>
<</if>>
<<else>>
<div class="content-box">
<i>Act 2 content for Brooke is under construction.</i>
<div class="button-link">
[[Go back|Bedrooms]]
</div>
</div>
</div>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getAthenaAImage0()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $athenaDrained == true>>
<i> There's my favorite worshipper... </i>
<<elseif $emuscle lt 10>>
*gulp*<br>
You forget how big Athena is sometimes. Just one of her huge quads probably has more muscle in it than your entire body.<br>
*Damn... I wish I had a body like that*<br>
She appears to be studying.
<<elseif $emuscle gte 10>>
What a body...
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Hey Athena! Can I talk to you for a second?">>
<<if $emuscle lt 10 or $athenaDrained == true>>
<<goto "athenaMain">>
<<elseif $emuscle gte 10 and $emuscle lt 17>>
<<goto "abridge10">>
<<elseif $emuscle gte 17 and $emuscle lt 25>>
<<goto "abridge15">>
<<elseif $emuscle gte 25 and $emuscle lt 36>>
<<goto "abridge20">>
<<elseif $emuscle gte 36 and $emuscle lt 52>>
<<goto "abridge25">>
<<elseif $emuscle gte 52 and $emuscle lt 85>>
<<goto "abridge30">>
<<elseif $emuscle gte 85>>
<<goto "abridge35">>
<</if>>
<</link>>
</div>
<div class="button-link">
<<link "Go back">><<goto "Bedrooms">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">You have $<<print $money>></div>
<div class="center-buttons">
<div class="button-link">
<<link "Hire delivery service">><<goto "gShopper">><</link>>
</div>
<<if $money >= 4>>
<<link "Gallon of milk: $4">>
<<set $money -= 4>>
<<set $milkGallon += 1>>
<<goto "Alice's Food Emporium">>
<</link>>
<<else>>
You don't have enough money to buy that.
<</if>>
<<if $money >= 4>>
<<link "Eggs 12-count: $4">>
<<set $money -= 4>>
<<set $eggs += 12>>
<<goto "Alice's Food Emporium">>
<</link>>
<<else>>
You don't have enough money to buy that.
<</if>>
<<if $money >= 15>>
<<link "Chicken breasts 8-count: $15">>
<<set $money -= 15>>
<<set $chickenBreasts += 8>>
<<goto "Alice's Food Emporium">>
<</link>>
<<else>>
You don't have enough money to buy that.
<</if>>
<<if $money >= 10>>
<<link "Ribeye steak: $10">>
<<set $money -= 10>>
<<set $steak += 1>>
<<goto "Alice's Food Emporium">>
<</link>>
<<else>>
You don't have enough money to buy that.
<</if>>
<div class="button-link">
<<link "Go Home">><<goto "Garage">><</link>>
</div>
</div>
</div>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Lyra: Can I help you with something?
<div class="center-buttons">
<div class="button-link">
<<link "What do you have for sale?">><<goto "biotechStore">><</link>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Ask about gene editing">><<goto "sprojects">><</link>>
</div>
</div>
<div class="center-buttons">
<<if $emuscle >= 52 && $act2Started == 0>>
Hey, the CEO would like to see you in her office. I wouldn't make her wait if I were you...
<div class="button-link">
<a class="startAct2" onclick='startAct2()'>Go to the CEO's office</a>
</div>
<<else>>
<</if>>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Leave">><<goto "Garage">><</link>>
</div>
</div>
</div>
<<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="center-buttons">
<div class="button-link">
<<link "Go to class">><<goto "class">><</link>>
</div>
<div class="button-link">
<<link "Go to the cafeteria">><<goto "cafeteria">><</link>>
</div>
<div class="button-link">
<<link "Go to the library">><<goto "library">><</link>>
</div>
<div class="button-link">
<<link "Go to the indoor pool">><<goto "indoorPool">><</link>>
</div>
<div class="button-link">
<<link "Sign up for intramurals">><<goto "intramurals">><</link>>
</div>
<div class="button-link">
<<link "Go back">><<goto "Garage">><</link>>
</div>
</div>
</div>Athena: Sure, what's u
(link: "Do you want to arm wrestle?")[
(if: $muscleLevel < 10)[
(goto: "arRejected")
]
(else-if: $emuscle >=10 and $emuscle < 17)[
(goto: "ar10")
](else-if: $emuscle >=17 and $emuscle < 25)[
(goto: "ar15")
](else-if: $emuscle >=25 and $emuscle < 36)[
(goto: "ar20")
](else-if: $emuscle >=36 and $emuscle < 52)[
(goto: "ar25")
](else-if: $emuscle >=52)[
(goto: "ar30")
]
]
(link: "Nevermind...")[
(set: $response to "okay")
(goto: "athenaMain")
]
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getAthenaFImage0()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena: "I don't think that's a good idea... I might hurt you..."
<div class="center-buttons">
<div class="button-link">
<<link "You're probably right...">><<goto "athenaMain">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
Sure Emma, let's do it!
<div class="center-buttons">
<div class="button-link">
<<link "Bring it on!">><<goto "ar10">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="center-buttons">
<<if $webcam>>
<div class="button-link">
<<link "Stream">><<goto "startStream">><</link>>
</div>
<</if>>
<div class="button-link">
<<link "play video games">><<goto "PlayVideoGames">><</link>>
</div>
<div class="button-link">
<<link "Go back">><<goto "Bedroom">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">You arrive at the beach</div>
<div class="button-link">
<<link "Go for a walk">>
<<goto "beachWalk">>
<</link>>
</div>
<div class="button-link">
<<link "Lie down for a little while">>
<<goto "layBeach">>
<</link>>
</div>
<div class="button-link">
<<link "Go for a swim">>
<<goto "beachSwim">>
<</link>>
</div>
<<set _dayOfWeek to window.getDayOfWeek()>>
<<if _dayOfWeek is 'Saturday' && $currentTime >= 12 && $currentTime <= 13>>
<div class="button-link">
<<link "Enter bodybuilding competition">>
<<goto "benter">>
<</link>>
</div>
<<else>>
<center>Bodybuilding competitions are only on Saturdays at 1:00 pm.</center>
<</if>>
<<set _dayOfWeek to window.getDayOfWeek()>>
<<if _dayOfWeek is 'Sunday' && $currentTime >= 10 && $currentTime <= 11>>
<div class="button-link">
<<link "Check out the eating competition">>
<<goto "ecompetition">>
<</link>>
</div>
<<else>>
<center>Eating competitions are only on Sundays at 11:00 am.</center>
<</if>>
<<if $voreSerum == true && $stomachCapacity - $stomachFullness >= 100 && $hasSearchedVoreBeach == false>>
<div style="text-align:center;">You pat your empty stomach as hunger starts to set in.</div>
<div class="button-link">
<<link "Look for someone to eat">><<goto "beachVore">><</link>>
</div>
<<elseif $voreSerum == true && $stomachCapacity - $stomachFullness >= 100 && $hasSearchedVoreBeach == true>>
You've already looked around the beach for someone to eat today.
<<else>>
<</if>>
<<if $canDrain == true && $hasSearchedDrainBeach == false>>
You tense your bicep. The urge to pack on even more muscle mass is all-consuming.
<div class="button-link">
<<link "Look for someone to drain">><<goto "beachDrain">><</link>>
</div>
<<elseif $canDrain && $hasSearchedDrainBeach == true>>
You've already looked around the park for someone to drain today.
<<else>>
<</if>>
<div class="button-link">
<<link "Go Home">><<goto "Garage">><</link>>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<script>>
setup.calculateStats();
<</script>>
You're too tired to do anything else...
[[Go to sleep|awake]]
<<set $echestPrev = $echest>>
<<set $bodyFatBeforeSleep = $bodyFat>>
<<set $breastsBeforeSleep = $ebreastsBoost>>
<<run console.log("Body Fat Before Sleep: " + $bodyFatBeforeSleep)>>
<<run console.log("breasts before sleep: " + $breastsBeforeSleep)>>
<<set $drankAmount to 0>>
<<set $mikaylaMilk to 16>>
<<set $prevMuscle1 = $emuscle>>
<<set $prevBodyFat1 = $bodyFat>>
<<if $onSteroids == true>>
<<if $dayCounter > $steroidsStartDay + 14>>
<<set $onSteroids = false>>
<<set $steroidsDaysLeft = 0>>
<<set $emMultiplier -= 2>>
<<else>>
<<if !$steroidBoostApplied>>
<<set $emMultiplier += 2>>
<<set $steroidBoostApplied = true>>
<</if>>
<<set $steroidsDaysLeft = ($steroidsStartDay + 14) - $dayCounter>>
<</if>>
<<else>>
<<if $steroidBoostApplied>> // If steroids were previously active but are now off
<<set $emMultiplier -= 2.5>> // Remove the steroid boost
<<set $steroidBoostApplied = false>> // Reset the flag
<</if>>
<</if>>
<<set $previousStomachCapacity = $stomachCapacity>>
<<set $stomachCapacity += $maxCapacityHits * 0.2 * $voreSerumMult>>
<<set $rachelFullness to 0>>
<<set $rachelEatenToday to false>>
<<set $reaganFullness to 0>>
<<if $reaganEatenToday == true>>
<<set $reaganStage += 1>>
<<set $reaganCapacity += 0.40>>
<</if>>
<<set $reaganEatenToday to false>>
<<set $hasSearchedVorePark = false>>
<<set $hasSearchedVoreBeach = false>>
<<set $hasSearchedDrainPark = false>>
<<set $hasSearchedDrainBeach = false>>
<<script>>
(function() {
// Get current follower count and appearance score
var currentFollowers = State.variables.instagramFollowers || 0;
var appearanceScore = State.variables.appearanceScore || 0;
// Base growth rate
var baseGrowthRate = 0.01;
// Appearance score modifier (increases growth rate by up to 1% based on appearance)
var appearanceModifier = Math.min(appearanceScore / 100, 0.01);
// Calculate total growth rate
var totalGrowthRate = baseGrowthRate + appearanceModifier;
// Calculate new followers
var newFollowers = Math.floor(currentFollowers * totalGrowthRate);
// Add randomness (-10% to +10% of calculated new followers)
var randomFactor = 0.9 + (Math.random() * 0.2); // 0.9 to 1.1
newFollowers = Math.floor(newFollowers * randomFactor);
// Update follower count
State.variables.instagramFollowers += newFollowers;
// If new followers were gained, send a notification
if (newFollowers > 0) {
window.sendNotification('Instagram', `You gained ${newFollowers} new followers!`);
}
})();
<</script>>
<<if $stomachCapacity >= 120 && $voreSerum == true>>
<<set $voreNowAvailable = true>>
<</if>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<set $eheight = (60 + $eheightBoost)>>
<<if $emuscle > 10>>
<<set $echest = (28 + $ebreastsBoost + ($emuscle * 0.575))>>
<<set $ehips = (28 + $ehipsBoost + ($emuscle * 0.5417))>>
<<else>>
<<set $echest = (28 + $ebreastsBoost + ($emuscle * 0.75))>>
<<set $ehips = (28 + $ehipsBoost + ($emuscle * 0.65))>>
<</if>>
<<set $ewaist = (25 + $ewaistBoost + ($emuscle * 0.4))>>
<<set $ebiceps = 8 + $emuscle * 0.27>>
<<set $equads = 18 + $emuscle * 0.55>>
You use Athena's measuring tape to get your measurements.<br>
<<if $metric == true>>
Height: <<print Math.round($eheight * 2.54 * 10) / 10>> cm<br>
Chest: <<print Math.round($echest * 2.54 * 10) / 10>> cm<br>
Waist: <<print Math.round($ewaist * 2.54 * 10) / 10>> cm<br>
Hips: <<print Math.round($ehips * 2.54 * 10) / 10>> cm<br>
Biceps: <<print Math.round($ebiceps * 2.54 * 10) / 10>> cm<br>
Quads: <<print Math.round($equads * 2.54 * 10) / 10>> cm<br>
<<else>>
Height: <<print Math.round($eheight * 10) / 10>> inches<br>
Chest: <<print Math.round($echest * 10) / 10>> inches<br>
Waist: <<print Math.round($ewaist * 10) / 10>> inches<br>
Hips: <<print Math.round($ehips * 10) / 10>> inches<br>
Biceps: <<print Math.round($ebiceps * 10) / 10>> inches<br>
Quads: <<print Math.round($equads * 10) / 10>> inches<br>
<</if>>
[[Return|Bathroom]]
</div>
<<if $emuscle > 10>>
<<set $echestCalc = (28 + ($emuscle * 0.575))>>
<<set $ehipsCalc = (28 + ($emuscle * 0.5417))>>
<<else>>
<<set $echestCalc = (28 + ($emuscle * 0.75))>>
<<set $ehipsCalc = (28 + ($emuscle * 0.65))>>
<</if>>
<<set $ewaistCalc = (25 + ($emuscle * 0.4))>>
<<set $ebicepsCalc = 8 + $emuscle * 0.27>>
<<set $equadsCalc = 18 + $emuscle * 0.55>>
<<set $eheightCalc = (60 + ($emuscle * 0.231))>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<set _scaleDesc = setup.scaleDesc()>>
<<if $hasLightScale or $hasHeavyScale>>
<<if $hasLightScale and not $hasHeavyScale and $eweight > 400>>
You step on to the scale. However, your immense bulk crushes the scale beneath your feet. Looks like it's time to get a scale a little more capable of handling your huge body.
<<set $hasLightScale to false>>
<<elseif $hasLightScale and $eweight <= 400>>
<<if $metric is true>>
<<=_scaleDesc>>You weigh <<print Math.round(($eweight * 0.45359237) * 10) / 10>> kilograms.
<<else>>
<<=_scaleDesc>> You weigh <<print Math.round($eweight * 10) / 10>> pounds.
<</if>>
<<elseif $hasHeavyScale>>
<<if $metric is true>>
<<=_scaleDesc>> You weigh <<print Math.round(($eweight * 0.45359237) * 10) / 10>> kilograms.
<<else>>
<<=_scaleDesc>> You weigh <<print Math.round($eweight * 10) / 10>> pounds.
<</if>>
<</if>>
<<else>>
You don't have a scale. You need to buy a scale from the store before you can measure your weight.
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Go Back">><<goto "Bathroom">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
Harper: Take a look...
You have $<<print $money>>
<<if $creatine is true>>
Creatine (40 oz): $40 (You already have creatine.)
<<elseif $money >= 40>>
[[Creatine (40 oz): $40|gainzShop][$money -= 40; $creatine = true]]
<<else>>
Creatine (40 oz): $40 (You don't have enough money to buy that.)
<</if>>
<<if $money >= 7>>
[[Protein shake: $7|gainzShop][$money -= 7; $protein += 1]]
<<else>>
Protein shake: $7 (You don't have enough money to buy that.)
<</if>>
[[Go back|Joe's Gainz Center]]
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHarperImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $harperGone == false>>
<<set _harperReply = setup.harperReply()>>
<<if $harperFirst == true>>
*holy shit*<br>
As you enter you notice a gigantic woman. She has bigger muscles than any man or woman you've seen.
<<elseif $emuscle < 10 or $bodyFat >= 14>>
Harper's bulging muscles never fail take your breath away. They almost seem to be growing while you look at them.
<<elseif $emuscle >= 10 and $emuscle < 36>>
You never get tired of seeing Harper's muscles. <i>I hope I get that big one day...</i>
<<elseif $emuscle >= 36 and $emuscle < 52>>
*I can't wait till I'm that big*
<<elseif $emuscle >= 52>>
<i>It won't be long before she'll need to start worshipping me...</i>
<<else>>
<</if>>
Harper: <<=_harperReply>>
<<if $canDrain == true and $harperDrained == false>>
<i> God, her muscles look so delicious. I wonder if I can absorb them for myself...</i>
<a class="voreFood" onclick='drainHarper()'>Drain Harper's muscles</a>
<<else>>
<</if>>
[[How did you get so big?|hBig]]
[[What do you have in stock?|gainzShop]]
[[Use body comp machine|bodycomp]]
[[Go home|Home]]
<<else>>
<i>Joe's Gainz Center, post Harper being drained, is under construction.</i>
<</if>>
</div>
<<set $harperFirst to false>>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHarperFlexingImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Harper: "Oh these little muscles? Haha... Thanks for the compliment. My physique is the result of a lot of hard work and eating right for years and years."
[[I'm sure...|Joe's Gainz Center]]
</div><<run $('body').css('background-image', '')>>
WARNING!!!
USING THIS COULD BREAK THE GAME!!! USE WITH CAUTION!!!
Current Muscle Multiplier: $emMultiplier
Global Growth Multiplier: <<= $growthMultiplier>>
Money: $<<= $money>>
Muscle Lvl: <<= $emuscle>>
Milk: <<= $milk>> ounces
Milk capacity: <<= $milkCapacity>>
Hourly milk production: <<= $milkProd>>
Lactating: <<= $lactating>>
Stomach Fullness: <<=$stomachFullness>>
Stomach Capacity: <<=$stomachCapacity>>
bodyFat: $bodyFat
totalDailyCalories: $totalDailyCalories
dayCounter: $dayCounter
breasts Boost: $ebreastsBoost
butt size: $buttSize
hips boost: $ehipsBoost
height boost: $eheightBoost
<<set $appearanceScore = $emuscle + $ebreastsBoost + ($ehipsBoost * 2)>>
<<link "Increase money by 10000">>
<<set $money += 10000>>
<<goto "debug">>
<</link>>
<<link "Set to muscle level 0">>
<<set $emuscle = 0>>
<<goto "debug">>
<</link>>
<<link "Increase muscle level by 5">>
<<set $emuscle += 5>>
<<goto "debug">>
<</link>>
<<link "Advance day">>
<<set $currentTime = 24>>
<<goto "debug">>
<</link>>
<<link "Decrease stomach fullness by 1">>
<<set $stomachFullness -= 1>>
<<goto "debug">>
<</link>>
<<link "Increase stomach capacity by 1">>
<<set $stomachCapacity += 1>>
<<goto "debug">>
<</link>>
<<link "Increase stomach capacity by 100">>
<<set $stomachCapacity += 100>>
<<goto "debug">>
<</link>>
<<link "Set bodyFat to 0">>
<<set $bodyFat = 0>>
<<goto "debug">>
<</link>>
<<link "Add body fat + 5">>
<<set $bodyFat += 5>>
<<goto "debug">>
<</link>>
<<link "Remove body fat - 5">>
<<set $bodyFat -= 5>>
<<goto "debug">>
<</link>>
<<link "Max Diet Intelligence">>
<<set $dietIntelligence += 30>>
<<goto "debug">>
<</link>>
<<link "Add one of each food">>
<<set $milkGallon += 1>>
<<set $eggs += 1>>
<<set $chickenBreasts += 1>>
<<set $steak += 1>>
<<goto "debug">>
<</link>>
<<link "Increase milk by 10 ounces">>
<<set $milk += 10>>
<<goto "debug">>
<</link>>
<<link "Decrease milk by 10 ounces">>
<<set $milk -= 10>>
<<goto "debug">>
<</link>>
<<link "Increase milk production by 1 ounce per hour">>
<<set $milkProd += 1>>
<<goto "debug">>
<</link>>
<<link "Increase milk capacity by 5 ounces">>
<<set $milkCapacity += 5>>
<<goto "debug">>
<</link>>
<<link "Increase breasts by 11">>
<<set $ebreastsBoost += 11>>
<<goto "debug">>
<</link>>
<<link "Decrease breasts by 5">>
<<set $ebreastsBoost -= 5>>
<<goto "debug">>
<</link>>
<<link "Increase muscle level by 1">>
<<set $emuscle += 1>>
<<goto "debug">>
<</link>>
<<link "Decrease muscle level by 1">>
<<set $emuscle -= 1>>
<<goto "debug">>
<</link>>
<<link "Increase height by 5">>
<<set $eheightBoost += 5>>
<<goto "debug">>
<</link>>
<<link "Decrease height by 5">>
<<set $eheightBoost -= 5>>
<<goto "debug">>
<</link>>
<<link "Increase height by 1">>
<<set $eheightBoost += 1>>
<<goto "debug">>
<</link>>
<<link "Decrease height by 1">>
<<set $eheightBoost -= 1>>
<<goto "debug">>
<</link>>
<<link "Increase hips by 5">>
<<set $ehipsBoost += 5>>
<<goto "debug">>
<</link>>
<<link "Decrease hips by 5">>
<<set $ehipsBoost -= 5>>
<<goto "debug">>
<</link>>
<<link "Increase waist by 5">>
<<set $ewaistBoost += 5>>
<<goto "debug">>
<</link>>
<<link "Decrease waist by 5">>
<<set $ewaistBoost -= 5>>
<<goto "debug">>
<</link>>
<<link "Increase butt by 5">>
<<set $buttSize += 0.5>>
<<goto "debug">>
<</link>>
<<link "Decrease butt by 5">>
<<set $buttSize -= 0.5>>
<<goto "debug">>
<</link>>
<<link "Add one of each potion type">>
<<set $emPotion += 1>>
<<set $breastsPotion += 1>>
<<set $waistPotion += 1>>
<<set $hipsPotion += 1>>
<<set $buttPotion += 1>>
<<set $heightPotion += 1>>
<<goto "debug">>
<</link>>
<<link "Add 5 of each potion type">>
<<set $musclePotion += 5>>
<<set $breastsPotion += 5>>
<<set $fatPotion += 5>>
<<set $hipsPotion += 5>>
<<set $buttPotion += 5>>
<<set $heightPotion += 5>>
<<goto "debug">>
<</link>>
<<return "Go back">>
<<if $emuscle > 10>>
<<set $echest = (28 + $ebreastsBoost + ($emuscle * 0.575))>>
<<set $ehips = (28 + $ehipsBoost + ($emuscle * 0.5417))>>
<<else>>
<<set $echest = (28 + $ebreastsBoost + ($emuscle * 0.75))>>
<<set $ehips = (28 + $ehipsBoost + ($emuscle * 0.65))>>
<</if>>
<<set $ewaist = (25 + $ewaistBoost + ($emuscle * 0.4))>>
<<set $ebiceps = 8 + $emuscle * 0.45>>
<<set $equads = 18 + $emuscle * 0.75>>
<<set $eheight = (60 + $eheightBoost + ($emuscle * 0.231))>>
<<if $emuscle > 10>>
<<set $echestCalc = (28 + ($emuscle * 0.575))>>
<<set $ehipsCalc = (28 + ($emuscle * 0.5417))>>
<<else>>
<<set $echestCalc = (28 + ($emuscle * 0.75))>>
<<set $ehipsCalc = (28 + ($emuscle * 0.65))>>
<</if>>
<<set $ewaistCalc = (25 + ($emuscle * 0.4))>>
<<set $ebicepsCalc = 8 + $emuscleCalc * 0.45>>
<<set $equadsCalc = 18 + $emuscleCalc * 0.75>>
<<set $eheightCalc = (60 + ($emuscle * 0.231))>>
<<if $echest <= 28>>
<<set $cupSize = "AA">>
<<elseif $echest > 28 and $echest <= 31>>
<<set $cupSize = "A">>
<<elseif $echest > 31 and $echest <= 34>>
<<set $cupSize = "B">>
<<elseif $echest > 34 and $echest <= 37>>
<<set $cupSize = "C">>
<<elseif $echest > 37 and $echest <= 40>>
<<set $cupSize = "D">>
<<elseif $echest > 40 and $echest <= 43>>
<<set $cupSize = "DD">>
<<elseif $echest > 43 and $echest <= 46>>
<<set $cupSize = "DDD/E">>
<<elseif $echest > 46 and $echest <= 49>>
<<set $cupSize = "F">>
<<elseif $echest > 49 and $echest <= 52>>
<<set $cupSize = "G">>
<<elseif $echest > 52 and $echest <= 55>>
<<set $cupSize = "H">>
<<elseif $echest > 55 and $echest <= 58>>
<<set $cupSize = "I">>
<<elseif $echest > 58 and $echest <= 61>>
<<set $cupSize = "J">>
<<elseif $echest > 61 and $echest <= 64>>
<<set $cupSize = "K">>
<<elseif $echest > 64 and $echest <= 67>>
<<set $cupSize = "L">>
<<elseif $echest > 67 and $echest <= 70>>
<<set $cupSize = "M">>
<<else>>
<<set $cupSize = "is gigantic and requires custom made bras">>
<</if>>
<<set $hoursPassed = $currentTime - $lastUpdatedHour>>
<<if $lactating is true and $hoursPassed > 0>>
<<set $milk = $milk + ($milkProd * $hoursPassed)>>
<<if $milk > $milkCapacity>>
<<set $milk = $milkCapacity>>
<<set $milkFull to true>>
<</if>>
<<set $lastUpdatedHour = $currentTime>>
<</if>><<run $('body').css('background-image', '')>>
<<set $currentTime += 2>>
<<set $videoGameSkill += 1>>
<div class="content-box">
Brooke: "I'd love too!"
You and Brooke play video games for 2 hours. Your skill at video games improved. (This doesn't have any gameplay affects at the moment)
<div class="button-link">
[[Continue|brookeMain]]
</div>
</div>
<<set $hoursPassed = $currentTime - $lastUpdatedHour>>
<<if $lactating is true and $hoursPassed > 0>>
<<set $milk = $milk + ($milkProd * $hoursPassed)>>
<<if $milk > $milkCapacity>>
<<set $milk = $milkCapacity>>
<<set $milkFull to true>>
<</if>>
<<set $lastUpdatedHour = $currentTime>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _kellyReply = setup.kellyReply()>>
<<if $visitedStore>>
Kelly: <<=_kellyReply>>
<<else>>
Kelly: "Ah, I knew you wouldn't be able to resist. Welcome $playerName. What can I do for you?"
<</if>>
<<if $kellyName == false>>
[[Wait, how do you know my name?|hName]]
<<else>>
<</if>>
[[What do you have for sale?|kShop]]
[[Can you flex your bicep for me?|kFlex]]
<<link "Go home">><<goto "Home">><</link>>
</div>
<<set $visitedStore = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> As you approach the woman, you notice she's way bigger up close</i>
<span style="color: orange;">Hera: "Did you need something?"</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Oh my god...you're gigantic">><<goto "heraTalkIntro">><</link>>
</div>
</div>
</div>
<<set $metHera = true>> <div class="translucent-box">
<i>sigh...</i>
life would be so much easier if I was bigger...
[[Continue|proL2]]
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getEmmaIntroImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Professor Arthur: "$playerName... Sara... congratulations on being the two finalists for this prestigious scholarship! . . . It is now time to announce the winner...
<<link "It has to be me!">>
<<replace "#winner">>And the winner is... . . . Sara!!!<</replace>>
<<replace "#next">>[[How...|introJob2]]<</replace>>
<</link>>
<span id="winner"></span>
<span id="next"></span>
</div>
<<set $emmaIntro = 1>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getEmmaIntroImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Sara: Yessss!!!!!!
Professor Arthur: We liked both of your applications a lot. However, we felt like Sara just has some big intangibles that set her apart from the rest.
[[*I think those big intangibles were the only thing considered...*|LTD]]
</div> <div class="translucent-box">
[[Continue|lilithIntro]]
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<set $currentTime to $currentTime + 9>>
<<set $money to $money + 100>>
<<set $hasWorked to true>>
You worked for 9 hours and earned $100
<div class="center-buttons">
<div class="button-link">
<<link "Go home">><<goto "Home">><</link>>
</div>
</div>
</div>
<<set $hoursPassed = $currentTime - $lastUpdatedHour>>
<<if $lactating is true and $hoursPassed > 0>>
<<set $milk = $milk + ($milkProd * $hoursPassed)>>
<<if $milk > $milkCapacity>>
<<set $milk = $milkCapacity>>
<<set $milkFull to true>>
<</if>>
<<set $lastUpdatedHour = $currentTime>>
<</if>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 4.5)>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getAthenaFImage0()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $athenaDrained == true>>
Athena: "Y..y..yes goddess?"
<<else>>
Athena: "What did you need?"
<</if>>
<<if $voreSerum is true && $stomachCapacity - $stomachFullness >= 100>>
God, Athena looks absolutely delicious...
<a class="voreFood" onclick='eatAthena()'>Swallow Athena</a>
<<elseif $voreSerum is true && $stomachCapacity - $stomachFullness < 100 >>
God, Athena looks absolutely delicious...if only you had more room in your stomach...
<<else>>
<</if>>
<<if $canDrain == true and $athenaDrained == false>>
Mmmm, Athena is so muscular...I wonder if I can absorb those muscles for myself...
<a class="voreFood" onclick='drainAthena()'>Drain Athena's muscles</a>
<<else>>
<</if>>
<<if $bodyFat < 5>>
<<link "Do you want to arm wrestle?">>
<<if $emuscle lt 10 and $athenaDrained == false>>
<<goto "arRejected">>
<<elseif $emuscle gte 10 and $emuscle lt 17 and $athenaDrained == false>>
<<goto "arAcceptedLvl10">>
<<elseif $emuscle gte 17 and $emuscle lt 25 and $athenaDrained == false>>
<<goto "arAcceptedLvl15">>
<<elseif $emuscle gte 25 and $emuscle lt 36 and $athenaDrained == false>>
<<goto "arAcceptedLvl20">>
<<elseif $emuscle gte 36 and $emuscle lt 52 and $athenaDrained == false>>
<<goto "arAcceptedLvl25">>
<<elseif $emuscle gte 52 and $emuscle lt 85 and $athenaDrained == false>>
<<goto "arAcceptedLvl30">>
<<elseif $emuscle gte 85 or $athenaDrained == true>>
<<goto "arAcceptedLvl35">>
<</if>>
<</link>>
<</if>>
<<if $bodyFat < 5>>
<<if $athenaDrained == false and $emuscle < 52>>
<<link "Let's compare our muscles!">>
<<goto "comp0">><</link>>
<<elseif $athenaDrained == false and $emuscle >= 52>>
<<link "Let's compare our muscles!">>
<<goto "compSurprised">><</link>>
<<else>>
<<link "Let's compare our muscles!">>
<<goto "compDrained">><</link>>
<</if>>
<</if>>
<<if not $workedOut and $athenaDrained == false>>
<<if $hasMembership is true>>
<<if $emuscle < 25>>
<<link "Let's go workout together!">>
<<goto "aWorkout">>
<</link>>
<<else>>
<<link "Let's go workout together!">>
<<goto "aWorkout2">>
<</link>>
<</if>>
<</if>>
<</if>>
<<if $bodyFat < 5 and $athenaDrained == false>>
<<if $emuscle gte 17>>
<<link "*Flex your arm for her*">>
<<if $emuscle lt 25>>
<<goto "aFlex17">>
<<elseif $emuscle gte 25 and $emuscle lt 36>>
<<goto "aFlex25">>
<<elseif $emuscle gte 36 and $emuscle lt 52>>
<<goto "aFlex36">>
<<elseif $emuscle gte 52 and $emuscle lt 85>>
<<goto "aFlex52">>
<<elseif $emuscle gte 85>>
<<goto "aFlex85">>
<</if>>
<</link>>
<</if>>
<<elseif $bodyFat < 5 and $athenaDrained == true and $emuscle gte 17>>
<<link "Flex your arm for her">>
<<goto "aFlexDrained">>
<</link>>
<<else>>
<</if>>
<<link "Nevermind">>
<<goto "Bedrooms">>
<</link>>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getAthenaFImage0()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
She looks surprised as she turns towards you..
Athena: "Oh wow... I see you've been bulking up at the gym lately..."
<div class="center-buttons">
<div class="button-link">
<<link "Yeah you could say that...">><<goto "athenaMain">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getAthenaFImage0()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena gulps as she turns towards you...
Athena: "H..h.. how have you gotten so big so fast?"
<div class="center-buttons">
<div class="button-link">
<<link "Just hard work that's all">><<goto "athenaMain">><</link>>
</div>
<div class="button-link">
<<link "Every time I flex my biceps I get bigger!">><<goto "athenaMain">><</link>>
</div>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getAthenaFImage0()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena: "Y..y.. you're almost as big as me... how?"
<div class="center-buttons">
<div class="button-link">
<<link "Nothing that can't be accomplished with time and consistency!">><<goto "athenaMain">><</link>>
</div>
<div class="button-link">
<<link "I can't wait till I'm bigger than you!">><<goto "athenaMain">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getAthenaFImage0()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena: "Y..y.. you're almost as big as me... how?"
<div class="center-buttons">
<div class="button-link">
<<link "Nothing that can't be accomplished with time and consistency!">><<goto "athenaMain">><</link>>
</div>
<div class="button-link">
<<link "I can't wait till I'm bigger than you!">><<goto "athenaMain">><</link>>
</div>
</div>
</div> <<run $('body').css('background-image', '')>>
<div class="content-box">
As you approach Athena, you realize you're definitely bigger than her.
Athena: *gulps*
<div class="center-buttons">
<div class="button-link">
<<link "Yessss! I'm finally bigger than you!!!">><<goto "athenaMain">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getBaseFlexImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="center-buttons">
<div class="button-link">
<<link "Compare biceps">><<goto "biceps">><</link>>
</div>
<div class="button-link">
<<link "Compare abs">><<goto "abs">><</link>>
</div>
<div class="button-link">
<<link "Compare legs">><<goto "legs">><</link>>
</div>
<div class="button-link">
<<link "Return">><<goto "athenaMain">><</link>>
</div>
</div>(link: '<img src="images/compLvl5.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
(link: "Compare biceps")[(goto: "biceps")]
(link: "Compare abs")[(goto: "abs")]
(link: "Compare legs")[(goto: "legs")]
(link: "Leave")[(goto: "Home")](link: '<img src="images/compLvl10.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
(link: "Compare biceps")[(goto: "biceps")]
(link: "Compare abs")[(goto: "abs")]
(link: "Compare legs")[(goto: "legs")]
(link: "Return")[(goto: "athenaMain")](link: '<img src="images/compLvl15.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
(link: "Compare biceps")[(goto: "biceps")]
(link: "Compare abs")[(goto: "abs")]
(link: "Compare legs")[(goto: "legs")]
(link: "Return")[(goto: "athenaMain")](link: '<img src="images/compLvl20.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
(link: "Compare biceps")[(goto: "biceps")]
(link: "Compare abs")[(goto: "abs")]
(link: "Compare legs")[(goto: "legs")]
(link: "Return")[(goto: "athenaMain")](link: '<img src="images/compLvl25.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
(link: "Compare biceps")[(goto: "biceps")]
(link: "Compare abs")[(goto: "abs")]
(link: "Compare legs")[(goto: "legs")]
(link: "Return")[(goto: "athenaMain")](link: '<img src="images/compLvl30.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
(link: "Compare biceps")[(goto: "biceps")]
(link: "Compare abs")[(goto: "abs")]
(link: "Compare legs")[(goto: "legs")]
(link: "Return")[(goto: "athenaMain")]<<run $('body').css('background-image', '')>>
<div class="content-box">
You place your arm on the table; your bicep popping up a little.
The moment Athena places her arm on the table, her enormous bicep erupts upwards effortlessly, completely dwarfing your bicep.
You then grab her hand, beginning the match...
Athena smirks while you push against her arm with all your might, unable to budge it an inch.
<span style="color:red">Athena then slowly and easily lowers your arm to the ground effortlessly, winning the match.</span>
Athena: That was fun! We should do it again sometime!
<div class="center-buttons">
<div class="button-link">
<<link "Whatever">><<goto "athenaMain">><</link>>
</div>
</div>
</div>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><<run $('body').css('background-image', '')>>
<div class="content-box">
You place your arm on the table; your big, baseball-sized bicep jumping up.
The moment Athena places her arm on the table, her enormous bicep erupts upwards effortlessly, making yours look small in the process.
You then grab her hand, beginning the match...
You struggle heavily, but you're barely able to move Athena's arm.
<span style="color:red">Then, without too much effort, Athena is able to take control and smoothly push your arm to the ground, winning the match.</span>
Athena: You're getting strong Emma...
<div class="center-buttons">
<div class="button-link">
<<link "I know">><<goto "athenaMain">><</link>>
</div>
</div>
</div>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><<run $('body').css('background-image', '')>>
<div class="content-box">
You place your arm on the table; your huge, softball-sized bicep erupting upwards.
The moment Athena places her arm on the table, her enormous bicep erupts upwards effortlessly, it's still noticeable bigger than yours.
You then grab her hand, beginning the match...
You and Athena both struggle heavily, the balance of power constantly shifting from one side to the other.
<span style="color:red">But Athena is able to overcome your resistance and slowly, but steadily, lower your arm to the ground, winning the match.</span>
Athena: H..h..how have you gotten so strong so fast?
<div class="center-buttons">
<div class="button-link">
<<link "It's just that mind to muscle connection babe!">><<goto "athenaMain">><</link>>
</div>
</div>
</div>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><<run $('body').css('background-image', '')>>
<div class="content-box">
You place your arm on the table; your huge, softball-sized bicep erupting upwards.
The moment Athena places her arm on the table, her enormous bicep erupts upwards effortlessly, it's still noticeable bigger than yours.
You then grab her hand, beginning the match...
You and Athena both struggle heavily, the balance of power constantly shifting from one side to the other.
<span style="color:red">You're able to overcome Athena's resistance. You slowly but steadily, lower her arm to the ground, winning the match.</span>
Athena: H..h..how are you so strong?
<div class="center-buttons">
<div class="button-link">
<<link "You think this is strong? Just wait...">><<goto "athenaMain">><</link>>
</div>
</div>
</div>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><div class="content-box">
<<if $emuscle < 5>>
You flex your arm but have absolutely no muscles or muscle definition to speak of. *sigh*<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Athena's arms are gigantic in comparison.<br>
<<print '<span style="color: red;">Athena: Don\'t worry Emma, I used to be small as well.</span>'>><br>
<<print '<span style="color: red;"><i>I doubt it was this small...</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 5 and $emuscle < 10>>
You flex your arm but nothing comes up *sigh*<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Athena's arms are gigantic in comparison.<br>
<<print '<span style="color: red;">Athena: I see you\'ve put on a little weight Emma! Keep it up and you\'ll be big in no time.</span>'>><br>
<<print '<span style="color: red;"><i>One can only hope...</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 and $emuscle < 17>>
A visible bicep pops up as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Athena's arms make yours look puny.<br>
<<print '<span style="color: red;">Athena: Oh wow...you\'re growing pretty fast Emma</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 17 and $emuscle < 25>>
A big, hard bicep pops up as you flex your arm<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Athena's arms make yours look small in comparison.<br>
<<print '<span style="color: red;">Athena: W..wha..how are you so big so fast?</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 25 and $emuscle < 36>>
A huge, baseball-sized bicep erupts as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Your bicep peaks are starting to get close in size to Athena's.<br>
<<print '<span style="color: red;">Yesss!! My biceps are almost as big as yours!!</span>'>><br>
<<print '<span style="color: red;">Athena: "how..."</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 36 and $emuscle < 52>>
An enormous softball-sized bicep erupts upward as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder.<br>
Your arms are pretty comparable in size to Athena's.<br>
<<print "<span style='color: red;'>\"Hmmff...would you look at that. It won't be very long until I'm bigger than you!!\"</span>">><br>
<<print '<span style="color: red;">Athena: <i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 52 and $emuscle < 85>>
An enormous, horseshoe-sized bicep erupts upward as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder.<br>
Your biceps are bigger than Athena's.<br>
<<print "<span style='color: red;'>\"Yessss!!! My biceps are finally bigger than yours!! I can't wait to make your little biceps puny in comparison!!\"</span>">><br>
<<print '<span style="color: red;">Athena: <i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<else>>
A gigantic, cannonball-sized bicep explodes upwards as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder.<br>
Your arms make Athena's look puny in comparison.<br>
<<print "<span style='color: red;'>\" I think it's time you started to worship me and my gigantic muscles.\"</span>">><br>
<<print "<span style='color: red;'>\"Athena: y..yes goddess $playerName.\"</span>">><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<</if>>
</div>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><div class="content-box">
<<if $emuscle < 5>>
You flex your abs but nothing happens. You have no muscle definition to speak of. *sigh*<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Athena's abs make you look completely out of shape in comparison.<br>
<<print '<span style="color: red;">Athena: If you want abs, remember that they\'re made in the kitchen Emma.</span>'>><br>
<<print '<span style="color: red;">We\'ll see...</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 5 and $emuscle < 10>>
You flex your abs and can faintly see some striations in your upper midsection, but it's not anything that anyone would notice. <i>sigh</i>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.
Athena's abs make you look out of shape in comparison.<br>
<<print '<span style="color: red;">Athena: Have you put on some weight Emma?</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 and $emuscle < 17>>
You flex your abs and can see the outline of a sixpack.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Athena's abs are far harder in comparison.<br>
<<= `<span style="color: red;">My abs are way harder than almost everyone I've met!</span>`>>
<<= `<span style="color: red;">Athena: Um..yeah..looks like it...</span>`>>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 17 and $emuscle < 25>>
A well-defined sixpack springs to life as you flex your midsection.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Athena's abs make yours seem soft in comparison. <br>
<<print `<span style="color: red;">My abs are way harder than almost everyone I've met!</span>`>>
<<print '<span style="color: red;">Athena: Um..yeah..looks like it...</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 25 and $emuscle < 36>>
Your sixpack bulges outward as you flex your midsection.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your abs are almost as hard as Athena's. <br>
<<print '<span style="color: red;">My abs are almost as good as yours!</span>'>><br>
<<print '<span style="color: red;">Athena: Um..yeah..<i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 36 and $emuscle < 52>>
An eightpack erupts out from your midsection as you flex your abs.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your abs are pretty comparable to Athena's. <br>
<<print '<span style="color: red;">Yesss!!! My abs are just as hard and strong as yours!!!</span>'>><br>
<<print '<span style="color: red;">Athena: <i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 52 and $muscle < 85>>
Every muscle in your midsection erupts outwards as you flex your abs.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your abs are harder and stronger than Athena's. <br>
<<print '<span style="color: red;">Yesss!!! My abs are finally better than yours!!!</span>'>><br>
<<print '<span style="color: red;">Athena: I...<i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 85 and $muscle < 137>>
Every muscle in your midsection erupts outwards as you flex your abs.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your abs are starting to make Athena's look pretty soft. <br>
<<print '<span style="color: red;">Mmm....look how much harder and stronger my abs are than yours...I just know you're dying to touch them...</span>'>><br>
<<print '<span style="color: red;">Athena: I...<i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 137>>
Every muscle in your midsection erupts outwards as you flex your abs.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your bulging abs make Athena's look pathetic in comparison <br>
<<print '<span style="color: red;">Mmm....Athena, your goddess requires her abs to be worshipped...</span>'>><br>
<<print '<span style="color: red;">Athena: Y...yes...of course goddess.</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<</if>>
</div>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><div class="content-box">
<<if $emuscle < 5>>
You flex your legs but nothing happens. You have no muscle definition to speak of. <i>sigh</i><br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Athena's legs look gigantic in comparison.<br>
<span style="color: red;">"Athena: Why did you want to do this again?"</span><br>
<div class="button-link">
[[Return|comp0]]
</div>
</div>
<<elseif $emuscle >= 5 and $emuscle < 10>>
Your shorts feel as little tighter as you flex your legs, but it's hardly noticeable.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Athena's legs look gigantic in comparison.<br>
<span style="color: red;">Athena: Have you put on some weight Emma?</span><br>
<div class="button-link">
[[Return|comp0]]
</div>
<<elseif $emuscle >= 10 and $emuscle < 17>>
Your quads bulge outward a little as you flex. Your legs wouldn't look out of place on pro soccer player.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Athena's legs make yours look small.<br>
<span style="color: red;">Athena: Your thighs...they've gotten huge...</span><br>
<span style="color: red;"><i>If only there was a watermelon nearby</i></span><br>
<div class="button-link">
[[Return|comp0]]
</div>
<<elseif $emuscle >= 17 and $emuscle < 25>>
Your legs are starting to look huge, and they're starting to catch up to Athena's in pure size. Your jeans tear a little as you flex.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Athena's legs are bigger than yours.<br>
<span style="color: red;">"It won't be long till my legs are just as big as yours!!!"</span><br>
<span style="color: red;">"Athena: H..how?"</span><br>
<div class="button-link">
[[Return|comp0]]
</div>
<<elseif $emuscle >= 25 and $emuscle < 36>>
Your quads, let alone your legs, are huge. They bulge outward without you even having to flex. You're pretty sure you would rip your jeans completely if you flexed your bulging quads.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Your legs are smaller than Athena's.<br>
<span style="color: red;">"Yesss!!! My legs are starting to catch up to yours!!!"</span><br>
<span style="color: red;">Athena: Um..yeah..<i>gulps</i></span><br>
<div class="button-link">
[[Return|comp0]]
</div>
<<elseif $emuscle >= 36 and $emuscle < 52>>
Your legs are enormous. You have more muscle in your legs than most athletes do in their entire body.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Your legs are pretty comparable to Athena's..<br>
<span style="color: red;">"Yesss!!! My legs are just as big as yours!!!"</span><br>
<span style="color: red;">Athena: <i>gulps</i></span><br>
<div class="button-link">
[[Return|comp0]]
</div>
<<elseif $emuscle >= 52 and $emuscle < 85>>
Your legs are gigantic. Your quads almost double in size as you flex them. You have more muscle in one leg than most people have in their entire body.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Your legs are bigger than Athena's.<br>
<span style="color: red;">"Yessss!!! My legs are finally bigger than yours!!! I can't wait to make your little quads puny in comparison!!!"</span><br>
<span style="color: red;">Athena: I...<i>gulps</i></span><br>
<div class="button-link">
[[Return|comp0]]
</div>
<<elseif $emuscle >= 85>>
Your legs are gigantic. Your quads almost double in size as you flex them. You have more muscle in one leg than most bodybuilders do in their entire body.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Your legs are gigantic in comparison to Athena's.<br>
<span style="color: red;">"I think it's time you started to worship me"</span><br>
<span style="color: red;">"Athena: y..yes, of course, goddess..."</span><br>
<div class="button-link">
[[Return|comp0]]
</div>
<</if>>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>>:: SaveLoad
(link: "Save Game - Slot 1")[(save-game: "slot1") (alert: "Game saved in Slot 1.")]
(link: "Load Game - Slot 1")[(if: (saved-games:) contains "slot1")[(load-game: "slot1")] (else:)[(alert: "No saved game found in Slot 1.")]]
(link: "Save Game - Slot 2")[(save-game: "slot2") (alert: "Game saved in Slot 2.")]
(link: "Load Game - Slot 2")[(if: (saved-games:) contains "slot2")[(load-game: "slot2")] (else:)[(alert: "No saved game found in Slot 2.")]]
(link: "Save Game - Slot 3")[(save-game: "slot3") (alert: "Game saved in Slot 3.")]
(link: "Load Game - Slot 3")[(if: (saved-games:) contains "slot3")[(load-game: "slot3")] (else:)[(alert: "No saved game found in Slot 3.")]]
(link: "Return")[(goto: "Menu")]<<run $('body').css('background-image', '')>>
<div class="content-box">
<div style="text-align:center;">You arrive at the park</div>
<div class="center-buttons">
<<if $hasRan == false>>
<div class="button-link">
<<link "Go for a run">><<goto "parkRun">><</link>>
</div>
<<else>>
You're too tired to run again today.
<</if>>
<div class="button-link">
<<link "Go to food truck">><<goto "foodTruck">><</link>>
</div>
<div class="button-link">
<<link "Just walk around the park">><<goto "parkWalk">><</link>>
</div>
<<if $voreSerum == true && $stomachCapacity - $stomachFullness >= 100 && $hasSearchedVorePark == false>>
You pat your empty stomach as hunger starts to set in.
<div class="button-link">
<<link "Look for someone to eat">><<goto "parkVore">><</link>>
</div>
<<elseif $voreSerum == true && $stomachCapacity - $stomachFullness >= 100 && $hasSearchedVorePark == true>>
You've already looked around the park for someone to eat today.
<<else>>
<</if>>
<<if $canDrain == true && $hasSearchedDrainPark == false>>
You tense your bicep. The urge to pack on even more muscle mass is all-consuming.
<div class="button-link">
<<link "Look for someone to drain">><<goto "parkDrain">><</link>>
</div>
<<elseif $canDrain && $hasSearchedDrainPark == true>>
You've already looked around the park for someone to drain today.
<<else>>
<</if>>
<div class="button-link">
<<link "Go back">><<goto "Garage">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<p>under construction</p>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "Bathroom">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kelly: "Nevermind that... let me assist you dear..."
[[ok...|kShop]]
</div>
<<set $kellyName = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<p>Kelly: Take a look...</p>
<p>You have $<<print $money>></p>
Daily Potions: $500 each
$potionToday
<<if $money >= 500 and not $potionHasBeenPurchased>>
<<link "Buy $potionToday">>
<<set $money -= 500>>
<<set $potionHasBeenPurchased = true>>
<<if $potionToday eq "Muscle Growth Serum">>
<<set $musclePotion += 1>>
<<elseif $potionToday eq "Breasts Growth Serum">>
<<set $breastsPotion += 1>>
<<elseif $potionToday eq "Fat Gain Serum">>
<<set $fatPotion += 1>>
<<elseif $potionToday eq "Hip Distender Serum">>
<<set $hipsPotion += 1>>
<<elseif $potionToday eq "Butt Swelling Serum">>
<<set $buttPotion += 1>>
<<elseif $potionToday eq "Towering Serum">>
<<set $heightPotion += 1>>
<<elseif $potionToday eq "Milky Serum">>
<<set $milkPotion += 1>>
<<elseif $potionToday eq "Stomach Capacity Serum">>
<<set $sCapacityPotion += 1>>
<<elseif $potionToday eq "Belly Stuffing Serum">>
<<set $stuffingPotion += 1>>
<</if>>
<<goto "kShop">>
<</link>>
<<elseif $money < 500>>
You do not have enough gold to buy this potion.
<<elseif $potionHasBeenPurchased>>
This potion has already been purchased.
<<endif>>
$potionToday1
<<if $money >= 500 and not $potionHasBeenPurchased1>>
<<link "Buy $potionToday1">>
<<set $money -= 500>>
<<set $potionHasBeenPurchased1 = true>>
<<if $potionToday1 eq "Muscle Growth Serum">>
<<set $musclePotion += 1>>
<<elseif $potionToday1 eq "Breasts Growth Serum">>
<<set $breastsPotion += 1>>
<<elseif $potionToday1 eq "Fat Gain Serum">>
<<set $fatPotion += 1>>
<<elseif $potionToday1 eq "Hip Distender Serum">>
<<set $hipsPotion += 1>>
<<elseif $potionToday1 eq "Butt Swelling Serum">>
<<set $buttPotion += 1>>
<<elseif $potionToday1 eq "Towering Serum">>
<<set $heightPotion += 1>>
<<elseif $potionToday1 eq "Milky Serum">>
<<set $milkPotion += 1>>
<<elseif $potionToday1 eq "Stomach Capacity Serum">>
<<set $sCapacityPotion += 1>>
<<elseif $potionToday1 eq "Belly Stuffing Serum">>
<<set $stuffingPotion += 1>>
<</if>>
<<goto "kShop">>
<</link>>
<<elseif $money < 500>>
You do not have enough gold to buy this potion.
<<elseif $potionHasBeenPurchased1>>
This potion has already been purchased.
<<endif>>
$potionToday2
<<if $money >= 500 and not $potionHasBeenPurchased2>>
<<link "Buy $potionToday2">>
<<set $money -= 500>>
<<set $potionHasBeenPurchased2 = true>>
<<if $potionToday2 eq "Muscle Growth Serum">>
<<set $musclePotion += 1>>
<<elseif $potionToday2 eq "Breasts Growth Serum">>
<<set $breastsPotion += 1>>
<<elseif $potionToday2 eq "Fat Gain Serum">>
<<set $fatPotion += 1>>
<<elseif $potionToday2 eq "Hip Distender Serum">>
<<set $hipsPotion += 1>>
<<elseif $potionToday2 eq "Butt Swelling Serum">>
<<set $buttPotion += 1>>
<<elseif $potionToday2 eq "Towering Serum">>
<<set $heightPotion += 1>>
<<elseif $potionToday2 eq "Milky Serum">>
<<set $milkPotion += 1>>
<<elseif $potionToday2 eq "Stomach Capacity Serum">>
<<set $sCapacityPotion += 1>>
<<elseif $potionToday2 eq "Belly Stuffing Serum">>
<<set $stuffingPotion += 1>>
<</if>>
<<goto "kShop">>
<</link>>
<<elseif $money < 500>>
You do not have enough gold to buy this potion.
<<elseif $potionHasBeenPurchased2>>
This potion has already been purchased.
<<endif>>
<<link "Go back">><<goto "Kelly's Brewhouse">><</link>>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
Use an item:<br>
<<if $creatineTaken is true and $creatine is true>>
You've already taken a scoop of creatine today.
<</if>>
<<if $creatineTaken is false>>
<<if $creatine is true>>
<div class="center-buttons">
<div class="button-link">
<<link "Take a scoop of creatine">>
<<set $emMultiplier += 0.03>>
<<set $creatineTaken to true>>
<<goto "items">>
<</link>>
</div>
</div>
<</if>>
<</if>>
<<if $steroids >= 1>>
You have <<print $steroids>> steroid vials left.
<<if $onSteroids == false>>
<div class="center-buttons">
<div class="button-link">
<<link "Inject yourself with steroids">>
<<goto "takeSteroids">>
<</link>>
</div>
</div>
<<else>>
<</if>><</if>>
<<if $protein >= 1>>
You have <<print $protein>> protein shakes.
<div class="center-buttons">
<div class="button-link">
<<link "Drink a protein shake">>
<<set $protein -= 1>>
<<set $emMultiplier += 0.01>>
<<goto "drinkProtein">>
<</link>>
</div>
</div>
<</if>>
<<if $lactcore >= 1>>
You have <<print $lactcore>> Lactcores.
<div class="center-buttons">
<div class="button-link">
<<link "Drink a Lactcore">>
<<set $lactcore -= 1>>
<<set $milkProd += 1>>
<<set $lactating to true>>
<<goto "lactcore">>
<</link>>
</div>
</div>
<</if>>
<<if $lactaMax >= 1>>
You have <<print $lactaMax>> LactaMaxes.
<div class="center-buttons">
<div class="button-link">
<<link "Drink a LactaMax">>
<<goto "lactamax">>
<</link>>
</div>
</div>
<</if>>
<<if $musclePotion >= 1>>
You have <<print $musclePotion>> Muscle Serums.
<div class="center-buttons">
<div class="button-link">
<<link "Drink the muscle serum">>
<<set $musclePotion -= 1>>
<<set $emuscle += 5>>
<<goto "muscleSerum">>
<</link>>
</div>
</div>
<</if>>
<<if $breastsPotion >= 1>>
You have <<print $breastsPotion>> Breast Serums.
<div class="center-buttons">
<div class="button-link">
<<link "Drink the breasts serum">>
<<set $breastsPotion -= 1>>
<<set $breastsPotionTaken to true>>
<<goto "beEffects10">>
<</link>>
</div>
</div>
<</if>>
<<if $fatPotion >= 1>>
You have <<print $fatPotion>> Fat Gain Serums.
<div class="center-buttons">
<div class="button-link">
<<link "Drink a Fat Gain Serum">>
<<set $fatPotion -= 1>>
<<set $bodyFat += 7>>
<<goto "fatSerum">>
<</link>>
</div>
</div>
<</if>>
<<if $hipsPotion >= 1>>
You have <<print $hipsPotion>> Hip distender serums.
<div class="center-buttons">
<div class="button-link">
<<link "Drink a Hips Serum">>
<<set $hipsPotion -= 1>>
<<set $ehipsBoost += 4.5>>
<<goto "hipsSerum">>
<</link>>
</div>
</div>
<</if>>
<<if $buttPotion >= 1>>
You have <<print $buttPotion>> butt swelling potions.
<div class="center-buttons">
<div class="button-link">
<<link "Drink a Butt Serum">>
<<set $buttPotion -= 1>>
<<set $buttSize += 0.75>>
<<goto "buttSerum">>
<</link>>
</div>
</div>
<</if>>
<<if $heightPotion >= 1>>
You have <<print $heightPotion>> towering serums.
<div class="center-buttons">
<div class="button-link">
<<link "Drink a Towering Serum">>
<<set $heightPotion -= 1>>
<<set $eheightBoost += 3>>
<<goto "heightSerum">>
<</link>>
</div>
</div>
<</if>>
<<if $milkPotion >= 1>>
You have <<print $milkPotion>> Milky Serums
<div class="center-buttons">
<div class="button-link">
<<link "Drink a Milky Serum">>
<<set $milk = $milkCapacity>>
<<set $ebreastsBoost += 5>>
<<set $milkCapacity += 10>>
<<set $milkProd += 2>>
<<set $lactating to true>>
<<goto "milkSerum">>
<</link>>
</div>
</div>
<</if>>
<<if $sCapacityPotion >= 1>>
You have <<print $sCapacityPotion>> Stomach Capacity Serums
<div class="center-buttons">
<div class="button-link">
<<link "Drink a Stomach Capacity Serum">>
<<set $stomachCapacity += 10>>
<<goto "sCapacitySerum">>
<</link>>
</div>
</div>
<</if>>
<<if $stuffingPotion >= 1>>
You have <<print $stuffingPotion>> Stuffing Serums
<div class="center-buttons">
<div class="button-link">
<<link "Drink a Belly Stuffing Serum">>
<<set $stomachCapacity += 5>>
<<set $stomachFullness = $stomachCapacity>>
<<set $stomachCapacity += 5>>
<<goto "stuffingSerum">>
<</link>>
</div>
</div>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "Bathroom">><</link>>
</div>
</div>
</div>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<if $brookeStage == 0>>
<<set _bgImage to setup.getBrookeFImage0()>>
<<elseif $brookeStage == 1>>
<<set _bgImage to setup.getBrookeImage1()>>
<<elseif $brookeStage == 2>>
<<set _bgImage to setup.getBrookeImage2()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Brooke: "What did you need?"
[[Let's play video games together!|bGames]]
[[Let's compare our boobs!|bcompBridge]]
<<if $voreSerum is true && $stomachCapacity - $stomachFullness >= 100>>
God, Brooke looks absolutely delicious...
<a class="voreFood" onclick='eatBrooke()'>Swallow Brooke</a>
<<elseif $voreSerum is true && $stomachCapacity - $stomachFullness < 100 >>
God, Brooke looks absolutely delicious...if only you had more room in your stomach...
<<else>>
<</if>>
<<if $breastsPotion >= 1 && $brookeStage < 2>>
(Brooke potion content will be removed in future updates, as I've decided to go a different creative direction with. You can still play the scene though if you wish, however, effects of the scene do not extend past the scene itself.)
[[Give Brooke a breast growth serum|brookePotion]]
<<else>>
<</if>>
<<if $emuscle >= 17 and $emuscle < 25>>
[[*Show off your tits*|bTits17]]
<<elseif $emuscle >= 25 and $emuscle < 36>>
[[*Show off your tits*|bTits25]]
<<elseif $emuscle >= 36 and $emuscle < 52>>
[[*Show off your tits*|bTits36]]
<<elseif $emuscle >= 52>>
[[*Show off your tits*|bTits52]]
<</if>>
[[Nevermind|Home]]
</div><<run $('body').css('background-image', '')>>
<<if $brookeStage == 0>>
<<set _bgImage to setup.getBrookeFImage0()>>
<<elseif $brookeStage == 1>>
<<set _bgImage to setup.getBrookeImage1()>>
<<elseif $brookeStage == 2>>
<<set _bgImage to setup.getBrookeImage2()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Brooke: "Your boobs..."
<<link "I wish they were even bigger!">><<goto "brookeMain">><</link>>
</div> <<run $('body').css('background-image', '')>>
<<if $brookeStage == 0>>
<<set _bgImage to setup.getBrookeFImage0()>>
<<elseif $brookeStage == 1>>
<<set _bgImage to setup.getBrookeImage1()>>
<<elseif $brookeStage == 2>>
<<set _bgImage to setup.getBrookeImage2()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<link "Brooke! Your goddess is here!">><<goto "brookeMain">><</link>>
Brooke: "*gulps*"
</div> <<run $('body').css('background-image', '')>>
<<if $brookeStage == 0>>
<<set _bgImage to setup.getBrookeFImage0()>>
<<elseif $brookeStage == 1>>
<<set _bgImage to setup.getBrookeImage1()>>
<<elseif $brookeStage == 2>>
<<set _bgImage to setup.getBrookeImage2()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Brooke: "Your boobs... how are they growing so much?"
<<link "I've just been drinking a lot of milk!">><<goto "brookeMain">><</link>>
</div>
<<run $('body').css('background-image', '')>>
<<if $brookeStage == 0>>
<<set _bgImage to setup.getBrookeFImage0()>>
<<elseif $brookeStage == 1>>
<<set _bgImage to setup.getBrookeImage1()>>
<<elseif $brookeStage == 2>>
<<set _bgImage to setup.getBrookeImage2()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Brooke: "...$playerName...how have your boobs been growing like this?"
<<link "Nothing a little bulking phase can't accomplish!">><<goto "brookeMain">><</link>>
</div> <<run $('body').css('background-image', '')>>
<<if $brookeStage == 0>>
<<set _bgImage to setup.getBrookeFImage0()>>
<<elseif $brookeStage == 1>>
<<set _bgImage to setup.getBrookeImage1()>>
<<elseif $brookeStage == 2>>
<<set _bgImage to setup.getBrookeImage2()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena: "H..h..how..y..you've grown so much and your boobs...they..."
<<link "If you're a good girl, I might let you touch them!">><<goto "brookeMain">><</link>>
</div> <<run $('body').css('background-image', '')>>
<<script>>
setup.calculateStats();
<</script>>
You wake up and start to get out of bed...
<<if $introComplete is true>>
<<set $muscleChange = 0>>
<<if $workedOut>>
<<if $simpleGrowth>>
<<set $muscleGain = random(20, 50) / 100 * $growthMultiplier * $emMultiplier * $mTherapyMult>>
<<set $muscleChange += $muscleGain>>
<<script>>
console.log("Simple Growth: muscleGain = " + State.variables.muscleGain + ", muscleChange = " + State.variables.muscleChange);
<</script>>
<<else>>
<<set $lbm = calculateLBM()>>
<<set $bmr = calculateBMR($lbm)>>
<<set $caloriesSurplus = Math.max(0, $totalDailyCalories - ($bmr * $activityMultiplier))>>
<<set $muscleGainMultiplier = Math.min(2, $caloriesSurplus / 400)>>
<<set $muscleGain = random(20, 50) / 100 * $muscleGainMultiplier * $emMultiplier * $growthMultiplier * $mTherapyMult>>
<<set $muscleChange += $muscleGain>>
<</if>>
<</if>>
<<script>>
var state = State.variables;
// Calculate hours passed sleeping (for other calculations if needed)
var hoursPassedSleeping = (state.currentTime < 8) ? (8 - state.currentTime) : (32 - state.currentTime);
// Reset time to 8:00 AM
state.currentTime = 8;
if(state.dailyFatCalc){
var result = calculateAndResetDailyBodyFat(state.totalDailyCalories);
if (!state.simpleGrowth) {
state.muscleChange -= result.muscleLoss; // Subtract muscle loss only if not simple growth
// Safeguard to prevent negative muscle
if (state.emuscle + state.muscleChange < 0) {
state.muscleChange = -state.emuscle;
}
}
state.emuscle = Math.max(0, state.emuscle + state.muscleChange);
// Only apply fat changes if fat gain is not disabled and bodyFat was actually changed
if(!state.noFatGain && result.bodyFatApplied){
var oldBodyFat = state.bodyFat;
state.bodyFat = Math.max(0, state.bodyFat + result.bodyFatChange);
state.bodyFatChange = state.bodyFat - oldBodyFat;
} else {
state.bodyFatChange = 0;
}
} else {
if(!state.noFatGain){
calculateBodyFat(hoursPassedSleeping);
} else {
state.bodyFatChange = 0;
}
}
// Force body fat to 0 if noFatGain is true
if(state.noFatGain){
state.bodyFat = 0;
state.bodyFatChange = 0;
}
console.log(`Final emuscle: ${state.emuscle}, Final bodyFat: ${state.bodyFat}, Body Fat Change: ${state.bodyFatChange}`);
<</script>>
<<if $emuscle >= 52 && $act2Started < 1 && $muscleChange > 0>>
<<set $emuscle to 52>>
<<set $muscleChange to 0>>
<</if>>
<<set _significantChange to 0.01>>
<<if Math.abs($muscleChange) >= _significantChange>>
<<if $muscleChange > 0>>
<<if $emuscle >= 52 && $act2Started < 1>>
<i>You can't seem to put on muscle anymore. Maybe you should visit Alamoss Biotech and see if they have anything that could help you get bigger.</i>
<<else>>
<<if $onSteroids is false>>
"I think my muscles have grown!"
<i>You flex your swollen bicep, reveling in its newfound size...</i>
<<else>>
"Oh yeah, my muscles are getting way bigger."
<i>You immediately notice the effects of the steroids on your muscle growth as you flex your much bigger bicep, reveling in its newfound size.</i>
Your steroid cycle has $steroidsDaysLeft days left.
<</if>>
<</if>>
<<else>>
<i>I think I've lost some muscle...</i>
<</if>>
<<elseif $emuscle >= 52 && $act2Started < 1>>
<i>You can't seem to put on muscle anymore. Maybe you should visit Alamoss Biotech and see if they have anything that could help you get bigger.</i>
<</if>>
<<if not $noFatGain and $bodyFatChange != 0 and Math.abs($bodyFatChange) >= _significantChange>>
<<if $bodyFatChange > 0>>
You notice that you've thickened a little. You massage your stomach feeling the extra layer of fat.
<<else>>
You feel thinner than yesterday. You poke your stomach feeling the lack of fat.
<</if>>
<</if>>
<<set $ebreastsBoost += $timesMilked * 0.5>>
<<set $timesMilked = 0>>
<<if $ebreastsBoost > $breastsBeforeSleep>>
You notice that your breasts seem a little bigger than they were before you went to sleep. You grope yourself, feeling the extra weight.
<<elseif $ebreastsBoost < $breastsBeforeSleep>>
You frown as your breasts seem smaller than they were before you went to sleep last night. <i> Sigh.</i>
<<else>>
<</if>>
<<if $deliveryService == true && $money >= $money - $totalBulkCost>>
<<set $money -= $totalBulkCost>>
<<set $milkGallon += $bulkQuantity>>
<<set $eggs += $bulkQuantity>>
<<set $chickenBreasts += $bulkQuantity>>
<<set $steak += $bulkQuantity>>
Your food was successfully delivered. You received $bulkQuantity of each food type.
<<elseif $deliveryService == true && $money < $money - $totalBulkCost>>
<<set $deliveryService to false>>
You don't have enough money to pay for the delivery service so it was canceled.
<</if>>
<<if $stomachCapacity > $previousStomachCapacity>>
<i>Your gluttonous gut seems to have stretched from all your constant stuffings.</i>
<</if>>
<<link "Go to work" "work">>
<<if $creatineTaken == true>>
<<set $creatineTaken to false>>
<<endif>>
<<set $day += 1>>
<<set $caloriesEatenToday to 0>>
<</link>>
<</if>>
<<link "Stay home" "Home">>
<<if $creatineTaken == true>>
<<set $creatineTaken to false>>
<<endif>>
<<set $day += 1>>
<<set $caloriesEatenToday to 0>>
<</link>>
<<set $emMultiplier = 1>>
<<set $hasWorked = false>>
<<set $hasRan to false>>
<<set $workedOut to false>>
<<run console.log("Body Fat after comparison: " + $bodyFat)>>
<<set $dayCounter += 1>>
<<set $mDrained to false>>
<<set $potionToday = setup.getRandomPotion()>>
<<set $potionHasBeenPurchased = false>>
<<set $potionToday1 = setup.getRandomPotion1()>>
<<set $potionHasBeenPurchased1 = false>>
<<set $potionToday2 = setup.getRandomPotion2()>>
<<set $potionHasBeenPurchased2 = false>>
<<if $emuscle != $prevMuscle1 || $bodyFat != $prevBodyFat1>>
<<run calculateDailyCalorieRequirements()>>
<</if>>
<<set $maxCapacityHits = 0>>
<<script>>
setup.calculateStats();
<</script>>
<<set $activityMultiplier to 1.2>><<run $('body').css('background-image', "url('" + setup.getbrcompImage() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="content-box">
<<if $emuscle < 5 && $echest < 38>>
You take off your shirt revealing a completely flat chest. Your AA-cups are devoid of any curves just like the rest of your body.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's boobs are gigantic in comparison.
<span style="color: red;">"Brooke: Don't worry Emma, there are plenty of people out there who like small boobs."</span>
<span style="color: red;">"Whatever..."</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle < 5 && $echest >= 38 && $echest < 50>>
You take off your shirt revealing some nice DD-cups. They might even look big if you weren't standing next to Brooke...
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's boobs still look way bigger than yours.
<span style="color: red;">"Brooke: Your boobs are definitely getting bigger..."</span>
<span style="color: red;">"I can't wait till they're bigger than yours"</span>
<span style="color: red;">"Brooke: Like that will ever happen"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle < 5 && $echest >= 50>>
You take off your shirt letting your huge boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, and so round, and heavy.
Your boobs are almost as big as Brooke's.
<span style="color: red;">"Yesss!! My boobs are almost as big as yours!"</span>
<span style="color: red;">"Brooke: *gulps*"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 5 && $emuscle < 10 && $echest < 41.75>>
You take off your shirt revealing a nice pair of B-cups.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's boobs are gigantic in comparison.
<span style="color: red;">"Have you put on some weight Emma?"</span>
<span style="color: red;">"I don't think I've noticed. *grins*"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 5 && $emuscle < 10 && $echest >= 41.75 && $echest < 53.75>>
You take off your shirt revealing some nice, heavy breasts. They might even look big if you weren't standing next to Brooke...
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's boobs still look way bigger than yours.
<span style="color: red;">"Brooke: Your boobs are definitely getting bigger..."</span>
<span style="color: red;">"I can't wait till they're bigger than yours"</span>
<span style="color: red;">"Brooke: Like that will ever happen"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 5 && $emuscle < 10 && $echest >= 53.75>>
You take off your shirt letting your huge boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, and so round, and heavy.
Your boobs are just as big as Brooke's.
<span style="color: red;">"Yesss!! My boobs are just as big as yours!!!"</span>
<span style="color: red;">"Brooke: *gulps*"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 && $emuscle < 17 && $echest < 45.50>>
You take off your shirt revealing some nice DD-cups. They might even look big if you weren't standing next to Brooke...
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's boobs still look way bigger than yours.
<span style="color: red;">"Brooke: Your boobs are definitely getting bigger..."</span>
<span style="color: red;">"I can't wait till they're bigger than yours"</span>
<span style="color: red;">"Brooke: Like that will ever happen"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 && $emuscle < 17 && $echest >= 45.50 && $echest < 57.50>>
You take off your shirt letting your boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's tits make yours look small in comparison.
<span style="color: red;">"Brooke: How have they gotten so big..."</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 && $emuscle < 17 && $echest >= 57.50>>
You struggle to pull your shirt off, but it finally breaks free letting your enormous boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're huge, full, and so round, and heavy.
Your boobs look noticeably bigger than Brooke's
<span style="color: red;">"Yesss! My boobs are finally bigger than yours!"</span>
<span style="color: red;">"Brooke: *gulps*...how...I"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 17 && $emuscle < 25 && $echest < 47.77>>
You take off your shirt letting your boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's tits make yours look small in comparison.
<span style="color: red;">"Brooke: How have they gotten so big..."</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 17 && $emuscle < 25 && $echest >= 47.77 && $echest < 59.77>>
You take off your shirt letting your huge boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, and so round, and heavy.
Your boobs are still smaller than Brooke's.
<span style="color: red;">"Yesss!! My boobs are getting huge!"</span>
<span style="color: red;">"Brooke: *gulps*"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 17 && $emuscle < 25 && $echest >= 59.77>>
You struggle to pull your shirt off, but it finally breaks free letting your enormous boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're huge, full, and so round, and heavy.
Your boobs are easily bigger than Brooke's.
<span style="color: red;">"You better start drinking some milk if you don't want my girls to dwarf yours!"</span>
<span style="color: red;">"Brooke: *gulps*...how...I"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 25 && $emuscle < 36 && $echest < 52.37>>
You take off your shirt letting your huge boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, and so round, and heavy.
Your boobs are almost as big as Brooke's.
<span style="color: red;">"Yesss!! My boobs are almost as big as yours!"</span>
<span style="color: red;">"Brooke: *gulps*"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 25 && $emuscle < 36 && $echest >= 52.37 && $echest < 64.37>>
You struggle to pull your shirt off, but it finally breaks free letting your enormous boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're huge, full, and so round, and heavy.
Your boobs are the same size as Brooke's.
<span style="color: red;">"Yesss! My boobs are just as big as yours!!!"</span>
<span style="color: red;">"Brooke: *gulps*...how...I"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 25 && $emuscle < 36 && $echest >= 64.37>>
You struggle to pull your shirt off, but it finally breaks free letting your enormous boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're huge, full, and so round, and heavy.
Your boobs are starting to make Brooke's look small.
<span style="color: red;">"Yesss! My boobs are way bigger and fuller than yours!"</span>
<span style="color: red;">"Brooke: *gulps*...how...I"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 36 && $emuscle < 52 && $echest < 58.70>>
You take off your shirt letting your huge boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, and so round, and heavy.
Your boobs are almost as big as Brooke's but way fuller.
<span style="color: red;">"Yesss!! My boobs are almost as big as yours! I can't wait till they make yours look tiny!"</span>
<span style="color: red;">"Brooke: *gulps*"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 36 && $emuscle < 52 && $echest >= 58.70>>
You struggle to pull your shirt off, but it finally breaks free letting your enormous boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're huge, full, and so round, and heavy.
Your boobs are starting to make Brooke's look tiny.
<span style="color: red;">"Yesss! My boobs are way bigger and fuller than yours! Just how I like it!"</span>
<span style="color: red;">"Brooke: *gulps*..I..."</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 52 && $echest < 67.90>>
You take off your shirt letting your huge boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, and so round, and heavy.
Your boobs are almost as big as Brooke's but way fuller.
<span style="color: red;">"Yesss!! My boobs are almost as big as yours! I can't wait till they make yours look tiny!"</span>
<span style="color: red;">"Brooke: *gulps*"</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<elseif $emuscle >= 52 && $echest >= 67.90>>
You struggle to pull off your shirt before finally deciding to just rip it off, revealing the largest boobs in the world.
Brooke takes off her shirt and lets her huge boobs drop down. They're huge, full, and so round, and heavy.
Your boobs completely completely dwarf Brooke’s and are way fuller and heavier.
<span style="color: red;">"I think it's time you started to worship me!"</span>
<span style="color: red;">"Brooke: *y..y..yes, of course goddess."</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "brookeMain">><</link>>
</div>
</div>
<<else>>
There seems to be a mistake. Please ensure $emuscle and $echest values are set.
<</if>>
</div>(link: '<img src="images/bcompLvl5.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
You take off your shirt revealing a nice pair of B-cups.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's boobs are gigantic in comparison.
(css: "color: green")[(text: "Have you put on some weight Emma?")]
(css: "color: blue")[(text: "I don't think I've noticed.
*grins*")]
(link: "Return")[(goto: "brookeMain")](link: '<img src="images/bcompLvl10.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
You take off your shirt revealing some nice DD-cups. They might even look big if you weren't standing next to Brooke...
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's boobs still look way bigger than yours.
(css: "color: green")[(text: "Brooke: Your boobs are definitely getting bigger...")]
(css: "color: blue")[(text: "I can't wait till they're bigger than yours")]
(css: "color: green")[(text: "Brooke: Like that will ever happen")]
(link: "Return")[(goto: "brookeMain")](link: '<img src="images/bcompLvl15.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
You take off your shirt letting your boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, round, and heavy. They're the most perfect pair of boobs you've ever seen.
Brooke's tits make yours look small in comparison.
(css: "color: green")[(text: "Brooke: How have they gotten so big...")]
(link: "Return")[(goto: "brookeMain")](link: '<img src="images/bcompLvl20.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
You take off your shirt letting your huge boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're way bigger than even girls with fake tits. They're huge, full, and so round, and heavy.
Your boobs are almost as big as Brooke's.
(css: "color: blue")[(text: "Yesss!! My boobs are almost as big as yours!")]
(css: "color: green")[(text: "Brooke: *gulps*")]
(link: "Return")[(goto: "brookeMain")](link: '<img src="images/bcompLvl25.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
You struggle to pull your shirt off, but it finally breaks free letting your enormous boobs drop down.
Brooke takes off her shirt and lets her huge boobs drop down. They're huge, full, and so round, and heavy.
Your boobs are starting to make Brooke's look small.
(css: "color: blue")[(text: "Yesss! My boobs are way bigger than yours!")]
(css: "color: green")[(text: "Brooke: *gulps*...how...I")]
(link: "Return")[(goto: "brookeMain")](link: '<img src="images/bcompLvl30.jpg"
style="width:1280px;height:720px;">')[(goto:"Passage Name")]
You struggle to pull off your shirt before finally deciding to just rip it off, revealing the largest boobs in the world.
Brooke takes off her shirt and lets her huge boobs drop down. They're huge, full, and so round, and heavy.
Your boobs are completely dwarf Brooke's.
(css: "color: blue")[(text: "I think it's time you started to worship me! ")]
(css: "color: green")[(text: "Brooke: y..y..yes, of course goddess.")]
(link: "Return")[(goto: "brookeMain")](if: $emuscle < 25)[
(link: '<img src="images/compLvl0.jpg" style="width:1024px;height:1024px;">')[(goto:"Passage Name")]
(text: "You flex your arm but have absolutely no muscles or muscle definition to speak of. *sigh*
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.
Athena's arms are gigantic in comparison
")
(css: "color: green")[(text: "Athena: Don't worry Emma, I used to be small as well.")]
(css: "color: blue")[(text: "*I doubt it was this small...*")]
(link: "Return")[(goto: "brookeMain")]
]
(else-if: $emuscle >= 25 and $emuscle < 36)[
(link: '<img src="images/compLvl5.jpg" style="width:1280px;height:720px;">')[(goto:"Passage Name")]
(text: "You flex your arm but nothing comes up *sigh*
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.
Athena's arms are gigantic in comparison")
(css: "color: green")[(text: "Athena: I see you've put on a little weight Emma! Keep it up and you'll be big in no time")]
(css: "color: blue")[(text: "*One can only hope...*")]
(link: "Return")[(goto: "brookeMain")]
](else-if: $emuscle >= 36 and $emuscle < 52)[
(link: '<img src="images/compLvl10.jpg" style="width:1280px;height:720px;">')[(goto:"Passage Name")]
(text: "A visible bicep pops up as you flex your arm.
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.
Athena's arms make yours look puny.")
(css: "color: green")[(text: "Athena: Oh wow...you're growing pretty fast Emma")]
(link: "Return")[(goto: "brookeMain")]
]<<run $('body').css('background-image', '')>>
<i>Under Construction</i>
<<return "Go back">><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="center-buttons">
<div class="button-link">
<<link "Test your one rep squat max">><<goto "squat">><</link>>
</div>
<div class="button-link">
<<link "Test your one rep benchpress max">><<goto "bench">><</link>>
</div>
<div class="button-link">
<<link "Test your one rep deadlift max">><<goto "deadlift">><</link>>
</div>
<div class="button-link">
<<link "Test how many pullups in a row you can do">><<goto "pullups">><</link>>
</div>
<div class="button-link">
<<link "Return">><<goto "gym">><</link>>
</div>
</div>
</div>
<<run $('body').css('background-image', '')>>
<div class="content-box">
<<set _streamingDesc = setup.streamingDesc()>>
<<set _streamingScore to setup.calculateStreamingScore($emuscle, $ebreastsBoost)>>
<<set _viewers to setup.calculateViewers(_streamingScore)>>
<<set _donations to setup.calculateDonations(_viewers, $streamTime, $donationChance)>>
<<set $currentTime to $currentTime + $streamTime>>
<<set $stomachFullness to Math.max(0, $stomachFullness - ($streamTime * 0.5))>>
<<set $money to $money + _donations>>
<<if $streamTime == 1>>
You streamed for 1 hour and averaged <<print _viewers>> viewers. <<=_streamingDesc>> You received $<<print _donations>> in donations.
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.5)>>
<<elseif $streamTime == 2>>
You streamed for 2 hours and averaged <<print _viewers>> viewers. <<=_streamingDesc>> You received $<<print _donations>> in donations.
<<set $stomachFullness to Math.max(0, $stomachFullness - 1)>>
<<else>>
You streamed for the rest of the day (<<print $streamTime>> hours) and averaged <<print _viewers>> viewers. <<=_streamingDesc>> You received $<<print _donations>> in donations.<</if>>
<<set $stomachFullness to Math.max(0, $stomachFullness - ($streamTime * 0.5))>>
<div class="center-buttons">
<div class="button-link">
<<link "End the stream">><<goto "Bedroom">><</link>>
</div>
</div>
</div>under construction
(link: "Go Home")[(goto: "Home")]<<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You look at the strange looking potion for a moment.
"Well...here goes nothing."
You start greedily gulping down the muscle serum making sure to devour every last drop.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You start to moan as your body starts to expand.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you flex your swollen biceps, reveling in their newfound size.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<<else>>
You greedily gulp down the muscle serum making sure to devour every last drop.<br><br><br>
You start to moan as your body starts to expand.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you flex your swollen biceps, reveling in their newfound size.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="center-buttons">
<div class="button-link">
<<link "Stream for 1 hour">>
<<set $streamTime to 1>>
<<goto "stream">>
<</link>>
</div>
<div class="button-link">
<<link "Stream for 2 hours">>
<<set $streamTime to 2>>
<<goto "stream">>
<</link>>
</div>
<div class="button-link">
<<link "Stream for the rest of the day">>
<<set $streamTime to 24 - $currentTime>>
<<goto "stream">>
<</link>>
</div>
</div>
<<script>>
setup.calculateStreamingScore = function(emuscle, ebreastsBoost) {
var muscleScore = Math.sqrt(emuscle) * 2.5;
var breastsScore = Math.sqrt(ebreastsBoost) * 0.75;
var streamingScore = muscleScore + breastsScore;
return Math.min(streamingScore, 250);
};
setup.calculateViewers = function(streamingScore) {
var baseViewers = 1;
var growthFactor = 2;
var exponent = Math.floor(streamingScore / 1.5);
var additionalViewers = Math.floor(Math.pow(growthFactor, exponent));
var averageViewers = baseViewers + additionalViewers;
var minViewers = Math.floor(averageViewers * 0.8);
var maxViewers = Math.floor(averageViewers * 1.2);
var totalViewers = Math.floor(Math.random() * (maxViewers - minViewers + 1)) + minViewers;
return totalViewers;
};
setup.calculateDonations = function(viewers, streamTime, donationChance) {
var totalDonations = 0;
for (var i = 0; i < streamTime; i++) {
for (var j = 0; j < viewers; j++) {
if (Math.random() <= donationChance / 100) {
totalDonations += Math.floor(Math.random() * 5) + 1;
}
}
}
return totalDonations;
}
<</script>>
<<set $hoursPassed = $currentTime - $lastUpdatedHour>>
<<if $lactating is true and $hoursPassed > 0>>
<<set $milk = $milk + ($milkProd * $hoursPassed)>>
<<if $milk > $milkCapacity>>
<<set $milk = $milkCapacity>>
<<set $milkFull to true>>
<</if>>
<<set $lastUpdatedHour = $currentTime>>
<</if>><<run $('body').css('background-image', '')>>
<div class="content-box">
You greedily gulp down the contents of the protein shake.<br>
<span style="color:red;">Mmmmmmmm...</span>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
Read a book to learn how to create new types of diets.
<<if $hasAnatomy101>>
Anatomy and Physiology 101 progress: $anatomy101Progress/10
<<if $anatomy101Progress < 10 && $mentalExhaustion < 5>>
[[Read a section of Anatomy and Physiology 101|learnSomething][$anatomy101Progress += 1; $currentTime += 1; $mentalExhaustion += 1; $dietIntelligence += 1;]]
<<elseif $anatomy101Progress >= 10>>
You've completely read Anatomy and Physiology 101.
<<elseif $mentalExhaustion >= 5>>
You're too mentally exhausted to read anymore right now.
<</if>>
<</if>>
<<if $hasNutrition101>>
Nutrition 101 progress: $nutrition101Progress/10
<<if $nutrition101Progress < 10 && $mentalExhaustion < 5>>
[[Read a section of Nutrition 101|learnSomething][$nutrition101Progress += 1; $currentTime += 1; $mentalExhaustion += 1; $dietIntelligence += 1;]]
<<elseif $nutrition101Progress >= 10>>
You've completely read Nutrition 101.
<<elseif $mentalExhaustion >= 5>>
You're too mentally exhausted to read anymore right now.
<</if>>
<</if>>
<<if $hasWellness101>>
Health and Wellness 101 progress: $wellness101Progress/10
<<if $wellness101Progress < 10 && $mentalExhaustion < 5>>
[[Read a section of Health and Wellness 101|learnSomething][$wellness101Progress += 1; $currentTime += 1; $mentalExhaustion += 1; $dietIntelligence += 1;]]
<<elseif $wellness101Progress >= 10>>
You've completely read Health and Wellness 101.
<<elseif $mentalExhaustion >= 5>>
You're too mentally exhausted to read anymore right now.
<</if>>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "Bedroom">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<set $videoGameSkill += 1 >>
<<set $currentTime += 1>>
You play video games for an hour. Your skill at video games increased. (This does not affect anything currently.)
<div class="center-buttons">
<div class="button-link">
<<link "continue">><<goto "Bedroom">><</link>>
</div>
</div>
</div>
<<set $hoursPassed = $currentTime - $lastUpdatedHour>>
<<if $lactating is true and $hoursPassed > 0>>
<<set $milk = $milk + ($milkProd * $hoursPassed)>>
<<if $milk > $milkCapacity>>
<<set $milk = $milkCapacity>>
<<set $milkFull to true>>
<</if>>
<<set $lastUpdatedHour = $currentTime>>
<</if>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getGymBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getGymBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getGymFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyGymImage()>>
<<else>>
<<set _bgImage to setup.getGymImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set $workedOut to true>>
<<set $emMultiplier += 0.1>>
<<set $currentTime += 2>>
<<set $lastWorkoutDay to $dayCounter>>
<<if $emuscle < 5>>
You and Athena work out for 2 hours.
You do as many bodyweight pushups and air squats as you can before becoming exhausted...
Athena makes use of every machine in the gym; her physique attracting the attention of both men and women alike.
<span style="color: red;">Athena: You did good for a beginner Emma.</span><br>I'm sure...
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 5 and $emuscle < 10>>
You and Athena work out for 2 hours.
You do a heavy series of weighted push ups and dumbbell squats before becoming exhausted...
Athena makes use of every machine in the gym; her physique attracting the attention of both men and women alike.
<span style="color: red;">Athena: I see you're getting those newbie gains...</span><br>I hope getting big stays this easy...
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 and $emuscle < 17>>
You and Athena work out for 2 hours.
You bench press and barbell squat to failure before becoming exhausted...
Athena makes use of every machine in the gym; her physique attracting the attention of both men and women alike.
<span style="color: red;">Athena: You're starting to get some definition Emma!</span>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 17 and $emuscle < 25>>
You and Athena work out for 2 hours.
You're exhausted after using every machine in the gym...
Athena makes use of every machine in the gym; her physique attracting the attention of both men and women alike.
<span style="color: red;">Athena: Wha..how are you getting so big? Are you taking something?</span>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 25 and $emuscle < 36>>
You and Athena work out for 2 hours.
You make use of every machine in the gym, but you put extra effort and focus into your bicep curls.
Everyone's attention seems to be on you now as your body continues to swell.
<span style="color: red;">I'm basically as big as you Athena!!!</span><br><span style="color: red;">Athena: how... *gulps*</span>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 36 and $emuscle < 52>>
You and Athena work out for 2 hours.
You make use of every weight, machine, and dumbbell in the gym.
Your body dwarfs those of everyone around you.
<span style="color: red;">How does it feel that your small little roommate is now way bigger and stronger than you?</span><br><span style="color: red;">Athena: I..*gulps*</span>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<else>>
You and Athena work out for 2 hours.
Everyone stops what they're doing and stares as you start to lift. You make use of every single weight, dumbbell, and machine in the gym but still barely break a sweat.
<span style="color: red;">I think it's about time everyone started to worship me.</span><br><span style="color: red;">y..yes..of course they should goddess.</span>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<</if>>
</div>
<<set $hoursPassed = $currentTime - $lastUpdatedHour>>
<<if $lactating is true and $hoursPassed > 0>>
<<set $milk = $milk + ($milkProd * $hoursPassed)>>
<<if $milk > $milkCapacity>>
<<set $milk = $milkCapacity>>
<<set $milkFull to true>>
<</if>>
<<set $lastUpdatedHour = $currentTime>>
<</if>><<run $('body').css('background-image', '')>>
<div class="content-box">
You wolf down a couple breakfast burritos, some protein bars, and a glass of water.
<br>
@@color:red;*I need more...*@@
<br>
<div class="button-link">[[Continue|Kitchen]]</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
You greedily gulp a dozen eggs, a few 20 oz steaks, a baked potato, and a few glasses of milk till your stomach is to the point of bursting.
<br>
@@color:red;*Mmm..fuck yess...*@@
<br>
<div class="button-link">[[Continue|Kitchen]]</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
You greedily gulp down a few chicken breasts, some pasta, and a couple glasses of milk.
<br>
@@color:red;*Mmm..fuck yess...*@@
<br>
<div class="button-link">[[Continue|Kitchen]]</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="center-buttons">
<div class="button-link">
<<link "Go home">><<goto "Home">><</link>>
</div>
</div>
Thank you Alpha Testers:
christopher
Vadisor
Arthur
Morganic
fmos3
Akseptance
Esteban
Frank Sinatra
EVO
Xeno Cake
Daniel
tewowistesfr
Minecraft Gamer237
Patron Recognition:<br>
Thank you so much for your support! Your patronage allows this game to progress and evolve in ways previously unimaginable. You are just as responsible for the creation of this game as any dev.<br>
Thank You:<br>
<span style="color:red;">
Mattia
Kamerade_Max
dmc costa
anton3 games
Illviz
Vincent
luis
Jonbi
Keksfreund
Tacc Dadd
Axe Bod
Nico
Truvel
Isaac
E H
Dan
vuztvuztvuzt
Louis
Izeme
Schokokuchen
Sturmadd
Teso
Price Soaf
Charlo
Nikolay95
John
Sam
Eval
Otto
John
HELLChargerPlayes
Holy Future
Fabian
Goose
Mr.Raku1990
Beneraketti
Stuff4Days69
Itcotck
BV4
Train3906
Not Real
Vasadariu
Brie
Linus
Rik Spijk
prwitz93
ilja
Bradon
傲峰 焦
Ali
Maru
Hunter
Kekekez
DrClass
Kamui
Nilmur
Niclas
Xavier
CorvidFox
Andres
qwerty
Trevor
Smo0oth92
MrJack
Thx11283
Lewis
bri
Grimm9871
mentallama21
Circus James
AlanyG21
Mads
Marcus
Bon
HellBreaker991
Rei
Joe
Atronim
CryoPhoenix4975
Mathieu
ALPHAAAAAAAAAAAAAAAA
Lucy
Inferus
krux-hale
J Heathy
Julius65
Manuel
Thatlookingone
Drago79
Mechatronix
Lich-Lord Krosis
Austin
lolageo12
rob gat
Wolfhound3060
Psykotyrant
Daniel
Sunny2730
Ruadan
Eric
Saakyra
roboto1990
sith2618
Humi
CaptainTimm17
Napoleon Bonaparte
Genesis
Ironshins
Mark
Null10106
Samir
Nicola
Schreibvogel
TJ4732
Don B
mjandjb2
QuidamCraft
Trevor
Mograx
Brandon
John O.
Lorien
Jarrod
Stekke
Killbird 2001
John
Marky Mark
Soren916
Robert
Nora
Devin
Benjamin
Nathaniel
Casey K
Zarachiel
SPARTANVII18 .
MHow
Twistedsky
Lucas
Irxys
tomtrash
William
價 展
maldy
Oodel
John
Steven
Sebastian
Painis!
Joseph
Eat Pant
jef S
Michele
Zeldacrafter64
Jeremy
Jupal
J Json
Elto Vulto
Mikael
Lucas
Siwat
Chops
Max
Buddog87
AdmiralBreaker
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $metric is true>>
You struggle heavily, but you are able to squat <<print Math.round(($squat_rounded * 0.45359237) * 10) / 10>> kg.<br>
<<else>>
You struggle heavily, but you are able to squat <<print $squat_rounded>> lbs.<br>
<</if>>
<span style="color:red;">*Fucking hell...*</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "1rm">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $bPress_rounded lt 45>>
<<if $metric is true>>
You give it all you got, but you are unable to bench press the bar in kg.<br>
<<else>>
You give it all you got, but you are unable to bench press the bar in lbs.<br>
<</if>>
<span style="color:red;">Fuck...</span>
<<else>>
<<if $metric is true>>
You struggle heavily, but you are able to bench press <<print Math.round(($bPress_rounded * 0.45359237) * 10) / 10>> kg<br>
<<else>>
You struggle heavily, but you are able to bench press <<print $bPress_rounded>> lbs<br>
<</if>>
<span style="color:red;">Fucking hell...</span>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "1rm">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $metric is true>>
You struggle heavily, but you are able to deadlift <<print Math.round(($dLift_rounded * 0.45359237) * 10) / 10>> kg.<br>
<<else>>
You struggle heavily, but you are able to deadlift <<print $dLift_rounded>> lbs.<br>
<</if>>
<span style="color:red;">*Fucking hell...*</span>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "1rm">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $pUps_rounded lt 1>>
You give it all you got, but you are unable to do a single pullup.<br>
<span style="color:red;">Fuck...</span>
<<elseif $pUps_rounded gte 1 and $pUps_rounded lt 2>>
You give it all you got, but you are only able to do one pullup.<br>
<span style="color:red;">Fucking hell...</span>
<<else>>
You struggle heavily, but you are able to rep out <<print $pUps_rounded>> pullups.<br>
<span style="color:red;">Fucking hell...</span>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "1rm">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
Here you can plan out your meals for every day (automatically eat). Any added meal plans will go into effect starting immediately.
<div class="center-buttons">
<<if $autoMeals>>
<div class="button-link">
<<button "Press to cancel your current meal plan">>
<<set $autoMeals to false>>
<<set $poundsDay to 0>>
<<goto "mealPlanner">>
<</button>>
</div>
<</if>>
<<if $metric is true>>
<div class="button-link">
<<button "How many kilograms of food do you want to eat per day? (Cannot exceed current amount of food)">>
<<set _input to prompt("Please enter a number:", "")>>
<<if (_input.trim().length > 0) and (isNaN(_input) isnot true) and (Number(_input)*0.45359237 lte $food)>>
<<set $poundsDay to Number(_input)/0.45359237>>
<<set $fMult to $fMult + ($poundsDay * 0.025)>>
<<set $autoMeals to true>>
<<goto "mealPlanner">>
<<elseif (_input.trim().length > 0) and (isNaN(_input) isnot true) and (Number(_input)*0.45359237 gt $food)>>
<<set $poundsDay to 0>>
You don't have enough food for that.
<<else>>
Invalid input.
<</if>>
<</button>>
</div>
<<else>>
<div class="button-link">
<<button "How many pounds of food do you want to eat per day? (Cannot exceed current amount of food)">>
<<set _input to prompt("Please enter a number:", "")>>
<<if (_input.trim().length > 0) and (isNaN(_input) isnot true) and (Number(_input) lte $food)>>
<<set $poundsDay to Number(_input)>>
<<set $fMult to $fMult + ($poundsDay * 0.025)>>
<<set $autoMeals to true>>
<<goto "mealPlanner">>
<<elseif (_input.trim().length > 0) and (isNaN(_input) isnot true) and (Number(_input) gt $food)>>
<<set $poundsDay to 0>>
You don't have enough food for that.
<<else>>
Invalid input.
<</if>>
<</button>>
</div>
<</if>>
</div>
<<if $metric is true>>
<<set $kgDay to Math.round($poundsDay * 0.45359237 * 100) / 100>>
You are currently eating $kgDay kg of food per day.
<<else>>
You are currently eating $poundsDay lbs of food per day.
<</if>>
<div class="center-buttons">
<div class="button-link">
<<button "Return">><<goto "Kitchen">><</button>>
</div>
</div>
<<set $oneMeal to ($poundsDay / 3)>>
<<set $roundedOneMeal to Math.round($oneMeal * 10) / 10>>
</div><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You can hire a delivery service to deliver groceries to your house every day for a daily fee. <br>
Any purchase order will arrive the following morning.
<<if $deliveryService is true>>
<div class="center-buttons">
<div class="button-link">
<<link "Press to unsubscribe from daily deliveries.">>
<<set $deliveryService to false>>
<<set $bulkQuantity to 0>>
<<goto "gShopper">>
<</link>>
</div>
</div>
<</if>>
<<if $deliveryService is false>>
<div class="center-buttons">
<div class="button-link">
<<if $money >= 35>>
<<link "$35: 1 of each food type every day">>
<<set $bulkQuantity to 1>>
<<set $totalBulkCost to 35>>
<<set $money -= $totalBulkCost>>
<<set $deliveryService to true>>
<<goto "gShopper">>
<</link>>
<<else>>
$35: 1 of each food type every day.
You don't have enough money to place the order.
<</if>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<if $money >= 160>>
<<link "$160: 5 of each food every day">>
<<set $bulkQuantity to 5>>
<<set $totalBulkCost to 160>>
<<set $money -= $totalBulkCost>>
<<set $deliveryService to true>>
<<goto "gShopper">>
<</link>>
<<else>>
$160: 5 of each food type every day.
You don't have enough money to place the order.
<</if>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<if $money >= 300>>
<<link "$300: 10 of each food every day">>
<<set $bulkQuantity to 10>>
<<set $totalBulkCost to 300>>
<<set $money -= $totalBulkCost>>
<<set $deliveryService to true>>
<<goto "gShopper">>
<</link>>
<<else>>
$300: 10 of each food type every day.
You don't have enough money to place the order.
<</if>>
</div>
</div>
<</if>>
<<if $deliveryService is true>>
You are currently buying $bulkQuantity of each food type per day for $<<print $totalBulkCost>> per day.
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "Alice's Food Emporium">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
Athena: "Oh, your arms have definitely gotten bigger! Maybe you can make mine budge this time!"
<div class="center-buttons">
<div class="button-link">
<<link "Let's hope it's more than that">><<goto "ar15">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
Athena: "Emma, your arms, they're huge..."
<div class="center-buttons">
<div class="button-link">
<<link "*smirking* I know..">><<goto "ar20">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
Athena: "Emma, your arms, they're huge..."
<div class="center-buttons">
<div class="button-link">
<<link "*smirking* I know..">><<goto "ar20">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
Athena: "I..um..are you sure.."
<div class="center-buttons">
<div class="button-link">
<<link "Yes I'm sure. Now grab my hand">><<goto "ar25">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbrShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You turn towards Brooke and start to take off your bra.<br>
<span style="color: red;">"Brooke: What are you do..oh..um..I..they're amazing..."</span><br>
Yeah they've been growing a lot lately, so I wanted to come by and show you.<br>
<span style="color: red;">"Brooke: Um yeah...I can see..."</span><br>
<div class="button-link">
[[Return|brookeMain]]
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbrShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You turn towards Brooke and take off your bra. <br>
Look how big they've gotten! <br>
<span style="color: red;">"Brooke: Y..you..I..they're so beautiful..."</span><br>
<div class="button-link">
[[Return|brookeMain]]
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbrShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You turn towards Brooke and start to take off your bra; letting your huge boobs drop down. <br>
Look! My boobs are way bigger and fuller than yours! <br>
<span style="color: red;">"Brooke: *gulps*"</span><br>
<div class="button-link">
[[Return|brookeMain]]
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbrShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You turn towards Brooke and rip off your shirt and bra.<br>
Brooke! Your goddess requires worship!! <br>
<span style="color: red;">"Brooke: Y..yes..of course goddess."</span><br>
<span style="color: red;">You then pull Brooke towards you and shove her face into your chest. She licks and sucks your breasts for what feels like forever until you eventually push her away and allow her to orgasm.</span>
<div class="button-link">
[[Return|brookeMain]]
</div>
</div>
<<set $currentTime += 2>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbiShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Hey Athena, watch this!
<<print "<br/>">>
You start to flex your arm.
<<print "<br/>">>
Athena: "Oh wow...you're starting to get big..."
<<print "<br/>">>
<div class="button-link">
[[Return|athenaMain]]
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbiShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Look Athena! This thing is almost as big as yours!
<br/>
You start to flex your arm. Your huge bicep exploding up.
<br/>
Athena: "Oh..I..how..how has it gotten so big so fast?"
<br/>
<div class="button-link">
[[Return|athenaMain]]
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbiShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Look how big this thing is getting!
<br/>
You start to flex your arm. Your enormous bicep erupting upwards.
<br/>
Athena: *gulps*
<br/>
<div class="button-link">
[[Return|athenaMain]]
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbiShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Look how much bigger my bicep is than yours!
<br/>
You start to flex your arm. Your enormous bicep erupting upwards.
<br/>
<i>Athena: *gulps</i>
<br/>
<div class="button-link">
[[Return|athenaMain]]
</div>
</div>Later that day...
[[Continue|intro]]<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLilithImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
?????: What do we have here...
[[Continue|homeBridge]]
</div>
<div class="translucent-box">
Athena: Umm hey, it's uh nice to meet you, $playerName
<<link "And you as well">>
<<replace "#winner">>Landlord Johnson: Oh look! It's your other roommate, Brooke!<</replace>>
<<replace "#next">>[[Continue|house2]]<</replace>>
<</link>>
<span id="winner"></span>
<span id="next"></span>
</div><div class="translucent-box">
Brooke: Hey guys! I can't wait to move in with you all! This is going to be such a fun year! I just know it!
[[Continue|LTD2]]
</div>Later that night...
[[Continue|proL]]<div id="banner-logo">
<<script>>
$(document).ready(function() {
var bannerImage = setup.getBannerImage();
$('#banner-image').attr('src', 'images/' + bannerImage);
});
<</script>>
<img id="banner-image" src="" alt="Banner Image">
</div><strong>Public Edition</strong>
Version: 0.2.1By Jobobot<<link "Settings" "settings">><</link>>
<<link "Quick Stats" "stats">><</link>>
<<link "Wiki" "wiki">><</link>>
<<link "Supporters" "patronRec">><</link>>
<<link "Go Home" "Home">><</link>><<print $playerName>>
<<print window.getDayOfWeek()>>
<<print window.getGameDate($dayCounter, '2024-08-12')>>
Money: $<<print $money>>
Current time: <<= formatGameTime($currentTime)>>Emma's Growth<<set $currentTime to 8>>
<<set $money to 100>>
<<set $videoGameSkill to 1>>
<<set $emuscle to 0>>
<<set $echest to 28>>
<<set $ewaist to 25>>
<<set $ehips to 28>>
<<set $ebiceps to 8>>
<<set $equads to 18>>
<<set $eweight to 90>>
<<set $ebelly to 0>>
<<set $eheight to 60>>
<<set $ebutt to 0>>
<<set $amuscle to 0>>
<<set $bbreasts to 0>>
<<set $intelligence to 0>>
<<set $day to 1>>
<<set $lastWorkoutDay to 0>>
<<set $workedOut to false>>
<<set $bAff to 0>>
<<set $aAff to 0>>
<<set $donationChance to 12>>
<<set $creatine to false>>
<<set $creatineTaken to false>>
<<set $emMultiplier to 1>>
<<set $protein to 0>>
<<set $emPotion to 0>>
<<set $food to 5>>
<<set $fMult to 1>>
<<set $hasEaten to false>>
<<set $hasWorked to false>>
<<set $workAuto to false>>
<<set $eatAuto to false>>
<<set $foodAllotment to 0>>
<<set $dailyFoodBought to 0>>
<<set $autoMeals to false>>
<<set $poundsDay to 0>>
<<set $oneMeal to 0>>
<<set $meal2eaten to false>>
<<set $meal3eaten to false>>
<<set $roundedFood to $food>>
<<set $introComplete to false>>
<<set $ebreastsBoost to 0>>
<<set $ehipsBoost to 0>>
<<set $ewaistBoost to 0>>
<<set $eheightBoost to 0>>
<<set $growthMultiplier to 1>>
<<set $metric to false>>
<<set $cupSize = "AA">>
<<set $buttSize to 0>>
<<set $webcam to false>>
<<set $hasMembership to false>>
<<set $musclePotion to 0>>
<<set $breastsPotion to 0>>
<<set $fatPotion to 0>>
<<set $hipsPotion to 0>>
<<set $buttPotion to 0>>
<<set $heightPotion to 0>>
<<set $milkPotion to 0>>
<<set $sCapacityPotion to 0>>
<<set $stuffingPotion to 0>>
<<set $echestPrev = $echest>>
<<set $eweightBase to 90>>
<<set $buttBoost to $buttSize>>
<<set $dfb_rounded to 0>>
<<set $lactating to false>>
<<set $milk to 0>>
<<set $lactcore to 0>>
<<set $milkCapacity to 10>>
<<set $milkProd to 0>>
<<set $milkFull to false>>
<<set $lastUpdatedHour to $currentTime>>
<<set $breastPump to false>>
<<set $lactaMax to 0>>
<<set $endurance to 1>>
<<set $hiRes to false>>
<<set $muscleImage to 0>>
<<set $breastsImage to 0>>
<<set $waistImage to 0>>
<<set $hipsImage to 0>>
<<set $fatImage to 0>>
<<set $stomachImage to 0>>
<<set $milkGallon to 1>>
<<set $eggs to 12>>
<<set $chickenBreasts to 8>>
<<set $steak to 1>>
<<set $pizza to 0>>
<<set $watermelon to 0>>
<<set $vegetables to 0>>
<<set $iceCream to 0>>
<<set $stomachCapacity to 4>>
<<set $stomachFullness to 0>>
<<set $voreSerum to false>>
<<set $eggMessage to " ">>
<<set $swallowEgg to false>>
<<set $milkMessage to " ">>
<<set $milkSwallow to 0>>
<<set $milkDrinkMessage to "">>
<<set _tempMilkDrinkMessage = "">>
<<set $animPfp to true>>
<<set $chickenMessage to "">>
<<set $steakMessage to "">>
<<set $mainEndurance to 5>>
<<set $enduranceBoost to 0>>
<<set $hasRan to false>>
<<set $previousTime to 0>>
<<set $bodyFat to 0>>
<<set $deltaTime to 0>>
<<set $testFood to 0>>
<<set $foodCalorie to 0>>
<<set $caloriesEatenToday to 0>>
<<set $simpleGrowth to false>>
<<set $noFatGain to false>>
<<set $dailyFatCalc to true>>
<<set $totalDailyCalories to 0>>
<<set $digestionSpeed to 1>>
<<set $goddessSerum to false>>
<<set $baseBody to true>>
<<set $dayCounter to 1>>
<<set $lyraStage to 0>>
<<set $muscleTherapy to false>>
<<set $lipoTherapy to false>>
<<set $fatGainTherapy to false>>
<<set $breastsTherapy to false>>
<<set $mTherapyMult to 1>>
<<set $lipoMult to 1>>
<<set $saraIntro to 0>>
<<set $emmaIntro to 0>>
<<set $lipoD to false>>
<<set $lipoDNum to 0>>
<<set $bcentric to false>>
<<set $fgtMult to 1>>
<<set $breastsBeforeSleep to 0>>
<<set $bcMult to 1>>
<<set $lyraChest to 0>>
<<set $fMilk to 0>>
<<set $vegetables to 0>>
<<set $mikaylaImage to 0>>
<<set $mikaylaStage to 1>>
<<set $harperImage to 0>>
<<set $mikaylaTotal to 0>>
<<set $mFeedInit to false>>
<<set $mDrained to false>>
<<set $mikaylaInit to false>>
<<set $brookeEaten to false>>
<<set $breastsPotionTaken to false>>
<<set $brookeStage to 0>>
<<set $brookeBEStage to 0>>
<<set $brookeBE1Stage to 0>>
<<set $sylvieMeeting to false>>
<<set $act2Started to 0>>
<<set $visitedStore to false>>
<<set $kellyFirst to true>>
<<set $canDrain to false>>
<<set $athenaGone to false>>
<<set $athenaDrained to false>>
<<set $deliveryService to false>>
<<set $totalBulkCost to 0>>
<<set $bulkQuantity to 0>>
<<set $lvl52 to false>>
<<set $drankAmount to 0>>
<<set $mikaylaMilk to 16>>
<<set $athenaEaten to false>>
<<set $harperFirst to true>>
<<set $livePrey to false>>
<<set $emuscleThreshold to 0>>
<<set $eheightThreshold to 0>>
<<set $bodyFatThreshold to 0>>
<<set $stomachFullnessThreshold to 0>>
<<set $ebreastsBoostThreshold to 0>>
<<set $livePreyThreshold to false>>
<<set $livePreyVisited to false>>
<<set $harperDrained to false>>
<<set $hasMeasuringTape to false>>
<<set $completedKellyIntro to false>>
<<set $kellyName to false>>
<<set $donationChance to 0.5>>
<<set $metHera to false>>
<<set $metReagan to false>>
<<set $reaganTimer to 10000>>
<<set $reaganStuffedFirst to false>>
<<set $reaganCapacity to 4>>
<<set $reaganStage to 2>>
<<set $reaganFullness to 0>>
<<set $shakes to 0>>
<<set $thickBurgers to 0>>
<<set $hasTape to false>>
<<set $hasLightScale to false>>
<<set $hasHeavyScale to false>>
<<set $lightScaleBought to false>>
<<set $heavyScaleBought to false>>
<<set $buffetPlate to 8>>
<<set $eheightOriginal to 60>>
<<set $lbm to 0>>
<<set $hasBodyCompMachine to false>>
<<set $mentalExhaustion to 0>>
<<set $hasAnatomy101 to false>>
<<set $hasNutrition101 to false>>
<<set $hasWellness101 to false>>
<<set $anatomy101Progress to 0>>
<<set $nutrition101Progress to 0>>
<<set $wellness101Progress to 0>>
<<set $dietIntelligence to 0>>
<<set $casinoAmountSpent to 0>>
<<set $natashaMet to false>>
<<set $hasCompetitiveEating101 to false>>
<<set $player to {}>>
<<set $player.hotdogsEaten to 0>>
<<set $rachelStage to 1>>
<<set $seenRachelEat to false>>
<<set $rachelIntro to false>>
<<set $rachelFullness to 0>>
<<set $rachelFatStage to 1>>
<<set $rachelCapacity to 3>>
<<set $rachelEatenToday to false>>
<<widget "phone">>
<div id="phone-widget" class="phone-widget">
<span class="phone-emoji">📱</span>
<div class="notification-count">0</div>
</div>
<<script>>
$(document).on('click', '#phone-widget', function() {
Engine.play("PhoneUI");
});
// Initialize and update notification count
$(document).ready(function() {
let phoneWidget = $('#phone-widget');
let notificationCount = parseInt(phoneWidget.find('.notification-count').text()) || 0;
// Add new notifications from overnight followers
if (State.variables.phoneWidgetNotificationsToAdd > 0) {
notificationCount += State.variables.phoneWidgetNotificationsToAdd;
State.variables.phoneWidgetNotificationsToAdd = 0;
}
// Update from MessageSystem
notificationCount += MessageSystem.updateNotificationCount();
if (notificationCount > 0) {
phoneWidget.find('.notification-count').text(notificationCount).show();
} else {
phoneWidget.find('.notification-count').hide();
}
});
<</script>>
<</widget>>
<<set $relationshipWithBrooke to 0>>
<<set $relationshipWithAthena to 0>>
<<set $contacts to []>>
<<set $conversations to {}>>
<<set $lastMessages to {}>>
<<set $unreadMessages to {}>>
<<set $profilePictures = {
"Brooke": "images/brookeAvatar.webp",
"Athena": "images/athenaAvatar.webp",
"player": "images/avatar00.webp"
}>>
<<set $activityMultiplier to 1.2>>
<<set $instagramAccountCreated to false>>
<<set $instagramPosts to 0>>
<<set $instagramFollowers to 0>>
<<set $instagramFollowing to 0>>
<<set $instagramBio to "Fitness enthusiast | Foodie | Nature lover">>
<<set $appearanceScore = $emuscle + $ebreastsBoost + ($ehipsBoost * 2)>>
<<set $gainedFollowersOvernight to false>>
<<set $newInstagramFollowers to 0>>
<<set $phoneWidgetNotifications to 0>>
<<set $phoneWidgetNotificationsToAdd to 0>>
<<set $reaganEatenToday to false>>
<<set $steroids to 0>>
<<set $onSteroids to false>>
<<set $heraTalkedSteroids to false>>
<<set $muscleHeightBoost to 0>>
<<set $voreSerumMult to 1>>
<<set $hasDrankPotionBefore to false>>
<<set $steroidBoostApplied = false>>
<<set $hasSearchedVorePark to false>>
<<set $hasSearchedVoreBeach to false>>
<<set $hasSearchedDrainPark to false>>
<<set $hasSearchedDrainBeach to false>>
<<set $harperGone to false>>
<<set $voreNowAvailable to false>>
<<set $hasVored to false>>
<<set $timesMilked to 0>><<run $('body').css('background-image', '')>>
<div class="center-buttons">
<div class="button-link">
<<link "Go to your room" "Bedroom">><</link>>
</div>
<div class="button-link">
<<link "Go to Brooke's room" "brookeRoom">><</link>>
</div>
<div class="button-link">
<<if $athenaGone>>
<<link "Go to Athena's room" "athenaRoom1">><</link>>
<<else>>
<<link "Go to Athena's room" "athenaRoom">><</link>>
<</if>>
</div>
<div class="button-link">
<<link "Go back" "Home">><</link>>
</div>
</div>
.button-link {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.5); // Semi-transparent black
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: background-color 0.5s ease;
}
.button-link:hover {
background-color: rgba(0, 0, 0, 0.8); // Slightly less transparent black on hover
}
.center-buttons {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
<<run $('body').css('background-image', "url('" + setup.getbrcompImage() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="button-link">
[[Continue|bcomp0]]
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
You greedily gulp down the breasts serum making sure to devour every last drop of the thick, creamy liquid.<br><br><br>
You start to moan as your chest starts to expand.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you start to grope your newly enhanced tits.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>**Disclaimer:**
This game contains sexual content and fetish content. Please confirm that you are 18+
[[I am 18+|Disclaimer Screen]]
[[I am not 18+|adultDisclaimer]]
Enter your name: <<textbox "$playerName" "Emma">>
The following settings can all be changed at any time later.
Please select your growth speed (Applies to both muscle and fat gain):
<<radiobutton "$growthMultiplier" 0.50>> Slow
<<radiobutton "$growthMultiplier" 1>> Average (Default)
<<radiobutton "$growthMultiplier" 1.5>> Fast
Select your preferred system of measurement:
<<radiobutton "$metric" true>> Metric
<<radiobutton "$metric" false>> Imperial (Default)
Simple muscle growth or complex?
<<radiobutton "$simpleGrowth" true>> Simple (Original): muscle gain is determined just by working out and by taking supplements such as creatine. You can't lose muscle.
<<radiobutton "$simpleGrowth" false>> Complex (Default/Beta): Muscle gain and loss is affected by a lot of factors such as working out, how much food you eat, calories burned, etc. You can lose muscle if you don't eat.
Do you want your character to be able to gain body fat?
<<radiobutton "$noFatGain" true>> No
<<radiobutton "$noFatGain" false>> Yes (Default)
[[Continue|startscreen]]<<run $('body').css('background-image', '')>>
Growth Speed:
<<customRadio "growthMultiplier" 0.75 "Slow">>
<<customRadio "growthMultiplier" 1 "Default">>
<<customRadio "growthMultiplier" 1.25 "Fast">>
Simple muscle growth or complex?
<<customRadio "simpleGrowth" true "Simple">>
<<customRadio "simpleGrowth" false "Complex (Default/Beta)">>
Metric or Imperial System:
<<customRadio "metric" true "Metric">>
<<customRadio "metric" false "Imperial (Default)">>
Do you want your character to be able to gain body fat?
<<customRadio "noFatGain" true "No (Selecting this will also reset body fat to 0">><<if $noFatGain is true>> <<set $bodyFat to 0>><</if>>
<<customRadio "noFatGain" false "Yes (Default)">>
<<return "Go back">><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getReaganIntroImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Reagan: "Hey there! Can I help you with something?"
[[Let's see what you have for sale?|emartBuy]]
<<if $dayCounter - $reaganTimer >= 1 && $reaganStuffedFirst == false>>
[[Your chest...your body...how have they grown so much?|reaganStuffingIntro]]
<<else>><</if>>
<<if $reaganStuffedFirst == true && $reaganEatenToday == false>>
[[Want to go back into your office and let me stuff you?|reaganStuffingPrelude]]
<<elseif $reaganStuffedFirst == true>>
Reagan is too full to eat again right now.
<<else>>
<</if>>
[[Go home|Home]]
</div>
<<set $metReagan = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getMirFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getMirrorImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="button-link">
[[Continue|Look in mirror]]
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You look at the strange looking potion for a moment.
"Well...here goes nothing."
You start greedily gulping down the hip serum making sure to devour every last drop.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You start to moan as your hips start to swell and stretch.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you start to swing and sway your newfound curves.
<span style="color:red;">*Fuck yes!*</span><br><br>
<<else>>
You greedily gulp down the hip serum making sure to devour every last drop.<br><br><br>
You start to moan as your hips start to swell and stretch.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you start to swing and sway your newfound curves.
<span style="color:red;">*Fuck yes!*</span><br><br>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You look at the strange looking potion for a moment.
"Well...here goes nothing."
You start greedily gulping down the waist serum making sure to devour every last drop.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You start to moan as your sides start to narrow.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you slide your hands down the sides of your much curvier torso.
<span style="color:red;">*Fuck yes!*</span><br><br>
<<else>>
You greedily gulp down the waist serum making sure to devour every last drop.<br><br><br>
You start to moan as your sides start to narrow.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you slide your hands down the sides of your much curvier torso.
<span style="color:red;">*Fuck yes!*</span><br>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You look at the strange looking potion for a moment.
"Well...here goes nothing."
You start greedily gulping down the glutes serum making sure to devour every last drop.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You start to moan as your glutes start to swell and thicken.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you grab and grope your newly enhanced backside with both hands.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<<else>>
You greedily gulp down the glutes serum making sure to devour every last drop.<br><br><br>
You start to moan as your glutes start to plumpen and thicken.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you grab and grope your newly enhanced backside with both hands.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You look at the strange looking potion for a moment.
"Well...here goes nothing."
You start greedily gulping down the towering serum making sure to devour every last drop.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You start to moan as your entire body starts to expand and lengthen.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you rush to the mirror to admire your newfound size and stature.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<<else>>
You greedily gulp down the towering serum making sure to devour every last drop.<br><br><br>
You start to moan as your entire body starts to expand and lengthen.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you rush to the mirror to admire your newfound size and stature.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getBreastsExpansionImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You look at the strange looking potion for a moment.
"Well...here goes nothing."
You start greedily gulping down the breasts serum making sure to devour every last drop of the thick, creamy liquid.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You start to moan as your chest starts to expand.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
The sensation keeps going as your clothes start to tighten around your chest.<br>
<span style="color:red;">*Oooohhh...oooohhhh!*</span><br>
Before you even realize what is happening, your newly enhanced tits completely rip through your clothes.
<span style="color:red;">*Fuck yes!*</span><br><br>
You start to grope and squeeze your recently engorged assets, reveling in their newfound size.
<<else>>
You greedily gulp down the breasts serum making sure to devour every last drop of the thick, creamy liquid.<br><br><br>
You start to moan as your chest starts to expand<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
The sensations keeps going as your clothes start to tighten around your chest.<br>
<span style="color:red;">*Oooohhh...oooohhhh!*</span><br>
Before you even realize what is happening, your newly enhanced tits completely rip through your clothes.
<span style="color:red;">*Fuck yes!*</span><br><br>
You start to grope and squeeze your engorged assets, reveling in their newfound size.<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $ebreastsBoost += 11>>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', "url('" + setup.getbe22Image() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="content-box">
You greedily gulp down the breasts serum making sure to devour every last drop of the thick, creamy liquid.<br><br><br>
You start to moan as your chest starts to expand<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
The sensations keeps going as your clothes start to tighten around your chest.<br>
<span style="color:red;">*Oooohhh...oooohhhh!*</span><br>
Before you even realize what is happening, your newly enhanced tits completely rip through your clothes.
<span style="color:red;">*Fuck yes!*</span><br><br>
You start to grope and squeeze your engorged assets, reveling in their newfound size.
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', "url('" + setup.getFlex17Image() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="button-link">
[[Continue|aFlex17]]
</div><<run $('body').css('background-image', "url('" + setup.getFlex25Image() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="button-link">
[[Continue|aFlex25]]
</div><<run $('body').css('background-image', "url('" + setup.getFlex36Image() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="button-link">
[[Continue|aFlex36]]
</div><<run $('body').css('background-image', "url('" + setup.getFlex52Image() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="button-link">
[[Continue|aFlex52]]
</div><<run $('body').css('background-image', "url('" + setup.getShowoff17Image() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="button-link">
[[Continue|bTits17]]
</div><<run $('body').css('background-image', "url('" + setup.getShowoff25Image() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="button-link">
[[Continue|bTits25]]
</div><<run $('body').css('background-image', "url('" + setup.getShowoff36Image() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="button-link">
[[Continue|bTits36]]
</div><<run $('body').css('background-image', "url('" + setup.getShowoff52Image() + "')").css('background-repeat', 'no-repeat').css('background-size', 'contain').css("background-attachment", "fixed").css("background-position", "center")>>
<div class="button-link">
[[Continue|bTits52]]
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Lyra: Here you go...
You have $<<print $money>>
<<if $money >= 250>>
[[LactCore: $250|biotechStore][$money -= 250; $lactcore += 1]]
<<else>>
LactCore: $250 (You don't have enough money to buy that.)
<</if>>
<<if $breastPump is false>>
<<if $money >= 150>>
[[Breast Pump: $150|biotechStore][$money -= 150; $breastPump to true]]
<<else>>
Breast Pump: $150 (You don't have enough money to buy that.)
<</if>>
<<else>>
You already have a breast pump.
<</if>>
<<if $money >= 250>>
[[LactaMax: $250|biotechStore][$money -= 250; $lactaMax += 1]]
<<else>>
LactaMax: $250 (You don't have enough money to buy that.)
<</if>>
<<if $hasBodyCompMachine is false>>
<<if $money >= 20000>>
[[Body Comp Machine (exact same machine found at Joe's Gainz Center): $20000|biotechStore][$money -= 20000; $hasBodyCompMachine to true]]
<<else>>
Body Comp Machine: $20000 (You don't have enough money to buy that.)
<</if>>
<<else>>
You already have a body comp machine.
<</if>>
[[Go back|biotech]]
</div>
<<run $('body').css('background-image', '')>>
<<set $reaganStageSimple = setup.getReaganStageSimple($reaganStage)>>
<<set _muscleIm = setup.muscleImageStage()>>
<<set _breastsIm = setup.breastsImageStage()>>
<<set _hipsIm = setup.hipsImageStage()>>
<<set _waistIm = setup.waistImageStage()>>
<<set _fatIm = setup.bodyFatImageStage()>>
<<set _breastsNum = setup.breastsNumIm()>>
<<set _waistNum = setup.waistNumIm()>>
<<set _hipsNum = setup.hipsNumIm()>>
Name: $playerName
Age: 22
(These are super buggy and probably inaccurate.)
Muscle image stage: <<=_muscleIm>>/6
Breasts image stage: <<=_breastsIm>><<=_breastsNum>>
Waist image stage: <<=_breastsIm>><<=_waistNum>>
Hips image stage: <<=_hipsIm>><<=_hipsNum>>
Body fat image stage: <<=_fatIm>>/5
NPCs Stages:
Rachel: 1/1
Reagan: $reaganStageSimple/5
<<return "Go back">><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getGymBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getGymBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getGymFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyGymImage()>>
<<else>>
<<set _bgImage to setup.getGymImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set $workedOut to true>>
<<set $emMultiplier += 0.1>>
<<set $currentTime += 2>>
<<set $lastWorkoutDay to $dayCounter>>
<<if $emuscle < 5>>
You and Athena work out for 2 hours.
You do as many bodyweight pushups and air squats as you can before becoming exhausted...
Athena makes use of every machine in the gym; her physique attracting the attention of both men and women alike.
<span style="color: red;">Athena: You did good for a beginner Emma.</span><br>I'm sure...
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 5 and $emuscle < 10>>
You and Athena work out for 2 hours.
You do a heavy series of weighted push ups and dumbbell squats before becoming exhausted...
Athena makes use of every machine in the gym; her physique attracting the attention of both men and women alike.
<span style="color: red;">Athena: I see you're getting those newbie gains...</span><br>I hope getting big stays this easy...
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 and $emuscle < 17>>
You and Athena work out for 2 hours.
You bench press and barbell squat to failure before becoming exhausted...
Athena makes use of every machine in the gym; her physique attracting the attention of both men and women alike.
<span style="color: red;">Athena: You're starting to get some definition Emma!</span>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 17 and $emuscle < 25>>
You and Athena work out for 2 hours.
You're exhausted after using every machine in the gym...
Athena makes use of every machine in the gym; her physique attracting the attention of both men and women alike.
<span style="color: red;">Athena: Wha..how are you getting so big? Are you taking something?</span>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 25 and $emuscle < 36>>
You and Athena work out for 2 hours.
You make use of every machine in the gym, but you put extra effort and focus into your bicep curls.
Everyone's attention seems to be on you now as your body continues to swell.
<span style="color: red;">I'm catching up to you Athena!!!</span><br><span style="color: red;">Athena: how... *gulps*</span>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<elseif $emuscle >= 36 and $emuscle < 52>>
You and Athena work out for 2 hours.
You make use of every weight, machine, and dumbbell in the gym.
Your body dwarfs those of everyone around you.
<span style="color: red;">I think our muscles are pretty comparable Athena. What do you think?</span><br><span style="color: red;">Athena: I..uh...<i>gulps</i></span>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<<else>>
You and Athena work out for 2 hours.
Everyone stops what they're doing and stares as you start to lift. You make use of every single weight, dumbbell, and machine in the gym but still barely break a sweat.
<span style="color: red;">How does it feel that your small little roommate is now bigger and stronger than you?</span><br>
Athena: <i>Gulps</i>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
<</if>>
</div>
<<set $hoursPassed = $currentTime - $lastUpdatedHour>>
<<if $lactating is true and $hoursPassed > 0>>
<<set $milk = $milk + ($milkProd * $hoursPassed)>>
<<if $milk > $milkCapacity>>
<<set $milk = $milkCapacity>>
<<set $milkFull to true>>
<</if>>
<<set $lastUpdatedHour = $currentTime>>
<</if>><<run $('body').css('background-image', '')>>
<div class="content-box">
You open the Lactcore bottle and gulp down it's contents, but you don't notice any immediate effects.
<span style="color:red;">*Whatever...*</span><br><br>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $breastPump == true>>
<i>You use the breast pump to quickly relieve your breasts of their delicious bounty...</i>
<<else>>
<i>Seeing no other option, you lean over the bathroom sink and start milking your breasts directly into the sink, relieving your breast of their delicious bounty...</i>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "Bathroom">><</link>>
</div>
</div>
</div>
<<set $milk = 0>>
<<set $timesMilked += 1>>
<<set $milkProd += 0.2>>
<<set $milkCapacity += 1>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getGymBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getGymBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getGymFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyGymImage()>>
<<else>>
<<set _bgImage to setup.getGymImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set $distance to 2>>
<<set $distanceMetric to $distance * 1.60934>>
<<set $mainEndurance = (((5 + ($emuscle * 0.5)) - (($ebreastsBoost / 9) + ($stomachFullness / 4) + ($buttSize / 2.3))))>>
<<set $adjustedEndurance to $mainEndurance - 5>>
<<set $minutesRun to Math.min(Math.max(22 * Math.exp(-0.03 * $adjustedEndurance), 8), 60)>>
<<set $totaltime to $minutesRun>>
<<set _parkRunDesc = setup.parkRunDesc()>>
<<if $metric>>
You were able to run <<print $distanceMetric.toFixed(2)>> kilometers in about <<print $totaltime.toFixed(2)>> minutes. <<=_parkRunDesc>> You burned some fat and increased your activity level.
<<else>>
You were able to run <<print $distance.toPrecision(2)>> miles in about <<print $totaltime.toFixed(2)>> minutes. <<=_parkRunDesc>> You burned some fat and increased your activity level.
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "Park">><</link>>
</div>
</div>
<<set $hasRan to true>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.5)>>
<<set $currentTime += 1>>
<<set $activityMultiplier += 0.14>>
<<if $bodyFat >= 0.5>>
<<set $bodyFat -= 0.5>>
<<else>>
<<set $bodyFat = 0>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getRachelImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Rachel: Hey there! Can I help you with something?</div>
<div class="center-buttons">
<div class="button-link">
<<if $money >= 50>>
<<link "All you can eat buffet: $50">>
<<set $money -= 50>>
<<goto "buffetEat">>
<</link>>
<<else>>
You don't have enough money to eat here.
<</if>>
</div>
<<if $seenRachelEat is true && $rachelIntro is false>>
<div class="center-buttons">
<div class="button-link">
<<link "I saw where you came in third place in the eating competiton this week!">><<goto "rachelIntro">><</link>>
</div>
</div><</if>>
<<if $rachelIntroFinished is true>>
<div class="center-buttons">
<div class="button-link">
<<if $rachelEatenToday is false>>
<<link "Want to take a break and let me stuff you?">><<goto "rachelEatBridge">><</link>>
<<else>>
Rachel to too full to eat right now.
<</if>>
</div>
</div>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Leave">><<goto "Garage">><</link>>
</div>
</div>
</div><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You have <<print Math.floor($milkGallon)>> full gallons of milk<<if $milkGallon % 1 != 0>> and about <<print (($milkGallon % 1) * 100).toFixed(0)>>% of another gallon.<</if>>
<<if $milkGallon >= 0.125>>
<<if $stomachFullness + 0.5 <= $stomachCapacity>>
<<link "Drink a full glass of milk">>
<<set $milkGallon -= 0.125>>
<<set $stomachFullness += 1>>
<<set $totalDailyCalories += 206>>
<<goto "milkGlass">>
<</link>>
<<else>>
You can't possibly drink more milk right now, you're too full.
<</if>>
<<if $milkGallon >= 1 and $stomachCapacity - $stomachFullness >= 8>>
<<link "Drink a whole gallon of milk">>
<<set $milkGallon -= 1>>
<<set $stomachFullness += 8>>
<<goto "milkGallon">>
<</link>>
<<elseif $milkGallon >= 1 and $stomachCapacity - $stomachFullness < 8 and $stomachCapacity - $stomachFullness > 0>>
<<link "Drink a whole gallon of milk">>
<<goto "partialGallon">>
<</link>>
<</if>>
<<elseif $milkGallon > 0 and $stomachCapacity - $stomachFullness > 0>>
<<set _remainingMilk = $milkGallon * 8>> /* Convert to glasses */
<<set _availableSpace = $stomachCapacity - $stomachFullness>>
<<set _amountToDrink = Math.min(_remainingMilk, _availableSpace)>>
<<link "Drink the remaining milk">>
<<goto "partialGlass">>
<</link>>
<<else>>
<</if>>
<<if $eggMessage>>
<<print $eggMessage>><<if $swallowEgg == true>> <span style="color: red;"> Uuurrrrpppp!!! </span><</if>>
<</if>>
You have <<print $eggs>> eggs.
<<if $eggs > 0 >>
<<if $stomachFullness + 0.325 < $stomachCapacity>>
<<link "Eat a fried egg">>
<<set $eggs -= 1>>
<<set $stomachFullness += 0.325>>
<<set $totalDailyCalories += 90>>
<<set $eggMessage = "You quickly fry an egg and wolf it down.">>
<<set $swallowEgg = false>>
<<goto "Snack">>
<</link>>
<<if $voreSerum == true>>
<a class="voreFood" onclick='swallowEggWhole()'>Swallow an egg whole</a>
<</if>>
<<else>>
You can't possibly eat more eggs right now, you're too full.
<</if>>
<</if>>
<<set $eggMessage = "">>
<<if $chickenMessage>>
<<print $chickenMessage>><<if $swallowChicken == true>> <span style="color: red;"> Uuurrrrpppp!!! </span><</if>>
<</if>>
You have <<print $chickenBreasts>> chicken breasts.
<<if $chickenBreasts > 0 >>
<<if $stomachFullness + 1 < $stomachCapacity>>
<<link "Grill and eat a chicken breast">>
<<set $chickenBreasts -= 1>>
<<set $stomachFullness += 1>>
<<set $totalDailyCalories += 302>>
<<set $chickenMessage = "You quickly grill a chicken breast and quickly gulp it down.">>
<<set $swallowChicken = false>>
<<goto "Snack">>
<</link>>
<<if $voreSerum == true>>
<a class="voreFood" onclick='swallowChickenWhole()'>Swallow a chicken breast whole</a>
<</if>>
<<else>>
You can't possibly eat more chicken right now, you're too full.
<</if>>
<</if>>
<<set $chickenMessage = "">>
<<if $steakMessage>>
<<print $steakMessage>><<if $swallowSteak == true>> <span style="color: red;"> Uuurrrrpppp!!! </span><</if>>
<</if>>
You have <<print $steak>> steaks
<<if $steak > 0 >>
<<if $stomachFullness + 2 < $stomachCapacity>>
<<link "Cook and eat a steak">>
<<set $steak -= 1>>
<<set $stomachFullness += 2>>
<<set $totalDailyCalories += 920>>
<<set $steakMessage = "You cook and steak and quickly wolf it down.">>
<<set $swallowSteak = false>>
<<goto "Snack">>
<</link>>
<<if $voreSerum == true>>
<a class="voreFood" onclick='swallowSteakWhole()'>Swallow a steak whole</a>
<</if>>
<<else>>
You can't possibly eat more steak right now, you're too full.
<</if>>
<</if>>
<<set $steakMessage = "">>
You have <<print Math.floor($fMilk)>> full gallons of fresh milk<<if $milkGallon % 1 != 0>> and about <<print (($fMilk % 1) * 100).toFixed(0)>>% of another gallon.<</if>>
<<if $fMilk >= 0.125>>
<<if $stomachFullness + 0.5 <= $stomachCapacity>>
<<link "Drink a full glass of fresh milk">>
<<set $fMilk -= 0.125>>
<<set $stomachFullness += 1>>
<<set $totalDailyCalories += 306>>
<<goto "milkfGlass">>
<</link>>
<<else>>
You can't possibly drink more fresh milk right now, you're too full.
<</if>>
<<if $fMilk >= 1 and $stomachCapacity - $stomachFullness >= 8>>
<<link "Drink a whole gallon of fresh milk">>
<<set $fMilk -= 1>>
<<set $stomachFullness += 8>>
<<goto "milkfGallon">>
<</link>>
<<elseif $fMilk >= 1 and $stomachCapacity - $stomachFullness < 8 and $stomachCapacity - $stomachFullness > 0>>
<<link "Drink a whole gallon of fresh milk">>
<<goto "partialfGallon">>
<</link>>
<</if>>
<<elseif $fMilk > 0 and $stomachCapacity - $stomachFullness > 0>>
<<set _remainingfMilk = $fMilk * 8>> /* Convert to glasses */
<<set _availablefSpace = $stomachCapacity - $stomachFullness>>
<<set _amountfToDrink = Math.min(_remainingfMilk, _availablefSpace)>>
<<link "Drink the remaining fresh milk">>
<<goto "partialfGlass">>
<</link>>
<<else>>
<</if>>
You have <<print Math.floor($watermelon)>> whole watermelons<<if $watermelon % 1 != 0>> and about <<print (($watermelon % 1) * 100).toFixed(0)>>% of another watermelon.<</if>>
<<if $watermelon >= 0.04>>
<<if $stomachFullness + 1 <= $stomachCapacity>>
<<link "Eat a slice of watermelon">>
<<set $watermelon -= 0.04>>
<<set $stomachFullness += 1>>
<<set $totalDailyCalories += 68>>
<<goto "Snack">>
<</link>>
<<else>>
You can't possibly eat another slice of watermelon right now. Your stomach is too full.
<</if>>
<<if $watermelon >= 1 and $stomachCapacity - $stomachFullness >= 24 and $voreSerum == true>>
<a class="voreFood" onclick='swallowWatermelonWhole()'>Swallow a watermelon whole.</a>
<</if>>
<</if>>
<div class="button-link">
<<link "Go back">><<goto "Kitchen">><</link>>
</div>
</div>
<<script>>
setup.calculateStats();
<</script>>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits += 1>>
<</if>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _availableSpace = $stomachCapacity - $stomachFullness>>
<<set _amountDrunk = Math.min(_availableSpace, 8)>> /* 8 glasses in a gallon */
<<set _drunkPercent = (_amountDrunk / 8) * 100>>
<<set _caloriesPerGlass = 206>> /* 206 calories per glass */
<<set _caloriesDrunk = _amountDrunk * _caloriesPerGlass>>
<<set $milkGallon -= _amountDrunk / 8>>
<<set $stomachFullness += _amountDrunk>>
<<set $foodCalorie += _caloriesDrunk>>
<<set $caloriesEatenToday += _caloriesDrunk>>
<<set $totalDailyCalories += _caloriesDrunk>>
<<if _drunkPercent < 15>>
You're barely able to put a dent in the gallon of milk.
<<elseif _drunkPercent >= 15 and _drunkPercent < 40>>
You gulp down a decent amount of the gallon, but there's still a lot left. <span style="color: red;">Uurrpp!</span>
<<elseif _drunkPercent >= 40 and _drunkPercent < 70>>
You're able to gulp down a lot of the gallon of milk, but there's still a decent amount left. <span style="color: red;">Uurrpp!</span>
<<else>>
You're able gulp down most of the gallon. <span style="color: red;">Uuurrrppp!</span>
<</if>>
<div class="button-link">
<<link "Go back">><<goto "Snack">><</link>>
</div>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits += 1>>
<</if>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You quickly gulp down a full glass of milk.
<div class="button-link">
<<link "Go back">><<goto "Snack">><</link>>
</div>
</div><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You greedily gulp down an entire gallon of milk.
<span style="color: red;"> Uuurrrrpppp!!! </span>
<i> Delicious... </i>
<<if $stomachCapacity - $stomachFullness > 0>>
You poke you bloated belly a few times...
<span style="color: red;"> I still have room for more... </span>
<<else>>
<i> You slap your bloated gut a few times. You're completely stuffed to the brim. </i>
<</if>>
<div class="button-link">
<<link "Continue">><<goto "Snack">><</link>>
</div>
</div>
<<set $foodCalorie += 1624>>
<<set $caloriesEatenToday += 1624>>
<<set $totalDailyCalories += 1624>>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<div class="content-box">
<div style="text-align:center;">You grab a plate and fill it up with as much as it can hold - heaping on mounds of steaming pasta, juicy grilled meats, fresh vegetables, and delicious desserts.</div>
<div class="center-buttons">
<div class="button-link">
<<link "Dig in">><<goto "buffetEaten">><</link>>
</div>
</div>
</div>
<<set $buffetAmountEaten = Math.min($buffetPlate, $stomachCapacity - $stomachFullness)>>
<<set $stomachFullness += $buffetAmountEaten>><<run window.updateMikaylaStage()>>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getMikaylaImageBase()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<<set _linkText to window.mikaylaLink()>>
<div class="content-box">
<<set _mikTalk = setup.mikaylaTalk()>>
Mikayla: <<=_mikTalk>>
<div class="center-buttons">
<div class="button-link">
<<link "What do you have for sale?">><<goto "fmarketStore">><</link>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<if $mDrained>>
Mikayla's breasts are too drained to feed someone again today.
<<else>>
<<link _linkText>><<goto "mikaylaTalk">><</link>>
<</if>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Leave">><<goto "Garage">><</link>>
</div>
</div>
</div><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _remainingMilk = $milkGallon * 8>> /* Convert to glasses */
<<set _availableSpace = $stomachCapacity - $stomachFullness>>
<<set _amountToDrink = Math.min(_remainingMilk, _availableSpace)>>
<<set _caloriesDrunk = _amountToDrink * (206 / 8)>> /* 206 calories per glass */
<<set $milkGallon = 0>>
<<set $stomachFullness += _amountToDrink>>
<<set $foodCalorie += _caloriesDrunk>>
<<set $caloriesEatenToday += _caloriesDrunk>>
<<set $totalDailyCalories += _caloriesDrunk>>
You quickly gulp down what's left of the gallon of milk. <span style="color: red;">Uurrpp!</span>
<div class="button-link">
<<link "Go back">><<goto "Snack">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getTaylorBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _taylorReply = setup.harperReply()>>
Taylor: "Hey there! Can I help you with something?"
<<if $canDrain == true and $taylorDrained == false>>
<i> God, her muscles look so delicious. I wonder if I can absorb them for myself...</i>
<a class="voreFood" onclick='drainHarper()'>Drain Taylor's muscles</a>
<<else>>
<</if>>
[[Can you flex your bicep for me?|taylorFlex]]
[[What's on the menu?|foodTruckMenu]]
[[Can you explain the menu items to me?|foodTruckExplain]]
[[Go back|Park]]
</div>
<<set $harperFirst to false>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _beachWalkDesc = setup.beachWalkDesc()>>
<<=_beachWalkDesc>>
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<<set $currentTime += 0.5>>
<<set $activityMultiplier += 0.06>>
<<set $mentalExhaustion -= 1>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<set _beachLayDesc = setup.beachLayDesc()>>
<<=_beachLayDesc>>
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<<set $currentTime to $currentTime + 2>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 1)>>
<<set $mentalExhaustion -= 2>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<set _beachSwimDesc = setup.beachSwimDesc()>>
<<=_beachSwimDesc>>You eventually swim back to shore. You burned off some body fat and raised your activity level.
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<<set $currentTime += 1>>
<<set $activityMultiplier += 0.14>>
<<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div class="button-link">
<<link "Enter the competition">>
<<goto "ecompetitionIntro">>
<</link>>
</div>
<div class="button-link">
<<link "Go Back">><<goto "Beach">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Lyra: Oh... that. Yes, we have started human trials for our gene editing technology. You will have to do a lot of paperwork of course, and you'll have to pay a rather substantial fee for each trial you want to take part in as an acknoledgement of the risks that come with it. You should also note that it's currently impossible for us to undo any genetic modifications you make, so make sure you want to do something before you do it.
<div class="button-link">
<<link "Protein Synthesis Augmentation">>
<<goto "muscleproc">>
<</link>>
</div>
<div class="button-link">
<<link "Lipogenic Distribution Therapy">>
<<goto "lipoproc">>
<</link>>
</div>
<div class="button-link">
<<link "Breast-Centric LipoTherapy">>
<<goto "breastsproc">>
<</link>>
</div>
<div class="button-link">
<<link "LipoMax Synthesis Therapy">>
<<goto "fatgainproc">>
<</link>>
</div>
<div class="button-link">
<<link "BioElastic Mutagenesis">>
<<goto "voreproc">>
<</link>>
</div>
<div class="button-link">
<<link "Go back">>
<<goto "biotech">>
<</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Lyra: The BioElastic therapy is highly experimental; I would urge to you reevaluate what you're doing before proceding with this, but if you do, you should know that this will greatly increase the elasticity of your entire body. Full effects of this therapy are unknown. However, patients have reported an increases in appetite and the ability to eat a lot more food in one sitting. Again, I urge caution before doing this. But it's up to you...
You have $<<print $money>>
<<if !$voreSerum>>
<<if $money >= 5000>>
<a class="voreFood" onclick='buyVore()'>BioElastic Therapy: $5000</a>
<<else>>
BioElastic Therapy: $5000 (You don't have enough money to undergo this gene therapy)
<</if>>
<<else>>
You have already underwent this gene therapy.
<</if>>
[[Go back|sprojects]]
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Lyra: The protein synthesis gene therapy greatly enhances the rate at which your body puts on muscle mass.
You have $<<print $money>>
<<if $muscleTherapy is false>>
<<if $money >= 5000>>
[[Protein Therapy: $5000|muscleproc][$money -= 5000; $muscleTherapy to true; $mTherapyMult = 3]]
<<else>>
Protein Therapy: $5000 (You don't have enough money to undergo this gene therapy)
<</if>>
<<else>>
You have already underwent this gene therapy
<</if>>
[[Go back|sprojects]]
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Lyra: This therapy adjusts your DNA to where your body redistributes all excess fat to more favorable areas such as your chest, hips, butt, etc.
You have $<<print $money>>
<<if $lipoD is false>>
<<if $money >= 5000>>
[[Lipogenic Therapy: $5000|lipoproc][$money -= 5000; $lipoD to true]]
<<else>>
Lipogenic Therapy: $5000 (You don't have enough money to undergo this gene therapy)
<</if>>
<<else>>
You have already underwent this gene therapy.
<</if>>
[[Go back|sprojects]]
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Lyra: This gene therapy treatment adjusts your DNA to make your body store all excess fat in your chest. We expect this to be highly popular, and it is our safest and most studied therapy available. I've even undergone it myself . You should note that this therapy overrides lipogenic distribution therapy.
You have $<<print $money>>
<<if $bcentric is false>>
<<if $money >= 5000>>
[[Breasts Therapy: $5000|breastsproc][$money -= 5000; $bcentric to true; $bcMult = 2]]
<<else>>
Breasts Therapy: $7500 (You don't have enough money to undergo this gene therapy)
<</if>>
<<else>>
You have already underwent this gene therapy.
<</if>>
[[Go back|sprojects]]
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>Under Construction</i>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Lyra: This therapy greatly accelerates lipogeneis, therefore, drastically increasing the rate of which you gain body fat.
You have $<<print $money>>
<<if $fatGainTherapy is false>>
<<if $money >= 5000>>
[[LipoMaxTherapy: $5000|fatgainproc][$money -= 5000; $fatGainTherapy to true; $fgtMult = 2]]
<<else>>
LipoMax Therapy: $5000 (You don't have enough money to undergo this gene therapy)
<</if>>
<<else>>
You have already underwent this gene therapy.
<</if>>
[[Go back|sprojects]]
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<div style="text-align:center;">You go for a quick stroll around the park, taking in the sights and sounds. You feel mentally refreshed.</div>
<div class="button-link">
<<link "Continue">><<goto "Park">><</link>>
</div>
</div>
<<set $currentTime += 0.5>>
<<set $activityMultiplier += 0.03>>
<<set $mentalExhaustion -= 1>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.25)>><<run $('body').css('background-image', '')>>
<div class="content-box">
Which division do you want to compete in?
<span style="color: pink;">Women's Wellness:</span> Judges look for a muscular and athletic body with good proportions and appearance.
<span style="color: pink;">Women's Bodybuilding:</span> Judges are mainly looking at total muscle mass with proportions and appearance taking a backseat to size.
<span style="color: pink;">Open:</span> Both men and women can compete in this division. It's where the largest competitors compete. Judges are looking for extreme size at any cost. The winner of this division is always the biggest person at the show.
<<if $bodyFat < 5 && $stomachFullness < 8 && $emuscle >= 10 && $emuscle < 52>>
<div class="button-link">
<<link "Enter wellness division">>
<<goto "introWellness">>
<</link>>
</div>
<<elseif $bodyFat < 5 && $stomachFullness < 8 && $emuscle < 10>>
<center>You need to be a little bigger before you can enter the wellness division. </center>
<<elseif $bodyFat < 5 && $stomachFullness >= 8 && $emuscle >= 10 && $emuscle < 52>>
<center>You need to digest and get a flat stomach again before you can enter the wellness division. </center>
<<elseif $bodyFat >= 5 && $stomachFullness < 8 && $emuscle >= 10 && $emuscle < 52>>
<center>You need to lower your body fat percentage before attempting to compete in the wellness division. </center>
<<elseif $bodyFat < 5 && $stomachFullness < 8 && $emuscle >= 52>>
<center>You've gotten too big and muscular to compete in the wellness division. You should consider participating in other divisions more condusive to your extremely muscular physique. </center>
<</if>>
<<if $bodyFat < 5 && $stomachFullness < 8 && $emuscle >= 52>>
<div class="button-link">
<<link "Enter bodybuilding division">>
<<goto "introBodybuilding">>
<</link>>
</div>
<<elseif $bodyFat < 5 && $stomachFullness < 8 && $emuscle < 52>>
<center>You need to be a little bigger before you can enter the bodybuilding division. </center>
<<elseif $bodyFat < 5 && $stomachFullness >= 8 && $emuscle >= 52>>
<center>You need to digest and get a flat stomach again before you can enter the bodybuilding division. </center>
<<elseif $bodyFat >= 5 && $stomachFullness < 8 && $emuscle >= 52>>
<center>You need to lower your body fat percentage before attempting to compete in the bodybuilding division. </center>
<</if>>
<<if $bodyFat < 5 && $stomachFullness < 8 && $emuscle >= 52>>
<div class="button-link">
<<link "Enter open division">>
<<goto "introOpen">>
<</link>>
</div>
<<elseif $bodyFat < 5 && $stomachFullness < 8 && $emuscle < 52>>
<center>You need to be a little bigger before you can enter the open division. </center>
<<elseif $bodyFat < 5 && $stomachFullness >= 8 && $emuscle >= 52>>
<center>You need to digest and get a flat stomach again before you can enter the open division. </center>
<<elseif $bodyFat >= 5 && $stomachFullness < 8 && $emuscle >= 52>>
<center>You need to lower your body fat percentage before attempting to compete in the open division. </center>
<</if>>
<div class="button-link">
<<link "Go Back">><<goto "Beach">><</link>>
</div>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">You greedily start stuffing you face with as many hotdogs as possible.
Before you know it, a buzzer sounds and the hour is over.
You were able to eat $player.hotdogsEaten hotdogs in an hour.</div>
<div class="button-link">
<<link "Continue">><<goto "hotdogResults">><</link>>
</div>
</div>
<<set $rachel to {}>>
<<set $vanessa to {}>>
<<set $eve to {}>>
<<set $rachel.hotdogsEaten to 77>>
<<set $vanessa.hotdogsEaten to 142>>
<<set $eve.hotdogsEaten to 351>>
<<script>>
let contestants = [
{name: State.variables.playerName, hotdogs: State.variables.player.hotdogsEaten},
{name: "Rachel", hotdogs: State.variables.rachel.hotdogsEaten},
{name: "Vanessa", hotdogs: State.variables.vanessa.hotdogsEaten},
{name: "Eve", hotdogs: State.variables.eve.hotdogsEaten}
];
contestants.sort((a, b) => b.hotdogs - a.hotdogs);
for (let i = 0; i < contestants.length; i++) {
State.variables[`rank${i+1}`] = contestants[i];
}
<</script>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getMikaylaImageBase()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You have $<<print $money>>
<<if $money >= 10>>
[[Fresh milk (1 gallon): $10|fmarketStore][$money -= 10; $fMilk += 1; $mikaylaTotal += 10]]
<<else>>
Fresh milk: $10 (You don't have enough money to buy that.)
<</if>>
<<if $money >= 4>>
[[Whole watermelon: $4|fmarketStore][$money -= 4; $watermelon += 1; $mikaylaTotal += 4]]
<<else>>
Whole watermelon: $4 (You don't have enough money to buy that.)
<</if>>
[[Go back|fmarket]]
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getMikaylaImageTalk()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _mikReply = setup.mikaylaReply()>>
<<=_mikReply>>
<div class="center-buttons">
<<if $mikaylaStage >= 3>>
<div class="button-link">
<<link "Drink from her breasts">><<goto "mFeed">><<set $mFeedInit to true>><<set $mDrained to true>><</link>>
</div>
<</if>>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "fmarket">><<set $mikaylaState to 0>><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getMikaylaFeed()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $mikaylaMilk > 0>>
<<if $mikaylaMilk <= $stomachCapacity>>
<<set $drankAmount = $mikaylaMilk>>
<<set $mikaylaMilk = 0>>
<<set $stomachFullness += 16>>
<<set $totalDailyCalories += 3248>>
<<set $milkProd += 0.2>>
<i>You grab ahold of both of Mikayla's breasts and greedily start gulping down the milk from both breasts at the same time.
You're able to completely drain Mikayla of all her milk.</i>
<span style="color: red;">"Uuurrrppp!!"</span><br>
"You were absolutely delicious. Better have some more ready for me to gulp down tomorrow."
<i> You poke your bloated stomach a few times then give your breasts a squeeze, anxious to see them swell with their own gallons of milk.</i>
<<else>>
<<set $drankAmount = $stomachCapacity>>
<<set $mikaylaMilk = 0>>
<<set _availableSpace = $stomachCapacity - $stomachFullness>>
<<set _amountDrunk = Math.min(_availableSpace, 16)>>
<<set _drunkPercent = (_amountDrunk / 16) * 100>>
<<set _caloriesPerGlass = 206>> /* 206 calories per glass */
<<set _caloriesDrunk = _amountDrunk * _caloriesPerGlass>>
<<set $stomachFullness += _amountDrunk>>
<<set $totalDailyCalories += _caloriesDrunk>>
<<set $milkProd += 0.4>>
<i>You grab ahold of both of Mikayla's breasts and greedily start gulping down the milk from both breasts at the same time.
However, you're only able to gulp down part of Mikayla's supply of milk </i>
<span style="color: red;">"Uuurrrppp!!"</span><br>
<i>Mikayla then grabs a breast pump and pumps the rest of the milk out.</i>
<</if>>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "fmarket">><<set $mikaylaState to 0>><</link>>
</div>
</div>
</div>
</div>
<<set $mDrained to true>>
<<set $currentTime += 1>><<set _bgImage to ''>>
<<if $baseBody == true && $goddessSerum == false>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<if $baseBody == false && $goddessSerum == true>>
<<set _bgImage to setup.getGoddessImage()>>
<</if>>
<<if $goddessSerum == false && $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<</if>>
<<if $goddessSerum == false && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You lick your lips as you approach brooke.
<span style="color: red;">"Mmmm...I just know you're going to stack my chest."</span><br>
<span style="color: green;">"Brooke: What are you talking about?"</span><br>
<span style="color: red;">"You'll see."</span><br>
You then grab her by her shoulders and quickly push her up against the wall. You shove her head into your salivating maw and greedily start gulping down the rest of her upper body until you eventually reach her waist. You then flip the rest of her body into the air and let the rest of her voluptuous body slide down your throat.
<span style="color: red;">"Uurrrpppp!!!"</span><br>
<span style="color: red;">"Tasty bitch..."</span><br>
You lick your fingers and slap your distended stomach a few times before walking back to the den.
[[Continue|Home]]
</div>
<<set $currentTime += 0.08>>
<<set $hasVored = true>>
<<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<= window.wellnessDescription()>>
<div class="button-link">
<<link "Continue">><<goto "wellnessResults">><</link>>
</div>
</div>
<<set $kirsten to {}>>
<<set $skyler to {}>>
<<set $sydney to {}>>
<<set $kirsten.bodybuildingScore to 25>>
<<set $skyler.bodybuildingScore to 36>>
<<set $sydney.bodybuildingScore to 45>>
<<script>>
let contestants = [
{name: State.variables.playerName, score: State.variables.player.bodybuildingScore},
{name: "Kirsten", score: State.variables.kirsten.bodybuildingScore},
{name: "Skyler", score: State.variables.skyler.bodybuildingScore},
{name: "Sydney", score: State.variables.sydney.bodybuildingScore}
];
contestants.sort((a, b) => b.score - a.score);
for (let i = 0; i < contestants.length; i++) {
State.variables[`rank${i+1}`] = contestants[i];
}
<</script>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<= window.bodyDescription()>>
<div class="button-link">
<<link "Continue">><<goto "bodyResults">><</link>>
</div>
</div>
</div>
<<set $riley to {}>>
<<set $zoey to {}>>
<<set $hope to {}>>
<<set $riley.bodybuildingScore to 60>>
<<set $zoey.bodybuildingScore to 84>>
<<set $hope.bodybuildingScore to 95>>
<<script>>
let contestants = [
{name: State.variables.playerName, score: State.variables.player.bodybuildingScore},
{name: "Riley", score: State.variables.riley.bodybuildingScore},
{name: "Zoey", score: State.variables.zoey.bodybuildingScore},
{name: "Hope", score: State.variables.hope.bodybuildingScore}
];
contestants.sort((a, b) => b.score - a.score);
for (let i = 0; i < contestants.length; i++) {
State.variables[`rank${i+1}`] = contestants[i];
}
<</script>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<= window.bodyDescription()>>
<div class="button-link">
<<link "Continue">><<goto "openResults">><</link>>
</div>
</div>
</div>
<<set $sage to {}>>
<<set $harper to {}>>
<<set $hera to {}>>
<<set $meadow to {}>>
<<if $harperGone == false>>
<<set $harper.bodybuildingScore to 100>>
<<else>>
<<set $harper.bodybuildingScore to 1>>
<</if>>
<<set $hera.bodybuildingScore to 117>>
<<set $sage.bodybuildingScore to 136>>
<<set $meadow.bodybuildingScore to 99>>
<<script>>
let contestants = [
{name: State.variables.playerName, score: State.variables.player.bodybuildingScore},
{name: "Sage", score: State.variables.sage.bodybuildingScore},
{name: "Harper", score: State.variables.harper.bodybuildingScore},
{name: "Meadow", score: State.variables.meadow.bodybuildingScore},
{name: "Hera", score: State.variables.hera.bodybuildingScore}
];
contestants.sort((a, b) => b.score - a.score);
for (let i = 0; i < contestants.length; i++) {
State.variables[`rank${i+1}`] = contestants[i];
}
<</script>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Wow! What an afternoon! I could hardly believe the size of some of these competitors!"
"Now for the moment you've been waiting for. Our judges have scored our competitors and have our winners for the wellness division!"</div>
<div class="button-link">
<<link "Continue">><<goto "wellnessThird">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Wow! What an afternoon! I could hardly believe the size of some of these competitors!"
"Now for the moment you've been waiting for. Our judges have scored our competitors and have our winners for the bodybuilding division!"</div>
<div class="button-link">
<<link "Continue">><<goto "bodyThird">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Wow! What an afternoon! I could hardly believe the size of some of these competitors!"
"Now for the moment you've been waiting for. Our judges have scored our competitors and have our winners for the open division!"</div>
<div class="button-link">
<<link "Continue">><<goto "openThird">><</link>>
</div>
</div>
<<<<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You look at the strange looking potion for a moment.
"Well...here goes nothing."
You start greedily gulping down the fat gain serum making sure to devour every last drop.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You start to moan as your body starts to slowly thicken.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you pat your stomach, admiring its new jiggle.
<span style="color:red;">*Fuck yes!*</span><br><br>
<<else>>
You greedily gulp down the fat gain serum making sure to devour every last drop.<br><br><br>
You start to moan as your body starts to slowly thicken.<br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you pat your stomach, admiring its new jiggle.
<span style="color:red;">*Fuck yes!*</span><br><br>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You start greedily gulping down the milky serum making sure to devour every last drop.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You start to moan as your breasts start to swell and tingle. <br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you start to grope your now bigger breasts, bursting with milk.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<<else>>
You greedily gulp down the milky serum making sure to devour every last drop.<br><br><br>
You start to moan as your breasts start to swell and tingle. <br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you start to grope your now bigger breasts, bursting with milk.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You look at the strange looking potion for a moment.
"Well...here goes nothing."
You start greedily gulping down the serum making sure to devour every last drop.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You rub your stomach as it starts to tingle. <br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you pat your stomach a few times, eager to stuff yourself and watch it swell to even bigger sizes.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<<else>>
You greedily gulp down the serum making sure to devour every last drop.<br><br><br>
You rub your stomach as it starts to tingle. <br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss!!*</span><br><br><br>
As the sensation starts to fade, you pat your stomach a few times, eager to stuff yourself and watch it swell to even bigger sizes.<br>
<span style="color:red;">*Fuck yes!*</span><br><br>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $hasDrankPotionBefore == false>>
You look at the strange looking potion for a moment.
"Well...here goes nothing."
You start greedily gulping down the serum making sure to devour every last drop.<br>
"Holy shit...there's no way. I uhh..ohhh!"<br>
You start to moan as your stomach begins to swell with protein and food. <br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss...Uuurrrpp!!*</span><br>
You start to rub your bloated stomach as it starts to reach its bursting point and you feel like you're about to explode.<br>
<span style="color:red;">*Uuuurrrrrpppp!!...Fuck yes!*</span><br><br>
<<else>>
You greedily gulp down the serum making sure to devour every last drop.<br><br><br>
You start to moan as your stomach begins to swell with protein and food. <br>
<span style="color:red;">*Oooohhh...oooohhhh....Yessss...Uuurrrpp!!*</span><br><br><br>
You start to rub your bloated stomach as it starts to reach its bursting point and you feel like you're about to explode.<br>
<span style="color:red;">*Uuuurrrrrpppp!!...Fuck yes!*</span><br><br>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $hasDrankPotionBefore = true>><<run $('body').css('background-image', '')>>
<<if $brookeStage == 0>>
<<set _bgImage to setup.getBrookeFImage0()>>
<<elseif $brookeStage == 1>>
<<set _bgImage to setup.getBrookeImage1()>>
<<elseif $brookeStage == 2>>
<<set _bgImage to setup.getBrookeImage2()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<<set _brookeReply = setup.hasTakenBreastPotionResponse()>>
<div class="content-box">
<<if $brookeStage < 1>>
I know you've always wanted to go up a few cup sizes Brooke, so I've gotten something you something to help out. Just drink this and watch what happens.
<span style="color: green;">Brooke: What are you talking about? You mean like estrogen pills? Or birth control pills or something?</span>
No, I mean like your breasts will grow instantly. You've never seen anything like it.
<span style="color: green;">Brooke: Huh? You can't be serious...instant breath growth? I wish...</span>
I'm dead serious. <<=_brookeReply>>
<span style="color: green;">Brooke: Fine give that serum then.</span>
<div class="center-buttons">
<div class="button-link">
<<link "Give her the serum">><<goto "brookePotionDrink">><</link>>
</div>
</div>
<<else>>
I have another breast growth serum for you.
<span style="color: green;">Brooke: Oh really? God, I can't even imagine how good a few more cup sizes would feel. Give me that serum. </span>
<div class="center-buttons">
<div class="button-link">
<<link "Give her the serum">><<goto "brookePotionDrink1">><</link>>
</div>
</div>
<</if>>
</div><<run $('body').css('background-image', '')>>
<<if $brookeBEStage == 0>>
<<set _bgImage to setup.getBrookeBEImage0()>>
<<elseif $brookeBEStage == 1>>
<<set _bgImage to setup.getBrookeBEImage1()>>
<<elseif $brookeBEStage == 2>>
<<set _bgImage to setup.getBrookeBEImage2()>>
<<elseif $brookeBEStage == 3>>
<<set _bgImage to setup.getBrookeBEImage3Surprised()>>
<<elseif $brookeBEStage == 4>>
<<set _bgImage to setup.getBrookeBEImage3Smirk()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<<set $brookeStage to 1>>
<div class="content-box">
<<if $brookeBEStage < 1>>
Brooke takes the serum and greedily starts to gulp it down until there isn't a drop left.
Her breasts quickly start to swell and stretch her tank top.
<span style="color: green;">Brooke: Oooohhh...oooohhhh....Yessss!! </span>
<<elseif $brookeBEStage == 1>>
Brooke's huge breasts continue to swell even bigger, stretching her tank top to its limit.
<span style="color: green;">Brooke: Oooohhh...oooohhhh....more...More!! </span>
<<elseif $brookeBEStage == 2>>
Then, to Brooke's surprise, her tank top starts to rip apart as her breasts continue to swell...
<<elseif $brookeBEStage == 3>>
Her huge breasts eventually break apart the tank top completely as they continue to swell...
<<elseif $brookeBEStage == 4>>
Eventually the swelling gradually comes to a stop, and Brooke starts to admire and grope her new assets.
<span style="color: green;">Brooke: Oh I could get used to these.....but I wonder if I could get any bigger.... </span>
<</if>>
<<if $brookeBEStage < 4>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "brookePotionDrink">>
<<set $brookeBEStage += 1>>
<</link>>
</div>
</div>
<<else>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "brookeMain">>
<</link>>
</div>
</div>
<</if>><<run $('body').css('background-image', '')>>
<<if $brookeBE1Stage == 0>>
<<set _bgImage to setup.getBrookeBE1Image0()>>
<<elseif $brookeBE1Stage == 1>>
<<set _bgImage to setup.getBrookeBE1Image1()>>
<<elseif $brookeBE1Stage == 2>>
<<set _bgImage to setup.getBrookeBE1Image2()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<<set $brookeStage to 2>>
<div class="content-box">
<<if $brookeBE1Stage < 1>>
Brooke takes the serum and greedily starts to gulp it down in record time.
<span style="color: green;">Brooke: Uuurrpp!! </span>
Her huge breasts start to swell uncontrollably and immediately start tearing apart her tank top.
<span style="color: green;">Brooke: Oooohhh...oooohhhh....Yessss...more...More!! </span>
<<elseif $brookeBE1Stage == 1>>
Brooke's huge breasts break through her tank top, ripping it to shreds.
<span style="color: green;">Brooke: Mmmmm....mmm......more.........more..........More!! </span>
<<elseif $brookeBE1Stage == 2>>
Brooke's now gigantic breasts slowly start to stop their uncontrollable swelling and Brooke starts to grope her gigantic assets...
<span style="color: green;">Brooke: Holy shit...they're gigantic...</span>
<</if>>
<<if $brookeBE1Stage < 2>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "brookePotionDrink1">>
<<set $brookeBE1Stage += 1>>
<</link>>
</div>
</div>
<<else>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "brookeMain">>
<</link>>
</div>
</div>
<</if>><<set $randomChance = Math.random() < 0.5>>
<<set $foundNPC = $randomChance && !setup.usedAllParkImages>>
<<if $foundNPC>>
<<set _bgImage to setup.getRandomNPCParkImage()>>
<</if>>
<<run $('body').css('background-image', '')>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $foundNPC>>
You find a delicious looking girl in a secluded area with no one around. It's the perfect time to strike....
<span style="color: pink;">Girl: Huh?...w...what are you doing? </span>
<a class="voreFood" onclick='eatParkNPC()'>Swallow Her</a>
<<else>>
You look around for a while, but you are unable to find anyone to eat.
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "Park">><</link>>
</div>
</div>
<</if>>
</div>
<<set $hasSearchedVorePark = true>>
<<set $currentTime += 0.25>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getGymBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getGymBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getGymFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyGymImage()>>
<<else>>
<<set _bgImage to setup.getGymImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You quickly grab ahold of the girl and start stuffing her down your greedy gullet.
You work your way down her body before eventually reaching her waist where you lift your head into the air and just let gravity do the rest as her legs and feet slide down your throat.
<span style="color: red;"> Uuuuurrrrrrpppp!!! </span><br>
You slap your now distended stomach a few times.
<span style="color: red;">"What a tasty bitch..." </span><br>
<div class="button-link">
<<link "Continue">><<goto "Park">><</link>>
</div>
</div>
<<set $hasVored = true>><<run $('body').css('background-image', '')>>
<div class="content-box">
<span style="color: green;">Freya: "Yes?</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "gym">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraFlexBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: orange;">Hera: "Ha ha. I do get that a lot. Here, want to feel my muscles?"<br><br>
*She starts flexing her enormous bicep*</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Feel her muscles">><<goto "heraTalkIntro1">><</link>>
</div>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getCEOImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
It's nice to finally meet you $playerName. I've been watching your progress for a while now.
<div class="center-buttons">
<div class="button-link">
<<link "And you are?">><<goto "ceooffice1">><</link>>
</div>
</div>
</div>
<<set $act2Started to 1>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getCEOImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
My name is Kira. I started this company a long time ago, back when I was in college. I was about your age actually. Anyways, while I've experienced many scientific breakthroughs in my time here, I've always had my eye on one specific goal. Something that I wanted more than anything. In fact, the very reason I started this company.
And now, you're here to help me finally complete my goal.
<div class="center-buttons">
<div class="button-link">
<<link "What are you talking about?">><<goto "ceooffice2">><</link>>
</div>
</div>
</div>
<<set $act2Started to 1>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getCEOImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Here, let me show you..
<i> Kira reaches down and presses a button on the intercom </i>
"Lyra, come to my office immediatly. Thank you."
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "ceooffice3">><</link>>
</div>
</div>
</div>
<<set $act2Started to 1>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Lyra: "What did you need mam?"
Kira: "Just be still for me...Now that everyone is here. Let's finally begin."
<i> You hear the sound of the office door locking as Kira grabs Lyra's shoulders... </i>
Kira: "Finally..."
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "ceooffice4">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> You rush over to the door and frantically try to open it, but you can't even budge it despite your immense strength </i>
<i> As you look back towards the middle of the room, Lyra is almost completely withered away </i>
<span style="color: red;">"Yesss...more....more!!!"</span><br>
<i> Before you even realize it, Lyra has been completely drained and absorbed by the CEO </i>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "ceooffice6">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getDrainedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kira: "Mmmm...delicious....now for the main course..."
<i> Before you can do anything, Kira grabs you and starts draining your huge body of all muscle and fat </i>
<span style="color: red;">"Oh god! Yes...Yesss!"</span><br>
<i> Your body quickly starts to wither away while Kira's swells and bulges as she takes everything from you... </i>
<span style="color: red;">"Yes! Yes! More! More!"</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "ceooffice7">><</link>>
</div>
</div>
</div>
<<set $bodyFat to 0>>
<<set $ebreastsBoost to 0>>
<<set $emuscle to 0>>
<<set $ehipsBoost to 0>>
<<set $enduranceBoost to 0>>
<<set $milk to 0>>
<<set $ewaistBoost to 0>>
<<set $eheightBoost to 0>>
<<set $buttSize to 0>>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getLyraDrainedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> Kira starts to moan as her body starts to expand, as Lyra's starts to shrink </i>
<span style="color: red;">"Ohhh...yesss..."</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Try to break open the door and leave">><<goto "ceooffice5">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> Kira has completely aborbed all muscle and fat from your body, leaving your body right where it started before you started your growth journey... </i>
<span style="color: red;">"Uurrrppp! Delicious...now to finish you off.."</span><br>
<i> The gigantic CEO prepares to finish absorbing you, however, before you can start, you're teleported away from the office... </i>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "kellySecret">><</link>>
</div>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div class="center-buttons">
<div class="button-link">
<<link "Where am I?">><<goto "kellySecret1">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kelly: "Hello $playerName, it's nice to meet you again.
I imagine you have a few questions, so ask away..."
<div class="center-buttons">
<div class="button-link">
<<link "What happend? How did I get here?">><<goto "kellySecret2">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kelly: "I've been keeping an eye on you for quite a while because of your...very special heritage, so when I noticed you were in trouble, I simply teleported you here."
<div class="center-buttons">
<div class="button-link">
<<link "My special heritage?">><<goto "kellyHeritage">><</link>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Teleported? How? What do you mean?">><<goto "kellyTeleport">><</link>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "I don't have anymore questions.">><<goto "kellySecret3">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kelly: "Wait! Before you go, you should know that due to your special heritage, you should be able to drain and absorb people similar to that CEO. I honestly, don't know how you haven't accidently done it at least once already. Anyways, you should try it sometime, see what happens."
<div class="center-buttons">
<div class="button-link">
<<link "Interesting...">><<goto "Home">><</link>>
</div>
</div>
<<set $canDrain to true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kelly: "Oh yes, it's very special. Where to even begin? You see, your mother, she's well, not from this world. She's from a completely different dimension, a place where things work much differently than here. She's extremely powerful and strong. It's how you are able to grow your body so much and so quickly."
<div class="center-buttons">
<div class="button-link">
<<link "How do you know all of this?">><<goto "kellyHeritage1">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kelly: "You see, I'm not exactly what you'd call young. In fact, I'm hundreds of years old...Long ago, through a freak event, I accidently discovered another dimension, your mother's dimension. I've been drawing power from it ever since; it's how I'm still alive...and huge and muscular..."
<div class="center-buttons">
<div class="button-link">
<<link "This doesn't make any sense">><<goto "kellySecret2">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kelly: "I've developed some pretty powerful abilities over the years...teleporting is just the tip of the iceberg my dear..."
<div class="center-buttons">
<div class="button-link">
<<link "I don't understand...">><<goto "kellySecret2">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> You grab ahold of Athena and start transferring her muscle mass to your body </i>
<span style="color: red;">"Mmmm...yessss...."</span><br>
<<link "Keep draining her">>
<<goto "drainathena1">>
<</link>>
</div>
<<set $emuscle += 10>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena: "What are you doing?!"
<span style="color: red;">"God yes...more...more!"</span><br>
<<link "Keep draining her">>
<<goto "drainathena2">>
<</link>>
</div>
<<set $emuscle += 15>>
<<set $ehipsBoost += 10>>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: red;">"Mmmm...yesss....."</span><br>
Athena: "please...stop..."
<<link "Keep draining her">>
<<goto "drainathena3">>
<</link>>
</div>
<<set $emuscle += 7>>
<<set $eheightBoost += 7>>
<<set $buttSize += 2>>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: red;">"More...more! Give me everything!"</span><br>
Athena: "please..."
<<link "Keep draining her">>
<<goto "drainathena4">>
<</link>>
</div>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: red;">"Mmmmm...delicious..."</span><br>
<i> You flex your newly swollen biceps and give your rock hard six-pack a few taps</i>
<span style="color: red;">"Thanks babe, I'll be sure to put these assets to good use..."</span><br>
Athena: "But why? Why do this to me?"
<span style="color: red;">"Because I wanted to and I could..."</span><br>
Athena: "oh..."
<<link "Absorb her completely">>
<<goto "drainathena5">>
<</link>>
<<link "That's enough for now">>
<<goto "Home">>
<</link>>
</div>
<<set $athenaDrained to true>>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: red;">"Now...let's finish this up..."</span><br>
Athena: "Wh..what do you mean? You've already taken everything from me?"
<span style="color: red;">"Just be still dear..."</span><br>
<<link "Continue">>
<<goto "drainathena6">>
<</link>>
</div><<run $('body').css('background-image', '')>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena is nowhere to be found...
<div class="button-link">
<<link "Go back">><<goto "Bedrooms">><</link>>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> You place you arms around Athena and quickly absorb what's left of her </i>
<span style="color: red;">"Urrpp!...delicious..."</span><br>
<<link "Continue">>
<<goto "Home">>
<</link>>
</div>
<<set $athenaGone to true>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You lick your lips as you approach Athena.
<span style="color: red;">"Mmmm...I can't wait to see where all your muscles end up on my body...."</span><br>
<span style="color: green;">"Athena: W..what are you talking about?"</span><br>
<span style="color: red;">"You'll see."</span><br>
You then grab her by her shoulders and quickly push her up against the wall. You shove her head into your salivating maw and greedily start gulping down the rest of her upper body until you eventually reach her waist. You then flip the rest of her body into the air and let the rest of her hard, muscular body slide down your throat.
<span style="color: red;">"Uurrrpppp!!!"</span><br>
<span style="color: red;">"Tasty bitch..."</span><br>
You lick your fingers and slap your distended stomach a few times before waddling back to the den.
[[Continue|Home]]
</div>
<<set $athenaGone to true>>
<<set $currentTime += 0.08>>
<<set $hasVored = true>><<set $bannerImage = setup.getBannerImage()>>
<img src="images/$bannerImage"><<run $('body').css('background-image', '')>>
<div class="content-box">
<i>You receive a mysterious, handwritten note; it tells you to visit a new store in town.</i>
<i>It's signed by someone named Kelly?</i>
[[Continue|awake]]
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
"I got your note. What is this place?"
Kelly: "Oh I just heard through the grapevine that you were wanting to make some changes, and luckily for you, I have just the things you need to make that happen!"
"And what exactly are those?"
Kelly: "I have special...what do they call it....oh yes...potions. I have special potions. They'll make your body grow instantly. Bigger tits, muscles, hips, you name it, I have it."
<<link "I knew this was a bad idea. I'll be going now.">><<goto "kellyIntro2">><</link>>
</div><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> You grab ahold of Athena and start transferring her muscle mass to your body </i>
<span style="color: red;">"Mmmm...yessss...."</span><br>
Harper: "W..what are you doing?!"
<<link "Keep draining her">>
<<goto "drainHarper2">>
<</link>>
</div>
<<set $emuscle += 15>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getReaganIntroImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You have $<<print $money>>
<<if $webcam is true>>
You already have a webcam.
<<elseif $money >= 70>>
[[Webcam: $70|emartBuy][$money -= 70; $webcam = true]]
<<else>>
Webcam: $70 (You don't have enough money to buy that.)
<</if>>
<<if $lightScaleBought is true>>
You've already bought a regular scale.
<<elseif $money >= 70>>
[[Regular Scale: $50|emartBuy][$money -= 50; $hasLightScale = true; $lightScaleBought = true]]
<<else>>
Regular Scale: $50 (You don't have enough money to buy that.)
<</if>>
<<if $heavyScaleBought is true>>
You already have a heavy duty scale.
<<elseif $money >= 400>>
[[Heavy Duty Scale: $400|emartBuy][$money -= 400; $hasHeavyScale = true; $heavyScaleBought = true]]
<<else>>
Heavy Duty Scale: $400 (You don't have enough money to buy that.)
<</if>>
[[Go back|eMart]]
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyLaughImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kelly: "Oh I'll be seeing you again soon dear. I know you won't be able to resist what I have to offer. See you soon!"
<<link "Yeah whatever. Bye.">><<goto "Home">><</link>>
</div>
<<set $completedKellyIntro = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKellyFlexImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Kelly: "What? Like this?", she says with a smirk.
<i> Kelly casually tenses her right arm, causing her gigantic bicep to bulge and flex as it explodes up.</i>
Kelly: "Don't worry dear. Yours will look like this one day."
<<link "I'm sure...">><<goto "Kelly's Brewhouse">><</link>>
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraFlexBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> You put your hand on her enormous bicep. You try to squeeze it, but it's like trying to squeeze a rock.</i>
<span style="color: orange;">Hera: "Ha! You'll need to squeeze a little harder than that to make this thing budge! Ha!"<br></span><br>
<i> You quit squeezing her bicep and just start running your hand over the huge muscle instead. You feel her bicep veins pulsing, feeding an untold amount of nutrients into her arms, making them continuously bulge and swell.</i>
<span style="color: orange;">Hera: "So did you need something? Or did you just come over here to worship my gigantic muscles?"<br></span><br>
<div class="center-buttons">
<div class="button-link">
<<link "I wanted to ask something actually">><<goto "heraTalkIntro2">><</link>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "I...I just let me worship you">><<goto "heraWorshipFirst">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: orange;">Hera: "Mmm...why don't we take it back to my place then babe..."</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "That sounds lovely">><<goto "heraWorshipFirst1">><</link>>
</div>
</div>
</div>
<<set $metHera = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: orange;">Hera: "So what did you need?"<br><br>
</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "How did you get so huge? I mean you're absolutely gigantic.">><<goto "heraTalkIntro3">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraFlexBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: orange;">Hera: "That's my little secret. But maybe I'll let you in on it one day babe."<br><br>
</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Ok...">><<goto "gym">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: orange;">Hera: "Hey babe, did you need something?"</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Can you flex your bicep for me again?">><<goto "heraFlexGym">><</link>>
</div>
</div>
<<if $emuscle >= 10 && $heraTalkedSteroids == false>>
<span style="color: orange;">Hera: "Say babe, I've noticed you've started to thicken up. I have something that will help you get bigger, much faster, if you're interested..."</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "I'm listening">><<goto "heraSteroids">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 && $heraTalkedSteroids == true>>
<div class="center-buttons">
<div class="button-link">
<<link "You have anymore steroid vials I can buy?">><<goto "heraSteroids">><</link>>
</div>
</div>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Umm...nevermind">><<goto "gym">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraFlexBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: orange;">Hera: "Sure. No problem babe."<br><br>
*Hera lifts up her right arm and starts tensing and flexing her enormous bicep, causing it to bulge and swell.*</span><br>
<span style="color: orange;">Hera: "Did you need anything else babe?"<br><br>
</span>
<div class="center-buttons">
<div class="button-link">
<<link "No. I'm fine. Thank you.">><<goto "gym">><</link>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Umm...could you let me feel your bicep again?">><<goto "heraSexPrelude">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> Hera finishes up her workout and meets you back at her apartment. Then you both make your way back to her bedroom...</i>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "heraWorshipFirst2">><</link>>
</div>
</div>
</div>
<<set $metHera = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: orange;">Hera: "Mmm...god...these muscles desperately need to be worshipped babe. Here, let me get dressed."</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "heraWorshipFirst3">><</link>>
</div>
</div>
</div>
<<set $metHera = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraNakedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>Hera rips off her clothes, revealing all of her gigantic, bulging muscles in all of their glory.</i>
<span style="color: orange;">Hera: "That's better. Now let's get started then babe. These muscles aren't going to worship themselves."</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "heraWorshipFirst4">><</link>>
</div>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraNakedFlexImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>Hera then starts flexing her huge, bulging biceps and gives you a smirk.</i>
<span style="color: orange;">Hera: "Now get to work."</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Worship Hera">><<goto "heraWorshipFirst5">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraNakedFlexArousedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>placeHolder</i>
<span style="color: orange;">Hera: "placeHolder"</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Go Home">><<goto "Home">><</link>>
</div>
</div>
</div>
<<set $currentTime += 2>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 1)>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getReaganGrabImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Reagan: "Oh these little things?"
<i>Reagan grabs one her big breast and starts fondling it.</i>
Reagan: "I just saved some money and underwent a gene therapy treatment at Alamoss Biotech. Now I can just stuff myself silly with food and it all goes straight to my chest!"
[[Oh wow...|reaganStuffingIntro1]]
</div>
<<set $metReagan = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getReaganIntroImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>You reach into the bag and grab a huge, triple patty hamburger. You then slowly slide it into Reagan's mouth. She barely chews it before swallowing it down.</i>
Reagan: "Urrrppp! Delicious..."
<<link "Feed her another burger">>
<<set $reaganFullness += 1>>
<<goto "reaganStuffingBurger">>
<</link>>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getReaganIntroImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Reagan: "Say, I'm feeling pretty hungry right now. What do you say we go back to my office and have a few bites to eat?"
[[I'd love to!|reaganStuffingIntro2]]
[[Sorry I can't. I have to leave.|Garage]]
</div>
<<set $reaganStuffedFirst = true>><<run $('body').css('background-image', '')>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>Reagan leads you to her office in the back of the store...</i>
[[Continue|reaganStuffingIntro3]]
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getReaganIntroImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>Reagan motions towards a bag filled with hamburgers from a local fast-food joint.</i>
Reagan: "Now, feed them to me."
[[Feed her|reaganStuffing]]
</div>
<<set $reaganFullness += 1>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getReaganIntroImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>You grab another huge hamburger and slide it into her mouth. She barely chews it before gulping it down.</i>
Reagan: "Urrrppp! Delicious..."
<<if $reaganCapacity - $reaganFullness >= 1>>
<<link "Feed her another burger">>
<<set $reaganFullness += 1>>
<<goto "reaganStuffingBurger">>
<</link>>
<<else>>
Reagan: "Mmff...uuuurrpp! I'm too full to eat any more. Thanks babe."
<i>Reagan pokes her bloated stomach a few times...</i>
[[Continue|eMart]]
<<set $reaganEatenToday to true>>
<</if>>
</div>
<<set $currentTime += 1>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.5)>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getTaylorBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You have $<<print $money>>
Taylor: "Take a look."
<<if $money >= 20>>
[[Weight gain shake: $20|drinkShake][$money -= 20; $shakes += 1]]
<<else>>
Weight gain shake: $20 (You don't have enough money to buy that.)
<</if>>
<<if $money >= 15>>
[[Thick burger: $15|eatBurger][$money -= 10; $thickBurger += 1]]
<<else>>
Thick burger: $15 (You don't have enough money to buy that.)
<</if>>
[[go back|foodTruck]]
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getTaylorFlexImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Taylor: "Sure babe. I'll never turn down a chance to show off these biceps!"
<i>Taylor then lifts her arm up and flexes her huge bicep.</i>
Taylor: "God, I can't wait till it gets even bigger!"
[[Continue|foodTruck]]
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>You wait a few minutes after ordering until Taylor hands you a monstrous hamburger.</i>
<i>The burger is huge and stuffed with lots of protein and calories.</i>
<i>You lick your lips and quickly wolf it down.</i>
<i>Uurrrppp!!!</i>
[[Continue|foodTruck]]
</div>
<<set $stomachFullness += 3>>
<<set $totalDailyCalories += 1187>>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits += 1>>
<</if>>
<<set $currentTime += 0.12>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>You wait a few minutes after ordering until Taylor hands you a huge chocolate shake.</i>
<i>It's thick, creamy, and full of calories.</i>
<i>You lift the shake to your links and quickly gulp it down.</i>
<i>Uurrrppp!!!</i>
[[Continue|foodTruck]]
</div>
<<set $stomachFullness += 4>>
<<set $totalDailyCalories += 2012>>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits += 1>>
<</if>>
<<set $currentTime += 0.12>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getTaylorBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Taylor: "Sure thing!"
"Our weight gain shake is perfect for those in a serious bulking phase or for those just wanting to gain a few extra curves! It's thick, delicious, and almost 3000 calories!"
"And our thick burger is the perfect meal for someone trying to pack on some muscle! It has a ton of protein, carbs, and calories, perfect for bulking!"
[[Continue|foodTruck]]
</div><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">You arrive at the casino.</div>
<<if $casinoAmountSpent < 10000 or $natashaMet is true>>
<div class="center-buttons">
<div class="button-link">
<<link "Slot Machines">><<goto "slots">><</link>>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Blackjack">><<goto "blackjack">><</link>>
</div>
<<elseif $casinoAmountSpent >= 10000 && $natashaMet is false>>
<div class="center-buttons">
<div class="button-link">
<<link "You notice a woman motioning for you to come over">><<goto "natashaIntro">><</link>>
</div><</if>>
<<if $natashaMet is true>>
<div class="center-buttons">
<div class="button-link">
<<link "Go to the VIP Section">><<goto "casinoVIP">>
<</link>>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go talk to Natasha">><<goto "natashaTalk">> <</link>>
</div> <</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Leave">><<goto "Garage">><</link>>
</div>
</div>
<<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="slot-machine">
<h2>Spin to Win!</h2>
<div class="money">You have $<span id="money-amount"><<print State.variables.money>></span></div>
<div class="display">
<div class="reel" id="reel1"></div>
<div class="reel" id="reel2"></div>
<div class="reel" id="reel3"></div>
</div>
<div class="buttons">
<<button "Bet $1">>
<<script>>
var result = setup.slotMachine().spin(1, State.variables.money);
State.variables.money = result.money;
State.variables.casinoAmountSpent += 1;
$('#money-amount').text(State.variables.money);
<</script>>
<</button>>
<<button "Bet $10">>
<<script>>
var result = setup.slotMachine().spin(10, State.variables.money);
State.variables.money = result.money;
State.variables.casinoAmountSpent += 10;
$('#money-amount').text(State.variables.money);
<</script>>
<</button>>
<<button "Bet $100">>
<<script>>
var result = setup.slotMachine().spin(100, State.variables.money);
State.variables.money = result.money;
State.variables.casinoAmountSpent += 100;
$('#money-amount').text(State.variables.money);
<</script>>
<</button>>
<<button "Bet $1000">>
<<script>>
var result = setup.slotMachine().spin(1000, State.variables.money);
State.variables.money = result.money;
State.variables.casinoAmountSpent += 1000;
$('#money-amount').text(State.variables.money);
<</script>>
<</button>>
</div>
<div class="result" id="result"></div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "casino">><</link>>
</div>
</div>
<<script>>
$(document).ready(function() {
var styles = `
.slot-machine {
text-align: center;
}
.money {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px }
.display {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.reel {
font-size: 48px;
margin: 0 10px;
}
.buttons {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.buttons button {
margin: 0 10px;
}
.result {
font-size: 24px;
font-weight: bold;
}
`;
$('head').append('<style>' + styles + '</style>');
});
<</script>><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="blackjack">
<h2>Blackjack</h2>
<div class="money">Money: $<span id="money-amount"><<print State.variables.money>></span></div>
<div class="game-container">
<div class="dealer-hand">
<h3>Dealer's Hand</h3>
<div id="dealer-cards" class="card-container"></div>
<div id="dealer-total"></div></div>
<div class="player-hand">
<h3>Your Hand</h3>
<div id="player-cards" class="card-container"></div>
<div id="player-total"></div> </div>
<div class="game-controls">
<button id="hitButton" disabled>Hit</button>
<button id="standButton" disabled>Stand</button> </div>
<div class="result" id="result"></div> </div>
<div class="buttons">
<<button "Bet $10">><<script>>setup.blackjack.startGame(10); State.variables.casinoAmountSpent += 10;<</script>><</button>>
<<button "Bet $100">><<script>>setup.blackjack.startGame(100); State.variables.casinoAmountSpent += 100;<</script>><</button>>
<<button "Bet $1000">><<script>>setup.blackjack.startGame(1000); State.variables.casinoAmountSpent += 1000;<</script>><</button>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "casino">><</link>>
</div>
</div>
<<script>>
$(document).ready(function() {
var styles = `
.blackjack {
text-align: center;
}
.money {
font-size: 24px;
font-weight: bold;
margin-bottom: 0px;
}
.game-container {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 0px;
}
.dealer-hand, .player-hand {
margin-bottom: 0px;
}
.card-container {
display: flex;
justify-content: center;
}
.card {
margin: 0 5px;
}
.game-controls {
display: flex;
justify-content: center;
margin-bottom: 0px;
}
.game-controls button {
margin: 0 5px;
}
.buttons {
display: flex;
justify-content: center;
margin-top: 0px;
}
.buttons button {
margin: 0 5px;
}
.result {
font-size: 24px;
font-weight: bold;
margin-top: 0px;
}
`;
$('head').append('<style>' + styles + '</style>');
});
<</script>><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="center-buttons">
<div class="button-link">
<<link "$100 Table">><<goto "100holdem">><</link>>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "$1000 Table">><<goto "1000holdem">><</link>>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "casino">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="texas-holdem">
<h2>Texas Hold'em - $100 Buy-in Table</h2>
<div class="money">
Money: $<span id="money-amount"><<print State.variables.money>></span><br>
Chips: $<span id="chips-amount">0</span>
</div>
<div class="game-container">
<div class="table">
<div class="player" id="player1">
<div class="player-name">Player 1</div>
<div class="player-cards" id="player1-cards"></div>
<div class="player-money" id="player1-money"></div>
<div class="player-action" id="player1-action"></div>
</div>
<div class="player" id="player2">
<div class="player-name">Player 2</div>
<div class="player-cards" id="player2-cards"></div>
<div class="player-money" id="player2-money"></div>
<div class="player-action" id="player2-action"></div>
</div>
<div class="player" id="player3">
<div class="player-name">Player 3</div>
<div class="player-cards" id="player3-cards"></div>
<div class="player-money" id="player3-money"></div>
<div class="player-action" id="player3-action"></div>
</div>
<div class="player" id="player4">
<div class="player-name">You</div>
<div class="player-cards" id="player4-cards"></div>
<div class="player-money" id="player4-money"></div>
<div class="player-action" id="player4-action"></div>
</div>
<div class="community-cards">
<div id="community-cards" class="card-container"></div>
</div>
<div class="pot">
<div id="pot-amount">Pot: $0</div>
</div>
</div>
<div class="player-hand">
<h3>Your Hand</h3>
<div id="player-cards" class="card-container"></div>
<div id="best-hand" class="best-hand"></div>
</div>
<div class="game-controls">
<button id="checkButton" onclick="setup.texasHoldem.check()" disabled>Check</button>
<button id="betButton" onclick="setup.texasHoldem.showBetSlider()" disabled>Bet</button>
<button id="foldButton" onclick="setup.texasHoldem.fold()" disabled>Fold</button>
<div id="betSlider" style="display: none;">
<input type="range" id="betAmount" min="10" max="100" step="1" oninput="setup.texasHoldem.updateBetValue(this.value)">
<span id="betValue"></span>
<button onclick="setup.texasHoldem.placeBet()">Place Bet</button>
</div>
</div>
<div class="result" id="result"></div>
</div>
<div class="buttons">
<button id="joinTableButton" onclick="setup.texasHoldem.joinTable()">Join Table</button>
<button id="cashOutButton" onclick="setup.texasHoldem.cashOut()" style="display:none;">Cash Out</button>
<button id="newRoundButton" onclick="setup.texasHoldem.newHand()" style="display:none;" disabled>Start New Round</button>
</div>
</div>
</div>
<<script>>
$(document).ready(function() {
var styles = `
.texas-holdem {
text-align: center;
}
.money {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
.game-container {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 10px;
}
.table {
position: relative;
width: 600px;
height: 300px;
border: 2px solid black;
border-radius: 50%;
margin-bottom: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.player {
position: absolute;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
#player1 {
top: -60px;
left: 50%;
transform: translateX(-50%);
}
#player2 {
top: 50%;
right: -30px;
transform: translateY(-50%);
}
#player3 {
top: 50%;
left: -30px;
transform: translateY(-50%);
}
#player4 {
position: absolute;
bottom: -300px;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
#player4 .player-money {
margin-top: 5px;
}
#player4 .player-action {
margin-top: 2px;
}
.player-money {
margin-top: 2px;
}
.player-action {
font-style: italic;
}
#player1 .player-money,
#player2 .player-money,
#player3 .player-money {
margin-top: 2px;
}
.player-name {
font-weight: bold;
margin-bottom: 2px;
}
.player-cards {
display: flex;
justify-content: center;
margin-top: 5px;
}
.community-cards {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}
.pot {
position: absolute;
top: 60%;
left: 50%;
transform: translateX(-50%);
font-weight: bold;
}
.player-hand {
margin-bottom: 10px;
}
.card-container {
display: flex;
justify-content: center;
}
.card {
margin: 0 5px;
}
.game-controls {
display: flex;
justify-content: center;
margin-bottom: 10px;
}
.game-controls input {
width: 100px;
margin-right: 10px;
}
.game-controls button {
margin: 0 5px;
}
.buttons {
display: flex;
justify-content: center;
margin-top: 10px;
}
.buttons button {
margin: 0 5px;
}
.result {
font-size: 24px;
font-weight: bold;
margin-top: 10px;
}
#betSlider {
margin-top: 10px;
}
#betValue {
margin-left: 10px;
}
`;
$('head').append('<style>' + styles + '</style>');
});
function showBetSlider() {
$('#betSlider').show();
updateBetValue($('#betAmount').val());
}
function hideBetSlider() {
$('#betSlider').hide();
}
function updateBetValue(value) {
$('#betValue').text('Bet: $' + value);
}
<</script>><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="roulette">
<h2>Roulette</h2>
<div class="money">Money: $<span id="money-amount"><<print State.variables.money>></span></div>
<div class="game-container">
<div class="roulette-wheel">
<div class="wheel-spinner" id="wheel-spinner"></div>
<div class="wheel-ball" id="wheel-ball"></div>
</div>
<div class="betting-area">
<div class="bet-options">
<button class="bet-button" data-bet="red">Red</button>
<button class="bet-button" data-bet="black">Black</button>
<button class="bet-button" data-bet="even">Even</button>
<button class="bet-button" data-bet="odd">Odd</button>
<button class="bet-button" data-bet="1-18">1-18</button>
<button class="bet-button" data-bet="19-36">19-36</button>
</div>
<div class="bet-amount">
<input type="number" id="bet-amount" min="1" max="100" value="1">
</div>
<button id="spin-button">Spin</button>
</div>
<div class="result" id="result"></div>
</div>
</div>
</div>
<<script>>
$(document).ready(function() {
var styles = `
.roulette {
text-align: center;
}
.money {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}
.game-container {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.roulette-wheel {
position: relative;
width: 300px;
height: 300px;
margin-right: 20px;
}
.wheel-spinner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("roulette-wheel.png");
background-size: cover;
animation: spin 5s linear infinite;
}
.wheel-ball {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background-color: white;
border-radius: 50%;
}
.betting-area {
display: flex;
flex-direction: column;
align-items: center;
}
.bet-options {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-bottom: 20px;
}
.bet-button {
padding: 10px;
font-size: 16px;
}
.bet-amount {
margin-bottom: 20px;
}
.result {
font-size: 24px;
font-weight: bold;
margin-top: 20px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
`;
$('head').append('<style>' + styles + '</style>');
});
<</script>><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _maxPlateCalories = 2008>>
<<set _caloriesEaten = Math.round((_maxPlateCalories * $buffetAmountEaten) / $buffetPlate)>>
<<set $totalDailyCalories += _caloriesEaten>>
<<if $buffetAmountEaten < $buffetPlate / 2>>
You're not able to eat much of the enormous plate of food. You start to massage your taut belly. Uurrpp!
<<elseif $buffetAmountEaten >= $buffetPlate / 2 && $buffetAmountEaten < $buffetPlate * 0.75>>
You're only able to eat about half of the enormous plate of food. You start to massage your taut belly. Uuurrrpp!
<<elseif $buffetAmountEaten >= $buffetPlate * 0.75 && $buffetAmountEaten < $buffetPlate>>
You're able to gulp down most of the huge plate of food. You start to massage your taut belly. Uuurrrpp!!
<<elseif $buffetAmountEaten == $buffetPlate && $stomachFullness < $stomachCapacity>>
You greedily gulp down the enormous plate of food in record time. You start to pat your belly, anxious to stuff it even more. Uuurrrppp!!
<div class="center-buttons">
<div class="button-link">
<<link "Go get another plate">><<goto "buffetEat">><</link>>
</div>
</div>
<<else>>
You're barely able to finish the enormous plate of food. Your stomach is completely taut and couldn't possibly hold more food. You start to massage your rock hard belly. Uuurrpp!!
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Leave">><<goto "Garage">><</link>>
</div>
</div>
</div>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits += 1>>
<</if>>
<<set $currentTime += 0.25>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if !$selectedDiet>>
<div style="text-align:center;">
Use your knowledge of dieting and physiology to create a diet specific to your needs.
</div>
<<if $dietIntelligence >= 10>>
<div class="center-buttons">
<div class="button-link">
<<link "Maintenance">>
<<set $selectedDiet = "maintenance">>
<<run calculateDailyCalorieRequirements()>>
<<goto "diet">><</link>> </div> </div><</if>>
<<if $dietIntelligence >= 30>>
<div class="center-buttons">
<div class="button-link">
<<link "Lean Bulk">>
<<set $selectedDiet = "leanBulk">>
<<run calculateDailyCalorieRequirements()>>
<<goto "diet">> <</link>></div> <</if>>
<<if $dietIntelligence >= 10>>
<div class="center-buttons">
<div class="button-link">
<<link "Bulk">>
<<set $selectedDiet = "bulk">>
<<run calculateDailyCalorieRequirements()>>
<<goto "diet">> <</link>> </div> <</if>>
<<if $dietIntelligence >= 20>>
<div class="center-buttons">
<div class="button-link">
<<link "Cut">>
<<set $selectedDiet = "cut">>
<<run calculateDailyCalorieRequirements()>>
<<goto "diet">>
<</link>> </div> <</if>>
<<if $dietIntelligence >= 20>>
<div class="center-buttons">
<div class="button-link">
<<link "Dirty Bulk">>
<<set $selectedDiet = "dirtyBulk">>
<<run calculateDailyCalorieRequirements()>>
<<goto "diet">><</link>></div><</if>>
<<if $dietIntelligence >= 30>>
<div class="center-buttons">
<div class="button-link">
<<link "Extreme Fat Gain">>
<<set $selectedDiet = "maxWeightGain">>
<<run calculateDailyCalorieRequirements()>>
<<goto "diet">><</link>></div><</if>>
<<else>>
<h2>Diet Information</h2>
<p>Current Diet: <<print $selectedDiet>></p>
<p>Diet Description: <<print getDietDescription($selectedDiet)>></p>
<p>Daily Calorie Requirements: <<print $dailyCalorieRequirements>></p>
<p>Calories Consumed Today: <<print $totalDailyCalories>></p>
<p>Activity Level/Multiplier: <<print $activityMultiplier.toFixed(2)>></p>
<div class="center-buttons">
<div class="button-link">
<<link "Eat a meal in accordance with your diet">>
<<goto "dietEat">>
<</link>>
</div>
<div class="button-link">
<<link "Cancel Diet">>
<<set $selectedDiet = null>>
<<goto "diet">>
<</link>>
</div>
</div>
<</if>>
<div class="button-link">
<<link "Go back">>
<<goto "Kitchen">>
<</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<<set $potentialMeal = calculatePotentialMeal()>>
<<set $potentialStomachFullnessAdded = $potentialMeal.stomachFullnessAdded>>
<<if $stomachFullness + $potentialStomachFullnessAdded <= $stomachCapacity>>
<<set $mealResult = createDietMeal()>>
<<set $mealCalories = $mealResult.calories>>
<<set $foodsEaten = $mealResult.foods>>
<<set $stomachFullnessAdded = $mealResult.stomachFullnessAdded>>
<<set $totalDailyCalories += $mealCalories>>
<<if $mealCalories > 0>>
<p>You greedily gulped down a meal in accordance with your diet and consumed <<print $mealCalories>> calories.</p>
<p>Foods eaten:</p>
<ul>
<<for $food range $foodsEaten>>
<li><<print $food>></li>
<</for>>
</ul>
<<else>>
<p>You don't have enough food to eat a meal in accordance with your diet. Please buy more food.</p>
<</if>>
<<else>>
<p>Your stomach is too full to eat a meal in accordance with your diet. Wait until you have more room in your stomach.</p>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "diet">><</link>>
</div>
</div>
</div>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits++>>
<</if>>
<<set $currentTime += 0.16>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.084)>><div class="content-box">
<h2>Body Composition Machine</h2>
<p>Step onto the machine and grab the handles to get your estimated body composition and body fat percentage. Make sure to have an empty stomach to get an accurate reading.</p>
<<link "Step onto machine">>
<<set $totalWeight = $eweightBase + ($emuscle * 4) + $ebreastsBoost + ($eheightBoost * 4.5) + ($ehipsBoost * 0.5) + $ewaistBoost + ($buttSize * 10) + ($bodyFat * 3) + $stomachFullness>>
<<set $totalWeight = $totalWeight.toFixed(2)>>
<<set $leanBodyMass = $eweightBase * 0.85 + ($emuscle * 4) + ($eheightBoost * 4.5)>>
<<set $leanBodyMass = $leanBodyMass.toFixed(2)>>
<<set $fatMass = $totalWeight - $leanBodyMass>>
<<set $fatMass = $fatMass.toFixed(2)>>
<<set $bodyFatPercentage = ($fatMass / $totalWeight) * 100>>
<<set $bodyFatPercentage = Math.round($bodyFatPercentage * 10) / 10>>
<<set $estimationData.push({ day: $dayCounter, date: window.getGameDate($dayCounter, '2023-08-12'), height: $eheight, weight: $totalWeight, leanMass: $leanBodyMass, fatMass: $fatMass, fatPercentage: $bodyFatPercentage })>>
<<replace "#estimation-results">>
<p>Your estimated body composition:</p>
<ul>
<li>Height: $eheight</li>
<li>Total Weight: <<print Number($totalWeight).toFixed(2)>> lbs</li>
<li>Lean Body Mass: <<print Number($leanBodyMass).toFixed(2)>> lbs</li>
<li>Fat Mass: <<print Number($fatMass).toFixed(2)>> lbs</li>
<li>Body Fat Percentage: <<print Number($bodyFatPercentage).toFixed(1)>>%</li>
</ul>
<div class="button-link">
<<link "Go back">><<goto "Joe's Gainz Center">><</link>>
</div>
<<if $estimationData.length > 1>>
<p>Previous results:</p>
<ul>
<<for $i = $estimationData.length - 2; $i >= 0; $i-->>
<<set $prevResult = $estimationData[$i]>>
<li>
On <<print $prevResult.date>>:
Height: <<print $prevResult.height>>,
Weight: <<print Number($prevResult.weight).toFixed(2)>> lbs,
Lean Mass: <<print Number($prevResult.leanMass).toFixed(2)>> lbs,
Fat Mass: <<print Number($prevResult.fatMass).toFixed(2)>> lbs,
Body Fat: <<print Number($prevResult.fatPercentage).toFixed(1)>>%
</li>
<</for>>
</ul>
<</if>>
<</replace>>
<</link>>
<div id="estimation-results"></div>
</div><<set $previousTime = $currentTime>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<h2>Body Composition Machine</h2>
<p>Step onto the machine and grab the handles to get your estimated body composition and body fat percentage. Make sure to have an empty stomach to get an accurate reading.</p>
<<link "Step onto machine">>
<<set $totalWeight = $eweightBase + ($emuscle * 4) + $ebreastsBoost + ($eheightBoost * 4.5) + ($ehipsBoost * 0.5) + $ewaistBoost + ($buttSize * 10) + ($bodyFat * 3) + $stomachFullness>>
<<set $totalWeight = $totalWeight.toFixed(2)>>
<<set $leanBodyMass = $eweightBase * 0.85 + ($emuscle * 4) + ($eheightBoost * 4.5)>>
<<set $leanBodyMass = $leanBodyMass.toFixed(2)>>
<<set $fatMass = $totalWeight - $leanBodyMass>>
<<set $fatMass = $fatMass.toFixed(2)>>
<<set $bodyFatPercentage = ($fatMass / $totalWeight) * 100>>
<<set $bodyFatPercentage = Math.round($bodyFatPercentage * 10) / 10>>
<<set $estimationData.push({ day: $dayCounter, date: window.getGameDate($dayCounter, '2023-08-12'), height: $eheight, weight: $totalWeight, leanMass: $leanBodyMass, fatMass: $fatMass, fatPercentage: $bodyFatPercentage })>>
<<replace "#estimation-results">>
<p>Your estimated body composition:</p>
<ul>
<li>Height: $eheight</li>
<li>Total Weight: <<print Number($totalWeight).toFixed(2)>> lbs</li>
<li>Lean Body Mass: <<print Number($leanBodyMass).toFixed(2)>> lbs</li>
<li>Fat Mass: <<print Number($fatMass).toFixed(2)>> lbs</li>
<li>Body Fat Percentage: <<print Number($bodyFatPercentage).toFixed(1)>>%</li>
</ul>
<div class="button-link">
<<link "Go back">><<goto "Home">><</link>>
</div>
<<if $estimationData.length > 1>>
<p>Previous results:</p>
<ul>
<<for $i = $estimationData.length - 2; $i >= 0; $i-->>
<<set $prevResult = $estimationData[$i]>>
<li>
On <<print $prevResult.date>>:
Height: <<print $prevResult.height>>,
Weight: <<print Number($prevResult.weight).toFixed(2)>> lbs,
Lean Mass: <<print Number($prevResult.leanMass).toFixed(2)>> lbs,
Fat Mass: <<print Number($prevResult.fatMass).toFixed(2)>> lbs,
Body Fat: <<print Number($prevResult.fatPercentage).toFixed(1)>>%
</li>
<</for>>
</ul>
<</if>>
<</replace>>
<</link>>
<div id="estimation-results"></div>
</div><div class="content-box">
<div style="text-align:center;">You enter the university's library.</div>
<div class="center-buttons">
<div class="button-link">
<<link "Buy a book">><<goto "libraryStore">><</link>>
</div>
<div class="button-link">
<<link "Leave">><<goto "Clearwater University">><</link>>
</div>
</div>
</div>
<div class="content-box">
You browse the shelves.
You have $<<print $money>>
<<if $hasAnatomy101 is false>>
<<if $money >= 50>>
[[Anatomy and Physiology 101: $50|libraryStore][$money -= 50; $hasAnatomy101 to true]]
<<else>>
Anatomy and Physiology 101: $50 (You don't have enough money to buy that.)
<</if>>
<<else>>
You've already bough Anatomy and Physiology 101.
<</if>>
<<if $hasNutrition101 is false>>
<<if $money >= 50>>
[[Nutrition 101: $50|libraryStore][$money -= 50; $hasNutrition101 to true]]
<<else>>
Nutrition 101: $50 (You don't have enough money to buy that.)
<</if>>
<<else>>
You've already bough Nutrition 101.
<</if>>
<<if $hasWellness101 is false>>
<<if $money >= 50>>
[[Health and Wellness 101: $50|libraryStore][$money -= 50; $hasWellness101 to true]]
<<else>>
Health and Wellness 101: $50 (You don't have enough money to buy that.)
<</if>>
<<else>>
You've already bough Health and Wellness 101.
<</if>>
[[Go back|library]]
</div>
<div id="intro-container">
<h1 id="intro-title">Welcome to the town of Clearwater</h1>
<h2 id="intro-subtitle">Your name is $playerName. You are a 22 years old college student entering your senior year at Clearwater University. You are currently one of two finalists for a prestigous scholarship at your university.</h2>
<div id="intro-continue">
[[Begin Your Story|introJob]]
</div>
</div>
<<script>>
$(document).ready(function() {
$("#intro-title").fadeIn(2000, function() {
$("#intro-subtitle").fadeIn(2000, function() {
$("#intro-continue").fadeIn(1000);
});
});
});
<</script>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getNatashaBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Natasha: "Hey there! My name is Natasha and I'm the pit boss here at Atlantic Heights!
We've noticed you are fond of our establishment, and as such, we'd like to extend you an invitation to our VIP area.
It's a free of charge, invite only area for our most trusted clients. Here let me show you how to get to it!"
<div class="center-buttons">
<div class="button-link">
<<link "Follow Natasha to the VIP Section">><<goto "natashaIntro1">><</link>>
</div>
</div>
<<set $natashaMet to true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getNatashaBreastGrabImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Natasha: "Welcome to the VIP Section!
Here you can play games with much higher stakes in addition to a few other very enticing perks which you'll soon discover.
If you ever need anything, don't hesitate to let me know!"
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "casinoVIP">><</link>>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">You enter the VIP Section.</div>
<div class="center-buttons">
<div class="button-link">
<<link "Slots">><<goto "slotsVIP">><</link>>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Blackjack">><<goto "blackjackVIP">><</link>>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "casino">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getNatashaBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>Under Construction</i>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="slot-machine">
<h2>Spin to Win!</h2>
<div class="money">You have $<span id="money-amount"><<print State.variables.money>></span></div>
<div class="display">
<div class="reel" id="reel1"></div>
<div class="reel" id="reel2"></div>
<div class="reel" id="reel3"></div>
</div>
<div class="buttons">
<<button "Bet $5000">>
<<script>>
var result = setup.slotMachine().spin(5000, State.variables.money);
State.variables.money = result.money;
State.variables.casinoAmountSpent += 5000;
$('#money-amount').text(State.variables.money);
<</script>>
<</button>>
<<button "Bet $10000">>
<<script>>
var result = setup.slotMachine().spin(10000, State.variables.money);
State.variables.money = result.money;
State.variables.casinoAmountSpent += 10000;
$('#money-amount').text(State.variables.money);
<</script>>
<</button>>
<<button "Bet $100000">>
<<script>>
var result = setup.slotMachine().spin(100000, State.variables.money);
State.variables.money = result.money;
State.variables.casinoAmountSpent += 100000;
$('#money-amount').text(State.variables.money);
<</script>>
<</button>>
<<button "Bet $1000000">>
<<script>>
var result = setup.slotMachine().spin(1000000, State.variables.money);
State.variables.money = result.money;
State.variables.casinoAmountSpent += 1000000;
$('#money-amount').text(State.variables.money);
<</script>>
<</button>>
</div>
<div class="result" id="result"></div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "casinoVIP">><</link>>
</div>
</div>
<<script>>
$(document).ready(function() {
var styles = `
.slot-machine {
text-align: center;
}
.money {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px }
.display {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.reel {
font-size: 48px;
margin: 0 10px;
}
.buttons {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.buttons button {
margin: 0 10px;
}
.result {
font-size: 24px;
font-weight: bold;
}
`;
$('head').append('<style>' + styles + '</style>');
});
<</script>><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="blackjack">
<h2>Blackjack</h2>
<div class="money">Money: $<span id="money-amount"><<print State.variables.money>></span></div>
<div class="game-container">
<div class="dealer-hand">
<h3>Dealer's Hand</h3>
<div id="dealer-cards" class="card-container"></div>
<div id="dealer-total"></div></div>
<div class="player-hand">
<h3>Your Hand</h3>
<div id="player-cards" class="card-container"></div>
<div id="player-total"></div> </div>
<div class="game-controls">
<button id="hitButton" disabled>Hit</button>
<button id="standButton" disabled>Stand</button> </div>
<div class="result" id="result"></div> </div>
<div class="buttons">
<<button "Bet $10000">><<script>>setup.blackjack.startGame(10000); State.variables.casinoAmountSpent += 10000;<</script>><</button>>
<<button "Bet $100000">><<script>>setup.blackjack.startGame(100000); State.variables.casinoAmountSpent += 100000;<</script>><</button>>
<<button "Bet $1000000">><<script>>setup.blackjack.startGame(1000000); State.variables.casinoAmountSpent += 1000000;<</script>><</button>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "casinoVIP">><</link>>
</div>
</div>
<<script>>
$(document).ready(function() {
var styles = `
.blackjack {
text-align: center;
}
.money {
font-size: 24px;
font-weight: bold;
margin-bottom: 0px;
}
.game-container {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 0px;
}
.dealer-hand, .player-hand {
margin-bottom: 0px;
}
.card-container {
display: flex;
justify-content: center;
}
.card {
margin: 0 5px;
}
.game-controls {
display: flex;
justify-content: center;
margin-bottom: 0px;
}
.game-controls button {
margin: 0 5px;
}
.buttons {
display: flex;
justify-content: center;
margin-top: 0px;
}
.buttons button {
margin: 0 5px;
}
.result {
font-size: 24px;
font-weight: bold;
margin-top: 0px;
}
`;
$('head').append('<style>' + styles + '</style>');
});
<</script>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $stomachCapacity - $stomachFullness > 0>>
<div class="center-buttons">
<div class="button-link">
<<link "Drink water straight from the faucet.">><<goto "faucetDrink">><</link>>
</div>
<<else>>
<div style="text-align:center;">Your stomach is too full to drink from the faucet right now.</div>
<</if>>
<<if $stomachFullness == 0>>
<div class="center-buttons">
<div class="button-link">
<<link "Test your stomach capacity.">><<goto "testCapacity">><</link>>
</div>
<<else>>
<div style="text-align:center;">You need to have an empty stomach before you can test your stomach capacity.</div>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "Kitchen">><</link>>
</div>
</div>
</div><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<div class="content-box">
You grab the head of the pullout faucet and put the entire thing in your mouth.
<div class="center-buttons">
<div class="button-link">
<<link "Turn the faucet on">><<goto "faucetDrink1">><</link>>
</div>
</div>
</div>
<<if $stomachCapacity - $stomachFullness <= 8>>
<<set $faucetAmount = $stomachCapacity - $stomachFullness>>
<<set $stomachFullness = $stomachCapacity>>
<<else>>
<<set $stomachFullness += 8>>
<<set $faucetAmount = 8>>
<</if>><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">You grab the head of the pullout faucet and put the entire thing in your mouth.</div>
<div class="center-buttons">
<div class="button-link">
<<link "Turn the faucet on and start drinking">><<goto "testCapacity1">>
<<if $stomachCapacity <= 8>>
<<set $faucetAmount = $stomachCapacity>>
<<set $stomachFullness = $faucetAmount>>
<<else>>
<<set $faucetAmount += 8>>
<<set $stomachFullness += 8>>
<</if>>
<</link>>
</div>
</div>
</div>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $stomachFullness == $stomachCapacity && $stomachCapacity == 8>>
<div style="text-align:center;">The water starts flooding your stomach, quickly finding and stretching every inch of it. Pushing and stretching it to it's limit.
You give your engorged, rock-hard stomach a pat. You drank 1 gallon of water.</div><<elseif $stomachFullness == $stomachCapacity>>
<div style="text-align:center;">The water starts flooding your stomach, quickly finding and stretching every inch of it. Pushing and stretching it to it's limit.
You give your rock-hard stomach a pat. You were only able to drink <<print ($faucetAmount / 8).toFixed(2)>> gallons of water.</div>
<<else>>
<div style="text-align:center;">The water starts flooding your stomach, quickly finding and stretching every inch of it. Pushing and stretching it to it's limit.
You give your stomach a pat. You drank 1 gallon of water.</div><</if>>
<<if $stomachFullness < $stomachCapacity>>
<div class="center-buttons">
<div class="button-link">
<<link "Drink another gallon">><<goto "faucetDrink1">><</link>>
</div>
</div>
<<if $stomachCapacity - $stomachFullness <= 8>>
<<set $faucetAmount = $stomachCapacity - $stomachFullness>>
<<set $stomachFullness = $stomachCapacity>>
<<else>>
<<set $stomachFullness += 8>>
<<set $faucetAmount = 8>>
<</if>><</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "Kitchen">><</link>>
</div>
</div>
</div>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits += 1>>
<</if>>
<<set $currentTime += 0.08>><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $stomachFullness >= $stomachCapacity>>
<div style="text-align:center;">The water floods your stomach, stretching and inflating every inch of available space. Your stomach quickly reaches its limit. You give your rock-hard stomach a pat and check the water meter. Your stomach can hold <<print ($stomachCapacity / 8).toFixed(2)>> gallons of water. You smirk and give your stomach another slap.
Uuuurrrrrpppp!</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go back">><<goto "Kitchen">><</link>>
</div>
</div>
<<else>>
<div style="text-align:center;">The water floods your stomach, quickly inflating and stretching it.
Uuuurrrppp!!!</div>
<div class="center-buttons">
<div class="button-link">
<<link "Keep drinking">><<goto "testCapacity1">><</link>>
</div>
</div>
<<if $stomachCapacity - $stomachFullness < 8>>
<<set $faucetAmount += $stomachCapacity - $stomachFullness>>
<<set $stomachFullness = $stomachCapacity>>
<<else>>
<<set $stomachFullness += 8>>
<<set $faucetAmount += 8>>
<</if>>
<</if>>
</div>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits += 1>>
<</if>>
<<set $currentTime += 0.08>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">You're led up to a stage with a huge, extremely long table, in front of a crowd of people on the beach. An usher shows you to your seat at the table and tells you to await further instructions.</div>
<div style="text-align:center;">Karly, the resident emcee of most events in Clearwater, makes her way to the center of the stage.</div>
<div style="text-align:center;">Karly: "Hey everyone! Welcome to another Clearwater Beach hotdog eating contest! Our contestants have taken their place and are ready to begin!"</div>
<div style="text-align:center;"><i>Many ushers then bring out mountains of hotdogs and set them in front of you as well as the other contestants.</i></div>
<div style="text-align:center;">Karly: "Our contestants look mighty hungry, so let's not keep them waiting any longer."
Karly: "Contestants, the rules are simple. you'll have 1 hour to eat as many hotdogs as possible. Only the top three contestants will receive a prize.
So, without furhter delay, contestants, on the count of three.
1...
2...
3...
Eat!"</div>
<div class="button-link">
<<link "Dig in">><<goto "eatingHotdogs">><</link>>
</div>
</div>
<<set $money -= 20>>
<<set $player to {}>>
<<if $stomachCapacity - $stomachFullness < 60>>
<<set $player.hotdogsEaten to (Math.floor($stomachCapacity - $stomachFullness) * 2)>>
<<else>>
<<set $player.hotdogsEaten to 120>>
<</if>>
<<set $stomachFullness += ($player.hotdogsEaten / 2)>>
<<set $totalDailyCalories += $player.hotdogsEaten * 200>>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits += 1>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Wow! What a contest! That hour flew by in the blink of an eye!"
"Now for the moment you've been waiting for. Our team has counted up all the hotdogs eaten on the day, and we have our winners!"</div>
<div class="button-link">
<<link "Continue">><<goto "hotdogsThird">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank3.name is $playerName>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<elseif $rank3.name is "Rachel">>
<<set _bgImage to setup.getRachelBeachImage()>>
<<elseif $rank3.name is "Vanessa">>
<<set _bgImage to setup.getVanessaBeachImage()>>
<<elseif $rank3.name is "Eve">>
<<set _bgImage to setup.getEveBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Coming in third place with $rank3.hotdogs hotdogs eaten is $rank3.name! Congratulations! You've won $250!"</div>
<div class="button-link">
<<link "Continue">><<goto "hotdogsSecond">><</link>>
</div>
</div>
<<if $rank3.name is $playerName>>
<<set $money += 250>>
<</if>>
<<if $rank3.name is "Rachel">>
<<set $seenRachelEat to true>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank2.name is $playerName>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<elseif $rank2.name is "Rachel">>
<<set _bgImage to setup.getRachelBeachImage()>>
<<elseif $rank2.name is "Vanessa">>
<<set _bgImage to setup.getVanessaBeachImage()>>
<<elseif $rank2.name is "Eve">>
<<set _bgImage to setup.getEveBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Coming in second place with $rank2.hotdogs hotdogs eaten is $rank2.name! Congratulations! You've won $500!"</div>
<div class="button-link">
<<link "Continue">><<goto "hotdogsFirst">><</link>>
</div>
</div>
<<if $rank2.name is $playerName>>
<<set $money += 500>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank1.name is $playerName>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<elseif $rank1.name is "Rachel">>
<<set _bgImage to setup.getRachelBeachImage()>>
<<elseif $rank1.name is "Vanessa">>
<<set _bgImage to setup.getVanessaBeachImage()>>
<<elseif $rank1.name is "Eve">>
<<set _bgImage to setup.getEveBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "And our winner, with $rank1.hotdogs hotdogs eaten, is $rank1.name! Congratulations! You've won $1000!"</div>
<div class="button-link">
<<link "Continue">><<goto "hotdogsFinal">><</link>>
</div>
</div>
<<if $rank1.name is $playerName>>
<<set $money += 1000>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Well that wraps up this weeks competition! Thank you to everyone who participated or helped with this event! See you all again next week!"</div>
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<<set $currentTime = 13.5>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getRachelBlushingImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Rachel: "Oh uh, yeah. I mean um, thanks."</div>
<div class="center-buttons">
<div class="button-link">
<<link "Well, I thought it was pretty hot actually.">><<goto "rachelIntro1">><</link>>
</div>
</div>
<div class="center-buttons">
<div class="button-link">
<<link "Yeah no problem. See ya.">><<goto "buffet">><</link>>
</div>
</div>
</div>
<<set $rachelIntro to true>>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getRachelArousedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Rachel: "Oh uh, you did. Well...I mean...Actually, I have an idea."
"We get to eat as much food as we want from the buffet on our breaks, and we get to take our break whenever we want. So why don't I take my break, and we go to a more private booth, and you can help me practice my competitive eating?"</div>
<div class="center-buttons">
<div class="button-link">
<<link "I'd love to!">><<goto "rachelIntro2">><</link>>
</div>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getRachelArousedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;"><i>Rachel leads you over to a more secluded booth in the restaurant.</i>
Rachel: "Here seems fine. Now, bring me some food."</div>
<div class="center-buttons">
<div class="button-link">
<<link "Go get Rachel a lot of food.">><<goto "rachelIntro3">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getRachelArousedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;"><i>You make multiple trips to the buffet, delivering piles and piles of food to Rachel's table.</i>
Rachel: "Mmmm...looks delicious. Now feed it to me."</div>
<div class="center-buttons">
<div class="button-link">
<<link "Feed Rachel">><<goto "rachelFeed">><</link>>
</div>
</div>
</div>
<<set $rachelIntroFinished to true>>
<<set $rachelFullness += 1>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getRachelArousedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;"><i>Rachel gulps down every morsel of food as fast as you can give it to her, as the mountain of food in front of her quickly dwindles.</i>
Rachel: "Uuurrrpp!!!"
Rachel: "More!"</div>
<div class="center-buttons">
<div class="button-link">
<<set $rachelFullness += 1>>
<<if $rachelCapacity - $rachelFullness == 0>>
<<link "Keep feeding her">>
<<goto "rachelFull">>
<</link>>
<<else>>
<<link "Keep feeding her">>
<<goto "rachelFeed">>
<</link>>
<</if>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getRachelArousedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Rachel: "Uuuurrrppp!!! "
<i>Rachel gives her belly a slap.</i>
"That was delicious, but I think I'm full for now."
<i>She gives her belly another slap.</i>
"Uuuurrrrppp!"
<i>Her belly sloshes and groans as you help her up, and she gets ready to go back to work.</i></div>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "buffet">><</link>>
</div>
</div>
</div>
<<set $rachelEatenToday to true>>
<<set $currentTime += 0.5>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getRachelArousedImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Rachel: "Oh did you now?"
<i>Rachel leads you to the booth in the back of the restaurant.</i>
Rachel: "Now...bring me some food."</div>
<div class="center-buttons">
<div class="button-link">
<<link "Bring Rachel some food.">><<goto "rachelIntro3">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<i>Under Construction. Phone content in its current state is not finished or supported. It is not considered 'part of the game' at the moment.</i>
<div class="phone-container">
<div class="phone-interface">
<div class="phone-screen">
<div class="phone-notch">
<div class="phone-camera"></div>
</div>
<div class="phone-status-bar">
<span class="time"><<= formatGameTime($currentTime)>></span>
<span class="battery">🔋 100%</span>
</div>
<div class="phone-content">
<div class="app-grid">
<div class="app-icon" data-app="messages" title="Messages">
<span class="app-emoji">💬</span>
<span class="app-notification-badge">0</span>
</div>
<div class="app-icon" data-app="instapic" title="Instagram">
<span class="app-emoji">📸</span>
<<if $newInstagramFollowers > 0>>
<span class="app-notification-badge">1</span>
<</if>>
</div>
<div class="app-icon" data-app="videohub" title="Youtube">
<span class="app-emoji">🎥</span>
</div>
<div class="app-icon" data-app="onlyfans" title="OnlyGoddesses">
<span class="app-emoji">⭕</span>
</div>
</div>
</div>
</div>
</div>
<button class="put-away-button" id="put-away-phone" onclick="putPhoneAway()">Put Phone Away</button>
</div>
<<script>>
$(document).ready(function() {
$('.app-icon').click(function() {
var app = $(this).data('app');
switch(app) {
case 'messages':
Engine.play("PhoneMessages");
break;
case 'instapic':
Engine.play("Phone_Instagram");
break;
case 'videohub':
Engine.play("Phone_YouTube");
break;
case 'onlyfans':
Engine.play("onlyGoddesses");
break;
}
});
function updateMessagesNotificationBadge() {
let count = Object.keys(State.variables.unreadMessages || {}).filter(k => State.variables.unreadMessages[k]).length;
let badge = $('.app-icon[data-app="messages"] .app-notification-badge');
badge.text(count);
if (count > 0) {
badge.show();
} else {
badge.hide();
}
}
updateMessagesNotificationBadge();
// Handle put away phone button click
$('#put-away-phone').click(function() {
putPhoneAway();
});
// Update phone widget notification
let notificationCount = State.variables.phoneWidgetNotifications;
if (notificationCount > 0) {
$('.phone-widget .notification-count').text(notificationCount).show();
} else {
$('.phone-widget .notification-count').hide();
}
});
<</script>>
<<set $appearanceScore = $emuscle + $ebreastsBoost + ($ehipsBoost * 2)>><<run $('body').css('background-image', '')>>
<div class="phone-container">
<div class="phone-interface">
<div class="phone-screen">
<div class="phone-notch">
<div class="phone-camera"></div>
</div>
<div class="phone-status-bar">
<span class="time"><<print new Date().toLocaleTimeString([], {hour: '2-digit', minute:'2-digit'})>></span>
<span class="battery">🔋 100%</span>
</div>
<div class="phone-content">
<div class="messages-header">
<div class="back-button" id="back-to-menu">⬅️</div>
<h2>Messages</h2>
<div class="new-message-button">✏️</div>
</div>
<div id="contacts-list">
<!-- Contacts will be dynamically added here -->
</div>
</div>
</div>
</div>
<button class="put-away-button" id="put-away-phone">Put Phone Away</button>
</div>
<<script>>
$(document).ready(function() {
function refreshContactsList() {
$('#contacts-list').empty();
State.variables.contacts.forEach(function(contact) {
var lastMessage = State.variables.lastMessages[contact] || "";
var unreadClass = State.variables.unreadMessages[contact] ? "unread" : "";
var html = `
<div class="contact ${unreadClass}" data-name="${contact}">
<div class="unread-indicator"></div>
<div class="contact-avatar">${contact[0]}</div>
<div class="contact-info">
<div class="contact-name">${contact}</div>
<div class="contact-last-message">${lastMessage}</div>
</div>
</div>
`;
$('#contacts-list').append(html);
});
}
refreshContactsList();
// Handle contact click
$(document).off('click', '.contact').on('click', '.contact', function() {
var contactName = $(this).data('name');
Engine.play("PhoneChat_" + contactName);
});
// Handle back button click
$('#back-to-menu').off('click').on('click', function() {
Engine.play("PhoneUI");
});
// Handle put away phone button click
$('#put-away-phone').off('click').on('click', function() {
putPhoneAway();
});
// Update notification count
MessageSystem.updateNotificationCount();
});
<</script>><<run $('body').css('background-image', '')>>
<<set $currentContact = "Brooke">>
<<if !$conversations>><<set $conversations = {}>><</if>>
<<if !$conversations.Brooke>><<set $conversations.Brooke = []>><</if>>
<div class="phone-container">
<div class="phone-interface">
<div class="phone-screen">
<div class="phone-notch">
<div class="phone-camera"></div>
</div>
<div class="phone-status-bar">
<span class="time"><<print formatGameTime($currentTime)>></span>
<span class="battery">🔋 100%</span>
</div>
<div class="chat-header">
<div class="back-button" id="back-to-messages">⬅️</div>
<h2>Brooke</h2>
</div>
<div class="chat-messages" id="chat-messages">
</div>
<div class="chat-input">
<div class="message-choices" id="message-choices">
</div>
<div class="keyboard-overlay">
<!-- Keyboard layout -->
</div>
</div>
</div>
</div>
<button class="put-away-button" id="put-away-phone">Put Phone Away</button>
</div>
<<script>>
$(document).ready(function() {
State.variables.currentContact = "Brooke";
window.displayMessages = function(contact) {
if (contact !== "Brooke") return; // Only display if it's the current contact
var messages = State.variables.conversations.Brooke;
var chatMessages = $('#chat-messages');
if (chatMessages.length === 0) {
console.log("Chat messages element not found. Current passage may not be the chat page.");
return;
}
chatMessages.empty();
messages.forEach(function(msg) {
var messageClass = msg.sender === 'player' ? 'player-message' : 'npc-message';
var profilePic = State.variables.profilePictures[msg.sender === 'player' ? 'player' : 'Brooke'];
var html = `
<div class="${messageClass}">
<img src="${profilePic}" alt="${msg.sender} profile" class="profile-picture">
<div class="message-content">${msg.text}</div>
</div>
`;
chatMessages.append(html);
});
chatMessages.scrollTop(chatMessages[0].scrollHeight);
};
window.updateChoicesDisplay = function() {
console.log('Displaying choices:', State.variables.currentChoices);
var choicesHtml = State.variables.currentChoices.map((choice, index) =>
`<button class="message-choice" data-choice="${index}">${choice}</button>`
).join('');
$('#message-choices').html(choicesHtml);
};
window.showTypingBubble = function() {
$('#chat-messages').append('<div id="typing-bubble">...</div>');
};
window.hideTypingBubble = function() {
$('#typing-bubble').remove();
};
// Initialize the chat
MessageSystem.displayMessages("Brooke");
MessageSystem.startEvent('Brooke');
// Event handlers
$(document).off('click', '.message-choice').on('click', '.message-choice', function() {
var choiceText = $(this).text();
console.log('Player chose:', choiceText);
MessageSystem.sendPlayerMessage("Brooke", choiceText);
});
$('#back-to-messages').off('click').on('click', function() {
Engine.play("PhoneMessages");
});
$('#put-away-phone').off('click').on('click', function() {
putPhoneAway();
});
});
<</script>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;"><i>You're given a number indicating when you will get to go on to the stage. After waiting a for a little bit, you, along with the other competitors, are organized into a single file line next to the stage.</i></div>
<div style="text-align:center;"><i>Karly, the resident emcee of most events in Clearwater, then makes her way to the center of the stage.</i></div>
<div style="text-align:center;">Karly: "Hey everyone! Welcome to another Clearwater Bodybuilding Competition! Our contestants have taken their place and are ready to start flexing their muscles for you!"</div>
<div style="text-align:center;">"So let's not not keep this waiting any longer, and let's start seeing some sculpted bodies!"
"The rules are as follows. Our judges will give our competirors a score based on a variety of attributes such as muscularity, size, symmetry, stage presence, etc. This score will be used to determine our winners for each division."
"So, let's begin!"
<i>You watch the other competitors go on to the stage and go through their posing routines, patiently waiting for your turn.
Finally, it's your turn to go onto the stage...</i></div>
<div class="button-link">
<<link "Walk onto the stage">><<goto "wellComp">><</link>>
</div>
</div>
<<set $player to {}>>
<<if $ebreastsBoost < 10>>
<<set $breastsScoreMult = 1>>
<<elseif $ebreastsBoost >= 10 & $ebreastsBoost < 22>>
<<set $breastsScoreMult = 1.05>>
<<elseif $ebreastsBoost >= 22>>
<<set $breastsScoreMult = 1.1>>
<</if>>
<<set $player to {}>>
<<if $buttSize < 5>>
<<set $buttScoreMult = 1>>
<<elseif $buttSize >= 3 & $buttSize < 5>>
<<set $buttScoreMult = 1.05>>
<<elseif $buttSize >= 5>>
<<set $buttScoreMult = 1.1>>
<</if>>
<<set $player.bodybuildingScore = ($emuscle * $breastsScoreMult * $buttScoreMult)>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank3.name is $playerName>>
<<if $baseBody == true && $goddessSerum == false>>
<<set _bgImage to setup.getBeachImage()>>
<<elseif $baseBody == false && $goddessSerum == true>>
<<set _bgImage to setup.getGoddessImage()>>
<<elseif $goddessSerum == false && $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $goddessSerum == false && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<</if>>
<<elseif $rank3.name is "Kirsten">>
<<set _bgImage to setup.getKirstenBeachImage()>>
<<elseif $rank3.name is "Skyler">>
<<set _bgImage to setup.getSkylerBeachImage()>>
<<elseif $rank3.name is "Sydney">>
<<set _bgImage to setup.getSydneyBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Coming in third place in the wellness division is $rank3.name! Congratulations! You've won $500!"</div>
<div class="button-link">
<<link "Continue">><<goto "wellnessSecond">><</link>>
</div>
</div>
<<if $rank3.name is $playerName>>
<<set $money += 500>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank1.name is $playerName>>
<<if $baseBody == true && $goddessSerum == false>>
<<set _bgImage to setup.getBeachImage()>>
<<elseif $baseBody == false && $goddessSerum == true>>
<<set _bgImage to setup.getGoddessImage()>>
<<elseif $goddessSerum == false && $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $goddessSerum == false && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<</if>>
<<elseif $rank1.name is "Kirsten">>
<<set _bgImage to setup.getKirstenBeachImage()>>
<<elseif $rank1.name is "Skyler">>
<<set _bgImage to setup.getSkylerBeachImage()>>
<<elseif $rank1.name is "Sydney">>
<<set _bgImage to setup.getSydneyBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "And our winner of the wellness division is... $rank1.name! Congratulations! You've won $1500!"</div>
<div class="button-link">
<<link "Continue">><<goto "wellnessFinal">><</link>>
</div>
</div>
<<if $rank1.name is $playerName>>
<<set $money += 1500>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Well that wraps up this week's competition! Thank you to everyone who participated or helped with this event! See you all again next week!"</div>
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<<set $currentTime = 16.25>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank2.name is $playerName>>
<<if $baseBody == true && $goddessSerum == false>>
<<set _bgImage to setup.getBeachImage()>>
<<elseif $baseBody == false && $goddessSerum == true>>
<<set _bgImage to setup.getGoddessImage()>>
<<elseif $goddessSerum == false && $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $goddessSerum == false && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<</if>>
<<elseif $rank2.name is "Kirsten">>
<<set _bgImage to setup.getKirstenBeachImage()>>
<<elseif $rank2.name is "Skyler">>
<<set _bgImage to setup.getSkylerBeachImage()>>
<<elseif $rank2.name is "Sydney">>
<<set _bgImage to setup.getSydneyBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Coming in second place in the wellness division is $rank2.name! Congratulations! You've won $1000!"</div>
<div class="button-link">
<<link "Continue">><<goto "wellnessFirst">><</link>>
</div>
</div>
<<if $rank2.name is $playerName>>
<<set $money += 1000>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;"><i>You're given a number indicating when you will get to go on to the stage. After waiting a for a little bit, you, along with the other competitors, are organized into a single file line next to the stage.</i></div>
<div style="text-align:center;"><i>Karly, the resident emcee of most events in Clearwater, then makes her way to the center of the stage.</i></div>
<div style="text-align:center;">Karly: "Hey everyone! Welcome to another Clearwater Bodybuilding Competition! Our contestants have taken their place and are ready to start flexing their muscles for you!"</div>
<div style="text-align:center;">"So let's not not keep this waiting any longer, and let's start seeing some sculpted bodies!"
"The rules are as follows. Our judges will give our competirors a score based on a variety of attributes such as muscularity, size, symmetry, stage presence, etc. This score will be used to determine our winners for each division."
"So, let's begin!"
<i>You watch the other competitors go on to the stage and go through their posing routines, patiently waiting for your turn.
Finally, it's your turn to go onto the stage...</i></div>
<div class="button-link">
<<link "Walk onto the stage">><<goto "bodyComp">><</link>>
</div>
</div>
<<set $player to {}>>
<<if $ebreastsBoost < 10>>
<<set $breastsScoreMult = 1>>
<<elseif $ebreastsBoost >= 10 & $ebreastsBoost < 22>>
<<set $breastsScoreMult = 1.05>>
<<elseif $ebreastsBoost >= 22>>
<<set $breastsScoreMult = 1.1>>
<</if>>
<<set $player to {}>>
<<if $buttSize < 5>>
<<set $buttScoreMult = 1>>
<<elseif $buttSize >= 3 & $buttSize < 5>>
<<set $buttScoreMult = 1.05>>
<<elseif $buttSize >= 5>>
<<set $buttScoreMult = 1.1>>
<</if>>
<<set $player.bodybuildingScore = ($emuscle * $breastsScoreMult * $buttScoreMult)>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;"><i>You're given a number indicating when you will get to go on to the stage. After waiting a for a little bit, you, along with the other competitors, are organized into a single file line next to the stage.</i></div>
<div style="text-align:center;"><i>Karly, the resident emcee of most events in Clearwater, then makes her way to the center of the stage.</i></div>
<div style="text-align:center;">Karly: "Hey everyone! Welcome to another Clearwater Bodybuilding Competition! Our contestants have taken their place and are ready to start flexing their muscles for you!"</div>
<div style="text-align:center;">"So let's not not keep this waiting any longer, and let's start seeing some sculpted bodies!"
"The rules are as follows. Our judges will give our competirors a score based on a variety of attributes such as muscularity, size, symmetry, stage presence, etc. This score will be used to determine our winners for each division."
"So, let's begin!"
<i>You watch the other competitors go on to the stage and go through their posing routines, patiently waiting for your turn.
Finally, it's your turn to go onto the stage...</i></div>
<div class="button-link">
<<link "Walk onto the stage">><<goto "openComp">><</link>>
</div>
</div>
<<set $player to {}>>
<<if $ebreastsBoost < 10>>
<<set $breastsScoreMult = 1>>
<<elseif $ebreastsBoost >= 10 & $ebreastsBoost < 22>>
<<set $breastsScoreMult = 1.05>>
<<elseif $ebreastsBoost >= 22>>
<<set $breastsScoreMult = 1.1>>
<</if>>
<<set $player to {}>>
<<if $buttSize < 5>>
<<set $buttScoreMult = 1>>
<<elseif $buttSize >= 3 & $buttSize < 5>>
<<set $buttScoreMult = 1.05>>
<<elseif $buttSize >= 5>>
<<set $buttScoreMult = 1.1>>
<</if>>
<<set $player.bodybuildingScore = ($emuscle * $breastsScoreMult * $buttScoreMult)>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank3.name is $playerName>>
<<if $baseBody == true && $goddessSerum == false>>
<<set _bgImage to setup.getBeachImage()>>
<<elseif $baseBody == false && $goddessSerum == true>>
<<set _bgImage to setup.getGoddessImage()>>
<<elseif $goddessSerum == false && $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $goddessSerum == false && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<</if>>
<<elseif $rank3.name is "Riley">>
<<set _bgImage to setup.getRileyBeachImage()>>
<<elseif $rank3.name is "Zoey">>
<<set _bgImage to setup.getZoeyBeachImage()>>
<<elseif $rank3.name is "Hope">>
<<set _bgImage to setup.getHopeBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Coming in third place in the bodybuilding division is $rank3.name! Congratulations! You've won $2000!"</div>
<div class="button-link">
<<link "Continue">><<goto "bodySecond">><</link>>
</div>
</div>
<<if $rank3.name is $playerName>>
<<set $money += 2000>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank2.name is $playerName>>
<<if $baseBody == true && $goddessSerum == false>>
<<set _bgImage to setup.getBeachImage()>>
<<elseif $baseBody == false && $goddessSerum == true>>
<<set _bgImage to setup.getGoddessImage()>>
<<elseif $goddessSerum == false && $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $goddessSerum == false && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<</if>>
<<elseif $rank2.name is "Riley">>
<<set _bgImage to setup.getRileyBeachImage()>>
<<elseif $rank2.name is "Zoey">>
<<set _bgImage to setup.getZoeyBeachImage()>>
<<elseif $rank2.name is "Hope">>
<<set _bgImage to setup.getHopeBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Coming in second place in the bodybuilding division is $rank2.name! Congratulations! You've won $3000!"</div>
<div class="button-link">
<<link "Continue">><<goto "bodyFirst">><</link>>
</div>
</div>
<<if $rank2.name is $playerName>>
<<set $money += 3000>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank1.name is $playerName>>
<<if $baseBody == true && $goddessSerum == false>>
<<set _bgImage to setup.getBeachImage()>>
<<elseif $baseBody == false && $goddessSerum == true>>
<<set _bgImage to setup.getGoddessImage()>>
<<elseif $goddessSerum == false && $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $goddessSerum == false && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<</if>>
<<elseif $rank1.name is "Riley">>
<<set _bgImage to setup.getRileyBeachImage()>>
<<elseif $rank1.name is "Zoey">>
<<set _bgImage to setup.getZoeyBeachImage()>>
<<elseif $rank1.name is "Hope">>
<<set _bgImage to setup.getHopeBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "And our winner of the bodybuilding division is... $rank1.name! Congratulations! You've won $4000!"</div>
<div class="button-link">
<<link "Continue">><<goto "bodyFinal">><</link>>
</div>
</div>
<<if $rank1.name is $playerName>>
<<set $money += 4000>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank3.name is $playerName>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<elseif $rank3.name is "Sage">>
<<set _bgImage to setup.getSageBeachImage()>>
<<elseif $rank3.name is "Harper">>
<<set _bgImage to setup.getHarperBeachImage()>>
<<elseif $rank3.name is "Hera">>
<<set _bgImage to setup.getHeraBeachImage()>>
<<elseif $rank3.name is "Meadow">>
<<set _bgImage to setup.getMeadowBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Coming in third place in the open division is $rank3.name! Congratulations! You've won $5000!"</div>
<div class="button-link">
<<link "Continue">><<goto "openSecond">><</link>>
</div>
</div>
<<if $rank3.name is $playerName>>
<<set $money += 5000>>
<</if>><<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Well that wraps up this week's competition! Thank you to everyone who participated or helped with this event! See you all again next week!"</div>
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<<set $currentTime = 16.25>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank2.name is $playerName>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<elseif $rank2.name is "Sage">>
<<set _bgImage to setup.getSageBeachImage()>>
<<elseif $rank2.name is "Harper">>
<<set _bgImage to setup.getHarperBeachImage()>>
<<elseif $rank2.name is "Hera">>
<<set _bgImage to setup.getHeraBeachImage()>>
<<elseif $rank3.name is "Meadow">>
<<set _bgImage to setup.getMeadowBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Coming in second place in the open division is $rank2.name! Congratulations! You've won $10000!"</div>
<div class="button-link">
<<link "Continue">><<goto "openFirst">><</link>>
</div>
</div>
<<if $rank2.name is $playerName>>
<<set $money += 10000>>
<</if>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getKarlyImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "Well that wraps up this week's competition! Thank you to everyone who participated or helped with this event! See you all again next week!"</div>
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<<set $currentTime = 16.25>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $rank1.name is $playerName>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<elseif $rank1.name is "Sage">>
<<set _bgImage to setup.getSageBeachImage()>>
<<elseif $rank1.name is "Harper">>
<<set _bgImage to setup.getHarperBeachImage()>>
<<elseif $rank1.name is "Hera">>
<<set _bgImage to setup.getHeraBeachImage()>>
<<elseif $rank3.name is "Meadow">>
<<set _bgImage to setup.getMeadowBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<div style="text-align:center;">Karly: "And our winner of the open division is... $rank1.name! Congratulations! You've won $15000!"</div>
<div class="button-link">
<<link "Continue">><<goto "openFinal">><</link>>
</div>
</div>
<<if $rank1.name is $playerName>>
<<set $money += 15000>>
<</if>><<if not $instagramAccountCreated>>
<<goto "Phone_Create Instagram">>
<<else>>
<<run $('body').css('background-image', '')>>
<div class="phone-container">
<div class="phone-interface">
<div class="phone-screen">
<div class="phone-notch">
<div class="phone-camera"></div>
</div>
<div class="phone-status-bar">
<span class="time"><<= formatGameTime($currentTime)>></span>
<span class="battery">🔋 100%</span>
</div>
<div class="phone-content">
<div class="app-header">
<span id="back-button">←</span>
<h1>Instagram</h1>
</div>
<<if $newInstagramFollowers > 0>>
<p class="new-followers-message">You have <<print $newInstagramFollowers>> new followers!</p>
<</if>>
<div class="instagram-profile">
<p class="instagram-handle">@<<print $instagramHandle>></p>
<div id="profile-header">
<img id="profile-pic" alt="Profile Picture">
<div id="profile-stats">
<div class="stat-item">
<span class="stat-number"><<print $instagramPosts>></span>
<span class="stat-label">posts</span>
</div>
<div class="stat-item">
<span class="stat-number" id="followers-count"><<print $instagramFollowers>></span>
<span class="stat-label">followers</span>
</div>
<div class="stat-item">
<span class="stat-number"><<print $instagramFollowing>></span>
<span class="stat-label">following</span>
</div>
</div>
</div>
<p class="profile-name"><<print $playerName>> Armstrong</p>
<div id="bio">
<p><<print $instagramBio>></p>
</div>
</div>
<button id="new-post-btn">Create New Post</button>
<div id="post-grid">
<p></p>
</div>
</div>
</div>
</div>
<button class="put-away-button" id="put-away-phone" onclick="putPhoneAway()">Put Phone Away</button>
</div>
<<script>>
$(document).ready(function() {
var bannerImage = setup.getBannerImage();
$('#profile-pic').attr('src', 'images/' + bannerImage);
$('#back-button').on('click', function() {
Engine.play("PhoneUI");
});
// Clear notifications
if (State.variables.newInstagramFollowers > 0) {
delete State.variables.notifications['Instagram'];
State.variables.unreadMessages['Instagram'] = false;
State.variables.newInstagramFollowers = 0;
updateNotificationCount();
}
$('.app-icon[data-app="instapic"] .app-notification-badge').hide();
});
$(document).on('click', '#new-post-btn', function() {
Engine.play("Phone_Choose Post Type");
});
<</script>>
<</if>><i>Under Construction</i><<run $('body').css('background-image', '')>>
<div class="phone-container">
<div class="phone-interface">
<div class="phone-screen">
<div class="phone-notch">
<div class="phone-camera"></div>
</div>
<div class="phone-status-bar">
<span class="time"><<= formatGameTime($currentTime)>></span>
<span class="battery">🔋 100%</span>
</div>
<div class="phone-content">
<h1>Welcome to Instagram</h1>
<p>Choose a username for your account:</p>
<input type="text" id="handle-input" placeholder="Enter your username">
<div class="suggested-handles-header">
<p>Suggested usernames:</p>
<button id="refresh-handles">🔄</button>
</div>
<div id="suggested-handles"></div>
<button id="create-account-btn">Create Account</button>
</div>
</div>
</div>
<button class="put-away-button" id="put-away-phone" onclick="putPhoneAway()">Put Phone Away</button>
</div>
<<script>>
$(document).ready(function() {
var words = ['Fit', 'ifbbpro', 'Biceps', 'Amazon', 'Goddess', 'Armstrong', 'Stuffer', 'Belly', 'Chubby', 'fit'];
function generateSuggestions() {
var baseHandle = (State.variables.playerName || "user").toLowerCase().replace(/\s/g, '');
return [
baseHandle,
baseHandle + '_' + words[Math.floor(Math.random() * words.length)],
baseHandle + '.' + words[Math.floor(Math.random() * words.length)],
words[Math.floor(Math.random() * words.length)] + '_' + baseHandle
];
}
function displaySuggestions(suggestions) {
var suggestedHandlesHtml = suggestions.map(function(handle) {
return '<button class="suggested-handle">' + handle + '</button>';
}).join('');
document.getElementById('suggested-handles').innerHTML = suggestedHandlesHtml;
}
// Initial display of suggested handles
displaySuggestions(generateSuggestions());
// Handle suggested handle click
$(document).on('click', '.suggested-handle', function() {
document.getElementById('handle-input').value = this.textContent;
});
// Handle refresh button click
$(document).on('click', '#refresh-handles', function() {
displaySuggestions(generateSuggestions());
});
// Handle create account button click
document.getElementById('create-account-btn').addEventListener('click', function() {
var chosenHandle = document.getElementById('handle-input').value.trim();
if (chosenHandle) {
State.variables.instagramAccountCreated = true;
State.variables.instagramHandle = chosenHandle;
Engine.play("Phone_Instagram");
} else {
alert("Please enter a username or select a suggested one.");
}
});
});
<</script>><<run $('body').css('background-image', '')>>
<div class="phone-container">
<div class="phone-interface">
<div class="phone-screen">
<div class="phone-notch">
<div class="phone-camera"></div>
</div>
<div class="phone-status-bar">
<span class="time"><<= formatGameTime($currentTime)>></span>
<span class="battery">🔋 100%</span>
</div>
<div class="phone-content">
<div class="app-header">
<span id="back-button">←</span>
<h2>New Post</h2>
</div>
<h3>Choose the type of picture to post:</h3>
<div id="post-type-buttons"></div>
</div>
</div>
</div>
<button class="put-away-button" id="put-away-phone" onclick="putPhoneAway()">Put Phone Away</button>
</div>
<<script>>
$(document).ready(function() {
console.log("Initial Instagram Followers:", State.variables.instagramFollowers);
console.log("Initial Instagram Posts:", State.variables.instagramPosts);
$('#back-button').on('click', function() {
Engine.play("Phone_Instagram");
});
// Define post types and their conditions
var postTypes = [
{ type: "Selfie", condition: true },
{ type: "Workout Video", condition: true },
{ type: "Thirst Trap", condition: State.variables.appearanceScore >= 10 },
{ type: "Stuffed Belly", condition: State.variables.stomachFullness >= 24 },
{ type: "Bicep Flexing", condition: State.variables.emuscle >= 25 },
{ type: "Glute Flexing", condition: State.variables.emuscle >= 17 || State.variables.buttSize >= 3 },
{ type: "Quad Flexing", condition: State.variables.emuscle >= 25 },
{ type: "Bikini Pic", condition: true },
{ type: "Full Body Flexing/Posing", condition: State.variables.emuscle >= 36 },
];
// Generate buttons for available post types
var buttonsHtml = postTypes.filter(post => post.condition).map(post =>
`<button class="post-type-btn" data-type="${post.type}">${post.type}</button>`
).join('');
$('#post-type-buttons').html(buttonsHtml);
$('.post-type-btn').on('click', function() {
var postType = $(this).data('type');
State.variables.lastPostType = postType;
console.log("Selected post type:", postType);
// Set base engagement and modifiers
var baseEngagement = 1;
var engagementModifier = 1;
// Apply modifiers based on post type
switch(postType) {
case "Selfie":
engagementModifier += 0;
break;
case "Workout Video":
engagementModifier += State.variables.emuscle / 25;
break;
case "Thirst Trap":
engagementModifier += State.variables.appearanceScore / 15;
break;
case "Stuffed Belly":
engagementModifier += State.variables.stomachFullness / 15;
break;
case "Bicep Flexing":
engagementModifier += State.variables.emuscle / 15;
break;
case "Glute Flexing":
engagementModifier += (State.variables.emuscle / 50) + (State.variables.buttSize / 50);
break;
case "Quad Flexing":
engagementModifier += State.variables.emuscle / 20;
break;
case "Bikini Pic":
engagementModifier += State.variables.appearanceScore / 30;
break;
case "Full Body Flexing/Posing":
engagementModifier += State.variables.emuscle / 10;
break;
}
console.log("Base Engagement:", baseEngagement);
console.log("Engagement Modifier:", engagementModifier);
State.variables.postEngagementModifier = engagementModifier;
State.variables.postEngagement = Math.floor(baseEngagement * engagementModifier);
console.log("Final Post Engagement:", State.variables.postEngagement);
console.log("Post Engagement Modifier:", State.variables.postEngagementModifier);
console.log("Instagram Followers before changing passage:", State.variables.instagramFollowers);
console.log("Instagram Posts before changing passage:", State.variables.instagramPosts);
Engine.play("Phone_Post Result");
});
});
<</script>><<run $('body').css('background-image', '')>>
<div class="phone-container">
<div class="phone-interface">
<div class="phone-screen">
<div class="phone-notch">
<div class="phone-camera"></div>
</div>
<div class="phone-status-bar">
<span class="time"><<= formatGameTime($currentTime)>></span>
<span class="battery">🔋 100%</span>
</div>
<div class="phone-content">
<div class="app-header">
<span id="back-button">←</span>
<h2>Post Results</h2>
</div>
<p>You posted a <<print $lastPostType>>.</p>
<<set _likes to 0>>
<<set _comments to 0>>
<<set _newFollowers to 0>>
<<script>>
var followerCount = State.variables.instagramFollowers || 1;
var baseEngagementRate = 0.10;
var randomFactor = 0.5 + Math.random();
var totalEngagement = Math.floor(followerCount * baseEngagementRate * randomFactor * State.variables.postEngagementModifier);
// Viral chance calculation
var baseViralChance = 0.025;
var viralChance = baseViralChance * (State.variables.postEngagementModifier * 2);
var isViral = Math.random() < viralChance;
if (isViral) {
var viralMultiplier = Math.floor(Math.random() * 10) + 5;
totalEngagement *= viralMultiplier;
State.variables._viralMessage = "Your post went viral! 🚀";
} else {
State.variables._viralMessage = "";
}
// Ensure a minimum engagement
totalEngagement = Math.max(totalEngagement, 1);
// Calculate likes, comments, and new followers
var likes = Math.floor(totalEngagement * 0.80);
var comments = Math.floor(totalEngagement * 0.15);
var newFollowers = Math.max(1, Math.floor(totalEngagement * 0.075));
// Ensure at least 1 like if there's any engagement
if (totalEngagement > 0 && likes === 0) likes = 1;
// Update story variables
State.variables._likes = likes;
State.variables._comments = comments;
State.variables._newFollowers = newFollowers;
// Update Instagram stats
State.variables.instagramPosts += 1;
State.variables.instagramFollowers += newFollowers;
<</script>>
<div class="post-results-stats">
<div class="result-stat-item">
<span class="result-stat-number"><<print State.variables._likes>></span>
<span class="result-stat-label">likes</span>
</div>
<div class="result-stat-item">
<span class="result-stat-number"><<print State.variables._comments>></span>
<span class="result-stat-label">comments</span>
</div>
<div class="result-stat-item">
<span class="result-stat-number"><<print State.variables._newFollowers>></span>
<span class="result-stat-label">new followers</span>
</div>
</div>
<<if State.variables._viralMessage>>
<p class="viral-message"><<print State.variables._viralMessage>></p>
<</if>>
</div>
</div>
</div>
<button class="put-away-button" id="put-away-phone" onclick="putPhoneAway()">Put Phone Away</button>
</div>
<<script>>
$(document).ready(function() {
$('#back-button').on('click', function() {
Engine.play("Phone_Instagram");
});
});
<</script>>
<<script>>
$(document).one(':passageend', function() {
State.variables._likes = undefined;
State.variables._comments = undefined;
State.variables._newFollowers = undefined;
State.variables._viralMessage = undefined;
});
<</script>><<run $('body').css('background-image', '')>>
<div class="content-box">
<<if $lactating == true>>
You open the LactaMax bottle and quickly gulp down it's contents. Nothing happens at first, but then, your breasts start rapidly swelling as they are flooded with an enormous amount of milk.
<span style="color:red;"><i>Ooohhh...oooohhhh!!</i></span><br>
The swelling eventually stops but your breasts are left completely engorged with milk, well beyond their capacity.
<span style="color:red;"><i>Fuck yes...</i></span><br>
<<set $milk = $milk + 20>>
<<else>>
You open the LactaMax bottle and quickly gulp down it's contents. You wait for a a few minutes, but nothing ever happens.
<i>Whatever...</i>
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $lactaMax -= 1>><div class="content-box">
<i>Under construction</i>
</div><div class="content-box">
<i>Under construction</i>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getFionaImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>Under construction</i>
</div><div class="content-box">
<i>Under construction</i>
</div><div class="content-box">
<i>Under construction</i>
</div><i>Under Construction</i><i>Under Construction</i><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getReaganIntroImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>You follow Reagan to her office in the back of the store where she hands you a bag filled with huge hamburgers from a local fast-food joint.</i>
Reagan: "Now...feed them to me."
<<link "Feed Reagan a hamburger">>
<<set $reaganFullness += 1>>
<<goto "reaganStuffing">>
<</link>>
</div><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _availableSpace = $stomachCapacity - $stomachFullness>>
<<set _amountDrunk = Math.min(_availableSpace, 8)>> /* 8 glasses in a gallon */
<<set _drunkPercent = (_amountDrunk / 8) * 100>>
<<set _caloriesPerGlass = 306>>
<<set _caloriesDrunk = _amountDrunk * _caloriesPerGlass>>
<<set $milkGallon -= _amountDrunk / 8>>
<<set $stomachFullness += _amountDrunk>>
<<set $totalDailyCalories += _caloriesDrunk>>
<<if _drunkPercent < 15>>
The fresh milk taste much richer and creamier than regular milk, However, you're barely able to put a dent in the gallon.
<<elseif _drunkPercent >= 15 and _drunkPercent < 40>>
The fresh milk taste much richer and creamier than regular milk, as you gulp down a decent amount of the gallon, but there's still a lot left. <span style="color: red;">Uurrpp!</span>
<<elseif _drunkPercent >= 40 and _drunkPercent < 70>>
The fresh milk taste much richer and creamier than regular milk, as you're able to gulp down a lot of the gallon, but there's still a decent amount left. <span style="color: red;">Uurrpp!</span>
<<else>>
The fresh milk taste much richer and creamier than regular milk, as you're able gulp down most of the gallon. <span style="color: red;">Uuurrrppp!</span>
<</if>>
<div class="button-link">
<<link "Go back">><<goto "Snack">><</link>>
</div>
<<if $stomachFullness >= $stomachCapacity>>
<<set $maxCapacityHits += 1>>
<</if>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You quickly gulp down a full glass of fresh milk. It taste much more creamy and thicker than regular milk.
<div class="button-link">
<<link "Go back">><<goto "Snack">><</link>>
</div>
</div><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
The fresh milk tastes much thicker and more creamy than regular milk, as you greedily gulp down an entire gallon.
<span style="color: red;"> Uuurrrrpppp!!! </span>
<i> Delicious... </i>
<<if $stomachCapacity - $stomachFullness > 0>>
You poke you bloated belly a few times...
<span style="color: red;"> I still have room for more... </span>
<<else>>
<i> You slap your bloated gut a few times. You're completely stuffed to the brim. </i>
<</if>>
<div class="button-link">
<<link "Continue">><<goto "Snack">><</link>>
</div>
</div>
<<set $totalDailyCalories += 2448>>
<<script>>
setup.calculateStats();
<</script>><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<set _remainingMilk = $fMilk * 8>> /* Convert to glasses */
<<set _availableSpace = $stomachCapacity - $stomachFullness>>
<<set _amountToDrink = Math.min(_remainingMilk, _availableSpace)>>
<<set _caloriesDrunk = _amountToDrink * (306 / 8)>>
<<set $fMilk = 0>>
<<set $stomachFullness += _amountToDrink>>
<<set $totalDailyCalories += _caloriesDrunk>>
You quickly gulp down what's left of the gallon of fresh milk. <span style="color: red;">Uurrpp!</span>
<div class="button-link">
<<link "Go back">><<goto "Snack">><</link>>
</div>
</div><<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You lift an entire watermelon above your head and drop it into your greedy, salivating maw as you quickly gulp it down.
<span style="color: red;"> Uuurrrrpppp!!! </span>
<i> Delicious... </i>
<<if $stomachCapacity - $stomachFullness > 0>>
You poke you bloated belly a few times...feeling for the shape of the watermelon in your gut...
<span style="color: red;"> I still have room for more... </span>
<<else>>
<i> You feel the watermelon pushing against the walls of your stomach, stretching it to its limit. </i>
<</if>>
<div class="button-link">
<<link "Continue">><<goto "Snack">><</link>>
</div>
</div>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: orange;">Hera: "You want to feel these huge muscles again babe? Mmm...let's take it back to my house..."</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Go to Hera's house">><<goto "heraWorshipFirst1">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraFlexBaseImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i>Hera starts flexing her huge bicep...</i>
<<if $heraTalkedSteroids == false>>
<span style="color: orange;">Hera: "So anyways, if you want to get huge biceps like these, I have some special performance enhancers I can sell you if you're interested. They'll greatly increase the results of your workouts for a couple weeks."<br></span>
<<else>>
<span style="color: orange;">Hera: "So you want to keep getting bigger? I can definitely help with that."<br></span>
<</if>>
<<if $money >= 500>>
<div class="center-buttons">
<div class="button-link">
<<link "Buy steroids from Hera for $500">><<goto "heraSteroids1">><</link>>
</div>
</div>
<<else>>
You don't have enough money to buy steroids from Hera.
<</if>>
<div class="center-buttons">
<div class="button-link">
<<link "Actually, I'm not interested. Sorry">><<goto "gym">><</link>>
</div>
</div>
</div>
<<set $heraTalkedSteroids = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getHeraImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: orange;">Hera: "Awesome babe. I can't wait to watch you get even bigger. I'll even give you a set of needles, free of charge."</span><br>
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "gym">><</link>>
</div>
</div>
</div>
<<set $money -= 500>>
<<set $steroids += 1>><<run $('body').css('background-image', '')>>
<div class="content-box">
You fill up the syringe with Hera's special steroid mix and quickly jab the needle into your glute.
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "items">><</link>>
</div>
</div>
</div>
<<set $steroids -= 1>>
<<set $steroidsStartDay = $dayCounter>>
<<set $onSteroids = true>><<set $randomChance = Math.random() < 0.5>>
<<set $foundNPC = $randomChance && !setup.usedAllBeachImages>>
<<if $foundNPC>>
<<set _bgImage to setup.getRandomNPCBeachImage()>>
<</if>>
<<run $('body').css('background-image', '')>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $foundNPC>>
You find a delicious looking girl in a secluded area with no one around. It's the perfect time to strike....
<span style="color: pink;">Girl: Huh?...w...what are you doing? </span>
<a class="voreFood" onclick='eatBeachNPC()'>Swallow Her</a>
<<else>>
You look around for a while, but you are unable to find anyone to eat.
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<</if>>
</div>
<<set $hasSearchedVoreBeach = true>>
<<set $currentTime += 0.25>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You quickly grab ahold of the girl and start stuffing her down your greedy gullet.
You work your way down her body before eventually reaching her waist where you lift your head into the air and just let gravity do the rest as her legs and feet slide down your throat.
<span style="color: red;"> Uuuuurrrrrrpppp!!! </span><br>
You slap your now distended stomach a few times.
<span style="color: red;">"What a tasty bitch..." </span><br>
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<<set $hasVored = true>><<set $randomChance = Math.random() < 0.5>>
<<set $foundNPC = $randomChance && !setup.usedAllParkDrainImages>>
<<if $foundNPC>>
<<set _bgImage to setup.getRandomNPCParkDrainImage()>>
<</if>>
<<run $('body').css('background-image', '')>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $foundNPC>>
You find a muscular girl in a secluded area with no one around. It's the perfect time to strike....
<span style="color: pink;">Girl: Huh?...w...what are you doing? </span>
<a class="voreFood" onclick='drainParkNPC()'>Drain Her</a>
<<else>>
You look around for a while, but you are unable to find anyone to drain.
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "Park">><</link>>
</div>
</div>
<</if>>
</div>
<<set $hasSearchedDrainPark = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getGymBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getGymBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getGymFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyGymImage()>>
<<else>>
<<set _bgImage to setup.getGymImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You quickly grab ahold of the girl and start transfering all of her muscle mass into your body...
<span style="color: red;">Mmmff...mmmm.... </span>
<div class="button-link">
<<link "Continue">><<goto "parkDrain2">><<set $emuscle += 15>><</link>>
</div>
</div>
<<set $randomChance = Math.random() < 0.5>>
<<set $foundNPC = $randomChance && !setup.usedAllBeachDrainImages>>
<<if $foundNPC>>
<<set _bgImage to setup.getRandomNPCBeachDrainImage()>>
<</if>>
<<run $('body').css('background-image', '')>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<<if $foundNPC>>
You find a muscular girl in a secluded area with no one around. It's the perfect time to strike....
<span style="color: pink;">Girl: Huh?...w...what are you doing? </span>
<a class="voreFood" onclick='drainBeachNPC()'>Drain Her</a>
<<else>>
You look around for a while, but you are unable to find anyone to drain.
<div class="center-buttons">
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div>
<</if>>
</div>
<<set $hasSearchedDrainBeach = true>><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
You quickly grab ahold of the girl and start transfering all of her muscle mass into your body...
<span style="color: red;">Mmmff...mmmm.... </span>
<div class="button-link">
<<link "Continue">><<goto "beachDrain2">><<set $emuscle += 15>><</link>>
</div>
</div>
<<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBeachBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getBeachBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getBeachFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBeachImage()>>
<<else>>
<<set _bgImage to setup.getBeachImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Before you even realize it, the girl is completely gone, absorbed entirely into your body...
<span style="color: red;">"Her muscle looks much better on me anyways..." </span>
<div class="button-link">
<<link "Continue">><<goto "Beach">><</link>>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to ''>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getGymBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getGymBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getGymFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyGymImage()>>
<<else>>
<<set _bgImage to setup.getGymImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Before you even realize it, the girl is completely gone, absorbed entirely into your body...
<span style="color: red;">"Her muscle looks much better on me anyways..." </span>
<div class="button-link">
<<link "Continue">><<goto "Park">><</link>>
</div>
</div>
<<set $currentTime += 0.08>><<run $('body').css('background-image', '')>>
<div class="content-box">
<div class="center-buttons">
<div class="button-link">
<<link "Athena! Your goddess is here!!">><<goto "athenaMain">><</link>>
</div>
</div>
<div style="text-align:center;">Athena: Y..yes goddess?</div>
</div><<run $('body').css('background-image', '')>>
<div class="content-box">
You place your arm on the table; your enormous, horseshoe-sized bicep effortlessly erupting upwards.
Athena places her arm on the table, her enormous bicep erupts upwards. Your bicep makes hers look small.
You then grab her hand, beginning the match...
Athena helplessly struggles, pushing with all her might, barely able to move your arm.
<span style="color:red">You then easily take control and lower her arm to the ground without much effort, winning the match.</span>
Athena: I..h..how..I couldn't even move your arm???
<div class="center-buttons">
<div class="button-link">
<<link "Looks like there's no doubt who's the strongest anymore!">><<goto "athenaMain">><</link>>
</div>
</div>
</div>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><<run $('body').css('background-image', '')>>
<div class="content-box">
Athena: "A..a..are you sure goddess? You could hurt me."
<div class="center-buttons">
<div class="button-link">
<<link "I think you may be right... I don't think we should...">><<goto "athenaMain">><</link>>
</div>
</div>
</div><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbiShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena! Your goddess requires worship!
<br/>
<i>You start to flex your arm. Your gigantic bicep exploding upwards.</i>
<br/>
Athena: Of..of..of..course goddess...
<br/>
<<print "<span style='color: red'>You then pull Athena towards your arm and shove her face into your bicep. She licks and sucks your bicep for what feels like forever until you eventually push her away and allow her to orgasm.</span>">>
<br/>
<div class="button-link">
[[Return|athenaMain]]
</div>
</div>
<<set $currentTime += 2>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbiShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena! Your goddess requires worship!
<br/>
<i>You start to flex your arm. Your gigantic bicep exploding upwards.</i>
<br/>
Athena: Of..of..of..course goddess...
<br/>
<<print "<span style='color: red'>You then pull Athena towards your arm and shove her face into your bicep. She licks and sucks your bicep for what feels like forever until you eventually push her away and allow her to orgasm.</span>">>
<br/>
<div class="button-link">
[[Return|athenaMain]]
</div>
</div>
<<set $currentTime += 2>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getbiShowoffImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena: W...why are we doing this again goddess?
<br/>
"Mmm...just look how good your muscles look on me. Don't you agree that your muscles look much better on my body instead of yours?"
<br/>
Athena: "Y...y...yes...of course they do goddess."
<br/>
<i>Athena's muscles are nonexist, completely absorbed into your body, causing your body to completely dwarf and dominate her body.</i>
<<print "<span style='color: red'>You then pull Athena towards your arm and shove her face into your bicep. She licks and sucks your bicep for what feels like forever until you eventually push her away and allow her to orgasm.</span>">>
<br/>
"You know...they bigger I get, the more worship I feel I need..."
Athena: "I understand goddess."
<div class="button-link">
[[Return|athenaMain]]
</div>
</div>
<<set $currentTime += 2>><<run $('body').css('background-image', '')>>
<<set _bgImage to setup.getBaseFlexImage()>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="center-buttons">
<div class="button-link">
<<link "Compare biceps">><<goto "bicepsSurprised">><</link>>
</div>
<div class="button-link">
<<link "Compare abs">><<goto "absSurprised">><</link>>
</div>
<div class="button-link">
<<link "Compare legs">><<goto "legsSurprised">><</link>>
</div>
<div class="button-link">
<<link "Return">><<goto "athenaMain">><</link>>
</div>
</div><div class="content-box">
<<if $emuscle < 5>>
You flex your arm but have absolutely no muscles or muscle definition to speak of. *sigh*<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Athena's arms are gigantic in comparison.<br>
<<print '<span style="color: red;">Athena: Don\'t worry Emma, I used to be small as well.</span>'>><br>
<<print '<span style="color: red;"><i>I doubt it was this small...</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "compSurprised">><</link>>
</div>
</div>
<<elseif $emuscle >= 5 and $emuscle < 10>>
You flex your arm but nothing comes up *sigh*<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Athena's arms are gigantic in comparison.<br>
<<print '<span style="color: red;">Athena: I see you\'ve put on a little weight Emma! Keep it up and you\'ll be big in no time.</span>'>><br>
<<print '<span style="color: red;"><i>One can only hope...</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "compSurprised">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 and $emuscle < 17>>
A visible bicep pops up as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Athena's arms make yours look puny.<br>
<<print '<span style="color: red;">Athena: Oh wow...you\'re growing pretty fast Emma</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "compSurprised">><</link>>
</div>
</div>
<<elseif $emuscle >= 17 and $emuscle < 25>>
A big, hard bicep pops up as you flex your arm<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Athena's arms make yours look small in comparison.<br>
<<print '<span style="color: red;">Athena: W..wha..how are you so big so fast?</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "compSurprised">><</link>>
</div>
</div>
<<elseif $emuscle >= 25 and $emuscle < 36>>
A huge, baseball-sized bicep erupts as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder. It's one of the nicest arms you've seen on anyone, man or woman.<br>
Your bicep peaks are starting to get close in size to Athena's.<br>
<<print '<span style="color: red;">Yesss!! My biceps are almost as big as yours!!</span>'>><br>
<<print '<span style="color: red;">Athena: "how..."</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "compSurprised">><</link>>
</div>
</div>
<<elseif $emuscle >= 36 and $emuscle < 52>>
An enormous softball-sized bicep erupts upward as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder.<br>
Your arms are pretty comparable in size to Athena's.<br>
<<print "<span style='color: red;'>\"Hmmff...would you look at that. It won't be very long until I'm bigger than you!!\"</span>">><br>
<<print '<span style="color: red;">Athena: <i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "compSurprised">><</link>>
</div>
</div>
<<elseif $emuscle >= 52 and $emuscle < 85>>
An enormous, horseshoe-sized bicep erupts upward as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder.<br>
Your biceps are bigger than Athena's.<br>
<<print "<span style='color: red;'>\"Yessss!!! My biceps are finally bigger than yours!! I can't wait to make your little biceps puny in comparison!!\"</span>">><br>
<<print '<span style="color: red;">Athena: <i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "compSurprised">><</link>>
</div>
</div>
<<else>>
A gigantic, cannonball-sized bicep explodes upwards as you flex your arm.<br>
Athena's bicep erupts upward as she flexes. It's at least as big, if not bigger, than a softball, but far far harder.<br>
Your arms make Athena's look puny in comparison.<br>
<<print "<span style='color: red;'>\" I think it's time you started to worship me and my gigantic muscles.\"</span>">><br>
<<print "<span style='color: red;'>\"Athena: y..yes goddess $playerName.\"</span>">><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "compSurprised">><</link>>
</div>
</div>
<</if>>
</div>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><div class="content-box">
<<if $emuscle < 5>>
You flex your abs but nothing happens. You have no muscle definition to speak of. *sigh*<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Athena's abs make you look completely out of shape in comparison.<br>
<<print '<span style="color: red;">Athena: If you want abs, remember that they\'re made in the kitchen Emma.</span>'>><br>
<<print '<span style="color: red;">We\'ll see...</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 5 and $emuscle < 10>>
You flex your abs and can faintly see some striations in your upper midsection, but it's not anything that anyone would notice. <i>sigh</i>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.
Athena's abs make you look out of shape in comparison.<br>
<<print '<span style="color: red;">Athena: Have you put on some weight Emma?</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 10 and $emuscle < 17>>
You flex your abs and can see the outline of a sixpack.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Athena's abs are far harder in comparison.<br>
<<= `<span style="color: red;">My abs are way harder than almost everyone I've met!</span>`>>
<<= `<span style="color: red;">Athena: Um..yeah..looks like it...</span>`>>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 17 and $emuscle < 25>>
A well-defined sixpack springs to life as you flex your midsection.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Athena's abs make yours seem soft in comparison. <br>
<<print `<span style="color: red;">My abs are way harder than almost everyone I've met!</span>`>>
<<print '<span style="color: red;">Athena: Um..yeah..looks like it...</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 25 and $emuscle < 36>>
Your sixpack bulges outward as you flex your midsection.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your abs are almost as hard as Athena's. <br>
<<print '<span style="color: red;">My abs are almost as good as yours!</span>'>><br>
<<print '<span style="color: red;">Athena: Um..yeah..<i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 36 and $emuscle < 52>>
An eightpack erupts out from your midsection as you flex your abs.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your abs are pretty comparable to Athena's. <br>
<<print '<span style="color: red;">Yesss!!! My abs are just as hard and strong as yours!!!</span>'>><br>
<<print '<span style="color: red;">Athena: <i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 52 and $emuscle < 85>>
Every muscle in your midsection erupts outwards as you flex your abs.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your abs are harder and stronger than Athena's. <br>
<<print '<span style="color: red;">Yesss!!! My abs are finally better than yours!!!</span>'>><br>
<<print '<span style="color: red;">Athena: I...<i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 85 and $emuscle < 137>>
Every muscle in your midsection erupts outwards as you flex your abs.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your abs are starting to make Athena's look pretty soft. <br>
<<print '<span style="color: red;">Mmm....look how much harder and stronger my abs are than yours...I just know you are dying to touch them...</span>'>><br>
<<print '<span style="color: red;">Athena: I...<i>gulps</i></span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<<elseif $emuscle >= 137>>
Every muscle in your midsection erupts outwards as you flex your abs.<br>
Athena flexes her midsection revealing an eight-pack of abs that any man let alone woman would dream of possessing. They're hard as diamonds and look like they were cut from stone.<br>
Your bulging abs make Athena's look pathetic in comparison <br>
<<print '<span style="color: red;">Mmm....Athena, your goddess requires her abs to be worshipped...</span>'>><br>
<<print '<span style="color: red;">Athena: Y...yes...of course goddess.</span>'>><br>
<div class="center-buttons">
<div class="button-link">
<<link "Return">><<goto "comp0">><</link>>
</div>
</div>
<</if>>
</div>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><div class="content-box">
<<if $emuscle < 5>>
You flex your legs but nothing happens. You have no muscle definition to speak of. <i>sigh</i><br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Athena's legs look gigantic in comparison.<br>
<span style="color: red;">"Athena: Why did you want to do this again?"</span><br>
<div class="button-link">
[[Return|compSurprised]]
</div>
</div>
<<elseif $emuscle >= 5 and $emuscle < 10>>
Your shorts feel as little tighter as you flex your legs, but it's hardly noticeable.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Athena's legs look gigantic in comparison.<br>
<span style="color: red;">Athena: Have you put on some weight Emma?</span><br>
<div class="button-link">
[[Return|compSurprised]]
</div>
<<elseif $emuscle >= 10 and $emuscle < 17>>
Your quads bulge outward a little as you flex. Your legs wouldn't look out of place on pro soccer player.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Athena's legs make yours look small.<br>
<span style="color: red;">Athena: Your thighs...they've gotten huge...</span><br>
<span style="color: red;"><i>If only there was a watermelon nearby</i></span><br>
<div class="button-link">
[[Return|compSurprised]]
</div>
<<elseif $emuscle >= 17 and $emuscle < 25>>
Your legs are starting to look huge, and they're starting to catch up to Athena's in pure size. Your jeans tear a little as you flex.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Athena's legs are bigger than yours.<br>
<span style="color: red;">"It won't be long till my legs are just as big as yours!!!"</span><br>
<span style="color: red;">"Athena: H..how?"</span><br>
<div class="button-link">
[[Return|compSurprised]]
</div>
<<elseif $emuscle >= 25 and $emuscle < 36>>
Your quads, let alone your legs, are huge. They bulge outward without you even having to flex. You're pretty sure you would rip your jeans completely if you flexed your bulging quads.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Your legs are smaller than Athena's.<br>
<span style="color: red;">"Yesss!!! My legs are starting to catch up to yours!!!"</span><br>
<span style="color: red;">Athena: Um..yeah..<i>gulps</i></span><br>
<div class="button-link">
[[Return|compSurprised]]
</div>
<<elseif $emuscle >= 36 and $emuscle < 52>>
Your legs are enormous. You have more muscle in your legs than most athletes do in their entire body.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Your legs are pretty comparable to Athena's..<br>
<span style="color: red;">"Yesss!!! My legs are just as big as yours!!!"</span><br>
<span style="color: red;">Athena: <i>gulps</i></span><br>
<div class="button-link">
[[Return|compSurprised]]
</div>
<<elseif $emuscle >= 52 and $emuscle < 85>>
Your legs are gigantic. Your quads almost double in size as you flex them. You have more muscle in one leg than most people have in their entire body.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Your legs are bigger than Athena's.<br>
<span style="color: red;">"Yessss!!! My legs are finally bigger than yours!!! I can't wait to make your little quads puny in comparison!!!"</span><br>
<span style="color: red;">Athena: I...<i>gulps</i></span><br>
<div class="button-link">
[[Return|compSurprised]]
</div>
<<elseif $emuscle >= 85>>
Your legs are gigantic. Your quads almost double in size as you flex them. You have more muscle in one leg than most bodybuilders do in their entire body.<br>
Athena's legs bulge outward as she flexes. She probably has more muscle in just one leg than most people do in their entire body. She could easily crush a watermelon between her thighs just by flexing.<br>
Your legs are gigantic in comparison to Athena's.<br>
<span style="color: red;">"I think it's time you started to worship me"</span><br>
<span style="color: red;">"Athena: y..yes, of course, goddess..."</span><br>
<div class="button-link">
[[Return|compSurprised]]
</div>
<</if>>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
Athena: "Stop!! N...no..why?!"
<span style="color: red;">"God yes...more...more!"</span><br>
<<link "Keep draining her">>
<<goto "drainHarper3">>
<</link>>
</div>
<<set $emuscle += 15>>
<<set $ehipsBoost += 10>>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: red;">"Mmmm...yesss....."</span><br>
Athena: "please...stop..."
<<link "Keep draining her">>
<<goto "drainHarper4">>
<</link>>
</div>
<<set $emuscle += 15>>
<<set $eheightBoost += 7>>
<<set $buttSize += 2>>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: red;">"More...more! Give me everything!"</span><br>
Athena: "please..."
<<link "Keep draining her">>
<<goto "drainHarper5">>
<</link>>
</div>
<<set $emuscle += 10>>
<<script>>
setup.calculateStats();
<</script>><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<span style="color: red;">"Now...let's finish this up..."</span><br>
Athena: "Wh..what do you mean? You've already taken everything from me?"
<span style="color: red;">"Just be still dear..."</span><br>
<<link "Continue">>
<<goto "drainHarper6">>
<</link>>
</div><<run $('body').css('background-image', '')>>
<<if $bodyFat >= 5 && $bodyFat < 14 && $stomachFullness >= 8>>
<<set _bgImage to setup.getFatBelly1Image()>>
<<elseif $bodyFat >= 14 && $stomachFullness >= 96>>
<<set _bgImage to setup.getFatBelly2Image()>>
<<elseif $bodyFat >= 5>>
<<set _bgImage to setup.getFatImage()>>
<<elseif $bodyFat < 5 && $stomachFullness >= 8>>
<<set _bgImage to setup.getBellyBaseImage()>>
<<else>>
<<set _bgImage to setup.getBaseImage()>>
<</if>>
<<run document.body.style.setProperty('--overlay-src', 'url("' + _bgImage + '")')>>
<div class="content-box">
<i> You place you arms around Harper and quickly absorb what's left of her. </i>
<span style="color: red;">"Urrpp!...delicious..."</span><br>
<i>You start groping your freshly plundered muscles. To even belive that your used to be intimidated by her muscles, now they are all yours...</i>
<<link "Continue">>
<<goto "Home">>
<</link>>
</div>
<<set $harperGone to true>>
<<set $currentTime += 0.08>>
<<set $stomachFullness to Math.max(0, $stomachFullness - 0.042)>>