Browse Source

Added Kanosint

tags/v0.7.0
Fen Dweller 7 years ago
parent
commit
03844b1dab
1 changed files with 77 additions and 0 deletions
  1. +77
    -0
      presets.js

+ 77
- 0
presets.js View File

@@ -465,4 +465,81 @@ let presets = [{
"scatEnabled": true, "scatEnabled": true,
"gooEnabled": false "gooEnabled": false
}, },
{
"name": "Kanosint",
"species": "rakshasa",
"scale": 1,
"baseHeight": 1.48,
"baseMass": 54,
"basePawArea": 0.2,
"baseHandArea": 0.05,
"baseAssArea": 0.5,
"brutality": "1",
"victimsHuman": false,
"victimsMilitary": true,
"victimsMacros": true,
"victimsMicros": true,
"sameSizeVore": true,
"sameSizeStomp": false,
"footType": "paw",
"jawType": "jaw",
"footWear": true,
"footSockEnabled": true,
"footSock": "sock",
"footShoeEnabled": false,
"footShoe": "shoe",
"analVore": true,
"baseAnalVoreDiameter": 0.15,
"analVoreToStomach": true,
"arousalEnabled": true,
"arousalFactor": 0.8,
"hasTail": true,
"tailCount": 1,
"tailType": "serpentine",
"baseTailLength": 1.5,
"baseTailDiameter": 0.4,
"tailMaw": false,
"tailStretchiness": 1,
"hasPouch": false,
"maleParts": true,
"hasSheath": true,
"dickType": "feline",
"baseDickLength": 0.2,
"baseDickDiameter": 0.08,
"dickStretchiness": 0.8,
"baseBallDiameter": 0.04,
"baseCumRatio": 1.2,
"cumScale": 1.1,
"hasBreasts": false,
"baseBreastDiameter": 0.1,
"lactationEnabled": true,
"lactationFactor": 0.25,
"lactationScale": 1,
"breastVore": false,
"breastStretchiness": 1,
"femaleParts": false,
"baseVaginaLength": 0.1,
"baseVaginaWidth": 0.05,
"vaginaStretchiness": 1,
"baseFemcumRatio": 1,
"femcumScale": 1,
"stenchEnabled": true,
"basePawStenchArea": 0.7,
"baseAssStenchArea": 0.5,
"gasEnabled": true,
"belchEnabled": true,
"fartEnabled": true,
"gasScale": 0.9,
"baseGasDigestFactor": 1.2,
"gasScaleWithSize": true,
"soulVoreEnabled": true,
"soulVoreType": "body",
"pissEnabled": true,
"pissScale": 0.3,
"bladderVore": true,
"baseUrethraDiameter": 0.04,
"urethraStretchiness": 0.8,
"scatEnabled": true,
"gooEnabled": true
}
]; ];

Loading…
Cancel
Save