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

151 строка
6.0 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=femcum></div>
  22. </div>
  23. </div>
  24. <div id=log-area>
  25. <div id=log>
  26. <div>Welcome to Stroll 0.2.7</div>
  27. <div><b>This game features 18+ content</b></div>
  28. <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
  29. <div>It's a nice day for a walk</div>
  30. <div>&nbsp;</div>
  31. </div>
  32. </div>
  33. <div class=button-container id=action-panel>
  34. <button class=action-button id=button-look>Look</button>
  35. <button class=action-button id=button-grow>Get Bigger</button>
  36. <button class=action-button id=button-feed>Eat</button>
  37. <button class=action-button id=button-stomp>Stomp</button>
  38. <button class=action-button id=button-anal_vore>Sit</button>
  39. <button class=action-button id=button-breast_crush>Breast Crush</button>
  40. <button class=action-button id=button-unbirth>Unbirth</button>
  41. <button class=action-button id=button-cockslap>Cockslap</button>
  42. <button class=action-button id=button-cock_vore>Cock Vore</button>
  43. <button class=action-button id=button-ball_smother>Ball Smother</button>
  44. <p/>
  45. <button class=action-button id=button-stroll>Status: Standing</button>
  46. <button class=action-button id=button-location>Location: Suburb</button>
  47. <button class=action-button class=action-button id=button-units>Units: Metric</button>
  48. <button class=action-button id=button-verbose>Descriptions: Verbose</button>
  49. <button class=action-button id=button-grow-lots>Get WAY Bigger</button>
  50. </div>
  51. <div class=option-container id=option-panel>
  52. <p>Welcome to Stroll 0.2.7</p>
  53. <p><b>This game features 18+ content</b></p>
  54. <a href="https://chemicalcrux.org/stroll">Changelog</a>
  55. <br>
  56. <div id=custom-species>
  57. <p>Build your Character</p>
  58. <form id=custom-species-form name="custom-species-form">
  59. <ul class="flex-outer">
  60. <li>
  61. <label for="species">Species</label>
  62. <input type="text" name="species" placeholder="crux"/>
  63. </li>
  64. <li>
  65. <label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label>
  66. <input type="text" name="scale" placeholder="1"/>
  67. </li>
  68. <li>
  69. <label for="baseHeight">Height</label>
  70. <input type="number" name="baseHeight" placeholder="2.26"/>
  71. </li>
  72. <li>
  73. <label for="baseMass">Weight</label>
  74. <input type="number" name="baseMass" placeholder="135">
  75. </li>
  76. <br>
  77. <li>
  78. Paw size (square meters):<br>
  79. <input type="number" name="basePawArea" placeholder="0.1"><br>
  80. </li>
  81. <li>
  82. Hand size (square meters):<br>
  83. <input type="number" name="baseAnalVoreArea" placeholder="0.1"><br>
  84. </li>
  85. <li>
  86. Tailhole size (square meters):<br>
  87. <input type="number" name="baseAnalVoreArea" placeholder="0.1"><br>
  88. </li>
  89. <li>
  90. Ass size (square meters):<br>
  91. <input type="number" name="baseAnalVoreArea" placeholder="0.4"><br>
  92. </li>
  93. <br>
  94. <div>
  95. Male genitals:<br>
  96. <input type="checkbox" checked=true name="maleParts"/><br>
  97. <div class=reveal-if-active>
  98. <li>
  99. Dick length:
  100. <input type="text" name="baseDickLength" placeholder="0.3"/><br>
  101. </li>
  102. <li>
  103. Dick thickness:
  104. <input type="text" name="baseDickDiameter" placeholder="0.08"/><br>
  105. </li>
  106. <li>
  107. Ball diameter:
  108. <input type="text" name="baseBallDiameter" placeholder="0.05"/><br>
  109. </li>
  110. <li>
  111. Cum production factor:
  112. <input type="text" name="cumFactor" placeholder="1"/><br>
  113. </li>
  114. </div>
  115. </div>
  116. <br>
  117. <div>
  118. Female genitals:<br>
  119. <input type="checkbox" checked=true name="femaleParts"/><br>
  120. <div class=reveal-if-active>
  121. <li>
  122. Slit length:<br>
  123. <input type="text" name="baseVaginaLength" placeholder="0.1"/><br>
  124. </li>
  125. <li>
  126. Slit width:<br>
  127. <input type="text" name="baseVaginaWidth" placeholder="0.05"/><br>
  128. </li>
  129. <li>
  130. Breast diameter:<br>
  131. <input type="text" name="baseBreastDiameter" placeholder="0.1"/><br>
  132. </li>
  133. <li>
  134. Femcum production factor:<br>
  135. <input type="text" name="femcumFactor" placeholder="1"/><br>
  136. </li>
  137. </div>
  138. </div>
  139. </ul>
  140. </form>
  141. <button class=option-button id=button-start>Start Game</button>
  142. </div>
  143. </div>
  144. </div>
  145. <table id=victim-table>
  146. </table>
  147. </body>
  148. </html>