zg 1 天之前
父节点
当前提交
24a94484f1

+ 7 - 7
Assets/Res/Config/EventConfig.json

@@ -22,7 +22,7 @@
       ],
       "EventCount": null,
       "EventName": 174,
-      "Description": null
+      "Description": 1936
     },
     {
       "ID": 2,
@@ -48,7 +48,7 @@
       ],
       "EventCount": null,
       "EventName": 175,
-      "Description": null
+      "Description": 1937
     },
     {
       "ID": 3,
@@ -74,7 +74,7 @@
       ],
       "EventCount": null,
       "EventName": 176,
-      "Description": null
+      "Description": 1938
     },
     {
       "ID": 4,
@@ -94,7 +94,7 @@
       ],
       "EventCount": null,
       "EventName": 217,
-      "Description": null
+      "Description": 1939
     },
     {
       "ID": 5,
@@ -114,7 +114,7 @@
       ],
       "EventCount": null,
       "EventName": 218,
-      "Description": null
+      "Description": 1940
     },
     {
       "ID": 6,
@@ -134,7 +134,7 @@
       ],
       "EventCount": null,
       "EventName": 219,
-      "Description": null
+      "Description": 1941
     },
     {
       "ID": 7,
@@ -154,7 +154,7 @@
       ],
       "EventCount": null,
       "EventName": 220,
-      "Description": null
+      "Description": 1942
     },
     {
       "ID": 11,

+ 6 - 3
Assets/Res/Config/EventLinkConfig.json

@@ -266,9 +266,12 @@
       "LanID": [
         192
       ],
-      "ConditionType": null,
-      "finishCount": null,
-      "optionType": 3,
+      "ConditionType": 1,
+      "ConditionPara": [
+        1002
+      ],
+      "finishCount": 1,
+      "optionType": 4,
       "PrizeIDs": [
         1002
       ],

+ 9 - 9
Assets/Res/Config/LanguageChineseConfig.json

@@ -830,11 +830,11 @@
     },
     {
       "ID": 208,
-      "txt": "事件10001:一只[怪物1]袭击了你,准备迎战"
+      "txt": ""
     },
     {
       "ID": 209,
-      "txt": "你击败了怪物,并从它身上吸取了一些修为"
+      "txt": ""
     },
     {
       "ID": 210,
@@ -7742,31 +7742,31 @@
     },
     {
       "ID": 1936,
-      "txt": "0"
+      "txt": "你发现一只奄奄一息的狼,决定上前一探究竟。"
     },
     {
       "ID": 1937,
-      "txt": "0"
+      "txt": "附近的小树林闹的不可开交,你决定去看看怎么回事。"
     },
     {
       "ID": 1938,
-      "txt": "0"
+      "txt": "附近的小树林闹的不可开交,你决定去看看怎么回事。"
     },
     {
       "ID": 1939,
-      "txt": "0"
+      "txt": "不远处有一个小红点,走近一看你发现是一个带血的背包。"
     },
     {
       "ID": 1940,
-      "txt": "0"
+      "txt": "底下一座矿山甚是磅礴雄伟,走,去看一看。"
     },
     {
       "ID": 1941,
-      "txt": "0"
+      "txt": "你被一男一女的吵架声吸引。"
     },
     {
       "ID": 1942,
-      "txt": "0"
+      "txt": "远处一座道观仙气缭绕,似有仙人在此。"
     },
     {
       "ID": 1943,

+ 2 - 8
Assets/Scripts/GameData/ExcelConfig/EventConfig.cs

@@ -21,7 +21,7 @@ public int ID;
 
 
 		/// <summary>
-		///事件的起始ID
+		///事件包含的ID
 		/// </summary>
 public int[] EventLinksId;
 
@@ -81,17 +81,11 @@ public int EventName;
 
 
 		/// <summary>
-		///
+		///事件主体描述
 		/// </summary>
 public int Description;
 
 
-		/// <summary>
-		///特殊功能参数
-		/// </summary>
-public int[] associateVlaue;
-
-
 	}
 
 }

+ 3 - 3
Assets/Scripts/GameData/ExcelConfig/EventLinkConfig.cs

@@ -51,19 +51,19 @@ public int finishCount;
 
 
 		/// <summary>
-		///步骤类型 1=提供选项 2=进入战斗 3=获得奖励
+		///步骤类型 1=提供选项 2=进入战斗 3=获得奖励 4=扣除道具
 		/// </summary>
 public int optionType;
 
 
 		/// <summary>
-		///事件常量1 1=事件IDs 2=战斗ID 3= 4=eventConfigID
+		///事件常量1 1=事件IDs 2=战斗ID
 		/// </summary>
 public int[] optionPara1;
 
 
 		/// <summary>
-		///事件常量2 1=事件文本 2= 3=
+		///事件常量2 1=事件文本
 		/// </summary>
 public int[] optionPara2;
 

二进制
Excel2Json/Excel/EventConfig.xlsx


二进制
Excel2Json/Excel/Language.xlsx