tianta/project/floors/MT4.js

113 lines
3.3 KiB
JavaScript
Raw Normal View History

2022-10-21 07:20:39 +08:00
main.floors.MT4=
{
"floorId": "MT4",
"title": "天塔第 4 层",
"name": "天塔第4层",
"canFlyTo": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
2022-10-21 23:04:26 +08:00
"item_ratio": 1,
2022-10-21 07:20:39 +08:00
"firstArrive": [],
2022-10-21 23:04:26 +08:00
"events": {
"7,4": [
{
"type": "if",
"condition": "(flag:119 == 1)",
"true": [
{
"type": "changeFloor",
"floorId": "yanjiusuo",
"loc": [
10,
11
],
"time": 0
}
],
"false": []
}
]
},
"changeFloor": {
"7,7": {
"floorId": "MT5",
"stair": "downFloor",
"time": 200
},
"6,5": {
"floorId": ":before",
"stair": "upFloor",
"time": 200
}
},
2022-10-21 07:20:39 +08:00
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"cannotMove": {},
2022-10-21 23:04:26 +08:00
"ratio": 1,
2022-10-21 07:20:39 +08:00
"map": [
2022-10-21 23:04:26 +08:00
[345,350,350,350,350,350,350,350,350,350,350,350,351],
[348, 31, 2, 28, 2, 21, 31, 2, 28,205, 2, 27,352],
[348, 31, 2, 27, 2, 21, 31, 2,205, 0, 2, 31,352],
[348,202, 2,205, 2, 0, 0, 2, 31,205, 2,202,352],
[348,201, 2, 81, 2,210, 2, 2,205, 0, 2,201,352],
[348, 21,201, 0, 0, 0, 88, 2, 32,205, 2,202,352],
[348, 2, 2, 2, 81, 2, 2, 2, 2, 0, 2,201,352],
[348, 32, 0, 0,202, 0, 2, 87, 0, 0, 0, 0,352],
[348, 2, 81, 2, 2, 2, 2, 2,217, 2, 2, 2,352],
[348, 31, 0, 0,201,202, 0,205, 31, 81,210, 0,352],
[348, 2, 2, 81, 2, 2, 2, 81, 2, 2, 0, 21,352],
[348, 31, 27,205, 0, 2, 31,217, 31, 2, 31, 28,352],
[349,346,346,346,346,346,346,346,346,346,346,346,347]
2022-10-21 07:20:39 +08:00
],
"bgmap": [
2022-10-21 23:04:26 +08:00
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0,10255, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0,10247, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2022-10-21 07:20:39 +08:00
],
"fgmap": [
2022-10-21 23:04:26 +08:00
],
"eachArrive": [
{
"type": "if",
"condition": "flag:119==1",
"true": [
{
"type": "setBlock",
"number": 89,
"loc": [
7,
4
]
}
],
"false": []
}
],
"width": 13,
"height": 13,
"autoEvent": {},
"canFlyFrom": true,
"upFloor": [
8,
7
],
"downFloor": [
5,
5
],
"beforeBattle": {},
"cannotMoveIn": {}
2022-10-21 07:20:39 +08:00
}