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.
 
 
 

1668 lines
36 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. },
  651. {
  652. "name": "Gory",
  653. "value": "2"
  654. },
  655. {
  656. "name": "Sadistic",
  657. "value": "3"
  658. },
  659. ]
  660. }
  661. ]
  662. },
  663. {
  664. "name": "Victims",
  665. "optional": false,
  666. "entries":
  667. [
  668. {
  669. "name": "Human prey",
  670. "id": "victimsHuman",
  671. "type": "checkbox"
  672. },
  673. {
  674. "name": "Military",
  675. "id": "victimsMilitary",
  676. "type": "checkbox"
  677. },
  678. {
  679. "name": "Macros",
  680. "id": "victimsMacros",
  681. "type": "checkbox"
  682. },
  683. {
  684. "name": "Micros",
  685. "id": "victimsMicros",
  686. "type": "checkbox"
  687. }
  688. ]
  689. },
  690. {
  691. "name": "Oral Vore",
  692. "id": "oralVore",
  693. "optional": true,
  694. "entries":
  695. [
  696. {
  697. "name": "Digestion time",
  698. "id": "oralDigestTime",
  699. "type": "float",
  700. "default": "15"
  701. },
  702. {
  703. "name": "Manual digestion",
  704. "id": "oralDigestManual",
  705. "type": "checkbox"
  706. },
  707. {
  708. "name": "Same-size vore",
  709. "id": "sameSizeOralVore",
  710. "type": "checkbox",
  711. "default": true
  712. },
  713. {
  714. "name": "Vomiting",
  715. "id": "vomitEnabled",
  716. "type": "checkbox"
  717. }
  718. ]
  719. },
  720. {
  721. "name": "Anal Vore",
  722. "id": "analVore",
  723. "optional": true,
  724. "entries":
  725. [
  726. {
  727. "name": "Anus diameter",
  728. "id": "baseAnalVoreDiameter",
  729. "type": "float",
  730. "default": "0.2",
  731. "unit": "length"
  732. },
  733. {
  734. "name": "Digestion time",
  735. "id": "analDigestTime",
  736. "type": "float",
  737. "default": "15"
  738. },
  739. {
  740. "name": "Manual digestion",
  741. "id": "analDigestManual",
  742. "type": "checkbox"
  743. },
  744. {
  745. "name": "Same-size vore",
  746. "id": "sameSizeAnalVore",
  747. "type": "checkbox",
  748. "default": true
  749. },
  750. {
  751. "name": "Anal vore goes to stomach",
  752. "id": "analVoreToStomach",
  753. "type": "checkbox"
  754. }
  755. ]
  756. },
  757. {
  758. "name": "Footwear",
  759. "id": "footWear",
  760. "optional": true,
  761. "entries":
  762. [
  763. {
  764. "name": "Socks",
  765. "id": "footSockEnabled",
  766. "type": "subcategory",
  767. "entries":
  768. [
  769. {
  770. "name": "Sock type",
  771. "id": "footSock",
  772. "type": "select",
  773. "choices":
  774. [
  775. {
  776. "name": "Socks",
  777. "value": "sock"
  778. },
  779. {
  780. "name": "Stockings",
  781. "value": "stocking"
  782. }
  783. ]
  784. }
  785. ]
  786. },
  787. {
  788. "name": "Shoes",
  789. "id": "footShoeEnabled",
  790. "type": "subcategory",
  791. "entries":
  792. [
  793. {
  794. "name": "Shoe type",
  795. "id": "footShoe",
  796. "type": "select",
  797. "choices":
  798. [
  799. {
  800. "name": "Shoes",
  801. "value": "shoe"
  802. },
  803. {
  804. "name": "Boots",
  805. "value": "boot"
  806. },
  807. {
  808. "name": "Trainers",
  809. "value": "trainer"
  810. },
  811. {
  812. "name": "Sandals",
  813. "value": "sandal"
  814. },
  815. {
  816. "name": "High Heels",
  817. "value": "heel",
  818. },
  819. {
  820. "name": "Crocs",
  821. "value": "croc"
  822. }
  823. ]
  824. }
  825. ]
  826. }
  827. ]
  828. },
  829. {
  830. "name": "Arousal",
  831. "id": "arousalEnabled",
  832. "optional": true,
  833. "entries":
  834. [
  835. {
  836. "name": "Arousal multiplier",
  837. "id": "arousalFactor",
  838. "type": "float",
  839. "default": "1"
  840. },
  841. {
  842. "name": "Edge multiplier",
  843. "id": "edgeFactor",
  844. "type": "float",
  845. "default": "1"
  846. }
  847. ]
  848. },
  849. {
  850. "name": "Tail",
  851. "id": "hasTail",
  852. "optional": true,
  853. "entries":
  854. [
  855. {
  856. "name": "Number of tails",
  857. "id": "tailCount",
  858. "type": "float",
  859. "default": "1"
  860. },
  861. {
  862. "name": "Tail description",
  863. "id": "tailType",
  864. "type": "text",
  865. "default": "fluffy"
  866. },
  867. {
  868. "name": "Tail length",
  869. "id": "baseTailLength",
  870. "type": "float",
  871. "default": "1",
  872. "unit": "length"
  873. },
  874. {
  875. "name": "Tail diameter",
  876. "id": "baseTailDiameter",
  877. "type": "float",
  878. "default": "0.3",
  879. "unit": "length"
  880. },
  881. {
  882. "name": "Tail Vore",
  883. "id": "tailMaw",
  884. "type": "subcategory",
  885. "entries":
  886. [
  887. {
  888. "name": "Tail stretchiness",
  889. "id": "tailStretchiness",
  890. "type": "float",
  891. "default": "3"
  892. },
  893. {
  894. "name": "Digestion time",
  895. "id": "tailDigestTime",
  896. "type": "float",
  897. "default": "15"
  898. },
  899. {
  900. "name": "Manual digestion",
  901. "id": "tailDigestManual",
  902. "type": "checkbox"
  903. },
  904. {
  905. "name": "Same-size vore",
  906. "id": "sameSizeTailVore",
  907. "type": "checkbox",
  908. "default": true
  909. },
  910. {
  911. "name": "Tail vore goes to stomach",
  912. "id": "tailVoreToStomach",
  913. "type": "checkbox"
  914. }
  915. ]
  916. }
  917. ]
  918. },
  919. {
  920. "name": "Pouch",
  921. "id": "hasPouch",
  922. "optional": true,
  923. "entries":
  924. [
  925. {
  926. "name": "Absorption",
  927. "id": "pouchAbsorption",
  928. "type": "checkbox"
  929. }
  930. ]
  931. },
  932. {
  933. "name": "Male Genitals",
  934. "id": "maleParts",
  935. "optional": true,
  936. "entries":
  937. [
  938. {
  939. "name": "Cock length",
  940. "id": "baseDickLength",
  941. "type": "float",
  942. "default": "0.3",
  943. "unit": "length"
  944. },
  945. {
  946. "name": "Cock diameter",
  947. "id": "baseDickDiameter",
  948. "type": "float",
  949. "default": "0.08",
  950. "unit": "length"
  951. },
  952. {
  953. "name": "Cock description",
  954. "id": "dickType",
  955. "type": "text",
  956. "default": "canine"
  957. },
  958. {
  959. "name": "Ball diameter",
  960. "id": "baseBallDiameter",
  961. "type": "float",
  962. "default": "0.05",
  963. "unit": "length"
  964. },
  965. {
  966. "name": "Orgasm size",
  967. "id": "baseCumVolume",
  968. "type": "float",
  969. "default": "0.1",
  970. "unit": "volume"
  971. },
  972. {
  973. "name": "Passive cum production",
  974. "id": "baseCumProduction",
  975. "type": "float",
  976. "default": "0.01",
  977. "unit": "volume",
  978. },
  979. {
  980. "name": "Cum storage factor",
  981. "id": "cumStorageScale",
  982. "type": "float",
  983. "default": "1"
  984. },
  985. {
  986. "name": "Cock Vore",
  987. "id": "cockVoreEnabled",
  988. "type": "subcategory",
  989. "entries":
  990. [
  991. {
  992. "name": "Cock stretchiness",
  993. "id": "dickStretchiness",
  994. "type": "float",
  995. "default": "5"
  996. },
  997. {
  998. "name": "Cum digestion factor",
  999. "id": "baseCumDigestFactor",
  1000. "type": "float",
  1001. "default": "1"
  1002. },
  1003. {
  1004. "name": "Digestion time",
  1005. "id": "cockDigestTime",
  1006. "type": "float",
  1007. "default": "15"
  1008. },
  1009. {
  1010. "name": "Manual digestion",
  1011. "id": "cockDigestManual",
  1012. "type": "checkbox"
  1013. },
  1014. {
  1015. "name": "Same-size vore",
  1016. "id": "sameSizeCockVore",
  1017. "type": "checkbox",
  1018. "default": true
  1019. },
  1020. {
  1021. "name": "Scale cum with size",
  1022. "id": "cumScaleWithSize",
  1023. "type": "checkbox"
  1024. }
  1025. ]
  1026. },
  1027. {
  1028. "name": "Sheath",
  1029. "id": "hasSheath",
  1030. "type": "subcategory",
  1031. "entries":
  1032. [
  1033. {
  1034. "name": "Absorption",
  1035. "id": "sheathAbsorptionEnabled",
  1036. "type": "checkbox"
  1037. }
  1038. ]
  1039. },
  1040. {
  1041. "name": "Foreskin",
  1042. "id": "hasForeskin",
  1043. "type": "subcategory",
  1044. "entries":
  1045. [
  1046. {
  1047. "name": "Absorption",
  1048. "id": "foreskinAbsorptionEnabled",
  1049. "type": "checkbox"
  1050. }
  1051. ]
  1052. },
  1053. {
  1054. "name": "Musk",
  1055. "id": "maleMuskEnabled",
  1056. "type": "subcategory",
  1057. "entries":
  1058. [
  1059. {
  1060. "name": "Musk factor",
  1061. "id": "baseMaleMuskArea",
  1062. "type": "float",
  1063. "default": "0.5"
  1064. }
  1065. ]
  1066. }
  1067. ]
  1068. },
  1069. {
  1070. "name": "Female Genitals",
  1071. "id": "femaleParts",
  1072. "optional": true,
  1073. "entries":
  1074. [
  1075. {
  1076. "name": "Slit length",
  1077. "id": "baseVaginaLength",
  1078. "type": "float",
  1079. "default": "0.1",
  1080. "unit": "length"
  1081. },
  1082. {
  1083. "name": "Slit width",
  1084. "id": "baseVaginaWidth",
  1085. "type": "float",
  1086. "default": "0.05",
  1087. "unit": "length"
  1088. },
  1089. {
  1090. "name": "Womb volume",
  1091. "id": "baseWombVolume",
  1092. "type": "float",
  1093. "default": "0.1",
  1094. "unit": "volume"
  1095. },
  1096. {
  1097. "name": "Orgasm size",
  1098. "id": "baseFemcumVolume",
  1099. "type": "float",
  1100. "default": "0.1",
  1101. },
  1102. {
  1103. "name": "Passive femcum production",
  1104. "id": "baseFemcumProduction",
  1105. "type": "float",
  1106. "default": "0.01",
  1107. "unit": "volume"
  1108. },
  1109. {
  1110. "name": "Femcum storage factor",
  1111. "id": "femcumStorageScale",
  1112. "type": "float",
  1113. "default": "1"
  1114. },
  1115. {
  1116. "name": "Unbirth",
  1117. "id": "unbirthEnabled",
  1118. "type": "subcategory",
  1119. "entries":
  1120. [
  1121. {
  1122. "name": "Slit stretchiness",
  1123. "id": "vaginaStretchiness",
  1124. "type": "float",
  1125. "default": "5"
  1126. },
  1127. {
  1128. "name": "Femcum digestion factor",
  1129. "id": "baseFemcumDigestFactor",
  1130. "type": "float",
  1131. "default": "1"
  1132. },
  1133. {
  1134. "name": "Digestion time",
  1135. "id": "unbirthDigestTime",
  1136. "type": "float",
  1137. "default": "15"
  1138. },
  1139. {
  1140. "name": "Manual digestion",
  1141. "id": "unbirthDigestManual",
  1142. "type": "checkbox"
  1143. },
  1144. {
  1145. "name": "Same-size vore",
  1146. "id": "sameSizeUnbirth",
  1147. "type": "checkbox",
  1148. "default": true
  1149. },
  1150. {
  1151. "name": "Scale femcum with size",
  1152. "id": "femcumScaleWithSize",
  1153. "type": "checkbox"
  1154. }
  1155. ]
  1156. },
  1157. {
  1158. "name": "Musk",
  1159. "id": "femaleMuskEnabled",
  1160. "type": "subcategory",
  1161. "entries":
  1162. [
  1163. {
  1164. "name": "Musk factor",
  1165. "id": "baseFemaleMuskArea",
  1166. "type": "float",
  1167. "default": "0.5"
  1168. }
  1169. ]
  1170. }
  1171. ]
  1172. },
  1173. {
  1174. "name": "Breasts",
  1175. "id": "hasBreasts",
  1176. "optional": true,
  1177. "entries":
  1178. [
  1179. {
  1180. "name": "Breast diameter",
  1181. "id": "baseBreastDiameter",
  1182. "type": "float",
  1183. "default": "0.1",
  1184. "unit": "length"
  1185. },
  1186. {
  1187. "name": "Lactation",
  1188. "id": "lactationEnabled",
  1189. "type": "subcategory",
  1190. "entries":
  1191. [
  1192. {
  1193. "name": "Lactation scale",
  1194. "id": "lactationFactor",
  1195. "type": "float",
  1196. "default": "0.25"
  1197. },
  1198. {
  1199. "name": "Passive milk production",
  1200. "id": "baseLactationProduction",
  1201. "type": "float",
  1202. "default": "0.001",
  1203. "unit": "volume"
  1204. },
  1205. {
  1206. "name": "Milk storage scale",
  1207. "id": "milkStorageScale",
  1208. "type": "float",
  1209. "default": "1"
  1210. }
  1211. ]
  1212. },
  1213. {
  1214. "name": "Breast Vore",
  1215. "id": "breastVore",
  1216. "type": "subcategory",
  1217. "entries":
  1218. [
  1219. {
  1220. "name": "Breast stretchiness",
  1221. "id": "breastStretchiness",
  1222. "type": "float",
  1223. "default": "3"
  1224. },
  1225. {
  1226. "name": "Milk digestion scale",
  1227. "id": "baseMilkDigestFactor",
  1228. "type": "float",
  1229. "default": "1"
  1230. },
  1231. {
  1232. "name": "Digestion time",
  1233. "id": "breastDigestTime",
  1234. "type": "float",
  1235. "default": "15"
  1236. },
  1237. {
  1238. "name": "Manual digestion",
  1239. "id": "breastDigestManual",
  1240. "type": "checkbox"
  1241. },
  1242. {
  1243. "name": "Same-size vore",
  1244. "id": "sameSizeBreastVore",
  1245. "type": "checkbox",
  1246. "default": true
  1247. },
  1248. {
  1249. "name": "Scale milk with size",
  1250. "id": "milkScaleWithSize",
  1251. "type": "checkbox"
  1252. }
  1253. ]
  1254. }
  1255. ]
  1256. },
  1257. {
  1258. "name": "Stench",
  1259. "id": "stenchEnabled",
  1260. "optional": true,
  1261. "entries":
  1262. [
  1263. {
  1264. "name": "Paw stench scale",
  1265. "id": "basePawStenchArea",
  1266. "type": "float",
  1267. "default": "1"
  1268. },
  1269. {
  1270. "name": "Ass stench scale",
  1271. "id": "baseAssStenchArea",
  1272. "type": "float",
  1273. "default": "1.5"
  1274. },
  1275. {
  1276. "name": "Piss stench scale",
  1277. "id": "basePissStenchArea",
  1278. "type": "float",
  1279. "default": "0.75"
  1280. },
  1281. {
  1282. "name": "Scat stench scale",
  1283. "id": "baseScatStenchArea",
  1284. "type": "float",
  1285. "default": "3"
  1286. },
  1287. ]
  1288. },
  1289. {
  1290. "name": "Gas",
  1291. "id": "gasEnabled",
  1292. "optional": true,
  1293. "entries":
  1294. [
  1295. {
  1296. "name": "Belching",
  1297. "id": "belchEnabled",
  1298. "type": "checkbox"
  1299. },
  1300. {
  1301. "name": "Farting",
  1302. "id": "fartEnabled",
  1303. "type": "checkbox"
  1304. },
  1305. {
  1306. "name": "Passive gas production",
  1307. "id": "baseGasProduction",
  1308. "type": "float",
  1309. "default": "0.01",
  1310. "unit": "volume"
  1311. },
  1312. {
  1313. "name": "Gas storage scale",
  1314. "id": "gasStorageScale",
  1315. "type": "float",
  1316. "default": "1"
  1317. },
  1318. {
  1319. "name": "Gas digestion factor",
  1320. "id": "baseGasDigestFactor",
  1321. "type": "float",
  1322. "default": "1"
  1323. },
  1324. {
  1325. "name": "Scale gas with size",
  1326. "id": "gasScaleWithSize",
  1327. "type": "checkbox"
  1328. }
  1329. ]
  1330. },
  1331. {
  1332. "name": "Soul Vore",
  1333. "id": "soulVoreEnabled",
  1334. "optional": true,
  1335. "entries":
  1336. [
  1337. {
  1338. "name": "Digestion time",
  1339. "id": "soulDigestTime",
  1340. "type": "float",
  1341. "default": "15"
  1342. },
  1343. {
  1344. "name": "Manual digestion",
  1345. "id": "soulDigestManual",
  1346. "type": "checkbox"
  1347. },
  1348. {
  1349. "type": "radio",
  1350. "id": "soulVoreType",
  1351. "default": "body",
  1352. "choices":
  1353. [
  1354. {
  1355. "name": "Released",
  1356. "value": "release"
  1357. },
  1358. {
  1359. "name": "Trapped",
  1360. "value": "body"
  1361. },
  1362. {
  1363. "name": "Digested",
  1364. "value": "oblivion"
  1365. }
  1366. ]
  1367. }
  1368. ]
  1369. },
  1370. {
  1371. "name": "Piss",
  1372. "id": "pissEnabled",
  1373. "optional": true,
  1374. "entries":
  1375. [
  1376. {
  1377. "name": "Passive piss production",
  1378. "id": "basePissProduction",
  1379. "type": "float",
  1380. "default": "0.01",
  1381. "unit": "volume"
  1382. },
  1383. {
  1384. "name": "Piss storage scale",
  1385. "id": "pissStorageScale",
  1386. "type": "float",
  1387. "default": "1"
  1388. },
  1389. {
  1390. "name": "Bladder Vore",
  1391. "id": "bladderVore",
  1392. "type": "subcategory",
  1393. "entries":
  1394. [
  1395. {
  1396. "name": "Urethra diameter",
  1397. "id": "baseUrethraDiameter",
  1398. "type": "float",
  1399. "default": "0.03",
  1400. "unit": "length"
  1401. },
  1402. {
  1403. "name": "Urethra stretchiness",
  1404. "id": "urethraStretchiness",
  1405. "type": "float",
  1406. "default": "5"
  1407. },
  1408. {
  1409. "name": "Piss digestion scale",
  1410. "id": "basePissDigestFactor",
  1411. "type": "float",
  1412. "default": "1"
  1413. },
  1414. {
  1415. "name": "Digestion time",
  1416. "id": "bladderDigestTime",
  1417. "type": "float",
  1418. "default": "15"
  1419. },
  1420. {
  1421. "name": "Manual digestion",
  1422. "id": "bladderDigestManual",
  1423. "type": "checkbox"
  1424. },
  1425. {
  1426. "name": "Same-size vore",
  1427. "id": "sameSizeBladderVore",
  1428. "type": "checkbox",
  1429. "default": true
  1430. },
  1431. {
  1432. "name": "Scale piss with size",
  1433. "id": "pissScaleWithSize",
  1434. "type": "checkbox"
  1435. }
  1436. ]
  1437. }
  1438. ]
  1439. },
  1440. {
  1441. "name": "Scat",
  1442. "id": "scatEnabled",
  1443. "optional": true,
  1444. "entries":
  1445. [
  1446. {
  1447. "name": "Scat digestion scale",
  1448. "id": "baseScatDigestFactor",
  1449. "type": "float",
  1450. "default": "1"
  1451. },
  1452. {
  1453. "name": "Passive scat production",
  1454. "id": "baseScatProduction",
  1455. "type": "float",
  1456. "default": "0.001",
  1457. "unit": "volume"
  1458. },
  1459. {
  1460. "name": "Scat storage scale",
  1461. "id": "scatStorageScale",
  1462. "type": "float",
  1463. "default": "1"
  1464. },
  1465. {
  1466. "name": "Scale scat with size",
  1467. "id": "scatScaleWithSize",
  1468. "type": "checkbox"
  1469. }
  1470. ]
  1471. },
  1472. {
  1473. "name": "Goo",
  1474. "id": "gooEnabled",
  1475. "optional": true,
  1476. "entries":
  1477. [
  1478. {
  1479. "name": "Digestion",
  1480. "id": "gooDigestion",
  1481. "type": "subcategory",
  1482. "entries":
  1483. [
  1484. {
  1485. "name": "Digestion time",
  1486. "id": "gooDigestTime",
  1487. "type": "float",
  1488. "default": "15"
  1489. },
  1490. {
  1491. "name": "Manual digestion",
  1492. "id": "gooDigestManual",
  1493. "type": "checkbox"
  1494. }
  1495. ]
  1496. }
  1497. ]
  1498. },
  1499. {
  1500. "name": "Paw Vore",
  1501. "id": "pawVoreEnabled",
  1502. "optional": true,
  1503. "entries":
  1504. [
  1505. {
  1506. "name": "Digestion time",
  1507. "id": "pawDigestTime",
  1508. "type": "float",
  1509. "default": "15"
  1510. },
  1511. {
  1512. "name": "Manual digestion",
  1513. "id": "pawDigestManual",
  1514. "type": "checkbox"
  1515. },
  1516. {
  1517. "name": "Same-size vore",
  1518. "id": "sameSizePawVore",
  1519. "type": "checkbox",
  1520. "default": true
  1521. }
  1522. ]
  1523. },
  1524. {
  1525. "name": "Crop",
  1526. "id": "cropEnabled",
  1527. "optional": true,
  1528. "entries":
  1529. [
  1530. {
  1531. "name": "Transfer time",
  1532. "id": "cropTransferTime",
  1533. "type": "float",
  1534. "default": "10"
  1535. }
  1536. ]
  1537. },
  1538. {
  1539. "name": "Breath",
  1540. "id": "breathEnabled",
  1541. "optional": true,
  1542. "entries":
  1543. [
  1544. {
  1545. "name": "Breath area",
  1546. "id": "baseBreathArea",
  1547. "type": "float",
  1548. "default": "10",
  1549. "unit": "area"
  1550. },
  1551. {
  1552. "name": "Fire",
  1553. "id": "breathFire",
  1554. "type": "checkbox"
  1555. },
  1556. {
  1557. "name": "Ice",
  1558. "id": "breathIce",
  1559. "type": "checkbox"
  1560. },
  1561. {
  1562. "name": "Electric",
  1563. "id": "breathElectric",
  1564. "type": "checkbox"
  1565. },
  1566. {
  1567. "name": "Smoke",
  1568. "id": "breathSmoke",
  1569. "type": "checkbox"
  1570. },
  1571. {
  1572. "name": "Radiation",
  1573. "id": "breathRadiation",
  1574. "type": "checkbox"
  1575. },
  1576. {
  1577. "name": "Foul",
  1578. "id": "breathFoul",
  1579. "type": "checkbox"
  1580. },
  1581. ]
  1582. },
  1583. {
  1584. "name": "Drool",
  1585. "id": "droolEnabled",
  1586. "optional": true,
  1587. "entries":
  1588. [
  1589. {
  1590. "name": "Drool volume",
  1591. "id": "droolBaseVolume",
  1592. "type": "float",
  1593. "default": "0.01",
  1594. "unit": "volume"
  1595. }
  1596. ]
  1597. },
  1598. {
  1599. "name": "Magic",
  1600. "id": "magicEnabled",
  1601. "optional": true,
  1602. "entries":
  1603. [
  1604. ]
  1605. },
  1606. {
  1607. "name": "Wings",
  1608. "id": "hasWings",
  1609. "optional": true,
  1610. "entries":
  1611. [
  1612. {
  1613. "name": "Wing width",
  1614. "id": "baseWingWidth",
  1615. "type": "float",
  1616. "default": "1",
  1617. "unit": "length"
  1618. },
  1619. {
  1620. "name": "Wing length",
  1621. "id": "baseWingLength",
  1622. "type": "float",
  1623. "default": "1",
  1624. "unit": "length"
  1625. },
  1626. {
  1627. "name": "Wing description",
  1628. "id": "wingDesc",
  1629. "type": "text",
  1630. "default": "feathery"
  1631. },
  1632. {
  1633. "name": "Wing Vore",
  1634. "id": "wingVoreEnabled",
  1635. "type": "subcategory",
  1636. "entries":
  1637. [
  1638. {
  1639. "name": "Digestion time",
  1640. "id": "wingDigestTime",
  1641. "type": "float",
  1642. "default": "15"
  1643. },
  1644. {
  1645. "name": "Manual digestion",
  1646. "id": "wingDigestManual",
  1647. "type": "checkbox"
  1648. },
  1649. {
  1650. "name": "Same-size vore",
  1651. "id": "sameSizeWingVore",
  1652. "type": "checkbox",
  1653. "default": true
  1654. },
  1655. {
  1656. "name": "Wing vore goes to stomach",
  1657. "id": "wingVoreToStomach",
  1658. "type": "checkbox"
  1659. }
  1660. ]
  1661. }
  1662. ]
  1663. }
  1664. ];