big steppy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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