yimengjiutian/project/floors/BOSS5.js

267 lines
7.8 KiB
JavaScript
Raw Normal View History

2023-06-07 04:06:48 +08:00
main.floors.BOSS5=
{
"floorId": "BOSS5",
"title": "高考",
"name": "高考",
2023-06-07 04:06:48 +08:00
"width": 13,
"height": 13,
"canFlyTo": false,
"canFlyFrom": false,
"canUseQuickShop": false,
2023-06-07 04:06:48 +08:00
"cannotViewMap": false,
"images": [
{
"name": "yueyuan.jpg",
"canvas": "bg",
"x": 0,
"y": 0,
"sx": 100,
"sy": 100
}
],
"ratio": 1,
"defaultGround": "ground",
"bgm": "heidian.mp3",
"firstArrive": [
{
"type": "if",
"condition": "(flag:hard<3)",
"true": [
{
"type": "setCurtain",
"time": 2000
},
{
"type": "screenFlash",
"color": [
0,
0,
0,
1
],
"time": 2000,
"times": 1
},
{
"type": "screenFlash",
"color": [
0,
0,
0,
1
],
"time": 2000,
"times": 1
},
"2019年6月7日2019年高考来了。",
"虽然我已经成功被北大签约,但如果出现意外没过一本线,那么签约则会直接作废,而我多年的努力甚至也会因此毁于一旦。",
"我一直很轻松,但在考场中,潜意识依旧有一丝丝的不安。",
"单人考场下的威压,潜意识影响着我。我不敢松懈,只能全力以赴!",
{
"type": "sleep",
"time": 500
},
"成败在此一举!",
{
"type": "animate",
"name": "explosion",
"loc": "hero"
}
]
2023-06-07 04:06:48 +08:00
}
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {},
"beforeBattle": {
"6,3": [
{
"type": "if",
"condition": "(flag:hard<3)",
"true": [
{
"type": "animate",
"name": "yijianzhanqianye",
"loc": "hero"
},
{
"type": "animate",
"name": "yijianzhanqianye",
"loc": "hero"
},
{
"type": "jumpHero",
"loc": [
6,
7
],
"time": 500
},
{
"type": "animate",
"name": "yueying",
"loc": [
6,
5
]
},
{
"type": "animate",
"name": "yueying",
"loc": [
6,
5
]
},
{
"type": "animate",
"name": "yueying",
"loc": [
6,
5
]
},
{
"type": "animate",
"name": "yueying",
"loc": [
6,
5
]
},
{
"type": "animate",
"name": "yueying",
"loc": [
6,
5
]
},
{
"type": "animate",
"name": "hongguang",
"loc": [
6,
5
]
},
{
"type": "animate",
"name": "sword1",
"loc": [
6,
5
]
},
{
"type": "jumpHero",
"loc": [
6,
4
],
"time": 500
},
{
"type": "animate",
"name": "sword2"
},
{
"type": "animate",
"name": "sword3"
},
{
"type": "animate",
"name": "eli2"
},
{
"type": "animate",
"name": "eli3"
},
{
"type": "animate",
"name": "explosion"
}
]
}
]
},
"afterBattle": {
"6,3": [
{
"type": "if",
"condition": "(flag:hard===3)",
"true": [
{
"type": "changeFloor",
"floorId": "MT145",
"loc": [
6,
12
]
}
],
"false": [
{
"type": "setCurtain",
"color": [
0,
0,
0,
1
],
"time": 2000,
"keep": true
},
{
"type": "setHeroOpacity",
"opacity": 0
},
{
"type": "hideStatusBar"
},
{
"type": "changeFloor",
"floorId": "JQ30",
"loc": [
6,
12
]
}
]
}
]
},
2023-06-07 04:06:48 +08:00
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17],
2023-06-07 04:06:48 +08:00
[ 17, 17, 17, 17, 17, 17,343, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17],
[ 17, 17, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17]
],
"bgmap": [
],
"fgmap": [
],
"bg2map": [
],
"fg2map": [
]
}