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.
 
 
 

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