big steppy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1779 lines
41 KiB

  1. panels = {
  2. "body": {
  3. "name": "Body",
  4. "buttons": [
  5. {
  6. "name": "Eat",
  7. "target": "feed"
  8. },
  9. {
  10. "name": "Crop Swallow",
  11. "target": "crop_swallow"
  12. },
  13. {
  14. "name": "Digest",
  15. "target": "digest_stomach"
  16. },
  17. {
  18. "name": "Chew",
  19. "target": "chew"
  20. },
  21. {
  22. "name": "Drool",
  23. "target": "drool"
  24. },
  25. {
  26. "name": "Vomit",
  27. "target": "vomit"
  28. },
  29. {
  30. "name": "Sit",
  31. "target": "sit"
  32. },
  33. {
  34. "name": "Grind ass",
  35. "target": "ass_grind"
  36. },
  37. {
  38. "name": "Anal Vore",
  39. "target": "anal_vore"
  40. },
  41. {
  42. "name": "Digest Bowels",
  43. "target": "digest_anal"
  44. },
  45. {
  46. "name": "Grind hips",
  47. "target": "grind"
  48. }
  49. ]
  50. },
  51. "paws": {
  52. "name": "Paws",
  53. "buttons": [
  54. {
  55. "name": "Stomp",
  56. "target": "stomp"
  57. },
  58. {
  59. "name": "Flex Toes",
  60. "target": "flex_toes"
  61. },
  62. {
  63. "name": "Absorb",
  64. "target": "paw_vore"
  65. },
  66. {
  67. "name": "Digest",
  68. "target": "digest_paws"
  69. }
  70. ]
  71. },
  72. "tails": {
  73. "name": "Tails",
  74. "buttons": [
  75. {
  76. "name": "Tail Slap",
  77. "target": "tail_slap"
  78. },
  79. {
  80. "name": "Tail Vore",
  81. "target": "tail_vore_only"
  82. },
  83. {
  84. "name": "Tail Vore (1)",
  85. "target": "tail_vore_one"
  86. },
  87. {
  88. "name": "Tail Vore (some)",
  89. "target": "tail_vore_some"
  90. },
  91. {
  92. "name": "Tail Vore (all!)",
  93. "target": "tail_vore_all"
  94. },
  95. {
  96. "name": "Digest",
  97. "target": "digest_tail"
  98. }
  99. ]
  100. },
  101. "breasts": {
  102. "name": "Breasts",
  103. "buttons": [
  104. {
  105. "name": "Stuff Cleavage",
  106. "target": "cleavage_stuff"
  107. },
  108. {
  109. "name": "Squeeze Cleavage",
  110. "target": "breast_toy"
  111. },
  112. {
  113. "name": "Crush Cleavage",
  114. "target": "cleavage_crush"
  115. },
  116. {
  117. "name": "Drop Cleavage",
  118. "target": "cleavage_drop"
  119. },
  120. {
  121. "name": "Absorb Cleavage",
  122. "target": "cleavage_absorb"
  123. },
  124. {
  125. "name": "Breast Crush",
  126. "target": "breast_crush"
  127. },
  128. {
  129. "name": "Breast Vore",
  130. "target": "breast_vore"
  131. },
  132. {
  133. "name": "Digest",
  134. "target": "digest_breast"
  135. },
  136. {
  137. "name": "Milk Breasts",
  138. "target": "breast_milk"
  139. }
  140. ]
  141. },
  142. "vagina": {
  143. "name": "Slit",
  144. "buttons": [
  145. {
  146. "name": "Unbirth",
  147. "target": "unbirth"
  148. },
  149. {
  150. "name": "Digest",
  151. "target": "digest_unbirth"
  152. },
  153. {
  154. "name": "Finger Slit",
  155. "target": "slit_toy"
  156. }
  157. ]
  158. },
  159. "dick": {
  160. "name": "Cock",
  161. "buttons": [
  162. {
  163. "name": "Cockslap",
  164. "target": "cockslap"
  165. },
  166. {
  167. "name": "Cock Vore",
  168. "target": "cock_vore"
  169. },
  170. {
  171. "name": "Digest",
  172. "target": "digest_cock"
  173. },
  174. {
  175. "name": "Ball Smother",
  176. "target": "ball_smother"
  177. },
  178. {
  179. "name": "Stuff Sheath",
  180. "target": "sheath_stuff"
  181. },
  182. {
  183. "name": "Squeeze Sheath",
  184. "target": "sheath_toy"
  185. },
  186. {
  187. "name": "Clench Sheath",
  188. "target": "sheath_clench"
  189. },
  190. {
  191. "name": "Absorb Sheath",
  192. "target": "sheath_absorb"
  193. },
  194. {
  195. "name": "Stuff Foreskin",
  196. "target": "foreskin_stuff"
  197. },
  198. {
  199. "name": "Squeeze Foreskin",
  200. "target": "foreskin_toy"
  201. },
  202. {
  203. "name": "Clench Foreskin",
  204. "target": "foreskin_clench"
  205. },
  206. {
  207. "name": "Absorb Foreskin",
  208. "target": "foreskin_absorb"
  209. }
  210. ]
  211. },
  212. "souls": {
  213. "name": "Souls",
  214. "buttons": [
  215. {
  216. "name": "Soul Vore",
  217. "target": "soul_vore"
  218. },
  219. {
  220. "name": "Digest",
  221. "target": "digest_soul"
  222. },
  223. {
  224. "name": "Paws",
  225. "target": "soul_absorb_paw"
  226. }
  227. ]
  228. },
  229. "shoes": {
  230. "name": "Footwear",
  231. "buttons": [
  232. {
  233. "name": "Put On Shoes",
  234. "target": "wear_shoes"
  235. },
  236. {
  237. "name": "Take Off Shoes",
  238. "target": "remove_shoes"
  239. },
  240. {
  241. "name": "Put On Socks",
  242. "target": "wear_socks"
  243. },
  244. {
  245. "name": "Take Off Socks",
  246. "target": "remove_socks"
  247. },
  248. {
  249. "name": "Stuff Shoes",
  250. "target": "stuff_shoes"
  251. },
  252. {
  253. "name": "Stuff Socks",
  254. "target": "stuff_socks"
  255. },
  256. {
  257. "name": "Dump Shoes",
  258. "target": "dump_shoes"
  259. },
  260. {
  261. "name": "Dump Socks",
  262. "target": "dump_socks"
  263. }
  264. ]
  265. },
  266. "waste": {
  267. "name": "Waste",
  268. "buttons": [
  269. {
  270. "name": "Belch",
  271. "target": "belch"
  272. },
  273. {
  274. "name": "Fart",
  275. "target": "fart"
  276. },
  277. {
  278. "name": "Piss",
  279. "target": "piss"
  280. },
  281. {
  282. "name": "Bladder Vore",
  283. "target": "bladder_vore"
  284. },
  285. {
  286. "name": "Digest",
  287. "target": "digest_bladder"
  288. },
  289. {
  290. "name": "Scat",
  291. "target": "scat"
  292. }
  293. ]
  294. },
  295. "goo": {
  296. "name": "Goo",
  297. "buttons": [
  298. {
  299. "name": "Solidify",
  300. "target": "solidify"
  301. },
  302. {
  303. "name": "Melt",
  304. "target": "melt"
  305. },
  306. {
  307. "name": "Flood",
  308. "target": "flood"
  309. },
  310. {
  311. "name": "Push to Stomach",
  312. "target": "goo_stomach_push"
  313. },
  314. {
  315. "name": "Pull from Stomach",
  316. "target": "goo_stomach_pull"
  317. },
  318. {
  319. "name": "Push to Bowels",
  320. "target": "goo_bowels_push"
  321. },
  322. {
  323. "name": "Pull from Bowels",
  324. "target": "goo_bowels_pull"
  325. },
  326. {
  327. "name": "Push to Womb",
  328. "target": "goo_womb_push"
  329. },
  330. {
  331. "name": "Pull from Womb",
  332. "target": "goo_womb_pull"
  333. },
  334. {
  335. "name": "Push to Balls",
  336. "target": "goo_balls_push"
  337. },
  338. {
  339. "name": "Pull from Balls",
  340. "target": "goo_balls_pull"
  341. },
  342. {
  343. "name": "Push to Breasts",
  344. "target": "goo_breasts_push"
  345. },
  346. {
  347. "name": "Pull from Breasts",
  348. "target": "goo_breasts_pull"
  349. },
  350. {
  351. "name": "Push to Tails",
  352. "target": "goo_tail_push"
  353. },
  354. {
  355. "name": "Pull from Tails",
  356. "target": "goo_tail_pull"
  357. },
  358. {
  359. "name": "Push to Paws",
  360. "target": "goo_paws_push"
  361. },
  362. {
  363. "name": "Pull from Paws",
  364. "target": "goo_paws_pull"
  365. },
  366. {
  367. "name": "Digest",
  368. "target": "digest_goo"
  369. }
  370. ]
  371. },
  372. "misc": {
  373. "name": "Misc",
  374. "buttons": [
  375. {
  376. "name": "Stuff Pouch",
  377. "target": "pouch_stuff"
  378. },
  379. {
  380. "name": "Rub Pouch",
  381. "target": "pouch_rub"
  382. },
  383. {
  384. "name": "Eat From Pouch",
  385. "target": "pouch_eat"
  386. },
  387. {
  388. "name": "Absorb Pouch",
  389. "target": "pouch_absorb"
  390. },
  391. {
  392. "name": "Flap Wings",
  393. "target": "wings_flap"
  394. },
  395. {
  396. "name": "Wing Vore",
  397. "target": "wings_vore"
  398. },
  399. {
  400. "name": "Digest Wings",
  401. "target": "digest_wings"
  402. }
  403. ]
  404. },
  405. "breath": {
  406. "name": "Breath",
  407. "buttons": [
  408. {
  409. "name": "Line Shape",
  410. "target": "breath_line"
  411. },
  412. {
  413. "name": "Cone Shape",
  414. "target": "breath_cone"
  415. },
  416. {
  417. "name": "Fire",
  418. "target": "breath_fire"
  419. },
  420. {
  421. "name": "Ice",
  422. "target": "breath_ice"
  423. },
  424. {
  425. "name": "Electric",
  426. "target": "breath_electric"
  427. },
  428. {
  429. "name": "Smoke",
  430. "target": "breath_smoke"
  431. },
  432. {
  433. "name": "Radiation",
  434. "target": "breath_radiation"
  435. },
  436. {
  437. "name": "Foul",
  438. "target": "breath_foul"
  439. }
  440. ]
  441. },
  442. "magic": {
  443. "name": "Magic",
  444. "buttons": [
  445. {
  446. "name": "Shrink",
  447. "target": "magic_shrink"
  448. },
  449. {
  450. "name": "Fast Digestion",
  451. "target": "magic_fast_digestion"
  452. }
  453. ]
  454. },
  455. "options": {
  456. "name": "Options",
  457. "type": "options",
  458. "buttons": [
  459. {
  460. "name": "Arousal On",
  461. "target": "toggle_arousal",
  462. "default": true
  463. },
  464. {
  465. "name": "Status: Standing",
  466. "target": "toggle_auto",
  467. "default": true
  468. },
  469. {
  470. "name": "Numbers: Words",
  471. "target": "toggle_numbers",
  472. "default": true
  473. },
  474. {
  475. "name": "Units: Metric",
  476. "target": "toggle_units",
  477. "default": true
  478. },
  479. {
  480. "name": "Verbose Text",
  481. "target": "toggle_verbose",
  482. "default": true
  483. },
  484. {
  485. "name": "Toggle Dark Mode",
  486. "target": "toggleDarkMode",
  487. "default": true
  488. },
  489. {
  490. "name": "Debug Log",
  491. "target": "debugLog",
  492. "default": true
  493. }
  494. ]
  495. }
  496. }
  497. options = [
  498. {
  499. "name": "Basics",
  500. "optional": false,
  501. "entries": [
  502. {
  503. "name": "Name",
  504. "id": "name",
  505. "type": "text",
  506. "default": "Fen"
  507. },
  508. {
  509. "name": "Scale",
  510. "id": "scale",
  511. "type": "float",
  512. "default": "1",
  513. "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."
  514. },
  515. {
  516. "name": "Height",
  517. "id": "baseHeight",
  518. "type": "float",
  519. "default": "2.26",
  520. "unit": "length"
  521. },
  522. {
  523. "name": "Weight",
  524. "id": "baseMass",
  525. "type": "float",
  526. "default": "135",
  527. "unit": "mass"
  528. },
  529. {
  530. "name": "Paw area",
  531. "id": "basePawArea",
  532. "type": "float",
  533. "default": "0.1",
  534. "unit": "area"
  535. },
  536. {
  537. "name": "Hand area",
  538. "id": "baseHandArea",
  539. "type": "float",
  540. "default": "0.1",
  541. "unit": "area"
  542. },
  543. {
  544. "name": "Ass area",
  545. "id": "baseAssArea",
  546. "type": "float",
  547. "default": "0.2",
  548. "unit": "area"
  549. },
  550. {
  551. "name": "Same-size stomping",
  552. "id": "sameSizeStomp",
  553. "type": "checkbox"
  554. }
  555. ]
  556. },
  557. {
  558. "name": "Body Details",
  559. "optional": false,
  560. "entries":
  561. [
  562. {
  563. "name": "Species",
  564. "id": "species",
  565. "type": "text",
  566. "default": "crux"
  567. },
  568. {
  569. "name": "Foot type",
  570. "id": "footType",
  571. "type": "select",
  572. "choices":
  573. [
  574. {
  575. "name": "Paws",
  576. "value": "paw"
  577. },
  578. {
  579. "name": "Hooves",
  580. "value": "hoof"
  581. },
  582. {
  583. "name": "Feet",
  584. "value": "foot",
  585. },
  586. {
  587. "name": "Avian",
  588. "value": "avian"
  589. }
  590. ]
  591. },
  592. {
  593. "name": "Mouth type",
  594. "id": "jawType",
  595. "type": "select",
  596. "choices":
  597. [
  598. {
  599. "name": "Jaws",
  600. "value": "jaw"
  601. },
  602. {
  603. "name": "Beak",
  604. "value": "beak"
  605. }
  606. ]
  607. }
  608. ]
  609. },
  610. {
  611. "name": "Difficulty",
  612. "optional": false,
  613. "entries":
  614. [
  615. {
  616. "type": "radio",
  617. "id": "difficulty",
  618. "default": "0",
  619. "tooltip": "Grow how you want, when you want.",
  620. "choices":
  621. [
  622. {
  623. "name": "Sandbox",
  624. "value": "0",
  625. "tooltip": "Grow how you want, when you want.",
  626. },
  627. {
  628. "name": "Stompvival",
  629. "value": "1",
  630. "tooltip": "Actions earn you growth points, which are used to grow bigger.",
  631. }
  632. ]
  633. }
  634. ]
  635. },
  636. {
  637. "name": "Brutality",
  638. "optional": false,
  639. "entries":
  640. [
  641. {
  642. "type": "radio",
  643. "id": "brutality",
  644. "default": "1",
  645. "choices":
  646. [
  647. {
  648. "name": "Non-fatal",
  649. "value": "0"
  650. },
  651. {
  652. "name": "Fatal",
  653. "value": "1",
  654. "warning": "Fatal actions are enabled"
  655. },
  656. {
  657. "name": "Gory",
  658. "value": "2",
  659. "warning": "Gory actions are enabled"
  660. },
  661. {
  662. "name": "Sadistic",
  663. "value": "3",
  664. "warning": "Brutal actions are enabled"
  665. },
  666. ]
  667. }
  668. ]
  669. },
  670. {
  671. "name": "Victims",
  672. "optional": false,
  673. "entries":
  674. [
  675. {
  676. "name": "Human prey",
  677. "id": "victimsHuman",
  678. "type": "checkbox",
  679. "tooltip": "When checked, your prey is humans. By default your prey is a wide array of anthros."
  680. },
  681. {
  682. "name": "Military",
  683. "id": "victimsMilitary",
  684. "type": "checkbox",
  685. "tooltip": "When checked, you can prey on military units like soldiers, tanks, helicopeter, up to destroying entire armies."
  686. },
  687. {
  688. "name": "Macros",
  689. "id": "victimsMacros",
  690. "type": "checkbox"
  691. },
  692. {
  693. "name": "Micros",
  694. "id": "victimsMicros",
  695. "type": "checkbox"
  696. }
  697. ]
  698. },
  699. {
  700. "name": "Oral Vore",
  701. "id": "oralVore",
  702. "optional": true,
  703. "buttons": [
  704. "feed", "chew"
  705. ],
  706. "entries":
  707. [
  708. {
  709. "name": "Digestion time",
  710. "id": "oralDigestTime",
  711. "type": "float",
  712. "default": "15"
  713. },
  714. {
  715. "name": "Manual digestion",
  716. "id": "oralDigestManual",
  717. "type": "checkbox",
  718. "buttons": ["digest_stomach"]
  719. },
  720. {
  721. "name": "Same-size vore",
  722. "id": "sameSizeOralVore",
  723. "type": "checkbox",
  724. "default": true
  725. },
  726. {
  727. "name": "Vomiting",
  728. "id": "vomitEnabled",
  729. "type": "checkbox",
  730. "warning": "Vomiting is enabled",
  731. "buttons": ["vomit"]
  732. }
  733. ]
  734. },
  735. {
  736. "name": "Anal Vore",
  737. "id": "analVore",
  738. "optional": true,
  739. "buttons": ["anal_vore"],
  740. "entries":
  741. [
  742. {
  743. "name": "Anus diameter",
  744. "id": "baseAnalVoreDiameter",
  745. "type": "float",
  746. "default": "0.2",
  747. "unit": "length"
  748. },
  749. {
  750. "name": "Digestion time",
  751. "id": "analDigestTime",
  752. "type": "float",
  753. "default": "15"
  754. },
  755. {
  756. "name": "Manual digestion",
  757. "id": "analDigestManual",
  758. "type": "checkbox",
  759. "buttons": ["digest_anal"]
  760. },
  761. {
  762. "name": "Same-size vore",
  763. "id": "sameSizeAnalVore",
  764. "type": "checkbox",
  765. "default": true
  766. },
  767. {
  768. "name": "Anal vore goes to stomach",
  769. "id": "analVoreToStomach",
  770. "type": "checkbox"
  771. }
  772. ]
  773. },
  774. {
  775. "name": "Footwear",
  776. "id": "footWear",
  777. "optional": true,
  778. "panels": ["shoes"],
  779. "entries":
  780. [
  781. {
  782. "name": "Socks",
  783. "id": "footSockEnabled",
  784. "type": "subcategory",
  785. "buttons": ["remove_socks", "wear_socks", "stuff_socks", "dump_socks"],
  786. "entries":
  787. [
  788. {
  789. "name": "Sock type",
  790. "id": "footSock",
  791. "type": "select",
  792. "choices":
  793. [
  794. {
  795. "name": "Socks",
  796. "value": "sock"
  797. },
  798. {
  799. "name": "Stockings",
  800. "value": "stocking"
  801. }
  802. ]
  803. }
  804. ]
  805. },
  806. {
  807. "name": "Shoes",
  808. "id": "footShoeEnabled",
  809. "type": "subcategory",
  810. "buttons": ["remove_shoes", "wear_shoes", "stuff_shoes", "dump_shoes"],
  811. "entries":
  812. [
  813. {
  814. "name": "Shoe type",
  815. "id": "footShoe",
  816. "type": "select",
  817. "choices":
  818. [
  819. {
  820. "name": "Shoes",
  821. "value": "shoe"
  822. },
  823. {
  824. "name": "Boots",
  825. "value": "boot"
  826. },
  827. {
  828. "name": "Trainers",
  829. "value": "trainer"
  830. },
  831. {
  832. "name": "Sandals",
  833. "value": "sandal"
  834. },
  835. {
  836. "name": "High Heels",
  837. "value": "heel",
  838. },
  839. {
  840. "name": "Crocs",
  841. "value": "croc"
  842. }
  843. ]
  844. }
  845. ]
  846. }
  847. ]
  848. },
  849. {
  850. "name": "Arousal",
  851. "id": "arousalEnabled",
  852. "optional": true,
  853. "warning": "Arousal is enabled",
  854. "entries":
  855. [
  856. {
  857. "name": "Arousal multiplier",
  858. "id": "arousalFactor",
  859. "type": "float",
  860. "default": "1"
  861. },
  862. {
  863. "name": "Edge multiplier",
  864. "id": "edgeFactor",
  865. "type": "float",
  866. "default": "1"
  867. }
  868. ]
  869. },
  870. {
  871. "name": "Tail",
  872. "id": "hasTail",
  873. "optional": true,
  874. "parts": ["tail"],
  875. "panels": ["tails"],
  876. "buttons": ["tail_slap"],
  877. "entries":
  878. [
  879. {
  880. "name": "Number of tails",
  881. "id": "tailCount",
  882. "type": "int",
  883. "default": "1"
  884. },
  885. {
  886. "name": "Tail description",
  887. "id": "tailType",
  888. "type": "text",
  889. "default": "fluffy"
  890. },
  891. {
  892. "name": "Tail length",
  893. "id": "baseTailLength",
  894. "type": "float",
  895. "default": "1",
  896. "unit": "length"
  897. },
  898. {
  899. "name": "Tail diameter",
  900. "id": "baseTailDiameter",
  901. "type": "float",
  902. "default": "0.3",
  903. "unit": "length"
  904. },
  905. {
  906. "name": "Tail Vore",
  907. "id": "tailMaw",
  908. "type": "subcategory",
  909. "entries":
  910. [
  911. {
  912. "name": "Tail stretchiness",
  913. "id": "tailStretchiness",
  914. "type": "float",
  915. "default": "3"
  916. },
  917. {
  918. "name": "Digestion time",
  919. "id": "tailDigestTime",
  920. "type": "float",
  921. "default": "15"
  922. },
  923. {
  924. "name": "Manual digestion",
  925. "id": "tailDigestManual",
  926. "type": "checkbox",
  927. "buttons": ["digest_tail"]
  928. },
  929. {
  930. "name": "Same-size vore",
  931. "id": "sameSizeTailVore",
  932. "type": "checkbox",
  933. "default": true
  934. },
  935. {
  936. "name": "Tail vore goes to stomach",
  937. "id": "tailVoreToStomach",
  938. "type": "checkbox"
  939. }
  940. ]
  941. }
  942. ]
  943. },
  944. {
  945. "name": "Pouch",
  946. "id": "hasPouch",
  947. "optional": true,
  948. "panels": ["misc"],
  949. "buttons": ["pouch_stuff", "pouch_rub"],
  950. "entries":
  951. [
  952. {
  953. "name": "Absorption",
  954. "id": "pouchAbsorption",
  955. "type": "checkbox",
  956. "buttons": ["pouch_absorb"]
  957. }
  958. ]
  959. },
  960. {
  961. "name": "Male Genitals",
  962. "id": "maleParts",
  963. "optional": true,
  964. "stats": ["cum"],
  965. "parts": ["dick", "balls"],
  966. "panels": ["dick"],
  967. "buttons": ["cockslap", "ball_smother"],
  968. "entries":
  969. [
  970. {
  971. "name": "Cock length",
  972. "id": "baseDickLength",
  973. "type": "float",
  974. "default": "0.3",
  975. "unit": "length"
  976. },
  977. {
  978. "name": "Cock diameter",
  979. "id": "baseDickDiameter",
  980. "type": "float",
  981. "default": "0.08",
  982. "unit": "length"
  983. },
  984. {
  985. "name": "Cock description",
  986. "id": "dickType",
  987. "type": "text",
  988. "default": "canine"
  989. },
  990. {
  991. "name": "Ball diameter",
  992. "id": "baseBallDiameter",
  993. "type": "float",
  994. "default": "0.05",
  995. "unit": "length"
  996. },
  997. {
  998. "name": "Orgasm size",
  999. "id": "baseCumVolume",
  1000. "type": "float",
  1001. "default": "0.1",
  1002. "unit": "volume"
  1003. },
  1004. {
  1005. "name": "Passive cum production",
  1006. "id": "baseCumProduction",
  1007. "type": "float",
  1008. "default": "0.01",
  1009. "unit": "volume",
  1010. },
  1011. {
  1012. "name": "Cum storage factor",
  1013. "id": "cumStorageScale",
  1014. "type": "float",
  1015. "default": "1"
  1016. },
  1017. {
  1018. "name": "Cock Vore",
  1019. "id": "cockVoreEnabled",
  1020. "type": "subcategory",
  1021. "buttons": ["cock_vore"],
  1022. "entries":
  1023. [
  1024. {
  1025. "name": "Cock stretchiness",
  1026. "id": "dickStretchiness",
  1027. "type": "float",
  1028. "default": "5"
  1029. },
  1030. {
  1031. "name": "Cum digestion factor",
  1032. "id": "baseCumDigestFactor",
  1033. "type": "float",
  1034. "default": "1"
  1035. },
  1036. {
  1037. "name": "Digestion time",
  1038. "id": "cockDigestTime",
  1039. "type": "float",
  1040. "default": "15"
  1041. },
  1042. {
  1043. "name": "Manual digestion",
  1044. "id": "cockDigestManual",
  1045. "type": "checkbox",
  1046. "buttons": ["digest_cock"]
  1047. },
  1048. {
  1049. "name": "Same-size vore",
  1050. "id": "sameSizeCockVore",
  1051. "type": "checkbox",
  1052. "default": true
  1053. },
  1054. {
  1055. "name": "Scale cum with size",
  1056. "id": "cumScaleWithSize",
  1057. "type": "checkbox",
  1058. "tooltip": "If you're ten times bigger than normal, you produce ten times as much cum when digesting prey"
  1059. }
  1060. ]
  1061. },
  1062. {
  1063. "name": "Sheath",
  1064. "id": "hasSheath",
  1065. "type": "subcategory",
  1066. "buttons": ["sheath_stuff", "sheath_toy", "sheath_clench"],
  1067. "entries":
  1068. [
  1069. {
  1070. "name": "Absorption",
  1071. "id": "sheathAbsorptionEnabled",
  1072. "type": "checkbox",
  1073. "buttons": ["sheath_absorb"]
  1074. }
  1075. ]
  1076. },
  1077. {
  1078. "name": "Foreskin",
  1079. "id": "hasForeskin",
  1080. "type": "subcategory",
  1081. "buttons": ["foreskin_stuff", "foreskin_toy", "foreskin_clench"],
  1082. "entries":
  1083. [
  1084. {
  1085. "name": "Absorption",
  1086. "id": "foreskinAbsorptionEnabled",
  1087. "type": "checkbox",
  1088. "buttons": ["foreskin_absorb"]
  1089. }
  1090. ]
  1091. },
  1092. {
  1093. "name": "Musk",
  1094. "id": "maleMuskEnabled",
  1095. "type": "subcategory",
  1096. "entries":
  1097. [
  1098. {
  1099. "name": "Musk factor",
  1100. "id": "baseMaleMuskArea",
  1101. "type": "float",
  1102. "default": "0.5"
  1103. }
  1104. ]
  1105. }
  1106. ]
  1107. },
  1108. {
  1109. "name": "Female Genitals",
  1110. "id": "femaleParts",
  1111. "optional": true,
  1112. "stats": ["femcum"],
  1113. "parts": ["slit", "womb"],
  1114. "panels": ["vagina"],
  1115. "buttons": ["slit_toy"],
  1116. "entries":
  1117. [
  1118. {
  1119. "name": "Slit length",
  1120. "id": "baseVaginaLength",
  1121. "type": "float",
  1122. "default": "0.1",
  1123. "unit": "length"
  1124. },
  1125. {
  1126. "name": "Slit width",
  1127. "id": "baseVaginaWidth",
  1128. "type": "float",
  1129. "default": "0.05",
  1130. "unit": "length"
  1131. },
  1132. {
  1133. "name": "Womb volume",
  1134. "id": "baseWombVolume",
  1135. "type": "float",
  1136. "default": "0.1",
  1137. "unit": "volume"
  1138. },
  1139. {
  1140. "name": "Orgasm size",
  1141. "id": "baseFemcumVolume",
  1142. "type": "float",
  1143. "default": "0.1",
  1144. },
  1145. {
  1146. "name": "Passive femcum production",
  1147. "id": "baseFemcumProduction",
  1148. "type": "float",
  1149. "default": "0.01",
  1150. "unit": "volume"
  1151. },
  1152. {
  1153. "name": "Femcum storage factor",
  1154. "id": "femcumStorageScale",
  1155. "type": "float",
  1156. "default": "1"
  1157. },
  1158. {
  1159. "name": "Unbirth",
  1160. "id": "unbirthEnabled",
  1161. "type": "subcategory",
  1162. "buttons": ["unbirth"],
  1163. "entries":
  1164. [
  1165. {
  1166. "name": "Slit stretchiness",
  1167. "id": "vaginaStretchiness",
  1168. "type": "float",
  1169. "default": "5"
  1170. },
  1171. {
  1172. "name": "Femcum digestion factor",
  1173. "id": "baseFemcumDigestFactor",
  1174. "type": "float",
  1175. "default": "1"
  1176. },
  1177. {
  1178. "name": "Digestion time",
  1179. "id": "unbirthDigestTime",
  1180. "type": "float",
  1181. "default": "15"
  1182. },
  1183. {
  1184. "name": "Manual digestion",
  1185. "id": "unbirthDigestManual",
  1186. "type": "checkbox",
  1187. "buttons": ["digest_unbirth"]
  1188. },
  1189. {
  1190. "name": "Same-size vore",
  1191. "id": "sameSizeUnbirth",
  1192. "type": "checkbox",
  1193. "default": true
  1194. },
  1195. {
  1196. "name": "Scale femcum with size",
  1197. "id": "femcumScaleWithSize",
  1198. "type": "checkbox",
  1199. "tooltip": "If you're ten times bigger than normal, you produce ten times as much femcum when digesting prey"
  1200. }
  1201. ]
  1202. },
  1203. {
  1204. "name": "Musk",
  1205. "id": "femaleMuskEnabled",
  1206. "type": "subcategory",
  1207. "entries":
  1208. [
  1209. {
  1210. "name": "Musk factor",
  1211. "id": "baseFemaleMuskArea",
  1212. "type": "float",
  1213. "default": "0.5"
  1214. }
  1215. ]
  1216. }
  1217. ]
  1218. },
  1219. {
  1220. "name": "Breasts",
  1221. "id": "hasBreasts",
  1222. "optional": true,
  1223. "panels": ["breasts"],
  1224. "parts": ["breasts"],
  1225. "buttons": ["breast_crush", "breast_toy", "cleavage_stuff", "cleavage_crush", "cleavage_drop", "cleavage_absorb"],
  1226. "entries":
  1227. [
  1228. {
  1229. "name": "Breast diameter",
  1230. "id": "baseBreastDiameter",
  1231. "type": "float",
  1232. "default": "0.1",
  1233. "unit": "length"
  1234. },
  1235. {
  1236. "name": "Lactation",
  1237. "id": "lactationEnabled",
  1238. "type": "subcategory",
  1239. "stats": ["milk"],
  1240. "buttons": ["breast_milk"],
  1241. "warning": "Lactation is enabled",
  1242. "entries":
  1243. [
  1244. {
  1245. "name": "Lactation scale",
  1246. "id": "lactationFactor",
  1247. "type": "float",
  1248. "default": "0.25"
  1249. },
  1250. {
  1251. "name": "Passive milk production",
  1252. "id": "baseLactationProduction",
  1253. "type": "float",
  1254. "default": "0.001",
  1255. "unit": "volume"
  1256. },
  1257. {
  1258. "name": "Milk storage scale",
  1259. "id": "milkStorageScale",
  1260. "type": "float",
  1261. "default": "1"
  1262. }
  1263. ]
  1264. },
  1265. {
  1266. "name": "Breast Vore",
  1267. "id": "breastVore",
  1268. "type": "subcategory",
  1269. "buttons": ["breast_vore", "digest_breast"],
  1270. "entries":
  1271. [
  1272. {
  1273. "name": "Breast stretchiness",
  1274. "id": "breastStretchiness",
  1275. "type": "float",
  1276. "default": "3"
  1277. },
  1278. {
  1279. "name": "Milk digestion scale",
  1280. "id": "baseMilkDigestFactor",
  1281. "type": "float",
  1282. "default": "1"
  1283. },
  1284. {
  1285. "name": "Digestion time",
  1286. "id": "breastDigestTime",
  1287. "type": "float",
  1288. "default": "15"
  1289. },
  1290. {
  1291. "name": "Manual digestion",
  1292. "id": "breastDigestManual",
  1293. "type": "checkbox"
  1294. },
  1295. {
  1296. "name": "Same-size vore",
  1297. "id": "sameSizeBreastVore",
  1298. "type": "checkbox",
  1299. "default": true
  1300. },
  1301. {
  1302. "name": "Scale milk with size",
  1303. "id": "milkScaleWithSize",
  1304. "type": "checkbox",
  1305. "tooltip": "If you're ten times bigger than normal, you produce ten times as much milk when digesting prey"
  1306. }
  1307. ]
  1308. }
  1309. ]
  1310. },
  1311. {
  1312. "name": "Stench",
  1313. "id": "stenchEnabled",
  1314. "optional": true,
  1315. "warning": "Stench is enabled",
  1316. "entries":
  1317. [
  1318. {
  1319. "name": "Paw stench scale",
  1320. "id": "basePawStenchArea",
  1321. "type": "float",
  1322. "default": "1"
  1323. },
  1324. {
  1325. "name": "Ass stench scale",
  1326. "id": "baseAssStenchArea",
  1327. "type": "float",
  1328. "default": "1.5"
  1329. },
  1330. {
  1331. "name": "Piss stench scale",
  1332. "id": "basePissStenchArea",
  1333. "type": "float",
  1334. "default": "0.75"
  1335. },
  1336. {
  1337. "name": "Scat stench scale",
  1338. "id": "baseScatStenchArea",
  1339. "type": "float",
  1340. "default": "3"
  1341. },
  1342. ]
  1343. },
  1344. {
  1345. "name": "Gas",
  1346. "id": "gasEnabled",
  1347. "optional": true,
  1348. "stats": ["gas"],
  1349. "panels": ["waste"],
  1350. "warning": "Gas is enabled",
  1351. "entries":
  1352. [
  1353. {
  1354. "name": "Belching",
  1355. "id": "belchEnabled",
  1356. "type": "checkbox",
  1357. "buttons": ["belch"]
  1358. },
  1359. {
  1360. "name": "Farting",
  1361. "id": "fartEnabled",
  1362. "type": "checkbox",
  1363. "buttons": ["fart"]
  1364. },
  1365. {
  1366. "name": "Passive gas production",
  1367. "id": "baseGasProduction",
  1368. "type": "float",
  1369. "default": "0.01",
  1370. "unit": "volume"
  1371. },
  1372. {
  1373. "name": "Gas storage scale",
  1374. "id": "gasStorageScale",
  1375. "type": "float",
  1376. "default": "1"
  1377. },
  1378. {
  1379. "name": "Gas digestion factor",
  1380. "id": "baseGasDigestFactor",
  1381. "type": "float",
  1382. "default": "1"
  1383. },
  1384. {
  1385. "name": "Scale gas with size",
  1386. "id": "gasScaleWithSize",
  1387. "type": "checkbox",
  1388. "tooltip": "If you're ten times bigger than normal, you produce ten times as much gas when digesting prey"
  1389. }
  1390. ]
  1391. },
  1392. {
  1393. "name": "Soul Vore",
  1394. "id": "soulVoreEnabled",
  1395. "optional": true,
  1396. "panels": ["souls"],
  1397. "buttons": ["soul_vore", "soul_absorb_paw"],
  1398. "warning": "Soul vore enabled",
  1399. "entries":
  1400. [
  1401. {
  1402. "name": "Digestion time",
  1403. "id": "soulDigestTime",
  1404. "type": "float",
  1405. "default": "15"
  1406. },
  1407. {
  1408. "name": "Manual digestion",
  1409. "id": "soulDigestManual",
  1410. "type": "checkbox",
  1411. "buttons": ["digest_soul"]
  1412. },
  1413. {
  1414. "type": "radio",
  1415. "id": "soulVoreType",
  1416. "default": "body",
  1417. "choices":
  1418. [
  1419. {
  1420. "name": "Released",
  1421. "value": "release"
  1422. },
  1423. {
  1424. "name": "Trapped",
  1425. "value": "body"
  1426. },
  1427. {
  1428. "name": "Digested",
  1429. "value": "oblivion"
  1430. }
  1431. ]
  1432. }
  1433. ]
  1434. },
  1435. {
  1436. "name": "Piss",
  1437. "id": "pissEnabled",
  1438. "optional": true,
  1439. "stats": ["piss"],
  1440. "panels": ["waste"],
  1441. "buttons": ["piss"],
  1442. "warning": "Watersports enabled",
  1443. "entries":
  1444. [
  1445. {
  1446. "name": "Passive piss production",
  1447. "id": "basePissProduction",
  1448. "type": "float",
  1449. "default": "0.01",
  1450. "unit": "volume"
  1451. },
  1452. {
  1453. "name": "Piss storage scale",
  1454. "id": "pissStorageScale",
  1455. "type": "float",
  1456. "default": "1"
  1457. },
  1458. {
  1459. "name": "Bladder Vore",
  1460. "id": "bladderVore",
  1461. "type": "subcategory",
  1462. "buttons": ["bladder_vore"],
  1463. "entries":
  1464. [
  1465. {
  1466. "name": "Urethra diameter",
  1467. "id": "baseUrethraDiameter",
  1468. "type": "float",
  1469. "default": "0.03",
  1470. "unit": "length"
  1471. },
  1472. {
  1473. "name": "Urethra stretchiness",
  1474. "id": "urethraStretchiness",
  1475. "type": "float",
  1476. "default": "5"
  1477. },
  1478. {
  1479. "name": "Piss digestion scale",
  1480. "id": "basePissDigestFactor",
  1481. "type": "float",
  1482. "default": "1"
  1483. },
  1484. {
  1485. "name": "Digestion time",
  1486. "id": "bladderDigestTime",
  1487. "type": "float",
  1488. "default": "15"
  1489. },
  1490. {
  1491. "name": "Manual digestion",
  1492. "id": "bladderDigestManual",
  1493. "type": "checkbox",
  1494. "buttons": ["digest_bladder"],
  1495. },
  1496. {
  1497. "name": "Same-size vore",
  1498. "id": "sameSizeBladderVore",
  1499. "type": "checkbox",
  1500. "default": true
  1501. },
  1502. {
  1503. "name": "Scale piss with size",
  1504. "id": "pissScaleWithSize",
  1505. "type": "checkbox",
  1506. "tooltip": "If you're ten times bigger than normal, you produce ten times as much piss when digesting prey"
  1507. }
  1508. ]
  1509. }
  1510. ]
  1511. },
  1512. {
  1513. "name": "Scat",
  1514. "id": "scatEnabled",
  1515. "optional": true,
  1516. "stats": ["scat"],
  1517. "panels": ["waste"],
  1518. "buttons": ["scat"],
  1519. "warning": "Scat is enabled",
  1520. "entries":
  1521. [
  1522. {
  1523. "name": "Scat digestion scale",
  1524. "id": "baseScatDigestFactor",
  1525. "type": "float",
  1526. "default": "1"
  1527. },
  1528. {
  1529. "name": "Passive scat production",
  1530. "id": "baseScatProduction",
  1531. "type": "float",
  1532. "default": "0.001",
  1533. "unit": "volume"
  1534. },
  1535. {
  1536. "name": "Scat storage scale",
  1537. "id": "scatStorageScale",
  1538. "type": "float",
  1539. "default": "1"
  1540. },
  1541. {
  1542. "name": "Scale scat with size",
  1543. "id": "scatScaleWithSize",
  1544. "type": "checkbox",
  1545. "tooltip": "If you're ten times bigger than normal, you produce ten times as much scat when digesting prey"
  1546. }
  1547. ]
  1548. },
  1549. {
  1550. "name": "Goo",
  1551. "id": "gooEnabled",
  1552. "optional": true,
  1553. "panels": ["goo"],
  1554. "buttons": ["melt"],
  1555. "entries":
  1556. [
  1557. {
  1558. "name": "Digestion",
  1559. "id": "gooDigestion",
  1560. "type": "subcategory",
  1561. "entries":
  1562. [
  1563. {
  1564. "name": "Digestion time",
  1565. "id": "gooDigestTime",
  1566. "type": "float",
  1567. "default": "15"
  1568. },
  1569. {
  1570. "name": "Manual digestion",
  1571. "id": "gooDigestManual",
  1572. "type": "checkbox"
  1573. }
  1574. ]
  1575. }
  1576. ]
  1577. },
  1578. {
  1579. "name": "Paw Vore",
  1580. "id": "pawVoreEnabled",
  1581. "optional": true,
  1582. "buttons": ["paw_vore"],
  1583. "entries":
  1584. [
  1585. {
  1586. "name": "Digestion time",
  1587. "id": "pawDigestTime",
  1588. "type": "float",
  1589. "default": "15"
  1590. },
  1591. {
  1592. "name": "Manual digestion",
  1593. "id": "pawDigestManual",
  1594. "type": "checkbox",
  1595. "buttons": ["digest_paws"]
  1596. },
  1597. {
  1598. "name": "Same-size vore",
  1599. "id": "sameSizePawVore",
  1600. "type": "checkbox",
  1601. "default": true
  1602. }
  1603. ]
  1604. },
  1605. {
  1606. "name": "Crop",
  1607. "id": "cropEnabled",
  1608. "optional": true,
  1609. "buttons": ["crop_swallow"],
  1610. "entries":
  1611. [
  1612. {
  1613. "name": "Transfer time",
  1614. "id": "cropTransferTime",
  1615. "type": "float",
  1616. "default": "10"
  1617. }
  1618. ]
  1619. },
  1620. {
  1621. "name": "Breath",
  1622. "id": "breathEnabled",
  1623. "optional": true,
  1624. "panels": ["breath"],
  1625. "buttons": ["breath_line", "breath_cone"],
  1626. "entries":
  1627. [
  1628. {
  1629. "name": "Breath area",
  1630. "id": "baseBreathArea",
  1631. "type": "float",
  1632. "default": "10",
  1633. "unit": "area"
  1634. },
  1635. {
  1636. "name": "Fire",
  1637. "id": "breathFire",
  1638. "type": "checkbox",
  1639. "buttons": ["breath_fire"]
  1640. },
  1641. {
  1642. "name": "Ice",
  1643. "id": "breathIce",
  1644. "type": "checkbox",
  1645. "buttons": ["breath_ice"]
  1646. },
  1647. {
  1648. "name": "Electric",
  1649. "id": "breathElectric",
  1650. "type": "checkbox",
  1651. "buttons": ["breath_electric"]
  1652. },
  1653. {
  1654. "name": "Smoke",
  1655. "id": "breathSmoke",
  1656. "type": "checkbox",
  1657. "buttons": ["breath_smoke"]
  1658. },
  1659. {
  1660. "name": "Radiation",
  1661. "id": "breathRadiation",
  1662. "type": "checkbox",
  1663. "buttons": ["breath_radiation"]
  1664. },
  1665. {
  1666. "name": "Foul",
  1667. "id": "breathFoul",
  1668. "type": "checkbox",
  1669. "buttons": ["breath_foul"]
  1670. },
  1671. ]
  1672. },
  1673. {
  1674. "name": "Drool",
  1675. "id": "droolEnabled",
  1676. "optional": true,
  1677. "buttons": ["drool"],
  1678. "entries":
  1679. [
  1680. {
  1681. "name": "Drool volume",
  1682. "id": "droolBaseVolume",
  1683. "type": "float",
  1684. "default": "0.01",
  1685. "unit": "volume"
  1686. }
  1687. ]
  1688. },
  1689. {
  1690. "name": "Magic",
  1691. "id": "magicEnabled",
  1692. "optional": true,
  1693. "panels": ["magic"],
  1694. "entries":
  1695. [
  1696. {
  1697. "name": "Shrinking magic",
  1698. "id": "magicShrink",
  1699. "type": "checkbox",
  1700. "buttons": ["magic_shrink"],
  1701. "default": true,
  1702. "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."
  1703. },
  1704. {
  1705. "name": "Fast digestion",
  1706. "id": "magicFastDigestion",
  1707. "type": "checkbox",
  1708. "buttons": ["magic_fast_digestion"],
  1709. "default": true,
  1710. "tooltip": "Fast Digestion allows you to speed up your digestion for a short duration."
  1711. },
  1712. ]
  1713. },
  1714. {
  1715. "name": "Wings",
  1716. "id": "hasWings",
  1717. "optional": true,
  1718. "panels": ["misc"],
  1719. "buttons": ["wings_flap"],
  1720. "entries":
  1721. [
  1722. {
  1723. "name": "Wing width",
  1724. "id": "baseWingWidth",
  1725. "type": "float",
  1726. "default": "1",
  1727. "unit": "length"
  1728. },
  1729. {
  1730. "name": "Wing length",
  1731. "id": "baseWingLength",
  1732. "type": "float",
  1733. "default": "1",
  1734. "unit": "length"
  1735. },
  1736. {
  1737. "name": "Wing description",
  1738. "id": "wingDesc",
  1739. "type": "text",
  1740. "default": "feathery"
  1741. },
  1742. {
  1743. "name": "Wing Vore",
  1744. "id": "wingVoreEnabled",
  1745. "type": "subcategory",
  1746. "buttons": ["wings_vore"],
  1747. "entries":
  1748. [
  1749. {
  1750. "name": "Digestion time",
  1751. "id": "wingDigestTime",
  1752. "type": "float",
  1753. "default": "15"
  1754. },
  1755. {
  1756. "name": "Manual digestion",
  1757. "id": "wingDigestManual",
  1758. "type": "checkbox",
  1759. "buttons": ["digest_wings"]
  1760. },
  1761. {
  1762. "name": "Same-size vore",
  1763. "id": "sameSizeWingVore",
  1764. "type": "checkbox",
  1765. "default": true
  1766. },
  1767. {
  1768. "name": "Wing vore goes to stomach",
  1769. "id": "wingVoreToStomach",
  1770. "type": "checkbox"
  1771. }
  1772. ]
  1773. }
  1774. ]
  1775. }
  1776. ];