2024-08-26 16:56:48 +08:00
|
|
|
|
main.floors.MJ8=
|
2024-08-26 16:45:42 +08:00
|
|
|
|
{
|
2024-08-26 16:56:48 +08:00
|
|
|
|
"floorId": "MJ8",
|
|
|
|
|
"title": "魔界 8 ",
|
|
|
|
|
"name": "魔界8",
|
2024-08-26 16:45:42 +08:00
|
|
|
|
"width": 13,
|
|
|
|
|
"height": 13,
|
|
|
|
|
"canFlyTo": true,
|
|
|
|
|
"canFlyFrom": true,
|
|
|
|
|
"canUseQuickShop": true,
|
|
|
|
|
"cannotViewMap": false,
|
|
|
|
|
"images": [],
|
|
|
|
|
"ratio": 512,
|
|
|
|
|
"defaultGround": "ground",
|
|
|
|
|
"bgm": "bgm.mp3",
|
|
|
|
|
"firstArrive": [],
|
|
|
|
|
"eachArrive": [],
|
|
|
|
|
"parallelDo": "",
|
|
|
|
|
"events": {
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"0,4": [
|
2024-08-26 16:45:42 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "if",
|
|
|
|
|
"condition": "(flag:hard===0)",
|
|
|
|
|
"true": [
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"\t[商人,hero]\b[this]另一个自己啊,我这有20000生命值,送给你吧!",
|
2024-08-26 16:45:42 +08:00
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"name": "status:hp",
|
2024-08-26 16:45:42 +08:00
|
|
|
|
"operator": "+=",
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"value": "20000"
|
2024-08-26 16:45:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "hide",
|
|
|
|
|
"remove": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"false": [
|
|
|
|
|
{
|
|
|
|
|
"type": "confirm",
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"text": "我有20000生命值,\n你出2000金币就卖给你。",
|
2024-08-26 16:45:42 +08:00
|
|
|
|
"yes": [
|
|
|
|
|
{
|
|
|
|
|
"type": "if",
|
|
|
|
|
"condition": "(status:money>=2000)",
|
|
|
|
|
"true": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:money",
|
|
|
|
|
"operator": "-=",
|
|
|
|
|
"value": "2000"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"name": "status:hp",
|
2024-08-26 16:45:42 +08:00
|
|
|
|
"operator": "+=",
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"value": "20000"
|
2024-08-26 16:45:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "playSound",
|
|
|
|
|
"name": "确定"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "hide",
|
|
|
|
|
"remove": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"false": [
|
|
|
|
|
{
|
|
|
|
|
"type": "playSound",
|
|
|
|
|
"name": "操作失败"
|
|
|
|
|
},
|
|
|
|
|
"\t[行商,trader]\b[this]你的金币不足!"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"no": []
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"changeFloor": {
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"10,12": {
|
2024-08-26 16:45:42 +08:00
|
|
|
|
"floorId": ":before",
|
|
|
|
|
"stair": "upFloor"
|
|
|
|
|
},
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"0,10": {
|
2024-08-26 16:45:42 +08:00
|
|
|
|
"floorId": ":next",
|
|
|
|
|
"stair": "downFloor"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"beforeBattle": {},
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"afterBattle": {
|
|
|
|
|
"3,8": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:door_MJ8_2_7",
|
|
|
|
|
"operator": "+=",
|
|
|
|
|
"value": "1"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"3,6": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:door_MJ8_2_7",
|
|
|
|
|
"operator": "+=",
|
|
|
|
|
"value": "1"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-08-26 16:45:42 +08:00
|
|
|
|
"afterGetItem": {},
|
|
|
|
|
"afterOpenDoor": {},
|
2024-08-26 19:34:00 +08:00
|
|
|
|
"autoEvent": {
|
|
|
|
|
"2,7": {
|
|
|
|
|
"0": {
|
|
|
|
|
"condition": "flag:door_MJ8_2_7==2",
|
|
|
|
|
"currentFloor": true,
|
|
|
|
|
"priority": 0,
|
|
|
|
|
"delayExecute": false,
|
|
|
|
|
"multiExecute": false,
|
|
|
|
|
"data": [
|
|
|
|
|
{
|
|
|
|
|
"type": "openDoor"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:door_MJ8_2_7",
|
|
|
|
|
"operator": "=",
|
|
|
|
|
"value": "null"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-08-26 16:45:42 +08:00
|
|
|
|
"cannotMove": {},
|
|
|
|
|
"cannotMoveIn": {},
|
|
|
|
|
"map": [
|
2024-08-26 19:34:00 +08:00
|
|
|
|
[684,684,684,760, 82,750, 4, 21, 21, 21, 4,358,360],
|
|
|
|
|
[ 4, 4, 4, 0, 4, 0, 4,685, 23,685, 81,358,360],
|
|
|
|
|
[362,362,362,757, 4,683, 4, 22, 22, 22, 4,358,360],
|
|
|
|
|
[ 4, 4, 4, 4, 4, 0, 4, 0,247, 0, 4, 4, 4],
|
|
|
|
|
[122, 0,245,683, 4,761, 4, 4, 83, 4, 4,683,365],
|
|
|
|
|
[ 4, 4, 4, 0, 4, 0,758, 0,683, 0, 82,760,363],
|
|
|
|
|
[ 0,684, 4,759, 4, 81, 4, 4, 4, 4, 4,683,364],
|
|
|
|
|
[366, 0, 85, 0, 81, 0,761, 21,361,683, 4, 4, 4],
|
|
|
|
|
[ 0, 21, 4,759, 4,245, 4, 4, 4, 4, 4, 0,360],
|
|
|
|
|
[ 4, 4, 4, 4, 4, 0, 4, 0,245, 0, 81,757, 0],
|
|
|
|
|
[ 87, 0,761, 0, 81, 0,750,361, 4,683, 4, 0,358],
|
|
|
|
|
[ 4, 81, 4, 4, 0, 4, 4, 4, 4, 0, 4, 4, 4],
|
|
|
|
|
[683,365,683, 4,683, 4, 21, 21,758, 0, 88,245,357]
|
2024-08-26 16:45:42 +08:00
|
|
|
|
],
|
|
|
|
|
"bgmap": [
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"fgmap": [
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"bg2map": [
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"fg2map": [
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"flyPoint": [
|
2024-08-26 19:34:00 +08:00
|
|
|
|
10,
|
|
|
|
|
12
|
2024-08-26 16:45:42 +08:00
|
|
|
|
]
|
|
|
|
|
}
|