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

298 строки
14 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-macro.js"></script>
  9. <script src="recursive-desc.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=growth-points></div>
  20. <div class=stat-line id=arousal></div>
  21. <div class=stat-line id=edge></div>
  22. <div class=stat-line id=cum></div>
  23. <div class=stat-line id=cumPercent></div>
  24. <div class=stat-line id=femcum></div>
  25. <div class=stat-line id=femcumPercent></div>
  26. <div class=stat-line id=milk></div>
  27. <div class=stat-line id=milkPercent></div>
  28. </div>
  29. <div class=stat-header-self>Growth</div>
  30. <table id=grow-panel>
  31. <tr>
  32. <th><input class=growth-option type="radio" name="part" checked=true id="part-body">
  33. <label class=growth-label for="part-body" >Body</label></th>
  34. <th><button class=growth-amount id="button-amount-1">1x</button></th>
  35. </tr>
  36. <tr>
  37. <th><input class=growth-option type="radio" name="part" id="part-ass">
  38. <label class=growth-label for="part-ass">Ass</label></th>
  39. <th><button class=growth-amount id="button-amount-5">5x</button></th>
  40. </tr>
  41. <tr>
  42. <th><input class=growth-option type="radio" name="part" id="part-dick">
  43. <label class=growth-label for="part-dick">Cock</label></th>
  44. <th><button class=growth-amount id="button-amount-10">10x</button></th>
  45. </tr>
  46. <tr>
  47. <th><input class=growth-option type="radio" name="part" id="part-balls">
  48. <label class=growth-label for="part-balls">Balls</label></th>
  49. <th><button class=growth-amount id="button-amount-20">20x</button></th>
  50. </tr>
  51. <tr>
  52. <th><input class=growth-option type="radio" name="part" id="part-breasts">
  53. <label class=growth-label for="part-breasts">Breasts</label></th>
  54. <th><button class=growth-amount id="button-amount-50">50x</button></th>
  55. </tr>
  56. <tr>
  57. <th><input class=growth-option type="radio" name="part" id="part-vagina">
  58. <label class=growth-label for="part-vagina">Slit</label></th>
  59. <th><button class=growth-amount id="button-amount-100">100x</button></th>
  60. </tr>
  61. </table>
  62. </div>
  63. <div id=log-area>
  64. <div id=log>
  65. <div>Welcome to Stroll 0.4.3</div>
  66. <div><b>This game features 18+ content</b></div>
  67. <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
  68. <div>It's a nice day for a walk</div>
  69. <div>&nbsp;</div>
  70. </div>
  71. </div>
  72. <div class=button-container id=action-panel>
  73. <button class=action-button id=button-look>Look</button>
  74. <button class=action-button id=button-feed>Eat</button>
  75. <button class=action-button id=button-stomp>Stomp</button>
  76. <button class=action-button id=button-anal_vore>Sit</button>
  77. <button class=action-button id=button-tail_slap>Tail Slap</button>
  78. <button class=action-button id=button-tail_vore>Tail Vore</button>
  79. <button class=action-button id=button-grind>Grind</button>
  80. <button class=action-button id=button-breast_crush>Breast Crush</button>
  81. <button class=action-button id=button-breast_milk>Milk Breasts</button>
  82. <button class=action-button id=button-unbirth>Unbirth</button>
  83. <button class=action-button id=button-cockslap>Cockslap</button>
  84. <button class=action-button id=button-cock_vore>Cock Vore</button>
  85. <button class=action-button id=button-ball_smother>Ball Smother</button>
  86. <button class=action-button id=button-arousal>Arousal On</button>
  87. <button class=action-button id=button-stroll>Status: Standing</button>
  88. <button class=action-button id=button-location>Location: Suburb</button>
  89. <button class=action-button class=action-button id=button-numbers>Numbers: Full</button>
  90. <button class=action-button class=action-button id=button-units>Units: Metric</button>
  91. <button class=action-button id=button-verbose>Descriptions: Verbose</button>
  92. <button class=action-button id=button-grow-lots>Get WAY Bigger</button>
  93. </div>
  94. <div class=option-container id=option-panel>
  95. <p>Welcome to Stroll 0.4.3</p>
  96. <p><b>This game features 18+ content</b></p>
  97. <a href="https://chemicalcrux.org/stroll">Changelog</a>
  98. <br>
  99. <div id=custom-species>
  100. <p>Build your Character (leave blank for defaults)</p>
  101. <form id=custom-species-form name="custom-species-form">
  102. <ul class="flex-outer">
  103. <li>
  104. <label for="species">Name</label>
  105. <input type="text" name="name" />
  106. </li>
  107. <li>
  108. <label for="species">Species</label>
  109. <input type="text" name="species" placeholder="crux"/>
  110. </li>
  111. <li>
  112. <label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label>
  113. <input type="text" name="scale" placeholder="1"/>
  114. </li>
  115. <li>
  116. <label for="baseHeight">Height</label>
  117. <input type="number" name="baseHeight" placeholder="2.26"/>
  118. </li>
  119. <li>
  120. <label for="baseMass">Weight</label>
  121. <input type="number" name="baseMass" placeholder="135">
  122. </li>
  123. <br>
  124. <li>
  125. <label for="basePawArea">Paw area</label>
  126. <input type="number" name="basePawArea" placeholder="0.1"><br>
  127. </li>
  128. <li>
  129. <label for="baseHandArea">Hand area</label>
  130. <input type="number" name="baseHandArea" placeholder="0.1"><br>
  131. </li>
  132. <li>
  133. <label for="baseAnalVoreArea">Tailhole area</label>
  134. <input type="number" name="baseAnalVoreArea" placeholder="0.1"><br>
  135. </li>
  136. <li>
  137. <label for="baseAsArea">Ass area</label>
  138. <input type="number" name="baseAssArea" placeholder="0.4"><br>
  139. </li>
  140. <br>
  141. <li>
  142. <input type="checkbox" name="humanMode" id="humanMode">
  143. <label for="humanMode">Human Mode (instead of furries)</label>
  144. </li>
  145. <br>
  146. Brutality:<br>
  147. <ul>
  148. <li>
  149. <input type="radio" name="brutality" id="brutality-0">
  150. <label for="brutality-0">Non-fatal</label>
  151. </li>
  152. <li>
  153. <input type="radio" name="brutality" checked=true id="brutality-1">
  154. <label for="brutality-1">Fatal, no gore</label>
  155. </li>
  156. <li>
  157. <input type="radio" name="brutality" id="brutality-2">
  158. <label for="brutality-2">Gory</label>
  159. </li>
  160. <li>
  161. <input type="radio" name="brutality" id="brutality-3" disabled="disableD">
  162. <label for="brutality-3">Sadistic (not implemented)</label>
  163. </li>
  164. </ul>
  165. <div>
  166. Arousal:<br>
  167. <input type="checkbox" checked=true name="arousalEnabled"/><br>
  168. <div class=reveal-if-active>
  169. <li>
  170. <label class="has-tooltip" for="arousalFactor" title="Multiplies arousal gain by this much">Arousal multiplier</label>
  171. <input type="number" name="arousalFactor" placeholder="1"/><br>
  172. </li>
  173. <li>
  174. <label class="has-tooltip" for="edgeFactor" title="Multiplies edge gain by this much">Edge multiplier</label>
  175. <input type="number" name="arousalFactor" placeholder="1"/><br>
  176. </li>
  177. </div>
  178. </div>
  179. <br>
  180. <div>
  181. Tail(s):<br>
  182. <input type="checkbox" checked=true name="hasTail"/><br>
  183. <div class=reveal-if-active>
  184. <li>
  185. <label for="tailCount">Tail count</label>
  186. <input type="number" name="tailCount" placeholder="1"/><br>
  187. </li>
  188. <li>
  189. <label for="tailType">Tail type</label>
  190. <input type="text" name="tailType" placeholder="slinky"/><br>
  191. </li>
  192. <li>
  193. <label for="baseTailLength">Tail length</label>
  194. <input type="number" name="baseTailLength" placeholder="1"/><br>
  195. </li>
  196. <li>
  197. <label for="baseTailDiameter">Tail diameter</label>
  198. <input type="number" name="baseTailDiameter" placeholder="0.3"/><br>
  199. </li>
  200. <li>
  201. <label for="tailMaw">Tail maw(s)</label>
  202. <input type="checkbox" checked=true name="tailMaw"/><br>
  203. </div>
  204. </div>
  205. <br>
  206. <div>
  207. Male genitals:<br>
  208. <input type="checkbox" checked=true name="maleParts"/><br>
  209. <div class=reveal-if-active>
  210. <li>
  211. <label for="dickType">Cock type</label>
  212. <input type="text" name="dickType" placeholder="canine"/><br>
  213. </li>
  214. <li>
  215. <label for="baseDickLength">Cock length</label>
  216. <input type="number" name="baseDickLength" placeholder="0.3"/><br>
  217. </li>
  218. <li>
  219. <label for="baseDickDiameter">Cock diameter</label>
  220. <input type="number" name="baseDickDiameter" placeholder="0.08"/><br>
  221. </li>
  222. <li>
  223. <label for="baseBallDiameter">Ball diameter</label>
  224. <input type="number" name="baseBallDiameter" placeholder="0.05"/><br>
  225. </li>
  226. <li>
  227. <label for="baseCumRatio" class="has-tooltip" title="scales how much cum is released with each shot">Orgasm cum ratio</label>
  228. <input type="number" name="baseCumRatio" placeholder="1"/><br>
  229. </li>
  230. <li>
  231. <label for="baseMass">Cum production factor</label>
  232. <input type="number" name="cumScale" placeholder="1"/><br>
  233. </li>
  234. </div>
  235. </div>
  236. <br>
  237. <div>
  238. Breasts:<br>
  239. <input type="checkbox" checked=true name="hasBreasts"/><br>
  240. <div class=reveal-if-active>
  241. <li>
  242. <label for="baseBreastDiameter">Breast diameter</label>
  243. <input type="number" name="baseBreastDiameter" placeholder="0.1"/><br>
  244. </li>
  245. <ul class=flex-outer>
  246. Lactation:
  247. <input type="checkbox" checked=true name="lactationEnabled"/><br>
  248. <div class=reveal-if-active>
  249. <li>
  250. <label for="lactationFactor" class="has-tooltip" title="scales how much milk is released with each squeeze">Lactation ratio</label>
  251. <input type="number" name="lactationFactor" placeholder="0.25"/><br>
  252. </li>
  253. <li>
  254. <label for="lactationScale">Milk production factor</label>
  255. <input type="number" name="lactationScale" placeholder="1"/><br>
  256. </li>
  257. </div>
  258. </ul>
  259. </div>
  260. </div>
  261. <br>
  262. <div>
  263. Female genitals:<br>
  264. <input type="checkbox" checked=true name="femaleParts"/><br>
  265. <div class=reveal-if-active>
  266. <li>
  267. <label for="baseVaginaLength">Slit length</label>
  268. <input type="number" name="baseVaginaLength" placeholder="0.1"/><br>
  269. </li>
  270. <li>
  271. <label for="baseVaginaWidth">Slit width</label>
  272. <input type="number" name="baseVaginaWidth" placeholder="0.05"/><br>
  273. </li>
  274. <li>
  275. <label for="baseFemcumRatio" class="has-tooltip" title="scales how much femcum is released with each shot">Orgasm femcum ratio</label>
  276. <input type="number" name="baseFemcumRatio" placeholder="1"/><br>
  277. </li>
  278. <li>
  279. <label for="femcumScale">Femcum production factor</label>
  280. <input type="number" name="femcumScale" placeholder="1"/><br>
  281. </li>
  282. </div>
  283. </div>
  284. </ul>
  285. </form>
  286. <button class=option-button id=button-load-custom>Load Custom Character</button>
  287. <button class=option-button id=button-save-custom>Save Custom Character</button>
  288. <button class=option-button id=button-start>Start Game</button>
  289. </div>
  290. </div>
  291. </div>
  292. <table id=victim-table>
  293. </table>
  294. </body>
  295. </html>