zg 1 周之前
父節點
當前提交
840974888b

+ 5 - 5
Assets/Res/Config/HeroModelConfig.json

@@ -67,7 +67,7 @@
       "isUseGpu": false,
       "heroType": 2,
       "hp": 100,
-      "attack": 60,
+      "attack": 100,
       "def": 50,
       "shield": 100,
       "speed_atk": 6.0,
@@ -125,7 +125,7 @@
       "isUseGpu": false,
       "heroType": 2,
       "hp": 100,
-      "attack": 60,
+      "attack": 100,
       "def": 50,
       "shield": 100,
       "speed_atk": 6.0,
@@ -183,7 +183,7 @@
       "isUseGpu": false,
       "heroType": 2,
       "hp": 100,
-      "attack": 60,
+      "attack": 100,
       "def": 50,
       "shield": 100,
       "speed_atk": 6.0,
@@ -241,9 +241,9 @@
       "isUseGpu": false,
       "heroType": 4,
       "hp": 200,
-      "attack": 100,
+      "attack": 60,
       "def": 50,
-      "shield": 200,
+      "shield": 100,
       "speed_atk": 6.0,
       "Linggen": [
         100,

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


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


+ 6 - 6
Assets/Scripts/GameData/ExcelConfig/HeroPowerUpConfig.cs

@@ -116,12 +116,6 @@ public float ATKFactor;
 public float DEFFactor;
 
 
-		/// <summary>
-		///法力倍率
-		/// </summary>
-public float MPFactor;
-
-
 		/// <summary>
 		///护盾倍率
 		/// </summary>
@@ -170,6 +164,12 @@ public int MaxPassiveGongfaNum;
 public int MaxFabaoNum;
 
 
+		/// <summary>
+		///法力倍率
+		/// </summary>
+public float MPFactor;
+
+
 	}
 
 }

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

@@ -62,12 +62,6 @@ public float ATKFactor;
 public float DEFFactor;
 
 
-		/// <summary>
-		///法力倍率
-		/// </summary>
-public float MPFactor;
-
-
 		/// <summary>
 		///护盾倍率
 		/// </summary>
@@ -110,6 +104,12 @@ public int FabaoStar;
 public float LinggenUp;
 
 
+		/// <summary>
+		///法力倍率
+		/// </summary>
+public float MPFactor;
+
+
 	}
 
 }

二進制
Excel2Json/Excel/HeroModel.xlsx


二進制
Excel2Json/Excel/HeroPowerUp.xlsx


二進制
Excel2Json/Excel/MonsterPowerUp.xlsx


二進制
Excel2Json/Excel/修仙游戏数据规划表.xlsx


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