diff --git a/.gitignore b/.gitignore
index d15486e..0b8a5bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,6 @@
-_saves/*
\ No newline at end of file
+_saves/
+project/bgms/
+project/animates/
+project/images/
+project/sounds/
+_docs/
\ No newline at end of file
diff --git a/_server/config.json b/_server/config.json
new file mode 100644
index 0000000..6857b8e
--- /dev/null
+++ b/_server/config.json
@@ -0,0 +1 @@
+{"viewportLoc":[0,0],"editorLastFloorId":"MT43"}
\ No newline at end of file
diff --git a/index.html b/index.html
index 4cf2e0c..6068066 100644
--- a/index.html
+++ b/index.html
@@ -142,7 +142,8 @@
-
+
+
@@ -171,6 +172,7 @@
+
diff --git a/libs/control.js b/libs/control.js
index 01e1d64..524adad 100644
--- a/libs/control.js
+++ b/libs/control.js
@@ -3456,6 +3456,16 @@ control.prototype._resize_statusBar = function (obj) {
core.dom.statusCanvas.style.height = obj.outerHeight - 2 * obj.BORDER + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT * core.domStyle.scale + obj.BORDER : 0) + "px";
core.maps._setHDCanvasSize(core.dom.statusCanvasCtx, obj.BAR_WIDTH, core._PY_ + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT + obj.BORDER : 0));
}
+ if (core.domStyle.isVertical) {
+ core.dom.caidan1.style.width = core._PX_ * core.domStyle.scale + "px";
+ core.dom.caidan1.style.height = obj.statusBarHeightInVertical - 3 + "px";
+ core.maps._setHDCanvasSize(core.dom.caidan1Ctx, core._PX_, obj.col * 32 + 9);
+ }
+ else {
+ core.dom.caidan1.style.width = obj.BAR_WIDTH * core.domStyle.scale + "px";
+ core.dom.caidan1.style.height = obj.outerHeight - 2 * obj.BORDER + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT * core.domStyle.scale + obj.BORDER : 0) + "px";
+ core.maps._setHDCanvasSize(core.dom.caidan1Ctx, obj.BAR_WIDTH, core._PY_ + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT + obj.BORDER : 0));
+ }
core.dom.statusCanvas.style.display = core.flags.statusCanvas && !obj.extendToolbar ? "block" : "none";
}
diff --git a/libs/core.js b/libs/core.js
index 89a8bb1..55d0bd2 100644
--- a/libs/core.js
+++ b/libs/core.js
@@ -11,8 +11,8 @@
// const core = (() => {
function core () {
- this._WIDTH_ = 13;
- this._HEIGHT_ = 13;
+ this._WIDTH_ = 15;
+ this._HEIGHT_ = 15;
this._PX_ = this._WIDTH_ * 32;
this._PY_ = this._HEIGHT_ * 32;
this._HALF_WIDTH_ = Math.floor(this._WIDTH_ / 2);
diff --git a/main.js b/main.js
index ff6da6a..96e1a2a 100644
--- a/main.js
+++ b/main.js
@@ -73,6 +73,8 @@ function main () {
'hard': document.getElementById('hard'),
'statusCanvas': document.getElementById('statusCanvas'),
'statusCanvasCtx': document.getElementById('statusCanvas').getContext('2d'),
+ 'caidan1': document.getElementById('caidan1'),
+ 'caidan1Ctx': document.getElementById('caidan1').getContext('2d'),
'inputDiv': document.getElementById('inputDiv'),
'inputMessage': document.getElementById('inputMessage'),
'inputBox': document.getElementById('inputBox'),
diff --git a/project/data.js b/project/data.js
index b7dd682..cb3b31b 100644
--- a/project/data.js
+++ b/project/data.js
@@ -5,12 +5,94 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"sample0",
"sample1",
"sample2",
- "MT0"
+ "MT0",
+ "MT1",
+ "MT2",
+ "MT3",
+ "MT4",
+ "MT5",
+ "MT6",
+ "MT7",
+ "MT8",
+ "MT9",
+ "MT10",
+ "MT11",
+ "MT12",
+ "MT13",
+ "MT14",
+ "MT15",
+ "MT16",
+ "MT17",
+ "MT18",
+ "MT19",
+ "MT20",
+ "MT21",
+ "MT22",
+ "MT23",
+ "MT24",
+ "MT25",
+ "MT26",
+ "MT27",
+ "MT28",
+ "MT29",
+ "MT30",
+ "MT31",
+ "MT32",
+ "MT33",
+ "MT34",
+ "MT35",
+ "MT36",
+ "MT37",
+ "MT38",
+ "MT39",
+ "MT40",
+ "MT41",
+ "MT42",
+ "MT43",
+ "MT44",
+ "MT45",
+ "MT46",
+ "MT47",
+ "MT48",
+ "MT49",
+ "MT50",
+ "MT51",
+ "MT52",
+ "MT53",
+ "MT54",
+ "MT55",
+ "MT56",
+ "MT57",
+ "MT58",
+ "MT59",
+ "MT60",
+ "MT61",
+ "MT62",
+ "MT63",
+ "MT64",
+ "MT65",
+ "MT66",
+ "MT67",
+ "MT68",
+ "MT69",
+ "MT70",
+ "MT71",
+ "MT72",
+ "MT73",
+ "MT74",
+ "MT75",
+ "MT76",
+ "MT77",
+ "MT78",
+ "MT79",
+ "MT80",
+ "MT81"
],
"floorPartitions": [],
"images": [
"bear.png",
"bg.jpg",
+ "caidan.png",
"dragon.png",
"hero.png",
"winskin.png"
@@ -76,49 +158,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"商店": "shop.mp3",
"领域": "zone"
},
- "levelChoose": [
- {
- "title": "简单",
- "name": "Easy",
- "hard": 1,
- "color": [
- 64,
- 255,
- 85,
- 1
- ],
- "action": [
- {
- "type": "comment",
- "text": "在这里写该难度需执行的事件"
- }
- ]
- },
- {
- "title": "普通",
- "name": "Normal",
- "hard": 2,
- "color": [
- 255,
- 221,
- 32,
- 1
- ],
- "action": []
- },
- {
- "title": "困难",
- "name": "Hard",
- "hard": 3,
- "color": [
- 255,
- 68,
- 64,
- 1
- ],
- "action": []
- }
- ],
+ "levelChoose": [],
"equipName": [
"武器",
"盾牌"
@@ -166,7 +206,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"title": "魔塔样板",
"name": "template",
"version": "Ver 2.10.0",
- "floorId": "sample0",
+ "floorId": "MT0",
"hero": {
"image": "hero.png",
"animate": false,
@@ -189,8 +229,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
},
"loc": {
"direction": "up",
- "x": 6,
- "y": 10
+ "x": 7,
+ "y": 11
},
"flags": {},
"followers": [],
@@ -763,7 +803,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"betweenAttackMax": false,
"useLoop": false,
"startUsingCanvas": false,
- "statusCanvas": false,
+ "statusCanvas": true,
"enableEnemyPoint": true,
"enableGentleClick": true,
"ignoreChangeFloor": true,
diff --git a/project/floors/MT0.js b/project/floors/MT0.js
index 454a01b..ba451cb 100644
--- a/project/floors/MT0.js
+++ b/project/floors/MT0.js
@@ -1,8 +1,8 @@
main.floors.MT0=
{
"floorId": "MT0",
- "title": "主塔 0 层",
- "name": "0",
+ "title": "天塔第 0 层",
+ "name": "天塔第0层",
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
@@ -11,19 +11,21 @@ main.floors.MT0=
"images": [],
"ratio": 1,
"map": [
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 87, 2, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 2, 2, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 2, 23, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 2, 22, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 2, 21, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 0,124,124, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 2, 0, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 2, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 2, 0, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 0, 0, 0,168, 0, 88, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 0, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
],
"firstArrive": [],
"parallelDo": "",
@@ -39,7 +41,9 @@ main.floors.MT0=
"fgmap": [
],
- "width": 13,
- "height": 13,
- "autoEvent": {}
+ "width": 15,
+ "height": 15,
+ "autoEvent": {},
+ "beforeBattle": {},
+ "cannotMoveIn": {}
}
\ No newline at end of file
diff --git a/project/floors/MT1.js b/project/floors/MT1.js
new file mode 100644
index 0000000..6fa886a
--- /dev/null
+++ b/project/floors/MT1.js
@@ -0,0 +1,50 @@
+main.floors.MT1=
+{
+ "floorId": "MT1",
+ "title": "天塔第 1 层",
+ "name": "天塔第1层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 21, 2, 31, 2, 88, 2, 27, 2, 31, 2, 28, 0,NaN],
+ [ 0, 0,205, 81, 0, 0, 0, 2, 21,209, 0,209, 32, 0,NaN],
+ [ 0, 0, 21, 2,201, 2, 2, 2, 2, 2, 81, 2, 2, 0,NaN],
+ [ 0, 0, 2, 2, 0,121, 2, 0, 22, 2,209, 0, 2, 0,NaN],
+ [ 0, 0, 31,202, 0, 0,202, 0, 0, 0, 0, 0, 2, 0,NaN],
+ [ 0, 0, 2, 2,210, 2, 2, 2, 82, 2, 2, 0, 2, 0,NaN],
+ [ 0, 0, 31, 21,209, 0, 21, 0,209, 32, 2, 0, 87, 0,NaN],
+ [ 0, 0, 2, 2, 2, 2,209, 2, 2, 2, 2, 2, 2, 0,NaN],
+ [ 0, 0, 21, 0, 2, 21,205, 2, 0, 28, 2, 0, 27, 0,NaN],
+ [ 0, 0, 21,205, 81, 0, 0, 81,217, 31, 81,210, 0, 0,NaN],
+ [ 0, 0, 22, 0, 2, 0, 21, 2, 0, 21, 2, 0, 31, 0,NaN],
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT10.js b/project/floors/MT10.js
new file mode 100644
index 0000000..afda11f
--- /dev/null
+++ b/project/floors/MT10.js
@@ -0,0 +1,50 @@
+main.floors.MT10=
+{
+ "floorId": "MT10",
+ "title": "天塔第 10 层",
+ "name": "天塔第10层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 87, 2, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 2, 2, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 86, 2, 27, 0, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 2, 2, 0, 31, 0, 0, 27, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 2, 0, 31, 0, 0, 27, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 31, 2, 2, 86, 2, 2, 0, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 2, 2, 0,211, 0, 0, 0, 2, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 0, 0, 0, 0, 0, 2, 2, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 0, 0, 2, 86, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 2, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 2, 88, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT11.js b/project/floors/MT11.js
new file mode 100644
index 0000000..5e70029
--- /dev/null
+++ b/project/floors/MT11.js
@@ -0,0 +1,50 @@
+main.floors.MT11=
+{
+ "floorId": "MT11",
+ "title": "天塔第 11 层",
+ "name": "天塔第11层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 88, 0, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 2,203, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 32,253, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 2, 0, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 31,213, 0,253, 21, 2, 4, 0, 0],
+ [ 0, 0, 87, 0, 0, 81, 0, 2, 2, 2, 32, 2, 4, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 32, 0,203, 32,203, 2, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 81, 2, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2,203, 7,131, 8, 2, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 0, 21, 31, 21, 2, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 2, 2, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT12.js b/project/floors/MT12.js
new file mode 100644
index 0000000..44ee160
--- /dev/null
+++ b/project/floors/MT12.js
@@ -0,0 +1,50 @@
+main.floors.MT12=
+{
+ "floorId": "MT12",
+ "title": "天塔第 12 层",
+ "name": "天塔第12层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 87, 0, 0, 2, 27, 0, 31, 21, 32, 0, 28, 0, 0],
+ [ 0, 0, 2, 2, 32, 2, 2, 2, 2,219, 2, 2, 2, 0, 0],
+ [ 0, 0, 31, 2, 0, 0,203, 2, 0, 31, 0, 2, 31, 0, 0],
+ [ 0, 0, 21,218, 0, 2, 27, 2, 31, 0, 31, 81, 0, 0, 0],
+ [ 0, 0, 2, 2,253, 2,203, 2, 2,206, 2, 2, 28, 0, 0],
+ [ 0, 0, 88, 0, 0, 21, 0, 2, 0, 31, 0, 2, 2, 0, 0],
+ [ 0, 0, 2, 2, 2, 2,203, 2, 31, 0, 27, 2, 31, 0, 0],
+ [ 0, 0, 27, 32,206,206, 0, 2, 2,213, 2, 2,253, 0, 0],
+ [ 0, 0, 2, 82, 2, 2, 0,218, 0, 0, 0,218, 0, 0, 0],
+ [ 0, 0, 0,206, 0, 2, 0, 2, 2,213, 2, 2,206, 0, 0],
+ [ 0, 0, 27, 32, 28, 81,210, 2, 31, 28, 31, 2, 22, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT13.js b/project/floors/MT13.js
new file mode 100644
index 0000000..95cf596
--- /dev/null
+++ b/project/floors/MT13.js
@@ -0,0 +1,50 @@
+main.floors.MT13=
+{
+ "floorId": "MT13",
+ "title": "天塔第 13 层",
+ "name": "天塔第13层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 88, 0, 0, 0, 2, 32, 2, 31, 2, 21, 31, 0, 0],
+ [ 0, 0, 2, 2, 2, 0, 81,217, 81,217, 2,218, 31, 0, 0],
+ [ 0, 0, 21, 32, 2,253, 2, 2, 2, 81, 2, 81, 2, 0, 0],
+ [ 0, 0, 27, 0,206, 0,206, 2,203, 0,203, 0, 31, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 0, 2, 0, 2, 81, 2, 2, 0, 0],
+ [ 0, 0, 31, 21, 0, 2, 21,206, 31, 2, 31,203, 31, 0, 0],
+ [ 0, 0, 0, 0,218, 2,219, 2, 2, 2, 2, 2, 81, 0, 0],
+ [ 0, 0, 2, 2, 82, 2, 0,123,206, 0, 0, 0, 31, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 2, 81, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 2, 2, 2, 2,206, 2,213, 0, 81, 0, 2, 0, 0],
+ [ 0, 0, 23, 32, 32,219, 31, 2, 28, 31, 2, 0, 87, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT14.js b/project/floors/MT14.js
new file mode 100644
index 0000000..51994bc
--- /dev/null
+++ b/project/floors/MT14.js
@@ -0,0 +1,50 @@
+main.floors.MT14=
+{
+ "floorId": "MT14",
+ "title": "天塔第 14 层",
+ "name": "天塔第14层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 2, 2, 2, 4, 4, 4, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 2, 0, 0, 0, 2, 4, 2, 0, 0, 0, 2, 0, 0],
+ [ 0, 0, 2, 0, 0, 2, 4, 2, 0, 0, 2, 0, 0, 0, 0],
+ [ 0, 0, 2, 0, 0, 0, 2, 4, 2, 0, 0, 0, 2, 0, 0],
+ [ 0, 0, 4, 2, 84, 2, 4, 4, 4, 2, 84, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 84, 2, 2, 2, 2, 2, 84, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 84, 84, 84, 84, 84, 84, 84, 2, 4, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 84, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 87, 0, 0, 0, 83, 24, 82, 0, 0, 0, 88, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT15.js b/project/floors/MT15.js
new file mode 100644
index 0000000..769a62e
--- /dev/null
+++ b/project/floors/MT15.js
@@ -0,0 +1,50 @@
+main.floors.MT15=
+{
+ "floorId": "MT15",
+ "title": "天塔第 15 层",
+ "name": "天塔第15层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0,206, 27, 27, 0, 0, 81,253, 0, 21, 2, 28, 0, 0],
+ [ 0, 0, 81, 2, 2, 0, 0, 2, 32, 21, 0, 81, 32, 0, 0],
+ [ 0, 0,253, 2, 0, 0, 0, 2, 2, 2, 2, 2, 28, 0, 0],
+ [ 0, 0, 0, 2, 81, 2, 2, 2, 0,203, 21, 2, 2, 0, 0],
+ [ 0, 0,213, 2, 0, 0, 0,213, 0, 2, 21, 0, 31, 0, 0],
+ [ 0, 0, 31, 2,206, 2, 2, 2, 0, 2, 0, 2,218, 0, 0],
+ [ 0, 0,213, 2, 0, 2, 0, 31,218, 2, 0, 2, 0, 0, 0],
+ [ 0, 0, 21, 31, 0, 2, 87, 2,253, 2, 0, 0, 2, 0, 0],
+ [ 0, 0, 2, 2,206, 2, 2, 2,218, 2, 2, 0, 0, 0, 0],
+ [ 0, 0, 0,218, 0, 21, 2, 0, 0, 2,218, 2, 0, 0, 0],
+ [ 0, 0, 88, 31, 2, 31,203, 31,122, 2, 31, 37, 31, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT16.js b/project/floors/MT16.js
new file mode 100644
index 0000000..57d8eea
--- /dev/null
+++ b/project/floors/MT16.js
@@ -0,0 +1,50 @@
+main.floors.MT16=
+{
+ "floorId": "MT16",
+ "title": "天塔第 16 层",
+ "name": "天塔第16层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 28, 0, 0, 2,218, 0, 0,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0,218, 0, 2, 0, 0, 21, 2,206, 0, 0, 32, 0,NaN],
+ [ 0, 0, 0, 2, 2, 2, 2, 2, 81, 2, 2, 27, 0,NaN,NaN],
+ [ 0, 0, 0,206, 81,213, 0, 87, 2, 31, 0,NaN,NaN,NaN,NaN],
+ [ 0, 0, 2, 2, 2, 32, 0, 0, 0,206, 2, 0, 0, 0,NaN],
+ [ 0, 0, 21, 2, 2, 2, 32, 2, 2, 2, 21, 0,NaN,NaN,NaN],
+ [ 0, 0, 0, 0, 2,206, 0, 0, 0, 32, 2, 2, 2, 0,NaN],
+ [ 0, 0, 31, 2, 88,123, 81,206, 0, 0,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 27, 2, 2, 81, 2, 2, 2, 2, 2, 0, 0,NaN,NaN],
+ [ 0, 0, 32, 0,206, 2, 21, 0, 0, 2,218, 0,NaN,NaN,NaN],
+ [ 0, 0, 0,218, 0, 2, 0, 28, 0, 0, 0,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT17.js b/project/floors/MT17.js
new file mode 100644
index 0000000..41f2323
--- /dev/null
+++ b/project/floors/MT17.js
@@ -0,0 +1,50 @@
+main.floors.MT17=
+{
+ "floorId": "MT17",
+ "title": "天塔第 17 层",
+ "name": "天塔第17层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 4, 0, 0],
+ [ 0, 0,121, 0, 2, 0, 0, 0, 88, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 28,218, 81,218, 2, 2, 2, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 2, 81, 2, 0, 2, 21, 21, 22, 22, 2, 4, 0, 0],
+ [ 0, 0, 21, 0, 2, 0, 2, 23, 23, 24, 24, 2, 4, 0, 0],
+ [ 0, 0, 27, 31, 2, 31, 2, 27, 27, 28, 28, 2, 4, 0, 0],
+ [ 0, 0, 2, 81, 2, 0, 2, 31, 31, 32, 32, 2, 4, 0, 0],
+ [ 0, 0, 21,218, 81,218, 2,300, 2, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 87, 0, 2, 0, 32, 0, 2, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT18.js b/project/floors/MT18.js
new file mode 100644
index 0000000..7e594d7
--- /dev/null
+++ b/project/floors/MT18.js
@@ -0,0 +1,50 @@
+main.floors.MT18=
+{
+ "floorId": "MT18",
+ "title": "天塔第 18 层",
+ "name": "天塔第18层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0,203,203,203, 2,206,206,206, 2,219, 0, 32, 0, 0],
+ [ 0, 0, 0, 2, 0, 2, 0, 2, 0, 2,219, 2, 0, 0, 0],
+ [ 0, 0, 32, 2, 32, 2, 32, 2, 87, 2,219, 2,213, 0, 0],
+ [ 0, 0, 0, 2, 0, 2, 0, 2, 2, 2, 0, 2,213, 0, 0],
+ [ 0, 0,219, 2,206, 2,203,203,203, 0, 32, 2,213, 0, 0],
+ [ 0, 0,219, 2,206, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0],
+ [ 0, 0,219, 2,206, 0, 32, 0,218,218,218, 0, 32, 0, 0],
+ [ 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 32, 0,213,213,213, 0, 32, 0,218,218,218, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0],
+ [ 0, 0, 88, 0, 22, 0,206,206,206, 0, 32, 38, 32, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT19.js b/project/floors/MT19.js
new file mode 100644
index 0000000..4aa5c81
--- /dev/null
+++ b/project/floors/MT19.js
@@ -0,0 +1,50 @@
+main.floors.MT19=
+{
+ "floorId": "MT19",
+ "title": "天塔第 19 层",
+ "name": "天塔第19层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 31, 2, 31, 2, 27, 31, 31, 31, 0, 0, 0, 0, 0],
+ [ 0, 0,206, 0,206, 0, 28, 2, 2, 2, 0,303, 0, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 2, 88, 2, 0, 0, 0, 0, 0],
+ [ 0, 0, 31, 2, 31, 27, 0, 2, 0, 2, 2, 2, 31, 0, 0],
+ [ 0, 0, 31, 2, 31, 28, 0, 2, 0, 2, 31, 2, 0, 0, 0],
+ [ 0, 0,219, 2, 2, 2,219, 2, 0, 2, 31, 2, 31, 0, 0],
+ [ 0, 0, 0, 0, 0,206, 0, 0, 0,219, 0, 2, 0, 0, 0],
+ [ 0, 0, 31, 2, 2, 2, 2, 2, 81, 2, 2, 2,206, 0, 0],
+ [ 0, 0, 0, 0, 0, 31, 0, 0, 0, 0,206, 82, 0, 0, 0],
+ [ 0, 0, 31, 2, 2, 2, 2, 2, 2, 2, 31, 2, 31, 0, 0],
+ [ 0, 0, 0,219, 31, 31, 0, 87, 2, 31, 31, 2, 31, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT2.js b/project/floors/MT2.js
new file mode 100644
index 0000000..16418fc
--- /dev/null
+++ b/project/floors/MT2.js
@@ -0,0 +1,50 @@
+main.floors.MT2=
+{
+ "floorId": "MT2",
+ "title": "天塔第 2 层",
+ "name": "天塔第2层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 21, 47, 2, 0,221,201,221, 31, 0, 0, 32, 0, 0],
+ [ 0, 0, 22, 0, 2, 0, 2, 2, 2, 2, 2, 2, 83, 0, 0],
+ [ 0, 0, 0, 0,221, 0, 2, 32,205, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 32, 32, 2, 33, 2, 82, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2,221, 0, 32,217, 21, 21, 0, 0],
+ [ 0, 0, 2,201, 81, 31, 2, 2, 2, 81, 2, 2, 2, 0, 0],
+ [ 0, 0, 2,202, 2, 0, 0, 0, 0, 0, 0, 0, 88, 0, 0],
+ [ 0, 0, 2,201, 2,210, 2, 82, 2, 81, 2, 2, 2, 0, 0],
+ [ 0, 0, 31, 0, 0, 0, 0, 0,209, 0, 0, 0, 31, 0, 0],
+ [ 0, 0, 2, 81, 2, 2, 2, 0, 2, 2, 2, 81, 2, 0, 0],
+ [ 0, 0, 31,205,205, 27, 2, 87, 2, 27, 28,209, 21, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT20.js b/project/floors/MT20.js
new file mode 100644
index 0000000..0e2a72e
--- /dev/null
+++ b/project/floors/MT20.js
@@ -0,0 +1,50 @@
+main.floors.MT20=
+{
+ "floorId": "MT20",
+ "title": "天塔第 20 层",
+ "name": "天塔第20层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 2, 0, 32, 0, 2, 87, 2, 0, 32, 0, 2, 0, 0],
+ [ 0, 0, 0, 27, 2, 32, 0, 0, 0, 32, 2, 28, 0, 0, 0],
+ [ 0, 0, 27, 2, 2, 2, 2, 2, 2, 2, 2, 2, 28, 0, 0],
+ [ 0, 0, 0, 27, 0, 0, 0,302, 0,323,323, 28, 0, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 0, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 27, 2, 0, 0, 0, 0, 0, 0, 0, 2, 28, 0, 0],
+ [ 0, 0, 27, 2, 0, 0, 0, 0, 0, 0, 0, 2, 28, 0, 0],
+ [ 0, 0, 27, 2, 0, 0, 0,302, 0, 0, 0, 2, 28, 0, 0],
+ [ 0, 0, 27, 2, 2, 2, 2, 83, 2, 2, 2, 2, 28, 0, 0],
+ [ 0, 0, 21, 0, 0,219, 81,123, 81,219, 0, 0, 21, 0, 0],
+ [ 0, 0, 32, 32, 21, 0, 2, 88, 2, 0, 21, 32, 32, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT21.js b/project/floors/MT21.js
new file mode 100644
index 0000000..09fbc98
--- /dev/null
+++ b/project/floors/MT21.js
@@ -0,0 +1,50 @@
+main.floors.MT21=
+{
+ "floorId": "MT21",
+ "title": "天塔第 21 层",
+ "name": "天塔第21层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 88, 2, 32, 27, 28, 32, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 0, 2, 2, 2, 0, 2, 0, 0],
+ [ 0, 0, 4, 4, 2, 32, 2, 0,123, 0, 2, 0, 32, 0, 0],
+ [ 0, 0, 4, 4, 2, 81, 2, 0, 0, 87, 2, 32, 0, 0, 0],
+ [ 0, 0, 4, 4, 2, 32, 21, 0, 2, 2, 2, 2, 81, 0, 0],
+ [ 0, 0, 2, 2, 2,219, 2, 2, 2, 0, 0, 32, 0, 0, 0],
+ [ 0, 0, 32, 28, 2, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0],
+ [ 0, 0, 32, 27,216, 0, 2, 0,125, 0,123, 2, 4, 0, 0],
+ [ 0, 0, 2, 2, 81, 2, 2, 2, 2, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 32, 2,216, 2, 32, 2, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 27, 32, 22, 32, 28, 2, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT22.js b/project/floors/MT22.js
new file mode 100644
index 0000000..13c01c2
--- /dev/null
+++ b/project/floors/MT22.js
@@ -0,0 +1,50 @@
+main.floors.MT22=
+{
+ "floorId": "MT22",
+ "title": "天塔第 22 层",
+ "name": "天塔第22层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 2, 27, 2, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 2,216, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 4, 2, 0, 0, 81, 32, 81, 0, 0, 0, 32, 0, 0],
+ [ 0, 0, 4, 2,123, 0, 2, 2, 2, 88, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 2, 2,216, 2, 4, 2, 2, 0,216,122, 0, 0],
+ [ 0, 0, 4, 4, 2, 32, 2, 4, 4, 2, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 2, 28, 2, 4, 4, 2,216, 2, 2, 0, 0],
+ [ 0, 0, 4, 2, 2,216, 2, 2, 2, 2, 81, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 32, 0, 81,216, 0, 32, 32, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 0, 0, 2, 2, 2, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 0, 87, 2, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT23.js b/project/floors/MT23.js
new file mode 100644
index 0000000..008cfe1
--- /dev/null
+++ b/project/floors/MT23.js
@@ -0,0 +1,50 @@
+main.floors.MT23=
+{
+ "floorId": "MT23",
+ "title": "天塔第 23 层",
+ "name": "天塔第23层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 2, 22, 2, 27, 2, 28, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 87, 0, 21, 2, 32, 0, 32, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0,215, 2, 2, 2, 81, 2, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 0, 31, 0, 0, 0, 32, 0, 0],
+ [ 0, 0, 2, 31, 0, 31, 2, 0, 2, 2,219, 2, 2, 0, 0],
+ [ 0, 0, 27,216, 31,216, 32, 0, 2, 32, 21, 0, 32, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 0, 2, 2, 2,216, 2, 0, 0],
+ [ 0, 0, 2, 31, 0, 31, 2, 0, 2, 32, 0, 21, 32, 0, 0],
+ [ 0, 0,216, 0,123, 0,216, 0, 2, 2, 0, 2, 2, 0, 0],
+ [ 0, 0, 81, 2, 0, 2, 2, 81, 2, 32, 21, 0, 32, 0, 0],
+ [ 0, 0, 28, 2, 0, 88, 2, 27, 2, 2, 2, 39, 2, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT24.js b/project/floors/MT24.js
new file mode 100644
index 0000000..e1af6f5
--- /dev/null
+++ b/project/floors/MT24.js
@@ -0,0 +1,50 @@
+main.floors.MT24=
+{
+ "floorId": "MT24",
+ "title": "天塔第 24 层",
+ "name": "天塔第24层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 2, 27, 2, 88, 0,123, 0, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 2, 27, 2, 2, 2, 2, 0, 2, 4, 4, 0, 0],
+ [ 0, 0, 2, 2, 31, 0, 87, 0, 82, 0, 2, 4, 4, 0, 0],
+ [ 0, 0, 2,125, 32, 2, 2, 2, 2, 81, 2, 4, 4, 0, 0],
+ [ 0, 0, 2, 2,216, 32, 2, 32,216, 32, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 2, 2,216, 32,216, 2, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 2, 2, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT25.js b/project/floors/MT25.js
new file mode 100644
index 0000000..783a8c2
--- /dev/null
+++ b/project/floors/MT25.js
@@ -0,0 +1,50 @@
+main.floors.MT25=
+{
+ "floorId": "MT25",
+ "title": "天塔第 25 层",
+ "name": "天塔第25层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 81, 0, 32, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 88, 0,123, 32, 0, 0, 0, 0, 0],
+ [ 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0,215, 0, 0, 0],
+ [ 0, 0, 0, 0,215, 0, 32, 22, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 81, 0, 0, 0],
+ [ 0, 0, 32, 0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0,215, 0, 32, 0, 0, 0],
+ [ 0, 0, 89, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 32, 0, 0, 0, 0, 32, 0, 0, 0, 87, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT26.js b/project/floors/MT26.js
new file mode 100644
index 0000000..01f5bce
--- /dev/null
+++ b/project/floors/MT26.js
@@ -0,0 +1,50 @@
+main.floors.MT26=
+{
+ "floorId": "MT26",
+ "title": "天塔第 26 层",
+ "name": "天塔第26层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 31, 0, 31, 0, 31, 0, 31, 2, 32, 32, 32, 0,NaN],
+ [ 0, 0, 0, 0, 2, 81, 2, 2, 2, 2, 2, 0,NaN,NaN,NaN],
+ [ 0, 0, 2, 2, 0,216, 0, 0, 0, 81, 32, 0,NaN,NaN,NaN],
+ [ 0, 0, 32, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0,NaN],
+ [ 0, 0, 27, 0, 0, 2, 32, 32, 32, 21, 2, 32, 32, 0,NaN],
+ [ 0, 0, 2, 2, 2, 27, 28, 0, 0, 2, 32, 0,NaN,NaN,NaN],
+ [ 0, 0, 21, 32, 21, 2, 2, 2, 2, 2, 81, 2, 0,NaN,NaN],
+ [ 0, 0, 81, 2, 0,216, 0, 0, 32, 0, 32, 0, 31, 0,NaN],
+ [ 0, 0, 32, 81, 21, 2,215, 0, 2, 2,123, 2, 0,NaN,NaN],
+ [ 0, 0, 2, 2, 2, 2, 81, 2, 2, 2, 0, 2, 0,NaN,NaN],
+ [ 0, 0, 87, 0, 0, 0, 31, 0, 2, 40, 2, 0, 88, 0,NaN],
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT27.js b/project/floors/MT27.js
new file mode 100644
index 0000000..73091b9
--- /dev/null
+++ b/project/floors/MT27.js
@@ -0,0 +1,50 @@
+main.floors.MT27=
+{
+ "floorId": "MT27",
+ "title": "天塔第 27 层",
+ "name": "天塔第27层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 28, 21, 2, 32, 32, 2, 32, 32, 32, 32, 32, 0,NaN],
+ [ 0, 0, 27, 0, 21, 2, 81, 2, 2, 2, 2, 0,NaN,NaN,NaN],
+ [ 0, 0, 32, 32, 2, 2, 2, 0, 0, 0, 31, 0,NaN,NaN,NaN],
+ [ 0, 0, 2, 2, 2, 0, 0, 0, 0, 2, 81, 2, 2, 0,NaN],
+ [ 0, 0,125, 2, 87, 0, 2, 28, 2, 2,215, 81, 0,NaN,NaN],
+ [ 0, 0,216, 2, 2, 2, 2, 2, 2, 0, 0, 2, 22, 0,NaN],
+ [ 0, 0, 0, 81, 32, 81, 0, 31, 2, 82, 2, 2, 2, 0,NaN],
+ [ 0, 0, 2, 2, 2, 2, 0, 2, 0, 0,216, 32, 0,NaN,NaN],
+ [ 0, 0, 0, 81, 2, 0, 2, 2, 2, 21,216, 0,NaN,NaN,NaN],
+ [ 0, 0, 2, 2, 2, 81, 2, 21, 2, 0,216, 0, 2, 0,NaN],
+ [ 0, 0, 88, 0, 0, 0, 2, 32, 31, 2, 27, 0,NaN,NaN,NaN],
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT28.js b/project/floors/MT28.js
new file mode 100644
index 0000000..88e90e4
--- /dev/null
+++ b/project/floors/MT28.js
@@ -0,0 +1,50 @@
+main.floors.MT28=
+{
+ "floorId": "MT28",
+ "title": "天塔第 28 层",
+ "name": "天塔第28层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 32, 32, 27, 2, 31, 0, 32, 2, 0, 0, 21, 0, 0],
+ [ 0, 0, 0, 21, 22, 2, 0, 0, 0, 81, 0, 31, 0, 0, 0],
+ [ 0, 0, 0, 0, 2, 31, 0, 2, 0, 0, 32, 0, 0, 0, 0],
+ [ 0, 0, 82, 2, 2, 2, 2, 81, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 2, 88, 0, 0, 0, 0, 2, 31, 0, 31, 0, 0, 0],
+ [ 0, 0, 0, 2, 2, 2, 2, 2, 0,215, 0, 21, 0, 0, 0],
+ [ 0, 0, 0, 2, 0, 21, 2, 0, 2, 31, 0, 31, 0, 0, 0],
+ [ 0, 0, 81,216, 31, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0],
+ [ 0, 0, 0, 2, 0, 22, 2, 0, 0,215, 0, 0, 87, 0, 0],
+ [ 0, 0, 0, 2, 2, 2, 2, 0, 2, 2, 81, 2, 2, 0, 0],
+ [ 0, 0, 31, 0,216, 0, 2, 31, 31, 31, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT29.js b/project/floors/MT29.js
new file mode 100644
index 0000000..1463286
--- /dev/null
+++ b/project/floors/MT29.js
@@ -0,0 +1,50 @@
+main.floors.MT29=
+{
+ "floorId": "MT29",
+ "title": "天塔第 29 层",
+ "name": "天塔第29层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 32, 0, 0, 32, 2, 0, 2, 31, 0,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 2, 2, 82, 2, 2, 31, 2, 32, 81, 31, 0,NaN],
+ [ 0, 0, 31, 2,216,216, 2, 0, 81, 0, 2, 2, 0,NaN,NaN],
+ [ 0, 0, 22, 2, 28, 2, 28, 2, 32, 2, 31, 0, 21, 0,NaN],
+ [ 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0,NaN,NaN],
+ [ 0, 0, 31, 21, 2, 87, 2, 32, 32, 0, 81, 0, 21, 0,NaN],
+ [ 0, 0, 21, 31, 2, 0, 2, 2, 2, 2, 2, 2, 0,NaN,NaN],
+ [ 0, 0, 31, 0, 2, 0, 2, 32, 32, 0, 81, 0, 0, 0,NaN],
+ [ 0, 0, 2, 2,221, 2, 2, 2, 2, 2, 0, 88, 0,NaN,NaN],
+ [ 0, 0, 21, 0, 81, 0, 81, 0, 2, 0, 82, 0, 2, 0,NaN],
+ [ 0, 0, 31, 2, 2, 31, 2, 32, 32, 2, 0, 32, 0,NaN,NaN],
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT3.js b/project/floors/MT3.js
new file mode 100644
index 0000000..824f54e
--- /dev/null
+++ b/project/floors/MT3.js
@@ -0,0 +1,50 @@
+main.floors.MT3=
+{
+ "floorId": "MT3",
+ "title": "天塔第 3 层",
+ "name": "天塔第3层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 2, 32, 0, 21,209,210,209, 0, 2, 22, 2, 0, 0],
+ [ 0, 0, 31,209, 2, 2, 2, 2, 2, 0,205,217,205, 0, 0],
+ [ 0, 0, 2, 81, 2, 21, 31, 32, 2, 2, 2, 2, 81, 0, 0],
+ [ 0, 0,205, 0, 2, 21, 2, 2, 2,210, 0, 28, 27, 0, 0],
+ [ 0, 0, 81, 2, 2, 0, 2, 87, 2, 32, 2, 2, 2, 0, 0],
+ [ 0, 0, 0,202, 2,217, 2, 0, 2, 0,210,202,209, 0, 0],
+ [ 0, 0, 2, 81, 2, 82, 2, 81, 2, 2, 2, 2, 0, 0, 0],
+ [ 0, 0, 21, 32, 0, 0,205, 0, 2, 0, 34, 2, 31, 0, 0],
+ [ 0, 0, 2, 81, 2, 2, 2, 81, 2, 27, 0, 2,209, 0, 0],
+ [ 0, 0, 31,205, 0, 27, 2, 0, 2, 81, 2, 2,210, 0, 0],
+ [ 0, 0, 21, 31, 0, 28, 2, 88, 2, 28, 0,217, 21, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT30.js b/project/floors/MT30.js
new file mode 100644
index 0000000..73969cb
--- /dev/null
+++ b/project/floors/MT30.js
@@ -0,0 +1,50 @@
+main.floors.MT30=
+{
+ "floorId": "MT30",
+ "title": "天塔第 30 层",
+ "name": "天塔第30层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 31, 2, 0, 31, 0, 2, 34, 2, 50, 0, 2, 0, 0],
+ [ 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 0, 0, 0, 0],
+ [ 0, 0, 2, 31, 2, 2, 2, 2, 31,323, 2, 32, 0, 0, 0],
+ [ 0, 0, 0, 32, 2, 4, 4, 2, 2, 2, 2, 0, 0, 0, 0],
+ [ 0, 0,215, 2, 2, 2, 4, 4, 2, 0, 58, 2, 0, 0, 0],
+ [ 0, 0, 32, 2, 0, 88, 2, 2, 2, 87, 0, 2, 32, 0, 0],
+ [ 0, 0, 2, 34, 0, 2, 4, 4, 2, 2, 2,215, 0, 0, 0],
+ [ 0, 0, 0, 2, 2,216, 2, 2, 4, 4, 2, 32, 0, 0, 0],
+ [ 0, 0, 32, 2, 0, 31, 2, 2, 2, 2, 31, 2, 0, 0, 0],
+ [ 0, 0, 2, 2, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 2, 0, 0, 2, 34, 2, 0, 31, 0, 2, 31, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT31.js b/project/floors/MT31.js
new file mode 100644
index 0000000..f0d7cc1
--- /dev/null
+++ b/project/floors/MT31.js
@@ -0,0 +1,50 @@
+main.floors.MT31=
+{
+ "floorId": "MT31",
+ "title": "天塔第 31 层",
+ "name": "天塔第31层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 2, 2, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 59, 2, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 27, 2, 28, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 86, 2, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 32, 0,221, 0, 32, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 87, 0, 2, 0, 88, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 0, 2, 0, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 83, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 2, 2, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT32.js b/project/floors/MT32.js
new file mode 100644
index 0000000..bd72f69
--- /dev/null
+++ b/project/floors/MT32.js
@@ -0,0 +1,50 @@
+main.floors.MT32=
+{
+ "floorId": "MT32",
+ "title": "天塔第 32 层",
+ "name": "天塔第32层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 27, 2, 21, 2, 87, 2, 28, 2, 0, 31, 0,NaN,NaN],
+ [ 0, 0, 31, 2, 21, 2, 0, 2, 28, 31, 0, 2, 0,NaN,NaN],
+ [ 0, 0,206, 2, 0,219, 0, 2, 27, 27, 2,216, 31, 0,NaN],
+ [ 0, 0,206, 2, 81, 2, 2, 2, 2, 2, 2, 0,216, 0,NaN],
+ [ 0, 0, 0,218, 0,253, 0, 82,221, 2, 32, 2, 81, 0,NaN],
+ [ 0, 0, 31, 2, 2, 88, 0, 2, 27, 2,206, 0, 0, 0,NaN],
+ [ 0, 0, 0,203, 2, 2, 2, 2, 2, 2, 0,213, 2, 0,NaN],
+ [ 0, 0, 2, 0, 0,206, 0, 2, 21, 2, 2, 0, 31, 0,NaN],
+ [ 0, 0, 2, 81, 2, 31,253, 2, 0,218, 0,210, 0, 0,NaN],
+ [ 0, 0, 27,213, 2, 2, 0,213,218, 0, 2,219, 2, 0,NaN],
+ [ 0, 0, 21, 28, 2, 21, 31, 0, 2, 27, 2, 31, 32, 0,NaN],
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT33.js b/project/floors/MT33.js
new file mode 100644
index 0000000..776ac97
--- /dev/null
+++ b/project/floors/MT33.js
@@ -0,0 +1,50 @@
+main.floors.MT33=
+{
+ "floorId": "MT33",
+ "title": "天塔第 33 层",
+ "name": "天塔第33层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 27, 32, 28, 2, 88, 2, 87, 2, 27, 32, 28, 0,NaN],
+ [ 0, 0, 21, 0, 21, 2, 0, 2, 0, 2, 21, 0, 21, 0,NaN],
+ [ 0, 0, 2,203, 2, 2, 0, 2, 0, 2, 2, 2, 0,NaN,NaN],
+ [ 0, 0, 31, 0, 0, 0, 0,221, 0, 0, 0, 0, 31, 0,NaN],
+ [ 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0,NaN],
+ [ 0, 0, 0, 2, 7,131, 8, 2, 9,130, 10, 2, 0, 0,NaN],
+ [ 0, 0, 0, 81, 0, 0, 0, 0, 0, 0, 0, 81, 0, 0,NaN],
+ [ 0, 0, 2, 2, 2, 2, 2,121, 2, 2, 2, 2, 2, 0,NaN],
+ [ 0, 0, 4, 4, 4, 4, 2, 2, 2, 4, 4, 4, 4, 0,NaN],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0,NaN],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0,NaN],
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT34.js b/project/floors/MT34.js
new file mode 100644
index 0000000..b73f897
--- /dev/null
+++ b/project/floors/MT34.js
@@ -0,0 +1,50 @@
+main.floors.MT34=
+{
+ "floorId": "MT34",
+ "title": "天塔第 34 层",
+ "name": "天塔第34层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 87, 2, 88, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 2, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 2, 2, 2, 83, 2, 0, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 21, 0, 21, 0, 21, 0, 21, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 0, 2, 0, 2, 0, 2, 0, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 21, 0, 21, 0, 22, 0, 21, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 0, 2, 0, 2, 0, 2, 0, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 21, 0, 22, 0, 22, 0, 23, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 0, 2, 0, 2, 0, 2, 0, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 23, 0, 21, 0, 22, 0, 22, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT35.js b/project/floors/MT35.js
new file mode 100644
index 0000000..c0c8ae1
--- /dev/null
+++ b/project/floors/MT35.js
@@ -0,0 +1,50 @@
+main.floors.MT35=
+{
+ "floorId": "MT35",
+ "title": "天塔第 35 层",
+ "name": "天塔第35层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 21, 0, 21, 2, 88, 2, 21, 0, 21, 2, 31, 0, 0],
+ [ 0, 0, 28,219, 27, 2, 0, 2, 27,219, 28, 2, 31, 0, 0],
+ [ 0, 0, 2,206, 2, 2, 0, 2, 2,206, 2, 2, 28, 0, 0],
+ [ 0, 0, 0, 0, 0, 2,253, 2, 0, 0, 0, 31, 0, 0, 0],
+ [ 0, 0,213, 2,213, 2, 32, 2,213, 2,213, 2, 31, 0, 0],
+ [ 0, 0, 31, 2, 21,218, 0,218, 21, 2, 31, 2, 2, 0, 0],
+ [ 0, 0,213, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0],
+ [ 0, 0, 0,216, 21, 2, 2, 27, 82, 0, 2, 81, 0, 0, 0],
+ [ 0, 0, 2, 2,216, 2, 28, 32, 2, 2,216, 2, 27, 0, 0],
+ [ 0, 0, 32,216, 0, 2, 2, 32, 28, 2, 0, 2, 28, 0, 0],
+ [ 0, 0, 32, 2, 0, 82, 27, 2, 2, 87, 2, 31, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT36.js b/project/floors/MT36.js
new file mode 100644
index 0000000..fe2906c
--- /dev/null
+++ b/project/floors/MT36.js
@@ -0,0 +1,50 @@
+main.floors.MT36=
+{
+ "floorId": "MT36",
+ "title": "天塔第 36 层",
+ "name": "天塔第36层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 32, 32, 2,216, 0,215, 21, 32, 89, 0, 0, 0, 0],
+ [ 0, 0, 32, 32, 0, 2, 2, 2, 2, 32, 0,216, 0, 0, 0],
+ [ 0, 0, 2, 2, 2,215, 2, 4, 4, 2, 2, 82, 2, 0, 0],
+ [ 0, 0, 27,219, 81, 0, 2, 2, 4, 4, 2, 27, 28, 0, 0],
+ [ 0, 0, 2, 2, 2, 32, 0, 2, 4, 4, 2, 2,216, 0, 0],
+ [ 0, 0, 28,219, 81, 0, 2, 2, 2, 4, 4, 2, 22, 0, 0],
+ [ 0, 0, 2, 2, 2, 0, 31, 31, 2, 2, 2, 2,216, 0, 0],
+ [ 0, 0, 87, 0,215, 0, 2, 0,216, 0, 0, 81, 31, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 0, 0, 0],
+ [ 0, 0, 32, 32, 0, 0, 2, 81, 0, 81, 0, 0, 0, 0, 0],
+ [ 0, 0, 32, 32, 2, 31, 21, 2, 27, 2, 88, 2, 28, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT37.js b/project/floors/MT37.js
new file mode 100644
index 0000000..cdc055c
--- /dev/null
+++ b/project/floors/MT37.js
@@ -0,0 +1,50 @@
+main.floors.MT37=
+{
+ "floorId": "MT37",
+ "title": "天塔第 37 层",
+ "name": "天塔第37层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 2, 2, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 31, 81, 81, 2, 87, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 31, 2, 81, 32, 0, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 31, 2, 2,221, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 0, 21, 0, 0,125, 2, 4, 4, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2,221, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 88, 0, 0, 2, 0, 27, 0, 2, 0, 0, 22, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 31, 2, 0,216, 0, 2, 0,216, 0, 2, 31, 0, 0],
+ [ 0, 0, 81, 2, 32, 2, 32, 2, 81, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT38.js b/project/floors/MT38.js
new file mode 100644
index 0000000..8c3a636
--- /dev/null
+++ b/project/floors/MT38.js
@@ -0,0 +1,50 @@
+main.floors.MT38=
+{
+ "floorId": "MT38",
+ "title": "天塔第 38 层",
+ "name": "天塔第38层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 2, 2, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 2, 2, 0, 27, 88, 2, 2, 4, 0, 0, 0, 0],
+ [ 0, 0, 4, 2, 0, 21, 2, 28, 2, 0, 0, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 2, 2, 2, 2, 2, 2, 4, 0, 0, 0, 0],
+ [ 0, 0, 4, 2, 0,216, 32,221, 32,216, 0, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 2, 2, 2, 2, 2, 2, 4, 0, 0, 0, 0],
+ [ 0, 0, 4, 2, 0, 0, 2, 31, 2, 21, 0, 2, 4, 0, 0],
+ [ 0, 0, 4, 2, 2, 87, 31, 0, 2, 2, 4, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 2, 2, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT39.js b/project/floors/MT39.js
new file mode 100644
index 0000000..10f3f5e
--- /dev/null
+++ b/project/floors/MT39.js
@@ -0,0 +1,50 @@
+main.floors.MT39=
+{
+ "floorId": "MT39",
+ "title": "天塔第 39 层",
+ "name": "天塔第39层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 4, 2, 2, 2, 28, 2, 27, 2, 28, 2, 27, 0, 0],
+ [ 0, 0, 4,123, 0, 2, 82, 2, 82, 2, 82, 2, 82, 0, 0],
+ [ 0, 0, 4, 2, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 2, 0, 2, 2, 2, 31, 81, 31, 2, 2, 0, 0],
+ [ 0, 0, 4, 2, 0, 0, 0,215, 0, 2, 0,215, 0, 0, 0],
+ [ 0, 0, 4, 2, 2, 2, 0, 2, 2, 2, 2, 2, 81, 0, 0],
+ [ 0, 0, 4, 4, 2, 88, 0, 2, 31, 21, 31, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 2, 0, 2, 2, 2, 82, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 87, 0, 2, 27, 28, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT4.js b/project/floors/MT4.js
new file mode 100644
index 0000000..f91ad35
--- /dev/null
+++ b/project/floors/MT4.js
@@ -0,0 +1,50 @@
+main.floors.MT4=
+{
+ "floorId": "MT4",
+ "title": "天塔第 4 层",
+ "name": "天塔第4层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 31, 2, 28, 2, 21, 31, 2, 28,205, 2, 27, 0, 0],
+ [ 0, 0, 31, 2, 27, 2, 21, 31, 2,205, 0, 2, 31, 0, 0],
+ [ 0, 0,202, 2,205, 2, 0, 0, 2, 31,205, 2,202, 0, 0],
+ [ 0, 0,201, 2, 81, 2,210, 2, 2,205, 0, 2,201, 0, 0],
+ [ 0, 0, 21,201, 0, 0, 0, 88, 2, 32,205, 2,202, 0, 0],
+ [ 0, 0, 2, 2, 2, 81, 2, 2, 2, 2, 0, 2,201, 0, 0],
+ [ 0, 0, 32, 0, 0,202, 0, 2, 87, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 2, 81, 2, 2, 2, 2, 2,217, 2, 2, 2, 0, 0],
+ [ 0, 0, 31, 0, 0,201,202, 0,205, 31, 81,210, 0, 0, 0],
+ [ 0, 0, 2, 2, 81, 2, 2, 2, 81, 2, 2, 0, 21, 0, 0],
+ [ 0, 0, 31, 27,205, 0, 2, 31,217, 31, 2, 31, 28, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT40.js b/project/floors/MT40.js
new file mode 100644
index 0000000..3a58503
--- /dev/null
+++ b/project/floors/MT40.js
@@ -0,0 +1,50 @@
+main.floors.MT40=
+{
+ "floorId": "MT40",
+ "title": "天塔第 40 层",
+ "name": "天塔第40层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 87, 2, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 0, 2, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 0, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 0, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 0, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 0, 2, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 0, 2, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 2, 2, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4,123, 0, 0, 0, 0, 0, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 0, 0, 0, 0, 0, 2, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 2, 2, 2, 88, 2, 2, 2, 4, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT41.js b/project/floors/MT41.js
new file mode 100644
index 0000000..5c35d9f
--- /dev/null
+++ b/project/floors/MT41.js
@@ -0,0 +1,44 @@
+main.floors.MT41=
+{
+"floorId": "MT41",
+"title": "天塔第 41 层",
+"name": "天塔第41层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT42.js b/project/floors/MT42.js
new file mode 100644
index 0000000..cd8d76a
--- /dev/null
+++ b/project/floors/MT42.js
@@ -0,0 +1,44 @@
+main.floors.MT42=
+{
+"floorId": "MT42",
+"title": "天塔第 42 层",
+"name": "天塔第42层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT43.js b/project/floors/MT43.js
new file mode 100644
index 0000000..2152a8f
--- /dev/null
+++ b/project/floors/MT43.js
@@ -0,0 +1,44 @@
+main.floors.MT43=
+{
+"floorId": "MT43",
+"title": "天塔第 43 层",
+"name": "天塔第43层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT44.js b/project/floors/MT44.js
new file mode 100644
index 0000000..a1451df
--- /dev/null
+++ b/project/floors/MT44.js
@@ -0,0 +1,44 @@
+main.floors.MT44=
+{
+"floorId": "MT44",
+"title": "天塔第 44 层",
+"name": "天塔第44层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT45.js b/project/floors/MT45.js
new file mode 100644
index 0000000..40e12db
--- /dev/null
+++ b/project/floors/MT45.js
@@ -0,0 +1,44 @@
+main.floors.MT45=
+{
+"floorId": "MT45",
+"title": "天塔第 45 层",
+"name": "天塔第45层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT46.js b/project/floors/MT46.js
new file mode 100644
index 0000000..157955a
--- /dev/null
+++ b/project/floors/MT46.js
@@ -0,0 +1,44 @@
+main.floors.MT46=
+{
+"floorId": "MT46",
+"title": "天塔第 46 层",
+"name": "天塔第46层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT47.js b/project/floors/MT47.js
new file mode 100644
index 0000000..3af2764
--- /dev/null
+++ b/project/floors/MT47.js
@@ -0,0 +1,44 @@
+main.floors.MT47=
+{
+"floorId": "MT47",
+"title": "天塔第 47 层",
+"name": "天塔第47层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT48.js b/project/floors/MT48.js
new file mode 100644
index 0000000..591c748
--- /dev/null
+++ b/project/floors/MT48.js
@@ -0,0 +1,44 @@
+main.floors.MT48=
+{
+"floorId": "MT48",
+"title": "天塔第 48 层",
+"name": "天塔第48层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT49.js b/project/floors/MT49.js
new file mode 100644
index 0000000..4ecd432
--- /dev/null
+++ b/project/floors/MT49.js
@@ -0,0 +1,44 @@
+main.floors.MT49=
+{
+"floorId": "MT49",
+"title": "天塔第 49 层",
+"name": "天塔第49层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT5.js b/project/floors/MT5.js
new file mode 100644
index 0000000..fc4fae4
--- /dev/null
+++ b/project/floors/MT5.js
@@ -0,0 +1,50 @@
+main.floors.MT5=
+{
+ "floorId": "MT5",
+ "title": "天塔第 5 层",
+ "name": "天塔第5层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 4, 2, 0, 0,217, 2, 4, 4, 4, 4, 4, 0,NaN],
+ [ 0, 0, 4, 2, 2, 2, 81, 2, 4, 4, 4, 4, 4, 0,NaN],
+ [ 0, 0, 4, 2, 0, 0, 0, 2, 4, 4, 4, 4, 4, 0,NaN],
+ [ 0, 0, 4, 2, 2, 2, 81, 2, 2, 2, 2, 2, 2, 0,NaN],
+ [ 0, 0, 4, 2, 0, 0, 0,123,201, 2, 0, 0, 0, 0,NaN],
+ [ 0, 0, 4, 2, 0, 2, 81, 2, 0, 2, 0, 36, 0, 0,NaN],
+ [ 0, 0, 4, 2, 0, 2,205, 2, 88, 2, 0, 0, 0, 0,NaN],
+ [ 0, 0, 4, 2, 0, 2, 0, 2, 2, 2, 2, 81, 2, 0,NaN],
+ [ 0, 0, 4, 2, 0, 2, 0,205, 0, 0,202,210, 0, 0,NaN],
+ [ 0, 0, 4, 2, 0, 2, 0, 2,217, 2, 2, 2, 2, 0,NaN],
+ [ 0, 0, 4, 2, 87, 2, 0, 2, 0, 31, 21, 21, 21, 0,NaN],
+ [ 0, 0, 0,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT50.js b/project/floors/MT50.js
new file mode 100644
index 0000000..32d2757
--- /dev/null
+++ b/project/floors/MT50.js
@@ -0,0 +1,44 @@
+main.floors.MT50=
+{
+"floorId": "MT50",
+"title": "天塔第 50 层",
+"name": "天塔第50层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT51.js b/project/floors/MT51.js
new file mode 100644
index 0000000..48ed6fc
--- /dev/null
+++ b/project/floors/MT51.js
@@ -0,0 +1,44 @@
+main.floors.MT51=
+{
+"floorId": "MT51",
+"title": "天塔第 51 层",
+"name": "天塔第51层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT52.js b/project/floors/MT52.js
new file mode 100644
index 0000000..0558d3b
--- /dev/null
+++ b/project/floors/MT52.js
@@ -0,0 +1,44 @@
+main.floors.MT52=
+{
+"floorId": "MT52",
+"title": "天塔第 52 层",
+"name": "天塔第52层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT53.js b/project/floors/MT53.js
new file mode 100644
index 0000000..084da85
--- /dev/null
+++ b/project/floors/MT53.js
@@ -0,0 +1,44 @@
+main.floors.MT53=
+{
+"floorId": "MT53",
+"title": "天塔第 53 层",
+"name": "天塔第53层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT54.js b/project/floors/MT54.js
new file mode 100644
index 0000000..f6ec67f
--- /dev/null
+++ b/project/floors/MT54.js
@@ -0,0 +1,44 @@
+main.floors.MT54=
+{
+"floorId": "MT54",
+"title": "天塔第 54 层",
+"name": "天塔第54层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT55.js b/project/floors/MT55.js
new file mode 100644
index 0000000..d6ce188
--- /dev/null
+++ b/project/floors/MT55.js
@@ -0,0 +1,44 @@
+main.floors.MT55=
+{
+"floorId": "MT55",
+"title": "天塔第 55 层",
+"name": "天塔第55层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT56.js b/project/floors/MT56.js
new file mode 100644
index 0000000..ac1cc9e
--- /dev/null
+++ b/project/floors/MT56.js
@@ -0,0 +1,44 @@
+main.floors.MT56=
+{
+"floorId": "MT56",
+"title": "天塔第 56 层",
+"name": "天塔第56层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT57.js b/project/floors/MT57.js
new file mode 100644
index 0000000..8f400a5
--- /dev/null
+++ b/project/floors/MT57.js
@@ -0,0 +1,44 @@
+main.floors.MT57=
+{
+"floorId": "MT57",
+"title": "天塔第 57 层",
+"name": "天塔第57层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT58.js b/project/floors/MT58.js
new file mode 100644
index 0000000..502c118
--- /dev/null
+++ b/project/floors/MT58.js
@@ -0,0 +1,44 @@
+main.floors.MT58=
+{
+"floorId": "MT58",
+"title": "天塔第 58 层",
+"name": "天塔第58层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT59.js b/project/floors/MT59.js
new file mode 100644
index 0000000..ebccab4
--- /dev/null
+++ b/project/floors/MT59.js
@@ -0,0 +1,44 @@
+main.floors.MT59=
+{
+"floorId": "MT59",
+"title": "天塔第 59 层",
+"name": "天塔第59层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT6.js b/project/floors/MT6.js
new file mode 100644
index 0000000..7523742
--- /dev/null
+++ b/project/floors/MT6.js
@@ -0,0 +1,50 @@
+main.floors.MT6=
+{
+ "floorId": "MT6",
+ "title": "天塔第 6 层",
+ "name": "天塔第6层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0,121, 31, 0, 31, 0, 31, 0, 31, 0, 31, 28, 0, 0],
+ [ 0, 0, 2, 2, 81, 2, 2, 2,217, 2, 81, 2, 2, 0, 0],
+ [ 0, 0, 32, 0,210, 0, 0,205, 0, 0, 0,217, 0, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 81, 2,217, 2, 2, 2, 81, 0, 0],
+ [ 0, 0, 31, 0, 27,205, 0, 31, 0, 31, 0, 0,217, 0, 0],
+ [ 0, 0, 81, 2, 2, 2, 2, 2,217, 2, 81, 2, 2, 0, 0],
+ [ 0, 0, 0,205, 0, 0, 31, 0, 0, 28, 0,202, 0, 0, 0],
+ [ 0, 0, 2, 2, 2, 81, 2, 2,217, 2, 2, 2, 81, 0, 0],
+ [ 0, 0,210, 31, 0,205,202,205, 0, 0,205, 0, 0, 0, 0],
+ [ 0, 0, 31, 2, 2, 2, 2, 2, 82, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 21, 2, 88, 0, 32, 21, 27, 21, 32, 0, 87, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT60.js b/project/floors/MT60.js
new file mode 100644
index 0000000..c3468c4
--- /dev/null
+++ b/project/floors/MT60.js
@@ -0,0 +1,44 @@
+main.floors.MT60=
+{
+"floorId": "MT60",
+"title": "天塔第 60 层",
+"name": "天塔第60层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT61.js b/project/floors/MT61.js
new file mode 100644
index 0000000..6a4e5d1
--- /dev/null
+++ b/project/floors/MT61.js
@@ -0,0 +1,44 @@
+main.floors.MT61=
+{
+"floorId": "MT61",
+"title": "天塔第 61 层",
+"name": "天塔第61层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT62.js b/project/floors/MT62.js
new file mode 100644
index 0000000..1fe4aae
--- /dev/null
+++ b/project/floors/MT62.js
@@ -0,0 +1,44 @@
+main.floors.MT62=
+{
+"floorId": "MT62",
+"title": "天塔第 62 层",
+"name": "天塔第62层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT63.js b/project/floors/MT63.js
new file mode 100644
index 0000000..355c205
--- /dev/null
+++ b/project/floors/MT63.js
@@ -0,0 +1,44 @@
+main.floors.MT63=
+{
+"floorId": "MT63",
+"title": "天塔第 63 层",
+"name": "天塔第63层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT64.js b/project/floors/MT64.js
new file mode 100644
index 0000000..9420d14
--- /dev/null
+++ b/project/floors/MT64.js
@@ -0,0 +1,44 @@
+main.floors.MT64=
+{
+"floorId": "MT64",
+"title": "天塔第 64 层",
+"name": "天塔第64层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT65.js b/project/floors/MT65.js
new file mode 100644
index 0000000..a9780b5
--- /dev/null
+++ b/project/floors/MT65.js
@@ -0,0 +1,44 @@
+main.floors.MT65=
+{
+"floorId": "MT65",
+"title": "天塔第 65 层",
+"name": "天塔第65层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT66.js b/project/floors/MT66.js
new file mode 100644
index 0000000..5ffff24
--- /dev/null
+++ b/project/floors/MT66.js
@@ -0,0 +1,44 @@
+main.floors.MT66=
+{
+"floorId": "MT66",
+"title": "天塔第 66 层",
+"name": "天塔第66层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT67.js b/project/floors/MT67.js
new file mode 100644
index 0000000..abce2e5
--- /dev/null
+++ b/project/floors/MT67.js
@@ -0,0 +1,44 @@
+main.floors.MT67=
+{
+"floorId": "MT67",
+"title": "天塔第 67 层",
+"name": "天塔第67层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT68.js b/project/floors/MT68.js
new file mode 100644
index 0000000..a89d8f1
--- /dev/null
+++ b/project/floors/MT68.js
@@ -0,0 +1,44 @@
+main.floors.MT68=
+{
+"floorId": "MT68",
+"title": "天塔第 68 层",
+"name": "天塔第68层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT69.js b/project/floors/MT69.js
new file mode 100644
index 0000000..848dc4e
--- /dev/null
+++ b/project/floors/MT69.js
@@ -0,0 +1,44 @@
+main.floors.MT69=
+{
+"floorId": "MT69",
+"title": "天塔第 69 层",
+"name": "天塔第69层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT7.js b/project/floors/MT7.js
new file mode 100644
index 0000000..8de48d9
--- /dev/null
+++ b/project/floors/MT7.js
@@ -0,0 +1,50 @@
+main.floors.MT7=
+{
+ "floorId": "MT7",
+ "title": "天塔第 7 层",
+ "name": "天塔第7层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 32, 0, 21,122, 2, 2, 2, 22, 0, 2, 21, 0, 0],
+ [ 0, 0, 2,209, 2, 2, 2, 35, 2, 2, 81, 2,201, 0, 0],
+ [ 0, 0, 21, 31, 2, 27, 0, 0, 0,201, 0, 31, 0, 0, 0],
+ [ 0, 0,209, 2, 2, 21, 2, 2, 2, 2, 2, 81, 2, 0, 0],
+ [ 0, 0, 0, 0, 2, 21, 0, 0, 2, 0,217, 0, 32, 0, 0],
+ [ 0, 0, 2, 31, 2, 0, 0, 87, 2,217, 0, 2,205, 0, 0],
+ [ 0, 0, 21,209, 2,210, 2, 2, 2, 0,201, 2, 32, 0, 0],
+ [ 0, 0, 2, 0, 31, 0, 31, 0,217,201, 0, 2,205, 0, 0],
+ [ 0, 0, 2, 2, 2, 81, 2, 81, 2, 2, 2, 2, 0, 0, 0],
+ [ 0, 0, 27, 2, 0,209, 2,209, 0, 0, 28, 2, 0, 0, 0],
+ [ 0, 0, 31, 0, 21, 2, 2, 21, 2, 31, 2, 2, 88, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT70.js b/project/floors/MT70.js
new file mode 100644
index 0000000..0a8fd1b
--- /dev/null
+++ b/project/floors/MT70.js
@@ -0,0 +1,44 @@
+main.floors.MT70=
+{
+"floorId": "MT70",
+"title": "天塔第 70 层",
+"name": "天塔第70层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT71.js b/project/floors/MT71.js
new file mode 100644
index 0000000..ce17da3
--- /dev/null
+++ b/project/floors/MT71.js
@@ -0,0 +1,44 @@
+main.floors.MT71=
+{
+"floorId": "MT71",
+"title": "天塔第 71 层",
+"name": "天塔第71层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT72.js b/project/floors/MT72.js
new file mode 100644
index 0000000..e161d9b
--- /dev/null
+++ b/project/floors/MT72.js
@@ -0,0 +1,44 @@
+main.floors.MT72=
+{
+"floorId": "MT72",
+"title": "天塔第 72 层",
+"name": "天塔第72层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT73.js b/project/floors/MT73.js
new file mode 100644
index 0000000..eb34c9f
--- /dev/null
+++ b/project/floors/MT73.js
@@ -0,0 +1,44 @@
+main.floors.MT73=
+{
+"floorId": "MT73",
+"title": "天塔第 73 层",
+"name": "天塔第73层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT74.js b/project/floors/MT74.js
new file mode 100644
index 0000000..2e2c6c7
--- /dev/null
+++ b/project/floors/MT74.js
@@ -0,0 +1,44 @@
+main.floors.MT74=
+{
+"floorId": "MT74",
+"title": "天塔第 74 层",
+"name": "天塔第74层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT75.js b/project/floors/MT75.js
new file mode 100644
index 0000000..f2b1467
--- /dev/null
+++ b/project/floors/MT75.js
@@ -0,0 +1,44 @@
+main.floors.MT75=
+{
+"floorId": "MT75",
+"title": "天塔第 75 层",
+"name": "天塔第75层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT76.js b/project/floors/MT76.js
new file mode 100644
index 0000000..e9d7bf4
--- /dev/null
+++ b/project/floors/MT76.js
@@ -0,0 +1,44 @@
+main.floors.MT76=
+{
+"floorId": "MT76",
+"title": "天塔第 76 层",
+"name": "天塔第76层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT77.js b/project/floors/MT77.js
new file mode 100644
index 0000000..ef3040e
--- /dev/null
+++ b/project/floors/MT77.js
@@ -0,0 +1,44 @@
+main.floors.MT77=
+{
+"floorId": "MT77",
+"title": "天塔第 77 层",
+"name": "天塔第77层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT78.js b/project/floors/MT78.js
new file mode 100644
index 0000000..6d6a7df
--- /dev/null
+++ b/project/floors/MT78.js
@@ -0,0 +1,44 @@
+main.floors.MT78=
+{
+"floorId": "MT78",
+"title": "天塔第 78 层",
+"name": "天塔第78层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT79.js b/project/floors/MT79.js
new file mode 100644
index 0000000..d7f9ff4
--- /dev/null
+++ b/project/floors/MT79.js
@@ -0,0 +1,44 @@
+main.floors.MT79=
+{
+"floorId": "MT79",
+"title": "天塔第 79 层",
+"name": "天塔第79层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT8.js b/project/floors/MT8.js
new file mode 100644
index 0000000..5857cf5
--- /dev/null
+++ b/project/floors/MT8.js
@@ -0,0 +1,50 @@
+main.floors.MT8=
+{
+ "floorId": "MT8",
+ "title": "天塔第 8 层",
+ "name": "天塔第8层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 2, 2, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 88, 2, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 0, 2, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 2, 31, 2, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 2, 81, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 0, 31, 0, 0,210, 0,210, 0, 0, 31, 31, 0, 0],
+ [ 0, 0, 87, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/floors/MT80.js b/project/floors/MT80.js
new file mode 100644
index 0000000..841d99d
--- /dev/null
+++ b/project/floors/MT80.js
@@ -0,0 +1,44 @@
+main.floors.MT80=
+{
+"floorId": "MT80",
+"title": "天塔第 80 层",
+"name": "天塔第80层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT81.js b/project/floors/MT81.js
new file mode 100644
index 0000000..126ace3
--- /dev/null
+++ b/project/floors/MT81.js
@@ -0,0 +1,44 @@
+main.floors.MT81=
+{
+"floorId": "MT81",
+"title": "天塔第 81 层",
+"name": "天塔第81层",
+"width": 15,
+"height": 15,
+"canFlyTo": true,
+"canFlyFrom": true,
+"canUseQuickShop": true,
+"cannotViewMap": false,
+"images": [],
+"ratio": 1,
+"defaultGround": "ground",
+"firstArrive": [],
+"eachArrive": [],
+"parallelDo": "",
+"events": {},
+"changeFloor": {},
+"beforeBattle": {},
+"afterBattle": {},
+"afterGetItem": {},
+"afterOpenDoor": {},
+"autoEvent": {},
+"cannotMove": {},
+"cannotMoveIn": {},
+"map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+}
\ No newline at end of file
diff --git a/project/floors/MT9.js b/project/floors/MT9.js
new file mode 100644
index 0000000..257fff8
--- /dev/null
+++ b/project/floors/MT9.js
@@ -0,0 +1,50 @@
+main.floors.MT9=
+{
+ "floorId": "MT9",
+ "title": "天塔第 9 层",
+ "name": "天塔第9层",
+ "width": 15,
+ "height": 15,
+ "canFlyTo": true,
+ "canFlyFrom": true,
+ "canUseQuickShop": true,
+ "cannotViewMap": false,
+ "images": [],
+ "ratio": 1,
+ "defaultGround": "ground",
+ "firstArrive": [],
+ "eachArrive": [],
+ "parallelDo": "",
+ "events": {},
+ "changeFloor": {},
+ "beforeBattle": {},
+ "afterBattle": {},
+ "afterGetItem": {},
+ "afterOpenDoor": {},
+ "autoEvent": {},
+ "cannotMove": {},
+ "cannotMoveIn": {},
+ "map": [
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 0,211,301, 0, 0, 0, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 2, 0, 0, 0, 0, 89, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 2, 2, 2, 2, 2, 2, 0, 0],
+ [ 0, 0, 4, 4, 4, 2, 0, 2, 4, 4, 4, 4, 4, 0, 0],
+ [ 0, 0, 2, 2, 2, 2, 21, 2, 2, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 21, 81,210, 2,210, 0,210, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 2, 31, 2, 31, 2, 31, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 2,210, 2,210, 2, 0, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 88, 2, 0, 81, 0, 2, 87, 2, 4, 4, 4, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
+ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
+],
+ "bgmap": [
+
+],
+ "fgmap": [
+
+]
+}
\ No newline at end of file
diff --git a/project/functions.js b/project/functions.js
index 1ceccc8..216d221 100644
--- a/project/functions.js
+++ b/project/functions.js
@@ -1592,6 +1592,8 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
.sort( /*function (id1, id2) { return core.material.items[id1].name <= core.material.items[id2].name ? -1 : 1 }*/);
},
"drawStatusBar": function () {
+ core.dom.caidan1Ctx.drawImage(core.material.images.images['caidan.png'],0,0)
+ core.drawImage('caidan','caidan.png',-161,0)
var ctx, fill = function (text, x, y, style) {
core.ui.setFont(ctx, (/\w+/.test(text) ? 'italic ' : '') + 'bold 18px Verdana');
core.ui.fillBoldText(ctx, text, x, y, style);
diff --git a/project/images/bg.jpg b/project/images/bg.jpg
index 3fbf4d1..4e73859 100644
Binary files a/project/images/bg.jpg and b/project/images/bg.jpg differ
diff --git a/project/images/brave.png b/project/images/brave.png
index 9855ef6..c5e901d 100644
Binary files a/project/images/brave.png and b/project/images/brave.png differ
diff --git a/project/images/hero.png b/project/images/hero.png
index d81650a..fc2f85b 100644
Binary files a/project/images/hero.png and b/project/images/hero.png differ
diff --git a/project/images/winskin.png b/project/images/winskin.png
index f314453..42fc42c 100644
Binary files a/project/images/winskin.png and b/project/images/winskin.png differ
diff --git a/project/plugins.js b/project/plugins.js
index 2d0001b..514e678 100644
--- a/project/plugins.js
+++ b/project/plugins.js
@@ -5,6 +5,118 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
this._afterLoadResources = function () {
// 本函数将在所有资源加载完毕后,游戏开启前被执行
}
+ core.control.resize = function () {
+ if (main.mode == 'editor') return;
+ var clientWidth = main.dom.body.clientWidth, clientHeight = main.dom.body.clientHeight;
+ var BORDER = 0;
+ var extendToolbar = core.flags.extendToolbar;
+ var BAR_WIDTH = extendToolbar ? 0 : Math.round(core._PY_ / 3);
+
+ var horizontalMaxRatio = (clientHeight - 2 * BORDER - (extendToolbar ? BORDER : 0)) / (core._PY_ + (extendToolbar ? 38 : 0));
+
+ if (clientWidth - 3 * BORDER >= core._PX_ + BAR_WIDTH || (clientWidth > clientHeight && horizontalMaxRatio < 1)) {
+ // 横屏
+ core.domStyle.isVertical = false;
+
+ core.domStyle.availableScale = [];
+ [1, 1.25, 1.5, 1.75, 2, 2.25, 2.5].forEach(function (v) {
+ if (clientWidth - 3 * BORDER >= v * (core._PX_ + BAR_WIDTH) && horizontalMaxRatio >= v) {
+ core.domStyle.availableScale.push(v);
+ }
+ });
+ if (core.domStyle.availableScale.indexOf(core.domStyle.scale) < 0) {
+ core.domStyle.scale = Math.min(1, horizontalMaxRatio);
+ }
+ }
+ else {
+ // 竖屏
+ core.domStyle.isVertical = true;
+ core.domStyle.scale = Math.min((clientWidth - 2 * BORDER) / core._PX_);
+ core.domStyle.availableScale = [];
+ extendToolbar = false;
+ BAR_WIDTH = Math.round(core._PX_ * 0.3);
+ }
+
+ var statusDisplayArr = this._shouldDisplayStatus(), count = statusDisplayArr.length;
+ var statusCanvas = core.flags.statusCanvas, statusCanvasRows = core.values.statusCanvasRowsOnMobile || 3;
+ var col = statusCanvas ? statusCanvasRows : Math.ceil(count / 3);
+ if (col > 5) {
+ if (statusCanvas) alert("自绘状态栏的在竖屏下的行数应不超过5!");
+ else alert("当前状态栏数目(" + count + ")大于15,请调整到不超过15以避免手机端出现显示问题。");
+ }
+ var globalAttribute = core.status.globalAttribute || core.initStatus.globalAttribute;
+
+ var obj = {
+ clientWidth: clientWidth,
+ clientHeight: clientHeight,
+ BORDER: BORDER,
+ BAR_WIDTH: BAR_WIDTH,
+ TOOLBAR_HEIGHT: 38,
+ outerWidth: core._PX_ * core.domStyle.scale + 2 * BORDER,
+ outerHeight: core._PY_ * core.domStyle.scale + 2 * BORDER,
+ globalAttribute: globalAttribute,
+ border: '0px ' + core.arrayToRGBA(globalAttribute.borderColor) + ' solid',
+ statusDisplayArr: statusDisplayArr,
+ count: count,
+ col: col,
+ statusBarHeightInVertical: core.domStyle.isVertical ? (32 * col + 6) * core.domStyle.scale + 2 * BORDER : 0,
+ toolbarHeightInVertical: core.domStyle.isVertical ? 38 * core.domStyle.scale + 2 * BORDER : 0,
+ extendToolbar: extendToolbar,
+ is15x15: false
+ };
+
+ this._doResize(obj);
+ this.setToolbarButton();
+ core.updateStatusBar();
+ }
+
+ core.control._resize_statusBar = function (obj) {
+ // statusBar
+ var statusBar = core.dom.statusBar;
+ if (core.domStyle.isVertical) {
+ statusBar.style.width = obj.outerWidth + "px";
+ statusBar.style.height = obj.statusBarHeightInVertical + "px";
+ statusBar.style.background = obj.globalAttribute.statusTopBackground;
+ statusBar.style.fontSize = 16 * core.domStyle.scale + "px";
+ }
+ else {
+ statusBar.style.width = (obj.BAR_WIDTH * core.domStyle.scale + obj.BORDER) + "px";
+ statusBar.style.height = obj.outerHeight + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT * core.domStyle.scale + obj.BORDER : 0) + "px";
+ statusBar.style.background = obj.globalAttribute.statusLeftBackground;
+ // --- 计算文字大小
+ if (obj.extendToolbar) {
+ statusBar.style.fontSize = 16 * core.domStyle.scale + "px";
+ } else {
+ statusBar.style.fontSize = 16 * Math.min(1, (core._HEIGHT_ - 4) / obj.count) * core.domStyle.scale + "px";
+ }
+ }
+ statusBar.style.display = obj.extendToolbar ? 'none' : 'block';
+ statusBar.style.borderTop = statusBar.style.borderLeft = obj.border;
+ statusBar.style.borderRight = core.domStyle.isVertical ? obj.border : '';
+ statusBar.style.borderBottom = core.domStyle.isVertical ? '' : obj.border;
+ // 自绘状态栏
+ if (core.domStyle.isVertical) {
+ core.dom.statusCanvas.style.width = core._PX_ * core.domStyle.scale + "px";
+ core.dom.statusCanvas.style.height = obj.statusBarHeightInVertical - 3 + "px";
+ core.maps._setHDCanvasSize(core.dom.statusCanvasCtx, core._PX_, obj.col * 32 + 9);
+ }
+ else {
+ core.dom.statusCanvas.style.width = obj.BAR_WIDTH * core.domStyle.scale + "px";
+ core.dom.statusCanvas.style.height = obj.outerHeight - 2 * obj.BORDER + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT * core.domStyle.scale + obj.BORDER : 0) + "px";
+ core.maps._setHDCanvasSize(core.dom.statusCanvasCtx, obj.BAR_WIDTH, core._PY_ + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT + obj.BORDER : 0));
+ }
+ if (core.domStyle.isVertical) {
+ core.dom.caidan1.style.width = core._PX_ * core.domStyle.scale + "px";
+ core.dom.caidan1.style.height = obj.statusBarHeightInVertical - 3 + "px";
+ core.maps._setHDCanvasSize(core.dom.caidan1Ctx, core._PX_, obj.col * 32 + 9);
+ }
+ else {
+ core.dom.caidan1.style.width = obj.BAR_WIDTH * core.domStyle.scale + "px";
+ core.dom.caidan1.style.height = obj.outerHeight - 2 * obj.BORDER + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT * core.domStyle.scale + obj.BORDER : 0) + "px";
+ core.maps._setHDCanvasSize(core.dom.caidan1Ctx, obj.BAR_WIDTH, core._PY_ + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT + obj.BORDER : 0));
+ }
+ core.dom.statusCanvas.style.display = core.flags.statusCanvas && !obj.extendToolbar ? "block" : "none";
+ }
},
"drawLight": function () {
diff --git a/project/sounds/attack.mp3 b/project/sounds/attack.mp3
index 16098f7..259b759 100644
Binary files a/project/sounds/attack.mp3 and b/project/sounds/attack.mp3 differ
diff --git a/project/sounds/bomb.mp3 b/project/sounds/bomb.mp3
index 8a98067..bf65b83 100644
Binary files a/project/sounds/bomb.mp3 and b/project/sounds/bomb.mp3 differ
diff --git a/project/sounds/equip.mp3 b/project/sounds/equip.mp3
index 36bbd02..5d82178 100644
Binary files a/project/sounds/equip.mp3 and b/project/sounds/equip.mp3 differ
diff --git a/project/sounds/pickaxe.mp3 b/project/sounds/pickaxe.mp3
index f6dc258..be59c53 100644
Binary files a/project/sounds/pickaxe.mp3 and b/project/sounds/pickaxe.mp3 differ
diff --git a/project/sounds/zone.mp3 b/project/sounds/zone.mp3
index 414b287..eccf53c 100644
Binary files a/project/sounds/zone.mp3 and b/project/sounds/zone.mp3 differ
diff --git a/styles.css b/styles.css
index 5958386..40d8957 100644
--- a/styles.css
+++ b/styles.css
@@ -166,8 +166,8 @@
}
#floorMsgGroup {
- top: 3px;
- right: 3px;
+ top: 0px;
+ right: 0px;
position: absolute;
text-align: center;
display: none;
@@ -319,6 +319,10 @@ p#name {
z-index: 60;
}
+#caidan {
+ z-index: 62;
+}
+
#damage {
z-index: 65;
}