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.
 
 
 

705 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.20</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-piss">Piss</button>
  160. <button class="action-button" id="button-action-bladder_vore">Bladder Vore</button>
  161. <button class="action-button" id="button-action-scat">Scat</button>
  162. </div>
  163. <div class="action-tab" id="actions-misc">
  164. <button class="action-button" id="button-action-pouch_stuff">Stuff Pouch</button>
  165. <button class="action-button" id="button-action-pouch_rub">Rub Pouch</button>
  166. <button class="action-button" id="button-action-pouch_eat">Eat From Pouch</button>
  167. <button class="action-button" id="button-action-pouch_absorb">Absorb Pouch</button>
  168. </div>
  169. </div>
  170. </div>
  171. <div class="character-build">
  172. <p>Welcome to Stroll 0.5.20</p>
  173. <p><b>This game features 18+ content</b></p>
  174. <p><a href="https://chemicalcrux.org/stroll">Changelog</a></p>
  175. <p><a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram discussion group</a></p>
  176. <div id="custom-species">
  177. <ul class="flex-outer">
  178. <div class="custom-category">
  179. <p>Reset the sheet here (custom character data isn't affected)</p>
  180. <div>
  181. <button class="option-button" id="button-reset-custom">Reset</button>
  182. </div>
  183. </div>
  184. <div class="custom-category">
  185. <div>
  186. <button class="option-button" id="button-start">Start Game</button>
  187. </div>
  188. </div>
  189. <div class="custom-category">
  190. <button class="option-button" id="button-dark-mode-options">Toggle Dark Mode</button>
  191. <p>Build your Character (leave blank for defaults)</p>
  192. <p>Lengths in meters, areas in square meters, masses in kilograms</p>
  193. </div>
  194. <div class="custom-category">
  195. <p>You can load a preset character here...</p>
  196. <div>
  197. <select id="character-presets">
  198. </select>
  199. <button type="button" class="option-button" id="button-load-preset">Load Preset Character</button>
  200. </div>
  201. </div>
  202. <div class="custom-category">
  203. <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>
  204. <div>
  205. <button type="button" class="option-button" id="button-load-custom">Load Custom Character</button>
  206. <button type="button" class="option-button" id="button-save-custom">Save Custom Character</button>
  207. </div>
  208. </div>
  209. <div class="custom-category">
  210. <p>Or export/import your character to text here. Copy and paste to share!</p>
  211. <div class>
  212. <button type="button" class="option-button" id="button-export-clear">Clear Space</button>
  213. <button type="button" class="option-button" id="button-export-preset">Export Your Character</button>
  214. <button type="button" class="option-button" id="button-import-preset">Import Your Character</button>
  215. <p><input type="text" id="export-area" placeholder="Paste character data here..."></p>
  216. </div>
  217. </div>
  218. </ul>
  219. <form id="custom-species-form" name="custom-species-form">
  220. <ul class="flex-outer">
  221. <div class="custom-category">
  222. <div class="custom-header-static">Basics</div>
  223. <div>
  224. <li>
  225. <label for="name">Name</label>
  226. <input type="text" id="name" name="name" />
  227. </li>
  228. <li>
  229. <label for="species">Species</label>
  230. <input type="text" id="species" name="species" placeholder="crux" />
  231. </li>
  232. <li>
  233. <label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label>
  234. <input type="number" step="any" id="scale" name="scale" placeholder="1" />
  235. </li>
  236. <li>
  237. <label for="baseHeight">Height</label>
  238. <input type="number" step="any" id="baseHeight" name="baseHeight" placeholder="2.26" />
  239. </li>
  240. <li>
  241. <label for="baseMass">Weight</label>
  242. <input type="number" step="any" id="baseMass" name="baseMass" placeholder="135">
  243. </li>
  244. <li>
  245. <label for="basePawArea">Paw area</label>
  246. <input type="number" step="any" id="basePawArea" name="basePawArea" placeholder="0.1">
  247. </li>
  248. <li>
  249. <label for="baseHandArea">Hand area</label>
  250. <input type="number" step="any" id="baseHandArea" name="baseHandArea" placeholder="0.1">
  251. </li>
  252. <li>
  253. <label for="baseAssArea">Ass area</label>
  254. <input type="number" step="any" id="baseAssArea" name="baseAssArea" placeholder="0.4">
  255. </li>
  256. </div>
  257. </div>
  258. <div class="custom-category">
  259. <div class="custom-header-static">Brutality</div>
  260. <div>
  261. <ul>
  262. <li>
  263. <input type="radio" name="brutality" id="brutality-0" value="0">
  264. <label for="brutality-0">Non-fatal</label>
  265. </li>
  266. <li>
  267. <input type="radio" name="brutality" checked="true" id="brutality-1" value="1">
  268. <label for="brutality-1">Fatal, no gore</label>
  269. </li>
  270. <li>
  271. <input type="radio" name="brutality" id="brutality-2" value="2">
  272. <label for="brutality-2">Gory</label>
  273. </li>
  274. <li>
  275. <input type="radio" name="brutality" id="brutality-3" disabled="disableD" value="3">
  276. <label for="brutality-3">Sadistic (not implemented)</label>
  277. </li>
  278. </ul>
  279. </div>
  280. </div>
  281. <div class="custom-category">
  282. <div class="custom-header-static">Victims</div>
  283. <div>
  284. <li>
  285. <label for="victimsHuman">Human prey (instead of anthros)</label>
  286. <input type="checkbox" name="victimsHuman" id="victimsHuman" />
  287. </li>
  288. <li>
  289. <label for="military">Military</label>
  290. <input type="checkbox" name="victimsMilitary" id="victimsMilitary" />
  291. </li>
  292. <li>
  293. <label for="macros">Smaller macros</label>
  294. <input type="checkbox" name="victimsMacros" id="victimsMacros" />
  295. </li>
  296. <li>
  297. <label for="micros">Micros</label>
  298. <input type="checkbox" name="victimsMicros" id="victimsMicros" />
  299. </li>
  300. </div>
  301. </div>
  302. <div class="custom-category">
  303. <div class="custom-header-static">Misc</div>
  304. <div>
  305. <li>
  306. <label class="has-tooltip" for="sameSizeVore" title="Can you eat people your own size?">Same-size predator</label>
  307. <input type="checkbox" checked="true" name="sameSizeVore" />
  308. </li>
  309. <li>
  310. <label class="has-tooltip" for="sameSizeStomp" title="Can you stomp and sit on people your own size?">Same-size stomper</label>
  311. <input type="checkbox" checked="true" name="sameSizeStomp" />
  312. </li>
  313. <li>
  314. <label for="footType">Foot type</label>
  315. <select name="footType">
  316. <option value="paw">Paws</option>
  317. <option value="hoof">Hooves</option>
  318. <option value="foot">Human</option>
  319. <option value="avian">Avian</option>
  320. </select>
  321. </li>
  322. <li>
  323. <label for="jawType">Mouth type</label>
  324. <select name="jawType">
  325. <option value="jaw">Jaws</option>
  326. <option value="beak">Beak</option>
  327. </select>
  328. </li>
  329. </div>
  330. </div>
  331. <div class="custom-category">
  332. <input class="custom-header-checkbox" type="checkbox" id="footWear" name="footWear" />
  333. <label class="custom-header" for="footWear">Footwear</label>
  334. <div class="reveal-if-active">
  335. <li>
  336. <div class="custom-category-sub">
  337. <ul class="flex-outer-sub">
  338. <input class="custom-header-checkbox" type="checkbox" checked="true" id="footSockEnabled" name="footSockEnabled" />
  339. <label class="custom-header" for="footSockEnabled">Socks</label>
  340. <div class="reveal-if-active">
  341. <li>
  342. <label for="footSock">Sock type</label>
  343. <select name="footSock">
  344. <option value="sock">Socks</option>
  345. </select>
  346. </li>
  347. </div>
  348. </ul>
  349. </div>
  350. <div class="custom-category-sub">
  351. <ul class="flex-outer-sub">
  352. <input class="custom-header-checkbox" type="checkbox" checked="true" id="footShoeEnabled" name="footShoeEnabled" />
  353. <label class="custom-header" for="footShoeEnabled">Shoes</label>
  354. <div class="reveal-if-active">
  355. <li>
  356. <label for="footShoe">Shoe type</label>
  357. <select name="footShoe">
  358. <option value="shoe">Shoes</option>
  359. <option value="boot">Boots</option>
  360. <option value="trainer">Trainers</option>
  361. <option value="sandal">Sandals</option>
  362. </select>
  363. </li>
  364. </div>
  365. </ul>
  366. </div>
  367. </li>
  368. </div>
  369. </div>
  370. <div class="custom-category">
  371. <input class="custom-header-checkbox" type="checkbox" checked="true" id="analVore" name="analVore" />
  372. <label class="custom-header" for="analVore">Anal Vore</label>
  373. <div class="reveal-if-active">
  374. <li>
  375. <label for="baseAnalVoreDiameter">Tailhole diameter</label>
  376. <input type="number" step="any" id="baseAnalVoreDiameter" name="baseAnalVoreDiameter" placeholder="0.1">
  377. </li>
  378. <li>
  379. <label class="has-tooltip" for="analVoreToStomach" title="Otherwise, bowels absorb/digest">Anal vore goes to stomach</label>
  380. <input type="checkbox" name="analVoreToStomach" id="analVoreToStomach" />
  381. </li>
  382. </div>
  383. </div>
  384. <div class="custom-category">
  385. <input class="custom-header-checkbox" type="checkbox" checked="true" id="arousalEnabled" name="arousalEnabled" />
  386. <label class="custom-header" for="arousalEnabled">Arousal</label>
  387. <div class="reveal-if-active">
  388. <li>
  389. <label class="has-tooltip" for="arousalFactor" title="Multiplies arousal gain by this much">Arousal multiplier</label>
  390. <input type="number" step="any" name="arousalFactor" placeholder="1" />
  391. </li>
  392. <li>
  393. <label class="has-tooltip" for="edgeFactor" title="Multiplies edge gain by this much">Edge multiplier</label>
  394. <input type="number" step="any" name="arousalFactor" placeholder="1" />
  395. </li>
  396. </div>
  397. </div>
  398. <div class="custom-category">
  399. <input class="custom-header-checkbox" type="checkbox" checked="true" id="hasTail" name="hasTail" />
  400. <label class="custom-header" for="hasTail">Tails</label>
  401. <div class="reveal-if-active">
  402. <li>
  403. <label for="tailCount">Tail count</label>
  404. <input type="number" step="any" name="tailCount" placeholder="1" />
  405. </li>
  406. <li>
  407. <label for="tailType">Tail type</label>
  408. <input type="text" name="tailType" placeholder="slinky" />
  409. </li>
  410. <li>
  411. <label for="baseTailLength">Tail length</label>
  412. <input type="number" step="any" name="baseTailLength" placeholder="1" />
  413. </li>
  414. <li>
  415. <label for="baseTailDiameter">Tail diameter</label>
  416. <input type="number" step="any" name="baseTailDiameter" placeholder="0.3" />
  417. </li>
  418. <li>
  419. <div class="custom-category-sub">
  420. <ul class="flex-outer-sub">
  421. <input class="custom-header-checkbox" type="checkbox" checked="true" id="tailMaw" name="tailMaw" />
  422. <label class="custom-header" for="tailMaw">Tail Vore</label>
  423. <div class="reveal-if-active">
  424. <li>
  425. <label for="tailStretchiness">Tail stretchiness</label>
  426. <input type="number" step="any" name="tailStretchiness" placeholder="1" />
  427. </li>
  428. </div>
  429. </ul>
  430. </div>
  431. </li>
  432. </div>
  433. </div>
  434. <div class="custom-category">
  435. <input class="custom-header-checkbox" type="checkbox" checked="true" id="hasPouch" name="hasPouch" />
  436. <label class="custom-header" for="hasPouch">Pouch</label>
  437. <div class="reveal-if-active">
  438. <li>
  439. It's on :D
  440. </li>
  441. </div>
  442. </div>
  443. <div class="custom-category">
  444. <input class="custom-header-checkbox" type="checkbox" checked="true" id="maleParts" name="maleParts" />
  445. <label class="custom-header" for="maleParts">Male genitals</label>
  446. <div class="reveal-if-active">
  447. <li>
  448. <label for="hasSheath">Sheath</label>
  449. <input type="checkbox" id="hasSheath" name="hasSheath" checked="true" />
  450. </li>
  451. <li>
  452. <label for="dickType">Cock type</label>
  453. <input type="text" id="dickType" name="dickType" placeholder="canine" />
  454. </li>
  455. <li>
  456. <label for="baseDickLength">Cock length</label>
  457. <input type="number" step="any" id="baseDickLength" name="baseDickLength" placeholder="0.3" />
  458. </li>
  459. <li>
  460. <label for="baseDickDiameter">Cock diameter</label>
  461. <input type="number" step="any" id="baseDickDiameter" name="baseDickDiameter" placeholder="0.08" />
  462. </li>
  463. <li>
  464. <label for="dickStretchiness">Cock stretchiness</label>
  465. <input type="number" step="any" name="dickStretchiness" placeholder="1" />
  466. </li>
  467. <li>
  468. <label for="baseBallDiameter">Ball diameter</label>
  469. <input type="number" step="any" id="baseBallDiameter" name="baseBallDiameter" placeholder="0.05" />
  470. </li>
  471. <li>
  472. <label for="baseCumRatio" class="has-tooltip" title="scales how much cum is released with each shot">Orgasm cum ratio</label>
  473. <input type="number" step="any" id="baseCumRatio" name="baseCumRatio" placeholder="1" />
  474. </li>
  475. <li>
  476. <label for="baseMass">Cum production factor</label>
  477. <input type="number" step="any" id="cumScale" name="cumScale" placeholder="1" />
  478. </li>
  479. </div>
  480. </div>
  481. <div class="custom-category">
  482. <input class="custom-header-checkbox" type="checkbox" checked="true" id="hasBreasts" name="hasBreasts" />
  483. <label class="custom-header" for="hasBreasts">Breasts</label>
  484. <div class="reveal-if-active">
  485. <li>
  486. <label for="baseBreastDiameter">Breast diameter</label>
  487. <input type="number" step="any" id="baseBreastDiameter" name="baseBreastDiameter" placeholder="0.1" />
  488. </li>
  489. <li>
  490. <div class="custom-category-sub">
  491. <ul class="flex-outer-sub">
  492. <input class="custom-header-checkbox" type="checkbox" checked="true" id="lactationEnabled" name="lactationEnabled" />
  493. <label class="custom-header" for="lactationEnabled">Lactation</label>
  494. <div class="reveal-if-active">
  495. <li>
  496. <label for="lactationFactor" class="has-tooltip" title="scales how much milk is released with each squeeze">Lactation ratio</label>
  497. <input type="number" step="any" id="lactationFactor" name="lactationFactor" placeholder="0.25" />
  498. </li>
  499. <li>
  500. <label for="lactationScale">Milk production factor</label>
  501. <input type="number" step="any" id="lactationScale" name="lactationScale" placeholder="1" />
  502. </li>
  503. </div>
  504. </ul>
  505. </div>
  506. </li>
  507. <li>
  508. <div class="custom-category-sub">
  509. <ul class="flex-outer-sub">
  510. <input class="custom-header-checkbox" type="checkbox" checked="true" id="breastVore" name="breastVore" />
  511. <label class="custom-header" for="breastVore">Breast Vore</label>
  512. <div class="reveal-if-active">
  513. <li>
  514. <label for="breastStretchiness">Breast stretchiness</label>
  515. <input type="number" step="any" name="breastStretchiness" placeholder="1" />
  516. </li>
  517. </div>
  518. </ul>
  519. </div>
  520. </li>
  521. </div>
  522. </div>
  523. <div class="custom-category">
  524. <input class="custom-header-checkbox" type="checkbox" checked="true" id="femaleParts" name="femaleParts" />
  525. <label class="custom-header" for="femaleParts">Female genitals</label>
  526. <div class="reveal-if-active">
  527. <li>
  528. <label for="baseVaginaLength">Slit length</label>
  529. <input type="number" step="any" id="baseVaginaLength" name="baseVaginaLength" placeholder="0.1" />
  530. </li>
  531. <li>
  532. <label for="baseVaginaWidth">Slit width</label>
  533. <input type="number" step="any" id="baseVaginaWidth" name="baseVaginaWidth" placeholder="0.05" />
  534. </li>
  535. <li>
  536. <label for="vaginaStretchiness">Slit stretchiness</label>
  537. <input type="number" step="any" name="vaginaStretchiness" placeholder="1" />
  538. </li>
  539. <li>
  540. <label for="baseFemcumRatio" class="has-tooltip" title="scales how much femcum is released with each shot">Orgasm femcum ratio</label>
  541. <input type="number" step="any" id="baseFemcumRatio" name="baseFemcumRatio" placeholder="1" />
  542. </li>
  543. <li>
  544. <label for="femcumScale">Femcum production factor</label>
  545. <input type="number" step="any" id="femcumScale" name="femcumScale" placeholder="1" />
  546. </li>
  547. </div>
  548. </div>
  549. <div class="custom-category">
  550. <input class="custom-header-checkbox" type="checkbox" id="stenchEnabled" name="stenchEnabled" />
  551. <label class="custom-header" for="stenchEnabled">Stench</label>
  552. <div class="reveal-if-active">
  553. <li>
  554. <label class="has-tooltip" for="basePawStenchArea" title="How many times your paw area should be covered in stench">Paw stench area</label>
  555. <input type="number" step="any" id="basePawStenchArea" name="basePawStenchArea" placeholder="1" />
  556. </li>
  557. <li>
  558. <label class="has-tooltip" for="baseAssStenchArea" title="How many times your ass' area should be covered in stench">Ass stench area</label>
  559. <input type="number" step="any" id="baseAssStenchArea" name="baseAssStenchArea" placeholder="1" />
  560. </li>
  561. </div>
  562. </div>
  563. <div class="custom-category">
  564. <input class="custom-header-checkbox" type="checkbox" id="gasEnabled" name="gasEnabled" />
  565. <label class="custom-header" for="gasEnabled">Gas</label>
  566. <div class="reveal-if-active">
  567. <li>
  568. <label for="belchEnabled">Belching</label>
  569. <input type="checkbox" checked="true" name="belchEnabled" />
  570. </li>
  571. <li>
  572. <label for="fartEnabled">Farting</label>
  573. <input type="checkbox" name="fartEnabled" />
  574. </li>
  575. <li>
  576. <label for="gasScale">Gas production factor</label>
  577. <input type="number" step="any" id="gasScale" name="gasScale" placeholder="1" />
  578. </li>
  579. <li>
  580. <label for="baseGasDigestFactor">Gas digestion factor</label>
  581. <input type="number" step="any" id="baseGasDigestFactor" name="baseGasDigestFactor" placeholder="1" />
  582. </li>
  583. <li>
  584. <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>
  585. <input type="checkbox" id="gasScaleWithSize" name="gasScaleWithSize" />
  586. </li>
  587. </div>
  588. </div>
  589. <div class="custom-category">
  590. <input class="custom-header-checkbox" type="checkbox" id="soulVoreEnabled" name="soulVoreEnabled" />
  591. <label class="custom-header" for="soulVoreEnabled">Soul Vore</label>
  592. <div class="reveal-if-active">
  593. <li>
  594. <ul>
  595. <label>Soul destination</label>
  596. <li>
  597. <input type="radio" name="soulVoreType" id="soulvore-release" value="release">
  598. <label class="has-tooltip" for="soulvore-release">Released</label>
  599. </li>
  600. <li>
  601. <input type="radio" name="soulVoreType" id="soulvore-predscape" value="predscape">
  602. <label class="has-tooltip" for="soulvore-predscape" title="A sort of afterlife or 'other plane' within the predator">Predscape</label>
  603. </li>
  604. <li>
  605. <input type="radio" name="soulVoreType" checked="true" id="soulvore-afterlife" value="afterlife">
  606. <label for="soulvore-afterlife">Afterlife</label>
  607. </li>
  608. <li>
  609. <input type="radio" name="soulVoreType" id="soulvore-body" value="body">
  610. <label class="has-tooltip" for="soulvore-body" title="Trapped on the predator's body">Predator's body</label>
  611. </li>
  612. <li>
  613. <input type="radio" name="soulVoreType" id="soulvore-oblivion" value="oblivion">
  614. <label for="soulvore-oblivion">Oblivion</label>
  615. </li>
  616. </ul>
  617. </li>
  618. </div>
  619. </div>
  620. <div class="custom-category">
  621. <input class="custom-header-checkbox" type="checkbox" id="pissEnabled" name="pissEnabled" />
  622. <label class="custom-header" for="pissEnabled">Watersports</label>
  623. <div class="reveal-if-active">
  624. <li>
  625. <label for="pissScale" >Piss production scale</label>
  626. <input type="number" step="any" id="pissScale" name="pissScale" placeholder="1" />
  627. </li>
  628. <div class="custom-category-sub">
  629. <ul class="flex-outer-sub">
  630. <input class="custom-header-checkbox" type="checkbox" id="bladderVore" name="bladderVore" />
  631. <label class="custom-header" for="bladderVore">Bladder Vore</label>
  632. <div class="reveal-if-active">
  633. <li>
  634. <label for="baseUrethraDiameter">Urethra diameter</label>
  635. <input type="number" step="any" id="baseUrethraDiameter" name="baseUrethraDiameter" placeholder="0.03" />
  636. </li>
  637. <li>
  638. <label for="urethraStretchiness">Urethra stretchiness</label>
  639. <input type="number" step="any" id="urethraStretchiness" name="urethraStretchiness" placeholder="5" />
  640. </li>
  641. </div>
  642. </ul>
  643. </div>
  644. </div>
  645. </div>
  646. <div class="custom-category">
  647. <input class="custom-header-checkbox" type="checkbox" id="scatEnabled" name="scatEnabled" />
  648. <label class="custom-header" for="scatEnabled">Scat</label>
  649. <div class="reveal-if-active">
  650. <li>
  651. <div>note - setting tailhole diameter requires anal vore to be enabled</div>
  652. </li>
  653. </div>
  654. </div>
  655. <div class="custom-category">
  656. <input class="custom-header-checkbox" type="checkbox" id="gooEnabled" name="gooEnabled" />
  657. <label class="custom-header" for="gooEnabled">Goo (not in yet)</label>
  658. </div>
  659. </ul>
  660. </form>
  661. </div>
  662. </div>
  663. </body>
  664. </html>