big steppy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

823 satır
44 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="sounds.js"></script>
  8. <script src="presets.js"></script>
  9. <script src="units.js"></script>
  10. <script src="recursive-macro.js"></script>
  11. <script src="recursive-desc.js"></script>
  12. <script src="game.js"></script>
  13. <meta name="theme-color" content="#000000" />
  14. <meta name="description" content="An 18+ macro/vore text game" />
  15. <meta property="og:title" content="Stroll" />
  16. <meta property="og:description" content="An 18+ macro/vore text game" />
  17. <meta property="og:image" content="https://chemicalcrux.org/stroll.png" />
  18. <link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
  19. </head>
  20. <body class="light">
  21. <script src="darkmode.js"></script>
  22. <div class="game-area">
  23. <div class="sidebar" id="stat-container">
  24. <div class="stat-header-self" id="stats-self">
  25. <p>Stats</p>
  26. <div class="stat-line" id="height"></div>
  27. <div class="stat-line" id="mass"></div>
  28. <div class="stat-line" id="growth-points"></div>
  29. <div class="stat-line" id="arousal"></div>
  30. <div class="stat-line" id="edge"></div>
  31. <div class="stat-line-hidden" id="cum"></div>
  32. <div class="stat-line-hidden" id="cumPercent"></div>
  33. <div class="stat-line-hidden" id="femcum"></div>
  34. <div class="stat-line-hidden" id="femcumPercent"></div>
  35. <div class="stat-line-hidden" id="milk"></div>
  36. <div class="stat-line-hidden" id="milkPercent"></div>
  37. <div class="stat-line-hidden" id="gas"></div>
  38. <div class="stat-line-hidden" id="gasPercent"></div>
  39. <div class="stat-line-hidden" id="piss"></div>
  40. <div class="stat-line-hidden" id="pissPercent"></div>
  41. <div class="stat-line-hidden" id="scat"></div>
  42. <div class="stat-line-hidden" id="scatPercent"></div>
  43. </div>
  44. <div class="stat-header-self">Growth</div>
  45. <table id="grow-panel">
  46. <tr>
  47. <th><input autocomplete="off" class="growth-option" type="radio" name="part" checked="true" id="part-body">
  48. <label class="growth-label" for="part-body">Body</label></th>
  49. <th><button class="growth-amount" id="button-amount-1">1x</button></th>
  50. </tr>
  51. <tr>
  52. <th><input autocomplete="off" class="growth-option" type="radio" name="part" id="part-ass">
  53. <label class="growth-label" for="part-ass">Ass</label></th>
  54. <th><button class="growth-amount" id="button-amount-5">5x</button></th>
  55. </tr>
  56. <tr>
  57. <th><input autocomplete="off" class="growth-option" type="radio" name="part" id="part-dick">
  58. <label class="growth-label" for="part-dick">Cock</label></th>
  59. <th><button class="growth-amount" id="button-amount-10">10x</button></th>
  60. </tr>
  61. <tr>
  62. <th><input autocomplete="off" class="growth-option" type="radio" name="part" id="part-balls">
  63. <label class="growth-label" for="part-balls">Balls</label></th>
  64. <th><button class="growth-amount" id="button-amount-20">20x</button></th>
  65. </tr>
  66. <tr>
  67. <th><input autocomplete="off" class="growth-option" type="radio" name="part" id="part-breasts">
  68. <label class="growth-label" for="part-breasts">Breasts</label></th>
  69. <th><button class="growth-amount" id="button-amount-50">50x</button></th>
  70. </tr>
  71. <tr>
  72. <th><input autocomplete="off" class="growth-option" type="radio" name="part" id="part-vagina">
  73. <label class="growth-label" for="part-vagina">Slit</label></th>
  74. <th><button class="growth-amount" id="button-amount-100">100x</button></th>
  75. </tr>
  76. </table>
  77. <div class="stat-container">
  78. <button class="stat-button" id="button-look">Look Around</button>
  79. <button class="stat-button" id="button-arousal">Arousal On</button>
  80. <button class="stat-button" id="button-stroll">Status: Standing</button>
  81. <button class="stat-button" id="button-numbers">Numbers: Full</button>
  82. <button class="stat-button" id="button-units">Units: Metric</button>
  83. <button class="stat-button" id="button-verbose">Verbose Text</button>
  84. <button class="stat-button" id="button-grow-lots">SUPER BIG</button>
  85. <button class="stat-button" id="button-dark-mode-game">Toggle Dark Mode</button>
  86. <button class="stat-button" id="button-stats">Stats</button>
  87. <button class="stat-button" id="button-debug-log">Debug Log</button>
  88. </div>
  89. </div>
  90. <div id="log-area">
  91. <div id="log">
  92. <div>Welcome to Stroll 0.5.28</div>
  93. <div><b>This game features 18+ content</b></div>
  94. <div>It's a nice day for a walk</div>
  95. <div>&nbsp;</div>
  96. </div>
  97. </div>
  98. <div class="sidebar" id="action-panel">
  99. <div class="action-part-container">
  100. <button class="active action-part-button" id="action-part-body">Body</button>
  101. <button class="action-part-button" id="action-part-dick">Cock</button>
  102. <button class="action-part-button" id="action-part-vagina">Slit</button>
  103. <button class="action-part-button" id="action-part-breasts">Breasts</button>
  104. <button class="action-part-button" id="action-part-tails">Tails</button>
  105. <button class="action-part-button" id="action-part-souls">Souls</button>
  106. <button class="action-part-button" id="action-part-shoes">Shoes</button>
  107. <button class="action-part-button" id="action-part-waste">Waste</button>
  108. <button class="action-part-button" id="action-part-misc">Misc</button>
  109. </div>
  110. <div class="action-tab" id="actions-body">
  111. <button class="action-button" id="button-action-feed">Eat</button>
  112. <button class="action-button" id="button-action-chew">Chew</button>
  113. <button class="action-button" id="button-action-stomp">Stomp</button>
  114. <button class="action-button" id="button-action-flex_toes">Flex Toes</button>
  115. <button class="action-button" id="button-action-sit">Sit</button>
  116. <button class="action-button" id="button-action-anal_vore">Anal Vore</button>
  117. <button class="action-button" id="button-action-grind">Grind</button>
  118. </div>
  119. <div class="action-tab" id="actions-tails">
  120. <button class="action-button" id="button-action-tail_slap">Tail Slap</button>
  121. <button class="action-button" id="button-action-tail_vore_only">Tail Vore</button>
  122. <button class="action-button" id="button-action-tail_vore_one">Tail Vore (1)</button>
  123. <button class="action-button" id="button-action-tail_vore_some">Tail Vore (some)</button>
  124. <button class="action-button" id="button-action-tail_vore_all">Tail Vore (all!)</button>
  125. </div>
  126. <div class="action-tab" id="actions-breasts">
  127. <button class="action-button" id="button-action-cleavage_stuff">Stuff Cleavage</button>
  128. <button class="action-button" id="button-action-cleavage_crush">Crush Cleavage</button>
  129. <button class="action-button" id="button-action-cleavage_drop">Drop Cleavage</button>
  130. <button class="action-button" id="button-action-cleavage_absorb">Absorb Cleavage</button>
  131. <button class="action-button" id="button-action-breast_crush">Breast Crush</button>
  132. <button class="action-button" id="button-action-breast_vore">Breast Vore</button>
  133. <button class="action-button" id="button-action-breast_milk">Milk Breasts</button>
  134. </div>
  135. <div class="action-tab" id="actions-vagina">
  136. <button class="action-button" id="button-action-unbirth">Unbirth</button>
  137. </div>
  138. <div class="action-tab" id="actions-dick">
  139. <button class="action-button" id="button-action-sheath_stuff">Stuff Sheath</button>
  140. <button class="action-button" id="button-action-sheath_squeeze">Squeeze Sheath</button>
  141. <button class="action-button" id="button-action-sheath_clench">Clench Sheath</button>
  142. <button class="action-button" id="button-action-sheath_absorb">Absorb Sheath</button>
  143. <button class="action-button" id="button-action-cockslap">Cockslap</button>
  144. <button class="action-button" id="button-action-cock_vore">Cock Vore</button>
  145. <button class="action-button" id="button-action-ball_smother">Ball Smother</button>
  146. </div>
  147. <div class="action-tab" id="actions-souls">
  148. <button class="action-button" id="button-action-soul_vore">Soul Vore</button>
  149. <button class="action-button" id="button-action-soul_absorb_paw">Paws</button>
  150. </div>
  151. <div class="action-tab" id="actions-shoes">
  152. <button class="action-button" id="button-action-wear_shoes">Put On Shoes</button>
  153. <button class="action-button" id="button-action-remove_shoes">Take Off Shoes</button>
  154. <button class="action-button" id="button-action-wear_socks">Put On Socks</button>
  155. <button class="action-button" id="button-action-remove_socks">Take Off Socks</button>
  156. <button class="action-button" id="button-action-stuff_shoes">Stuff Shoes</button>
  157. <button class="action-button" id="button-action-stuff_socks">Stuff Socks</button>
  158. <button class="action-button" id="button-action-dump_shoes">Dump Shoes</button>
  159. <button class="action-button" id="button-action-dump_socks">Dump Socks</button>
  160. </div>
  161. <div class="action-tab" id="actions-waste">
  162. <button class="action-button" id="button-action-belch">Belch</button>
  163. <button class="action-button" id="button-action-fart">Fart</button>
  164. <button class="action-button" id="button-action-piss">Piss</button>
  165. <button class="action-button" id="button-action-bladder_vore">Bladder Vore</button>
  166. <button class="action-button" id="button-action-scat">Scat</button>
  167. </div>
  168. <div class="action-tab" id="actions-misc">
  169. <button class="action-button" id="button-action-pouch_stuff">Stuff Pouch</button>
  170. <button class="action-button" id="button-action-pouch_rub">Rub Pouch</button>
  171. <button class="action-button" id="button-action-pouch_eat">Eat From Pouch</button>
  172. <button class="action-button" id="button-action-pouch_absorb">Absorb Pouch</button>
  173. </div>
  174. </div>
  175. </div>
  176. <div class="character-build">
  177. <p>Welcome to Stroll 0.5.28</p>
  178. <p><b>This game features 18+ content</b></p>
  179. <p><a href="https://chemicalcrux.org/stroll">Changelog</a></p>
  180. <p><a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram discussion group</a></p>
  181. <div><a href="https://discord.gg/7pdcVhD">Discord discussion group</a></div>
  182. <p>Stroll is a text-based macro game. Stomp things, eat things, abuse things - then grow larger and do it all over again. </p>
  183. <p>Build your Character (leave blank for reasonable normal-scale defaults)</p>
  184. <p>Lengths in meters, areas in square meters, masses in kilograms</p>
  185. <p>Click on highlight/darkened titles to enable and disabled features.</p>
  186. <div id="custom-species">
  187. <ul class="flex-outer">
  188. <div class="custom-category">
  189. <p>Reset the sheet here (saved data isn't affected)</p>
  190. <div>
  191. <button class="option-button" id="button-reset-custom">Reset</button>
  192. </div>
  193. </div>
  194. <div class="custom-category">
  195. <div>
  196. <button class="option-button" id="button-start">Start Game</button>
  197. </div>
  198. </div>
  199. <div class="custom-category">
  200. <button class="option-button" id="button-dark-mode-options">Toggle Dark Mode</button>
  201. <button class="option-button" id="button-units-options">Units: Metric</button>
  202. </div>
  203. <div class="custom-category">
  204. <p>You can load a preset character here...</p>
  205. <div>
  206. <select id="character-presets">
  207. </select>
  208. <button type="button" class="option-button" id="button-load-preset">Load Preset Character</button>
  209. </div>
  210. </div>
  211. <div class="custom-category">
  212. <p>Or, load/save your own character internally here! It'll be saved in your browser, so you can come back to it later.</p>
  213. <div>
  214. <button type="button" class="option-button" id="button-load-custom">Load Custom Character</button>
  215. <button type="button" class="option-button" id="button-save-custom">Save Custom Character</button>
  216. </div>
  217. </div>
  218. <div class="custom-category">
  219. <p>Or export/import your character to text here. Copy and paste to share!</p>
  220. <div class>
  221. <button type="button" class="option-button" id="button-export-clear">Clear Space</button>
  222. <button type="button" class="option-button" id="button-export-preset">Export Your Character</button>
  223. <button type="button" class="option-button" id="button-import-preset">Import Your Character</button>
  224. <p><input autocomplete="off" type="text" id="export-area" placeholder="Paste character data here..."></p>
  225. </div>
  226. </div>
  227. </ul>
  228. <form id="custom-species-form" name="custom-species-form">
  229. <ul class="flex-outer">
  230. <div class="custom-category">
  231. <div class="custom-header-static">Basics</div>
  232. <div>
  233. <li>
  234. <label for="name">Name</label>
  235. <input autocomplete="off" type="text" id="name" name="name" />
  236. </li>
  237. <li>
  238. <label for="species">Species</label>
  239. <input autocomplete="off" type="text" id="species" name="species" placeholder="crux" />
  240. </li>
  241. <li>
  242. <label for="scale" class="has-tooltip" title="How many times larger than normal you start.">Scale (?)</label>
  243. <input autocomplete="off" type="number" step="any" id="scale" name="scale" placeholder="1" />
  244. <div class="preview" id="scalePreview"></div>
  245. </li>
  246. <li>
  247. <label for="baseHeight">Height</label>
  248. <input autocomplete="off" type="number" step="any" id="baseHeight" name="baseHeight" data-unit="length" placeholder="2.26" />
  249. <div class="preview" id="baseHeightPreview"></div>
  250. </li>
  251. <li>
  252. <label for="baseMass">Weight</label>
  253. <input autocomplete="off" type="number" step="any" id="baseMass" name="baseMass" data-unit="mass" placeholder="135">
  254. <div class="preview" id="baseMassPreview"></div>
  255. </li>
  256. <li>
  257. <label for="basePawArea">Paw area</label>
  258. <input autocomplete="off" type="number" step="any" id="basePawArea" name="basePawArea" data-unit="area" placeholder="0.1">
  259. <div class="preview" id="basePawAreaPreview"></div>
  260. </li>
  261. <li>
  262. <label for="baseHandArea">Hand area</label>
  263. <input autocomplete="off" type="number" step="any" id="baseHandArea" name="baseHandArea" data-unit="area" placeholder="0.1">
  264. <div class="preview" id="baseHandAreaPreview"></div>
  265. </li>
  266. <li>
  267. <label for="baseAssArea">Ass area</label>
  268. <input autocomplete="off" type="number" step="any" id="baseAssArea" name="baseAssArea" data-unit="area" placeholder="0.4">
  269. <div class="preview" id="baseAssAreaPreview"></div>
  270. </li>
  271. </div>
  272. </div>
  273. <div class="custom-category">
  274. <div class="custom-header-static">Brutality</div>
  275. <div>
  276. <ul>
  277. <li>
  278. <input autocomplete="off" type="radio" name="brutality" id="brutality-0" value="0">
  279. <label for="brutality-0">Non-fatal</label>
  280. </li>
  281. <li>
  282. <input autocomplete="off" type="radio" name="brutality" checked="true" id="brutality-1" value="1">
  283. <label for="brutality-1">Fatal, no gore</label>
  284. </li>
  285. <li>
  286. <input autocomplete="off" type="radio" name="brutality" id="brutality-2" value="2">
  287. <label for="brutality-2">Gory</label>
  288. </li>
  289. <li>
  290. <input autocomplete="off" type="radio" name="brutality" id="brutality-3" value="3">
  291. <label for="brutality-3">Sadistic</label>
  292. </li>
  293. </ul>
  294. </div>
  295. </div>
  296. <div class="custom-category">
  297. <div class="custom-header-static">Victims</div>
  298. <div>
  299. <li>
  300. <label for="victimsHuman">Human prey (instead of anthros)</label>
  301. <input autocomplete="off" type="checkbox" name="victimsHuman" id="victimsHuman" />
  302. </li>
  303. <li>
  304. <label for="military">Military</label>
  305. <input autocomplete="off" type="checkbox" name="victimsMilitary" id="victimsMilitary" />
  306. </li>
  307. <li>
  308. <label for="macros">Smaller macros</label>
  309. <input autocomplete="off" type="checkbox" name="victimsMacros" id="victimsMacros" />
  310. </li>
  311. <li>
  312. <label for="micros">Micros</label>
  313. <input autocomplete="off" type="checkbox" name="victimsMicros" id="victimsMicros" />
  314. </li>
  315. </div>
  316. </div>
  317. <div class="custom-category">
  318. <div class="custom-header-static">Misc</div>
  319. <div>
  320. <li>
  321. <label class="has-tooltip" for="sameSizeVore" title="Can you eat people your own size?">Same-size predator</label>
  322. <input autocomplete="off" type="checkbox" checked="true" name="sameSizeVore" />
  323. </li>
  324. <li>
  325. <label class="has-tooltip" for="sameSizeStomp" title="Can you stomp and sit on people your own size?">Same-size stomper</label>
  326. <input autocomplete="off" type="checkbox" checked="true" name="sameSizeStomp" />
  327. </li>
  328. <li>
  329. <label for="footType">Foot type</label>
  330. <select name="footType">
  331. <option value="paw">Paws</option>
  332. <option value="hoof">Hooves</option>
  333. <option value="foot">Human</option>
  334. <option value="avian">Avian</option>
  335. </select>
  336. </li>
  337. <li>
  338. <label for="jawType">Mouth type</label>
  339. <select name="jawType">
  340. <option value="jaw">Jaws</option>
  341. <option value="beak">Beak</option>
  342. </select>
  343. </li>
  344. </div>
  345. </div>
  346. <div class="custom-category">
  347. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="footWear" name="footWear" />
  348. <label class="custom-header" for="footWear">Footwear</label>
  349. <div class="reveal-if-active">
  350. <li>
  351. <div class="custom-category-sub">
  352. <ul class="flex-outer-sub">
  353. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" checked="true" id="footSockEnabled" name="footSockEnabled" />
  354. <label class="custom-header" for="footSockEnabled">Socks</label>
  355. <div class="reveal-if-active">
  356. <li>
  357. <label for="footSock">Sock type</label>
  358. <select name="footSock">
  359. <option value="sock">Socks</option>
  360. </select>
  361. </li>
  362. </div>
  363. </ul>
  364. </div>
  365. <div class="custom-category-sub">
  366. <ul class="flex-outer-sub">
  367. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" checked="true" id="footShoeEnabled" name="footShoeEnabled" />
  368. <label class="custom-header" for="footShoeEnabled">Shoes</label>
  369. <div class="reveal-if-active">
  370. <li>
  371. <label for="footShoe">Shoe type</label>
  372. <select name="footShoe">
  373. <option value="shoe">Shoes</option>
  374. <option value="boot">Boots</option>
  375. <option value="trainer">Trainers</option>
  376. <option value="sandal">Sandals</option>
  377. </select>
  378. </li>
  379. </div>
  380. </ul>
  381. </div>
  382. </li>
  383. </div>
  384. </div>
  385. <div class="custom-category">
  386. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="analVore" name="analVore" />
  387. <label class="custom-header" for="analVore">Anal Vore</label>
  388. <div class="reveal-if-active">
  389. <li>
  390. <label for="baseAnalVoreDiameter">Tailhole diameter</label>
  391. <input autocomplete="off" type="number" step="any" id="baseAnalVoreDiameter" name="baseAnalVoreDiameter" data-unit="area" placeholder="0.1">
  392. <div class="preview" id="baseAnalVoreDiameterPreview"></div>
  393. </li>
  394. <li>
  395. <label class="has-tooltip" for="analVoreToStomach" title="Otherwise, bowels absorb/digest">Anal vore goes to stomach</label>
  396. <input autocomplete="off" type="checkbox" name="analVoreToStomach" id="analVoreToStomach" />
  397. </li>
  398. </div>
  399. </div>
  400. <div class="custom-category">
  401. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="arousalEnabled" name="arousalEnabled" />
  402. <label class="custom-header" for="arousalEnabled">Arousal</label>
  403. <div class="reveal-if-active">
  404. <li>
  405. <label class="has-tooltip" for="arousalFactor" title="Multiplies arousal gain by this much">Arousal multiplier</label>
  406. <input autocomplete="off" type="number" step="any" name="arousalFactor" placeholder="1" />
  407. </li>
  408. <li>
  409. <label class="has-tooltip" for="edgeFactor" title="Multiplies edge gain by this much">Edge multiplier</label>
  410. <input autocomplete="off" type="number" step="any" name="arousalFactor" placeholder="1" />
  411. </li>
  412. </div>
  413. </div>
  414. <div class="custom-category">
  415. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="hasTail" name="hasTail" />
  416. <label class="custom-header" for="hasTail">Tails</label>
  417. <div class="reveal-if-active">
  418. <li>
  419. <label for="tailCount">Tail count</label>
  420. <input autocomplete="off" type="number" step="any" name="tailCount" placeholder="1" />
  421. </li>
  422. <li>
  423. <label for="tailType">Tail type</label>
  424. <input autocomplete="off" type="text" name="tailType" placeholder="slinky" />
  425. </li>
  426. <li>
  427. <label for="baseTailLength">Tail length</label>
  428. <input autocomplete="off" type="number" step="any" name="baseTailLength" id="baseTailLength" data-unit="length" placeholder="1" />
  429. <div class="preview" id="baseTailLengthPreview"></div>
  430. </li>
  431. <li>
  432. <label for="baseTailDiameter">Tail diameter</label>
  433. <input autocomplete="off" type="number" step="any" name="baseTailDiameter" id="baseTailDiameter" data-unit="area" placeholder="0.3" />
  434. <div class="preview" id="baseTailDiameterPreview"></div>
  435. </li>
  436. <li>
  437. <div class="custom-category-sub">
  438. <ul class="flex-outer-sub">
  439. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="tailMaw" name="tailMaw" />
  440. <label class="custom-header" for="tailMaw">Tail Vore</label>
  441. <div class="reveal-if-active">
  442. <li>
  443. <label for="tailStretchiness">Tail stretchiness</label>
  444. <input autocomplete="off" type="number" step="any" name="tailStretchiness" placeholder="1" />
  445. </li>
  446. </div>
  447. </ul>
  448. </div>
  449. </li>
  450. </div>
  451. </div>
  452. <div class="custom-category">
  453. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="hasPouch" name="hasPouch" />
  454. <label class="custom-header" for="hasPouch">Pouch</label>
  455. <div class="reveal-if-active">
  456. <li>
  457. It's on :D
  458. </li>
  459. </div>
  460. </div>
  461. <div class="custom-category">
  462. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="maleParts" name="maleParts" />
  463. <label class="custom-header" for="maleParts">Male genitals</label>
  464. <div class="reveal-if-active">
  465. <li>
  466. <label for="hasSheath">Sheath</label>
  467. <input autocomplete="off" type="checkbox" id="hasSheath" name="hasSheath" checked="true" />
  468. </li>
  469. <li>
  470. <label for="dickType">Cock type</label>
  471. <input autocomplete="off" type="text" id="dickType" name="dickType" placeholder="canine" />
  472. </li>
  473. <li>
  474. <label for="baseDickLength">Cock length</label>
  475. <input autocomplete="off" type="number" step="any" id="baseDickLength" name="baseDickLength" data-unit="length" placeholder="0.3" />
  476. <div class="preview" id="baseDickLengthPreview"></div>
  477. </li>
  478. <li>
  479. <label for="baseDickDiameter">Cock diameter</label>
  480. <input autocomplete="off" type="number" step="any" id="baseDickDiameter" name="baseDickDiameter" data-unit="length" placeholder="0.08" />
  481. <div class="preview" id="baseDickDiameterPreview"></div>
  482. </li>
  483. <li>
  484. <label for="dickStretchiness">Cock stretchiness</label>
  485. <input autocomplete="off" type="number" step="any" name="dickStretchiness" placeholder="1" />
  486. </li>
  487. <li>
  488. <label for="baseBallDiameter">Ball diameter</label>
  489. <input autocomplete="off" type="number" step="any" id="baseBallDiameter" name="baseBallDiameter" data-unit="length" placeholder="0.05" />
  490. <div class="preview" id="baseBallDiameterPreview"></div>
  491. </li>
  492. <li>
  493. <label for="baseCumRatio" class="has-tooltip" title="scales how much cum is released with each shot">Orgasm cum ratio</label>
  494. <input autocomplete="off" type="number" step="any" id="baseCumRatio" name="baseCumRatio" placeholder="1" />
  495. <div class="preview" id="baseCumRatioPreview"></div>
  496. </li>
  497. <li>
  498. <label for="baseMass">Cum production factor</label>
  499. <input autocomplete="off" type="number" step="any" id="cumScale" name="cumScale" placeholder="1" />
  500. <div class="preview" id="cumScalePreview"></div>
  501. </li>
  502. <li>
  503. <label for="cumStorageScale">Cum storage multiplier</label>
  504. <input autocomplete="off" type="number" step="any" id="cumStorageScale" name="cumStorageScale" placeholder="1" />
  505. <div class="preview" id="cumStorageScalePreview"></div>
  506. </li>
  507. <li>
  508. <label for="baseCumDigestFactor">Cum digestion factor</label>
  509. <input autocomplete="off" type="number" step="any" id="baseCumDigestFactor" name="baseCumDigestFactor" placeholder="1" />
  510. <div class="preview" id="baseCumDigestFactorPreview"></div>
  511. </li>
  512. <li>
  513. <label class="has-tooltip" for="cumScaleWithSize" title="If checked, produces more cum from the same prey as you get larger">Scale cum with size</label>
  514. <input autocomplete="off" type="checkbox" id="cumScaleWithSize" name="cumScaleWithSize" />
  515. </li>
  516. </div>
  517. </div>
  518. <div class="custom-category">
  519. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="hasBreasts" name="hasBreasts" />
  520. <label class="custom-header" for="hasBreasts">Breasts</label>
  521. <div class="reveal-if-active">
  522. <li>
  523. <label for="baseBreastDiameter">Breast diameter</label>
  524. <input autocomplete="off" type="number" step="any" id="baseBreastDiameter" name="baseBreastDiameter" data-unit="length" placeholder="0.1" />
  525. <div class="preview" id="baseBreastDiameterPreview"></div>
  526. </li>
  527. <li>
  528. <div class="custom-category-sub">
  529. <ul class="flex-outer-sub">
  530. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" checked="true" id="lactationEnabled" name="lactationEnabled" />
  531. <label class="custom-header" for="lactationEnabled">Lactation</label>
  532. <div class="reveal-if-active">
  533. <li>
  534. <label for="lactationFactor" class="has-tooltip" title="scales how much milk is released with each squeeze">Lactation ratio</label>
  535. <input autocomplete="off" type="number" step="any" id="lactationFactor" name="lactationFactor" placeholder="0.25" />
  536. <div class="preview" id="lactationFactorPreview"></div>
  537. </li>
  538. <li>
  539. <label for="lactationScale">Milk production factor</label>
  540. <input autocomplete="off" type="number" step="any" id="lactationScale" name="lactationScale" placeholder="1" />
  541. <div class="preview" id="lactationScalePreview"></div>
  542. </li>
  543. <li>
  544. <label for="milkStorageScale">Milk storage multiplier</label>
  545. <input autocomplete="off" type="number" step="any" id="milkStorageScale" name="milkStorageScale" placeholder="1" />
  546. <div class="preview" id="milkStorageScalePreview"></div>
  547. </li>
  548. </div>
  549. </ul>
  550. </div>
  551. </li>
  552. <li>
  553. <div class="custom-category-sub">
  554. <ul class="flex-outer-sub">
  555. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="breastVore" name="breastVore" />
  556. <label class="custom-header" for="breastVore">Breast Vore</label>
  557. <div class="reveal-if-active">
  558. <li>
  559. <label for="breastStretchiness">Breast stretchiness</label>
  560. <input autocomplete="off" type="number" step="any" name="breastStretchiness" placeholder="1" />
  561. </li>
  562. <li>
  563. <label for="baseMilkDigestFactor">Milk digestion factor</label>
  564. <input autocomplete="off" type="number" step="any" id="baseMilkDigestFactor" name="baseMilkDigestFactor" placeholder="1" />
  565. <div class="preview" id="baseMilkDigestFactorPreview"></div>
  566. </li>
  567. <li>
  568. <label class="has-tooltip" for="milkScaleWithSize" title="If checked, produces more milk from the same prey as you get larger">Scale milk with size</label>
  569. <input autocomplete="off" type="checkbox" id="milkScaleWithSize" name="milkScaleWithSize" />
  570. </li>
  571. </div>
  572. </ul>
  573. </div>
  574. </li>
  575. </div>
  576. </div>
  577. <div class="custom-category">
  578. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="femaleParts" name="femaleParts" />
  579. <label class="custom-header" for="femaleParts">Female genitals</label>
  580. <div class="reveal-if-active">
  581. <li>
  582. <label for="baseVaginaLength">Slit length</label>
  583. <input autocomplete="off" type="number" step="any" id="baseVaginaLength" name="baseVaginaLength" data-unit="length" placeholder="0.1" />
  584. <div class="preview" id="baseVaginaLengthPreview"></div>
  585. </li>
  586. <li>
  587. <label for="baseVaginaWidth">Slit width</label>
  588. <input autocomplete="off" type="number" step="any" id="baseVaginaWidth" name="baseVaginaWidth" data-unit="length" placeholder="0.05" />
  589. <div class="preview" id="baseVaginaWidthPreview"></div>
  590. </li>
  591. <li>
  592. <label for="vaginaStretchiness">Slit stretchiness</label>
  593. <input autocomplete="off" type="number" step="any" name="vaginaStretchiness" placeholder="1" />
  594. </li>
  595. <li>
  596. <label for="baseFemcumRatio" class="has-tooltip" title="scales how much femcum is released with each shot">Orgasm femcum ratio</label>
  597. <input autocomplete="off" type="number" step="any" id="baseFemcumRatio" name="baseFemcumRatio" placeholder="1" />
  598. <div class="preview" id="baseFemcumRatioPreview"></div>
  599. </li>
  600. <li>
  601. <label for="femcumScale">Femcum production factor</label>
  602. <input autocomplete="off" type="number" step="any" id="femcumScale" name="femcumScale" placeholder="1" />
  603. <div class="preview" id="femcumScalePreview"></div>
  604. </li>
  605. <li>
  606. <label for="femcumStorageScale">Femcum storage multiplier</label>
  607. <input autocomplete="off" type="number" step="any" id="femcumStorageScale" name="femcumStorageScale" placeholder="1" />
  608. <div class="preview" id="femcumStorageScalePreview"></div>
  609. </li>
  610. <li>
  611. <label for="baseFemcumDigestFactor">Femcum digestion factor</label>
  612. <input autocomplete="off" type="number" step="any" id="baseFemcumDigestFactor" name="baseFemcumDigestFactor" placeholder="1" />
  613. <div class="preview" id="baseFemcumDigestFactorPreview"></div>
  614. </li>
  615. <li>
  616. <label class="has-tooltip" for="femcumScaleWithSize" title="If checked, produces more femcum from the same prey as you get larger">Scale femcum with size</label>
  617. <input autocomplete="off" type="checkbox" id="femcumScaleWithSize" name="femcumScaleWithSize" />
  618. </li>
  619. </div>
  620. </div>
  621. <div class="custom-category">
  622. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="stenchEnabled" name="stenchEnabled" />
  623. <label class="custom-header" for="stenchEnabled">Stench</label>
  624. <div class="reveal-if-active">
  625. <li>
  626. <label class="has-tooltip" for="basePawStenchArea" title="How many times your paw area should be covered in stench">Paw stench area</label>
  627. <input autocomplete="off" type="number" step="any" id="basePawStenchArea" name="basePawStenchArea" placeholder="1" />
  628. <div class="preview" id="basePawStenchAreaPreview"></div>
  629. </li>
  630. <li>
  631. <label class="has-tooltip" for="baseAssStenchArea" title="How many times your ass area should be covered in stench">Ass stench area</label>
  632. <input autocomplete="off" type="number" step="any" id="baseAssStenchArea" name="baseAssStenchArea" placeholder="1" />
  633. <div class="preview" id="baseAssStenchAreaPreview"></div>
  634. </li>
  635. </div>
  636. </div>
  637. <div class="custom-category">
  638. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="gasEnabled" name="gasEnabled" />
  639. <label class="custom-header" for="gasEnabled">Gas</label>
  640. <div class="reveal-if-active">
  641. <li>
  642. <label for="belchEnabled">Belching</label>
  643. <input autocomplete="off" type="checkbox" checked="true" name="belchEnabled" />
  644. </li>
  645. <li>
  646. <label for="fartEnabled">Farting</label>
  647. <input autocomplete="off" type="checkbox" name="fartEnabled" />
  648. </li>
  649. <li>
  650. <label for="gasScale">Gas production factor</label>
  651. <input autocomplete="off" type="number" step="any" id="gasScale" name="gasScale" placeholder="1" />
  652. <div class="preview" id="gasScalePreview"></div>
  653. </li>
  654. <li>
  655. <label for="gasStorageScale">Gas storage multiplier</label>
  656. <input autocomplete="off" type="number" step="any" id="gasStorageScale" name="gasStorageScale" placeholder="1" />
  657. <div class="preview" id="gasStorageScalePreview"></div>
  658. </li>
  659. <li>
  660. <label for="baseGasDigestFactor">Gas digestion factor</label>
  661. <input autocomplete="off" type="number" step="any" id="baseGasDigestFactor" name="baseGasDigestFactor" placeholder="1" />
  662. <div class="preview" id="baseGasDigestFactorPreview"></div>
  663. </li>
  664. <li>
  665. <label class="has-tooltip" for="gasScaleWithSize" title="If checked, produces more gas from the same prey as you get larger">Scale gas with size</label>
  666. <input autocomplete="off" type="checkbox" id="gasScaleWithSize" name="gasScaleWithSize" />
  667. </li>
  668. </div>
  669. </div>
  670. <div class="custom-category">
  671. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="soulVoreEnabled" name="soulVoreEnabled" />
  672. <label class="custom-header" for="soulVoreEnabled">Soul Vore</label>
  673. <div class="reveal-if-active">
  674. <li>
  675. <ul>
  676. <label>Soul destination</label>
  677. <li>
  678. <input autocomplete="off" type="radio" name="soulVoreType" id="soulvore-release" value="release">
  679. <label class="has-tooltip" for="soulvore-release">Released</label>
  680. </li>
  681. <li>
  682. <input autocomplete="off" type="radio" name="soulVoreType" id="soulvore-predscape" value="predscape">
  683. <label class="has-tooltip" for="soulvore-predscape" title="A sort of afterlife or 'other plane' within the predator">Predscape</label>
  684. </li>
  685. <li>
  686. <input autocomplete="off" type="radio" name="soulVoreType" checked="true" id="soulvore-afterlife" value="afterlife">
  687. <label for="soulvore-afterlife">Afterlife</label>
  688. </li>
  689. <li>
  690. <input autocomplete="off" type="radio" name="soulVoreType" id="soulvore-body" value="body">
  691. <label class="has-tooltip" for="soulvore-body" title="Trapped on the predator's body">Predator's body</label>
  692. </li>
  693. <li>
  694. <input autocomplete="off" type="radio" name="soulVoreType" id="soulvore-oblivion" value="oblivion">
  695. <label for="soulvore-oblivion">Oblivion</label>
  696. </li>
  697. </ul>
  698. </li>
  699. </div>
  700. </div>
  701. <div class="custom-category">
  702. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="pissEnabled" name="pissEnabled" />
  703. <label class="custom-header" for="pissEnabled">Watersports</label>
  704. <div class="reveal-if-active">
  705. <li>
  706. <label for="pissScale" >Piss production scale</label>
  707. <input autocomplete="off" type="number" step="any" id="pissScale" name="pissScale" placeholder="1" />
  708. <div class="preview" id="pissScalePreview"></div>
  709. </li>
  710. <li>
  711. <label for="pissStorageScale">Piss storage multiplier</label>
  712. <input autocomplete="off" type="number" step="any" id="pissStorageScale" name="pissStorageScale" placeholder="1" />
  713. <div class="preview" id="pissStorageScalePreview"></div>
  714. </li>
  715. <div class="custom-category-sub">
  716. <ul class="flex-outer-sub">
  717. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="bladderVore" name="bladderVore" />
  718. <label class="custom-header" for="bladderVore">Bladder Vore</label>
  719. <div class="reveal-if-active">
  720. <li>
  721. <label for="baseUrethraDiameter">Urethra diameter</label>
  722. <input autocomplete="off" type="number" step="any" id="baseUrethraDiameter" name="baseUrethraDiameter" data-unit="length" placeholder="0.03" />
  723. <div class="preview" id="baseUrethraDiameterPreview"></div>
  724. </li>
  725. <li>
  726. <label for="urethraStretchiness">Urethra stretchiness</label>
  727. <input autocomplete="off" type="number" step="any" id="urethraStretchiness" name="urethraStretchiness" placeholder="5" />
  728. <div class="preview" id="urethraStretchinessPreview"></div>
  729. </li>
  730. <li>
  731. <label for="basePissDigestFactor">Piss digestion factor</label>
  732. <input autocomplete="off" type="number" step="any" id="basePissDigestFactor" name="basePissDigestFactor" placeholder="1" />
  733. <div class="preview" id="basePissDigestFactorPreview"></div>
  734. </li>
  735. <li>
  736. <label class="has-tooltip" for="pissScaleWithSize" title="If checked, produces more piss from the same prey as you get larger">Scale piss with size</label>
  737. <input autocomplete="off" type="checkbox" id="pissScaleWithSize" name="pissScaleWithSize" />
  738. </li>
  739. </div>
  740. </ul>
  741. </div>
  742. </div>
  743. </div>
  744. <div class="custom-category">
  745. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="scatEnabled" name="scatEnabled" />
  746. <label class="custom-header" for="scatEnabled">Scat</label>
  747. <div class="reveal-if-active">
  748. <li>
  749. <div>note - setting tailhole diameter requires anal vore to be enabled</div>
  750. </li>
  751. <li>
  752. <label for="baseScatDigestFactor">Scat digestion factor</label>
  753. <input autocomplete="off" type="number" step="any" id="baseScatDigestFactor" name="baseScatDigestFactor" placeholder="1" />
  754. <div class="preview" id="baseScatDigestFactorPreview"></div>
  755. </li>
  756. <li>
  757. <label class="has-tooltip" for="scatScale" title="1 = 1% fill per second">Passive scat production</label>
  758. <input autocomplete="off" type="number" step="any" id="scatScale" name="scatScale" placeholder="0" />
  759. <div class="preview" id="scatScalePreview"></div>
  760. </li>
  761. <li>
  762. <label for="scatStorageScale">Scat storage multiplier</label>
  763. <input autocomplete="off" type="number" step="any" id="scatStorageScale" name="scatStorageScale" placeholder="1" />
  764. <div class="preview" id="scatStorageScalePreview"></div>
  765. </li>
  766. <li>
  767. <label class="has-tooltip" for="scatScaleWithSize" title="If checked, produces more scat from the same prey as you get larger">Scale scat with size</label>
  768. <input autocomplete="off" type="checkbox" id="scatScaleWithSize" name="scatScaleWithSize" />
  769. </li>
  770. </div>
  771. </div>
  772. <div class="custom-category">
  773. <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="gooEnabled" name="gooEnabled" />
  774. <label class="custom-header" for="gooEnabled">Goo (not in yet)</label>
  775. </div>
  776. </ul>
  777. </form>
  778. </div>
  779. </div>
  780. </body>
  781. </html>