zg 11 hours ago
parent
commit
20101a71f3

+ 110 - 40
Assets/Res/Config/HeroModelConfig.json

@@ -7,11 +7,7 @@
       "headicon": "icon_tx101",
       "model": "Nanzhu",
       "isUseGpu": false,
-      "starGrade": 3,
-      "rarity": 3,
       "heroType": 1,
-      "profession": 1,
-      "itemID": 1004,
       "hp": 100,
       "attack": 100,
       "def": 50,
@@ -36,12 +32,30 @@
         -1,
         -1
       ],
+      "skillActiveLv": [
+        -1,
+        -1,
+        -1,
+        -1,
+        -1,
+        -1,
+        -1,
+        -1,
+        -1,
+        -1
+      ],
       "fa_bao_id": [
         -1,
         -1,
         -1,
         -1
       ],
+      "fabaoActiveLv": [
+        -1,
+        -1,
+        -1,
+        -1
+      ],
       "heroStory": null
     },
     {
@@ -51,11 +65,7 @@
       "headicon": "icon_tx9101",
       "model": "Guixiu01",
       "isUseGpu": false,
-      "starGrade": 3,
-      "rarity": 3,
       "heroType": 1,
-      "profession": 1,
-      "itemID": 1004,
       "hp": 100,
       "attack": 60,
       "def": 50,
@@ -70,21 +80,39 @@
       ],
       "skillID": [
         1201,
-        2001,
+        2004,
         1301,
         2004,
         1401,
-        -1,
+        2006,
         -1,
         -1,
         1101,
-        2007
+        2001
+      ],
+      "skillActiveLv": [
+        1,
+        40,
+        30,
+        70,
+        60,
+        -1,
+        -1,
+        -1,
+        1,
+        10
       ],
       "fa_bao_id": [
         10001,
-        -1,
-        10010,
-        -1
+        10003,
+        10006,
+        10010
+      ],
+      "fabaoActiveLv": [
+        1,
+        20,
+        50,
+        80
       ],
       "heroStory": null
     },
@@ -95,11 +123,7 @@
       "headicon": "icon_tx9102",
       "model": "Nanzhu",
       "isUseGpu": false,
-      "starGrade": 3,
-      "rarity": 3,
       "heroType": 1,
-      "profession": 1,
-      "itemID": 1004,
       "hp": 100,
       "attack": 60,
       "def": 50,
@@ -114,21 +138,39 @@
       ],
       "skillID": [
         1202,
-        2002,
+        2005,
         1301,
         2005,
         1402,
-        -1,
+        2007,
         -1,
         -1,
         1102,
-        2008
+        2002
+      ],
+      "skillActiveLv": [
+        1,
+        40,
+        30,
+        70,
+        60,
+        -1,
+        -1,
+        -1,
+        1,
+        10
       ],
       "fa_bao_id": [
         10003,
-        -1,
-        10001,
-        -1
+        10006,
+        10010,
+        10001
+      ],
+      "fabaoActiveLv": [
+        1,
+        20,
+        50,
+        80
       ],
       "heroStory": null
     },
@@ -139,11 +181,7 @@
       "headicon": "icon_tx9103",
       "model": "Guixiu01",
       "isUseGpu": false,
-      "starGrade": 3,
-      "rarity": 3,
       "heroType": 1,
-      "profession": 1,
-      "itemID": 1004,
       "hp": 100,
       "attack": 60,
       "def": 50,
@@ -158,21 +196,39 @@
       ],
       "skillID": [
         1201,
-        2003,
+        2006,
         1301,
         2006,
         1403,
-        -1,
+        2008,
         -1,
         -1,
         1103,
-        2001
+        2003
+      ],
+      "skillActiveLv": [
+        1,
+        40,
+        30,
+        70,
+        60,
+        -1,
+        -1,
+        -1,
+        1,
+        10
       ],
       "fa_bao_id": [
         10006,
-        -1,
-        10003,
-        -1
+        10010,
+        10001,
+        10003
+      ],
+      "fabaoActiveLv": [
+        1,
+        20,
+        50,
+        80
       ],
       "heroStory": null
     },
@@ -183,11 +239,7 @@
       "headicon": "icon_tx9201",
       "model": "Boss01",
       "isUseGpu": false,
-      "starGrade": 3,
-      "rarity": 3,
       "heroType": 4,
-      "profession": 1,
-      "itemID": 1004,
       "hp": 200,
       "attack": 100,
       "def": 50,
@@ -212,11 +264,29 @@
         9001,
         9002
       ],
+      "skillActiveLv": [
+        1,
+        1,
+        1,
+        -1,
+        -1,
+        -1,
+        -1,
+        -1,
+        1,
+        1
+      ],
       "fa_bao_id": [
         10001,
-        10003,
+        -1,
         10006,
-        10010
+        -1
+      ],
+      "fabaoActiveLv": [
+        1,
+        -1,
+        1,
+        -1
       ],
       "heroStory": null
     }

File diff suppressed because it is too large
+ 314 - 125
Assets/Res/Config/HeroPowerUpConfig.json


+ 13 - 25
Assets/Scripts/GameData/ExcelConfig/HeroModelConfig.cs

@@ -50,36 +50,12 @@ public string model;
 public bool isUseGpu;
 
 
-		/// <summary>
-		///星级
-		/// </summary>
-public int starGrade;
-
-
-		/// <summary>
-		///稀有度 1.精英r  2.史诗 sr  3.传说 ssr
-		/// </summary>
-public int rarity;
-
-
 		/// <summary>
 		///1. 英雄 2. 小怪 3. 精英 4. BOSS
 		/// </summary>
 public int heroType;
 
 
-		/// <summary>
-		///职业 1.战士 2.法师 3.牧师 4.游侠
-		/// </summary>
-public int profession;
-
-
-		/// <summary>
-		///对应的itemID
-		/// </summary>
-public int itemID;
-
-
 		/// <summary>
 		///生命值
 		/// </summary>
@@ -117,17 +93,29 @@ public int[] Linggen;
 
 
 		/// <summary>
-		///功法序列 主动≤4 主动+被动≤10
+		///功法序列 主动≤4 被动≤3
 		/// </summary>
 public int[] skillID;
 
 
+		/// <summary>
+		///功法最低出现等级
+		/// </summary>
+public int[] skillActiveLv;
+
+
 		/// <summary>
 		///角色自带的法宝(最多4个)
 		/// </summary>
 public int[] fa_bao_id;
 
 
+		/// <summary>
+		///法宝最低出现等级
+		/// </summary>
+public int[] fabaoActiveLv;
+
+
 		/// <summary>
 		///英雄故事文本
 		/// </summary>

+ 18 - 0
Assets/Scripts/GameData/ExcelConfig/HeroPowerUpConfig.cs

@@ -152,6 +152,24 @@ public int AutoXiuwei;
 public int FailureExpReduce;
 
 
+		/// <summary>
+		///主动功法可配置上限
+		/// </summary>
+public int MaxActiveGongfaNum;
+
+
+		/// <summary>
+		///被动功法可配置上限
+		/// </summary>
+public int MaxPassiveGongfaNum;
+
+
+		/// <summary>
+		///法宝可配置上限
+		/// </summary>
+public int MaxFabaoNum;
+
+
 	}
 
 }

BIN
Excel2Json/Excel/HeroModel.xlsx


BIN
Excel2Json/Excel/HeroPowerUp.xlsx


BIN
Excel2Json/Excel/skill.xlsx


Some files were not shown because too many files changed in this diff