This commit is contained in:
爱的天使Erdnase 2022-10-21 12:20:39 +13:00
parent a1eb7544bc
commit 0b318c4844
101 changed files with 4058 additions and 72 deletions

7
.gitignore vendored
View File

@ -1 +1,6 @@
_saves/* _saves/
project/bgms/
project/animates/
project/images/
project/sounds/
_docs/

1
_server/config.json Normal file
View File

@ -0,0 +1 @@
{"viewportLoc":[0,0],"editorLastFloorId":"MT43"}

View File

@ -142,7 +142,8 @@
</div> </div>
<!-- 状态栏canvas化 --> <!-- 状态栏canvas化 -->
<canvas id="statusCanvas" style="position: absolute; left: 0; top: 0;"></canvas> <canvas id="statusCanvas" style="position: absolute; left: 0; top: 0; z-index: 100;"></canvas>
<canvas id="caidan1" style="position: absolute; left: 0; top: 0;"></canvas>
</div> </div>
<div id="toolBar" class="clearfix"> <div id="toolBar" class="clearfix">
<img class="tools" id='img-book'> <img class="tools" id='img-book'>
@ -171,6 +172,7 @@
<canvas class='gameCanvas' id='hero'></canvas> <canvas class='gameCanvas' id='hero'></canvas>
<canvas class='gameCanvas' id='event2'></canvas> <canvas class='gameCanvas' id='event2'></canvas>
<canvas class='gameCanvas' id='fg'></canvas> <canvas class='gameCanvas' id='fg'></canvas>
<canvas class='gameCanvas' id='caidan'></canvas>
<canvas class='gameCanvas' id='damage'></canvas> <canvas class='gameCanvas' id='damage'></canvas>
<canvas class='gameCanvas' id='animate'></canvas> <canvas class='gameCanvas' id='animate'></canvas>
<canvas class='gameCanvas' id='curtain'></canvas> <canvas class='gameCanvas' id='curtain'></canvas>

View File

@ -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.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)); 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"; core.dom.statusCanvas.style.display = core.flags.statusCanvas && !obj.extendToolbar ? "block" : "none";
} }

View File

@ -11,8 +11,8 @@
// const core = (() => { // const core = (() => {
function core () { function core () {
this._WIDTH_ = 13; this._WIDTH_ = 15;
this._HEIGHT_ = 13; this._HEIGHT_ = 15;
this._PX_ = this._WIDTH_ * 32; this._PX_ = this._WIDTH_ * 32;
this._PY_ = this._HEIGHT_ * 32; this._PY_ = this._HEIGHT_ * 32;
this._HALF_WIDTH_ = Math.floor(this._WIDTH_ / 2); this._HALF_WIDTH_ = Math.floor(this._WIDTH_ / 2);

View File

@ -73,6 +73,8 @@ function main () {
'hard': document.getElementById('hard'), 'hard': document.getElementById('hard'),
'statusCanvas': document.getElementById('statusCanvas'), 'statusCanvas': document.getElementById('statusCanvas'),
'statusCanvasCtx': document.getElementById('statusCanvas').getContext('2d'), 'statusCanvasCtx': document.getElementById('statusCanvas').getContext('2d'),
'caidan1': document.getElementById('caidan1'),
'caidan1Ctx': document.getElementById('caidan1').getContext('2d'),
'inputDiv': document.getElementById('inputDiv'), 'inputDiv': document.getElementById('inputDiv'),
'inputMessage': document.getElementById('inputMessage'), 'inputMessage': document.getElementById('inputMessage'),
'inputBox': document.getElementById('inputBox'), 'inputBox': document.getElementById('inputBox'),

View File

@ -5,12 +5,94 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"sample0", "sample0",
"sample1", "sample1",
"sample2", "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": [], "floorPartitions": [],
"images": [ "images": [
"bear.png", "bear.png",
"bg.jpg", "bg.jpg",
"caidan.png",
"dragon.png", "dragon.png",
"hero.png", "hero.png",
"winskin.png" "winskin.png"
@ -76,49 +158,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"商店": "shop.mp3", "商店": "shop.mp3",
"领域": "zone" "领域": "zone"
}, },
"levelChoose": [ "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": []
}
],
"equipName": [ "equipName": [
"武器", "武器",
"盾牌" "盾牌"
@ -166,7 +206,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"title": "魔塔样板", "title": "魔塔样板",
"name": "template", "name": "template",
"version": "Ver 2.10.0", "version": "Ver 2.10.0",
"floorId": "sample0", "floorId": "MT0",
"hero": { "hero": {
"image": "hero.png", "image": "hero.png",
"animate": false, "animate": false,
@ -189,8 +229,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
"loc": { "loc": {
"direction": "up", "direction": "up",
"x": 6, "x": 7,
"y": 10 "y": 11
}, },
"flags": {}, "flags": {},
"followers": [], "followers": [],
@ -763,7 +803,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"betweenAttackMax": false, "betweenAttackMax": false,
"useLoop": false, "useLoop": false,
"startUsingCanvas": false, "startUsingCanvas": false,
"statusCanvas": false, "statusCanvas": true,
"enableEnemyPoint": true, "enableEnemyPoint": true,
"enableGentleClick": true, "enableGentleClick": true,
"ignoreChangeFloor": true, "ignoreChangeFloor": true,

View File

@ -1,8 +1,8 @@
main.floors.MT0= main.floors.MT0=
{ {
"floorId": "MT0", "floorId": "MT0",
"title": "主塔 0 层", "title": "天塔第 0 层",
"name": "0", "name": "天塔第0",
"canFlyTo": true, "canFlyTo": true,
"canFlyFrom": true, "canFlyFrom": true,
"canUseQuickShop": true, "canUseQuickShop": true,
@ -11,19 +11,21 @@ main.floors.MT0=
"images": [], "images": [],
"ratio": 1, "ratio": 1,
"map": [ "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, 4, 4, 4, 2, 87, 2, 4, 4, 4, 4, 4, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 4, 4, 4, 2, 0, 2, 2, 2, 4, 4, 4, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 4, 4, 4, 2, 0, 2, 23, 2, 4, 4, 4, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 4, 4, 4, 2, 0, 2, 22, 2, 4, 4, 4, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 4, 4, 4, 2, 0, 2, 21, 2, 2, 4, 4, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 4, 4, 4, 2, 0, 0,124,124, 2, 4, 4, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 4, 4, 4, 2, 2, 2, 0, 2, 2, 4, 4, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 4, 4, 4, 4, 4, 2, 0, 2, 4, 4, 4, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 4, 4, 4, 4, 2, 2, 0, 2, 2, 2, 2, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 4, 4, 4, 4, 2, 0, 0, 0,168, 0, 88, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
], ],
"firstArrive": [], "firstArrive": [],
"parallelDo": "", "parallelDo": "",
@ -39,7 +41,9 @@ main.floors.MT0=
"fgmap": [ "fgmap": [
], ],
"width": 13, "width": 15,
"height": 13, "height": 15,
"autoEvent": {} "autoEvent": {},
"beforeBattle": {},
"cannotMoveIn": {}
} }

50
project/floors/MT1.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT10.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT11.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT12.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT13.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT14.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT15.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT16.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT17.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT18.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT19.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT2.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT20.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT21.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT22.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT23.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT24.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT25.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT26.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT27.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT28.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT29.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT3.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT30.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT31.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT32.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT33.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT34.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT35.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT36.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT37.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT38.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT39.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT4.js Normal file
View File

@ -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": [
]
}

50
project/floors/MT40.js Normal file
View File

@ -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": [
]
}

44
project/floors/MT41.js Normal file
View File

@ -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]
],
}

44
project/floors/MT42.js Normal file
View File

@ -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]
],
}

44
project/floors/MT43.js Normal file
View File

@ -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]
],
}

44
project/floors/MT44.js Normal file
View File

@ -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]
],
}

44
project/floors/MT45.js Normal file
View File

@ -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]
],
}

44
project/floors/MT46.js Normal file
View File

@ -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]
],
}

44
project/floors/MT47.js Normal file
View File

@ -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]
],
}

44
project/floors/MT48.js Normal file
View File

@ -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]
],
}

44
project/floors/MT49.js Normal file
View File

@ -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]
],
}

50
project/floors/MT5.js Normal file
View File

@ -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": [
]
}

44
project/floors/MT50.js Normal file
View File

@ -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]
],
}

44
project/floors/MT51.js Normal file
View File

@ -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]
],
}

44
project/floors/MT52.js Normal file
View File

@ -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]
],
}

44
project/floors/MT53.js Normal file
View File

@ -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]
],
}

44
project/floors/MT54.js Normal file
View File

@ -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]
],
}

44
project/floors/MT55.js Normal file
View File

@ -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]
],
}

44
project/floors/MT56.js Normal file
View File

@ -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]
],
}

44
project/floors/MT57.js Normal file
View File

@ -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]
],
}

44
project/floors/MT58.js Normal file
View File

@ -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]
],
}

44
project/floors/MT59.js Normal file
View File

@ -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]
],
}

50
project/floors/MT6.js Normal file
View File

@ -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": [
]
}

44
project/floors/MT60.js Normal file
View File

@ -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]
],
}

44
project/floors/MT61.js Normal file
View File

@ -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]
],
}

44
project/floors/MT62.js Normal file
View File

@ -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]
],
}

44
project/floors/MT63.js Normal file
View File

@ -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]
],
}

44
project/floors/MT64.js Normal file
View File

@ -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]
],
}

44
project/floors/MT65.js Normal file
View File

@ -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]
],
}

44
project/floors/MT66.js Normal file
View File

@ -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]
],
}

44
project/floors/MT67.js Normal file
View File

@ -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]
],
}

44
project/floors/MT68.js Normal file
View File

@ -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]
],
}

44
project/floors/MT69.js Normal file
View File

@ -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]
],
}

50
project/floors/MT7.js Normal file
View File

@ -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": [
]
}

44
project/floors/MT70.js Normal file
View File

@ -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]
],
}

44
project/floors/MT71.js Normal file
View File

@ -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]
],
}

44
project/floors/MT72.js Normal file
View File

@ -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]
],
}

44
project/floors/MT73.js Normal file
View File

@ -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]
],
}

44
project/floors/MT74.js Normal file
View File

@ -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]
],
}

44
project/floors/MT75.js Normal file
View File

@ -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]
],
}

44
project/floors/MT76.js Normal file
View File

@ -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]
],
}

44
project/floors/MT77.js Normal file
View File

@ -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]
],
}

44
project/floors/MT78.js Normal file
View File

@ -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]
],
}

44
project/floors/MT79.js Normal file
View File

@ -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]
],
}

50
project/floors/MT8.js Normal file
View File

@ -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": [
]
}

44
project/floors/MT80.js Normal file
View File

@ -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]
],
}

44
project/floors/MT81.js Normal file
View File

@ -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]
],
}

50
project/floors/MT9.js Normal file
View File

@ -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": [
]
}

View File

@ -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 }*/); .sort( /*function (id1, id2) { return core.material.items[id1].name <= core.material.items[id2].name ? -1 : 1 }*/);
}, },
"drawStatusBar": function () { "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) { var ctx, fill = function (text, x, y, style) {
core.ui.setFont(ctx, (/\w+/.test(text) ? 'italic ' : '') + 'bold 18px Verdana'); core.ui.setFont(ctx, (/\w+/.test(text) ? 'italic ' : '') + 'bold 18px Verdana');
core.ui.fillBoldText(ctx, text, x, y, style); core.ui.fillBoldText(ctx, text, x, y, style);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -5,6 +5,118 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
this._afterLoadResources = function () { 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 () { "drawLight": function () {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More