big steppy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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