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.
 
 
 

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