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.
 
 
 

2246 lignes
56 KiB

  1. const groups = ["body-part", "nsfw", "alt-vore", "gross", "magic"];
  2. const groupInfo = {
  3. "body-part": {
  4. name: "Body parts",
  5. },
  6. "nsfw": {
  7. name: "Sexual parts"
  8. },
  9. "alt-vore": {
  10. name: "Alt vore"
  11. },
  12. "gross": {
  13. name: "Disposal/waste"
  14. },
  15. "magic": {
  16. name: "Magic"
  17. }
  18. }
  19. const panels = {
  20. "body": {
  21. "name": "Body",
  22. "buttons": [
  23. {
  24. "name": "Eat",
  25. "target": "feed"
  26. },
  27. {
  28. "name": "Crop Swallow",
  29. "target": "crop_swallow"
  30. },
  31. {
  32. "name": "Digest",
  33. "target": "digest_stomach"
  34. },
  35. {
  36. "name": "Chew",
  37. "target": "chew"
  38. },
  39. {
  40. "name": "Grab",
  41. "target": "hand_crush"
  42. },
  43. {
  44. "name": "Drool",
  45. "target": "drool"
  46. },
  47. {
  48. "name": "Vomit",
  49. "target": "vomit"
  50. },
  51. {
  52. "name": "Sit",
  53. "target": "sit"
  54. },
  55. {
  56. "name": "Grind ass",
  57. "target": "ass_grind"
  58. },
  59. {
  60. "name": "Anal Vore",
  61. "target": "anal_vore"
  62. },
  63. {
  64. "name": "Digest Bowels",
  65. "target": "digest_anal"
  66. },
  67. {
  68. "name": "Grind hips",
  69. "target": "grind"
  70. }
  71. ]
  72. },
  73. "paws": {
  74. "name": "Paws",
  75. "buttons": [
  76. {
  77. "name": "Stomp",
  78. "target": "stomp"
  79. },
  80. {
  81. "name": "Grab",
  82. "target": "foot_crush"
  83. },
  84. {
  85. "name": "Flex Toes",
  86. "target": "flex_toes"
  87. },
  88. {
  89. "name": "Absorb",
  90. "target": "paw_vore"
  91. },
  92. {
  93. "name": "Digest",
  94. "target": "digest_paws"
  95. }
  96. ]
  97. },
  98. "tails": {
  99. "name": "Tails",
  100. "buttons": [
  101. {
  102. "name": "Tail Slap",
  103. "target": "tail_slap"
  104. },
  105. {
  106. "name": "Tail Vore",
  107. "target": "tail_vore_only"
  108. },
  109. {
  110. "name": "Tail Vore (1)",
  111. "target": "tail_vore_one"
  112. },
  113. {
  114. "name": "Tail Vore (some)",
  115. "target": "tail_vore_some"
  116. },
  117. {
  118. "name": "Tail Vore (all!)",
  119. "target": "tail_vore_all"
  120. },
  121. {
  122. "name": "Digest",
  123. "target": "digest_tail"
  124. }
  125. ]
  126. },
  127. "breasts": {
  128. "name": "Breasts",
  129. "buttons": [
  130. {
  131. "name": "Stuff Cleavage",
  132. "target": "cleavage_stuff"
  133. },
  134. {
  135. "name": "Squeeze Cleavage",
  136. "target": "breast_toy"
  137. },
  138. {
  139. "name": "Crush Cleavage",
  140. "target": "cleavage_crush"
  141. },
  142. {
  143. "name": "Drop Cleavage",
  144. "target": "cleavage_drop"
  145. },
  146. {
  147. "name": "Absorb Cleavage",
  148. "target": "cleavage_absorb"
  149. },
  150. {
  151. "name": "Breast Crush",
  152. "target": "breast_crush"
  153. },
  154. {
  155. "name": "Breast Vore",
  156. "target": "breast_vore"
  157. },
  158. {
  159. "name": "Digest",
  160. "target": "digest_breast"
  161. },
  162. {
  163. "name": "Milk Breasts",
  164. "target": "breast_milk"
  165. }
  166. ]
  167. },
  168. "vagina": {
  169. "name": "Slit",
  170. "buttons": [
  171. {
  172. "name": "Unbirth",
  173. "target": "unbirth"
  174. },
  175. {
  176. "name": "Digest",
  177. "target": "digest_unbirth"
  178. },
  179. {
  180. "name": "Finger Slit",
  181. "target": "slit_toy"
  182. }
  183. ]
  184. },
  185. "dick": {
  186. "name": "Cock",
  187. "buttons": [
  188. {
  189. "name": "Cockslap",
  190. "target": "cockslap"
  191. },
  192. {
  193. "name": "Cock Vore",
  194. "target": "cock_vore"
  195. },
  196. {
  197. "name": "Digest",
  198. "target": "digest_cock"
  199. },
  200. {
  201. "name": "Ball Smother",
  202. "target": "ball_smother"
  203. },
  204. {
  205. "name": "Stuff Sheath",
  206. "target": "sheath_stuff"
  207. },
  208. {
  209. "name": "Squeeze Sheath",
  210. "target": "sheath_toy"
  211. },
  212. {
  213. "name": "Clench Sheath",
  214. "target": "sheath_clench"
  215. },
  216. {
  217. "name": "Absorb Sheath",
  218. "target": "sheath_absorb"
  219. },
  220. {
  221. "name": "Stuff Foreskin",
  222. "target": "foreskin_stuff"
  223. },
  224. {
  225. "name": "Squeeze Foreskin",
  226. "target": "foreskin_toy"
  227. },
  228. {
  229. "name": "Clench Foreskin",
  230. "target": "foreskin_clench"
  231. },
  232. {
  233. "name": "Absorb Foreskin",
  234. "target": "foreskin_absorb"
  235. }
  236. ]
  237. },
  238. "souls": {
  239. "name": "Souls",
  240. "buttons": [
  241. {
  242. "name": "Soul Vore",
  243. "target": "soul_vore"
  244. },
  245. {
  246. "name": "Digest",
  247. "target": "digest_soul"
  248. },
  249. {
  250. "name": "Paws",
  251. "target": "soul_absorb_paw"
  252. }
  253. ]
  254. },
  255. "shoes": {
  256. "name": "Footwear",
  257. "buttons": [
  258. {
  259. "name": "Put On Shoes",
  260. "target": "wear_shoes"
  261. },
  262. {
  263. "name": "Take Off Shoes",
  264. "target": "remove_shoes"
  265. },
  266. {
  267. "name": "Put On Socks",
  268. "target": "wear_socks"
  269. },
  270. {
  271. "name": "Take Off Socks",
  272. "target": "remove_socks"
  273. },
  274. {
  275. "name": "Stuff Shoes",
  276. "target": "stuff_shoes"
  277. },
  278. {
  279. "name": "Stuff Socks",
  280. "target": "stuff_socks"
  281. },
  282. {
  283. "name": "Dump Shoes",
  284. "target": "dump_shoes"
  285. },
  286. {
  287. "name": "Dump Socks",
  288. "target": "dump_socks"
  289. }
  290. ]
  291. },
  292. "waste": {
  293. "name": "Waste",
  294. "buttons": [
  295. {
  296. "name": "Belch",
  297. "target": "belch"
  298. },
  299. {
  300. "name": "Fart",
  301. "target": "fart"
  302. },
  303. {
  304. "name": "Piss",
  305. "target": "piss"
  306. },
  307. {
  308. "name": "Bladder Vore",
  309. "target": "bladder_vore"
  310. },
  311. {
  312. "name": "Digest",
  313. "target": "digest_bladder"
  314. },
  315. {
  316. "name": "Scat",
  317. "target": "scat"
  318. }
  319. ]
  320. },
  321. "goo": {
  322. "name": "Goo",
  323. "buttons": [
  324. {
  325. "name": "Solidify",
  326. "target": "solidify"
  327. },
  328. {
  329. "name": "Melt",
  330. "target": "melt"
  331. },
  332. {
  333. "name": "Flood",
  334. "target": "flood"
  335. },
  336. {
  337. "name": "Push to Stomach",
  338. "target": "goo_stomach_push"
  339. },
  340. {
  341. "name": "Pull from Stomach",
  342. "target": "goo_stomach_pull"
  343. },
  344. {
  345. "name": "Push to Bowels",
  346. "target": "goo_bowels_push"
  347. },
  348. {
  349. "name": "Pull from Bowels",
  350. "target": "goo_bowels_pull"
  351. },
  352. {
  353. "name": "Push to Womb",
  354. "target": "goo_womb_push"
  355. },
  356. {
  357. "name": "Pull from Womb",
  358. "target": "goo_womb_pull"
  359. },
  360. {
  361. "name": "Push to Balls",
  362. "target": "goo_balls_push"
  363. },
  364. {
  365. "name": "Pull from Balls",
  366. "target": "goo_balls_pull"
  367. },
  368. {
  369. "name": "Push to Breasts",
  370. "target": "goo_breasts_push"
  371. },
  372. {
  373. "name": "Pull from Breasts",
  374. "target": "goo_breasts_pull"
  375. },
  376. {
  377. "name": "Push to Tails",
  378. "target": "goo_tail_push"
  379. },
  380. {
  381. "name": "Pull from Tails",
  382. "target": "goo_tail_pull"
  383. },
  384. {
  385. "name": "Push to Paws",
  386. "target": "goo_paws_push"
  387. },
  388. {
  389. "name": "Pull from Paws",
  390. "target": "goo_paws_pull"
  391. },
  392. {
  393. "name": "Digest",
  394. "target": "digest_goo"
  395. }
  396. ]
  397. },
  398. "misc": {
  399. "name": "Misc",
  400. "buttons": [
  401. {
  402. "name": "Stuff Pouch",
  403. "target": "pouch_stuff"
  404. },
  405. {
  406. "name": "Rub Pouch",
  407. "target": "pouch_rub"
  408. },
  409. {
  410. "name": "Eat From Pouch",
  411. "target": "pouch_eat"
  412. },
  413. {
  414. "name": "Absorb Pouch",
  415. "target": "pouch_absorb"
  416. },
  417. {
  418. "name": "Flap Wings",
  419. "target": "wings_flap"
  420. },
  421. {
  422. "name": "Wing Vore",
  423. "target": "wings_vore"
  424. },
  425. {
  426. "name": "Digest Wings",
  427. "target": "digest_wings"
  428. }
  429. ]
  430. },
  431. "breath": {
  432. "name": "Breath",
  433. "buttons": [
  434. {
  435. "name": "Line Shape",
  436. "target": "breath_line"
  437. },
  438. {
  439. "name": "Cone Shape",
  440. "target": "breath_cone"
  441. },
  442. {
  443. "name": "Fire",
  444. "target": "breath_fire"
  445. },
  446. {
  447. "name": "Ice",
  448. "target": "breath_ice"
  449. },
  450. {
  451. "name": "Electric",
  452. "target": "breath_electric"
  453. },
  454. {
  455. "name": "Smoke",
  456. "target": "breath_smoke"
  457. },
  458. {
  459. "name": "Radiation",
  460. "target": "breath_radiation"
  461. },
  462. {
  463. "name": "Foul",
  464. "target": "breath_foul"
  465. }
  466. ]
  467. },
  468. "magic": {
  469. "name": "Magic",
  470. "buttons": [
  471. {
  472. "name": "Shrink",
  473. "target": "magic_shrink"
  474. },
  475. {
  476. "name": "Fast Digestion",
  477. "target": "magic_fast_digestion"
  478. },
  479. {
  480. "name": "Pause Digestion",
  481. "target": "magic_pause_digestion"
  482. },
  483. {
  484. "name": "Arousal",
  485. "target": "magic_arousal"
  486. },
  487. {
  488. "name": "Summon Cum",
  489. "target": "magic_fill_sexual"
  490. }
  491. ]
  492. },
  493. "options": {
  494. "name": "Options",
  495. "type": "options",
  496. "buttons": [
  497. {
  498. "name": "Arousal On",
  499. "target": "toggle_arousal",
  500. "default": true
  501. },
  502. {
  503. "name": "Status: Standing",
  504. "target": "toggle_auto",
  505. "default": true
  506. },
  507. {
  508. "name": "Numbers: Words",
  509. "target": "toggle_numbers",
  510. "default": true
  511. },
  512. {
  513. "name": "Units: Metric",
  514. "target": "toggle_units",
  515. "default": true
  516. },
  517. {
  518. "name": "Verbose Text",
  519. "target": "toggle_verbose",
  520. "default": true
  521. },
  522. {
  523. "name": "Toggle Dark Mode",
  524. "target": "toggleDarkMode",
  525. "default": true
  526. },
  527. {
  528. "name": "Text Stays",
  529. "target": "toggleTextFade",
  530. "default": true
  531. },
  532. {
  533. "name": "Debug Log",
  534. "target": "debugLog",
  535. "default": true
  536. }
  537. ]
  538. }
  539. }
  540. options = [
  541. {
  542. "name": "Basics",
  543. "optional": false,
  544. "group": "main",
  545. "entries": [
  546. {
  547. "name": "Name",
  548. "id": "name",
  549. "type": "text",
  550. "default": "Fen"
  551. },
  552. {
  553. "name": "Scale",
  554. "id": "scale",
  555. "type": "float",
  556. "default": "1",
  557. "tooltip": "You start out this many times larger than normal. A good way to build a macro character is to design them at normal size, then adjust the scale to get them to the right height."
  558. },
  559. {
  560. "name": "Walk Speed",
  561. "id": "walkSpeed",
  562. "type": "float",
  563. "default": "1",
  564. "tooltip": "How quickly you move while walking, jogging, or running."
  565. },
  566. {
  567. "name": "Height",
  568. "id": "baseHeight",
  569. "type": "float",
  570. "default": "2.26",
  571. "unit": "length"
  572. },
  573. {
  574. "name": "Weight",
  575. "id": "baseMass",
  576. "type": "float",
  577. "default": "135",
  578. "unit": "mass"
  579. },
  580. {
  581. "name": "Paw length",
  582. "id": "basePawLength",
  583. "type": "float",
  584. "default": "0.15",
  585. "unit": "length"
  586. },
  587. {
  588. "name": "Paw width",
  589. "id": "basePawWidth",
  590. "type": "float",
  591. "default": "0.15",
  592. "unit": "length"
  593. },
  594. {
  595. "name": "Hand length",
  596. "id": "baseHandLength",
  597. "type": "float",
  598. "default": "0.2",
  599. "unit": "length"
  600. },
  601. {
  602. "name": "Hand width",
  603. "id": "baseHandWidth",
  604. "type": "float",
  605. "default": "0.15",
  606. "unit": "length"
  607. },
  608. {
  609. "name": "Ass area",
  610. "id": "baseAssArea",
  611. "type": "float",
  612. "default": "0.1",
  613. "unit": "area"
  614. },
  615. {
  616. "name": "Same-size stomping",
  617. "id": "sameSizeStomp",
  618. "type": "checkbox"
  619. }
  620. ]
  621. },
  622. {
  623. "name": "Extra Info",
  624. "optional": false,
  625. "group": "main",
  626. "entries":
  627. [
  628. {
  629. "name": "Bio",
  630. "id": "bio",
  631. "type": "text",
  632. "default": "Big stompy monster, innit"
  633. }
  634. ]
  635. },
  636. {
  637. "name": "Body Details",
  638. "optional": false,
  639. "group": "main",
  640. "entries":
  641. [
  642. {
  643. "name": "Species",
  644. "id": "species",
  645. "type": "text",
  646. "default": "crux"
  647. },
  648. {
  649. "name": "Foot type",
  650. "id": "footType",
  651. "type": "select",
  652. "default": "paw",
  653. "choices":
  654. [
  655. {
  656. "name": "Paws",
  657. "value": "paw"
  658. },
  659. {
  660. "name": "Hooves",
  661. "value": "hoof"
  662. },
  663. {
  664. "name": "Feet",
  665. "value": "foot",
  666. },
  667. {
  668. "name": "Avian",
  669. "value": "avian"
  670. }
  671. ]
  672. },
  673. {
  674. "name": "Mouth type",
  675. "id": "jawType",
  676. "type": "select",
  677. "default": "jaw",
  678. "choices":
  679. [
  680. {
  681. "name": "Jaws",
  682. "value": "jaw"
  683. },
  684. {
  685. "name": "Beak",
  686. "value": "beak"
  687. }
  688. ]
  689. }
  690. ]
  691. },
  692. {
  693. "name": "Gameplay",
  694. "optional": false,
  695. "group": "main",
  696. "entries":
  697. [
  698. {
  699. "type": "radio",
  700. "id": "difficulty",
  701. "default": "0",
  702. "choices":
  703. [
  704. {
  705. "name": "Sandbox",
  706. "value": "0",
  707. "tooltip": "Grow how you want, when you want.",
  708. },
  709. {
  710. "name": "Stompvival",
  711. "value": "1",
  712. "tooltip": "Actions earn you growth points, which are used to grow bigger.",
  713. }
  714. ]
  715. },
  716. {
  717. "name": "Automatic Growth",
  718. "id": "automaticGrowthEnabled",
  719. "type": "subcategory",
  720. "entries":
  721. [
  722. {
  723. "name": "Help",
  724. "id": "",
  725. "type": "label",
  726. "tooltip": "When checked, you will automaically grow by ingesting/absorbing mass."
  727. },
  728. {
  729. "name": "Prey growth factor",
  730. "id": "basePreyGrowthFactor",
  731. "type": "float",
  732. "default": "80",
  733. "unit": "percentage",
  734. "tooltip": "How much of what you eat gets automatically added to your body. Setting this to 0% disables it. To add half of your prey mass to your own, set to 50%."
  735. },
  736. {
  737. "name": "Scale growth with size",
  738. "id": "growthScaleWithSize",
  739. "type": "checkbox",
  740. "tooltip": "If you're ten times bigger than normal, you gain ten times as much mass when digesting prey"
  741. }
  742. ]
  743. },
  744. {
  745. "name": "Biomes",
  746. "id": "biomes",
  747. "type": "subcategory",
  748. "entries":
  749. [
  750. {
  751. "name": "Walk to other locations",
  752. "id": "changingBiomes",
  753. "type": "checkbox",
  754. "tooltip": "When checked, walking will sometimes change your location."
  755. },
  756. {
  757. "name": "Default Biome",
  758. "type": "select",
  759. "id": "defaultBiome",
  760. "default": "City",
  761. "tooltip": "Where you start, if you have \"Walk to other locations\" disabled, you will be stuck here.",
  762. "choices":
  763. [
  764. {
  765. "name": "City",
  766. "value": "City",
  767. "tooltip": "The normal city enviroment you are used to.",
  768. },
  769. {
  770. "name": "Downtown",
  771. "value": "Downtown",
  772. "tooltip": "A dense city center.",
  773. },
  774. {
  775. "name": "Suburb",
  776. "value": "Suburb",
  777. "tooltip": "The perfect place to start a family, or eat one.",
  778. },
  779. {
  780. "name": "Rural",
  781. "value": "Rural",
  782. "tooltip": "Is that a cow?",
  783. }
  784. ]
  785. },
  786. {
  787. "name": "Enabled biomes:",
  788. "id": "",
  789. "type": "label",
  790. },
  791. {
  792. "name": "City",
  793. "id": "cityEnabled",
  794. "type": "checkbox",
  795. "default": true,
  796. "tooltip": "The normal city enviroment you are used to.",
  797. },
  798. {
  799. "name": "Downtown",
  800. "id": "downtownEnabled",
  801. "type": "checkbox",
  802. "default": true,
  803. "tooltip": "A dense city center.",
  804. },
  805. {
  806. "name": "Suburb",
  807. "id": "suburbEnabled",
  808. "type": "checkbox",
  809. "default": true,
  810. "tooltip": "The perfect place to start a family, or eat one.",
  811. },
  812. {
  813. "name": "Rural",
  814. "id": "ruralEnabled",
  815. "type": "checkbox",
  816. "default": true,
  817. "tooltip": "Is that a cow?",
  818. }
  819. ]
  820. },
  821. ]
  822. },
  823. {
  824. "name": "Brutality",
  825. "optional": false,
  826. "group": "main",
  827. "entries":
  828. [
  829. {
  830. "type": "radio",
  831. "id": "brutality",
  832. "default": "1",
  833. "choices":
  834. [
  835. {
  836. "name": "Non-fatal",
  837. "value": "0",
  838. "tooltip": "All actions are explicitly safe."
  839. },
  840. {
  841. "name": "Fatal",
  842. "value": "1",
  843. "warning": "Fatal actions are enabled",
  844. "tooltip": "Actions can have fatal consequences, but don't go into detail."
  845. },
  846. {
  847. "name": "Gory",
  848. "value": "2",
  849. "warning": "Gory actions are enabled",
  850. "tooltip": "Descriptions are violent, but not excessively so."
  851. },
  852. {
  853. "name": "Sadistic",
  854. "value": "3",
  855. "warning": "Brutal actions are enabled",
  856. "tooltip": "Cronch."
  857. },
  858. ]
  859. }
  860. ]
  861. },
  862. {
  863. "name": "Victims",
  864. "optional": false,
  865. "group": "main",
  866. "entries":
  867. [
  868. {
  869. "name": "Human prey",
  870. "id": "victimsHuman",
  871. "type": "checkbox",
  872. "tooltip": "When checked, your prey is humans. By default your prey is a wide array of anthros."
  873. },
  874. {
  875. "name": "Military",
  876. "id": "victimsMilitary",
  877. "type": "checkbox",
  878. "tooltip": "When checked, you can prey on military units like soldiers, tanks, helicopeter, up to destroying entire armies."
  879. },
  880. {
  881. "name": "Macros",
  882. "id": "victimsMacros",
  883. "type": "checkbox"
  884. },
  885. {
  886. "name": "Micros",
  887. "id": "victimsMicros",
  888. "type": "checkbox"
  889. }
  890. ]
  891. },
  892. {
  893. "name": "Oral Vore",
  894. "id": "oralVore",
  895. "group": "main",
  896. "optional": true,
  897. "buttons": [
  898. "feed", "chew"
  899. ],
  900. "entries":
  901. [
  902. {
  903. "name": "Automatic Digestion",
  904. "id": "oralDigestAuto",
  905. "type": "subcategory",
  906. "default": true,
  907. "entries":
  908. [
  909. {
  910. "name": "Digestion time",
  911. "id": "oralDigestTime",
  912. "type": "float",
  913. "default": "15"
  914. }
  915. ]
  916. },
  917. {
  918. "name": "Manual digestion",
  919. "id": "oralDigestManual",
  920. "type": "checkbox",
  921. "buttons": ["digest_stomach"]
  922. },
  923. {
  924. "name": "Same-size vore",
  925. "id": "sameSizeOralVore",
  926. "type": "checkbox",
  927. "default": true
  928. },
  929. {
  930. "name": "Vomiting",
  931. "id": "vomitEnabled",
  932. "type": "checkbox",
  933. "warning": "Vomiting is enabled",
  934. "buttons": ["vomit"]
  935. }
  936. ]
  937. },
  938. {
  939. "name": "Anal Vore",
  940. "id": "analVore",
  941. "optional": true,
  942. "group": "alt-vore",
  943. "buttons": ["anal_vore"],
  944. "entries":
  945. [
  946. {
  947. "name": "Anus diameter",
  948. "id": "baseAnalVoreDiameter",
  949. "type": "float",
  950. "default": "0.1",
  951. "unit": "length"
  952. },
  953. {
  954. "name": "Automatic Digestion",
  955. "id": "analDigestAuto",
  956. "type": "subcategory",
  957. "default": true,
  958. "entries":
  959. [
  960. {
  961. "name": "Digestion time",
  962. "id": "analDigestTime",
  963. "type": "float",
  964. "default": "15"
  965. }
  966. ]
  967. },
  968. {
  969. "name": "Anal autogrowth factor",
  970. "id": "assGrowthFactor",
  971. "type": "float",
  972. "default": "1",
  973. "unit": "percentage",
  974. "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth."
  975. },
  976. {
  977. "name": "Manual digestion",
  978. "id": "analDigestManual",
  979. "type": "checkbox",
  980. "buttons": ["digest_anal"]
  981. },
  982. {
  983. "name": "Same-size vore",
  984. "id": "sameSizeAnalVore",
  985. "type": "checkbox",
  986. "default": true
  987. },
  988. {
  989. "name": "Anal vore goes to stomach",
  990. "id": "analVoreToStomach",
  991. "type": "checkbox"
  992. }
  993. ]
  994. },
  995. {
  996. "name": "Footwear",
  997. "id": "footWear",
  998. "group": "body-part",
  999. "optional": true,
  1000. "panels": ["shoes"],
  1001. "entries":
  1002. [
  1003. {
  1004. "name": "Socks",
  1005. "id": "footSockEnabled",
  1006. "type": "subcategory",
  1007. "buttons": ["remove_socks", "wear_socks", "stuff_socks", "dump_socks"],
  1008. "entries":
  1009. [
  1010. {
  1011. "name": "Sock type",
  1012. "id": "footSock",
  1013. "type": "select",
  1014. "default": "sock",
  1015. "choices":
  1016. [
  1017. {
  1018. "name": "Socks",
  1019. "value": "sock"
  1020. },
  1021. {
  1022. "name": "Stockings",
  1023. "value": "stocking"
  1024. }
  1025. ]
  1026. }
  1027. ]
  1028. },
  1029. {
  1030. "name": "Shoes",
  1031. "id": "footShoeEnabled",
  1032. "type": "subcategory",
  1033. "buttons": ["remove_shoes", "wear_shoes", "stuff_shoes", "dump_shoes"],
  1034. "entries":
  1035. [
  1036. {
  1037. "name": "Shoe type",
  1038. "id": "footShoe",
  1039. "type": "select",
  1040. "default": "shoe",
  1041. "choices":
  1042. [
  1043. {
  1044. "name": "Shoes",
  1045. "value": "shoe"
  1046. },
  1047. {
  1048. "name": "Boots",
  1049. "value": "boot"
  1050. },
  1051. {
  1052. "name": "Trainers",
  1053. "value": "trainer"
  1054. },
  1055. {
  1056. "name": "Sandals",
  1057. "value": "sandal"
  1058. },
  1059. {
  1060. "name": "High Heels",
  1061. "value": "heel",
  1062. },
  1063. {
  1064. "name": "Crocs",
  1065. "value": "croc"
  1066. }
  1067. ]
  1068. }
  1069. ]
  1070. }
  1071. ]
  1072. },
  1073. {
  1074. "name": "Arousal",
  1075. "id": "arousalEnabled",
  1076. "group": "nsfw",
  1077. "optional": true,
  1078. "warning": "Arousal is enabled",
  1079. "entries":
  1080. [
  1081. {
  1082. "name": "Help",
  1083. "id": "",
  1084. "type": "label",
  1085. "tooltip": "Most actions increase arousal, as does digestion and being overfilled.\nEdging occurs when you're near orgasm, and increases the total volume of the orgasm."
  1086. },
  1087. {
  1088. "name": "Arousal multiplier",
  1089. "id": "arousalFactor",
  1090. "type": "float",
  1091. "default": "1",
  1092. "tooltip": "How quickly arousal and orgasm builds."
  1093. },
  1094. {
  1095. "name": "Edge multiplier",
  1096. "id": "edgeFactor",
  1097. "type": "float",
  1098. "default": "1",
  1099. "tooltip": "How quickly edge builds up."
  1100. }
  1101. ]
  1102. },
  1103. {
  1104. "name": "Tail",
  1105. "id": "hasTail",
  1106. "group": "body-part",
  1107. "optional": true,
  1108. "parts": ["tail"],
  1109. "panels": ["tails"],
  1110. "buttons": ["tail_slap"],
  1111. "entries":
  1112. [
  1113. {
  1114. "name": "Number of tails",
  1115. "id": "tailCount",
  1116. "type": "int",
  1117. "default": "1"
  1118. },
  1119. {
  1120. "name": "Tail description",
  1121. "id": "tailType",
  1122. "type": "text",
  1123. "default": "fluffy"
  1124. },
  1125. {
  1126. "name": "Tail length",
  1127. "id": "baseTailLength",
  1128. "type": "float",
  1129. "default": "1",
  1130. "unit": "length"
  1131. },
  1132. {
  1133. "name": "Tail diameter",
  1134. "id": "baseTailDiameter",
  1135. "type": "float",
  1136. "default": "0.3",
  1137. "unit": "length"
  1138. },
  1139. {
  1140. "name": "Tail Vore",
  1141. "id": "tailMaw",
  1142. "type": "subcategory",
  1143. "entries":
  1144. [
  1145. {
  1146. "name": "Tail stretchiness",
  1147. "id": "tailStretchiness",
  1148. "type": "float",
  1149. "default": "3"
  1150. },
  1151. {
  1152. "name": "Tail autogrowth factor",
  1153. "id": "tailGrowthFactor",
  1154. "type": "float",
  1155. "default": "1",
  1156. "unit": "percentage",
  1157. "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth."
  1158. },
  1159. {
  1160. "name": "Automatic Digestion",
  1161. "id": "tailDigestAuto",
  1162. "type": "subcategory",
  1163. "default": true,
  1164. "entries":
  1165. [
  1166. {
  1167. "name": "Digestion time",
  1168. "id": "tailDigestTime",
  1169. "type": "float",
  1170. "default": "15"
  1171. }
  1172. ]
  1173. },
  1174. {
  1175. "name": "Manual digestion",
  1176. "id": "tailDigestManual",
  1177. "type": "checkbox",
  1178. "buttons": ["digest_tail"]
  1179. },
  1180. {
  1181. "name": "Same-size vore",
  1182. "id": "sameSizeTailVore",
  1183. "type": "checkbox",
  1184. "default": true
  1185. },
  1186. {
  1187. "name": "Tail vore goes to stomach",
  1188. "id": "tailVoreToStomach",
  1189. "type": "checkbox"
  1190. }
  1191. ]
  1192. }
  1193. ]
  1194. },
  1195. {
  1196. "name": "Pouch",
  1197. "id": "hasPouch",
  1198. "group": "alt-vore",
  1199. "optional": true,
  1200. "panels": ["misc"],
  1201. "buttons": ["pouch_stuff", "pouch_rub"],
  1202. "entries":
  1203. [
  1204. {
  1205. "name": "Absorption",
  1206. "id": "pouchAbsorption",
  1207. "type": "checkbox",
  1208. "buttons": ["pouch_absorb"]
  1209. }
  1210. ]
  1211. },
  1212. {
  1213. "name": "Male Genitals",
  1214. "id": "maleParts",
  1215. "group": "nsfw",
  1216. "optional": true,
  1217. "stats": ["cum"],
  1218. "parts": ["dick", "balls"],
  1219. "panels": ["dick"],
  1220. "buttons": ["cockslap", "ball_smother"],
  1221. "entries":
  1222. [
  1223. {
  1224. "name": "Cock length",
  1225. "id": "baseDickLength",
  1226. "type": "float",
  1227. "default": "0.3",
  1228. "unit": "length"
  1229. },
  1230. {
  1231. "name": "Cock diameter",
  1232. "id": "baseDickDiameter",
  1233. "type": "float",
  1234. "default": "0.08",
  1235. "unit": "length"
  1236. },
  1237. {
  1238. "name": "Cock description",
  1239. "id": "dickType",
  1240. "type": "text",
  1241. "default": "canine"
  1242. },
  1243. {
  1244. "name": "Ball diameter",
  1245. "id": "baseBallDiameter",
  1246. "type": "float",
  1247. "default": "0.05",
  1248. "unit": "length"
  1249. },
  1250. {
  1251. "name": "Orgasm size",
  1252. "id": "baseCumVolume",
  1253. "type": "float",
  1254. "default": "0.1",
  1255. "unit": "volume"
  1256. },
  1257. {
  1258. "name": "Passive cum production",
  1259. "id": "baseCumProduction",
  1260. "type": "float",
  1261. "default": "1",
  1262. "unit": "percentage",
  1263. "tooltip": "How much you fill up every second"
  1264. },
  1265. {
  1266. "name": "Cum storage factor",
  1267. "id": "cumStorageScale",
  1268. "type": "float",
  1269. "default": "1"
  1270. },
  1271. {
  1272. "name": "Cock autogrowth factor",
  1273. "id": "cockGrowthFactor",
  1274. "type": "float",
  1275. "default": "1",
  1276. "unit": "percentage",
  1277. "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth."
  1278. },
  1279. {
  1280. "name": "Balls autogrowth factor",
  1281. "id": "ballGrowthFactor",
  1282. "type": "float",
  1283. "default": "1",
  1284. "unit": "percentage",
  1285. "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth."
  1286. },
  1287. {
  1288. "name": "Cock Vore",
  1289. "id": "cockVoreEnabled",
  1290. "type": "subcategory",
  1291. "buttons": ["cock_vore"],
  1292. "entries":
  1293. [
  1294. {
  1295. "name": "Cock stretchiness",
  1296. "id": "dickStretchiness",
  1297. "type": "float",
  1298. "default": "5"
  1299. },
  1300. {
  1301. "name": "Cum digestion factor",
  1302. "id": "baseCumDigestFactor",
  1303. "type": "float",
  1304. "default": "1"
  1305. },
  1306. {
  1307. "name": "Automatic Digestion",
  1308. "id": "cockDigestAuto",
  1309. "type": "subcategory",
  1310. "default": true,
  1311. "entries":
  1312. [
  1313. {
  1314. "name": "Digestion time",
  1315. "id": "cockDigestTime",
  1316. "type": "float",
  1317. "default": "15"
  1318. }
  1319. ]
  1320. },
  1321. {
  1322. "name": "Manual digestion",
  1323. "id": "cockDigestManual",
  1324. "type": "checkbox",
  1325. "buttons": ["digest_cock"]
  1326. },
  1327. {
  1328. "name": "Same-size vore",
  1329. "id": "sameSizeCockVore",
  1330. "type": "checkbox",
  1331. "default": true
  1332. },
  1333. {
  1334. "name": "Scale cum with size",
  1335. "id": "cumScaleWithSize",
  1336. "type": "checkbox",
  1337. "tooltip": "If you're ten times bigger than normal, you produce ten times as much cum when digesting prey"
  1338. }
  1339. ]
  1340. },
  1341. {
  1342. "name": "Sheath",
  1343. "id": "hasSheath",
  1344. "type": "subcategory",
  1345. "buttons": ["sheath_stuff", "sheath_toy", "sheath_clench"],
  1346. "entries":
  1347. [
  1348. {
  1349. "name": "Absorption",
  1350. "id": "sheathAbsorptionEnabled",
  1351. "type": "checkbox",
  1352. "buttons": ["sheath_absorb"]
  1353. }
  1354. ]
  1355. },
  1356. {
  1357. "name": "Foreskin",
  1358. "id": "hasForeskin",
  1359. "type": "subcategory",
  1360. "buttons": ["foreskin_stuff", "foreskin_toy", "foreskin_clench"],
  1361. "entries":
  1362. [
  1363. {
  1364. "name": "Absorption",
  1365. "id": "foreskinAbsorptionEnabled",
  1366. "type": "checkbox",
  1367. "buttons": ["foreskin_absorb"]
  1368. }
  1369. ]
  1370. },
  1371. {
  1372. "name": "Musk",
  1373. "id": "maleMuskEnabled",
  1374. "type": "subcategory",
  1375. "parts": ["musk"],
  1376. "entries":
  1377. [
  1378. {
  1379. "name": "Musk factor",
  1380. "id": "baseMaleMuskArea",
  1381. "type": "float",
  1382. "default": "0.5"
  1383. }
  1384. ]
  1385. }
  1386. ]
  1387. },
  1388. {
  1389. "name": "Female Genitals",
  1390. "id": "femaleParts",
  1391. "group": "nsfw",
  1392. "optional": true,
  1393. "stats": ["femcum"],
  1394. "parts": ["slit", "womb"],
  1395. "panels": ["vagina"],
  1396. "buttons": ["slit_toy"],
  1397. "entries":
  1398. [
  1399. {
  1400. "name": "Slit length",
  1401. "id": "baseVaginaLength",
  1402. "type": "float",
  1403. "default": "0.1",
  1404. "unit": "length"
  1405. },
  1406. {
  1407. "name": "Slit width",
  1408. "id": "baseVaginaWidth",
  1409. "type": "float",
  1410. "default": "0.05",
  1411. "unit": "length"
  1412. },
  1413. {
  1414. "name": "Womb volume",
  1415. "id": "baseWombVolume",
  1416. "type": "float",
  1417. "default": "0.1",
  1418. "unit": "volume"
  1419. },
  1420. {
  1421. "name": "Orgasm size",
  1422. "id": "baseFemcumVolume",
  1423. "type": "float",
  1424. "default": "0.1",
  1425. },
  1426. {
  1427. "name": "Passive femcum production",
  1428. "id": "baseFemcumProduction",
  1429. "type": "float",
  1430. "default": "1",
  1431. "unit": "percentage",
  1432. "tooltip": "How much you fill up every second"
  1433. },
  1434. {
  1435. "name": "Femcum storage factor",
  1436. "id": "femcumStorageScale",
  1437. "type": "float",
  1438. "default": "1"
  1439. },
  1440. {
  1441. "name": "Unbirth",
  1442. "id": "unbirthEnabled",
  1443. "type": "subcategory",
  1444. "buttons": ["unbirth"],
  1445. "entries":
  1446. [
  1447. {
  1448. "name": "Slit stretchiness",
  1449. "id": "vaginaStretchiness",
  1450. "type": "float",
  1451. "default": "5"
  1452. },
  1453. {
  1454. "name": "Femcum digestion factor",
  1455. "id": "baseFemcumDigestFactor",
  1456. "type": "float",
  1457. "default": "1"
  1458. },
  1459. {
  1460. "name": "Vagina autogrowth factor",
  1461. "id": "vaginaGrowthFactor",
  1462. "type": "float",
  1463. "default": "1",
  1464. "unit": "percentage",
  1465. "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth."
  1466. },
  1467. {
  1468. "name": "Womb autogrowth factor",
  1469. "id": "wombGrowthFactor",
  1470. "type": "float",
  1471. "default": "1",
  1472. "unit": "percentage",
  1473. "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth."
  1474. },
  1475. {
  1476. "name": "Automatic Digestion",
  1477. "id": "unbirthDigestAuto",
  1478. "type": "subcategory",
  1479. "default": true,
  1480. "entries":
  1481. [
  1482. {
  1483. "name": "Digestion time",
  1484. "id": "unbirthDigestTime",
  1485. "type": "float",
  1486. "default": "15"
  1487. }
  1488. ]
  1489. },
  1490. {
  1491. "name": "Manual digestion",
  1492. "id": "unbirthDigestManual",
  1493. "type": "checkbox",
  1494. "buttons": ["digest_unbirth"]
  1495. },
  1496. {
  1497. "name": "Same-size vore",
  1498. "id": "sameSizeUnbirth",
  1499. "type": "checkbox",
  1500. "default": true
  1501. },
  1502. {
  1503. "name": "Scale femcum with size",
  1504. "id": "femcumScaleWithSize",
  1505. "type": "checkbox",
  1506. "tooltip": "If you're ten times bigger than normal, you produce ten times as much femcum when digesting prey"
  1507. }
  1508. ]
  1509. },
  1510. {
  1511. "name": "Musk",
  1512. "id": "femaleMuskEnabled",
  1513. "type": "subcategory",
  1514. "parts": ["musk"],
  1515. "entries":
  1516. [
  1517. {
  1518. "name": "Musk factor",
  1519. "id": "baseFemaleMuskArea",
  1520. "type": "float",
  1521. "default": "0.5"
  1522. }
  1523. ]
  1524. }
  1525. ]
  1526. },
  1527. {
  1528. "name": "Sexual Magic",
  1529. "id": "sexualMagicEnabled",
  1530. "group": "nsfw",
  1531. "optional": true,
  1532. "panels": ["magic"],
  1533. "entries":
  1534. [
  1535. {
  1536. "name": "Arousal",
  1537. "id": "magicArousal",
  1538. "type": "checkbox",
  1539. "buttons": ["magic_arousal"],
  1540. "default": true,
  1541. "tooltip": "Rapidly arouses the caster"
  1542. },
  1543. {
  1544. "name": "Summon cum",
  1545. "id": "magicFillSexual",
  1546. "type": "checkbox",
  1547. "buttons": ["magic_fill_sexual"],
  1548. "default": true,
  1549. "tooltip": "Prepares the caster for quite the gush!"
  1550. }
  1551. ]
  1552. },
  1553. {
  1554. "name": "Breasts",
  1555. "id": "hasBreasts",
  1556. "group": "body-part",
  1557. "optional": true,
  1558. "panels": ["breasts"],
  1559. "parts": ["breasts"],
  1560. "buttons": ["breast_crush", "breast_toy", "cleavage_stuff", "cleavage_crush", "cleavage_drop", "cleavage_absorb"],
  1561. "entries":
  1562. [
  1563. {
  1564. "name": "Breast diameter",
  1565. "id": "baseBreastDiameter",
  1566. "type": "float",
  1567. "default": "0.1",
  1568. "unit": "length"
  1569. },
  1570. {
  1571. "name": "Lactation",
  1572. "id": "lactationEnabled",
  1573. "type": "subcategory",
  1574. "stats": ["milk"],
  1575. "buttons": ["breast_milk"],
  1576. "warning": "Lactation is enabled",
  1577. "entries":
  1578. [
  1579. {
  1580. "name": "Lactation scale",
  1581. "id": "lactationFactor",
  1582. "type": "float",
  1583. "default": "0.25"
  1584. },
  1585. {
  1586. "name": "Passive milk production",
  1587. "id": "baseLactationProduction",
  1588. "type": "float",
  1589. "default": "0.1",
  1590. "unit": "percentage",
  1591. "tooltip": "How much you fill up every second"
  1592. },
  1593. {
  1594. "name": "Milk storage scale",
  1595. "id": "milkStorageScale",
  1596. "type": "float",
  1597. "default": "1"
  1598. }
  1599. ]
  1600. },
  1601. {
  1602. "name": "Breast Vore",
  1603. "id": "breastVore",
  1604. "type": "subcategory",
  1605. "buttons": ["breast_vore", "digest_breast"],
  1606. "entries":
  1607. [
  1608. {
  1609. "name": "Breast stretchiness",
  1610. "id": "breastStretchiness",
  1611. "type": "float",
  1612. "default": "3"
  1613. },
  1614. {
  1615. "name": "Milk digestion scale",
  1616. "id": "baseMilkDigestFactor",
  1617. "type": "float",
  1618. "default": "1"
  1619. },
  1620. {
  1621. "name": "Breast autogrowth factor",
  1622. "id": "breastGrowthFactor",
  1623. "type": "float",
  1624. "default": "1",
  1625. "unit": "percentage",
  1626. "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth."
  1627. },
  1628. {
  1629. "name": "Automatic Digestion",
  1630. "id": "breastDigestAuto",
  1631. "type": "subcategory",
  1632. "default": true,
  1633. "entries":
  1634. [
  1635. {
  1636. "name": "Digestion time",
  1637. "id": "breastDigestTime",
  1638. "type": "float",
  1639. "default": "15"
  1640. }
  1641. ]
  1642. },
  1643. {
  1644. "name": "Manual digestion",
  1645. "id": "breastDigestManual",
  1646. "type": "checkbox"
  1647. },
  1648. {
  1649. "name": "Same-size vore",
  1650. "id": "sameSizeBreastVore",
  1651. "type": "checkbox",
  1652. "default": true
  1653. },
  1654. {
  1655. "name": "Scale milk with size",
  1656. "id": "milkScaleWithSize",
  1657. "type": "checkbox",
  1658. "tooltip": "If you're ten times bigger than normal, you produce ten times as much milk when digesting prey"
  1659. }
  1660. ]
  1661. }
  1662. ]
  1663. },
  1664. {
  1665. "name": "Stench",
  1666. "id": "stenchEnabled",
  1667. "group": "gross",
  1668. "optional": true,
  1669. "warning": "Stench is enabled",
  1670. "parts": ["stench"],
  1671. "entries":
  1672. [
  1673. {
  1674. "name": "Paw stench scale",
  1675. "id": "basePawStenchArea",
  1676. "type": "float",
  1677. "default": "1"
  1678. },
  1679. {
  1680. "name": "Ass stench scale",
  1681. "id": "baseAssStenchArea",
  1682. "type": "float",
  1683. "default": "1.5"
  1684. },
  1685. {
  1686. "name": "Piss stench scale",
  1687. "id": "basePissStenchArea",
  1688. "type": "float",
  1689. "default": "0.75"
  1690. },
  1691. {
  1692. "name": "Scat stench scale",
  1693. "id": "baseScatStenchArea",
  1694. "type": "float",
  1695. "default": "3"
  1696. },
  1697. ]
  1698. },
  1699. {
  1700. "name": "Gas",
  1701. "id": "gasEnabled",
  1702. "group": "gross",
  1703. "optional": true,
  1704. "stats": ["gas"],
  1705. "panels": ["waste"],
  1706. "warning": "Gas is enabled",
  1707. "entries":
  1708. [
  1709. {
  1710. "name": "Belching",
  1711. "id": "belchEnabled",
  1712. "type": "checkbox",
  1713. "buttons": ["belch"]
  1714. },
  1715. {
  1716. "name": "Farting",
  1717. "id": "fartEnabled",
  1718. "type": "checkbox",
  1719. "buttons": ["fart"]
  1720. },
  1721. {
  1722. "name": "Passive gas production",
  1723. "id": "baseGasProduction",
  1724. "type": "float",
  1725. "default": "1",
  1726. "unit": "percentage",
  1727. "tooltip": "How much you fill up every second"
  1728. },
  1729. {
  1730. "name": "Gas storage scale",
  1731. "id": "gasStorageScale",
  1732. "type": "float",
  1733. "default": "1"
  1734. },
  1735. {
  1736. "name": "Gas digestion factor",
  1737. "id": "baseGasDigestFactor",
  1738. "type": "float",
  1739. "default": "1"
  1740. },
  1741. {
  1742. "name": "Scale gas with size",
  1743. "id": "gasScaleWithSize",
  1744. "type": "checkbox",
  1745. "tooltip": "If you're ten times bigger than normal, you produce ten times as much gas when digesting prey"
  1746. }
  1747. ]
  1748. },
  1749. {
  1750. "name": "Soul Vore",
  1751. "id": "soulVoreEnabled",
  1752. "group": "alt-vore",
  1753. "optional": true,
  1754. "panels": ["souls"],
  1755. "buttons": ["soul_vore", "soul_absorb_paw"],
  1756. "warning": "Soul vore enabled",
  1757. "entries":
  1758. [
  1759. {
  1760. "name": "Souls autogrowth factor",
  1761. "id": "soulGrowthFactor",
  1762. "type": "float",
  1763. "default": "25",
  1764. "unit": "percentage",
  1765. "tooltip": "How much you grow when absorbing souls. [1]-you will gain equal mass to the souls you absorb. [.01]- you will grow by 1% of the mass of the souls you absorb. This does not stack with Prey growth factor"
  1766. },
  1767. {
  1768. "name": "Automatic Digestion",
  1769. "id": "soulDigestAuto",
  1770. "type": "subcategory",
  1771. "default": true,
  1772. "entries":
  1773. [
  1774. {
  1775. "name": "Digestion time",
  1776. "id": "soulDigestTime",
  1777. "type": "float",
  1778. "default": "15"
  1779. }
  1780. ]
  1781. },
  1782. {
  1783. "name": "Manual digestion",
  1784. "id": "soulDigestManual",
  1785. "type": "checkbox",
  1786. "buttons": ["digest_soul"]
  1787. },
  1788. {
  1789. "name": "Soul vore type",
  1790. "type": "select",
  1791. "id": "soulVoreType",
  1792. "default": "body",
  1793. "choices":
  1794. [
  1795. {
  1796. "name": "Released",
  1797. "value": "release",
  1798. },
  1799. {
  1800. "name": "Trapped",
  1801. "value": "body",
  1802. },
  1803. {
  1804. "name": "Digested",
  1805. "value": "oblivion",
  1806. },
  1807. ]
  1808. },
  1809. ]
  1810. },
  1811. {
  1812. "name": "Piss",
  1813. "id": "pissEnabled",
  1814. "group": "gross",
  1815. "optional": true,
  1816. "stats": ["piss"],
  1817. "panels": ["waste"],
  1818. "buttons": ["piss"],
  1819. "warning": "Watersports enabled",
  1820. "entries":
  1821. [
  1822. {
  1823. "name": "Passive piss production",
  1824. "id": "basePissProduction",
  1825. "type": "float",
  1826. "default": "1",
  1827. "unit": "percentage",
  1828. "tooltip": "How much you fill up every second"
  1829. },
  1830. {
  1831. "name": "Piss storage scale",
  1832. "id": "pissStorageScale",
  1833. "type": "float",
  1834. "default": "1"
  1835. },
  1836. {
  1837. "name": "Bladder Vore",
  1838. "id": "bladderVore",
  1839. "type": "subcategory",
  1840. "buttons": ["bladder_vore"],
  1841. "entries":
  1842. [
  1843. {
  1844. "name": "Urethra diameter",
  1845. "id": "baseUrethraDiameter",
  1846. "type": "float",
  1847. "default": "0.03",
  1848. "unit": "length"
  1849. },
  1850. {
  1851. "name": "Urethra stretchiness",
  1852. "id": "urethraStretchiness",
  1853. "type": "float",
  1854. "default": "5"
  1855. },
  1856. {
  1857. "name": "Piss digestion scale",
  1858. "id": "basePissDigestFactor",
  1859. "type": "float",
  1860. "default": "1"
  1861. },
  1862. {
  1863. "name": "Automatic Digestion",
  1864. "id": "bladderDigestAuto",
  1865. "type": "subcategory",
  1866. "default": true,
  1867. "entries":
  1868. [
  1869. {
  1870. "name": "Digestion time",
  1871. "id": "bladderDigestTime",
  1872. "type": "float",
  1873. "default": "15"
  1874. }
  1875. ]
  1876. },
  1877. {
  1878. "name": "Manual digestion",
  1879. "id": "bladderDigestManual",
  1880. "type": "checkbox",
  1881. "buttons": ["digest_bladder"],
  1882. },
  1883. {
  1884. "name": "Same-size vore",
  1885. "id": "sameSizeBladderVore",
  1886. "type": "checkbox",
  1887. "default": true
  1888. },
  1889. {
  1890. "name": "Scale piss with size",
  1891. "id": "pissScaleWithSize",
  1892. "type": "checkbox",
  1893. "tooltip": "If you're ten times bigger than normal, you produce ten times as much piss when digesting prey"
  1894. }
  1895. ]
  1896. }
  1897. ]
  1898. },
  1899. {
  1900. "name": "Scat",
  1901. "id": "scatEnabled",
  1902. "group": "gross",
  1903. "optional": true,
  1904. "stats": ["scat"],
  1905. "panels": ["waste"],
  1906. "buttons": ["scat"],
  1907. "warning": "Scat is enabled",
  1908. "entries":
  1909. [
  1910. {
  1911. "name": "Scat digestion scale",
  1912. "id": "baseScatDigestFactor",
  1913. "type": "float",
  1914. "default": "1"
  1915. },
  1916. {
  1917. "name": "Passive scat production",
  1918. "id": "baseScatProduction",
  1919. "type": "float",
  1920. "default": "0.1",
  1921. "unit": "percentage",
  1922. "tooltip": "How much you fill up every second"
  1923. },
  1924. {
  1925. "name": "Scat storage scale",
  1926. "id": "scatStorageScale",
  1927. "type": "float",
  1928. "default": "1"
  1929. },
  1930. {
  1931. "name": "Scale scat with size",
  1932. "id": "scatScaleWithSize",
  1933. "type": "checkbox",
  1934. "tooltip": "If you're ten times bigger than normal, you produce ten times as much scat when digesting prey"
  1935. }
  1936. ]
  1937. },
  1938. {
  1939. "name": "Goo",
  1940. "id": "gooEnabled",
  1941. "group": "body-part",
  1942. "optional": true,
  1943. "panels": ["goo"],
  1944. "buttons": ["melt"],
  1945. "entries":
  1946. [
  1947. {
  1948. "name": "Digestion",
  1949. "id": "gooDigestion",
  1950. "type": "subcategory",
  1951. "entries":
  1952. [
  1953. {
  1954. "name": "Goo autogrowth factor",
  1955. "id": "gooGrowthFactor",
  1956. "type": "float",
  1957. "default": "80",
  1958. "unit": "percentage",
  1959. "tooltip": "How much you grow when absorbing people via goo. [1]-you will gain equal mass to the souls you absorb. [.01]- you will grow by 1% of the mass of the souls you absorb. This does not stack with Prey growth factor"
  1960. },
  1961. {
  1962. "name": "Automatic Digestion",
  1963. "id": "gooDigestAuto",
  1964. "type": "subcategory",
  1965. "default": true,
  1966. "entries":
  1967. [
  1968. {
  1969. "name": "Digestion time",
  1970. "id": "gooDigestTime",
  1971. "type": "float",
  1972. "default": "15"
  1973. }
  1974. ]
  1975. },
  1976. {
  1977. "name": "Manual digestion",
  1978. "id": "gooDigestManual",
  1979. "type": "checkbox"
  1980. }
  1981. ]
  1982. }
  1983. ]
  1984. },
  1985. {
  1986. "name": "Paw Vore",
  1987. "id": "pawVoreEnabled",
  1988. "group": "alt-vore",
  1989. "optional": true,
  1990. "buttons": ["paw_vore"],
  1991. "entries":
  1992. [
  1993. {
  1994. "name": "Paw autogrowth factor",
  1995. "id": "pawGrowthFactor",
  1996. "type": "float",
  1997. "default": "1",
  1998. "unit": "percentage",
  1999. "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth."
  2000. },
  2001. {
  2002. "name": "Automatic Digestion",
  2003. "id": "pawDigestAuto",
  2004. "type": "subcategory",
  2005. "default": true,
  2006. "entries":
  2007. [
  2008. {
  2009. "name": "Digestion time",
  2010. "id": "pawDigestTime",
  2011. "type": "float",
  2012. "default": "15"
  2013. }
  2014. ]
  2015. },
  2016. {
  2017. "name": "Manual digestion",
  2018. "id": "pawDigestManual",
  2019. "type": "checkbox",
  2020. "buttons": ["digest_paws"]
  2021. },
  2022. {
  2023. "name": "Same-size vore",
  2024. "id": "sameSizePawVore",
  2025. "type": "checkbox",
  2026. "default": true
  2027. }
  2028. ]
  2029. },
  2030. {
  2031. "name": "Crop",
  2032. "id": "cropEnabled",
  2033. "group": "alt-vore",
  2034. "optional": true,
  2035. "buttons": ["crop_swallow"],
  2036. "entries":
  2037. [
  2038. {
  2039. "name": "Automatic Transfer",
  2040. "id": "cropTransferAuto",
  2041. "type": "subcategory",
  2042. "default": true,
  2043. "entries":
  2044. [
  2045. {
  2046. "name": "Digestion time",
  2047. "id": "cropTransferTime",
  2048. "type": "float",
  2049. "default": "10"
  2050. }
  2051. ]
  2052. },
  2053. ]
  2054. },
  2055. {
  2056. "name": "Breath",
  2057. "id": "breathEnabled",
  2058. "group": "magic",
  2059. "optional": true,
  2060. "panels": ["breath"],
  2061. "buttons": ["breath_line", "breath_cone"],
  2062. "entries":
  2063. [
  2064. {
  2065. "name": "Breath area",
  2066. "id": "baseBreathArea",
  2067. "type": "float",
  2068. "default": "10",
  2069. "unit": "area"
  2070. },
  2071. {
  2072. "name": "Fire",
  2073. "id": "breathFire",
  2074. "type": "checkbox",
  2075. "buttons": ["breath_fire"]
  2076. },
  2077. {
  2078. "name": "Ice",
  2079. "id": "breathIce",
  2080. "type": "checkbox",
  2081. "buttons": ["breath_ice"]
  2082. },
  2083. {
  2084. "name": "Electric",
  2085. "id": "breathElectric",
  2086. "type": "checkbox",
  2087. "buttons": ["breath_electric"]
  2088. },
  2089. {
  2090. "name": "Smoke",
  2091. "id": "breathSmoke",
  2092. "type": "checkbox",
  2093. "buttons": ["breath_smoke"]
  2094. },
  2095. {
  2096. "name": "Radiation",
  2097. "id": "breathRadiation",
  2098. "type": "checkbox",
  2099. "buttons": ["breath_radiation"]
  2100. },
  2101. {
  2102. "name": "Foul",
  2103. "id": "breathFoul",
  2104. "type": "checkbox",
  2105. "buttons": ["breath_foul"]
  2106. },
  2107. ]
  2108. },
  2109. {
  2110. "name": "Drool",
  2111. "id": "droolEnabled",
  2112. "group": "gross",
  2113. "optional": true,
  2114. "buttons": ["drool"],
  2115. "entries":
  2116. [
  2117. {
  2118. "name": "Drool volume",
  2119. "id": "droolBaseVolume",
  2120. "type": "float",
  2121. "default": "0.01",
  2122. "unit": "volume"
  2123. }
  2124. ]
  2125. },
  2126. {
  2127. "name": "Magic",
  2128. "id": "magicEnabled",
  2129. "group": "magic",
  2130. "optional": true,
  2131. "panels": ["magic"],
  2132. "entries":
  2133. [
  2134. {
  2135. "name": "Shrinking magic",
  2136. "id": "magicShrink",
  2137. "type": "checkbox",
  2138. "buttons": ["magic_shrink"],
  2139. "default": true,
  2140. "tooltip": "Allows you to shrink a wide area(relative to your size) into a smaller area, allowing you to devour prey much bigger than you are."
  2141. },
  2142. {
  2143. "name": "Fast digestion",
  2144. "id": "magicFastDigestion",
  2145. "type": "checkbox",
  2146. "buttons": ["magic_fast_digestion"],
  2147. "default": true,
  2148. "tooltip": "Fast Digestion allows you to speed up your digestion for a short duration."
  2149. },
  2150. {
  2151. "name": "Pause digestion",
  2152. "id": "magicPauseDigestion",
  2153. "type": "checkbox",
  2154. "buttons": ["magic_pause_digestion"],
  2155. "default": true,
  2156. "tooltip": "Pause Digestion allows you to halt digestion until you cast it again."
  2157. }
  2158. ]
  2159. },
  2160. {
  2161. "name": "Wings",
  2162. "id": "hasWings",
  2163. "group": "body-part",
  2164. "optional": true,
  2165. "panels": ["misc"],
  2166. "parts": ["wings"],
  2167. "buttons": ["wings_flap"],
  2168. "entries":
  2169. [
  2170. {
  2171. "name": "Wing width",
  2172. "id": "baseWingWidth",
  2173. "type": "float",
  2174. "default": "1",
  2175. "unit": "length"
  2176. },
  2177. {
  2178. "name": "Wing length",
  2179. "id": "baseWingLength",
  2180. "type": "float",
  2181. "default": "1",
  2182. "unit": "length"
  2183. },
  2184. {
  2185. "name": "Wing description",
  2186. "id": "wingDesc",
  2187. "type": "text",
  2188. "default": "feathery"
  2189. },
  2190. {
  2191. "name": "Wing Vore",
  2192. "id": "wingVoreEnabled",
  2193. "type": "subcategory",
  2194. "buttons": ["wings_vore"],
  2195. "entries":
  2196. [
  2197. {
  2198. "name": "Wing autogrowth factor",
  2199. "id": "wingGrowthFactor",
  2200. "type": "float",
  2201. "default": "1",
  2202. "unit": "percentage",
  2203. "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth."
  2204. },
  2205. {
  2206. "name": "Automatic Digestion",
  2207. "id": "wingDigestAuto",
  2208. "type": "subcategory",
  2209. "default": true,
  2210. "entries":
  2211. [
  2212. {
  2213. "name": "Digestion time",
  2214. "id": "wingDigestTime",
  2215. "type": "float",
  2216. "default": "15"
  2217. }
  2218. ]
  2219. },
  2220. {
  2221. "name": "Manual digestion",
  2222. "id": "wingDigestManual",
  2223. "type": "checkbox",
  2224. "buttons": ["digest_wings"]
  2225. },
  2226. {
  2227. "name": "Same-size vore",
  2228. "id": "sameSizeWingVore",
  2229. "type": "checkbox",
  2230. "default": true
  2231. },
  2232. {
  2233. "name": "Wing vore goes to stomach",
  2234. "id": "wingVoreToStomach",
  2235. "type": "checkbox"
  2236. }
  2237. ]
  2238. }
  2239. ]
  2240. }
  2241. ];