zg 1 day ago
parent
commit
b0a036c548

+ 44 - 9
Assets/Res/Config/HeroModelConfig.json

@@ -12,11 +12,18 @@
       "heroType": 1,
       "heroType": 1,
       "profession": 1,
       "profession": 1,
       "itemID": 1004,
       "itemID": 1004,
-      "hp": 1000,
+      "hp": 100,
       "attack": 100,
       "attack": 100,
       "def": 50,
       "def": 50,
       "shield": 100,
       "shield": 100,
-      "speed_atk": 4.0,
+      "speed_atk": 6.0,
+      "Linggen": [
+        100,
+        100,
+        100,
+        100,
+        100
+      ],
       "skillID": [
       "skillID": [
         -1,
         -1,
         -1,
         -1,
@@ -53,7 +60,14 @@
       "attack": 60,
       "attack": 60,
       "def": 50,
       "def": 50,
       "shield": 100,
       "shield": 100,
-      "speed_atk": 4.0,
+      "speed_atk": 6.0,
+      "Linggen": [
+        100,
+        100,
+        100,
+        100,
+        100
+      ],
       "skillID": [
       "skillID": [
         1201,
         1201,
         2001,
         2001,
@@ -90,7 +104,14 @@
       "attack": 60,
       "attack": 60,
       "def": 50,
       "def": 50,
       "shield": 100,
       "shield": 100,
-      "speed_atk": 4.0,
+      "speed_atk": 6.0,
+      "Linggen": [
+        100,
+        100,
+        100,
+        100,
+        100
+      ],
       "skillID": [
       "skillID": [
         1202,
         1202,
         2002,
         2002,
@@ -127,7 +148,14 @@
       "attack": 60,
       "attack": 60,
       "def": 50,
       "def": 50,
       "shield": 100,
       "shield": 100,
-      "speed_atk": 4.0,
+      "speed_atk": 6.0,
+      "Linggen": [
+        100,
+        100,
+        100,
+        100,
+        100
+      ],
       "skillID": [
       "skillID": [
         1201,
         1201,
         2003,
         2003,
@@ -160,11 +188,18 @@
       "heroType": 4,
       "heroType": 4,
       "profession": 1,
       "profession": 1,
       "itemID": 1004,
       "itemID": 1004,
-      "hp": 2000,
+      "hp": 200,
       "attack": 100,
       "attack": 100,
       "def": 50,
       "def": 50,
       "shield": 200,
       "shield": 200,
-      "speed_atk": 4.0,
+      "speed_atk": 6.0,
+      "Linggen": [
+        100,
+        100,
+        100,
+        100,
+        100
+      ],
       "skillID": [
       "skillID": [
         9003,
         9003,
         9004,
         9004,
@@ -179,9 +214,9 @@
       ],
       ],
       "fa_bao_id": [
       "fa_bao_id": [
         10001,
         10001,
-        -1,
+        10003,
         10006,
         10006,
-        -1
+        10010
       ],
       ],
       "heroStory": null
       "heroStory": null
     }
     }

File diff suppressed because it is too large
+ 118 - 239
Assets/Res/Config/MonsterPowerUpConfig.json


+ 6 - 0
Assets/Scripts/GameData/ExcelConfig/HeroModelConfig.cs

@@ -110,6 +110,12 @@ public int shield;
 public float speed_atk;
 public float speed_atk;
 
 
 
 
+		/// <summary>
+		///灵根初值 金-水-木-火-土
+		/// </summary>
+public int[] Linggen;
+
+
 		/// <summary>
 		/// <summary>
 		///功法序列 主动≤4 主动+被动≤10
 		///功法序列 主动≤4 主动+被动≤10
 		/// </summary>
 		/// </summary>

+ 6 - 18
Assets/Scripts/GameData/ExcelConfig/MonsterPowerUpConfig.cs

@@ -26,24 +26,6 @@ public int ID;
 public int HeroLevel;
 public int HeroLevel;
 
 
 
 
-		/// <summary>
-		///大境界ID
-		/// </summary>
-public int jingjie1;
-
-
-		/// <summary>
-		///中境界ID
-		/// </summary>
-public int jingjie2;
-
-
-		/// <summary>
-		///小境界ID
-		/// </summary>
-public int jingjie3;
-
-
 		/// <summary>
 		/// <summary>
 		///生命倍率
 		///生命倍率
 		/// </summary>
 		/// </summary>
@@ -104,6 +86,12 @@ public int FabaoLv;
 public int FabaoStar;
 public int FabaoStar;
 
 
 
 
+		/// <summary>
+		///灵根成长率 100=100%
+		/// </summary>
+public float LinggenUp;
+
+
 	}
 	}
 
 
 }
 }

BIN
Excel2Json/Excel/HeroModel.xlsx


BIN
Excel2Json/Excel/MonsterPowerUp.xlsx


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