big steppy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

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