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.
 
 
 

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