big steppy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

162 строки
7.1 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Stroll</title>
  6. <link rel="stylesheet" href="style.css">
  7. <script src="units.js"></script>
  8. <script src="recursive-desc.js"></script>
  9. <script src="recursive-macro.js"></script>
  10. <script src="game.js"></script>
  11. </head>
  12. <body>
  13. <div class=game-area>
  14. <div class=stat-container id=stat-container>
  15. <div class=stat-header-self id=stats-self>
  16. <p>Stats</p>
  17. <div class=stat-line id=height></div>
  18. <div class=stat-line id=mass></div>
  19. <div class=stat-line id=arousal></div>
  20. <div class=stat-line id=cum></div>
  21. <div class=stat-line id=cumPercent></div>
  22. <div class=stat-line id=femcum></div>
  23. <div class=stat-line id=femcumPercent></div>
  24. </div>
  25. </div>
  26. <div id=log-area>
  27. <div id=log>
  28. <div>Welcome to Stroll 0.2.9</div>
  29. <div><b>This game features 18+ content</b></div>
  30. <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
  31. <div>It's a nice day for a walk</div>
  32. <div>&nbsp;</div>
  33. </div>
  34. </div>
  35. <div class=button-container id=action-panel>
  36. <button class=action-button id=button-look>Look</button>
  37. <button class=action-button id=button-grow>Get Bigger</button>
  38. <button class=action-button id=button-feed>Eat</button>
  39. <button class=action-button id=button-stomp>Stomp</button>
  40. <button class=action-button id=button-anal_vore>Sit</button>
  41. <button class=action-button id=button-breast_crush>Breast Crush</button>
  42. <button class=action-button id=button-unbirth>Unbirth</button>
  43. <button class=action-button id=button-cockslap>Cockslap</button>
  44. <button class=action-button id=button-cock_vore>Cock Vore</button>
  45. <button class=action-button id=button-ball_smother>Ball Smother</button>
  46. <p/>
  47. <button class=action-button id=button-stroll>Status: Standing</button>
  48. <button class=action-button id=button-location>Location: Suburb</button>
  49. <button class=action-button class=action-button id=button-numbers>Numbers: Full</button>
  50. <button class=action-button class=action-button id=button-units>Units: Metric</button>
  51. <button class=action-button id=button-verbose>Descriptions: Verbose</button>
  52. <button class=action-button id=button-grow-lots>Get WAY Bigger</button>
  53. </div>
  54. <div class=option-container id=option-panel>
  55. <p>Welcome to Stroll 0.2.9</p>
  56. <p><b>This game features 18+ content</b></p>
  57. <a href="https://chemicalcrux.org/stroll">Changelog</a>
  58. <br>
  59. <div id=custom-species>
  60. <p>Build your Character</p>
  61. <form id=custom-species-form name="custom-species-form">
  62. <ul class="flex-outer">
  63. <li>
  64. <label for="species">Species</label>
  65. <input type="text" name="species" placeholder="crux"/>
  66. </li>
  67. <li>
  68. <label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label>
  69. <input type="text" name="scale" placeholder="1"/>
  70. </li>
  71. <li>
  72. <label for="baseHeight">Height</label>
  73. <input type="number" name="baseHeight" placeholder="2.26"/>
  74. </li>
  75. <li>
  76. <label for="baseMass">Weight</label>
  77. <input type="number" name="baseMass" placeholder="135">
  78. </li>
  79. <br>
  80. <li>
  81. <label for="basePawArea">Paw area</label>
  82. <input type="number" name="basePawArea" placeholder="0.1"><br>
  83. </li>
  84. <li>
  85. <label for="baseHandArea">Hand area</label>
  86. <input type="number" name="baseHandArea" placeholder="0.1"><br>
  87. </li>
  88. <li>
  89. <label for="baseAnalVoreArea">Tailhole area</label>
  90. <input type="number" name="baseAnalVoreArea" placeholder="0.1"><br>
  91. </li>
  92. <li>
  93. <label for="baseAsArea">Ass area</label>
  94. <input type="number" name="baseAsArea" placeholder="0.4"><br>
  95. </li>
  96. <br>
  97. <div>
  98. Male genitals:<br>
  99. <input type="checkbox" checked=true name="maleParts"/><br>
  100. <div class=reveal-if-active>
  101. <li>
  102. <label for="baseDickLength">Cock length</label>
  103. <input type="text" name="baseDickLength" placeholder="0.3"/><br>
  104. </li>
  105. <li>
  106. <label for="baseDickDiameter">Cock diameter</label>
  107. <input type="text" name="baseDickDiameter" placeholder="0.08"/><br>
  108. </li>
  109. <li>
  110. <label for="baseBallDiameter">Ball diameter</label>
  111. <input type="text" name="baseBallDiameter" placeholder="0.05"/><br>
  112. </li>
  113. <li>
  114. <label for="baseCumRatio" class="has-tooltip" title="1 = all in one shot, 0.25 = four shots to empty">Orgasm cum ratio</label>
  115. <input type="text" name="baseCumRatio" placeholder="0.25"/><br>
  116. </li>
  117. <li>
  118. <label for="baseMass">Cum production factor</label>
  119. <input type="text" name="cumScale" placeholder="1"/><br>
  120. </li>
  121. </div>
  122. </div>
  123. <br>
  124. <div>
  125. Female genitals:<br>
  126. <input type="checkbox" checked=true name="femaleParts"/><br>
  127. <div class=reveal-if-active>
  128. <li>
  129. <label for="baseVaginaLength">Slit length</label>
  130. <input type="text" name="baseVaginaLength" placeholder="0.1"/><br>
  131. </li>
  132. <li>
  133. <label for="baseVaginaWidth">Slit width</label>
  134. <input type="text" name="baseVaginaWidth" placeholder="0.05"/><br>
  135. </li>
  136. <li>
  137. <label for="baseBreastDiameter">Breast diameter</label>
  138. <input type="text" name="baseBreastDiameter" placeholder="0.1"/><br>
  139. </li>
  140. <li>
  141. <label for="baseFemcumRatio" class="has-tooltip" title="1 = all in one shot, 0.25 = four shots to empty">Orgasm femcum ratio</label>
  142. <input type="text" name="baseFemcumRatio" placeholder="0.25"/><br>
  143. </li>
  144. <li>
  145. <label for="femcumScale">Femcum production factor</label>
  146. <input type="text" name="femcumScale" placeholder="1"/><br>
  147. </li>
  148. </div>
  149. </div>
  150. </ul>
  151. </form>
  152. <button class=option-button id=button-start>Start Game</button>
  153. </div>
  154. </div>
  155. </div>
  156. <table id=victim-table>
  157. </table>
  158. </body>
  159. </html>