<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Stroll</title> <link rel="stylesheet" href="style.css"> <script src="units.js"></script> <script src="recursive-macro.js"></script> <script src="recursive-desc.js"></script> <script src="game.js"></script> </head> <body> <div class="game-area"> <div class="sidebar" id="stat-container"> <div class="stat-header-self" id="stats-self"> <p>Stats</p> <div class="stat-line" id="height"></div> <div class="stat-line" id="mass"></div> <div class="stat-line" id="growth-points"></div> <div class="stat-line" id="arousal"></div> <div class="stat-line" id="edge"></div> <div class="stat-line" id="cum"></div> <div class="stat-line" id="cumPercent"></div> <div class="stat-line" id="femcum"></div> <div class="stat-line" id="femcumPercent"></div> <div class="stat-line" id="milk"></div> <div class="stat-line" id="milkPercent"></div> </div> <div class="stat-header-self">Growth</div> <table id="grow-panel"> <tr> <th><input class="growth-option" type="radio" name="part" checked="true" id="part-body"> <label class="growth-label" for="part-body" >Body</label></th> <th><button class="growth-amount" id="button-amount-1">1x</button></th> </tr> <tr> <th><input class="growth-option" type="radio" name="part" id="part-ass"> <label class="growth-label" for="part-ass">Ass</label></th> <th><button class="growth-amount" id="button-amount-5">5x</button></th> </tr> <tr> <th><input class="growth-option" type="radio" name="part" id="part-dick"> <label class="growth-label" for="part-dick">Cock</label></th> <th><button class="growth-amount" id="button-amount-10">10x</button></th> </tr> <tr> <th><input class="growth-option" type="radio" name="part" id="part-balls"> <label class="growth-label" for="part-balls">Balls</label></th> <th><button class="growth-amount" id="button-amount-20">20x</button></th> </tr> <tr> <th><input class="growth-option" type="radio" name="part" id="part-breasts"> <label class="growth-label" for="part-breasts">Breasts</label></th> <th><button class="growth-amount" id="button-amount-50">50x</button></th> </tr> <tr> <th><input class="growth-option" type="radio" name="part" id="part-vagina"> <label class="growth-label" for="part-vagina">Slit</label></th> <th><button class="growth-amount" id="button-amount-100">100x</button></th> </tr> </table> <div class="button-container"> <button class="stat-button" id="button-look">Look</button> <button class="stat-button" id="button-arousal">Arousal On</button> <button class="stat-button" id="button-stroll">Status: Standing</button> <button class="stat-button" id="button-location">Location: Suburb</button> <button class="stat-button" id="button-numbers">Numbers: Full</button> <button class="stat-button" id="button-units">Units: Metric</button> <button class="stat-button" id="button-verbose">Verbose</button> <button class="stat-button" id="button-grow-lots">SUPER BIG</button> </div> </div> <div id="log-area"> <div id="log"> <div>Welcome to Stroll 0.5.1</div> <div><b>This game features 18+ content</b></div> <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div> <div>It's a nice day for a walk</div> <div> </div> </div> </div> <div class="sidebar" id="action-panel"> <div class="action-part-container"> <button class="active action-part-button" id="action-part-body">Body</button> <button class="action-part-button" id="action-part-dick">Cock</button> <button class="action-part-button" id="action-part-vagina">Slit</button> <button class="action-part-button" id="action-part-breasts">Breasts</button> <button class="action-part-button" id="action-part-tails">Tails</button> <button class="action-part-button" id="action-part-misc">Misc</button> </div> <div class="action-tab" id="actions-body"> <button class="action-button" id="button-feed">Eat</button> <button class="action-button" id="button-chew">Chew</button> <button class="action-button" id="button-stomp">Stomp</button> <button class="action-button" id="button-sit">Sit</button> <button class="action-button" id="button-grind">Grind</button> </div> <div class="action-tab" id="actions-tails"> <button class="action-button" id="button-tail_slap">Tail Slap</button> <button class="action-button" id="button-tail_vore">Tail Vore</button> </div> <div class="action-tab" id="actions-breasts"> <button class="action-button" id="button-cleavage_stuff">Stuff Cleavage</button> <button class="action-button" id="button-cleavage_crush">Crush Cleavage</button> <button class="action-button" id="button-cleavage_drop">Drop Cleavage</button> <button class="action-button" id="button-cleavage_absorb">Absorb Cleavage</button> <button class="action-button" id="button-breast_crush">Breast Crush</button> <button class="action-button" id="button-breast_vore">Breast Vore</button> <button class="action-button" id="button-breast_milk">Milk Breasts</button> </div> <div class="action-tab" id="actions-vagina"> <button class="action-button" id="button-unbirth">Unbirth</button> </div> <div class="action-tab" id="actions-dick"> <button class="action-button" id="button-sheath_stuff">Stuff Sheath</button> <button class="action-button" id="button-sheath_squeeze">Squeeze Sheath</button> <button class="action-button" id="button-sheath_absorb">Absorb Sheath</button> <button class="action-button" id="button-cockslap">Cockslap</button> <button class="action-button" id="button-cock_vore">Cock Vore</button> <button class="action-button" id="button-ball_smother">Ball Smother</button> </div> <div class="action-tab" id="actions-misc"> <button class="action-button" id="button-pouch_stuff">Stuff Pouch</button> <button class="action-button" id="button-pouch_eat">Eat From Pouch</button> </div> </div> <div class="option-container" id="option-panel"> <p>Welcome to Stroll 0.5.1</p> <p><b>This game features 18+ content</b></p> <a href="https://chemicalcrux.org/stroll">Changelog</a> <br> <div id="custom-species"> <p>Build your Character (leave blank for defaults)</p> <form id="custom-species-form" name="custom-species-form"> <ul class="flex-outer"> <li> <label for="species">Name</label> <input type="text" name="name" /> </li> <li> <label for="species">Species</label> <input type="text" name="species" placeholder="crux"/> </li> <li> <label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label> <input type="text" name="scale" placeholder="1"/> </li> <li> <label for="baseHeight">Height</label> <input type="number" name="baseHeight" placeholder="2.26"/> </li> <li> <label for="baseMass">Weight</label> <input type="number" name="baseMass" placeholder="135"> </li> <br> <li> <label for="basePawArea">Paw area</label> <input type="number" name="basePawArea" placeholder="0.1"><br> </li> <li> <label for="baseHandArea">Hand area</label> <input type="number" name="baseHandArea" placeholder="0.1"><br> </li> <li> <label for="baseAnalVoreArea">Tailhole area</label> <input type="number" name="baseAnalVoreArea" placeholder="0.1"><br> </li> <li> <label for="analVore">Anal vore</label> <input type="checkbox" checked="true" name="analVore"/><br> </li> <li> <label for="baseAsArea">Ass area</label> <input type="number" name="baseAssArea" placeholder="0.4"><br> </li> <br> <li> <input type="checkbox" name="humanMode" id="humanMode"> <label for="humanMode">Human Mode (instead of furries)</label> </li> <br> Brutality:<br> <ul> <li> <input type="radio" name="brutality" id="brutality-0"> <label for="brutality-0">Non-fatal</label> </li> <li> <input type="radio" name="brutality" checked="true" id="brutality-1"> <label for="brutality-1">Fatal, no gore</label> </li> <li> <input type="radio" name="brutality" id="brutality-2"> <label for="brutality-2">Gory</label> </li> <li> <input type="radio" name="brutality" id="brutality-3" disabled="disableD"> <label for="brutality-3">Sadistic (not implemented)</label> </li> </ul> <div> Arousal:<br> <input type="checkbox" checked="true" name="arousalEnabled"/><br> <div class="reveal-if-active"> <li> <label class="has-tooltip" for="arousalFactor" title="Multiplies arousal gain by this much">Arousal multiplier</label> <input type="number" name="arousalFactor" placeholder="1"/><br> </li> <li> <label class="has-tooltip" for="edgeFactor" title="Multiplies edge gain by this much">Edge multiplier</label> <input type="number" name="arousalFactor" placeholder="1"/><br> </li> </div> </div> <br> <div> Tail(s):<br> <input type="checkbox" checked="true" name="hasTail"/><br> <div class="reveal-if-active"> <li> <label for="tailCount">Tail count</label> <input type="number" name="tailCount" placeholder="1"/><br> </li> <li> <label for="tailType">Tail type</label> <input type="text" name="tailType" placeholder="slinky"/><br> </li> <li> <label for="baseTailLength">Tail length</label> <input type="number" name="baseTailLength" placeholder="1"/><br> </li> <li> <label for="baseTailDiameter">Tail diameter</label> <input type="number" name="baseTailDiameter" placeholder="0.3"/><br> </li> <li> <label for="tailMaw">Tail maw(s)</label> <input type="checkbox" checked="true" name="tailMaw"/><br> </li> </div> </div> <br> <li> <label for="hasPouch">Pouch</label> <input type="checkbox" name="hasPouch" checked="true" /><br> </li> <br> <div> Male genitals:<br> <input type="checkbox" checked="true" name="maleParts"/><br> <div class="reveal-if-active"> <li> <label for="hasSheath">Sheath</label> <input type="checkbox" name="hasSheath" checked="true" /><br> </li> <li> <label for="dickType">Cock type</label> <input type="text" name="dickType" placeholder="canine"/><br> </li> <li> <label for="baseDickLength">Cock length</label> <input type="number" name="baseDickLength" placeholder="0.3"/><br> </li> <li> <label for="baseDickDiameter">Cock diameter</label> <input type="number" name="baseDickDiameter" placeholder="0.08"/><br> </li> <li> <label for="baseBallDiameter">Ball diameter</label> <input type="number" name="baseBallDiameter" placeholder="0.05"/><br> </li> <li> <label for="baseCumRatio" class="has-tooltip" title="scales how much cum is released with each shot">Orgasm cum ratio</label> <input type="number" name="baseCumRatio" placeholder="1"/><br> </li> <li> <label for="baseMass">Cum production factor</label> <input type="number" name="cumScale" placeholder="1"/><br> </li> </div> </div> <br> <div> Breasts:<br> <input type="checkbox" checked="true" name="hasBreasts"/><br> <div class="reveal-if-active"> <li> <label for="baseBreastDiameter">Breast diameter</label> <input type="number" name="baseBreastDiameter" placeholder="0.1"/><br> </li> <ul class="flex-outer"> Lactation: <input type="checkbox" checked="true" name="lactationEnabled"/><br> <div class="reveal-if-active"> <li> <label for="lactationFactor" class="has-tooltip" title="scales how much milk is released with each squeeze">Lactation ratio</label> <input type="number" name="lactationFactor" placeholder="0.25"/><br> </li> <li> <label for="lactationScale">Milk production factor</label> <input type="number" name="lactationScale" placeholder="1"/><br> </li> </div> </ul> <li> <label for="breastVore">Breast vore</label> <input type="checkbox" checked="true" name="breastVore"/><br> </li> </div> </div> <br> <div> Female genitals:<br> <input type="checkbox" checked="true" name="femaleParts"/><br> <div class="reveal-if-active"> <li> <label for="baseVaginaLength">Slit length</label> <input type="number" name="baseVaginaLength" placeholder="0.1"/><br> </li> <li> <label for="baseVaginaWidth">Slit width</label> <input type="number" name="baseVaginaWidth" placeholder="0.05"/><br> </li> <li> <label for="baseFemcumRatio" class="has-tooltip" title="scales how much femcum is released with each shot">Orgasm femcum ratio</label> <input type="number" name="baseFemcumRatio" placeholder="1"/><br> </li> <li> <label for="femcumScale">Femcum production factor</label> <input type="number" name="femcumScale" placeholder="1"/><br> </li> </div> </div> </ul> </form> <button class="option-button" id="button-load-custom">Load Custom Character</button> <button class="option-button" id="button-save-custom">Save Custom Character</button> <button class="option-button" id="button-start">Start Game</button> </div> </div> </div> <table id="victim-table"> </table> </body> </html>