浏览代码

Fixed previews not updating. Updated Noma

tags/v0.7.0
Fen Dweller 7 年前
父节点
当前提交
af75a21180
共有 2 个文件被更改,包括 33 次插入6 次删除
  1. +2
    -0
      game.js
  2. +31
    -6
      presets.js

+ 2
- 0
game.js 查看文件

@@ -2962,6 +2962,7 @@ function grow_lots()

function resetSettings() {
document.forms.namedItem("custom-species-form").reset();
updateAllPreviews();
}

function loadPreset() {
@@ -3052,6 +3053,7 @@ function loadSettings(settings = null) {
}
}
}
updateAllPreviews();
}

function add_victim_people(category, prey) {


+ 31
- 6
presets.js 查看文件

@@ -181,8 +181,9 @@ let presets = [{
"baseMass": 4800,
"basePawArea": 2,
"baseHandArea": 1,
"baseAssArea": 0.4,
"baseAssArea": 2,
"brutality": "1",
"victimsHuman": false,
"victimsMilitary": true,
"victimsMacros": true,
"victimsMicros": true,
@@ -202,34 +203,43 @@ let presets = [{
"arousalFactor": 1,
"hasTail": true,
"tailCount": 1,
"tailType": "fluffy coon",
"tailType": "fluffy coon ",
"baseTailLength": 14,
"baseTailDiameter": 4,
"tailMaw": true,
"tailStretchiness": 2,
"hasPouch": true,
"hasPouch": false,
"maleParts": true,
"hasSheath": true,
"dickType": "feline",
"baseDickLength": 4,
"baseDickDiameter": 1,
"baseDickLength": 2,
"baseDickDiameter": 0.5,
"dickStretchiness": 1,
"baseBallDiameter": 2,
"baseCumRatio": 1,
"cumScale": 1,
"cumStorageScale": 2,
"baseCumDigestFactor": 2,
"cumScaleWithSize": true,
"hasBreasts": false,
"baseBreastDiameter": 0.1,
"lactationEnabled": true,
"lactationFactor": 0.25,
"lactationScale": 1,
"milkStorageScale": 1,
"breastVore": true,
"breastStretchiness": 1,
"baseMilkDigestFactor": 1,
"milkScaleWithSize": false,
"femaleParts": false,
"baseVaginaLength": 0.1,
"baseVaginaWidth": 0.05,
"vaginaStretchiness": 1,
"baseFemcumRatio": 1,
"femcumScale": 1,
"femcumStorageScale": 1,
"baseFemcumDigestFactor": 1,
"femcumScaleWithSize": false,
"stenchEnabled": false,
"basePawStenchArea": 1,
"baseAssStenchArea": 1,
@@ -237,10 +247,25 @@ let presets = [{
"belchEnabled": true,
"fartEnabled": false,
"gasScale": 1,
"gasStorageScale": 2,
"baseGasDigestFactor": 1,
"gasScaleWithSize": true,
"soulVoreEnabled": true,
"soulVoreType": "body"
"soulVoreType": "predscape",
"pissEnabled": false,
"pissScale": 1,
"pissStorageScale": 1,
"bladderVore": false,
"baseUrethraDiameter": 0.03,
"urethraStretchiness": 5,
"basePissDigestFactor": 1,
"pissScaleWithSize": false,
"scatEnabled": false,
"baseScatDigestFactor": 1,
"scatScale": 0,
"scatStorageScale": 1,
"scatScaleWithSize": false,
"gooEnabled": true
},
{
"name": "Jaredin",


正在加载...
取消
保存