@@ -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 @@
"hp": 1000,
+ "attack": 60,
+ "shield": 500,
81001,
@@ -69,9 +69,9 @@
@@ -96,9 +96,9 @@
@@ -121,10 +121,10 @@
"heroType": 4,
+ "hp": 4000,
+ "shield": 3000,
89011,
@@ -87,15 +87,15 @@ public int hp;
/// <summary>
- ///防御力
+ ///攻击力
/// </summary>
-public int def;
+public int attack;
- ///攻击力
+ ///防御力
-public int attack;
+public int def;