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.
 
 
 

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