big steppy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

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