w405651948 há 4 anos atrás
pai
commit
8c8513a46b
1 ficheiros alterados com 129 adições e 10 exclusões
  1. 129 10
      assets/resources/configs/Levels.json

+ 129 - 10
assets/resources/configs/Levels.json

@@ -6,7 +6,7 @@
         "maxAnger": 100,
         "monsters": [
             {
-                "mId": "M34",
+                "mId": "M1",
                 "monsterId": 20101001,
                 "type": 1,
                 "count": 3,
@@ -19,7 +19,7 @@
                 "startPos": 0
             },
             {
-                "mId": "M35",
+                "mId": "M2",
                 "monsterId": 20101002,
                 "type": 1,
                 "count": 1,
@@ -32,7 +32,7 @@
                 "startPos": 1
             },
             {
-                "mId": "M36",
+                "mId": "M3",
                 "monsterId": 20201001,
                 "type": 1,
                 "count": 3,
@@ -45,7 +45,7 @@
                 "startPos": 2
             },
             {
-                "mId": "M37",
+                "mId": "M4",
                 "monsterId": 20201002,
                 "type": 1,
                 "count": 1,
@@ -58,7 +58,7 @@
                 "startPos": 1
             },
             {
-                "mId": "M38",
+                "mId": "M5",
                 "monsterId": 20101001,
                 "type": 1,
                 "count": 3,
@@ -71,7 +71,7 @@
                 "startPos": 0
             },
             {
-                "mId": "M39",
+                "mId": "M6",
                 "monsterId": 20101002,
                 "type": 1,
                 "count": 1,
@@ -84,7 +84,7 @@
                 "startPos": 1
             },
             {
-                "mId": "M40",
+                "mId": "M7",
                 "monsterId": 20301001,
                 "type": 1,
                 "count": 3,
@@ -97,7 +97,7 @@
                 "startPos": 2
             },
             {
-                "mId": "M41",
+                "mId": "M8",
                 "monsterId": 20301002,
                 "type": 1,
                 "count": 1,
@@ -110,7 +110,7 @@
                 "startPos": 1
             },
             {
-                "mId": "M42",
+                "mId": "M9",
                 "monsterId": 20401003,
                 "type": 0,
                 "count": 1,
@@ -128,6 +128,125 @@
         "id": "level2",
         "awards": 10,
         "killAward": 10,
-        "maxAnger": 100
+        "maxAnger": 100,
+        "monsters": [
+            {
+                "mId": "M10",
+                "monsterId": 20101001,
+                "type": 1,
+                "count": 3,
+                "intervalTime": 1000,
+                "hp": 10,
+                "damage": 5,
+                "anger": 10,
+                "createTime": 0,
+                "startPosType": 1,
+                "startPos": 0
+            },
+            {
+                "mId": "M11",
+                "monsterId": 20101002,
+                "type": 1,
+                "count": 1,
+                "intervalTime": 1000,
+                "hp": 10,
+                "damage": 5,
+                "anger": 10,
+                "createTime": 0,
+                "startPosType": 1,
+                "startPos": 1
+            },
+            {
+                "mId": "M12",
+                "monsterId": 20201001,
+                "type": 1,
+                "count": 3,
+                "intervalTime": 1000,
+                "hp": 10,
+                "damage": 5,
+                "anger": 10,
+                "createTime": 0,
+                "startPosType": 1,
+                "startPos": 2
+            },
+            {
+                "mId": "M13",
+                "monsterId": 20201002,
+                "type": 1,
+                "count": 1,
+                "intervalTime": 1000,
+                "hp": 10,
+                "damage": 5,
+                "anger": 10,
+                "createTime": 0,
+                "startPosType": 1,
+                "startPos": 1
+            },
+            {
+                "mId": "M14",
+                "monsterId": 20101001,
+                "type": 1,
+                "count": 3,
+                "intervalTime": 1000,
+                "hp": 10,
+                "damage": 5,
+                "anger": 10,
+                "createTime": 0,
+                "startPosType": 1,
+                "startPos": 0
+            },
+            {
+                "mId": "M15",
+                "monsterId": 20101002,
+                "type": 1,
+                "count": 1,
+                "intervalTime": 1000,
+                "hp": 10,
+                "damage": 5,
+                "anger": 10,
+                "createTime": 0,
+                "startPosType": 1,
+                "startPos": 1
+            },
+            {
+                "mId": "M16",
+                "monsterId": 20301001,
+                "type": 1,
+                "count": 3,
+                "intervalTime": 1000,
+                "hp": 10,
+                "damage": 5,
+                "anger": 10,
+                "createTime": 0,
+                "startPosType": 1,
+                "startPos": 2
+            },
+            {
+                "mId": "M17",
+                "monsterId": 20301002,
+                "type": 1,
+                "count": 1,
+                "intervalTime": 1000,
+                "hp": 10,
+                "damage": 5,
+                "anger": 10,
+                "createTime": 0,
+                "startPosType": 1,
+                "startPos": 1
+            },
+            {
+                "mId": "M18",
+                "monsterId": 20401003,
+                "type": 0,
+                "count": 1,
+                "intervalTime": 0,
+                "hp": 10,
+                "damage": 5,
+                "anger": 10,
+                "createTime": 16500,
+                "startPosType": 1,
+                "startPos": 1
+            }
+        ]
     }
 ]