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.
 
 
 

1889 line
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": "Womb autogrowth factor",
  1247. "id": "wombGrowthFactor",
  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": "Digestion time",
  1254. "id": "unbirthDigestTime",
  1255. "type": "float",
  1256. "default": "15"
  1257. },
  1258. {
  1259. "name": "Manual digestion",
  1260. "id": "unbirthDigestManual",
  1261. "type": "checkbox",
  1262. "buttons": ["digest_unbirth"]
  1263. },
  1264. {
  1265. "name": "Same-size vore",
  1266. "id": "sameSizeUnbirth",
  1267. "type": "checkbox",
  1268. "default": true
  1269. },
  1270. {
  1271. "name": "Scale femcum with size",
  1272. "id": "femcumScaleWithSize",
  1273. "type": "checkbox",
  1274. "tooltip": "If you're ten times bigger than normal, you produce ten times as much femcum when digesting prey"
  1275. }
  1276. ]
  1277. },
  1278. {
  1279. "name": "Musk",
  1280. "id": "femaleMuskEnabled",
  1281. "type": "subcategory",
  1282. "entries":
  1283. [
  1284. {
  1285. "name": "Musk factor",
  1286. "id": "baseFemaleMuskArea",
  1287. "type": "float",
  1288. "default": "0.5"
  1289. }
  1290. ]
  1291. }
  1292. ]
  1293. },
  1294. {
  1295. "name": "Breasts",
  1296. "id": "hasBreasts",
  1297. "optional": true,
  1298. "panels": ["breasts"],
  1299. "parts": ["breasts"],
  1300. "buttons": ["breast_crush", "breast_toy", "cleavage_stuff", "cleavage_crush", "cleavage_drop", "cleavage_absorb"],
  1301. "entries":
  1302. [
  1303. {
  1304. "name": "Breast diameter",
  1305. "id": "baseBreastDiameter",
  1306. "type": "float",
  1307. "default": "0.1",
  1308. "unit": "length"
  1309. },
  1310. {
  1311. "name": "Lactation",
  1312. "id": "lactationEnabled",
  1313. "type": "subcategory",
  1314. "stats": ["milk"],
  1315. "buttons": ["breast_milk"],
  1316. "warning": "Lactation is enabled",
  1317. "entries":
  1318. [
  1319. {
  1320. "name": "Lactation scale",
  1321. "id": "lactationFactor",
  1322. "type": "float",
  1323. "default": "0.25"
  1324. },
  1325. {
  1326. "name": "Passive milk production",
  1327. "id": "baseLactationProduction",
  1328. "type": "float",
  1329. "default": "0.001",
  1330. "unit": "volume"
  1331. },
  1332. {
  1333. "name": "Milk storage scale",
  1334. "id": "milkStorageScale",
  1335. "type": "float",
  1336. "default": "1"
  1337. }
  1338. ]
  1339. },
  1340. {
  1341. "name": "Breast Vore",
  1342. "id": "breastVore",
  1343. "type": "subcategory",
  1344. "buttons": ["breast_vore", "digest_breast"],
  1345. "entries":
  1346. [
  1347. {
  1348. "name": "Breast stretchiness",
  1349. "id": "breastStretchiness",
  1350. "type": "float",
  1351. "default": "3"
  1352. },
  1353. {
  1354. "name": "Milk digestion scale",
  1355. "id": "baseMilkDigestFactor",
  1356. "type": "float",
  1357. "default": "1"
  1358. },
  1359. {
  1360. "name": "Breast autogrowth factor",
  1361. "id": "breastGrowthFactor",
  1362. "type": "float",
  1363. "default": "0.01",
  1364. "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."
  1365. },
  1366. {
  1367. "name": "Digestion time",
  1368. "id": "breastDigestTime",
  1369. "type": "float",
  1370. "default": "15"
  1371. },
  1372. {
  1373. "name": "Manual digestion",
  1374. "id": "breastDigestManual",
  1375. "type": "checkbox"
  1376. },
  1377. {
  1378. "name": "Same-size vore",
  1379. "id": "sameSizeBreastVore",
  1380. "type": "checkbox",
  1381. "default": true
  1382. },
  1383. {
  1384. "name": "Scale milk with size",
  1385. "id": "milkScaleWithSize",
  1386. "type": "checkbox",
  1387. "tooltip": "If you're ten times bigger than normal, you produce ten times as much milk when digesting prey"
  1388. }
  1389. ]
  1390. }
  1391. ]
  1392. },
  1393. {
  1394. "name": "Stench",
  1395. "id": "stenchEnabled",
  1396. "optional": true,
  1397. "warning": "Stench is enabled",
  1398. "entries":
  1399. [
  1400. {
  1401. "name": "Paw stench scale",
  1402. "id": "basePawStenchArea",
  1403. "type": "float",
  1404. "default": "1"
  1405. },
  1406. {
  1407. "name": "Ass stench scale",
  1408. "id": "baseAssStenchArea",
  1409. "type": "float",
  1410. "default": "1.5"
  1411. },
  1412. {
  1413. "name": "Piss stench scale",
  1414. "id": "basePissStenchArea",
  1415. "type": "float",
  1416. "default": "0.75"
  1417. },
  1418. {
  1419. "name": "Scat stench scale",
  1420. "id": "baseScatStenchArea",
  1421. "type": "float",
  1422. "default": "3"
  1423. },
  1424. ]
  1425. },
  1426. {
  1427. "name": "Gas",
  1428. "id": "gasEnabled",
  1429. "optional": true,
  1430. "stats": ["gas"],
  1431. "panels": ["waste"],
  1432. "warning": "Gas is enabled",
  1433. "entries":
  1434. [
  1435. {
  1436. "name": "Belching",
  1437. "id": "belchEnabled",
  1438. "type": "checkbox",
  1439. "buttons": ["belch"]
  1440. },
  1441. {
  1442. "name": "Farting",
  1443. "id": "fartEnabled",
  1444. "type": "checkbox",
  1445. "buttons": ["fart"]
  1446. },
  1447. {
  1448. "name": "Passive gas production",
  1449. "id": "baseGasProduction",
  1450. "type": "float",
  1451. "default": "0.01",
  1452. "unit": "volume"
  1453. },
  1454. {
  1455. "name": "Gas storage scale",
  1456. "id": "gasStorageScale",
  1457. "type": "float",
  1458. "default": "1"
  1459. },
  1460. {
  1461. "name": "Gas digestion factor",
  1462. "id": "baseGasDigestFactor",
  1463. "type": "float",
  1464. "default": "1"
  1465. },
  1466. {
  1467. "name": "Scale gas with size",
  1468. "id": "gasScaleWithSize",
  1469. "type": "checkbox",
  1470. "tooltip": "If you're ten times bigger than normal, you produce ten times as much gas when digesting prey"
  1471. }
  1472. ]
  1473. },
  1474. {
  1475. "name": "Soul Vore",
  1476. "id": "soulVoreEnabled",
  1477. "optional": true,
  1478. "panels": ["souls"],
  1479. "buttons": ["soul_vore", "soul_absorb_paw"],
  1480. "warning": "Soul vore enabled",
  1481. "entries":
  1482. [
  1483. {
  1484. "name": "Souls autogrowth factor",
  1485. "id": "soulGrowthFactor",
  1486. "type": "float",
  1487. "default": "0.25",
  1488. "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"
  1489. },
  1490. {
  1491. "name": "Digestion time",
  1492. "id": "soulDigestTime",
  1493. "type": "float",
  1494. "default": "15"
  1495. },
  1496. {
  1497. "name": "Manual digestion",
  1498. "id": "soulDigestManual",
  1499. "type": "checkbox",
  1500. "buttons": ["digest_soul"]
  1501. },
  1502. {
  1503. "type": "radio",
  1504. "id": "soulVoreType",
  1505. "default": "body",
  1506. "choices":
  1507. [
  1508. {
  1509. "name": "Released",
  1510. "value": "release"
  1511. },
  1512. {
  1513. "name": "Trapped",
  1514. "value": "body"
  1515. },
  1516. {
  1517. "name": "Digested",
  1518. "value": "oblivion"
  1519. }
  1520. ]
  1521. }
  1522. ]
  1523. },
  1524. {
  1525. "name": "Piss",
  1526. "id": "pissEnabled",
  1527. "optional": true,
  1528. "stats": ["piss"],
  1529. "panels": ["waste"],
  1530. "buttons": ["piss"],
  1531. "warning": "Watersports enabled",
  1532. "entries":
  1533. [
  1534. {
  1535. "name": "Passive piss production",
  1536. "id": "basePissProduction",
  1537. "type": "float",
  1538. "default": "0.01",
  1539. "unit": "volume"
  1540. },
  1541. {
  1542. "name": "Piss storage scale",
  1543. "id": "pissStorageScale",
  1544. "type": "float",
  1545. "default": "1"
  1546. },
  1547. {
  1548. "name": "Bladder Vore",
  1549. "id": "bladderVore",
  1550. "type": "subcategory",
  1551. "buttons": ["bladder_vore"],
  1552. "entries":
  1553. [
  1554. {
  1555. "name": "Urethra diameter",
  1556. "id": "baseUrethraDiameter",
  1557. "type": "float",
  1558. "default": "0.03",
  1559. "unit": "length"
  1560. },
  1561. {
  1562. "name": "Urethra stretchiness",
  1563. "id": "urethraStretchiness",
  1564. "type": "float",
  1565. "default": "5"
  1566. },
  1567. {
  1568. "name": "Piss digestion scale",
  1569. "id": "basePissDigestFactor",
  1570. "type": "float",
  1571. "default": "1"
  1572. },
  1573. {
  1574. "name": "Digestion time",
  1575. "id": "bladderDigestTime",
  1576. "type": "float",
  1577. "default": "15"
  1578. },
  1579. {
  1580. "name": "Manual digestion",
  1581. "id": "bladderDigestManual",
  1582. "type": "checkbox",
  1583. "buttons": ["digest_bladder"],
  1584. },
  1585. {
  1586. "name": "Same-size vore",
  1587. "id": "sameSizeBladderVore",
  1588. "type": "checkbox",
  1589. "default": true
  1590. },
  1591. {
  1592. "name": "Scale piss with size",
  1593. "id": "pissScaleWithSize",
  1594. "type": "checkbox",
  1595. "tooltip": "If you're ten times bigger than normal, you produce ten times as much piss when digesting prey"
  1596. }
  1597. ]
  1598. }
  1599. ]
  1600. },
  1601. {
  1602. "name": "Scat",
  1603. "id": "scatEnabled",
  1604. "optional": true,
  1605. "stats": ["scat"],
  1606. "panels": ["waste"],
  1607. "buttons": ["scat"],
  1608. "warning": "Scat is enabled",
  1609. "entries":
  1610. [
  1611. {
  1612. "name": "Scat digestion scale",
  1613. "id": "baseScatDigestFactor",
  1614. "type": "float",
  1615. "default": "1"
  1616. },
  1617. {
  1618. "name": "Passive scat production",
  1619. "id": "baseScatProduction",
  1620. "type": "float",
  1621. "default": "0.001",
  1622. "unit": "volume"
  1623. },
  1624. {
  1625. "name": "Scat storage scale",
  1626. "id": "scatStorageScale",
  1627. "type": "float",
  1628. "default": "1"
  1629. },
  1630. {
  1631. "name": "Scale scat with size",
  1632. "id": "scatScaleWithSize",
  1633. "type": "checkbox",
  1634. "tooltip": "If you're ten times bigger than normal, you produce ten times as much scat when digesting prey"
  1635. }
  1636. ]
  1637. },
  1638. {
  1639. "name": "Goo",
  1640. "id": "gooEnabled",
  1641. "optional": true,
  1642. "panels": ["goo"],
  1643. "buttons": ["melt"],
  1644. "entries":
  1645. [
  1646. {
  1647. "name": "Digestion",
  1648. "id": "gooDigestion",
  1649. "type": "subcategory",
  1650. "entries":
  1651. [
  1652. {
  1653. "name": "Goo autogrowth factor",
  1654. "id": "gooGrowthFactor",
  1655. "type": "float",
  1656. "default": "0.8",
  1657. "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"
  1658. },
  1659. {
  1660. "name": "Digestion time",
  1661. "id": "gooDigestTime",
  1662. "type": "float",
  1663. "default": "15"
  1664. },
  1665. {
  1666. "name": "Manual digestion",
  1667. "id": "gooDigestManual",
  1668. "type": "checkbox"
  1669. }
  1670. ]
  1671. }
  1672. ]
  1673. },
  1674. {
  1675. "name": "Paw Vore",
  1676. "id": "pawVoreEnabled",
  1677. "optional": true,
  1678. "buttons": ["paw_vore"],
  1679. "entries":
  1680. [
  1681. {
  1682. "name": "Paw autogrowth factor",
  1683. "id": "PawGrowthFactor",
  1684. "type": "float",
  1685. "default": "0.01",
  1686. "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."
  1687. },
  1688. {
  1689. "name": "Digestion time",
  1690. "id": "pawDigestTime",
  1691. "type": "float",
  1692. "default": "15"
  1693. },
  1694. {
  1695. "name": "Manual digestion",
  1696. "id": "pawDigestManual",
  1697. "type": "checkbox",
  1698. "buttons": ["digest_paws"]
  1699. },
  1700. {
  1701. "name": "Same-size vore",
  1702. "id": "sameSizePawVore",
  1703. "type": "checkbox",
  1704. "default": true
  1705. }
  1706. ]
  1707. },
  1708. {
  1709. "name": "Crop",
  1710. "id": "cropEnabled",
  1711. "optional": true,
  1712. "buttons": ["crop_swallow"],
  1713. "entries":
  1714. [
  1715. {
  1716. "name": "Transfer time",
  1717. "id": "cropTransferTime",
  1718. "type": "float",
  1719. "default": "10"
  1720. }
  1721. ]
  1722. },
  1723. {
  1724. "name": "Breath",
  1725. "id": "breathEnabled",
  1726. "optional": true,
  1727. "panels": ["breath"],
  1728. "buttons": ["breath_line", "breath_cone"],
  1729. "entries":
  1730. [
  1731. {
  1732. "name": "Breath area",
  1733. "id": "baseBreathArea",
  1734. "type": "float",
  1735. "default": "10",
  1736. "unit": "area"
  1737. },
  1738. {
  1739. "name": "Fire",
  1740. "id": "breathFire",
  1741. "type": "checkbox",
  1742. "buttons": ["breath_fire"]
  1743. },
  1744. {
  1745. "name": "Ice",
  1746. "id": "breathIce",
  1747. "type": "checkbox",
  1748. "buttons": ["breath_ice"]
  1749. },
  1750. {
  1751. "name": "Electric",
  1752. "id": "breathElectric",
  1753. "type": "checkbox",
  1754. "buttons": ["breath_electric"]
  1755. },
  1756. {
  1757. "name": "Smoke",
  1758. "id": "breathSmoke",
  1759. "type": "checkbox",
  1760. "buttons": ["breath_smoke"]
  1761. },
  1762. {
  1763. "name": "Radiation",
  1764. "id": "breathRadiation",
  1765. "type": "checkbox",
  1766. "buttons": ["breath_radiation"]
  1767. },
  1768. {
  1769. "name": "Foul",
  1770. "id": "breathFoul",
  1771. "type": "checkbox",
  1772. "buttons": ["breath_foul"]
  1773. },
  1774. ]
  1775. },
  1776. {
  1777. "name": "Drool",
  1778. "id": "droolEnabled",
  1779. "optional": true,
  1780. "buttons": ["drool"],
  1781. "entries":
  1782. [
  1783. {
  1784. "name": "Drool volume",
  1785. "id": "droolBaseVolume",
  1786. "type": "float",
  1787. "default": "0.01",
  1788. "unit": "volume"
  1789. }
  1790. ]
  1791. },
  1792. {
  1793. "name": "Magic",
  1794. "id": "magicEnabled",
  1795. "optional": true,
  1796. "panels": ["magic"],
  1797. "entries":
  1798. [
  1799. {
  1800. "name": "Shrinking magic",
  1801. "id": "magicShrink",
  1802. "type": "checkbox",
  1803. "buttons": ["magic_shrink"],
  1804. "default": true,
  1805. "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."
  1806. },
  1807. {
  1808. "name": "Fast digestion",
  1809. "id": "magicFastDigestion",
  1810. "type": "checkbox",
  1811. "buttons": ["magic_fast_digestion"],
  1812. "default": true,
  1813. "tooltip": "Fast Digestion allows you to speed up your digestion for a short duration."
  1814. },
  1815. ]
  1816. },
  1817. {
  1818. "name": "Wings",
  1819. "id": "hasWings",
  1820. "optional": true,
  1821. "panels": ["misc"],
  1822. "buttons": ["wings_flap"],
  1823. "entries":
  1824. [
  1825. {
  1826. "name": "Wing width",
  1827. "id": "baseWingWidth",
  1828. "type": "float",
  1829. "default": "1",
  1830. "unit": "length"
  1831. },
  1832. {
  1833. "name": "Wing length",
  1834. "id": "baseWingLength",
  1835. "type": "float",
  1836. "default": "1",
  1837. "unit": "length"
  1838. },
  1839. {
  1840. "name": "Wing description",
  1841. "id": "wingDesc",
  1842. "type": "text",
  1843. "default": "feathery"
  1844. },
  1845. {
  1846. "name": "Wing Vore",
  1847. "id": "wingVoreEnabled",
  1848. "type": "subcategory",
  1849. "buttons": ["wings_vore"],
  1850. "entries":
  1851. [
  1852. {
  1853. "name": "Wing autogrowth factor",
  1854. "id": "wingGrowthFactor",
  1855. "type": "float",
  1856. "default": "0.01",
  1857. "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."
  1858. },
  1859. {
  1860. "name": "Digestion time",
  1861. "id": "wingDigestTime",
  1862. "type": "float",
  1863. "default": "15"
  1864. },
  1865. {
  1866. "name": "Manual digestion",
  1867. "id": "wingDigestManual",
  1868. "type": "checkbox",
  1869. "buttons": ["digest_wings"]
  1870. },
  1871. {
  1872. "name": "Same-size vore",
  1873. "id": "sameSizeWingVore",
  1874. "type": "checkbox",
  1875. "default": true
  1876. },
  1877. {
  1878. "name": "Wing vore goes to stomach",
  1879. "id": "wingVoreToStomach",
  1880. "type": "checkbox"
  1881. }
  1882. ]
  1883. }
  1884. ]
  1885. }
  1886. ];