big steppy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

350 lines
16 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=sidebar 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 class=button-container>
  63. <button class=stat-button id=button-look>Look</button>
  64. <button class=stat-button id=button-arousal>Arousal On</button>
  65. <button class=stat-button id=button-stroll>Status: Standing</button>
  66. <button class=stat-button id=button-location>Location: Suburb</button>
  67. <button class=stat-button id=button-numbers>Numbers: Full</button>
  68. <button class=stat-button id=button-units>Units: Metric</button>
  69. <button class=stat-button id=button-verbose>Verbose</button>
  70. <button class=stat-button id=button-grow-lots>SUPER BIG</button>
  71. </div>
  72. </div>
  73. <div id=log-area>
  74. <div id=log>
  75. <div>Welcome to Stroll 0.5.1</div>
  76. <div><b>This game features 18+ content</b></div>
  77. <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
  78. <div>It's a nice day for a walk</div>
  79. <div>&nbsp;</div>
  80. </div>
  81. </div>
  82. <div class=sidebar id=action-panel>
  83. <div class=action-part-container>
  84. <button class="active action-part-button" id=action-part-body>Body</button>
  85. <button class=action-part-button id=action-part-dick>Cock</button>
  86. <button class=action-part-button id=action-part-vagina>Slit</button>
  87. <button class=action-part-button id=action-part-breasts>Breasts</button>
  88. <button class=action-part-button id=action-part-tails>Tails</button>
  89. <button class=action-part-button id=action-part-misc>Misc</button>
  90. </div>
  91. <div class=action-tab id=actions-body>
  92. <button class=action-button id=button-feed>Eat</button>
  93. <button class=action-button id=button-chew>Chew</button>
  94. <button class=action-button id=button-stomp>Stomp</button>
  95. <button class=action-button id=button-sit>Sit</button>
  96. <button class=action-button id=button-grind>Grind</button>
  97. </div>
  98. <div class=action-tab id=actions-tails>
  99. <button class=action-button id=button-tail_slap>Tail Slap</button>
  100. <button class=action-button id=button-tail_vore>Tail Vore</button>
  101. </div>
  102. <div class=action-tab id=actions-breasts>
  103. <button class=action-button id=button-cleavage_stuff>Stuff Cleavage</button>
  104. <button class=action-button id=button-cleavage_crush>Crush Cleavage</button>
  105. <button class=action-button id=button-cleavage_drop>Drop Cleavage</button>
  106. <button class=action-button id=button-cleavage_absorb>Absorb Cleavage</button>
  107. <button class=action-button id=button-breast_crush>Breast Crush</button>
  108. <button class=action-button id=button-breast_vore>Breast Vore</button>
  109. <button class=action-button id=button-breast_milk>Milk Breasts</button>
  110. </div>
  111. <div class=action-tab id=actions-vagina>
  112. <button class=action-button id=button-unbirth>Unbirth</button>
  113. </div>
  114. <div class=action-tab id=actions-dick>
  115. <button class=action-button id=button-sheath_stuff>Stuff Sheath</button>
  116. <button class=action-button id=button-sheath_squeeze>Squeeze Sheath</button>
  117. <button class=action-button id=button-sheath_absorb>Absorb Sheath</button>
  118. <button class=action-button id=button-cockslap>Cockslap</button>
  119. <button class=action-button id=button-cock_vore>Cock Vore</button>
  120. <button class=action-button id=button-ball_smother>Ball Smother</button>
  121. </div>
  122. <div class=action-tab id=actions-misc>
  123. <button class=action-button id=button-pouch_stuff>Stuff Pouch</button>
  124. <button class=action-button id=button-pouch_eat>Eat From Pouch</button>
  125. </div>
  126. </div>
  127. <div class=option-container id=option-panel>
  128. <p>Welcome to Stroll 0.5.1</p>
  129. <p><b>This game features 18+ content</b></p>
  130. <a href="https://chemicalcrux.org/stroll">Changelog</a>
  131. <br>
  132. <div id=custom-species>
  133. <p>Build your Character (leave blank for defaults)</p>
  134. <form id=custom-species-form name="custom-species-form">
  135. <ul class="flex-outer">
  136. <li>
  137. <label for="species">Name</label>
  138. <input type="text" name="name" />
  139. </li>
  140. <li>
  141. <label for="species">Species</label>
  142. <input type="text" name="species" placeholder="crux"/>
  143. </li>
  144. <li>
  145. <label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label>
  146. <input type="text" name="scale" placeholder="1"/>
  147. </li>
  148. <li>
  149. <label for="baseHeight">Height</label>
  150. <input type="number" name="baseHeight" placeholder="2.26"/>
  151. </li>
  152. <li>
  153. <label for="baseMass">Weight</label>
  154. <input type="number" name="baseMass" placeholder="135">
  155. </li>
  156. <br>
  157. <li>
  158. <label for="basePawArea">Paw area</label>
  159. <input type="number" name="basePawArea" placeholder="0.1"><br>
  160. </li>
  161. <li>
  162. <label for="baseHandArea">Hand area</label>
  163. <input type="number" name="baseHandArea" placeholder="0.1"><br>
  164. </li>
  165. <li>
  166. <label for="baseAnalVoreArea">Tailhole area</label>
  167. <input type="number" name="baseAnalVoreArea" placeholder="0.1"><br>
  168. </li>
  169. <li>
  170. <label for="analVore">Anal vore</label>
  171. <input type="checkbox" checked=true name="analVore"/><br>
  172. </li>
  173. <li>
  174. <label for="baseAsArea">Ass area</label>
  175. <input type="number" name="baseAssArea" placeholder="0.4"><br>
  176. </li>
  177. <br>
  178. <li>
  179. <input type="checkbox" name="humanMode" id="humanMode">
  180. <label for="humanMode">Human Mode (instead of furries)</label>
  181. </li>
  182. <br>
  183. Brutality:<br>
  184. <ul>
  185. <li>
  186. <input type="radio" name="brutality" id="brutality-0">
  187. <label for="brutality-0">Non-fatal</label>
  188. </li>
  189. <li>
  190. <input type="radio" name="brutality" checked=true id="brutality-1">
  191. <label for="brutality-1">Fatal, no gore</label>
  192. </li>
  193. <li>
  194. <input type="radio" name="brutality" id="brutality-2">
  195. <label for="brutality-2">Gory</label>
  196. </li>
  197. <li>
  198. <input type="radio" name="brutality" id="brutality-3" disabled="disableD">
  199. <label for="brutality-3">Sadistic (not implemented)</label>
  200. </li>
  201. </ul>
  202. <div>
  203. Arousal:<br>
  204. <input type="checkbox" checked=true name="arousalEnabled"/><br>
  205. <div class=reveal-if-active>
  206. <li>
  207. <label class="has-tooltip" for="arousalFactor" title="Multiplies arousal gain by this much">Arousal multiplier</label>
  208. <input type="number" name="arousalFactor" placeholder="1"/><br>
  209. </li>
  210. <li>
  211. <label class="has-tooltip" for="edgeFactor" title="Multiplies edge gain by this much">Edge multiplier</label>
  212. <input type="number" name="arousalFactor" placeholder="1"/><br>
  213. </li>
  214. </div>
  215. </div>
  216. <br>
  217. <div>
  218. Tail(s):<br>
  219. <input type="checkbox" checked=true name="hasTail"/><br>
  220. <div class=reveal-if-active>
  221. <li>
  222. <label for="tailCount">Tail count</label>
  223. <input type="number" name="tailCount" placeholder="1"/><br>
  224. </li>
  225. <li>
  226. <label for="tailType">Tail type</label>
  227. <input type="text" name="tailType" placeholder="slinky"/><br>
  228. </li>
  229. <li>
  230. <label for="baseTailLength">Tail length</label>
  231. <input type="number" name="baseTailLength" placeholder="1"/><br>
  232. </li>
  233. <li>
  234. <label for="baseTailDiameter">Tail diameter</label>
  235. <input type="number" name="baseTailDiameter" placeholder="0.3"/><br>
  236. </li>
  237. <li>
  238. <label for="tailMaw">Tail maw(s)</label>
  239. <input type="checkbox" checked=true name="tailMaw"/><br>
  240. </li>
  241. </div>
  242. </div>
  243. <br>
  244. <li>
  245. <label for="hasPouch">Pouch</label>
  246. <input type="checkbox" name="hasPouch" checked=true /><br>
  247. </li>
  248. <br>
  249. <div>
  250. Male genitals:<br>
  251. <input type="checkbox" checked=true name="maleParts"/><br>
  252. <div class=reveal-if-active>
  253. <li>
  254. <label for="hasSheath">Sheath</label>
  255. <input type="checkbox" name="hasSheath" checked=true /><br>
  256. </li>
  257. <li>
  258. <label for="dickType">Cock type</label>
  259. <input type="text" name="dickType" placeholder="canine"/><br>
  260. </li>
  261. <li>
  262. <label for="baseDickLength">Cock length</label>
  263. <input type="number" name="baseDickLength" placeholder="0.3"/><br>
  264. </li>
  265. <li>
  266. <label for="baseDickDiameter">Cock diameter</label>
  267. <input type="number" name="baseDickDiameter" placeholder="0.08"/><br>
  268. </li>
  269. <li>
  270. <label for="baseBallDiameter">Ball diameter</label>
  271. <input type="number" name="baseBallDiameter" placeholder="0.05"/><br>
  272. </li>
  273. <li>
  274. <label for="baseCumRatio" class="has-tooltip" title="scales how much cum is released with each shot">Orgasm cum ratio</label>
  275. <input type="number" name="baseCumRatio" placeholder="1"/><br>
  276. </li>
  277. <li>
  278. <label for="baseMass">Cum production factor</label>
  279. <input type="number" name="cumScale" placeholder="1"/><br>
  280. </li>
  281. </div>
  282. </div>
  283. <br>
  284. <div>
  285. Breasts:<br>
  286. <input type="checkbox" checked=true name="hasBreasts"/><br>
  287. <div class=reveal-if-active>
  288. <li>
  289. <label for="baseBreastDiameter">Breast diameter</label>
  290. <input type="number" name="baseBreastDiameter" placeholder="0.1"/><br>
  291. </li>
  292. <ul class=flex-outer>
  293. Lactation:
  294. <input type="checkbox" checked=true name="lactationEnabled"/><br>
  295. <div class=reveal-if-active>
  296. <li>
  297. <label for="lactationFactor" class="has-tooltip" title="scales how much milk is released with each squeeze">Lactation ratio</label>
  298. <input type="number" name="lactationFactor" placeholder="0.25"/><br>
  299. </li>
  300. <li>
  301. <label for="lactationScale">Milk production factor</label>
  302. <input type="number" name="lactationScale" placeholder="1"/><br>
  303. </li>
  304. </div>
  305. </ul>
  306. <li>
  307. <label for="breastVore">Breast vore</label>
  308. <input type="checkbox" checked=true name="breastVore"/><br>
  309. </li>
  310. </div>
  311. </div>
  312. <br>
  313. <div>
  314. Female genitals:<br>
  315. <input type="checkbox" checked=true name="femaleParts"/><br>
  316. <div class=reveal-if-active>
  317. <li>
  318. <label for="baseVaginaLength">Slit length</label>
  319. <input type="number" name="baseVaginaLength" placeholder="0.1"/><br>
  320. </li>
  321. <li>
  322. <label for="baseVaginaWidth">Slit width</label>
  323. <input type="number" name="baseVaginaWidth" placeholder="0.05"/><br>
  324. </li>
  325. <li>
  326. <label for="baseFemcumRatio" class="has-tooltip" title="scales how much femcum is released with each shot">Orgasm femcum ratio</label>
  327. <input type="number" name="baseFemcumRatio" placeholder="1"/><br>
  328. </li>
  329. <li>
  330. <label for="femcumScale">Femcum production factor</label>
  331. <input type="number" name="femcumScale" placeholder="1"/><br>
  332. </li>
  333. </div>
  334. </div>
  335. </ul>
  336. </form>
  337. <button class=option-button id=button-load-custom>Load Custom Character</button>
  338. <button class=option-button id=button-save-custom>Save Custom Character</button>
  339. <button class=option-button id=button-start>Start Game</button>
  340. </div>
  341. </div>
  342. </div>
  343. <table id=victim-table>
  344. </table>
  345. </body>
  346. </html>