big steppy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

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