zg 5 日 前
コミット
7b2078f106

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

@@ -8,8 +8,8 @@
       "model": "Nanzhu",
       "isUseGpu": false,
       "heroType": 1,
-      "hp": 100,
       "attack": 100,
+      "hp": 100,
       "def": 50,
       "shield": 100,
       "speed_atk": 6.0,
@@ -66,10 +66,10 @@
       "model": "Guixiu01",
       "isUseGpu": false,
       "heroType": 2,
-      "hp": 80,
-      "attack": 80,
+      "attack": 85,
+      "hp": 89,
       "def": 50,
-      "shield": 100,
+      "shield": 72,
       "speed_atk": 6.0,
       "Linggen": [
         100,
@@ -124,10 +124,10 @@
       "model": "Nanzhu",
       "isUseGpu": false,
       "heroType": 2,
-      "hp": 100,
-      "attack": 60,
-      "def": 50,
-      "shield": 100,
+      "attack": 75,
+      "hp": 81,
+      "def": 65,
+      "shield": 51,
       "speed_atk": 6.0,
       "Linggen": [
         100,
@@ -182,10 +182,10 @@
       "model": "Guixiu01",
       "isUseGpu": false,
       "heroType": 2,
-      "hp": 60,
-      "attack": 100,
+      "attack": 95,
+      "hp": 80,
       "def": 50,
-      "shield": 100,
+      "shield": 63,
       "speed_atk": 6.0,
       "Linggen": [
         100,
@@ -240,10 +240,10 @@
       "model": "Boss01",
       "isUseGpu": false,
       "heroType": 4,
-      "hp": 200,
-      "attack": 50,
-      "def": 50,
-      "shield": 100,
+      "attack": 65,
+      "hp": 140,
+      "def": 55,
+      "shield": 140,
       "speed_atk": 6.0,
       "Linggen": [
         100,

+ 4 - 4
Assets/Scripts/GameData/ExcelConfig/HeroModelConfig.cs

@@ -57,15 +57,15 @@ public int heroType;
 
 
 		/// <summary>
-		///生命值
+		///攻击力
 		/// </summary>
-public int hp;
+public int attack;
 
 
 		/// <summary>
-		///攻击力
+		///生命值
 		/// </summary>
-public int attack;
+public int hp;
 
 
 		/// <summary>

BIN
Excel2Json/Excel/HeroModel.xlsx