2023-04-07 20:18:10 +08:00
|
|
|
|
main.floors.MT0=
|
|
|
|
|
{
|
|
|
|
|
"floorId": "MT0",
|
2023-04-19 14:26:21 +08:00
|
|
|
|
"title": "朦胧的环境",
|
|
|
|
|
"name": "朦胧的环境",
|
2023-04-07 20:18:10 +08:00
|
|
|
|
"canFlyTo": true,
|
|
|
|
|
"canFlyFrom": true,
|
|
|
|
|
"canUseQuickShop": true,
|
|
|
|
|
"cannotViewMap": false,
|
|
|
|
|
"defaultGround": "ground",
|
2023-04-19 14:26:21 +08:00
|
|
|
|
"images": [
|
|
|
|
|
{
|
|
|
|
|
"name": "8.jpg",
|
|
|
|
|
"reverse": ":o",
|
|
|
|
|
"canvas": "bg",
|
|
|
|
|
"x": 0,
|
|
|
|
|
"y": 0
|
|
|
|
|
}
|
|
|
|
|
],
|
2023-04-07 20:18:10 +08:00
|
|
|
|
"ratio": 1,
|
|
|
|
|
"map": [
|
|
|
|
|
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
2023-04-19 14:26:21 +08:00
|
|
|
|
[ 0, 0, 0, 0, 0,40226,40204,40206, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40225, 89,40214, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40225, 0,40214, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40225,342,40150, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40225, 0,40150, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40225, 31,40150, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40225, 0,40150, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40225, 45,40150, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40225, 0,40150, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40225, 0,40150, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0,40224,40180,40182, 0, 0, 0, 0, 0],
|
2023-04-07 20:18:10 +08:00
|
|
|
|
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
|
|
|
],
|
2023-04-19 14:26:21 +08:00
|
|
|
|
"firstArrive": [
|
|
|
|
|
"浩瀚无际的宇宙中,有一颗星球格外美丽...它那蔚蓝色的外表下散发着无数的光芒,而那些光芒就是生命...",
|
|
|
|
|
"生命究竟是什么?它的意义又是什么?这个问题很难...但是,正是因为每一条生命都不一样,这才会散发出不同的光芒不是吗?",
|
|
|
|
|
"我们每一个人,都散发着各自的光芒...而这些光芒,就是人生,世界正是因为有了不同的人生才会如此精彩...",
|
|
|
|
|
"我究竟是谁?又在哪里?我不知道...我的路又在何方?我也不知道...但是,我确确实实感受到我与众不同...或许,这就是人生吧...",
|
|
|
|
|
"人生的意义是什么呢....",
|
|
|
|
|
{
|
|
|
|
|
"type": "setCurtain",
|
|
|
|
|
"time": 1000
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"parallelDo": "var lastTime = core.getFlag('lastTime', 0);\n\nif (timestamp - lastTime > 60) {\n\tvar image = core.material.images.images[\"8.jpg\"];\n\tvar width = 416,\n\t\theight = 416;\n\n\tcore.canvas.bg.translate(width / 2, height / 2);\n\tcore.canvas.bg.rotate(Math.PI / 180 / 6);\n\tcore.canvas.bg.translate(-width / 2, -height / 2);\n\tcore.canvas.bg.drawImage(image, -296, -88);\n\n\tcore.setFlag('lastTime', timestamp);\n\n\tvar rotateTime = core.getFlag('rotateTime', 0);\n\trotateTime += 1;\n\tif (rotateTime >= 6 * 180) {\n\t\trotateTime -= 6 * 180;\n\t}\n\tcore.setFlag('rotateTime', rotateTime);\n}",
|
|
|
|
|
"events": {
|
|
|
|
|
"6,2": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setCurtain",
|
|
|
|
|
"color": [
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
1
|
|
|
|
|
],
|
|
|
|
|
"time": 1000,
|
|
|
|
|
"keep": true
|
|
|
|
|
},
|
|
|
|
|
"2001年3月29日,这是特殊的一天,因为...",
|
|
|
|
|
"\t[护士,N413]七斤六两,是个男孩。",
|
|
|
|
|
"\t[父亲,N389]哦,是个男孩啊,看样子挺健康。",
|
|
|
|
|
"\t[母亲,N385]健康就好,健康就好...\n给他起个名字吧。",
|
|
|
|
|
"\t[父亲,N389]我想想啊....嗯,就叫bdf吧。",
|
|
|
|
|
"\t[母亲,N385]bdf...挺不错的名字...来,让我看看咱们的宝宝...",
|
|
|
|
|
{
|
|
|
|
|
"type": "changeFloor",
|
|
|
|
|
"floorId": "MT1",
|
|
|
|
|
"loc": [
|
|
|
|
|
6,
|
|
|
|
|
2
|
|
|
|
|
]
|
|
|
|
|
}
|
2023-04-21 15:32:42 +08:00
|
|
|
|
],
|
|
|
|
|
"5,6": [
|
|
|
|
|
{
|
|
|
|
|
"type": "if",
|
|
|
|
|
"condition": "(flag:hard==3)",
|
|
|
|
|
"true": [
|
|
|
|
|
{
|
|
|
|
|
"type": "choices",
|
|
|
|
|
"text": "\t[bdf,hero]各测塔员成绩",
|
|
|
|
|
"choices": [
|
|
|
|
|
{
|
|
|
|
|
"text": "星宫白 - 1",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:mdef",
|
|
|
|
|
"operator": "+=",
|
|
|
|
|
"value": "3"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "鸣 - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "-1"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "yztm889 - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "-2"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "顾 - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "-3"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "Farewell - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "-4"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "(主角) bdf - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "-5"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "α - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "-6"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "(作者) 王州 - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "-7"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "迷迭香 - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "-8"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"false": [
|
|
|
|
|
{
|
|
|
|
|
"type": "choices",
|
|
|
|
|
"text": "\t[bdf,hero]各测塔员成绩",
|
|
|
|
|
"choices": [
|
|
|
|
|
{
|
|
|
|
|
"text": "星宫白 - 124",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "124"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "鸣 - 114",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "114"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "yztm889 - 112",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "112"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "顾 - 110",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "110"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "Farewell - 102",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "102"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "(主角) bdf - 28",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "28"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "α - 19",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "19"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "(作者) 王州 - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "1"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "迷迭香 - 过不去",
|
|
|
|
|
"action": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "-1"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "if",
|
|
|
|
|
"condition": "(flag:lhjnb>0)",
|
|
|
|
|
"true": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:exp",
|
|
|
|
|
"operator": "+=",
|
|
|
|
|
"value": "67"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:atk",
|
|
|
|
|
"operator": "+=",
|
|
|
|
|
"value": "30"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:def",
|
|
|
|
|
"operator": "+=",
|
|
|
|
|
"value": "30"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:mdef",
|
|
|
|
|
"operator": "+=",
|
|
|
|
|
"value": "81"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "sleep",
|
|
|
|
|
"time": 50
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:hp",
|
|
|
|
|
"value": "1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:exp",
|
|
|
|
|
"operator": "+=",
|
|
|
|
|
"value": "1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "sleep",
|
|
|
|
|
"time": 50
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:hp",
|
|
|
|
|
"operator": "+=",
|
|
|
|
|
"value": "flag:lhjnb"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "status:hp",
|
|
|
|
|
"operator": "-=",
|
|
|
|
|
"value": "1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "4"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "changeFloor",
|
|
|
|
|
"floorId": "MT10",
|
|
|
|
|
"loc": [
|
|
|
|
|
6,
|
|
|
|
|
2
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"false": [
|
|
|
|
|
{
|
|
|
|
|
"type": "setValue",
|
|
|
|
|
"name": "flag:lhjnb",
|
|
|
|
|
"value": "0"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2023-04-19 14:26:21 +08:00
|
|
|
|
]
|
|
|
|
|
},
|
2023-04-07 20:18:10 +08:00
|
|
|
|
"changeFloor": {},
|
|
|
|
|
"afterBattle": {},
|
2023-04-19 14:26:21 +08:00
|
|
|
|
"afterGetItem": {
|
|
|
|
|
"6,4": [
|
|
|
|
|
"本塔的设定集(强烈建议打开)"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-04-07 20:18:10 +08:00
|
|
|
|
"afterOpenDoor": {},
|
|
|
|
|
"cannotMove": {},
|
|
|
|
|
"bgmap": [
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"fgmap": [
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"width": 13,
|
|
|
|
|
"height": 13,
|
2023-04-19 14:26:21 +08:00
|
|
|
|
"autoEvent": {},
|
|
|
|
|
"beforeBattle": {},
|
|
|
|
|
"cannotMoveIn": {},
|
|
|
|
|
"bg2map": [
|
|
|
|
|
[ 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,80011, 0, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0, 0,80011, 0, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0, 0,80011, 0, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0, 0,80011, 0, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0, 0,80011, 0, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0, 0,80011, 0, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0, 0,80011, 0, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0, 0,80011, 0, 0, 0, 0, 0, 0],
|
|
|
|
|
[ 0, 0, 0, 0, 0, 0,80011, 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]
|
|
|
|
|
],
|
|
|
|
|
"fg2map": [
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"bgm": "bewithyou.mp3"
|
2023-04-07 20:18:10 +08:00
|
|
|
|
}
|