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

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