yimengjiutian/project/floors/MT33.js
2023-05-08 09:23:07 +08:00

117 lines
4.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

main.floors.MT33=
{
"floorId": "MT33",
"title": "学前班",
"name": "学前班",
"width": 13,
"height": 13,
"canFlyTo": false,
"canFlyFrom": false,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"defaultGround": "ground",
"bgm": "heidian.mp3",
"firstArrive": [
"到达这一层生命会提升10倍攻防提升5倍",
{
"type": "setValue",
"name": "status:hp",
"operator": "*=",
"value": "10"
},
{
"type": "setValue",
"name": "status:atk",
"operator": "*=",
"value": "5"
},
{
"type": "setValue",
"name": "status:def",
"operator": "*=",
"value": "5"
}
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {},
"beforeBattle": {},
"afterBattle": {
"6,1": [
"打败boss恢复数值",
{
"type": "setValue",
"name": "status:hp",
"operator": "/=",
"value": "10"
},
{
"type": "setValue",
"name": "status:atk",
"operator": "/=",
"value": "5"
},
{
"type": "setValue",
"name": "status:def",
"operator": "/=",
"value": "5"
},
{
"type": "changeFloor",
"floorId": "MT35",
"loc": [
6,
11
]
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[553,553,553,553,553,553,553,553,553,553,553,553,553],
[553,300193,300193,300193,300193,553,346,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,300193,300193,300193,300193,553, 0,553,300193,300193,300193,300193,553],
[553,553,553,553,553,553,553,553,553,553,553,553,553]
],
"bgmap": [
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001],
[270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001,270001]
],
"fgmap": [
],
"bg2map": [
],
"fg2map": [
]
}