diff --git a/game.js b/game.js index 1dabe5b..2d60ecf 100644 --- a/game.js +++ b/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) { diff --git a/presets.js b/presets.js index b91c899..df0eb03 100644 --- a/presets.js +++ b/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",