| @@ -959,6 +959,11 @@ options = [ | |||||
| "id": "cockDigestTime", | "id": "cockDigestTime", | ||||
| "type": "float", | "type": "float", | ||||
| "default": "15" | "default": "15" | ||||
| }, | |||||
| { | |||||
| "name": "Scale cum with size", | |||||
| "id": "cumScaleWithSize", | |||||
| "type": "checkbox" | |||||
| } | } | ||||
| ] | ] | ||||
| }, | }, | ||||
| @@ -1060,6 +1065,11 @@ options = [ | |||||
| "id": "unbirthDigestTime", | "id": "unbirthDigestTime", | ||||
| "type": "float", | "type": "float", | ||||
| "default": "15" | "default": "15" | ||||
| }, | |||||
| { | |||||
| "name": "Scale femcum with size", | |||||
| "id": "femcumScaleWithSize", | |||||
| "type": "checkbox" | |||||
| } | } | ||||
| ] | ] | ||||
| }, | }, | ||||
| @@ -1142,6 +1152,11 @@ options = [ | |||||
| "id": "breastDigestTime", | "id": "breastDigestTime", | ||||
| "type": "float", | "type": "float", | ||||
| "default": "15" | "default": "15" | ||||
| }, | |||||
| { | |||||
| "name": "Scale milk with size", | |||||
| "id": "milkScaleWithSize", | |||||
| "type": "checkbox" | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||
| @@ -1213,6 +1228,11 @@ options = [ | |||||
| "id": "baseGasDigestFactor", | "id": "baseGasDigestFactor", | ||||
| "type": "float", | "type": "float", | ||||
| "default": "1" | "default": "1" | ||||
| }, | |||||
| { | |||||
| "name": "Scale gas with size", | |||||
| "id": "gasScaleWithSize", | |||||
| "type": "checkbox" | |||||
| } | } | ||||
| ] | ] | ||||
| }, | }, | ||||