| @@ -1187,6 +1187,7 @@ options = [ | |||||
| "type": "float", | "type": "float", | ||||
| "default": "0.01", | "default": "0.01", | ||||
| "unit": "volume", | "unit": "volume", | ||||
| "tooltip": "The fraction of your maximum capacity produced every second" | |||||
| }, | }, | ||||
| { | { | ||||
| "name": "Cum storage factor", | "name": "Cum storage factor", | ||||
| @@ -1350,7 +1351,8 @@ options = [ | |||||
| "id": "baseFemcumProduction", | "id": "baseFemcumProduction", | ||||
| "type": "float", | "type": "float", | ||||
| "default": "0.01", | "default": "0.01", | ||||
| "unit": "volume" | |||||
| "unit": "volume", | |||||
| "tooltip": "The fraction of your maximum capacity produced every second" | |||||
| }, | }, | ||||
| { | { | ||||
| "name": "Femcum storage factor", | "name": "Femcum storage factor", | ||||
| @@ -1478,7 +1480,8 @@ options = [ | |||||
| "id": "baseLactationProduction", | "id": "baseLactationProduction", | ||||
| "type": "float", | "type": "float", | ||||
| "default": "0.001", | "default": "0.001", | ||||
| "unit": "volume" | |||||
| "unit": "volume", | |||||
| "tooltip": "The fraction of your maximum capacity produced every second" | |||||
| }, | }, | ||||
| { | { | ||||
| "name": "Milk storage scale", | "name": "Milk storage scale", | ||||
| @@ -1609,7 +1612,8 @@ options = [ | |||||
| "id": "baseGasProduction", | "id": "baseGasProduction", | ||||
| "type": "float", | "type": "float", | ||||
| "default": "0.01", | "default": "0.01", | ||||
| "unit": "volume" | |||||
| "unit": "volume", | |||||
| "tooltip": "The fraction of your maximum capacity produced every second" | |||||
| }, | }, | ||||
| { | { | ||||
| "name": "Gas storage scale", | "name": "Gas storage scale", | ||||
| @@ -1705,7 +1709,8 @@ options = [ | |||||
| "id": "basePissProduction", | "id": "basePissProduction", | ||||
| "type": "float", | "type": "float", | ||||
| "default": "0.01", | "default": "0.01", | ||||
| "unit": "volume" | |||||
| "unit": "volume", | |||||
| "tooltip": "The fraction of your maximum capacity produced every second" | |||||
| }, | }, | ||||
| { | { | ||||
| "name": "Piss storage scale", | "name": "Piss storage scale", | ||||
| @@ -1797,7 +1802,8 @@ options = [ | |||||
| "id": "baseScatProduction", | "id": "baseScatProduction", | ||||
| "type": "float", | "type": "float", | ||||
| "default": "0.001", | "default": "0.001", | ||||
| "unit": "volume" | |||||
| "unit": "volume", | |||||
| "tooltip": "The fraction of your maximum capacity produced every second" | |||||
| }, | }, | ||||
| { | { | ||||
| "name": "Scat storage scale", | "name": "Scat storage scale", | ||||