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.
 
 
 

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