@@ -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",
"heroType": 2,
- "hp": 80,
- "attack": 80,
+ "attack": 85,
+ "hp": 89,
- "shield": 100,
+ "shield": 72,
"Linggen": [
100,
@@ -124,10 +124,10 @@
- "attack": 60,
- "def": 50,
+ "attack": 75,
+ "hp": 81,
+ "def": 65,
+ "shield": 51,
@@ -182,10 +182,10 @@
- "hp": 60,
- "attack": 100,
+ "attack": 95,
+ "hp": 80,
+ "shield": 63,
@@ -240,10 +240,10 @@
"model": "Boss01",
"heroType": 4,
- "hp": 200,
- "attack": 50,
+ "attack": 65,
+ "hp": 140,
+ "def": 55,
+ "shield": 140,
@@ -57,15 +57,15 @@ public int heroType;
/// <summary>
- ///生命值
+ ///攻击力
/// </summary>
-public int hp;
+public int attack;
- ///攻击力
+ ///生命值
-public int attack;
+public int hp;