邹舸 3 天之前
父节点
当前提交
d08f9f4a60

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

@@ -12,10 +12,10 @@
       "heroType": 1,
       "profession": 1,
       "itemID": 1004,
-      "hp": 1000,
-      "def": 20,
-      "attack": 45,
-      "shield": 8,
+      "hp": 2000,
+      "attack": 100,
+      "def": 50,
+      "shield": 2000,
       "speed_atk": 1.0,
       "skillID": [
         1001,
@@ -40,9 +40,9 @@
       "profession": 1,
       "itemID": 1004,
       "hp": 1000,
-      "def": 20,
-      "attack": 45,
-      "shield": 8,
+      "attack": 60,
+      "def": 50,
+      "shield": 500,
       "speed_atk": 1.0,
       "skillID": [
         81001,
@@ -69,9 +69,9 @@
       "profession": 1,
       "itemID": 1004,
       "hp": 1000,
-      "def": 20,
-      "attack": 45,
-      "shield": 8,
+      "attack": 60,
+      "def": 50,
+      "shield": 500,
       "speed_atk": 1.0,
       "skillID": [
         81001,
@@ -96,9 +96,9 @@
       "profession": 1,
       "itemID": 1004,
       "hp": 1000,
-      "def": 20,
-      "attack": 45,
-      "shield": 8,
+      "attack": 60,
+      "def": 50,
+      "shield": 500,
       "speed_atk": 1.0,
       "skillID": [
         81001,
@@ -121,10 +121,10 @@
       "heroType": 4,
       "profession": 1,
       "itemID": 1004,
-      "hp": 1000,
-      "def": 20,
-      "attack": 45,
-      "shield": 8,
+      "hp": 4000,
+      "attack": 100,
+      "def": 50,
+      "shield": 3000,
       "speed_atk": 1.0,
       "skillID": [
         89011,

文件差异内容过多而无法显示
+ 283 - 283
Assets/Res/Config/HeroPowerUpConfig.json


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

@@ -87,15 +87,15 @@ public int hp;
 
 
 		/// <summary>
-		///防御
+		///攻击
 		/// </summary>
-public int def;
+public int attack;
 
 
 		/// <summary>
-		///攻击
+		///防御
 		/// </summary>
-public int attack;
+public int def;
 
 
 		/// <summary>

二进制
Excel2Json/Excel/HeroModel.xlsx


二进制
Excel2Json/Excel/HeroPowerUp.xlsx


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


部分文件因为文件数量过多而无法显示