big steppy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

2269 行
57 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. "name": "Single Victim Type",
  892. "id": "singleVictimType",
  893. "type": "select",
  894. "default": "Disabled",
  895. "tooltip": "Only spawns one specific kind of victim.",
  896. "choices":
  897. ["Disabled"].concat(Object.keys(things)).map(thing => {
  898. return thing === "Container" ? null : thing
  899. }).filter(x => x !== null).map(x => { return { name: x, value: x} })
  900. }
  901. ]
  902. },
  903. {
  904. "name": "Oral Vore",
  905. "id": "oralVore",
  906. "group": "main",
  907. "optional": true,
  908. "buttons": [
  909. "feed", "chew"
  910. ],
  911. "entries":
  912. [
  913. {
  914. "name": "Automatic Digestion",
  915. "id": "oralDigestAuto",
  916. "type": "subcategory",
  917. "default": true,
  918. "entries":
  919. [
  920. {
  921. "name": "Digestion time",
  922. "id": "oralDigestTime",
  923. "type": "float",
  924. "default": "15"
  925. }
  926. ]
  927. },
  928. {
  929. "name": "Manual digestion",
  930. "id": "oralDigestManual",
  931. "type": "checkbox",
  932. "buttons": ["digest_stomach"]
  933. },
  934. {
  935. "name": "Same-size vore",
  936. "id": "sameSizeOralVore",
  937. "type": "checkbox",
  938. "default": true
  939. },
  940. {
  941. "name": "Vomiting",
  942. "id": "vomitEnabled",
  943. "type": "checkbox",
  944. "warning": "Vomiting is enabled",
  945. "buttons": ["vomit"]
  946. }
  947. ]
  948. },
  949. {
  950. "name": "Anal Vore",
  951. "id": "analVore",
  952. "optional": true,
  953. "group": "alt-vore",
  954. "buttons": ["anal_vore"],
  955. "entries":
  956. [
  957. {
  958. "name": "Anus diameter",
  959. "id": "baseAnalVoreDiameter",
  960. "type": "float",
  961. "default": "0.1",
  962. "unit": "length"
  963. },
  964. {
  965. "name": "Automatic Digestion",
  966. "id": "analDigestAuto",
  967. "type": "subcategory",
  968. "default": true,
  969. "entries":
  970. [
  971. {
  972. "name": "Digestion time",
  973. "id": "analDigestTime",
  974. "type": "float",
  975. "default": "15"
  976. }
  977. ]
  978. },
  979. {
  980. "name": "Anal autogrowth factor",
  981. "id": "assGrowthFactor",
  982. "type": "float",
  983. "default": "1",
  984. "unit": "percentage",
  985. "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."
  986. },
  987. {
  988. "name": "Manual digestion",
  989. "id": "analDigestManual",
  990. "type": "checkbox",
  991. "buttons": ["digest_anal"]
  992. },
  993. {
  994. "name": "Same-size vore",
  995. "id": "sameSizeAnalVore",
  996. "type": "checkbox",
  997. "default": true
  998. },
  999. {
  1000. "name": "Anal vore goes to stomach",
  1001. "id": "analVoreToStomach",
  1002. "type": "checkbox"
  1003. }
  1004. ]
  1005. },
  1006. {
  1007. "name": "Footwear",
  1008. "id": "footWear",
  1009. "group": "body-part",
  1010. "optional": true,
  1011. "panels": ["shoes"],
  1012. "entries":
  1013. [
  1014. {
  1015. "name": "Socks",
  1016. "id": "footSockEnabled",
  1017. "type": "subcategory",
  1018. "buttons": ["remove_socks", "wear_socks", "stuff_socks", "dump_socks"],
  1019. "entries":
  1020. [
  1021. {
  1022. "name": "Sock type",
  1023. "id": "footSock",
  1024. "type": "select",
  1025. "default": "sock",
  1026. "choices":
  1027. [
  1028. {
  1029. "name": "Socks",
  1030. "value": "sock"
  1031. },
  1032. {
  1033. "name": "Stockings",
  1034. "value": "stocking"
  1035. }
  1036. ]
  1037. }
  1038. ]
  1039. },
  1040. {
  1041. "name": "Shoes",
  1042. "id": "footShoeEnabled",
  1043. "type": "subcategory",
  1044. "buttons": ["remove_shoes", "wear_shoes", "stuff_shoes", "dump_shoes"],
  1045. "entries":
  1046. [
  1047. {
  1048. "name": "Shoe type",
  1049. "id": "footShoe",
  1050. "type": "select",
  1051. "default": "shoe",
  1052. "choices":
  1053. [
  1054. {
  1055. "name": "Shoes",
  1056. "value": "shoe"
  1057. },
  1058. {
  1059. "name": "Boots",
  1060. "value": "boot"
  1061. },
  1062. {
  1063. "name": "Trainers",
  1064. "value": "trainer"
  1065. },
  1066. {
  1067. "name": "Sandals",
  1068. "value": "sandal"
  1069. },
  1070. {
  1071. "name": "High Heels",
  1072. "value": "heel",
  1073. },
  1074. {
  1075. "name": "Crocs",
  1076. "value": "croc"
  1077. }
  1078. ]
  1079. }
  1080. ]
  1081. }
  1082. ]
  1083. },
  1084. {
  1085. "name": "Arousal",
  1086. "id": "arousalEnabled",
  1087. "group": "nsfw",
  1088. "optional": true,
  1089. "warning": "Arousal is enabled",
  1090. "entries":
  1091. [
  1092. {
  1093. "name": "Help",
  1094. "id": "",
  1095. "type": "label",
  1096. "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."
  1097. },
  1098. {
  1099. "name": "Arousal multiplier",
  1100. "id": "arousalFactor",
  1101. "type": "float",
  1102. "default": "1",
  1103. "tooltip": "How quickly arousal and orgasm builds."
  1104. },
  1105. {
  1106. "name": "Edge multiplier",
  1107. "id": "edgeFactor",
  1108. "type": "float",
  1109. "default": "1",
  1110. "tooltip": "How quickly edge builds up."
  1111. }
  1112. ]
  1113. },
  1114. {
  1115. "name": "Tail",
  1116. "id": "hasTail",
  1117. "group": "body-part",
  1118. "optional": true,
  1119. "parts": ["tail"],
  1120. "panels": ["tails"],
  1121. "buttons": ["tail_slap"],
  1122. "entries":
  1123. [
  1124. {
  1125. "name": "Number of tails",
  1126. "id": "tailCount",
  1127. "type": "int",
  1128. "default": "1"
  1129. },
  1130. {
  1131. "name": "Tail description",
  1132. "id": "tailType",
  1133. "type": "text",
  1134. "default": "fluffy"
  1135. },
  1136. {
  1137. "name": "Tail length",
  1138. "id": "baseTailLength",
  1139. "type": "float",
  1140. "default": "1",
  1141. "unit": "length"
  1142. },
  1143. {
  1144. "name": "Tail diameter",
  1145. "id": "baseTailDiameter",
  1146. "type": "float",
  1147. "default": "0.3",
  1148. "unit": "length"
  1149. },
  1150. {
  1151. "name": "Tail Vore",
  1152. "id": "tailMaw",
  1153. "type": "subcategory",
  1154. "entries":
  1155. [
  1156. {
  1157. "name": "Tail stretchiness",
  1158. "id": "tailStretchiness",
  1159. "type": "float",
  1160. "default": "3"
  1161. },
  1162. {
  1163. "name": "Tail autogrowth factor",
  1164. "id": "tailGrowthFactor",
  1165. "type": "float",
  1166. "default": "1",
  1167. "unit": "percentage",
  1168. "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."
  1169. },
  1170. {
  1171. "name": "Automatic Digestion",
  1172. "id": "tailDigestAuto",
  1173. "type": "subcategory",
  1174. "default": true,
  1175. "entries":
  1176. [
  1177. {
  1178. "name": "Digestion time",
  1179. "id": "tailDigestTime",
  1180. "type": "float",
  1181. "default": "15"
  1182. }
  1183. ]
  1184. },
  1185. {
  1186. "name": "Manual digestion",
  1187. "id": "tailDigestManual",
  1188. "type": "checkbox",
  1189. "buttons": ["digest_tail"]
  1190. },
  1191. {
  1192. "name": "Same-size vore",
  1193. "id": "sameSizeTailVore",
  1194. "type": "checkbox",
  1195. "default": true
  1196. },
  1197. {
  1198. "name": "Tail vore goes to stomach",
  1199. "id": "tailVoreToStomach",
  1200. "type": "checkbox"
  1201. }
  1202. ]
  1203. }
  1204. ]
  1205. },
  1206. {
  1207. "name": "Pouch",
  1208. "id": "hasPouch",
  1209. "group": "alt-vore",
  1210. "optional": true,
  1211. "panels": ["misc"],
  1212. "buttons": ["pouch_stuff", "pouch_rub"],
  1213. "entries":
  1214. [
  1215. {
  1216. "name": "Absorption",
  1217. "id": "pouchAbsorption",
  1218. "type": "checkbox",
  1219. "buttons": ["pouch_absorb"]
  1220. }
  1221. ]
  1222. },
  1223. {
  1224. "name": "Male Genitals",
  1225. "id": "maleParts",
  1226. "group": "nsfw",
  1227. "optional": true,
  1228. "stats": ["cum"],
  1229. "parts": ["dick", "balls"],
  1230. "panels": ["dick"],
  1231. "buttons": ["cockslap", "ball_smother"],
  1232. "entries":
  1233. [
  1234. {
  1235. "name": "Cock length",
  1236. "id": "baseDickLength",
  1237. "type": "float",
  1238. "default": "0.3",
  1239. "unit": "length"
  1240. },
  1241. {
  1242. "name": "Cock diameter",
  1243. "id": "baseDickDiameter",
  1244. "type": "float",
  1245. "default": "0.08",
  1246. "unit": "length"
  1247. },
  1248. {
  1249. "name": "Cock description",
  1250. "id": "dickType",
  1251. "type": "text",
  1252. "default": "canine"
  1253. },
  1254. {
  1255. "name": "Ball diameter",
  1256. "id": "baseBallDiameter",
  1257. "type": "float",
  1258. "default": "0.05",
  1259. "unit": "length"
  1260. },
  1261. {
  1262. "name": "Orgasm size",
  1263. "id": "baseCumVolume",
  1264. "type": "float",
  1265. "default": "0.1",
  1266. "unit": "volume"
  1267. },
  1268. {
  1269. "name": "Passive cum production",
  1270. "id": "baseCumProduction",
  1271. "type": "float",
  1272. "default": "1",
  1273. "unit": "percentage",
  1274. "tooltip": "How much you fill up every second"
  1275. },
  1276. {
  1277. "name": "Cum storage factor",
  1278. "id": "cumStorageScale",
  1279. "type": "float",
  1280. "default": "1"
  1281. },
  1282. {
  1283. "name": "Cock autogrowth factor",
  1284. "id": "cockGrowthFactor",
  1285. "type": "float",
  1286. "default": "1",
  1287. "unit": "percentage",
  1288. "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."
  1289. },
  1290. {
  1291. "name": "Balls autogrowth factor",
  1292. "id": "ballGrowthFactor",
  1293. "type": "float",
  1294. "default": "1",
  1295. "unit": "percentage",
  1296. "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."
  1297. },
  1298. {
  1299. "name": "Cock Vore",
  1300. "id": "cockVoreEnabled",
  1301. "type": "subcategory",
  1302. "buttons": ["cock_vore"],
  1303. "entries":
  1304. [
  1305. {
  1306. "name": "Cock stretchiness",
  1307. "id": "dickStretchiness",
  1308. "type": "float",
  1309. "default": "5"
  1310. },
  1311. {
  1312. "name": "Cum digestion factor",
  1313. "id": "baseCumDigestFactor",
  1314. "type": "float",
  1315. "default": "1"
  1316. },
  1317. {
  1318. "name": "Automatic Digestion",
  1319. "id": "cockDigestAuto",
  1320. "type": "subcategory",
  1321. "default": true,
  1322. "entries":
  1323. [
  1324. {
  1325. "name": "Digestion time",
  1326. "id": "cockDigestTime",
  1327. "type": "float",
  1328. "default": "15"
  1329. }
  1330. ]
  1331. },
  1332. {
  1333. "name": "Manual digestion",
  1334. "id": "cockDigestManual",
  1335. "type": "checkbox",
  1336. "buttons": ["digest_cock"]
  1337. },
  1338. {
  1339. "name": "Same-size vore",
  1340. "id": "sameSizeCockVore",
  1341. "type": "checkbox",
  1342. "default": true
  1343. },
  1344. {
  1345. "name": "Scale cum with size",
  1346. "id": "cumScaleWithSize",
  1347. "type": "checkbox",
  1348. "tooltip": "If you're ten times bigger than normal, you produce ten times as much cum when digesting prey"
  1349. }
  1350. ]
  1351. },
  1352. {
  1353. "name": "Sheath",
  1354. "id": "hasSheath",
  1355. "type": "subcategory",
  1356. "buttons": ["sheath_stuff", "sheath_toy", "sheath_clench"],
  1357. "entries":
  1358. [
  1359. {
  1360. "name": "Absorption",
  1361. "id": "sheathAbsorptionEnabled",
  1362. "type": "checkbox",
  1363. "buttons": ["sheath_absorb"]
  1364. }
  1365. ]
  1366. },
  1367. {
  1368. "name": "Foreskin",
  1369. "id": "hasForeskin",
  1370. "type": "subcategory",
  1371. "buttons": ["foreskin_stuff", "foreskin_toy", "foreskin_clench"],
  1372. "entries":
  1373. [
  1374. {
  1375. "name": "Absorption",
  1376. "id": "foreskinAbsorptionEnabled",
  1377. "type": "checkbox",
  1378. "buttons": ["foreskin_absorb"]
  1379. }
  1380. ]
  1381. },
  1382. {
  1383. "name": "Musk",
  1384. "id": "maleMuskEnabled",
  1385. "type": "subcategory",
  1386. "parts": ["musk"],
  1387. "entries":
  1388. [
  1389. {
  1390. "name": "Musk factor",
  1391. "id": "baseMaleMuskArea",
  1392. "type": "float",
  1393. "default": "0.5"
  1394. }
  1395. ]
  1396. }
  1397. ]
  1398. },
  1399. {
  1400. "name": "Female Genitals",
  1401. "id": "femaleParts",
  1402. "group": "nsfw",
  1403. "optional": true,
  1404. "stats": ["femcum"],
  1405. "parts": ["slit", "womb"],
  1406. "panels": ["vagina"],
  1407. "buttons": ["slit_toy"],
  1408. "entries":
  1409. [
  1410. {
  1411. "name": "Slit length",
  1412. "id": "baseVaginaLength",
  1413. "type": "float",
  1414. "default": "0.1",
  1415. "unit": "length"
  1416. },
  1417. {
  1418. "name": "Slit width",
  1419. "id": "baseVaginaWidth",
  1420. "type": "float",
  1421. "default": "0.05",
  1422. "unit": "length"
  1423. },
  1424. {
  1425. "name": "Womb volume",
  1426. "id": "baseWombVolume",
  1427. "type": "float",
  1428. "default": "0.1",
  1429. "unit": "volume"
  1430. },
  1431. {
  1432. "name": "Orgasm size",
  1433. "id": "baseFemcumVolume",
  1434. "type": "float",
  1435. "default": "0.1",
  1436. },
  1437. {
  1438. "name": "Passive femcum production",
  1439. "id": "baseFemcumProduction",
  1440. "type": "float",
  1441. "default": "1",
  1442. "unit": "percentage",
  1443. "tooltip": "How much you fill up every second"
  1444. },
  1445. {
  1446. "name": "Femcum storage factor",
  1447. "id": "femcumStorageScale",
  1448. "type": "float",
  1449. "default": "1"
  1450. },
  1451. {
  1452. "name": "Unbirth",
  1453. "id": "unbirthEnabled",
  1454. "type": "subcategory",
  1455. "buttons": ["unbirth"],
  1456. "entries":
  1457. [
  1458. {
  1459. "name": "Slit stretchiness",
  1460. "id": "vaginaStretchiness",
  1461. "type": "float",
  1462. "default": "5"
  1463. },
  1464. {
  1465. "name": "Femcum digestion factor",
  1466. "id": "baseFemcumDigestFactor",
  1467. "type": "float",
  1468. "default": "1"
  1469. },
  1470. {
  1471. "name": "Vagina autogrowth factor",
  1472. "id": "vaginaGrowthFactor",
  1473. "type": "float",
  1474. "default": "1",
  1475. "unit": "percentage",
  1476. "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."
  1477. },
  1478. {
  1479. "name": "Womb autogrowth factor",
  1480. "id": "wombGrowthFactor",
  1481. "type": "float",
  1482. "default": "1",
  1483. "unit": "percentage",
  1484. "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."
  1485. },
  1486. {
  1487. "name": "Automatic Digestion",
  1488. "id": "unbirthDigestAuto",
  1489. "type": "subcategory",
  1490. "default": true,
  1491. "entries":
  1492. [
  1493. {
  1494. "name": "Digestion time",
  1495. "id": "unbirthDigestTime",
  1496. "type": "float",
  1497. "default": "15"
  1498. }
  1499. ]
  1500. },
  1501. {
  1502. "name": "Manual digestion",
  1503. "id": "unbirthDigestManual",
  1504. "type": "checkbox",
  1505. "buttons": ["digest_unbirth"]
  1506. },
  1507. {
  1508. "name": "Same-size vore",
  1509. "id": "sameSizeUnbirth",
  1510. "type": "checkbox",
  1511. "default": true
  1512. },
  1513. {
  1514. "name": "Scale femcum with size",
  1515. "id": "femcumScaleWithSize",
  1516. "type": "checkbox",
  1517. "tooltip": "If you're ten times bigger than normal, you produce ten times as much femcum when digesting prey"
  1518. }
  1519. ]
  1520. },
  1521. {
  1522. "name": "Musk",
  1523. "id": "femaleMuskEnabled",
  1524. "type": "subcategory",
  1525. "parts": ["musk"],
  1526. "entries":
  1527. [
  1528. {
  1529. "name": "Musk factor",
  1530. "id": "baseFemaleMuskArea",
  1531. "type": "float",
  1532. "default": "0.5"
  1533. }
  1534. ]
  1535. }
  1536. ]
  1537. },
  1538. {
  1539. "name": "Sexual Magic",
  1540. "id": "sexualMagicEnabled",
  1541. "group": "nsfw",
  1542. "optional": true,
  1543. "panels": ["magic"],
  1544. "entries":
  1545. [
  1546. {
  1547. "name": "Arousal",
  1548. "id": "magicArousal",
  1549. "type": "checkbox",
  1550. "buttons": ["magic_arousal"],
  1551. "default": true,
  1552. "tooltip": "Rapidly arouses the caster"
  1553. },
  1554. {
  1555. "name": "Summon cum",
  1556. "id": "magicFillSexual",
  1557. "type": "checkbox",
  1558. "buttons": ["magic_fill_sexual"],
  1559. "default": true,
  1560. "tooltip": "Prepares the caster for quite the gush!"
  1561. }
  1562. ]
  1563. },
  1564. {
  1565. "name": "Breasts",
  1566. "id": "hasBreasts",
  1567. "group": "body-part",
  1568. "optional": true,
  1569. "panels": ["breasts"],
  1570. "parts": ["breasts"],
  1571. "buttons": ["breast_crush", "breast_toy", "cleavage_stuff", "cleavage_crush", "cleavage_drop", "cleavage_absorb"],
  1572. "entries":
  1573. [
  1574. {
  1575. "name": "Breast diameter",
  1576. "id": "baseBreastDiameter",
  1577. "type": "float",
  1578. "default": "0.1",
  1579. "unit": "length"
  1580. },
  1581. {
  1582. "name": "Lactation",
  1583. "id": "lactationEnabled",
  1584. "type": "subcategory",
  1585. "stats": ["milk"],
  1586. "buttons": ["breast_milk"],
  1587. "warning": "Lactation is enabled",
  1588. "entries":
  1589. [
  1590. {
  1591. "name": "Lactation scale",
  1592. "id": "lactationFactor",
  1593. "type": "float",
  1594. "default": "0.25"
  1595. },
  1596. {
  1597. "name": "Passive milk production",
  1598. "id": "baseLactationProduction",
  1599. "type": "float",
  1600. "default": "0.1",
  1601. "unit": "percentage",
  1602. "tooltip": "How much you fill up every second"
  1603. },
  1604. {
  1605. "name": "Milk storage scale",
  1606. "id": "milkStorageScale",
  1607. "type": "float",
  1608. "default": "1"
  1609. }
  1610. ]
  1611. },
  1612. {
  1613. "name": "Breast Vore",
  1614. "id": "breastVore",
  1615. "type": "subcategory",
  1616. "buttons": ["breast_vore", "digest_breast"],
  1617. "entries":
  1618. [
  1619. {
  1620. "name": "Breast stretchiness",
  1621. "id": "breastStretchiness",
  1622. "type": "float",
  1623. "default": "3"
  1624. },
  1625. {
  1626. "name": "Milk digestion scale",
  1627. "id": "baseMilkDigestFactor",
  1628. "type": "float",
  1629. "default": "1"
  1630. },
  1631. {
  1632. "name": "Breast autogrowth factor",
  1633. "id": "breastGrowthFactor",
  1634. "type": "float",
  1635. "default": "1",
  1636. "unit": "percentage",
  1637. "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."
  1638. },
  1639. {
  1640. "name": "Automatic Digestion",
  1641. "id": "breastDigestAuto",
  1642. "type": "subcategory",
  1643. "default": true,
  1644. "entries":
  1645. [
  1646. {
  1647. "name": "Digestion time",
  1648. "id": "breastDigestTime",
  1649. "type": "float",
  1650. "default": "15"
  1651. }
  1652. ]
  1653. },
  1654. {
  1655. "name": "Manual digestion",
  1656. "id": "breastDigestManual",
  1657. "type": "checkbox"
  1658. },
  1659. {
  1660. "name": "Same-size vore",
  1661. "id": "sameSizeBreastVore",
  1662. "type": "checkbox",
  1663. "default": true
  1664. },
  1665. {
  1666. "name": "Scale milk with size",
  1667. "id": "milkScaleWithSize",
  1668. "type": "checkbox",
  1669. "tooltip": "If you're ten times bigger than normal, you produce ten times as much milk when digesting prey"
  1670. }
  1671. ]
  1672. }
  1673. ]
  1674. },
  1675. {
  1676. "name": "Stench",
  1677. "id": "stenchEnabled",
  1678. "group": "gross",
  1679. "optional": true,
  1680. "warning": "Stench is enabled",
  1681. "parts": ["stench"],
  1682. "entries":
  1683. [
  1684. {
  1685. "name": "Paw stench scale",
  1686. "id": "basePawStenchArea",
  1687. "type": "float",
  1688. "default": "1"
  1689. },
  1690. {
  1691. "name": "Ass stench scale",
  1692. "id": "baseAssStenchArea",
  1693. "type": "float",
  1694. "default": "1.5"
  1695. },
  1696. {
  1697. "name": "Piss stench scale",
  1698. "id": "basePissStenchArea",
  1699. "type": "float",
  1700. "default": "0.75"
  1701. },
  1702. {
  1703. "name": "Scat stench scale",
  1704. "id": "baseScatStenchArea",
  1705. "type": "float",
  1706. "default": "3"
  1707. },
  1708. ]
  1709. },
  1710. {
  1711. "name": "Gas",
  1712. "id": "gasEnabled",
  1713. "group": "gross",
  1714. "optional": true,
  1715. "stats": ["gas"],
  1716. "panels": ["waste"],
  1717. "warning": "Gas is enabled",
  1718. "entries":
  1719. [
  1720. {
  1721. "name": "Belching",
  1722. "id": "belchEnabled",
  1723. "type": "checkbox",
  1724. "buttons": ["belch"]
  1725. },
  1726. {
  1727. "name": "Farting",
  1728. "id": "fartEnabled",
  1729. "type": "checkbox",
  1730. "buttons": ["fart"]
  1731. },
  1732. {
  1733. "name": "Passive gas production",
  1734. "id": "baseGasProduction",
  1735. "type": "float",
  1736. "default": "1",
  1737. "unit": "percentage",
  1738. "tooltip": "How much you fill up every second"
  1739. },
  1740. {
  1741. "name": "Gas storage scale",
  1742. "id": "gasStorageScale",
  1743. "type": "float",
  1744. "default": "1"
  1745. },
  1746. {
  1747. "name": "Gas digestion factor",
  1748. "id": "baseGasDigestFactor",
  1749. "type": "float",
  1750. "default": "1"
  1751. },
  1752. {
  1753. "name": "Scale gas with size",
  1754. "id": "gasScaleWithSize",
  1755. "type": "checkbox",
  1756. "tooltip": "If you're ten times bigger than normal, you produce ten times as much gas when digesting prey"
  1757. }
  1758. ]
  1759. },
  1760. {
  1761. "name": "Soul Vore",
  1762. "id": "soulVoreEnabled",
  1763. "group": "alt-vore",
  1764. "optional": true,
  1765. "panels": ["souls"],
  1766. "buttons": ["soul_vore", "soul_absorb_paw"],
  1767. "warning": "Soul vore enabled",
  1768. "entries":
  1769. [
  1770. {
  1771. "name": "Souls autogrowth factor",
  1772. "id": "soulGrowthFactor",
  1773. "type": "float",
  1774. "default": "25",
  1775. "unit": "percentage",
  1776. "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"
  1777. },
  1778. {
  1779. "name": "Automatic Digestion",
  1780. "id": "soulDigestAuto",
  1781. "type": "subcategory",
  1782. "default": true,
  1783. "entries":
  1784. [
  1785. {
  1786. "name": "Digestion time",
  1787. "id": "soulDigestTime",
  1788. "type": "float",
  1789. "default": "15"
  1790. }
  1791. ]
  1792. },
  1793. {
  1794. "name": "Manual digestion",
  1795. "id": "soulDigestManual",
  1796. "type": "checkbox",
  1797. "buttons": ["digest_soul"]
  1798. },
  1799. {
  1800. "name": "Soul vore type",
  1801. "type": "select",
  1802. "id": "soulVoreType",
  1803. "default": "body",
  1804. "choices":
  1805. [
  1806. {
  1807. "name": "Released",
  1808. "value": "release",
  1809. },
  1810. {
  1811. "name": "Trapped",
  1812. "value": "body",
  1813. },
  1814. {
  1815. "name": "Digested",
  1816. "value": "oblivion",
  1817. },
  1818. ]
  1819. },
  1820. ]
  1821. },
  1822. {
  1823. "name": "Piss",
  1824. "id": "pissEnabled",
  1825. "group": "gross",
  1826. "optional": true,
  1827. "stats": ["piss"],
  1828. "panels": ["waste"],
  1829. "buttons": ["piss"],
  1830. "warning": "Watersports enabled",
  1831. "entries":
  1832. [
  1833. {
  1834. "name": "Passive piss production",
  1835. "id": "basePissProduction",
  1836. "type": "float",
  1837. "default": "1",
  1838. "unit": "percentage",
  1839. "tooltip": "How much you fill up every second"
  1840. },
  1841. {
  1842. "name": "Piss storage scale",
  1843. "id": "pissStorageScale",
  1844. "type": "float",
  1845. "default": "1"
  1846. },
  1847. {
  1848. "name": "Bladder Vore",
  1849. "id": "bladderVore",
  1850. "type": "subcategory",
  1851. "buttons": ["bladder_vore"],
  1852. "entries":
  1853. [
  1854. {
  1855. "name": "Urethra diameter",
  1856. "id": "baseUrethraDiameter",
  1857. "type": "float",
  1858. "default": "0.03",
  1859. "unit": "length"
  1860. },
  1861. {
  1862. "name": "Urethra stretchiness",
  1863. "id": "urethraStretchiness",
  1864. "type": "float",
  1865. "default": "5"
  1866. },
  1867. {
  1868. "name": "Piss digestion scale",
  1869. "id": "basePissDigestFactor",
  1870. "type": "float",
  1871. "default": "1"
  1872. },
  1873. {
  1874. "name": "Automatic Digestion",
  1875. "id": "bladderDigestAuto",
  1876. "type": "subcategory",
  1877. "default": true,
  1878. "entries":
  1879. [
  1880. {
  1881. "name": "Digestion time",
  1882. "id": "bladderDigestTime",
  1883. "type": "float",
  1884. "default": "15"
  1885. }
  1886. ]
  1887. },
  1888. {
  1889. "name": "Manual digestion",
  1890. "id": "bladderDigestManual",
  1891. "type": "checkbox",
  1892. "buttons": ["digest_bladder"],
  1893. },
  1894. {
  1895. "name": "Same-size vore",
  1896. "id": "sameSizeBladderVore",
  1897. "type": "checkbox",
  1898. "default": true
  1899. },
  1900. {
  1901. "name": "Scale piss with size",
  1902. "id": "pissScaleWithSize",
  1903. "type": "checkbox",
  1904. "tooltip": "If you're ten times bigger than normal, you produce ten times as much piss when digesting prey"
  1905. }
  1906. ]
  1907. }
  1908. ]
  1909. },
  1910. {
  1911. "name": "Scat",
  1912. "id": "scatEnabled",
  1913. "group": "gross",
  1914. "optional": true,
  1915. "stats": ["scat"],
  1916. "panels": ["waste"],
  1917. "buttons": ["scat"],
  1918. "warning": "Scat is enabled",
  1919. "entries":
  1920. [
  1921. {
  1922. "name": "Scat digestion scale",
  1923. "id": "baseScatDigestFactor",
  1924. "type": "float",
  1925. "default": "1"
  1926. },
  1927. {
  1928. "name": "Passive scat production",
  1929. "id": "baseScatProduction",
  1930. "type": "float",
  1931. "default": "0.1",
  1932. "unit": "percentage",
  1933. "tooltip": "How much you fill up every second"
  1934. },
  1935. {
  1936. "name": "Scat storage scale",
  1937. "id": "scatStorageScale",
  1938. "type": "float",
  1939. "default": "1"
  1940. },
  1941. {
  1942. "name": "Scale scat with size",
  1943. "id": "scatScaleWithSize",
  1944. "type": "checkbox",
  1945. "tooltip": "If you're ten times bigger than normal, you produce ten times as much scat when digesting prey"
  1946. }
  1947. ]
  1948. },
  1949. {
  1950. "name": "Goo",
  1951. "id": "gooEnabled",
  1952. "group": "body-part",
  1953. "optional": true,
  1954. "panels": ["goo"],
  1955. "buttons": ["melt"],
  1956. "entries":
  1957. [
  1958. {
  1959. "name": "Digestion",
  1960. "id": "gooDigestion",
  1961. "type": "subcategory",
  1962. "entries":
  1963. [
  1964. {
  1965. "name": "Goo autogrowth factor",
  1966. "id": "gooGrowthFactor",
  1967. "type": "float",
  1968. "default": "80",
  1969. "unit": "percentage",
  1970. "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"
  1971. },
  1972. {
  1973. "name": "Automatic Digestion",
  1974. "id": "gooDigestAuto",
  1975. "type": "subcategory",
  1976. "default": true,
  1977. "entries":
  1978. [
  1979. {
  1980. "name": "Digestion time",
  1981. "id": "gooDigestTime",
  1982. "type": "float",
  1983. "default": "15"
  1984. }
  1985. ]
  1986. },
  1987. {
  1988. "name": "Manual digestion",
  1989. "id": "gooDigestManual",
  1990. "type": "checkbox"
  1991. }
  1992. ]
  1993. }
  1994. ]
  1995. },
  1996. {
  1997. "name": "Paw Vore",
  1998. "id": "pawVoreEnabled",
  1999. "group": "alt-vore",
  2000. "optional": true,
  2001. "buttons": ["paw_vore"],
  2002. "entries":
  2003. [
  2004. {
  2005. "name": "Paw autogrowth factor",
  2006. "id": "pawGrowthFactor",
  2007. "type": "float",
  2008. "default": "1",
  2009. "unit": "percentage",
  2010. "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."
  2011. },
  2012. {
  2013. "name": "Automatic Digestion",
  2014. "id": "pawDigestAuto",
  2015. "type": "subcategory",
  2016. "default": true,
  2017. "entries":
  2018. [
  2019. {
  2020. "name": "Digestion time",
  2021. "id": "pawDigestTime",
  2022. "type": "float",
  2023. "default": "15"
  2024. }
  2025. ]
  2026. },
  2027. {
  2028. "name": "Manual digestion",
  2029. "id": "pawDigestManual",
  2030. "type": "checkbox",
  2031. "buttons": ["digest_paws"]
  2032. },
  2033. {
  2034. "name": "Same-size vore",
  2035. "id": "sameSizePawVore",
  2036. "type": "checkbox",
  2037. "default": true
  2038. }
  2039. ]
  2040. },
  2041. {
  2042. "name": "Crop",
  2043. "id": "cropEnabled",
  2044. "group": "alt-vore",
  2045. "optional": true,
  2046. "buttons": ["crop_swallow"],
  2047. "entries":
  2048. [
  2049. {
  2050. "name": "Automatic Transfer",
  2051. "id": "cropTransferAuto",
  2052. "type": "subcategory",
  2053. "default": true,
  2054. "entries":
  2055. [
  2056. {
  2057. "name": "Digestion time",
  2058. "id": "cropTransferTime",
  2059. "type": "float",
  2060. "default": "10"
  2061. }
  2062. ]
  2063. },
  2064. ]
  2065. },
  2066. {
  2067. "name": "Breath",
  2068. "id": "breathEnabled",
  2069. "group": "magic",
  2070. "optional": true,
  2071. "panels": ["breath"],
  2072. "parts": ["breath"],
  2073. "buttons": ["breath_line", "breath_cone"],
  2074. "entries":
  2075. [
  2076. {
  2077. "name": "Breath area",
  2078. "id": "baseBreathArea",
  2079. "type": "float",
  2080. "default": "10",
  2081. "unit": "area"
  2082. },
  2083. {
  2084. "name": "Fire",
  2085. "id": "breathFire",
  2086. "type": "checkbox",
  2087. "buttons": ["breath_fire"]
  2088. },
  2089. {
  2090. "name": "Ice",
  2091. "id": "breathIce",
  2092. "type": "checkbox",
  2093. "buttons": ["breath_ice"]
  2094. },
  2095. {
  2096. "name": "Electric",
  2097. "id": "breathElectric",
  2098. "type": "checkbox",
  2099. "buttons": ["breath_electric"]
  2100. },
  2101. {
  2102. "name": "Smoke",
  2103. "id": "breathSmoke",
  2104. "type": "checkbox",
  2105. "buttons": ["breath_smoke"]
  2106. },
  2107. {
  2108. "name": "Radiation",
  2109. "id": "breathRadiation",
  2110. "type": "checkbox",
  2111. "buttons": ["breath_radiation"]
  2112. },
  2113. {
  2114. "name": "Foul",
  2115. "id": "breathFoul",
  2116. "type": "checkbox",
  2117. "buttons": ["breath_foul"]
  2118. },
  2119. ]
  2120. },
  2121. {
  2122. "name": "Drool",
  2123. "id": "droolEnabled",
  2124. "group": "gross",
  2125. "optional": true,
  2126. "buttons": ["drool"],
  2127. "entries":
  2128. [
  2129. {
  2130. "name": "Drool volume",
  2131. "id": "droolBaseVolume",
  2132. "type": "float",
  2133. "default": "0.01",
  2134. "unit": "volume"
  2135. }
  2136. ]
  2137. },
  2138. {
  2139. "name": "Magic",
  2140. "id": "magicEnabled",
  2141. "group": "magic",
  2142. "optional": true,
  2143. "panels": ["magic"],
  2144. "parts": ["magic",],
  2145. "entries":
  2146. [
  2147. {
  2148. "name": "Shrinking magic",
  2149. "id": "magicShrink",
  2150. "type": "subcategory",
  2151. "buttons": ["magic_shrink"],
  2152. "default": true,
  2153. "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.",
  2154. "entries":
  2155. [
  2156. {
  2157. "name": "Auto-shrink",
  2158. "id": "magicShrinkAuto",
  2159. "type": "checkbox",
  2160. "default": false,
  2161. "tooltip": "Automatically shrink your victims before performing an action."
  2162. }
  2163. ]
  2164. },
  2165. {
  2166. "name": "Fast digestion",
  2167. "id": "magicFastDigestion",
  2168. "type": "checkbox",
  2169. "buttons": ["magic_fast_digestion"],
  2170. "default": true,
  2171. "tooltip": "Fast Digestion allows you to speed up your digestion for a short duration."
  2172. },
  2173. {
  2174. "name": "Pause digestion",
  2175. "id": "magicPauseDigestion",
  2176. "type": "checkbox",
  2177. "buttons": ["magic_pause_digestion"],
  2178. "default": true,
  2179. "tooltip": "Pause Digestion allows you to halt digestion until you cast it again."
  2180. }
  2181. ]
  2182. },
  2183. {
  2184. "name": "Wings",
  2185. "id": "hasWings",
  2186. "group": "body-part",
  2187. "optional": true,
  2188. "panels": ["misc"],
  2189. "parts": ["wings"],
  2190. "buttons": ["wings_flap"],
  2191. "entries":
  2192. [
  2193. {
  2194. "name": "Wing width",
  2195. "id": "baseWingWidth",
  2196. "type": "float",
  2197. "default": "1",
  2198. "unit": "length"
  2199. },
  2200. {
  2201. "name": "Wing length",
  2202. "id": "baseWingLength",
  2203. "type": "float",
  2204. "default": "1",
  2205. "unit": "length"
  2206. },
  2207. {
  2208. "name": "Wing description",
  2209. "id": "wingDesc",
  2210. "type": "text",
  2211. "default": "feathery"
  2212. },
  2213. {
  2214. "name": "Wing Vore",
  2215. "id": "wingVoreEnabled",
  2216. "type": "subcategory",
  2217. "buttons": ["wings_vore"],
  2218. "entries":
  2219. [
  2220. {
  2221. "name": "Wing autogrowth factor",
  2222. "id": "wingGrowthFactor",
  2223. "type": "float",
  2224. "default": "1",
  2225. "unit": "percentage",
  2226. "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."
  2227. },
  2228. {
  2229. "name": "Automatic Digestion",
  2230. "id": "wingDigestAuto",
  2231. "type": "subcategory",
  2232. "default": true,
  2233. "entries":
  2234. [
  2235. {
  2236. "name": "Digestion time",
  2237. "id": "wingDigestTime",
  2238. "type": "float",
  2239. "default": "15"
  2240. }
  2241. ]
  2242. },
  2243. {
  2244. "name": "Manual digestion",
  2245. "id": "wingDigestManual",
  2246. "type": "checkbox",
  2247. "buttons": ["digest_wings"]
  2248. },
  2249. {
  2250. "name": "Same-size vore",
  2251. "id": "sameSizeWingVore",
  2252. "type": "checkbox",
  2253. "default": true
  2254. },
  2255. {
  2256. "name": "Wing vore goes to stomach",
  2257. "id": "wingVoreToStomach",
  2258. "type": "checkbox"
  2259. }
  2260. ]
  2261. }
  2262. ]
  2263. }
  2264. ];