zg 18 小时之前
父节点
当前提交
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


部分文件因为文件数量过多而无法显示