소스 검색

Add tooltips for passive production settings

tags/v1.1.0
Fen Dweller 5 년 전
부모
커밋
fd0174c9f3
1개의 변경된 파일11개의 추가작업 그리고 5개의 파일을 삭제
  1. +11
    -5
      features.js

+ 11
- 5
features.js 파일 보기

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


불러오는 중...
취소
저장