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.
 
 
 

1735 line
39 KiB

  1. panels = {
  2. "body": {
  3. "name": "Body",
  4. "buttons": [
  5. {
  6. "name": "Eat",
  7. "target": "feed"
  8. },
  9. {
  10. "name": "Crop Swallow",
  11. "target": "crop_swallow"
  12. },
  13. {
  14. "name": "Digest",
  15. "target": "digest_stomach"
  16. },
  17. {
  18. "name": "Chew",
  19. "target": "chew"
  20. },
  21. {
  22. "name": "Drool",
  23. "target": "drool"
  24. },
  25. {
  26. "name": "Vomit",
  27. "target": "vomit"
  28. },
  29. {
  30. "name": "Sit",
  31. "target": "sit"
  32. },
  33. {
  34. "name": "Grind ass",
  35. "target": "ass_grind"
  36. },
  37. {
  38. "name": "Anal Vore",
  39. "target": "anal_vore"
  40. },
  41. {
  42. "name": "Digest Bowels",
  43. "target": "digest_anal"
  44. },
  45. {
  46. "name": "Grind hips",
  47. "target": "grind"
  48. }
  49. ]
  50. },
  51. "paws": {
  52. "name": "Paws",
  53. "buttons": [
  54. {
  55. "name": "Stomp",
  56. "target": "stomp"
  57. },
  58. {
  59. "name": "Flex Toes",
  60. "target": "flex_toes"
  61. },
  62. {
  63. "name": "Absorb",
  64. "target": "paw_vore"
  65. },
  66. {
  67. "name": "Digest",
  68. "target": "digest_paws"
  69. }
  70. ]
  71. },
  72. "tails": {
  73. "name": "Tails",
  74. "buttons": [
  75. {
  76. "name": "Tail Slap",
  77. "target": "tail_slap"
  78. },
  79. {
  80. "name": "Tail Vore",
  81. "target": "tail_vore_only"
  82. },
  83. {
  84. "name": "Tail Vore (1)",
  85. "target": "tail_vore_one"
  86. },
  87. {
  88. "name": "Tail Vore (some)",
  89. "target": "tail_vore_some"
  90. },
  91. {
  92. "name": "Tail Vore (all!)",
  93. "target": "tail_vore_all"
  94. },
  95. {
  96. "name": "Digest",
  97. "target": "digest_tail"
  98. }
  99. ]
  100. },
  101. "breasts": {
  102. "name": "Breasts",
  103. "buttons": [
  104. {
  105. "name": "Stuff Cleavage",
  106. "target": "cleavage_stuff"
  107. },
  108. {
  109. "name": "Squeeze Cleavage",
  110. "target": "breast_toy"
  111. },
  112. {
  113. "name": "Crush Cleavage",
  114. "target": "cleavage_crush"
  115. },
  116. {
  117. "name": "Drop Cleavage",
  118. "target": "cleavage_drop"
  119. },
  120. {
  121. "name": "Absorb Cleavage",
  122. "target": "cleavage_absorb"
  123. },
  124. {
  125. "name": "Breast Crush",
  126. "target": "breast_crush"
  127. },
  128. {
  129. "name": "Breast Vore",
  130. "target": "breast_vore"
  131. },
  132. {
  133. "name": "Digest",
  134. "target": "digest_breast"
  135. },
  136. {
  137. "name": "Milk Breasts",
  138. "target": "breast_milk"
  139. }
  140. ]
  141. },
  142. "vagina": {
  143. "name": "Slit",
  144. "buttons": [
  145. {
  146. "name": "Unbirth",
  147. "target": "unbirth"
  148. },
  149. {
  150. "name": "Digest",
  151. "target": "digest_unbirth"
  152. },
  153. {
  154. "name": "Finger Slit",
  155. "target": "slit_toy"
  156. }
  157. ]
  158. },
  159. "dick": {
  160. "name": "Cock",
  161. "buttons": [
  162. {
  163. "name": "Cockslap",
  164. "target": "cockslap"
  165. },
  166. {
  167. "name": "Cock Vore",
  168. "target": "cock_vore"
  169. },
  170. {
  171. "name": "Digest",
  172. "target": "digest_cock"
  173. },
  174. {
  175. "name": "Ball Smother",
  176. "target": "ball_smother"
  177. },
  178. {
  179. "name": "Stuff Sheath",
  180. "target": "sheath_stuff"
  181. },
  182. {
  183. "name": "Squeeze Sheath",
  184. "target": "sheath_toy"
  185. },
  186. {
  187. "name": "Clench Sheath",
  188. "target": "sheath_clench"
  189. },
  190. {
  191. "name": "Absorb Sheath",
  192. "target": "sheath_absorb"
  193. },
  194. {
  195. "name": "Stuff Foreskin",
  196. "target": "foreskin_stuff"
  197. },
  198. {
  199. "name": "Squeeze Foreskin",
  200. "target": "foreskin_toy"
  201. },
  202. {
  203. "name": "Clench Foreskin",
  204. "target": "foreskin_clench"
  205. },
  206. {
  207. "name": "Absorb Foreskin",
  208. "target": "foreskin_absorb"
  209. }
  210. ]
  211. },
  212. "souls": {
  213. "name": "Souls",
  214. "buttons": [
  215. {
  216. "name": "Soul Vore",
  217. "target": "soul_vore"
  218. },
  219. {
  220. "name": "Digest",
  221. "target": "digest_soul"
  222. },
  223. {
  224. "name": "Paws",
  225. "target": "soul_absorb_paw"
  226. }
  227. ]
  228. },
  229. "shoes": {
  230. "name": "Footwear",
  231. "buttons": [
  232. {
  233. "name": "Put On Shoes",
  234. "target": "wear_shoes"
  235. },
  236. {
  237. "name": "Take Off Shoes",
  238. "target": "remove_shoes"
  239. },
  240. {
  241. "name": "Put On Socks",
  242. "target": "wear_socks"
  243. },
  244. {
  245. "name": "Take Off Socks",
  246. "target": "remove_socks"
  247. },
  248. {
  249. "name": "Stuff Shoes",
  250. "target": "stuff_shoes"
  251. },
  252. {
  253. "name": "Stuff Socks",
  254. "target": "stuff_socks"
  255. },
  256. {
  257. "name": "Dump Shoes",
  258. "target": "dump_shoes"
  259. },
  260. {
  261. "name": "Dump Socks",
  262. "target": "dump_socks"
  263. }
  264. ]
  265. },
  266. "waste": {
  267. "name": "Waste",
  268. "buttons": [
  269. {
  270. "name": "Belch",
  271. "target": "belch"
  272. },
  273. {
  274. "name": "Fart",
  275. "target": "fart"
  276. },
  277. {
  278. "name": "Piss",
  279. "target": "piss"
  280. },
  281. {
  282. "name": "Bladder Vore",
  283. "target": "bladder_vore"
  284. },
  285. {
  286. "name": "Digest",
  287. "target": "digest_bladder"
  288. },
  289. {
  290. "name": "Scat",
  291. "target": "scat"
  292. }
  293. ]
  294. },
  295. "goo": {
  296. "name": "Goo",
  297. "buttons": [
  298. {
  299. "name": "Solidify",
  300. "target": "solidify"
  301. },
  302. {
  303. "name": "Melt",
  304. "target": "melt"
  305. },
  306. {
  307. "name": "Flood",
  308. "target": "flood"
  309. },
  310. {
  311. "name": "Push to Stomach",
  312. "target": "goo_stomach_push"
  313. },
  314. {
  315. "name": "Pull from Stomach",
  316. "target": "goo_stomach_pull"
  317. },
  318. {
  319. "name": "Push to Bowels",
  320. "target": "goo_bowels_push"
  321. },
  322. {
  323. "name": "Pull from Bowels",
  324. "target": "goo_bowels_pull"
  325. },
  326. {
  327. "name": "Push to Womb",
  328. "target": "goo_womb_push"
  329. },
  330. {
  331. "name": "Pull from Womb",
  332. "target": "goo_womb_pull"
  333. },
  334. {
  335. "name": "Push to Balls",
  336. "target": "goo_balls_push"
  337. },
  338. {
  339. "name": "Pull from Balls",
  340. "target": "goo_balls_pull"
  341. },
  342. {
  343. "name": "Push to Breasts",
  344. "target": "goo_breasts_push"
  345. },
  346. {
  347. "name": "Pull from Breasts",
  348. "target": "goo_breasts_pull"
  349. },
  350. {
  351. "name": "Push to Tails",
  352. "target": "goo_tail_push"
  353. },
  354. {
  355. "name": "Pull from Tails",
  356. "target": "goo_tail_pull"
  357. },
  358. {
  359. "name": "Push to Paws",
  360. "target": "goo_paws_push"
  361. },
  362. {
  363. "name": "Pull from Paws",
  364. "target": "goo_paws_pull"
  365. },
  366. {
  367. "name": "Digest",
  368. "target": "digest_goo"
  369. }
  370. ]
  371. },
  372. "misc": {
  373. "name": "Misc",
  374. "buttons": [
  375. {
  376. "name": "Stuff Pouch",
  377. "target": "pouch_stuff"
  378. },
  379. {
  380. "name": "Rub Pouch",
  381. "target": "pouch_rub"
  382. },
  383. {
  384. "name": "Eat From Pouch",
  385. "target": "pouch_eat"
  386. },
  387. {
  388. "name": "Absorb Pouch",
  389. "target": "pouch_absorb"
  390. },
  391. {
  392. "name": "Flap Wings",
  393. "target": "wings_flap"
  394. },
  395. {
  396. "name": "Wing Vore",
  397. "target": "wings_vore"
  398. },
  399. {
  400. "name": "Digest Wings",
  401. "target": "digest_wings"
  402. }
  403. ]
  404. },
  405. "breath": {
  406. "name": "Breath",
  407. "buttons": [
  408. {
  409. "name": "Line Shape",
  410. "target": "breath_line"
  411. },
  412. {
  413. "name": "Cone Shape",
  414. "target": "breath_cone"
  415. },
  416. {
  417. "name": "Fire",
  418. "target": "breath_fire"
  419. },
  420. {
  421. "name": "Ice",
  422. "target": "breath_ice"
  423. },
  424. {
  425. "name": "Electric",
  426. "target": "breath_electric"
  427. },
  428. {
  429. "name": "Smoke",
  430. "target": "breath_smoke"
  431. },
  432. {
  433. "name": "Radiation",
  434. "target": "breath_radiation"
  435. },
  436. {
  437. "name": "Foul",
  438. "target": "breath_foul"
  439. }
  440. ]
  441. },
  442. "magic": {
  443. "name": "Magic",
  444. "buttons": [
  445. {
  446. "name": "Shrink",
  447. "target": "magic_shrink"
  448. },
  449. {
  450. "name": "Fast Digestion",
  451. "target": "magic_fast_digestion"
  452. }
  453. ]
  454. },
  455. "options": {
  456. "name": "Options",
  457. "type": "options",
  458. "buttons": [
  459. {
  460. "name": "Arousal On",
  461. "target": "toggle_arousal",
  462. "default": true
  463. },
  464. {
  465. "name": "Status: Standing",
  466. "target": "toggle_auto",
  467. "default": true
  468. },
  469. {
  470. "name": "Numbers: Words",
  471. "target": "toggle_numbers",
  472. "default": true
  473. },
  474. {
  475. "name": "Units: Metric",
  476. "target": "toggle_units",
  477. "default": true
  478. },
  479. {
  480. "name": "Verbose Text",
  481. "target": "toggle_verbose",
  482. "default": true
  483. },
  484. {
  485. "name": "Toggle Dark Mode",
  486. "target": "toggleDarkMode",
  487. "default": true
  488. },
  489. {
  490. "name": "Debug Log",
  491. "target": "debugLog",
  492. "default": true
  493. }
  494. ]
  495. }
  496. }
  497. options = [
  498. {
  499. "name": "Basics",
  500. "optional": false,
  501. "entries": [
  502. {
  503. "name": "Name",
  504. "id": "name",
  505. "type": "text",
  506. "default": "Fen"
  507. },
  508. {
  509. "name": "Scale",
  510. "id": "scale",
  511. "type": "float",
  512. "default": "1"
  513. },
  514. {
  515. "name": "Height",
  516. "id": "baseHeight",
  517. "type": "float",
  518. "default": "2.26",
  519. "unit": "length"
  520. },
  521. {
  522. "name": "Weight",
  523. "id": "baseMass",
  524. "type": "float",
  525. "default": "135",
  526. "unit": "mass"
  527. },
  528. {
  529. "name": "Paw area",
  530. "id": "basePawArea",
  531. "type": "float",
  532. "default": "0.1",
  533. "unit": "area"
  534. },
  535. {
  536. "name": "Hand area",
  537. "id": "baseHandArea",
  538. "type": "float",
  539. "default": "0.1",
  540. "unit": "area"
  541. },
  542. {
  543. "name": "Ass area",
  544. "id": "baseAssArea",
  545. "type": "float",
  546. "default": "0.2",
  547. "unit": "area"
  548. },
  549. {
  550. "name": "Same-size stomping",
  551. "id": "sameSizeStomp",
  552. "type": "checkbox"
  553. }
  554. ]
  555. },
  556. {
  557. "name": "Body Details",
  558. "optional": false,
  559. "entries":
  560. [
  561. {
  562. "name": "Species",
  563. "id": "species",
  564. "type": "text",
  565. "default": "crux"
  566. },
  567. {
  568. "name": "Foot type",
  569. "id": "footType",
  570. "type": "select",
  571. "choices":
  572. [
  573. {
  574. "name": "Paws",
  575. "value": "paw"
  576. },
  577. {
  578. "name": "Hooves",
  579. "value": "hoof"
  580. },
  581. {
  582. "name": "Feet",
  583. "value": "foot",
  584. },
  585. {
  586. "name": "Avian",
  587. "value": "avian"
  588. }
  589. ]
  590. },
  591. {
  592. "name": "Mouth type",
  593. "id": "jawType",
  594. "type": "select",
  595. "choices":
  596. [
  597. {
  598. "name": "Jaws",
  599. "value": "jaw"
  600. },
  601. {
  602. "name": "Beak",
  603. "value": "beak"
  604. }
  605. ]
  606. }
  607. ]
  608. },
  609. {
  610. "name": "Difficulty",
  611. "optional": false,
  612. "entries":
  613. [
  614. {
  615. "type": "radio",
  616. "id": "difficulty",
  617. "default": "0",
  618. "choices":
  619. [
  620. {
  621. "name": "Sandbox",
  622. "value": "0"
  623. },
  624. {
  625. "name": "Stompvival",
  626. "value": "1"
  627. }
  628. ]
  629. }
  630. ]
  631. },
  632. {
  633. "name": "Brutality",
  634. "optional": false,
  635. "entries":
  636. [
  637. {
  638. "type": "radio",
  639. "id": "brutality",
  640. "default": "1",
  641. "choices":
  642. [
  643. {
  644. "name": "Non-fatal",
  645. "value": "0"
  646. },
  647. {
  648. "name": "Fatal",
  649. "value": "1",
  650. "warning": "Fatal actions are enabled"
  651. },
  652. {
  653. "name": "Gory",
  654. "value": "2",
  655. "warning": "Gory actions are enabled"
  656. },
  657. {
  658. "name": "Sadistic",
  659. "value": "3",
  660. "warning": "Brutal actions are enabled"
  661. },
  662. ]
  663. }
  664. ]
  665. },
  666. {
  667. "name": "Victims",
  668. "optional": false,
  669. "entries":
  670. [
  671. {
  672. "name": "Human prey",
  673. "id": "victimsHuman",
  674. "type": "checkbox"
  675. },
  676. {
  677. "name": "Military",
  678. "id": "victimsMilitary",
  679. "type": "checkbox"
  680. },
  681. {
  682. "name": "Macros",
  683. "id": "victimsMacros",
  684. "type": "checkbox"
  685. },
  686. {
  687. "name": "Micros",
  688. "id": "victimsMicros",
  689. "type": "checkbox"
  690. }
  691. ]
  692. },
  693. {
  694. "name": "Oral Vore",
  695. "id": "oralVore",
  696. "optional": true,
  697. "buttons": [
  698. "feed", "chew"
  699. ],
  700. "entries":
  701. [
  702. {
  703. "name": "Digestion time",
  704. "id": "oralDigestTime",
  705. "type": "float",
  706. "default": "15"
  707. },
  708. {
  709. "name": "Manual digestion",
  710. "id": "oralDigestManual",
  711. "type": "checkbox",
  712. "buttons": ["digest_stomach"]
  713. },
  714. {
  715. "name": "Same-size vore",
  716. "id": "sameSizeOralVore",
  717. "type": "checkbox",
  718. "default": true
  719. },
  720. {
  721. "name": "Vomiting",
  722. "id": "vomitEnabled",
  723. "type": "checkbox",
  724. "warning": "Vomiting is enabled",
  725. "buttons": ["vomit"]
  726. }
  727. ]
  728. },
  729. {
  730. "name": "Anal Vore",
  731. "id": "analVore",
  732. "optional": true,
  733. "buttons": ["anal_vore"],
  734. "entries":
  735. [
  736. {
  737. "name": "Anus diameter",
  738. "id": "baseAnalVoreDiameter",
  739. "type": "float",
  740. "default": "0.2",
  741. "unit": "length"
  742. },
  743. {
  744. "name": "Digestion time",
  745. "id": "analDigestTime",
  746. "type": "float",
  747. "default": "15"
  748. },
  749. {
  750. "name": "Manual digestion",
  751. "id": "analDigestManual",
  752. "type": "checkbox",
  753. "buttons": ["digest_anal"]
  754. },
  755. {
  756. "name": "Same-size vore",
  757. "id": "sameSizeAnalVore",
  758. "type": "checkbox",
  759. "default": true
  760. },
  761. {
  762. "name": "Anal vore goes to stomach",
  763. "id": "analVoreToStomach",
  764. "type": "checkbox"
  765. }
  766. ]
  767. },
  768. {
  769. "name": "Footwear",
  770. "id": "footWear",
  771. "optional": true,
  772. "entries":
  773. [
  774. {
  775. "name": "Socks",
  776. "id": "footSockEnabled",
  777. "type": "subcategory",
  778. "buttons": ["remove_socks", "wear_socks", "stuff_socks", "dump_socks"],
  779. "entries":
  780. [
  781. {
  782. "name": "Sock type",
  783. "id": "footSock",
  784. "type": "select",
  785. "choices":
  786. [
  787. {
  788. "name": "Socks",
  789. "value": "sock"
  790. },
  791. {
  792. "name": "Stockings",
  793. "value": "stocking"
  794. }
  795. ]
  796. }
  797. ]
  798. },
  799. {
  800. "name": "Shoes",
  801. "id": "footShoeEnabled",
  802. "type": "subcategory",
  803. "buttons": ["remove_shoes", "wear_shoes", "stuff_shoes", "dump_shoes"],
  804. "entries":
  805. [
  806. {
  807. "name": "Shoe type",
  808. "id": "footShoe",
  809. "type": "select",
  810. "choices":
  811. [
  812. {
  813. "name": "Shoes",
  814. "value": "shoe"
  815. },
  816. {
  817. "name": "Boots",
  818. "value": "boot"
  819. },
  820. {
  821. "name": "Trainers",
  822. "value": "trainer"
  823. },
  824. {
  825. "name": "Sandals",
  826. "value": "sandal"
  827. },
  828. {
  829. "name": "High Heels",
  830. "value": "heel",
  831. },
  832. {
  833. "name": "Crocs",
  834. "value": "croc"
  835. }
  836. ]
  837. }
  838. ]
  839. }
  840. ]
  841. },
  842. {
  843. "name": "Arousal",
  844. "id": "arousalEnabled",
  845. "optional": true,
  846. "warning": "Arousal is enabled",
  847. "entries":
  848. [
  849. {
  850. "name": "Arousal multiplier",
  851. "id": "arousalFactor",
  852. "type": "float",
  853. "default": "1"
  854. },
  855. {
  856. "name": "Edge multiplier",
  857. "id": "edgeFactor",
  858. "type": "float",
  859. "default": "1"
  860. }
  861. ]
  862. },
  863. {
  864. "name": "Tail",
  865. "id": "hasTail",
  866. "optional": true,
  867. "buttons": ["tail_slap"],
  868. "entries":
  869. [
  870. {
  871. "name": "Number of tails",
  872. "id": "tailCount",
  873. "type": "float",
  874. "default": "1"
  875. },
  876. {
  877. "name": "Tail description",
  878. "id": "tailType",
  879. "type": "text",
  880. "default": "fluffy"
  881. },
  882. {
  883. "name": "Tail length",
  884. "id": "baseTailLength",
  885. "type": "float",
  886. "default": "1",
  887. "unit": "length"
  888. },
  889. {
  890. "name": "Tail diameter",
  891. "id": "baseTailDiameter",
  892. "type": "float",
  893. "default": "0.3",
  894. "unit": "length"
  895. },
  896. {
  897. "name": "Tail Vore",
  898. "id": "tailMaw",
  899. "type": "subcategory",
  900. "entries":
  901. [
  902. {
  903. "name": "Tail stretchiness",
  904. "id": "tailStretchiness",
  905. "type": "float",
  906. "default": "3"
  907. },
  908. {
  909. "name": "Digestion time",
  910. "id": "tailDigestTime",
  911. "type": "float",
  912. "default": "15"
  913. },
  914. {
  915. "name": "Manual digestion",
  916. "id": "tailDigestManual",
  917. "type": "checkbox",
  918. "buttons": ["digest_tail"]
  919. },
  920. {
  921. "name": "Same-size vore",
  922. "id": "sameSizeTailVore",
  923. "type": "checkbox",
  924. "default": true
  925. },
  926. {
  927. "name": "Tail vore goes to stomach",
  928. "id": "tailVoreToStomach",
  929. "type": "checkbox"
  930. }
  931. ]
  932. }
  933. ]
  934. },
  935. {
  936. "name": "Pouch",
  937. "id": "hasPouch",
  938. "optional": true,
  939. "buttons": ["pouch_stuff", "pouch_rub"],
  940. "entries":
  941. [
  942. {
  943. "name": "Absorption",
  944. "id": "pouchAbsorption",
  945. "type": "checkbox",
  946. "buttons": ["pouch_absorb"]
  947. }
  948. ]
  949. },
  950. {
  951. "name": "Male Genitals",
  952. "id": "maleParts",
  953. "optional": true,
  954. "buttons": ["cockslap", "ball_smother"],
  955. "entries":
  956. [
  957. {
  958. "name": "Cock length",
  959. "id": "baseDickLength",
  960. "type": "float",
  961. "default": "0.3",
  962. "unit": "length"
  963. },
  964. {
  965. "name": "Cock diameter",
  966. "id": "baseDickDiameter",
  967. "type": "float",
  968. "default": "0.08",
  969. "unit": "length"
  970. },
  971. {
  972. "name": "Cock description",
  973. "id": "dickType",
  974. "type": "text",
  975. "default": "canine"
  976. },
  977. {
  978. "name": "Ball diameter",
  979. "id": "baseBallDiameter",
  980. "type": "float",
  981. "default": "0.05",
  982. "unit": "length"
  983. },
  984. {
  985. "name": "Orgasm size",
  986. "id": "baseCumVolume",
  987. "type": "float",
  988. "default": "0.1",
  989. "unit": "volume"
  990. },
  991. {
  992. "name": "Passive cum production",
  993. "id": "baseCumProduction",
  994. "type": "float",
  995. "default": "0.01",
  996. "unit": "volume",
  997. },
  998. {
  999. "name": "Cum storage factor",
  1000. "id": "cumStorageScale",
  1001. "type": "float",
  1002. "default": "1"
  1003. },
  1004. {
  1005. "name": "Cock Vore",
  1006. "id": "cockVoreEnabled",
  1007. "type": "subcategory",
  1008. "buttons": ["cock_vore"],
  1009. "entries":
  1010. [
  1011. {
  1012. "name": "Cock stretchiness",
  1013. "id": "dickStretchiness",
  1014. "type": "float",
  1015. "default": "5"
  1016. },
  1017. {
  1018. "name": "Cum digestion factor",
  1019. "id": "baseCumDigestFactor",
  1020. "type": "float",
  1021. "default": "1"
  1022. },
  1023. {
  1024. "name": "Digestion time",
  1025. "id": "cockDigestTime",
  1026. "type": "float",
  1027. "default": "15"
  1028. },
  1029. {
  1030. "name": "Manual digestion",
  1031. "id": "cockDigestManual",
  1032. "type": "checkbox",
  1033. "buttons": ["digest_cock"]
  1034. },
  1035. {
  1036. "name": "Same-size vore",
  1037. "id": "sameSizeCockVore",
  1038. "type": "checkbox",
  1039. "default": true
  1040. },
  1041. {
  1042. "name": "Scale cum with size",
  1043. "id": "cumScaleWithSize",
  1044. "type": "checkbox"
  1045. }
  1046. ]
  1047. },
  1048. {
  1049. "name": "Sheath",
  1050. "id": "hasSheath",
  1051. "type": "subcategory",
  1052. "buttons": ["sheath_stuff", "sheath_toy", "sheath_clench"],
  1053. "entries":
  1054. [
  1055. {
  1056. "name": "Absorption",
  1057. "id": "sheathAbsorptionEnabled",
  1058. "type": "checkbox",
  1059. "buttons": ["sheath_absorb"]
  1060. }
  1061. ]
  1062. },
  1063. {
  1064. "name": "Foreskin",
  1065. "id": "hasForeskin",
  1066. "type": "subcategory",
  1067. "buttons": ["foreskin_stuff", "foreskin_toy", "foreskin_clench"],
  1068. "entries":
  1069. [
  1070. {
  1071. "name": "Absorption",
  1072. "id": "foreskinAbsorptionEnabled",
  1073. "type": "checkbox",
  1074. "buttons": ["foreskin_absorb"]
  1075. }
  1076. ]
  1077. },
  1078. {
  1079. "name": "Musk",
  1080. "id": "maleMuskEnabled",
  1081. "type": "subcategory",
  1082. "entries":
  1083. [
  1084. {
  1085. "name": "Musk factor",
  1086. "id": "baseMaleMuskArea",
  1087. "type": "float",
  1088. "default": "0.5"
  1089. }
  1090. ]
  1091. }
  1092. ]
  1093. },
  1094. {
  1095. "name": "Female Genitals",
  1096. "id": "femaleParts",
  1097. "optional": true,
  1098. "buttons": ["slit_toy"],
  1099. "entries":
  1100. [
  1101. {
  1102. "name": "Slit length",
  1103. "id": "baseVaginaLength",
  1104. "type": "float",
  1105. "default": "0.1",
  1106. "unit": "length"
  1107. },
  1108. {
  1109. "name": "Slit width",
  1110. "id": "baseVaginaWidth",
  1111. "type": "float",
  1112. "default": "0.05",
  1113. "unit": "length"
  1114. },
  1115. {
  1116. "name": "Womb volume",
  1117. "id": "baseWombVolume",
  1118. "type": "float",
  1119. "default": "0.1",
  1120. "unit": "volume"
  1121. },
  1122. {
  1123. "name": "Orgasm size",
  1124. "id": "baseFemcumVolume",
  1125. "type": "float",
  1126. "default": "0.1",
  1127. },
  1128. {
  1129. "name": "Passive femcum production",
  1130. "id": "baseFemcumProduction",
  1131. "type": "float",
  1132. "default": "0.01",
  1133. "unit": "volume"
  1134. },
  1135. {
  1136. "name": "Femcum storage factor",
  1137. "id": "femcumStorageScale",
  1138. "type": "float",
  1139. "default": "1"
  1140. },
  1141. {
  1142. "name": "Unbirth",
  1143. "id": "unbirthEnabled",
  1144. "type": "subcategory",
  1145. "buttons": ["unbirth"],
  1146. "entries":
  1147. [
  1148. {
  1149. "name": "Slit stretchiness",
  1150. "id": "vaginaStretchiness",
  1151. "type": "float",
  1152. "default": "5"
  1153. },
  1154. {
  1155. "name": "Femcum digestion factor",
  1156. "id": "baseFemcumDigestFactor",
  1157. "type": "float",
  1158. "default": "1"
  1159. },
  1160. {
  1161. "name": "Digestion time",
  1162. "id": "unbirthDigestTime",
  1163. "type": "float",
  1164. "default": "15"
  1165. },
  1166. {
  1167. "name": "Manual digestion",
  1168. "id": "unbirthDigestManual",
  1169. "type": "checkbox",
  1170. "buttons": ["digest_unbirth"]
  1171. },
  1172. {
  1173. "name": "Same-size vore",
  1174. "id": "sameSizeUnbirth",
  1175. "type": "checkbox",
  1176. "default": true
  1177. },
  1178. {
  1179. "name": "Scale femcum with size",
  1180. "id": "femcumScaleWithSize",
  1181. "type": "checkbox"
  1182. }
  1183. ]
  1184. },
  1185. {
  1186. "name": "Musk",
  1187. "id": "femaleMuskEnabled",
  1188. "type": "subcategory",
  1189. "entries":
  1190. [
  1191. {
  1192. "name": "Musk factor",
  1193. "id": "baseFemaleMuskArea",
  1194. "type": "float",
  1195. "default": "0.5"
  1196. }
  1197. ]
  1198. }
  1199. ]
  1200. },
  1201. {
  1202. "name": "Breasts",
  1203. "id": "hasBreasts",
  1204. "optional": true,
  1205. "buttons": ["breast_crush", "breast_toy", "cleavage_stuff", "cleavage_crush", "cleavage_drop", "cleavage_absorb"],
  1206. "entries":
  1207. [
  1208. {
  1209. "name": "Breast diameter",
  1210. "id": "baseBreastDiameter",
  1211. "type": "float",
  1212. "default": "0.1",
  1213. "unit": "length"
  1214. },
  1215. {
  1216. "name": "Lactation",
  1217. "id": "lactationEnabled",
  1218. "type": "subcategory",
  1219. "buttons": ["breast_milk"],
  1220. "entries":
  1221. [
  1222. {
  1223. "name": "Lactation scale",
  1224. "id": "lactationFactor",
  1225. "type": "float",
  1226. "default": "0.25"
  1227. },
  1228. {
  1229. "name": "Passive milk production",
  1230. "id": "baseLactationProduction",
  1231. "type": "float",
  1232. "default": "0.001",
  1233. "unit": "volume"
  1234. },
  1235. {
  1236. "name": "Milk storage scale",
  1237. "id": "milkStorageScale",
  1238. "type": "float",
  1239. "default": "1"
  1240. }
  1241. ]
  1242. },
  1243. {
  1244. "name": "Breast Vore",
  1245. "id": "breastVore",
  1246. "type": "subcategory",
  1247. "buttons": ["breast_vore", "digest_breast"],
  1248. "entries":
  1249. [
  1250. {
  1251. "name": "Breast stretchiness",
  1252. "id": "breastStretchiness",
  1253. "type": "float",
  1254. "default": "3"
  1255. },
  1256. {
  1257. "name": "Milk digestion scale",
  1258. "id": "baseMilkDigestFactor",
  1259. "type": "float",
  1260. "default": "1"
  1261. },
  1262. {
  1263. "name": "Digestion time",
  1264. "id": "breastDigestTime",
  1265. "type": "float",
  1266. "default": "15"
  1267. },
  1268. {
  1269. "name": "Manual digestion",
  1270. "id": "breastDigestManual",
  1271. "type": "checkbox"
  1272. },
  1273. {
  1274. "name": "Same-size vore",
  1275. "id": "sameSizeBreastVore",
  1276. "type": "checkbox",
  1277. "default": true
  1278. },
  1279. {
  1280. "name": "Scale milk with size",
  1281. "id": "milkScaleWithSize",
  1282. "type": "checkbox"
  1283. }
  1284. ]
  1285. }
  1286. ]
  1287. },
  1288. {
  1289. "name": "Stench",
  1290. "id": "stenchEnabled",
  1291. "optional": true,
  1292. "entries":
  1293. [
  1294. {
  1295. "name": "Paw stench scale",
  1296. "id": "basePawStenchArea",
  1297. "type": "float",
  1298. "default": "1"
  1299. },
  1300. {
  1301. "name": "Ass stench scale",
  1302. "id": "baseAssStenchArea",
  1303. "type": "float",
  1304. "default": "1.5"
  1305. },
  1306. {
  1307. "name": "Piss stench scale",
  1308. "id": "basePissStenchArea",
  1309. "type": "float",
  1310. "default": "0.75"
  1311. },
  1312. {
  1313. "name": "Scat stench scale",
  1314. "id": "baseScatStenchArea",
  1315. "type": "float",
  1316. "default": "3"
  1317. },
  1318. ]
  1319. },
  1320. {
  1321. "name": "Gas",
  1322. "id": "gasEnabled",
  1323. "optional": true,
  1324. "entries":
  1325. [
  1326. {
  1327. "name": "Belching",
  1328. "id": "belchEnabled",
  1329. "type": "checkbox",
  1330. "buttons": ["belch"]
  1331. },
  1332. {
  1333. "name": "Farting",
  1334. "id": "fartEnabled",
  1335. "type": "checkbox",
  1336. "buttons": ["fart"]
  1337. },
  1338. {
  1339. "name": "Passive gas production",
  1340. "id": "baseGasProduction",
  1341. "type": "float",
  1342. "default": "0.01",
  1343. "unit": "volume"
  1344. },
  1345. {
  1346. "name": "Gas storage scale",
  1347. "id": "gasStorageScale",
  1348. "type": "float",
  1349. "default": "1"
  1350. },
  1351. {
  1352. "name": "Gas digestion factor",
  1353. "id": "baseGasDigestFactor",
  1354. "type": "float",
  1355. "default": "1"
  1356. },
  1357. {
  1358. "name": "Scale gas with size",
  1359. "id": "gasScaleWithSize",
  1360. "type": "checkbox"
  1361. }
  1362. ]
  1363. },
  1364. {
  1365. "name": "Soul Vore",
  1366. "id": "soulVoreEnabled",
  1367. "optional": true,
  1368. "buttons": ["soul_vore", "soul_absorb_paw"],
  1369. "entries":
  1370. [
  1371. {
  1372. "name": "Digestion time",
  1373. "id": "soulDigestTime",
  1374. "type": "float",
  1375. "default": "15"
  1376. },
  1377. {
  1378. "name": "Manual digestion",
  1379. "id": "soulDigestManual",
  1380. "type": "checkbox",
  1381. "buttons": ["digest_soul"]
  1382. },
  1383. {
  1384. "type": "radio",
  1385. "id": "soulVoreType",
  1386. "default": "body",
  1387. "choices":
  1388. [
  1389. {
  1390. "name": "Released",
  1391. "value": "release"
  1392. },
  1393. {
  1394. "name": "Trapped",
  1395. "value": "body"
  1396. },
  1397. {
  1398. "name": "Digested",
  1399. "value": "oblivion"
  1400. }
  1401. ]
  1402. }
  1403. ]
  1404. },
  1405. {
  1406. "name": "Piss",
  1407. "id": "pissEnabled",
  1408. "optional": true,
  1409. "buttons": ["piss"],
  1410. "entries":
  1411. [
  1412. {
  1413. "name": "Passive piss production",
  1414. "id": "basePissProduction",
  1415. "type": "float",
  1416. "default": "0.01",
  1417. "unit": "volume"
  1418. },
  1419. {
  1420. "name": "Piss storage scale",
  1421. "id": "pissStorageScale",
  1422. "type": "float",
  1423. "default": "1"
  1424. },
  1425. {
  1426. "name": "Bladder Vore",
  1427. "id": "bladderVore",
  1428. "type": "subcategory",
  1429. "buttons": ["bladder_vore"],
  1430. "entries":
  1431. [
  1432. {
  1433. "name": "Urethra diameter",
  1434. "id": "baseUrethraDiameter",
  1435. "type": "float",
  1436. "default": "0.03",
  1437. "unit": "length"
  1438. },
  1439. {
  1440. "name": "Urethra stretchiness",
  1441. "id": "urethraStretchiness",
  1442. "type": "float",
  1443. "default": "5"
  1444. },
  1445. {
  1446. "name": "Piss digestion scale",
  1447. "id": "basePissDigestFactor",
  1448. "type": "float",
  1449. "default": "1"
  1450. },
  1451. {
  1452. "name": "Digestion time",
  1453. "id": "bladderDigestTime",
  1454. "type": "float",
  1455. "default": "15"
  1456. },
  1457. {
  1458. "name": "Manual digestion",
  1459. "id": "bladderDigestManual",
  1460. "type": "checkbox",
  1461. "buttons": ["digest_bladder"],
  1462. },
  1463. {
  1464. "name": "Same-size vore",
  1465. "id": "sameSizeBladderVore",
  1466. "type": "checkbox",
  1467. "default": true
  1468. },
  1469. {
  1470. "name": "Scale piss with size",
  1471. "id": "pissScaleWithSize",
  1472. "type": "checkbox"
  1473. }
  1474. ]
  1475. }
  1476. ]
  1477. },
  1478. {
  1479. "name": "Scat",
  1480. "id": "scatEnabled",
  1481. "optional": true,
  1482. "buttons": ["scat"],
  1483. "entries":
  1484. [
  1485. {
  1486. "name": "Scat digestion scale",
  1487. "id": "baseScatDigestFactor",
  1488. "type": "float",
  1489. "default": "1"
  1490. },
  1491. {
  1492. "name": "Passive scat production",
  1493. "id": "baseScatProduction",
  1494. "type": "float",
  1495. "default": "0.001",
  1496. "unit": "volume"
  1497. },
  1498. {
  1499. "name": "Scat storage scale",
  1500. "id": "scatStorageScale",
  1501. "type": "float",
  1502. "default": "1"
  1503. },
  1504. {
  1505. "name": "Scale scat with size",
  1506. "id": "scatScaleWithSize",
  1507. "type": "checkbox"
  1508. }
  1509. ]
  1510. },
  1511. {
  1512. "name": "Goo",
  1513. "id": "gooEnabled",
  1514. "optional": true,
  1515. "buttons": ["melt"],
  1516. "entries":
  1517. [
  1518. {
  1519. "name": "Digestion",
  1520. "id": "gooDigestion",
  1521. "type": "subcategory",
  1522. "entries":
  1523. [
  1524. {
  1525. "name": "Digestion time",
  1526. "id": "gooDigestTime",
  1527. "type": "float",
  1528. "default": "15"
  1529. },
  1530. {
  1531. "name": "Manual digestion",
  1532. "id": "gooDigestManual",
  1533. "type": "checkbox"
  1534. }
  1535. ]
  1536. }
  1537. ]
  1538. },
  1539. {
  1540. "name": "Paw Vore",
  1541. "id": "pawVoreEnabled",
  1542. "optional": true,
  1543. "buttons": ["paw_vore"],
  1544. "entries":
  1545. [
  1546. {
  1547. "name": "Digestion time",
  1548. "id": "pawDigestTime",
  1549. "type": "float",
  1550. "default": "15"
  1551. },
  1552. {
  1553. "name": "Manual digestion",
  1554. "id": "pawDigestManual",
  1555. "type": "checkbox",
  1556. "buttons": ["digest_paws"]
  1557. },
  1558. {
  1559. "name": "Same-size vore",
  1560. "id": "sameSizePawVore",
  1561. "type": "checkbox",
  1562. "default": true
  1563. }
  1564. ]
  1565. },
  1566. {
  1567. "name": "Crop",
  1568. "id": "cropEnabled",
  1569. "optional": true,
  1570. "buttons": ["crop_swallow"],
  1571. "entries":
  1572. [
  1573. {
  1574. "name": "Transfer time",
  1575. "id": "cropTransferTime",
  1576. "type": "float",
  1577. "default": "10"
  1578. }
  1579. ]
  1580. },
  1581. {
  1582. "name": "Breath",
  1583. "id": "breathEnabled",
  1584. "optional": true,
  1585. "buttons": ["breath_line", "breath_cone"],
  1586. "entries":
  1587. [
  1588. {
  1589. "name": "Breath area",
  1590. "id": "baseBreathArea",
  1591. "type": "float",
  1592. "default": "10",
  1593. "unit": "area"
  1594. },
  1595. {
  1596. "name": "Fire",
  1597. "id": "breathFire",
  1598. "type": "checkbox",
  1599. "buttons": ["breath_fire"]
  1600. },
  1601. {
  1602. "name": "Ice",
  1603. "id": "breathIce",
  1604. "type": "checkbox",
  1605. "buttons": ["breath_ice"]
  1606. },
  1607. {
  1608. "name": "Electric",
  1609. "id": "breathElectric",
  1610. "type": "checkbox",
  1611. "buttons": ["breath_electric"]
  1612. },
  1613. {
  1614. "name": "Smoke",
  1615. "id": "breathSmoke",
  1616. "type": "checkbox",
  1617. "buttons": ["breath_smoke"]
  1618. },
  1619. {
  1620. "name": "Radiation",
  1621. "id": "breathRadiation",
  1622. "type": "checkbox",
  1623. "buttons": ["breath_radiation"]
  1624. },
  1625. {
  1626. "name": "Foul",
  1627. "id": "breathFoul",
  1628. "type": "checkbox",
  1629. "buttons": ["breath_foul"]
  1630. },
  1631. ]
  1632. },
  1633. {
  1634. "name": "Drool",
  1635. "id": "droolEnabled",
  1636. "optional": true,
  1637. "buttons": ["drool"],
  1638. "entries":
  1639. [
  1640. {
  1641. "name": "Drool volume",
  1642. "id": "droolBaseVolume",
  1643. "type": "float",
  1644. "default": "0.01",
  1645. "unit": "volume"
  1646. }
  1647. ]
  1648. },
  1649. {
  1650. "name": "Magic",
  1651. "id": "magicEnabled",
  1652. "optional": true,
  1653. "entries":
  1654. [
  1655. {
  1656. "name": "Shrinking magic",
  1657. "id": "magicShrink",
  1658. "type": "checkbox",
  1659. "buttons": ["magic_shrink"],
  1660. "default": true,
  1661. },
  1662. {
  1663. "name": "Fast digestion",
  1664. "id": "magicFastDigestion",
  1665. "type": "checkbox",
  1666. "buttons": ["magic_fast_digestion"],
  1667. "default": true,
  1668. },
  1669. ]
  1670. },
  1671. {
  1672. "name": "Wings",
  1673. "id": "hasWings",
  1674. "optional": true,
  1675. "buttons": ["wings_flap"],
  1676. "entries":
  1677. [
  1678. {
  1679. "name": "Wing width",
  1680. "id": "baseWingWidth",
  1681. "type": "float",
  1682. "default": "1",
  1683. "unit": "length"
  1684. },
  1685. {
  1686. "name": "Wing length",
  1687. "id": "baseWingLength",
  1688. "type": "float",
  1689. "default": "1",
  1690. "unit": "length"
  1691. },
  1692. {
  1693. "name": "Wing description",
  1694. "id": "wingDesc",
  1695. "type": "text",
  1696. "default": "feathery"
  1697. },
  1698. {
  1699. "name": "Wing Vore",
  1700. "id": "wingVoreEnabled",
  1701. "type": "subcategory",
  1702. "buttons": ["wings_vore"],
  1703. "entries":
  1704. [
  1705. {
  1706. "name": "Digestion time",
  1707. "id": "wingDigestTime",
  1708. "type": "float",
  1709. "default": "15"
  1710. },
  1711. {
  1712. "name": "Manual digestion",
  1713. "id": "wingDigestManual",
  1714. "type": "checkbox",
  1715. "buttons": ["digest_wings"]
  1716. },
  1717. {
  1718. "name": "Same-size vore",
  1719. "id": "sameSizeWingVore",
  1720. "type": "checkbox",
  1721. "default": true
  1722. },
  1723. {
  1724. "name": "Wing vore goes to stomach",
  1725. "id": "wingVoreToStomach",
  1726. "type": "checkbox"
  1727. }
  1728. ]
  1729. }
  1730. ]
  1731. }
  1732. ];