big steppy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

1489 lignes
32 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": "Stuff Sheath",
  164. "target": "sheath_stuff"
  165. },
  166. {
  167. "name": "Squeeze Sheath",
  168. "target": "sheath_toy"
  169. },
  170. {
  171. "name": "Clench Sheath",
  172. "target": "sheath_clench"
  173. },
  174. {
  175. "name": "Absorb Sheath",
  176. "target": "sheath_absorb"
  177. },
  178. {
  179. "name": "Cockslap",
  180. "target": "cockslap"
  181. },
  182. {
  183. "name": "Cock Vore",
  184. "target": "cock_vore"
  185. },
  186. {
  187. "name": "Digest",
  188. "target": "digest_cock"
  189. },
  190. {
  191. "name": "Ball Smother",
  192. "target": "ball_smother"
  193. }
  194. ]
  195. },
  196. "souls": {
  197. "name": "Souls",
  198. "buttons": [
  199. {
  200. "name": "Soul Vore",
  201. "target": "soul_vore"
  202. },
  203. {
  204. "name": "Digest",
  205. "target": "digest_soul"
  206. },
  207. {
  208. "name": "Paws",
  209. "target": "soul_absorb_paw"
  210. }
  211. ]
  212. },
  213. "shoes": {
  214. "name": "Footwear",
  215. "buttons": [
  216. {
  217. "name": "Put On Shoes",
  218. "target": "wear_shoes"
  219. },
  220. {
  221. "name": "Take Off Shoes",
  222. "target": "remove_shoes"
  223. },
  224. {
  225. "name": "Put On Socks",
  226. "target": "wear_socks"
  227. },
  228. {
  229. "name": "Take Off Socks",
  230. "target": "remove_socks"
  231. },
  232. {
  233. "name": "Stuff Shoes",
  234. "target": "stuff_shoes"
  235. },
  236. {
  237. "name": "Stuff Socks",
  238. "target": "stuff_socks"
  239. },
  240. {
  241. "name": "Dump Shoes",
  242. "target": "dump_shoes"
  243. },
  244. {
  245. "name": "Dump Socks",
  246. "target": "dump_socks"
  247. }
  248. ]
  249. },
  250. "waste": {
  251. "name": "Waste",
  252. "buttons": [
  253. {
  254. "name": "Belch",
  255. "target": "belch"
  256. },
  257. {
  258. "name": "Fart",
  259. "target": "fart"
  260. },
  261. {
  262. "name": "Piss",
  263. "target": "piss"
  264. },
  265. {
  266. "name": "Bladder Vore",
  267. "target": "bladder_vore"
  268. },
  269. {
  270. "name": "Digest",
  271. "target": "digest_bladder"
  272. },
  273. {
  274. "name": "Scat",
  275. "target": "scat"
  276. }
  277. ]
  278. },
  279. "goo": {
  280. "name": "Goo",
  281. "buttons": [
  282. {
  283. "name": "Solidify",
  284. "target": "solidify"
  285. },
  286. {
  287. "name": "Melt",
  288. "target": "melt"
  289. },
  290. {
  291. "name": "Flood",
  292. "target": "flood"
  293. },
  294. {
  295. "name": "Push to Stomach",
  296. "target": "goo_stomach_push"
  297. },
  298. {
  299. "name": "Pull from Stomach",
  300. "target": "goo_stomach_pull"
  301. },
  302. {
  303. "name": "Push to Bowels",
  304. "target": "goo_bowels_push"
  305. },
  306. {
  307. "name": "Pull from Bowels",
  308. "target": "goo_bowels_pull"
  309. },
  310. {
  311. "name": "Push to Womb",
  312. "target": "goo_womb_push"
  313. },
  314. {
  315. "name": "Pull from Womb",
  316. "target": "goo_womb_pull"
  317. },
  318. {
  319. "name": "Push to Balls",
  320. "target": "goo_balls_push"
  321. },
  322. {
  323. "name": "Pull from Balls",
  324. "target": "goo_balls_pull"
  325. },
  326. {
  327. "name": "Push to Breasts",
  328. "target": "goo_breasts_push"
  329. },
  330. {
  331. "name": "Pull from Breasts",
  332. "target": "goo_breasts_pull"
  333. },
  334. {
  335. "name": "Push to Tails",
  336. "target": "goo_tail_push"
  337. },
  338. {
  339. "name": "Pull from Tails",
  340. "target": "goo_tail_pull"
  341. },
  342. {
  343. "name": "Push to Paws",
  344. "target": "goo_paws_push"
  345. },
  346. {
  347. "name": "Pull from Paws",
  348. "target": "goo_paws_pull"
  349. },
  350. {
  351. "name": "Digest",
  352. "target": "digest_goo"
  353. }
  354. ]
  355. },
  356. "misc": {
  357. "name": "Misc",
  358. "buttons": [
  359. {
  360. "name": "Stuff Pouch",
  361. "target": "pouch_stuff"
  362. },
  363. {
  364. "name": "Rub Pouch",
  365. "target": "pouch_rub"
  366. },
  367. {
  368. "name": "Eat From Pouch",
  369. "target": "pouch_eat"
  370. },
  371. {
  372. "name": "Absorb Pouch",
  373. "target": "pouch_absorb"
  374. },
  375. {
  376. "name": "Flap Wings",
  377. "target": "wings_flap"
  378. },
  379. {
  380. "name": "Wing Vore",
  381. "target": "wings_vore"
  382. }
  383. ]
  384. },
  385. "breath": {
  386. "name": "Breath",
  387. "buttons": [
  388. {
  389. "name": "Line Shape",
  390. "target": "breath_line"
  391. },
  392. {
  393. "name": "Cone Shape",
  394. "target": "breath_cone"
  395. },
  396. {
  397. "name": "Fire",
  398. "target": "breath_fire"
  399. },
  400. {
  401. "name": "Ice",
  402. "target": "breath_ice"
  403. },
  404. {
  405. "name": "Electric",
  406. "target": "breath_electric"
  407. },
  408. {
  409. "name": "Smoke",
  410. "target": "breath_smoke"
  411. },
  412. {
  413. "name": "Radiation",
  414. "target": "breath_radiation"
  415. },
  416. {
  417. "name": "Foul",
  418. "target": "breath_foul"
  419. }
  420. ]
  421. },
  422. "magic": {
  423. "name": "Magic",
  424. "buttons": [
  425. {
  426. "name": "Shrink",
  427. "target": "magic_shrink"
  428. },
  429. {
  430. "name": "Fast Digestion",
  431. "target": "magic_fast_digestion"
  432. }
  433. ]
  434. },
  435. "options": {
  436. "name": "Options",
  437. "buttons": [
  438. {
  439. "name": "Arousal On",
  440. "target": "arousal",
  441. "default": true
  442. },
  443. {
  444. "name": "Status: Standing",
  445. "target": "stroll",
  446. "default": true
  447. },
  448. {
  449. "name": "Numbers: Words",
  450. "target": "numbers",
  451. "default": true
  452. },
  453. {
  454. "name": "Units: Metric",
  455. "target": "units",
  456. "default": true
  457. },
  458. {
  459. "name": "Verbose Text",
  460. "target": "verbose",
  461. "default": true
  462. },
  463. {
  464. "name": "Toggle Dark Mode",
  465. "target": "dark_mode",
  466. "default": true
  467. },
  468. {
  469. "name": "Debug Log",
  470. "target": "debug",
  471. "default": true
  472. }
  473. ]
  474. }
  475. }
  476. options = [
  477. {
  478. "name": "Basics",
  479. "optional": false,
  480. "entries": [
  481. {
  482. "name": "Name",
  483. "id": "name",
  484. "type": "text",
  485. "default": "Fen"
  486. },
  487. {
  488. "name": "Scale",
  489. "id": "scale",
  490. "type": "float",
  491. "default": "1"
  492. },
  493. {
  494. "name": "Height",
  495. "id": "baseHeight",
  496. "type": "float",
  497. "default": "2.26",
  498. "unit": "length"
  499. },
  500. {
  501. "name": "Weight",
  502. "id": "baseMass",
  503. "type": "float",
  504. "default": "135",
  505. "unit": "mass"
  506. },
  507. {
  508. "name": "Paw area",
  509. "id": "basePawArea",
  510. "type": "float",
  511. "default": "0.1",
  512. "unit": "area"
  513. },
  514. {
  515. "name": "Hand area",
  516. "id": "baseHandArea",
  517. "type": "float",
  518. "default": "0.1",
  519. "unit": "area"
  520. },
  521. {
  522. "name": "Ass area",
  523. "id": "baseAssArea",
  524. "type": "float",
  525. "default": "0.2",
  526. "unit": "area"
  527. },
  528. {
  529. "name": "Same-size stomping",
  530. "id": "sameSizeStomp",
  531. "type": "checkbox"
  532. }
  533. ]
  534. },
  535. {
  536. "name": "Body Details",
  537. "optional": false,
  538. "entries":
  539. [
  540. {
  541. "name": "Species",
  542. "id": "species",
  543. "type": "text",
  544. "default": "crux"
  545. },
  546. {
  547. "name": "Foot type",
  548. "id": "footType",
  549. "type": "select",
  550. "choices":
  551. [
  552. {
  553. "name": "Paws",
  554. "value": "paw"
  555. },
  556. {
  557. "name": "Hooves",
  558. "value": "hoof"
  559. },
  560. {
  561. "name": "Feet",
  562. "value": "foot",
  563. },
  564. {
  565. "name": "Avian",
  566. "value": "avian"
  567. }
  568. ]
  569. },
  570. {
  571. "name": "Mouth type",
  572. "id": "jawType",
  573. "type": "select",
  574. "choices":
  575. [
  576. {
  577. "name": "Jaws",
  578. "value": "jaw"
  579. },
  580. {
  581. "name": "Beak",
  582. "value": "beak"
  583. }
  584. ]
  585. }
  586. ]
  587. },
  588. {
  589. "name": "Difficulty",
  590. "optional": false,
  591. "entries":
  592. [
  593. {
  594. "type": "radio",
  595. "id": "difficulty",
  596. "default": "0",
  597. "choices":
  598. [
  599. {
  600. "name": "Sandbox",
  601. "value": "0"
  602. },
  603. {
  604. "name": "Stompvival",
  605. "value": "1"
  606. }
  607. ]
  608. }
  609. ]
  610. },
  611. {
  612. "name": "Brutality",
  613. "optional": false,
  614. "entries":
  615. [
  616. {
  617. "type": "radio",
  618. "id": "brutality",
  619. "default": "1",
  620. "choices":
  621. [
  622. {
  623. "name": "Non-fatal",
  624. "value": "0"
  625. },
  626. {
  627. "name": "Fatal",
  628. "value": "1"
  629. },
  630. {
  631. "name": "Gory",
  632. "value": "2"
  633. },
  634. {
  635. "name": "Sadistic",
  636. "value": "3"
  637. },
  638. ]
  639. }
  640. ]
  641. },
  642. {
  643. "name": "Victims",
  644. "optional": false,
  645. "entries":
  646. [
  647. {
  648. "name": "Human prey",
  649. "id": "victimsHuman",
  650. "type": "checkbox"
  651. },
  652. {
  653. "name": "Military",
  654. "id": "victimsMilitary",
  655. "type": "checkbox"
  656. },
  657. {
  658. "name": "Macros",
  659. "id": "victimsMacros",
  660. "type": "checkbox"
  661. },
  662. {
  663. "name": "Micros",
  664. "id": "victimsMicros",
  665. "type": "checkbox"
  666. }
  667. ]
  668. },
  669. {
  670. "name": "Oral Vore",
  671. "id": "oralVore",
  672. "optional": true,
  673. "entries":
  674. [
  675. {
  676. "name": "Digestion time",
  677. "id": "oralDigestTime",
  678. "type": "float",
  679. "default": "15"
  680. },
  681. {
  682. "name": "Same-size vore",
  683. "id": "sameSizeVore",
  684. "type": "checkbox"
  685. },
  686. {
  687. "name": "Vomiting",
  688. "id": "vomitEnabled",
  689. "type": "checkbox"
  690. }
  691. ]
  692. },
  693. {
  694. "name": "Anal Vore",
  695. "id": "analVore",
  696. "optional": true,
  697. "entries":
  698. [
  699. {
  700. "name": "Anus diameter",
  701. "id": "baseAnalVoreDiameter",
  702. "type": "float",
  703. "default": "0.2",
  704. "unit": "length"
  705. },
  706. {
  707. "name": "Digestion time",
  708. "id": "analDigestTime",
  709. "type": "float",
  710. "default": "15"
  711. },
  712. {
  713. "name": "Anal vore goes to stomach",
  714. "id": "analVoreToStomach",
  715. "type": "checkbox"
  716. }
  717. ]
  718. },
  719. {
  720. "name": "Footwear",
  721. "id": "footWear",
  722. "optional": true,
  723. "entries":
  724. [
  725. {
  726. "name": "Socks",
  727. "id": "footSockEnabled",
  728. "type": "subcategory",
  729. "entries":
  730. [
  731. {
  732. "name": "Sock type",
  733. "id": "footSock",
  734. "type": "select",
  735. "choices":
  736. [
  737. {
  738. "name": "Socks",
  739. "value": "sock"
  740. },
  741. {
  742. "name": "Stockings",
  743. "value": "stocking"
  744. }
  745. ]
  746. }
  747. ]
  748. },
  749. {
  750. "name": "Shoes",
  751. "id": "footShoeEnabled",
  752. "type": "subcategory",
  753. "entries":
  754. [
  755. {
  756. "name": "Shoe type",
  757. "id": "footShoe",
  758. "type": "select",
  759. "choices":
  760. [
  761. {
  762. "name": "Shoes",
  763. "value": "shoe"
  764. },
  765. {
  766. "name": "Boots",
  767. "value": "boot"
  768. },
  769. {
  770. "name": "Trainers",
  771. "value": "trainer"
  772. },
  773. {
  774. "name": "Sandals",
  775. "value": "sandal"
  776. },
  777. {
  778. "name": "High Heels",
  779. "value": "heel",
  780. },
  781. {
  782. "name": "Crocs",
  783. "value": "croc"
  784. }
  785. ]
  786. }
  787. ]
  788. }
  789. ]
  790. },
  791. {
  792. "name": "Arousal",
  793. "id": "arousalEnabled",
  794. "optional": true,
  795. "entries":
  796. [
  797. {
  798. "name": "Arousal multiplier",
  799. "id": "arousalFactor",
  800. "type": "float",
  801. "default": "1"
  802. },
  803. {
  804. "name": "Edge multiplier",
  805. "id": "edgeFactor",
  806. "type": "float",
  807. "default": "1"
  808. }
  809. ]
  810. },
  811. {
  812. "name": "Tail",
  813. "id": "hasTail",
  814. "optional": true,
  815. "entries":
  816. [
  817. {
  818. "name": "Number of tails",
  819. "id": "tailCount",
  820. "type": "float",
  821. "default": "1"
  822. },
  823. {
  824. "name": "Tail description",
  825. "id": "tailType",
  826. "type": "text",
  827. "default": "fluffy"
  828. },
  829. {
  830. "name": "Tail length",
  831. "id": "baseTailLength",
  832. "type": "float",
  833. "default": "1",
  834. "unit": "length"
  835. },
  836. {
  837. "name": "Tail diameter",
  838. "id": "baseTailDiameter",
  839. "type": "float",
  840. "default": "0.3",
  841. "unit": "length"
  842. },
  843. {
  844. "name": "Tail Vore",
  845. "id": "tailMaw",
  846. "type": "subcategory",
  847. "entries":
  848. [
  849. {
  850. "name": "Tail stretchiness",
  851. "id": "tailStretchiness",
  852. "type": "float",
  853. "default": "1"
  854. },
  855. {
  856. "name": "Digestion time",
  857. "id": "tailDigestTime",
  858. "type": "float",
  859. "default": "15"
  860. },
  861. {
  862. "name": "Tail vore goes to stomach",
  863. "id": "tailVoreToStomach",
  864. "type": "checkbox"
  865. }
  866. ]
  867. }
  868. ]
  869. },
  870. {
  871. "name": "Pouch",
  872. "id": "hasPouch",
  873. "optional": true,
  874. "entries":
  875. [
  876. {
  877. "name": "Absorption",
  878. "id": "pouchAbsorption",
  879. "type": "checkbox"
  880. }
  881. ]
  882. },
  883. {
  884. "name": "Male Genitals",
  885. "id": "maleParts",
  886. "optional": true,
  887. "entries":
  888. [
  889. {
  890. "name": "Cock length",
  891. "id": "baseDickLength",
  892. "type": "float",
  893. "default": "0.3",
  894. "unit": "length"
  895. },
  896. {
  897. "name": "Cock diameter",
  898. "id": "baseDickDiameter",
  899. "type": "float",
  900. "default": "0.08",
  901. "unit": "length"
  902. },
  903. {
  904. "name": "Cock stretchiness",
  905. "id": "dickStretchiness",
  906. "type": "float",
  907. "default": "1"
  908. },
  909. {
  910. "name": "Cock description",
  911. "id": "dickType",
  912. "type": "text",
  913. "default": "canine"
  914. },
  915. {
  916. "name": "Ball diameter",
  917. "id": "baseBallDiameter",
  918. "type": "float",
  919. "default": "0.05",
  920. "unit": "length"
  921. },
  922. {
  923. "name": "Orgasm size",
  924. "id": "baseCumRatio",
  925. "type": "float",
  926. "default": "1",
  927. },
  928. {
  929. "name": "Passive cum production",
  930. "id": "cumScale",
  931. "type": "float",
  932. "default": "1"
  933. },
  934. {
  935. "name": "Cum storage factor",
  936. "id": "cumStorageScale",
  937. "type": "float",
  938. "default": "1"
  939. },
  940. {
  941. "name": "Cock Vore",
  942. "id": "cockVoreEnabled",
  943. "type": "subcategory",
  944. "entries":
  945. [
  946. {
  947. "name": "Cum digestion factor",
  948. "id": "baseCumDigestFactor",
  949. "type": "float",
  950. "default": "1"
  951. },
  952. {
  953. "name": "Digestion time",
  954. "id": "cockDigestTime",
  955. "type": "float",
  956. "default": "15"
  957. }
  958. ]
  959. },
  960. {
  961. "name": "Sheath",
  962. "id": "hasSheath",
  963. "type": "subcategory",
  964. "entries":
  965. [
  966. {
  967. "name": "Absorption",
  968. "id": "sheathAbsorptionEnabled",
  969. "type": "checkbox"
  970. }
  971. ]
  972. },
  973. {
  974. "name": "Musk",
  975. "id": "maleMuskEnabled",
  976. "type": "subcategory",
  977. "entries":
  978. [
  979. {
  980. "name": "Musk factor",
  981. "id": "baseMaleMuskArea",
  982. "type": "float",
  983. "default": "0.5"
  984. }
  985. ]
  986. }
  987. ]
  988. },
  989. {
  990. "name": "Female Genitals",
  991. "id": "femaleParts",
  992. "optional": true,
  993. "entries":
  994. [
  995. {
  996. "name": "Slit length",
  997. "id": "baseVaginaLength",
  998. "type": "float",
  999. "default": "0.1",
  1000. "unit": "length"
  1001. },
  1002. {
  1003. "name": "Slit width",
  1004. "id": "baseVaginaWidth",
  1005. "type": "float",
  1006. "default": "0.05",
  1007. "unit": "length"
  1008. },
  1009. {
  1010. "name": "Slit stretchiness",
  1011. "id": "vaginaStretchiness",
  1012. "type": "float",
  1013. "default": "1"
  1014. },
  1015. {
  1016. "name": "Orgasm size",
  1017. "id": "baseFemcumRatio",
  1018. "type": "float",
  1019. "default": "1",
  1020. },
  1021. {
  1022. "name": "Passive femcum production",
  1023. "id": "femcumScale",
  1024. "type": "float",
  1025. "default": "1"
  1026. },
  1027. {
  1028. "name": "Femcum storage factor",
  1029. "id": "femcumStorageScale",
  1030. "type": "float",
  1031. "default": "1"
  1032. },
  1033. {
  1034. "name": "Unbirth",
  1035. "id": "unbirthEnabled",
  1036. "type": "subcategory",
  1037. "entries":
  1038. [
  1039. {
  1040. "name": "Femcum digestion factor",
  1041. "id": "baseFemcumDigestFactor",
  1042. "type": "float",
  1043. "default": "1"
  1044. },
  1045. {
  1046. "name": "Digestion time",
  1047. "id": "unbirthDigestTime",
  1048. "type": "float",
  1049. "default": "15"
  1050. }
  1051. ]
  1052. },
  1053. {
  1054. "name": "Musk",
  1055. "id": "femaleMuskEnabled",
  1056. "type": "subcategory",
  1057. "entries":
  1058. [
  1059. {
  1060. "name": "Musk factor",
  1061. "id": "baseFemaleMuskArea",
  1062. "type": "float",
  1063. "default": "0.5"
  1064. }
  1065. ]
  1066. }
  1067. ]
  1068. },
  1069. {
  1070. "name": "Breasts",
  1071. "id": "hasBreasts",
  1072. "optional": true,
  1073. "entries":
  1074. [
  1075. {
  1076. "name": "Breast diameter",
  1077. "id": "baseBreastDiameter",
  1078. "type": "float",
  1079. "default": "0.1",
  1080. "unit": "length"
  1081. },
  1082. {
  1083. "name": "Lactation",
  1084. "id": "lactationEnabled",
  1085. "type": "subcategory",
  1086. "entries":
  1087. [
  1088. {
  1089. "name": "Lactation scale",
  1090. "id": "lactationFactor",
  1091. "type": "float",
  1092. "default": "0.25"
  1093. },
  1094. {
  1095. "name": "Passive milk production",
  1096. "id": "lactationScale",
  1097. "type": "float",
  1098. "default": "1"
  1099. },
  1100. {
  1101. "name": "Milk storage scale",
  1102. "id": "milkStorageScale",
  1103. "type": "float",
  1104. "default": "1"
  1105. }
  1106. ]
  1107. },
  1108. {
  1109. "name": "Breast Vore",
  1110. "id": "breastVore",
  1111. "type": "subcategory",
  1112. "entries":
  1113. [
  1114. {
  1115. "name": "Breast stretchiness",
  1116. "id": "breastStretchiness",
  1117. "type": "float",
  1118. "default": "1"
  1119. },
  1120. {
  1121. "name": "Milk digestion scale",
  1122. "id": "baseMilkDigestFactor",
  1123. "type": "float",
  1124. "default": "1"
  1125. },
  1126. {
  1127. "name": "Digestion time",
  1128. "id": "breastDigestTime",
  1129. "type": "float",
  1130. "default": "15"
  1131. }
  1132. ]
  1133. }
  1134. ]
  1135. },
  1136. {
  1137. "name": "Stench",
  1138. "id": "stenchEnabled",
  1139. "optional": true,
  1140. "entries":
  1141. [
  1142. {
  1143. "name": "Paw stench scale",
  1144. "id": "basePawStenchArea",
  1145. "type": "float",
  1146. "default": "1"
  1147. },
  1148. {
  1149. "name": "Ass stench scale",
  1150. "id": "basePawStenchArea",
  1151. "type": "float",
  1152. "default": "1.5"
  1153. },
  1154. {
  1155. "name": "Piss stench scale",
  1156. "id": "basePawStenchArea",
  1157. "type": "float",
  1158. "default": "0.75"
  1159. },
  1160. {
  1161. "name": "Scat stench scale",
  1162. "id": "basePawStenchArea",
  1163. "type": "float",
  1164. "default": "3"
  1165. },
  1166. ]
  1167. },
  1168. {
  1169. "name": "Gas",
  1170. "id": "gasEnabled",
  1171. "optional": true,
  1172. "entries":
  1173. [
  1174. {
  1175. "name": "Belching",
  1176. "id": "belchEnabled",
  1177. "type": "checkbox"
  1178. },
  1179. {
  1180. "name": "Farting",
  1181. "id": "fartEnabled",
  1182. "type": "checkbox"
  1183. },
  1184. {
  1185. "name": "Passive gas production",
  1186. "id": "gasScale",
  1187. "type": "float",
  1188. "default": "3"
  1189. },
  1190. {
  1191. "name": "Gas storage scale",
  1192. "id": "gasStorageScale",
  1193. "type": "float",
  1194. "default": "1"
  1195. },
  1196. {
  1197. "name": "Gas digestion factor",
  1198. "id": "baseGasDigestFactor",
  1199. "type": "float",
  1200. "default": "1"
  1201. }
  1202. ]
  1203. },
  1204. {
  1205. "name": "Soul Vore",
  1206. "id": "soulVoreEnabled",
  1207. "optional": true,
  1208. "entries":
  1209. [
  1210. {
  1211. "name": "Digestion time",
  1212. "id": "soulDigestTime",
  1213. "type": "float",
  1214. "default": "15"
  1215. },
  1216. {
  1217. "type": "radio",
  1218. "id": "soulVoreType",
  1219. "default": "body",
  1220. "choices":
  1221. [
  1222. {
  1223. "name": "Released",
  1224. "value": "release"
  1225. },
  1226. {
  1227. "name": "Trapped",
  1228. "value": "body"
  1229. },
  1230. {
  1231. "name": "Digested",
  1232. "value": "oblivion"
  1233. }
  1234. ]
  1235. }
  1236. ]
  1237. },
  1238. {
  1239. "name": "Piss",
  1240. "id": "pissEnabled",
  1241. "optional": true,
  1242. "entries":
  1243. [
  1244. {
  1245. "name": "Passive piss production",
  1246. "id": "pissScale",
  1247. "type": "float",
  1248. "default": "0.3"
  1249. },
  1250. {
  1251. "name": "Piss storage scale",
  1252. "id": "pissStorageScale",
  1253. "type": "float",
  1254. "default": "1"
  1255. },
  1256. {
  1257. "name": "Bladder Vore",
  1258. "id": "bladderVore",
  1259. "type": "subcategory",
  1260. "entries":
  1261. [
  1262. {
  1263. "name": "Urethra diameter",
  1264. "id": "baseUrethraDiameter",
  1265. "type": "float",
  1266. "default": "0.03",
  1267. "unit": "length"
  1268. },
  1269. {
  1270. "name": "Urethra stretchiness",
  1271. "id": "urethraStretchiness",
  1272. "type": "float",
  1273. "default": "5"
  1274. },
  1275. {
  1276. "name": "Piss digestion scale",
  1277. "id": "basePissDigestFactor",
  1278. "type": "float",
  1279. "default": "1"
  1280. },
  1281. {
  1282. "name": "Digestion time",
  1283. "id": "bladderDigestTime",
  1284. "type": "float",
  1285. "default": "15"
  1286. },
  1287. {
  1288. "name": "Scale piss with size",
  1289. "id": "pissScaleWithSize",
  1290. "type": "checkbox"
  1291. }
  1292. ]
  1293. }
  1294. ]
  1295. },
  1296. {
  1297. "name": "Scat",
  1298. "id": "scatEnabled",
  1299. "optional": true,
  1300. "entries":
  1301. [
  1302. {
  1303. "name": "Scat digestion scale",
  1304. "id": "baseScatDigestFactor",
  1305. "type": "float",
  1306. "default": "1"
  1307. },
  1308. {
  1309. "name": "Passive scat production",
  1310. "id": "scatScale",
  1311. "type": "float",
  1312. "default": "0.2"
  1313. },
  1314. {
  1315. "name": "Scat storage scale",
  1316. "id": "scatStorageScale",
  1317. "type": "float",
  1318. "default": "1"
  1319. },
  1320. {
  1321. "name": "Scale scat with size",
  1322. "id": "scatScaleWithSize",
  1323. "type": "checkbox"
  1324. }
  1325. ]
  1326. },
  1327. {
  1328. "name": "Goo",
  1329. "id": "gooEnabled",
  1330. "optional": true,
  1331. "entries":
  1332. [
  1333. {
  1334. "name": "Digestion",
  1335. "id": "gooDigestion",
  1336. "type": "subcategory",
  1337. "entries":
  1338. [
  1339. {
  1340. "name": "Digestion time",
  1341. "id": "gooDigestTime",
  1342. "type": "float",
  1343. "default": "15"
  1344. }
  1345. ]
  1346. }
  1347. ]
  1348. },
  1349. {
  1350. "name": "Paw Vore",
  1351. "id": "pawVoreEnabled",
  1352. "optional": true,
  1353. "entries":
  1354. [
  1355. {
  1356. "name": "Digestion time",
  1357. "id": "pawDigestTime",
  1358. "type": "float",
  1359. "default": "15"
  1360. }
  1361. ]
  1362. },
  1363. {
  1364. "name": "Crop",
  1365. "id": "cropEnabled",
  1366. "optional": true,
  1367. "entries":
  1368. [
  1369. {
  1370. "name": "Transfer time",
  1371. "id": "cropTransferTime",
  1372. "type": "float",
  1373. "default": "10"
  1374. }
  1375. ]
  1376. },
  1377. {
  1378. "name": "Breath",
  1379. "id": "breathEnabled",
  1380. "optional": true,
  1381. "entries":
  1382. [
  1383. {
  1384. "name": "Fire",
  1385. "id": "breathFire",
  1386. "type": "checkbox"
  1387. },
  1388. {
  1389. "name": "Ice",
  1390. "id": "breathIce",
  1391. "type": "checkbox"
  1392. },
  1393. {
  1394. "name": "Electric",
  1395. "id": "breathElectric",
  1396. "type": "checkbox"
  1397. },
  1398. {
  1399. "name": "Smoke",
  1400. "id": "breathSmoke",
  1401. "type": "checkbox"
  1402. },
  1403. {
  1404. "name": "Radiation",
  1405. "id": "breathRadiation",
  1406. "type": "checkbox"
  1407. },
  1408. {
  1409. "name": "Foul",
  1410. "id": "breathFoul",
  1411. "type": "checkbox"
  1412. },
  1413. ]
  1414. },
  1415. {
  1416. "name": "Drool",
  1417. "id": "droolEnabled",
  1418. "optional": true,
  1419. "entries":
  1420. [
  1421. {
  1422. "name": "Drool volume",
  1423. "id": "droolBaseVolume",
  1424. "type": "float",
  1425. "default": "0.0001",
  1426. "unit": "volume"
  1427. }
  1428. ]
  1429. },
  1430. {
  1431. "name": "Magic",
  1432. "id": "magicEnabled",
  1433. "optional": true,
  1434. "entries":
  1435. [
  1436. ]
  1437. },
  1438. {
  1439. "name": "Wings",
  1440. "id": "hasWings",
  1441. "optional": true,
  1442. "entries":
  1443. [
  1444. {
  1445. "name": "Wing width",
  1446. "id": "baseWingWidth",
  1447. "type": "float",
  1448. "default": "1",
  1449. "unit": "length"
  1450. },
  1451. {
  1452. "name": "Wing length",
  1453. "id": "baseWingLength",
  1454. "type": "float",
  1455. "default": "1",
  1456. "unit": "length"
  1457. },
  1458. {
  1459. "name": "Wing description",
  1460. "id": "wingDesc",
  1461. "type": "text",
  1462. "default": "feathery"
  1463. },
  1464. {
  1465. "name": "Wing Vore",
  1466. "id": "wingVoreEnabled",
  1467. "type": "subcategory",
  1468. "entries":
  1469. [
  1470. {
  1471. "name": "Digestion time",
  1472. "id": "wingDigestTime",
  1473. "type": "float",
  1474. "default": "15"
  1475. },
  1476. {
  1477. "name": "Wing vore goes to stomach",
  1478. "id": "wingVoreToStomach",
  1479. "type": "checkbox"
  1480. }
  1481. ]
  1482. }
  1483. ]
  1484. }
  1485. ];