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.
 
 
 

1755 lines
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. "panels": ["shoes"],
  773. "entries":
  774. [
  775. {
  776. "name": "Socks",
  777. "id": "footSockEnabled",
  778. "type": "subcategory",
  779. "buttons": ["remove_socks", "wear_socks", "stuff_socks", "dump_socks"],
  780. "entries":
  781. [
  782. {
  783. "name": "Sock type",
  784. "id": "footSock",
  785. "type": "select",
  786. "choices":
  787. [
  788. {
  789. "name": "Socks",
  790. "value": "sock"
  791. },
  792. {
  793. "name": "Stockings",
  794. "value": "stocking"
  795. }
  796. ]
  797. }
  798. ]
  799. },
  800. {
  801. "name": "Shoes",
  802. "id": "footShoeEnabled",
  803. "type": "subcategory",
  804. "buttons": ["remove_shoes", "wear_shoes", "stuff_shoes", "dump_shoes"],
  805. "entries":
  806. [
  807. {
  808. "name": "Shoe type",
  809. "id": "footShoe",
  810. "type": "select",
  811. "choices":
  812. [
  813. {
  814. "name": "Shoes",
  815. "value": "shoe"
  816. },
  817. {
  818. "name": "Boots",
  819. "value": "boot"
  820. },
  821. {
  822. "name": "Trainers",
  823. "value": "trainer"
  824. },
  825. {
  826. "name": "Sandals",
  827. "value": "sandal"
  828. },
  829. {
  830. "name": "High Heels",
  831. "value": "heel",
  832. },
  833. {
  834. "name": "Crocs",
  835. "value": "croc"
  836. }
  837. ]
  838. }
  839. ]
  840. }
  841. ]
  842. },
  843. {
  844. "name": "Arousal",
  845. "id": "arousalEnabled",
  846. "optional": true,
  847. "warning": "Arousal is enabled",
  848. "entries":
  849. [
  850. {
  851. "name": "Arousal multiplier",
  852. "id": "arousalFactor",
  853. "type": "float",
  854. "default": "1"
  855. },
  856. {
  857. "name": "Edge multiplier",
  858. "id": "edgeFactor",
  859. "type": "float",
  860. "default": "1"
  861. }
  862. ]
  863. },
  864. {
  865. "name": "Tail",
  866. "id": "hasTail",
  867. "optional": true,
  868. "panels": ["tails"],
  869. "buttons": ["tail_slap"],
  870. "entries":
  871. [
  872. {
  873. "name": "Number of tails",
  874. "id": "tailCount",
  875. "type": "float",
  876. "default": "1"
  877. },
  878. {
  879. "name": "Tail description",
  880. "id": "tailType",
  881. "type": "text",
  882. "default": "fluffy"
  883. },
  884. {
  885. "name": "Tail length",
  886. "id": "baseTailLength",
  887. "type": "float",
  888. "default": "1",
  889. "unit": "length"
  890. },
  891. {
  892. "name": "Tail diameter",
  893. "id": "baseTailDiameter",
  894. "type": "float",
  895. "default": "0.3",
  896. "unit": "length"
  897. },
  898. {
  899. "name": "Tail Vore",
  900. "id": "tailMaw",
  901. "type": "subcategory",
  902. "entries":
  903. [
  904. {
  905. "name": "Tail stretchiness",
  906. "id": "tailStretchiness",
  907. "type": "float",
  908. "default": "3"
  909. },
  910. {
  911. "name": "Digestion time",
  912. "id": "tailDigestTime",
  913. "type": "float",
  914. "default": "15"
  915. },
  916. {
  917. "name": "Manual digestion",
  918. "id": "tailDigestManual",
  919. "type": "checkbox",
  920. "buttons": ["digest_tail"]
  921. },
  922. {
  923. "name": "Same-size vore",
  924. "id": "sameSizeTailVore",
  925. "type": "checkbox",
  926. "default": true
  927. },
  928. {
  929. "name": "Tail vore goes to stomach",
  930. "id": "tailVoreToStomach",
  931. "type": "checkbox"
  932. }
  933. ]
  934. }
  935. ]
  936. },
  937. {
  938. "name": "Pouch",
  939. "id": "hasPouch",
  940. "optional": true,
  941. "panels": ["misc"],
  942. "buttons": ["pouch_stuff", "pouch_rub"],
  943. "entries":
  944. [
  945. {
  946. "name": "Absorption",
  947. "id": "pouchAbsorption",
  948. "type": "checkbox",
  949. "buttons": ["pouch_absorb"]
  950. }
  951. ]
  952. },
  953. {
  954. "name": "Male Genitals",
  955. "id": "maleParts",
  956. "optional": true,
  957. "panels": ["dick"],
  958. "buttons": ["cockslap", "ball_smother"],
  959. "entries":
  960. [
  961. {
  962. "name": "Cock length",
  963. "id": "baseDickLength",
  964. "type": "float",
  965. "default": "0.3",
  966. "unit": "length"
  967. },
  968. {
  969. "name": "Cock diameter",
  970. "id": "baseDickDiameter",
  971. "type": "float",
  972. "default": "0.08",
  973. "unit": "length"
  974. },
  975. {
  976. "name": "Cock description",
  977. "id": "dickType",
  978. "type": "text",
  979. "default": "canine"
  980. },
  981. {
  982. "name": "Ball diameter",
  983. "id": "baseBallDiameter",
  984. "type": "float",
  985. "default": "0.05",
  986. "unit": "length"
  987. },
  988. {
  989. "name": "Orgasm size",
  990. "id": "baseCumVolume",
  991. "type": "float",
  992. "default": "0.1",
  993. "unit": "volume"
  994. },
  995. {
  996. "name": "Passive cum production",
  997. "id": "baseCumProduction",
  998. "type": "float",
  999. "default": "0.01",
  1000. "unit": "volume",
  1001. },
  1002. {
  1003. "name": "Cum storage factor",
  1004. "id": "cumStorageScale",
  1005. "type": "float",
  1006. "default": "1"
  1007. },
  1008. {
  1009. "name": "Cock Vore",
  1010. "id": "cockVoreEnabled",
  1011. "type": "subcategory",
  1012. "buttons": ["cock_vore"],
  1013. "entries":
  1014. [
  1015. {
  1016. "name": "Cock stretchiness",
  1017. "id": "dickStretchiness",
  1018. "type": "float",
  1019. "default": "5"
  1020. },
  1021. {
  1022. "name": "Cum digestion factor",
  1023. "id": "baseCumDigestFactor",
  1024. "type": "float",
  1025. "default": "1"
  1026. },
  1027. {
  1028. "name": "Digestion time",
  1029. "id": "cockDigestTime",
  1030. "type": "float",
  1031. "default": "15"
  1032. },
  1033. {
  1034. "name": "Manual digestion",
  1035. "id": "cockDigestManual",
  1036. "type": "checkbox",
  1037. "buttons": ["digest_cock"]
  1038. },
  1039. {
  1040. "name": "Same-size vore",
  1041. "id": "sameSizeCockVore",
  1042. "type": "checkbox",
  1043. "default": true
  1044. },
  1045. {
  1046. "name": "Scale cum with size",
  1047. "id": "cumScaleWithSize",
  1048. "type": "checkbox"
  1049. }
  1050. ]
  1051. },
  1052. {
  1053. "name": "Sheath",
  1054. "id": "hasSheath",
  1055. "type": "subcategory",
  1056. "buttons": ["sheath_stuff", "sheath_toy", "sheath_clench"],
  1057. "entries":
  1058. [
  1059. {
  1060. "name": "Absorption",
  1061. "id": "sheathAbsorptionEnabled",
  1062. "type": "checkbox",
  1063. "buttons": ["sheath_absorb"]
  1064. }
  1065. ]
  1066. },
  1067. {
  1068. "name": "Foreskin",
  1069. "id": "hasForeskin",
  1070. "type": "subcategory",
  1071. "buttons": ["foreskin_stuff", "foreskin_toy", "foreskin_clench"],
  1072. "entries":
  1073. [
  1074. {
  1075. "name": "Absorption",
  1076. "id": "foreskinAbsorptionEnabled",
  1077. "type": "checkbox",
  1078. "buttons": ["foreskin_absorb"]
  1079. }
  1080. ]
  1081. },
  1082. {
  1083. "name": "Musk",
  1084. "id": "maleMuskEnabled",
  1085. "type": "subcategory",
  1086. "entries":
  1087. [
  1088. {
  1089. "name": "Musk factor",
  1090. "id": "baseMaleMuskArea",
  1091. "type": "float",
  1092. "default": "0.5"
  1093. }
  1094. ]
  1095. }
  1096. ]
  1097. },
  1098. {
  1099. "name": "Female Genitals",
  1100. "id": "femaleParts",
  1101. "optional": true,
  1102. "panels": ["vagina"],
  1103. "buttons": ["slit_toy"],
  1104. "entries":
  1105. [
  1106. {
  1107. "name": "Slit length",
  1108. "id": "baseVaginaLength",
  1109. "type": "float",
  1110. "default": "0.1",
  1111. "unit": "length"
  1112. },
  1113. {
  1114. "name": "Slit width",
  1115. "id": "baseVaginaWidth",
  1116. "type": "float",
  1117. "default": "0.05",
  1118. "unit": "length"
  1119. },
  1120. {
  1121. "name": "Womb volume",
  1122. "id": "baseWombVolume",
  1123. "type": "float",
  1124. "default": "0.1",
  1125. "unit": "volume"
  1126. },
  1127. {
  1128. "name": "Orgasm size",
  1129. "id": "baseFemcumVolume",
  1130. "type": "float",
  1131. "default": "0.1",
  1132. },
  1133. {
  1134. "name": "Passive femcum production",
  1135. "id": "baseFemcumProduction",
  1136. "type": "float",
  1137. "default": "0.01",
  1138. "unit": "volume"
  1139. },
  1140. {
  1141. "name": "Femcum storage factor",
  1142. "id": "femcumStorageScale",
  1143. "type": "float",
  1144. "default": "1"
  1145. },
  1146. {
  1147. "name": "Unbirth",
  1148. "id": "unbirthEnabled",
  1149. "type": "subcategory",
  1150. "buttons": ["unbirth"],
  1151. "entries":
  1152. [
  1153. {
  1154. "name": "Slit stretchiness",
  1155. "id": "vaginaStretchiness",
  1156. "type": "float",
  1157. "default": "5"
  1158. },
  1159. {
  1160. "name": "Femcum digestion factor",
  1161. "id": "baseFemcumDigestFactor",
  1162. "type": "float",
  1163. "default": "1"
  1164. },
  1165. {
  1166. "name": "Digestion time",
  1167. "id": "unbirthDigestTime",
  1168. "type": "float",
  1169. "default": "15"
  1170. },
  1171. {
  1172. "name": "Manual digestion",
  1173. "id": "unbirthDigestManual",
  1174. "type": "checkbox",
  1175. "buttons": ["digest_unbirth"]
  1176. },
  1177. {
  1178. "name": "Same-size vore",
  1179. "id": "sameSizeUnbirth",
  1180. "type": "checkbox",
  1181. "default": true
  1182. },
  1183. {
  1184. "name": "Scale femcum with size",
  1185. "id": "femcumScaleWithSize",
  1186. "type": "checkbox"
  1187. }
  1188. ]
  1189. },
  1190. {
  1191. "name": "Musk",
  1192. "id": "femaleMuskEnabled",
  1193. "type": "subcategory",
  1194. "entries":
  1195. [
  1196. {
  1197. "name": "Musk factor",
  1198. "id": "baseFemaleMuskArea",
  1199. "type": "float",
  1200. "default": "0.5"
  1201. }
  1202. ]
  1203. }
  1204. ]
  1205. },
  1206. {
  1207. "name": "Breasts",
  1208. "id": "hasBreasts",
  1209. "optional": true,
  1210. "panels": ["breasts"],
  1211. "buttons": ["breast_crush", "breast_toy", "cleavage_stuff", "cleavage_crush", "cleavage_drop", "cleavage_absorb"],
  1212. "entries":
  1213. [
  1214. {
  1215. "name": "Breast diameter",
  1216. "id": "baseBreastDiameter",
  1217. "type": "float",
  1218. "default": "0.1",
  1219. "unit": "length"
  1220. },
  1221. {
  1222. "name": "Lactation",
  1223. "id": "lactationEnabled",
  1224. "type": "subcategory",
  1225. "buttons": ["breast_milk"],
  1226. "warning": "Lactation is enabled",
  1227. "entries":
  1228. [
  1229. {
  1230. "name": "Lactation scale",
  1231. "id": "lactationFactor",
  1232. "type": "float",
  1233. "default": "0.25"
  1234. },
  1235. {
  1236. "name": "Passive milk production",
  1237. "id": "baseLactationProduction",
  1238. "type": "float",
  1239. "default": "0.001",
  1240. "unit": "volume"
  1241. },
  1242. {
  1243. "name": "Milk storage scale",
  1244. "id": "milkStorageScale",
  1245. "type": "float",
  1246. "default": "1"
  1247. }
  1248. ]
  1249. },
  1250. {
  1251. "name": "Breast Vore",
  1252. "id": "breastVore",
  1253. "type": "subcategory",
  1254. "buttons": ["breast_vore", "digest_breast"],
  1255. "entries":
  1256. [
  1257. {
  1258. "name": "Breast stretchiness",
  1259. "id": "breastStretchiness",
  1260. "type": "float",
  1261. "default": "3"
  1262. },
  1263. {
  1264. "name": "Milk digestion scale",
  1265. "id": "baseMilkDigestFactor",
  1266. "type": "float",
  1267. "default": "1"
  1268. },
  1269. {
  1270. "name": "Digestion time",
  1271. "id": "breastDigestTime",
  1272. "type": "float",
  1273. "default": "15"
  1274. },
  1275. {
  1276. "name": "Manual digestion",
  1277. "id": "breastDigestManual",
  1278. "type": "checkbox"
  1279. },
  1280. {
  1281. "name": "Same-size vore",
  1282. "id": "sameSizeBreastVore",
  1283. "type": "checkbox",
  1284. "default": true
  1285. },
  1286. {
  1287. "name": "Scale milk with size",
  1288. "id": "milkScaleWithSize",
  1289. "type": "checkbox"
  1290. }
  1291. ]
  1292. }
  1293. ]
  1294. },
  1295. {
  1296. "name": "Stench",
  1297. "id": "stenchEnabled",
  1298. "optional": true,
  1299. "warning": "Stench is enabled",
  1300. "entries":
  1301. [
  1302. {
  1303. "name": "Paw stench scale",
  1304. "id": "basePawStenchArea",
  1305. "type": "float",
  1306. "default": "1"
  1307. },
  1308. {
  1309. "name": "Ass stench scale",
  1310. "id": "baseAssStenchArea",
  1311. "type": "float",
  1312. "default": "1.5"
  1313. },
  1314. {
  1315. "name": "Piss stench scale",
  1316. "id": "basePissStenchArea",
  1317. "type": "float",
  1318. "default": "0.75"
  1319. },
  1320. {
  1321. "name": "Scat stench scale",
  1322. "id": "baseScatStenchArea",
  1323. "type": "float",
  1324. "default": "3"
  1325. },
  1326. ]
  1327. },
  1328. {
  1329. "name": "Gas",
  1330. "id": "gasEnabled",
  1331. "optional": true,
  1332. "panels": ["waste"],
  1333. "warning": "Gas is enabled",
  1334. "entries":
  1335. [
  1336. {
  1337. "name": "Belching",
  1338. "id": "belchEnabled",
  1339. "type": "checkbox",
  1340. "buttons": ["belch"]
  1341. },
  1342. {
  1343. "name": "Farting",
  1344. "id": "fartEnabled",
  1345. "type": "checkbox",
  1346. "buttons": ["fart"]
  1347. },
  1348. {
  1349. "name": "Passive gas production",
  1350. "id": "baseGasProduction",
  1351. "type": "float",
  1352. "default": "0.01",
  1353. "unit": "volume"
  1354. },
  1355. {
  1356. "name": "Gas storage scale",
  1357. "id": "gasStorageScale",
  1358. "type": "float",
  1359. "default": "1"
  1360. },
  1361. {
  1362. "name": "Gas digestion factor",
  1363. "id": "baseGasDigestFactor",
  1364. "type": "float",
  1365. "default": "1"
  1366. },
  1367. {
  1368. "name": "Scale gas with size",
  1369. "id": "gasScaleWithSize",
  1370. "type": "checkbox"
  1371. }
  1372. ]
  1373. },
  1374. {
  1375. "name": "Soul Vore",
  1376. "id": "soulVoreEnabled",
  1377. "optional": true,
  1378. "panels": ["souls"],
  1379. "buttons": ["soul_vore", "soul_absorb_paw"],
  1380. "warning": "Soul vore enabled",
  1381. "entries":
  1382. [
  1383. {
  1384. "name": "Digestion time",
  1385. "id": "soulDigestTime",
  1386. "type": "float",
  1387. "default": "15"
  1388. },
  1389. {
  1390. "name": "Manual digestion",
  1391. "id": "soulDigestManual",
  1392. "type": "checkbox",
  1393. "buttons": ["digest_soul"]
  1394. },
  1395. {
  1396. "type": "radio",
  1397. "id": "soulVoreType",
  1398. "default": "body",
  1399. "choices":
  1400. [
  1401. {
  1402. "name": "Released",
  1403. "value": "release"
  1404. },
  1405. {
  1406. "name": "Trapped",
  1407. "value": "body"
  1408. },
  1409. {
  1410. "name": "Digested",
  1411. "value": "oblivion"
  1412. }
  1413. ]
  1414. }
  1415. ]
  1416. },
  1417. {
  1418. "name": "Piss",
  1419. "id": "pissEnabled",
  1420. "optional": true,
  1421. "panels": ["waste"],
  1422. "buttons": ["piss"],
  1423. "warning": "Watersports enabled",
  1424. "entries":
  1425. [
  1426. {
  1427. "name": "Passive piss production",
  1428. "id": "basePissProduction",
  1429. "type": "float",
  1430. "default": "0.01",
  1431. "unit": "volume"
  1432. },
  1433. {
  1434. "name": "Piss storage scale",
  1435. "id": "pissStorageScale",
  1436. "type": "float",
  1437. "default": "1"
  1438. },
  1439. {
  1440. "name": "Bladder Vore",
  1441. "id": "bladderVore",
  1442. "type": "subcategory",
  1443. "buttons": ["bladder_vore"],
  1444. "entries":
  1445. [
  1446. {
  1447. "name": "Urethra diameter",
  1448. "id": "baseUrethraDiameter",
  1449. "type": "float",
  1450. "default": "0.03",
  1451. "unit": "length"
  1452. },
  1453. {
  1454. "name": "Urethra stretchiness",
  1455. "id": "urethraStretchiness",
  1456. "type": "float",
  1457. "default": "5"
  1458. },
  1459. {
  1460. "name": "Piss digestion scale",
  1461. "id": "basePissDigestFactor",
  1462. "type": "float",
  1463. "default": "1"
  1464. },
  1465. {
  1466. "name": "Digestion time",
  1467. "id": "bladderDigestTime",
  1468. "type": "float",
  1469. "default": "15"
  1470. },
  1471. {
  1472. "name": "Manual digestion",
  1473. "id": "bladderDigestManual",
  1474. "type": "checkbox",
  1475. "buttons": ["digest_bladder"],
  1476. },
  1477. {
  1478. "name": "Same-size vore",
  1479. "id": "sameSizeBladderVore",
  1480. "type": "checkbox",
  1481. "default": true
  1482. },
  1483. {
  1484. "name": "Scale piss with size",
  1485. "id": "pissScaleWithSize",
  1486. "type": "checkbox"
  1487. }
  1488. ]
  1489. }
  1490. ]
  1491. },
  1492. {
  1493. "name": "Scat",
  1494. "id": "scatEnabled",
  1495. "optional": true,
  1496. "panels": ["waste"],
  1497. "buttons": ["scat"],
  1498. "warning": "Scat is enabled",
  1499. "entries":
  1500. [
  1501. {
  1502. "name": "Scat digestion scale",
  1503. "id": "baseScatDigestFactor",
  1504. "type": "float",
  1505. "default": "1"
  1506. },
  1507. {
  1508. "name": "Passive scat production",
  1509. "id": "baseScatProduction",
  1510. "type": "float",
  1511. "default": "0.001",
  1512. "unit": "volume"
  1513. },
  1514. {
  1515. "name": "Scat storage scale",
  1516. "id": "scatStorageScale",
  1517. "type": "float",
  1518. "default": "1"
  1519. },
  1520. {
  1521. "name": "Scale scat with size",
  1522. "id": "scatScaleWithSize",
  1523. "type": "checkbox"
  1524. }
  1525. ]
  1526. },
  1527. {
  1528. "name": "Goo",
  1529. "id": "gooEnabled",
  1530. "optional": true,
  1531. "panels": ["goo"],
  1532. "buttons": ["melt"],
  1533. "entries":
  1534. [
  1535. {
  1536. "name": "Digestion",
  1537. "id": "gooDigestion",
  1538. "type": "subcategory",
  1539. "entries":
  1540. [
  1541. {
  1542. "name": "Digestion time",
  1543. "id": "gooDigestTime",
  1544. "type": "float",
  1545. "default": "15"
  1546. },
  1547. {
  1548. "name": "Manual digestion",
  1549. "id": "gooDigestManual",
  1550. "type": "checkbox"
  1551. }
  1552. ]
  1553. }
  1554. ]
  1555. },
  1556. {
  1557. "name": "Paw Vore",
  1558. "id": "pawVoreEnabled",
  1559. "optional": true,
  1560. "buttons": ["paw_vore"],
  1561. "entries":
  1562. [
  1563. {
  1564. "name": "Digestion time",
  1565. "id": "pawDigestTime",
  1566. "type": "float",
  1567. "default": "15"
  1568. },
  1569. {
  1570. "name": "Manual digestion",
  1571. "id": "pawDigestManual",
  1572. "type": "checkbox",
  1573. "buttons": ["digest_paws"]
  1574. },
  1575. {
  1576. "name": "Same-size vore",
  1577. "id": "sameSizePawVore",
  1578. "type": "checkbox",
  1579. "default": true
  1580. }
  1581. ]
  1582. },
  1583. {
  1584. "name": "Crop",
  1585. "id": "cropEnabled",
  1586. "optional": true,
  1587. "buttons": ["crop_swallow"],
  1588. "entries":
  1589. [
  1590. {
  1591. "name": "Transfer time",
  1592. "id": "cropTransferTime",
  1593. "type": "float",
  1594. "default": "10"
  1595. }
  1596. ]
  1597. },
  1598. {
  1599. "name": "Breath",
  1600. "id": "breathEnabled",
  1601. "optional": true,
  1602. "panels": ["breath"],
  1603. "buttons": ["breath_line", "breath_cone"],
  1604. "entries":
  1605. [
  1606. {
  1607. "name": "Breath area",
  1608. "id": "baseBreathArea",
  1609. "type": "float",
  1610. "default": "10",
  1611. "unit": "area"
  1612. },
  1613. {
  1614. "name": "Fire",
  1615. "id": "breathFire",
  1616. "type": "checkbox",
  1617. "buttons": ["breath_fire"]
  1618. },
  1619. {
  1620. "name": "Ice",
  1621. "id": "breathIce",
  1622. "type": "checkbox",
  1623. "buttons": ["breath_ice"]
  1624. },
  1625. {
  1626. "name": "Electric",
  1627. "id": "breathElectric",
  1628. "type": "checkbox",
  1629. "buttons": ["breath_electric"]
  1630. },
  1631. {
  1632. "name": "Smoke",
  1633. "id": "breathSmoke",
  1634. "type": "checkbox",
  1635. "buttons": ["breath_smoke"]
  1636. },
  1637. {
  1638. "name": "Radiation",
  1639. "id": "breathRadiation",
  1640. "type": "checkbox",
  1641. "buttons": ["breath_radiation"]
  1642. },
  1643. {
  1644. "name": "Foul",
  1645. "id": "breathFoul",
  1646. "type": "checkbox",
  1647. "buttons": ["breath_foul"]
  1648. },
  1649. ]
  1650. },
  1651. {
  1652. "name": "Drool",
  1653. "id": "droolEnabled",
  1654. "optional": true,
  1655. "buttons": ["drool"],
  1656. "entries":
  1657. [
  1658. {
  1659. "name": "Drool volume",
  1660. "id": "droolBaseVolume",
  1661. "type": "float",
  1662. "default": "0.01",
  1663. "unit": "volume"
  1664. }
  1665. ]
  1666. },
  1667. {
  1668. "name": "Magic",
  1669. "id": "magicEnabled",
  1670. "optional": true,
  1671. "panels": ["magic"],
  1672. "entries":
  1673. [
  1674. {
  1675. "name": "Shrinking magic",
  1676. "id": "magicShrink",
  1677. "type": "checkbox",
  1678. "buttons": ["magic_shrink"],
  1679. "default": true,
  1680. },
  1681. {
  1682. "name": "Fast digestion",
  1683. "id": "magicFastDigestion",
  1684. "type": "checkbox",
  1685. "buttons": ["magic_fast_digestion"],
  1686. "default": true,
  1687. },
  1688. ]
  1689. },
  1690. {
  1691. "name": "Wings",
  1692. "id": "hasWings",
  1693. "optional": true,
  1694. "panels": ["misc"],
  1695. "buttons": ["wings_flap"],
  1696. "entries":
  1697. [
  1698. {
  1699. "name": "Wing width",
  1700. "id": "baseWingWidth",
  1701. "type": "float",
  1702. "default": "1",
  1703. "unit": "length"
  1704. },
  1705. {
  1706. "name": "Wing length",
  1707. "id": "baseWingLength",
  1708. "type": "float",
  1709. "default": "1",
  1710. "unit": "length"
  1711. },
  1712. {
  1713. "name": "Wing description",
  1714. "id": "wingDesc",
  1715. "type": "text",
  1716. "default": "feathery"
  1717. },
  1718. {
  1719. "name": "Wing Vore",
  1720. "id": "wingVoreEnabled",
  1721. "type": "subcategory",
  1722. "buttons": ["wings_vore"],
  1723. "entries":
  1724. [
  1725. {
  1726. "name": "Digestion time",
  1727. "id": "wingDigestTime",
  1728. "type": "float",
  1729. "default": "15"
  1730. },
  1731. {
  1732. "name": "Manual digestion",
  1733. "id": "wingDigestManual",
  1734. "type": "checkbox",
  1735. "buttons": ["digest_wings"]
  1736. },
  1737. {
  1738. "name": "Same-size vore",
  1739. "id": "sameSizeWingVore",
  1740. "type": "checkbox",
  1741. "default": true
  1742. },
  1743. {
  1744. "name": "Wing vore goes to stomach",
  1745. "id": "wingVoreToStomach",
  1746. "type": "checkbox"
  1747. }
  1748. ]
  1749. }
  1750. ]
  1751. }
  1752. ];