zg 3 天之前
父节点
当前提交
4541bc17e7

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

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

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

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

二进制
Excel2Json/Excel/DaoyouConfig.xlsx