big steppy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

754 satır
23 KiB

  1. let presetCategories = [
  2. "default",
  3. "neopuc",
  4. "special"
  5. ]
  6. let presetInfo = {
  7. default: {
  8. name: "Default"
  9. },
  10. neopuc: {
  11. name: "Neopuc's Chars"
  12. },
  13. special: {
  14. name: "Extra Special"
  15. }
  16. }
  17. let presets = [
  18. {
  19. "version": 3,
  20. "name": "Fen",
  21. "scale": 15,
  22. "priority": 1,
  23. "brutality": "2",
  24. "oralVore": true,
  25. "analVore": true,
  26. "analVoreToStomach": true,
  27. "hasTail": true,
  28. "tailType": "twisted",
  29. "baseTailLength": 2,
  30. "baseTailDiameter": 0.4
  31. },
  32. {
  33. "version": 3,
  34. "name": "Special Fen",
  35. "category": "special",
  36. "bio": "He's VERY fluffy",
  37. "scale": 15,
  38. "priority": 1,
  39. "brutality": "2",
  40. "oralVore": true,
  41. "analVore": true,
  42. "analVoreToStomach": true,
  43. "hasTail": true,
  44. "tailType": "twisted",
  45. "baseTailLength": 2,
  46. "baseTailDiameter": 0.4
  47. },
  48. {
  49. "version": 3,
  50. "name": "Arokha",
  51. "scale": 10,
  52. "baseHeight": 1.67,
  53. "baseMass": 50,
  54. "baseAssArea": 0.25,
  55. "species": "kitsune",
  56. "victimsMicros": true,
  57. "oralVore": true,
  58. "oralDigestTime": 5,
  59. "analVore": true,
  60. "baseAnalVoreDiameter": 0.1,
  61. "analDigestTime": 5,
  62. "analVoreToStomach": true,
  63. "footSockEnabled": true,
  64. "footShoeEnabled": true,
  65. "arousalEnabled": true,
  66. "hasTail": true,
  67. "tailCount": 2,
  68. "tailMaw": true,
  69. "tailStretchiness": 1,
  70. "tailDigestTime": 5,
  71. "tailVoreToStomach": true,
  72. "dickStretchiness": 1,
  73. "hasSheath": true,
  74. "femaleParts": true,
  75. "baseVaginaLength": 0.12,
  76. "vaginaStretchiness": 2,
  77. "femcumScaleWithSize": true,
  78. "hasBreasts": true,
  79. "lactationEnabled": true,
  80. "breastStretchiness": 1,
  81. "baseAssStenchArea": 2,
  82. "baseScatStenchArea": 1.5,
  83. "gasEnabled": true,
  84. "belchEnabled": true,
  85. "fartEnabled": true,
  86. "gasScaleWithSize": true,
  87. "soulVoreEnabled": true,
  88. "soulDigestTime": 5,
  89. "pissEnabled": true,
  90. "scatEnabled": true,
  91. "scatScaleWithSize": true,
  92. "gooDigestion": true
  93. },
  94. {
  95. "version": 3,
  96. "name": "Aronai",
  97. "scale": 10,
  98. "baseHeight": 1.8,
  99. "baseMass": 86,
  100. "baseAssArea": 0.25,
  101. "sameSizeStomp": true,
  102. "species": "synthfox",
  103. "brutality": "0",
  104. "victimsMacros": true,
  105. "victimsMicros": true,
  106. "oralVore": true,
  107. "analVore": true,
  108. "baseAnalVoreDiameter": 0.1,
  109. "footSockEnabled": true,
  110. "footShoeEnabled": true,
  111. "arousalEnabled": true,
  112. "hasTail": true,
  113. "tailType": "floofy",
  114. "tailStretchiness": 1,
  115. "tailVoreToStomach": true,
  116. "dickStretchiness": 1,
  117. "hasSheath": true,
  118. "femaleParts": true,
  119. "baseVaginaLength": 0.12,
  120. "vaginaStretchiness": 2,
  121. "femcumScaleWithSize": true,
  122. "breastStretchiness": 1,
  123. "baseAssStenchArea": 2,
  124. "baseScatStenchArea": 1.5,
  125. "gasEnabled": true,
  126. "belchEnabled": true,
  127. "fartEnabled": true,
  128. "gasScaleWithSize": true,
  129. "soulVoreEnabled": true,
  130. "soulDigestTime": 10,
  131. "soulVoreType": "release",
  132. "pissEnabled": true,
  133. "scatEnabled": true,
  134. "scatScaleWithSize": true,
  135. "gooDigestion": true
  136. },
  137. {
  138. "version": 3,
  139. "name": "Dissy",
  140. "scale": 450,
  141. "baseHeight": 3,
  142. "baseMass": 55,
  143. "baseAssArea": 5,
  144. "species": "stallion",
  145. "footType": "hoof",
  146. "brutality": "3",
  147. "victimsHuman": true,
  148. "victimsMilitary": true,
  149. "victimsMacros": true,
  150. "victimsMicros": true,
  151. "oralVore": true,
  152. "oralDigestTime": 0,
  153. "vomitEnabled": true,
  154. "analVore": true,
  155. "baseAnalVoreDiameter": 1,
  156. "analDigestTime": 0,
  157. "analVoreToStomach": true,
  158. "footSockEnabled": true,
  159. "footShoe": "sandal",
  160. "arousalEnabled": true,
  161. "arousalFactor": 2,
  162. "hasTail": true,
  163. "tailType": "floofy",
  164. "baseTailDiameter": 2,
  165. "tailMaw": true,
  166. "tailStretchiness": 5,
  167. "tailVoreToStomach": true,
  168. "maleParts": true,
  169. "baseDickLength": 4,
  170. "baseDickDiameter": 2,
  171. "dickType": "horse",
  172. "baseBallDiameter": 7,
  173. "cumStorageScale": 9,
  174. "dickStretchiness": 1,
  175. "hasSheath": true,
  176. "vaginaStretchiness": 1,
  177. "lactationEnabled": true,
  178. "breastVore": true,
  179. "breastStretchiness": 1,
  180. "stenchEnabled": true,
  181. "basePawStenchArea": 4,
  182. "baseAssStenchArea": 4,
  183. "basePissStenchArea": 4,
  184. "baseScatStenchArea": 4,
  185. "gasEnabled": true,
  186. "belchEnabled": true,
  187. "fartEnabled": true,
  188. "baseGasDigestFactor": 4,
  189. "soulVoreType": "release",
  190. "pissEnabled": true,
  191. "scatEnabled": true,
  192. "baseScatDigestFactor": 3,
  193. "scatStorageScale": 5,
  194. "gooDigestion": true,
  195. "pawDigestTime": 0,
  196. "oralDigestAuto": false,
  197. "analDigestAuto": false,
  198. "pawDigestAuto": false
  199. },
  200. {
  201. "version": 3,
  202. "name": "Elijah",
  203. "baseHeight": 1.77,
  204. "baseMass": 63,
  205. "baseAssArea": 0.15,
  206. "sameSizeStomp": true,
  207. "species": "Blue Jay",
  208. "footType": "avian",
  209. "jawType": "beak",
  210. "brutality": "3",
  211. "victimsHuman": true,
  212. "oralVore": true,
  213. "analVore": true,
  214. "baseAnalVoreDiameter": 0.08,
  215. "footWear": true,
  216. "footShoeEnabled": true,
  217. "footShoe": "sandal",
  218. "arousalEnabled": true,
  219. "edgeFactor": 3,
  220. "hasTail": true,
  221. "tailType": "Feathered",
  222. "baseTailLength": 0.8,
  223. "baseTailDiameter": 0.2,
  224. "tailStretchiness": 1,
  225. "tailVoreToStomach": true,
  226. "maleParts": true,
  227. "baseDickLength": 0.18,
  228. "dickType": "Avian",
  229. "dickStretchiness": 1,
  230. "cockDigestTime": 20,
  231. "cumScaleWithSize": true,
  232. "hasSheath": true,
  233. "vaginaStretchiness": 1,
  234. "breastStretchiness": 1,
  235. "baseAssStenchArea": 2,
  236. "baseScatStenchArea": 1.5,
  237. "belchEnabled": true,
  238. "soulVoreType": "release",
  239. "gooDigestion": true,
  240. "cropEnabled": true,
  241. "cropTransferTime": 30,
  242. "droolBaseVolume": 0.0001
  243. },
  244. {
  245. "version": 3,
  246. "name": "Famis",
  247. "scale": 155,
  248. "baseHeight": 1.52,
  249. "baseAssArea": 0.25,
  250. "sameSizeStomp": true,
  251. "difficulty": "1",
  252. "victimsHuman": true,
  253. "victimsMilitary": true,
  254. "victimsMacros": true,
  255. "victimsMicros": true,
  256. "oralVore": true,
  257. "oralDigestTime": 30,
  258. "analVore": true,
  259. "baseAnalVoreDiameter": 0.1,
  260. "analDigestTime": 30,
  261. "analVoreToStomach": true,
  262. "footWear": true,
  263. "arousalEnabled": true,
  264. "hasTail": true,
  265. "tailType": "slinky",
  266. "tailMaw": true,
  267. "tailStretchiness": 50,
  268. "tailVoreToStomach": true,
  269. "maleParts": true,
  270. "dickStretchiness": 15,
  271. "cockDigestTime": 45,
  272. "cumScaleWithSize": true,
  273. "hasSheath": true,
  274. "maleMuskEnabled": true,
  275. "baseMaleMuskArea": 5,
  276. "vaginaStretchiness": 1,
  277. "breastStretchiness": 1,
  278. "stenchEnabled": true,
  279. "basePawStenchArea": 4,
  280. "baseAssStenchArea": 0,
  281. "basePissStenchArea": 0,
  282. "baseScatStenchArea": 0,
  283. "soulVoreEnabled": true,
  284. "soulDigestTime": 60,
  285. "gooEnabled": true,
  286. "gooDigestion": true,
  287. "gooDigestTime": 20,
  288. "pawVoreEnabled": true,
  289. "pawDigestTime": 45,
  290. "cropTransferTime": 15,
  291. "droolEnabled": true,
  292. "droolBaseVolume": 0.0001
  293. },
  294. {
  295. "version": 3,
  296. "name": "Goathias",
  297. "scale": 3,
  298. "species": "Goat",
  299. "footType": "hoof",
  300. "difficulty": "1",
  301. "brutality": "3",
  302. "victimsHuman": true,
  303. "victimsMilitary": true,
  304. "oralVore": true,
  305. "vomitEnabled": true,
  306. "analVore": true,
  307. "arousalEnabled": true,
  308. "maleParts": true,
  309. "cockVoreEnabled": true,
  310. "cumScaleWithSize": true,
  311. "maleMuskEnabled": true,
  312. "hasBreasts": true,
  313. "lactationEnabled": true,
  314. "breastVore": true,
  315. "milkScaleWithSize": true,
  316. "stenchEnabled": true,
  317. "gasEnabled": true,
  318. "belchEnabled": true,
  319. "fartEnabled": true,
  320. "gasScaleWithSize": true,
  321. "pissEnabled": true,
  322. "bladderVore": true,
  323. "pissScaleWithSize": true,
  324. "scatEnabled": true,
  325. "scatScaleWithSize": true,
  326. "breathEnabled": true,
  327. "breathFoul": true,
  328. "droolEnabled": true,
  329. "magicEnabled": true
  330. },
  331. {
  332. "version": 3,
  333. "name": "Jaredin",
  334. "scale": 2,
  335. "baseHeight": 3.7,
  336. "baseMass": 907,
  337. "baseAssArea": 0.4,
  338. "species": "cybernetic armoured dragon",
  339. "victimsMilitary": true,
  340. "victimsMacros": true,
  341. "victimsMicros": true,
  342. "oralVore": true,
  343. "analVore": true,
  344. "baseAnalVoreDiameter": 0.1,
  345. "footShoe": "trainer",
  346. "arousalEnabled": true,
  347. "hasTail": true,
  348. "tailType": "thick armour plated",
  349. "baseTailLength": 1.5,
  350. "baseTailDiameter": 0.5,
  351. "tailStretchiness": 1,
  352. "hasPouch": true,
  353. "maleParts": true,
  354. "baseDickLength": 1,
  355. "baseDickDiameter": 0.3,
  356. "dickType": "draconic",
  357. "baseBallDiameter": 0.08,
  358. "dickStretchiness": 1,
  359. "hasSheath": true,
  360. "vaginaStretchiness": 1,
  361. "lactationEnabled": true,
  362. "breastVore": true,
  363. "breastStretchiness": 1,
  364. "baseAssStenchArea": 1,
  365. "belchEnabled": true,
  366. "soulVoreEnabled": true
  367. },
  368. {
  369. "version": 3,
  370. "name": "Kanosint",
  371. "baseHeight": 1.48,
  372. "baseMass": 54,
  373. "baseAssArea": 0.5,
  374. "species": "rakshasa",
  375. "victimsMilitary": true,
  376. "victimsMacros": true,
  377. "victimsMicros": true,
  378. "oralVore": true,
  379. "analVore": true,
  380. "baseAnalVoreDiameter": 0.15,
  381. "analVoreToStomach": true,
  382. "footWear": true,
  383. "footSockEnabled": true,
  384. "arousalEnabled": true,
  385. "arousalFactor": 0.8,
  386. "hasTail": true,
  387. "tailType": "serpentine",
  388. "baseTailLength": 1.5,
  389. "baseTailDiameter": 0.4,
  390. "tailStretchiness": 1,
  391. "maleParts": true,
  392. "baseDickLength": 0.2,
  393. "dickType": "feline",
  394. "baseBallDiameter": 0.04,
  395. "dickStretchiness": 0.8,
  396. "hasSheath": true,
  397. "vaginaStretchiness": 1,
  398. "lactationEnabled": true,
  399. "breastStretchiness": 1,
  400. "stenchEnabled": true,
  401. "basePawStenchArea": 0.7,
  402. "baseAssStenchArea": 0.5,
  403. "gasEnabled": true,
  404. "belchEnabled": true,
  405. "fartEnabled": true,
  406. "baseGasDigestFactor": 1.2,
  407. "gasScaleWithSize": true,
  408. "soulVoreEnabled": true,
  409. "pissEnabled": true,
  410. "bladderVore": true,
  411. "baseUrethraDiameter": 0.04,
  412. "urethraStretchiness": 0.8,
  413. "scatEnabled": true,
  414. "gooEnabled": true
  415. },
  416. {
  417. "version": 3,
  418. "name": "Kassy",
  419. "baseHeight": 1.7,
  420. "baseMass": 90,
  421. "baseAssArea": 0.25,
  422. "sameSizeStomp": true,
  423. "species": "Ram",
  424. "footType": "foot",
  425. "brutality": "3",
  426. "victimsMilitary": true,
  427. "victimsMacros": true,
  428. "victimsMicros": true,
  429. "oralVore": true,
  430. "oralDigestTime": 25,
  431. "analVore": true,
  432. "baseAnalVoreDiameter": 0.1,
  433. "analDigestTime": 20,
  434. "footWear": true,
  435. "footShoeEnabled": true,
  436. "footShoe": "sandal",
  437. "arousalEnabled": true,
  438. "hasTail": true,
  439. "tailType": "Wooly",
  440. "baseTailLength": 0.1,
  441. "tailStretchiness": 1,
  442. "tailVoreToStomach": true,
  443. "maleParts": true,
  444. "dickType": "Human",
  445. "dickStretchiness": 1,
  446. "cumScaleWithSize": true,
  447. "maleMuskEnabled": true,
  448. "baseMaleMuskArea": 0.1,
  449. "vaginaStretchiness": 1,
  450. "breastStretchiness": 1,
  451. "baseAssStenchArea": 2,
  452. "baseScatStenchArea": 1.5,
  453. "gasEnabled": true,
  454. "belchEnabled": true,
  455. "gasScaleWithSize": true,
  456. "soulVoreType": "release",
  457. "gooDigestion": true,
  458. "cropTransferTime": 15,
  459. "droolEnabled": true,
  460. "droolBaseVolume": 0.00001
  461. },
  462. {
  463. "version": 3,
  464. "name": "Mech",
  465. "baseHeight": 3.7,
  466. "baseMass": 500,
  467. "basePawLength": 0.8,
  468. "basePawWidth": 0.5,
  469. "baseHandLength": 0.4,
  470. "baseHandWidth": 0.2,
  471. "baseAssArea": 1,
  472. "species": "Dragon",
  473. "brutality": "2",
  474. "victimsHuman": true,
  475. "victimsMilitary": true,
  476. "victimsMacros": true,
  477. "oralVore": true,
  478. "oralDigestTime": 5,
  479. "analVore": true,
  480. "baseAnalVoreDiameter": 0.4,
  481. "analVoreToStomach": true,
  482. "arousalEnabled": true,
  483. "hasTail": true,
  484. "tailType": "meaty",
  485. "baseTailLength": 2.5,
  486. "baseTailDiameter": 0.6,
  487. "maleParts": true,
  488. "baseDickLength": 0.9,
  489. "baseDickDiameter": 0.2,
  490. "dickType": "hefty",
  491. "baseBallDiameter": 0.19,
  492. "baseCumVolume": 2,
  493. "cockVoreEnabled": true,
  494. "cockDigestTime": 5,
  495. "baseScatDigestFactor": 0.3,
  496. "scatStorageScale": 1.5,
  497. "scatScaleWithSize": true,
  498. "magicEnabled": true
  499. },
  500. {
  501. "version": 3,
  502. "name": "Mekuto",
  503. "baseHeight": 1.778,
  504. "baseMass": 66,
  505. "baseAssArea": 0.25,
  506. "species": "wahsune",
  507. "oralVore": true,
  508. "analVore": true,
  509. "baseAnalVoreDiameter": 0.1,
  510. "analVoreToStomach": true,
  511. "arousalEnabled": true,
  512. "hasTail": true,
  513. "tailCount": 5,
  514. "tailType": "ravenous",
  515. "baseTailLength": 1.9,
  516. "baseTailDiameter": 0.15,
  517. "tailMaw": true,
  518. "maleParts": true,
  519. "baseDickLength": 0.15,
  520. "baseDickDiameter": 0.05,
  521. "baseBallDiameter": 0.03,
  522. "dickStretchiness": 3,
  523. "hasSheath": true,
  524. "vaginaStretchiness": 1,
  525. "lactationEnabled": true,
  526. "breastVore": true,
  527. "breastStretchiness": 1
  528. },
  529. {
  530. "version": 3,
  531. "name": "Noma",
  532. "baseHeight": 8,
  533. "baseMass": 4800,
  534. "baseAssArea": 2,
  535. "sameSizeStomp": true,
  536. "species": "Lynxcoon",
  537. "victimsMilitary": true,
  538. "victimsMacros": true,
  539. "victimsMicros": true,
  540. "oralVore": true,
  541. "baseAnalVoreDiameter": 0.1,
  542. "footWear": true,
  543. "footSockEnabled": true,
  544. "footShoeEnabled": true,
  545. "footShoe": "boot",
  546. "hasTail": true,
  547. "tailType": "fluffy coon ",
  548. "baseTailLength": 8,
  549. "baseTailDiameter": 2,
  550. "tailMaw": true,
  551. "tailStretchiness": 2,
  552. "tailVoreToStomach": true,
  553. "maleParts": true,
  554. "baseDickLength": 2,
  555. "baseDickDiameter": 0.5,
  556. "dickType": "feline",
  557. "baseBallDiameter": 2,
  558. "cumStorageScale": 2,
  559. "dickStretchiness": 1,
  560. "baseCumDigestFactor": 2,
  561. "cumScaleWithSize": true,
  562. "hasSheath": true,
  563. "vaginaStretchiness": 1,
  564. "lactationEnabled": true,
  565. "breastVore": true,
  566. "breastStretchiness": 1,
  567. "baseAssStenchArea": 1,
  568. "baseScatStenchArea": 1.5,
  569. "gasEnabled": true,
  570. "belchEnabled": true,
  571. "gasStorageScale": 2,
  572. "gasScaleWithSize": true,
  573. "soulVoreEnabled": true,
  574. "gooEnabled": true,
  575. "gooDigestion": true,
  576. "pawVoreEnabled": true
  577. },
  578. {"version":3,"name":"Ona","scale":100,"baseHeight":3,"baseMass":125,"basePawLength":0.45,"basePawWidth":0.25,"baseHandLength":0.3,"baseHandWidth":0.2,"baseAssArea":0.5,"sameSizeStomp":true,"species":"Raven","footType":"avian","jawType":"beak","automaticGrowthEnabled":true,"biomes":true,"changingBiomes":true,"brutality":"3","victimsMilitary":true,"victimsMacros":true,"oralVore":true,"analVore":true,"footWear":true,"footShoeEnabled":true,"footShoe":"heel","arousalEnabled":true,"hasTail":true,"tailType":"Feathery","baseTailDiameter":0.5,"tailStretchiness":1,"baseCumVolume":0.1,"dickStretchiness":1,"hasSheath":true,"femaleParts":true,"baseVaginaLength":0.3,"baseVaginaWidth":0.15,"baseWombVolume":0.1,"femcumStorageScale":10,"unbirthEnabled":true,"vaginaStretchiness":2,"femcumScaleWithSize":true,"femaleMuskEnabled":true,"hasBreasts":true,"lactationEnabled":true,"breastVore":true,"breastStretchiness":1,"milkScaleWithSize":true,"baseAssStenchArea":1,"gasEnabled":true,"belchEnabled":true,"fartEnabled":true,"gasScaleWithSize":true,"soulVoreEnabled":true,"soulVoreType":"release","pissEnabled":true,"scatEnabled":true,"scatScaleWithSize":true,"cropEnabled":true,"breathEnabled":true,"breathSmoke":true,"droolBaseVolume":0.01,"magicEnabled":true,"hasWings":true,"baseWingWidth":2,"baseWingLength":4}
  579. {
  580. "version": 3,
  581. "name": "Rain Fallen",
  582. "scale": 54.22,
  583. "baseAssArea": 0.4,
  584. "sameSizeStomp": true,
  585. "species": "Wolf Demon",
  586. "brutality": "3",
  587. "victimsMilitary": true,
  588. "victimsMacros": true,
  589. "victimsMicros": true,
  590. "oralVore": true,
  591. "analVore": true,
  592. "baseAnalVoreDiameter": 0.1,
  593. "footSockEnabled": true,
  594. "footShoeEnabled": true,
  595. "arousalEnabled": true,
  596. "hasTail": true,
  597. "tailType": "Wolf",
  598. "baseTailLength": 1.8,
  599. "tailMaw": true,
  600. "tailStretchiness": 1,
  601. "maleParts": true,
  602. "baseDickLength": 0.4,
  603. "baseDickDiameter": 0.09,
  604. "baseBallDiameter": 0.12,
  605. "dickStretchiness": 1,
  606. "cumScaleWithSize": true,
  607. "hasSheath": true,
  608. "vaginaStretchiness": 1,
  609. "lactationEnabled": true,
  610. "breastStretchiness": 1,
  611. "stenchEnabled": true,
  612. "baseAssStenchArea": 1,
  613. "gasEnabled": true,
  614. "belchEnabled": true,
  615. "fartEnabled": true,
  616. "gasScaleWithSize": true,
  617. "soulVoreEnabled": true
  618. },
  619. {
  620. "version": 3,
  621. "name": "Ralerin",
  622. "baseHeight": 2.2,
  623. "baseMass": 140,
  624. "baseAssArea": 0.4,
  625. "species": "pangolin",
  626. "victimsMilitary": true,
  627. "victimsMacros": true,
  628. "oralVore": true,
  629. "analVore": true,
  630. "baseAnalVoreDiameter": 0.1,
  631. "footWear": true,
  632. "footShoeEnabled": true,
  633. "footShoe": "sandal",
  634. "arousalEnabled": true,
  635. "hasTail": true,
  636. "tailType": "Scaled",
  637. "baseTailLength": 1.66,
  638. "baseTailDiameter": 0.33,
  639. "tailStretchiness": 1,
  640. "maleParts": true,
  641. "baseDickLength": 0.4,
  642. "baseDickDiameter": 0.12,
  643. "dickType": "pangolin",
  644. "baseBallDiameter": 0.09,
  645. "dickStretchiness": 1.1,
  646. "hasSheath": true,
  647. "vaginaStretchiness": 1,
  648. "lactationEnabled": true,
  649. "breastVore": true,
  650. "breastStretchiness": 1,
  651. "baseAssStenchArea": 1,
  652. "belchEnabled": true,
  653. "soulVoreEnabled": true,
  654. "soulVoreType": "release",
  655. "bladderVore": true
  656. },
  657. {
  658. "version": 3,
  659. "name": "Vulpes",
  660. "baseHeight": 2,
  661. "baseMass": 73,
  662. "species": "fox",
  663. "brutality": "2",
  664. "victimsMacros": true,
  665. "oralVore": true,
  666. "analVore": true,
  667. "baseAnalVoreDiameter": 0.1,
  668. "analVoreToStomach": true,
  669. "arousalEnabled": true,
  670. "hasTail": true,
  671. "baseTailLength": 1.3,
  672. "tailStretchiness": 1,
  673. "maleParts": true,
  674. "baseDickLength": 0.25,
  675. "baseDickDiameter": 0.1,
  676. "dickType": "sheathed",
  677. "baseBallDiameter": 0.04,
  678. "dickStretchiness": 2,
  679. "hasSheath": true,
  680. "vaginaStretchiness": 1,
  681. "lactationEnabled": true,
  682. "breastVore": true,
  683. "breastStretchiness": 1,
  684. "soulVoreEnabled": true
  685. },
  686. {
  687. "version": 3,
  688. "name": "Cinnamon",
  689. "baseHeight": 1.25,
  690. "baseMass": 100,
  691. "baseAssArea": 1,
  692. "species": "Dragon",
  693. "automaticGrowth": true,
  694. "automaticGrowthEnabled": true,
  695. "basePreyGrowthFactor": 1,
  696. "growthScaleWithSize": true,
  697. "biomes": true,
  698. "changingBiomes": true,
  699. "defaultBiome": "Downtown",
  700. "ruralEnabled": false,
  701. "brutality": "3",
  702. "oralVore": true,
  703. "arousalEnabled": true,
  704. "maleParts": true,
  705. "baseDickLength": 1.25,
  706. "baseDickDiameter": 0.3,
  707. "dickType": "equine",
  708. "baseBallDiameter": 0.3,
  709. "baseCumVolume": 1892.71,
  710. "cockGrowthFactor": 1,
  711. "ballGrowthFactor": 1,
  712. "cockVoreEnabled": true,
  713. "dickStretchiness": 25,
  714. "cumScaleWithSize": true,
  715. "maleMuskEnabled": true,
  716. "baseMaleMuskArea": 1,
  717. "droolEnabled": true
  718. },
  719. {
  720. "version": 3,
  721. "name": "Rai",
  722. "scale": 1.65,
  723. "baseMass": 33,
  724. "basePawLength": 0.19,
  725. "basePawWidth": 0.19,
  726. "baseHandLength": 0.2,
  727. "baseHandWidth": 0.2,
  728. "baseAssArea": 1,
  729. "species": "Wolf",
  730. "victimsHuman": true,
  731. "victimsMilitary": true,
  732. "victimsMicros": true,
  733. "oralVore": true,
  734. "analVoreToStomach": true,
  735. "hasTail": true,
  736. "tailType": "Fluffy",
  737. "hasBreasts": true,
  738. "baseBreastDiameter": 0.12,
  739. "soulVoreEnabled": true,
  740. "soulVoreType": "oblivion",
  741. "breathEnabled": true,
  742. "breathElectric": true,
  743. "droolEnabled": true,
  744. "magicEnabled": true
  745. },
  746. {"version":3,"name":"Elbial","category": "neopuc", "priority": 4, "scale":200,"bio":"Delights in tormenting mortals, devilishly mischievous, very arrogant and cocky.","species":"hybrid demon","automaticGrowthEnabled":true,"brutality":"2","victimsMacros":true,"oralVore":true,"oralDigestTime":5,"oralDigestManual":true,"analVore":true,"analDigestTime":10,"analVoreToStomach":true,"arousalEnabled":true,"hasTail":true,"maleParts":true,"baseDickDiameter":0.06,"dickType":"demonic","baseBallDiameter":0.06,"cockVoreEnabled":true,"cockDigestTime":5,"cockDigestManual":true,"hasSheath":true,"sheathAbsorptionEnabled":true,"femaleParts":true,"unbirthEnabled":true,"unbirthDigestTime":5,"unbirthDigestManual":true,"sexualMagicEnabled":true,"hasBreasts":true,"lactationEnabled":true,"breastVore":true,"soulVoreEnabled":true,"magicEnabled":true},
  747. {"version":3,"name":"Mira","category": "neopuc", "priority": 4, "scale":5000,"bio":"Mira is a touch on the arrogant side and can be fairly greedy. She believes anything and anyone smaller than herself belongs to her. Considering she is a size shifter that can reach mind boggling proportions that means just about ever ything is smaller than herself and she lays claim to a significant portion of her universe.","species":"dragon","brutality":"2","victimsMilitary":true,"victimsMacros":true,"oralVore":true,"arousalEnabled":true,"hasTail":true,"tailType":"draconic","baseTailLength":2,"femaleParts":true,"hasBreasts":true,"hasWings":true,"wingDesc":"draconic"},
  748. {"version":3,"name":"Carmine","category": "neopuc", "priority": 3, "scale":28500,"bio":"Always smiling, but the smile hides a cruel personality. Never truly as happy as when he is tormenting those smaller than himself.","species":"otter","brutality":"3","victimsMilitary":true,"victimsMacros":true,"oralVore":true,"analVore":true,"footWear":true,"footShoeEnabled":true,"footShoe":"boot","arousalEnabled":true,"hasTail":true,"tailType":"rudder","baseTailLength":2.2,"maleParts":true,"cockVoreEnabled":true,"hasSheath":true,"sheathAbsorptionEnabled":true},
  749. {"version":3,"name":"Jennifer","category": "neopuc", "priority": 3, "scale":24.5,"bio":"Assertive in all things. She goes out and takes the things she likes, especially when they are people. Only feels the need to have a small select group of friends. Can be fairly uncaring towards the fate of little folk even though she does think they are cute.","species":"rat ifrit","footType":"foot","arousalEnabled":true,"hasTail":true,"tailType":"skinny","baseTailLength":2,"femaleParts":true,"unbirthEnabled":true,"hasBreasts":true,"magicEnabled":true},
  750. {"version":3,"name":"Porter","category": "neopuc", "priority": 2, "scale":1.58,"bio":"Devilishly charismatic, but secretly holds most people in contempt. Wildly in love Holly. Dominant Personality.","species":"Bernese mountain dog","brutality":"2","victimsMicros":true,"oralVore":true,"oralDigestManual":true,"arousalEnabled":true,"hasTail":true,"maleParts":true,"baseDickLength":0.35,"cockVoreEnabled":true,"cockDigestManual":true,"hasSheath":true,"sheathAbsorptionEnabled":true,"sexualMagicEnabled":true,"magicEnabled":true},
  751. {"version":3,"name":"Rat jeice","baseHeight":2,"baseMass":200,"basePawLength":0.5,"basePawWidth":0.27,"baseHandLength":0.19,"baseHandWidth":0.29,"baseAssArea":0.5,"species":"Rat","biomes":true,"changingBiomes":true,"brutality":"0","victimsHuman":true,"victimsMacros":true,"oralVore":true,"oralDigestAuto":false,"oralDigestTime":0,"oralDigestManual":true,"analVore":true,"baseAnalVoreDiameter":0.23,"analDigestAuto":false,"analDigestTime":0,"analDigestManual":true,"hasTail":true,"tailType":"sinewy hungry","baseTailLength":1.5,"baseTailDiameter":0.1,"tailMaw":true,"tailStretchiness":2,"tailDigestAuto":false,"tailDigestManual":true,"maleParts":true,"baseDickLength":0.4,"baseDickDiameter":0.2,"dickType":"meaty","baseBallDiameter":0.1,"baseCumVolume":0.004,"baseCumProduction":0.004,"cumStorageScale":10,"cockVoreEnabled":true,"dickStretchiness":4,"baseCumDigestFactor":0,"cockDigestAuto":false,"cockDigestTime":0,"cockDigestManual":true,"sheathAbsorptionEnabled":true,"hasForeskin":true,"gasEnabled":true,"belchEnabled":true,"fartEnabled":true,"gasStorageScale":7,"baseGasDigestFactor":7,"gasScaleWithSize":true,"gooEnabled":true,"gooDigestion":true,"gooGrowthFactor":0.3,"gooDigestAuto":false,"gooDigestTime":0,"gooDigestManual":true}
  752. ]