zg 3 일 전
부모
커밋
4541bc17e7
3개의 변경된 파일14개의 추가작업 그리고 5개의 파일을 삭제
  1. 12 3
      Assets/Res/Config/emotionConfig.json
  2. 2 2
      Assets/Scripts/GameData/ExcelConfig/emotionConfig.cs
  3. BIN
      Excel2Json/Excel/DaoyouConfig.xlsx

+ 12 - 3
Assets/Res/Config/emotionConfig.json

@@ -5,21 +5,30 @@
       "type": 1,
       "icon": "",
       "des": 2043,
-      "hanganUpRate": 200
+      "hanganUpRate": [
+        1100,
+        1300
+      ]
     },
     {
       "ID": 2,
       "type": 2,
       "icon": "",
       "des": 2044,
-      "hanganUpRate": 0
+      "hanganUpRate": [
+        900,
+        1100
+      ]
     },
     {
       "ID": 3,
       "type": 3,
       "icon": "",
       "des": 2045,
-      "hanganUpRate": -200
+      "hanganUpRate": [
+        700,
+        900
+      ]
     }
   ]
 }

+ 2 - 2
Assets/Scripts/GameData/ExcelConfig/emotionConfig.cs

@@ -39,9 +39,9 @@ public int des;
 
 
 		/// <summary>
-		///增加好感度的加成比例 100=10%
+		///心情影响好感度的范围 100=10%
 		/// </summary>
-public int hanganUpRate;
+public int[] hanganUpRate;
 
 
 	}

BIN
Excel2Json/Excel/DaoyouConfig.xlsx