zg 14 小時之前
父節點
當前提交
45ce5cc13f
共有 3 個文件被更改,包括 58 次插入132 次删除
  1. 54 128
      Assets/Res/Config/EventConfig.json
  2. 4 4
      Assets/Scripts/GameData/ExcelConfig/EventConfig.cs
  3. 二進制
      Excel2Json/Excel/EventConfig.xlsx

文件差異過大導致無法顯示
+ 54 - 128
Assets/Res/Config/EventConfig.json


+ 4 - 4
Assets/Scripts/GameData/ExcelConfig/EventConfig.cs

@@ -178,9 +178,9 @@ namespace Excel2Json
 		///触发效果值
 		/// </summary>
 #if !COMBAT_SERVER
-		public string[] EventValue;
+		public int[] EventValue;
 #else
-		public string[] EventValue{ set; get; }
+		public int[] EventValue{ set; get; }
 #endif
 		
 
@@ -188,9 +188,9 @@ namespace Excel2Json
 		///触发判定数量or次数
 		/// </summary>
 #if !COMBAT_SERVER
-		public int EventCount;
+		public int[] EventCount;
 #else
-		public int EventCount{ set; get; }
+		public int[] EventCount{ set; get; }
 #endif
 		
 

二進制
Excel2Json/Excel/EventConfig.xlsx


部分文件因文件數量過多而無法顯示