HumanBreak/public/project/floors/tower4.js

75 lines
2.2 KiB
JavaScript
Raw Normal View History

2022-11-16 23:01:23 +08:00
main.floors.tower4 = {
floorId: 'tower4',
title: '智慧之塔',
name: '4',
width: 15,
height: 15,
canFlyTo: true,
canFlyFrom: true,
canUseQuickShop: true,
cannotViewMap: false,
images: [],
ratio: 2,
defaultGround: 'T526',
bgm: 'tower.mp3',
firstArrive: [],
eachArrive: [],
parallelDo: '',
events: {},
afterBattle: {},
afterGetItem: {},
afterOpenDoor: {},
autoEvent: {},
cannotMove: {},
map: [
[
527, 527, 527, 527, 527, 527, 527, 543, 527, 527, 527, 527, 527,
527, 527
],
[527, 31, 31, 536, 0, 528, 0, 547, 0, 31, 0, 544, 0, 381, 527],
[527, 31, 31, 528, 28, 492, 29, 528, 528, 0, 28, 528, 0, 528, 527],
[527, 528, 528, 528, 0, 528, 28, 34, 492, 492, 528, 528, 547, 0, 527],
[527, 381, 0, 550, 0, 528, 528, 528, 528, 0, 31, 528, 0, 528, 527],
[527, 0, 528, 0, 528, 528, 31, 0, 536, 27, 0, 556, 381, 378, 527],
[527, 0, 528, 27, 0, 544, 0, 403, 0, 528, 528, 0, 528, 528, 527],
[
527, 550, 528, 528, 528, 528, 492, 528, 550, 528, 34, 381, 556, 376,
527
],
[527, 0, 0, 31, 492, 88, 403, 528, 31, 528, 27, 32, 528, 0, 527],
[527, 528, 528, 0, 528, 403, 34, 547, 0, 492, 492, 528, 528, 556, 527],
[527, 0, 528, 546, 528, 528, 546, 528, 528, 528, 0, 28, 0, 0, 527],
[527, 0, 544, 32, 0, 536, 32, 528, 32, 0, 536, 528, 528, 556, 527],
[527, 27, 492, 0, 27, 528, 27, 492, 0, 528, 528, 528, 0, 0, 527],
[527, 31, 528, 32, 0, 528, 32, 546, 0, 494, 87, 381, 28, 0, 527],
[
527, 527, 527, 527, 527, 527, 527, 540, 527, 527, 527, 527, 527,
527, 527
]
],
beforeBattle: {},
bgmap: [],
fgmap: [],
bg2map: [],
fg2map: [],
cannotMoveIn: {},
changeFloor: {
'5,8': {
floorId: 'tower3',
loc: [5, 8]
2022-11-13 18:02:05 +08:00
},
2022-11-16 23:01:23 +08:00
'7,0': {
floorId: 'tower6',
loc: [1, 15]
2022-11-13 18:02:05 +08:00
},
2022-11-16 23:01:23 +08:00
'7,14': {
floorId: 'tower6',
loc: [12, 15]
2022-11-13 18:02:05 +08:00
},
2022-11-16 23:01:23 +08:00
'10,13': {
floorId: 'tower5',
loc: [10, 13]
2022-11-13 18:02:05 +08:00
}
}
2022-11-16 23:01:23 +08:00
};