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.
 
 
 

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