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

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