Compare commits

...

3 Commits

Author SHA1 Message Date
9ce1b39b93 Add the 13th area; add some items 2024-08-21 12:42:40 +08:00
1cdd56beef Add the 11th, 12th area 2024-08-18 12:55:25 +08:00
f3a28f0a26 增加了东陵、南荒、北纳、北寒区域的地图 2024-08-16 23:45:41 +08:00
60 changed files with 6623 additions and 121 deletions

Binary file not shown.

BIN
project/bgms/xieedushi.mp3 Normal file

Binary file not shown.

BIN
project/bgms/yuanye.mp3 Normal file

Binary file not shown.

View File

@ -119,7 +119,45 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"MT10",
"DL1",
"DL2",
"DL3"
"DL3",
"DL4",
"DL5",
"DL6",
"DL7",
"DL8",
"DL9",
"DL10",
"NH1",
"NH2",
"NH3",
"NH4",
"NH5",
"NH6",
"NH7",
"NH8",
"NH9",
"NH10",
"BN1",
"BN2",
"BN3",
"BN4",
"BN5",
"BN6",
"BN7",
"BN8",
"BN9",
"BN10",
"MM5",
"BH11",
"BH12",
"BH13",
"BH14",
"BH15",
"BH16",
"BH17",
"BH18",
"BH19",
"BH20"
],
"floorPartitions": [],
"images": [
@ -184,7 +222,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"cs5.png",
"em.png",
"TombeauOri.png",
"Map-Cave02.png"
"Map-Cave02.png",
"008-Snowfield01.png"
],
"animates": [
"atkUp",
@ -269,6 +308,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"shuiyu.mp3",
"tiankong.mp3",
"xian.mp3",
"xieedushi.mp3",
"yuanye.mp3",
"zhuangkuoshishi.mp3"
],
"sounds": [
@ -999,7 +1040,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
44,
1
],
"condition": "flag:shop1>100",
"condition": "flag:shop1>100&&flag:shop1<=150",
"action": [
{
"type": "comment",
@ -1025,6 +1066,76 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}
]
},
{
"text": "攻击+500",
"need": "status:money>=80+10*flag:shop1",
"color": [
235,
3,
44,
1
],
"condition": "flag:shop1>150&&flag:shop1<=200",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "80+10*flag:shop1"
},
{
"type": "setValue",
"name": "flag:shop1",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:atk",
"operator": "+=",
"value": "500"
}
]
},
{
"text": "攻击+2500",
"need": "status:money>=80+10*flag:shop1",
"color": [
235,
3,
44,
1
],
"condition": "flag:shop1>200&&flag:shop1<=250",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "80+10*flag:shop1"
},
{
"type": "setValue",
"name": "flag:shop1",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:atk",
"operator": "+=",
"value": "2500"
}
]
},
{
"text": "防御+20",
"need": "status:money>=80+10*flag:shop1",
@ -1069,7 +1180,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
246,
1
],
"condition": "flag:shop1>100",
"condition": "flag:shop1>100&&flag:shop1<=150",
"action": [
{
"type": "comment",
@ -1095,6 +1206,76 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}
]
},
{
"text": "防御+500",
"need": "status:money>=80+10*flag:shop1",
"color": [
11,
252,
246,
1
],
"condition": "flag:shop1>150&&flag:shop1<=200",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "80+10*flag:shop1"
},
{
"type": "setValue",
"name": "flag:shop1",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:def",
"operator": "+=",
"value": "500"
}
]
},
{
"text": "防御+2500",
"need": "status:money>=80+10*flag:shop1",
"color": [
11,
252,
246,
1
],
"condition": "flag:shop1>200&&flag:shop1<=250",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "80+10*flag:shop1"
},
{
"type": "setValue",
"name": "flag:shop1",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:def",
"operator": "+=",
"value": "2500"
}
]
},
{
"text": "防御+4",
"need": "status:money>=80+10*flag:shop1",
@ -1245,7 +1426,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
149,
1
],
"condition": "flag:shop1>100",
"condition": "flag:shop1>100&&flag:shop1<=150",
"action": [
{
"type": "comment",
@ -1288,6 +1469,88 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"value": "5000"
}
]
},
{
"text": "护盾+12000生命上限+100000",
"need": "status:money>=80+10*flag:shop1",
"color": [
22,
242,
149,
1
],
"condition": "flag:shop1>150&&flag:shop1<=200",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "80+10*flag:shop1"
},
{
"type": "setValue",
"name": "flag:shop1",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:mdef",
"operator": "+=",
"value": "12000"
},
{
"type": "setValue",
"name": "status:hpmax",
"operator": "+=",
"value": "100000"
}
]
},
{
"text": "护盾+120000生命上限+1000000",
"need": "status:money>=80+10*flag:shop1",
"color": [
22,
242,
149,
1
],
"condition": "flag:shop1>200&&flag:shop1<=250",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "80+10*flag:shop1"
},
{
"type": "setValue",
"name": "flag:shop1",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:mdef",
"operator": "+=",
"value": "120000"
},
{
"type": "setValue",
"name": "status:hpmax",
"operator": "+=",
"value": "1000000"
}
]
}
]
},

View File

@ -297,25 +297,25 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
"E774": {"name":"黄丧尸","hp":220000,"atk":39000,"def":15000,"money":160,"exp":0,"point":0,"special":[],"level":"天海初阶"},
"E775": {"name":"紫丧尸","hp":280000,"atk":45000,"def":25000,"money":240,"exp":0,"point":0,"special":[],"level":"天海中阶"},
"E776": {"name":"进阶丧尸武士","hp":860000,"atk":54000,"def":36000,"money":300,"exp":0,"point":0,"special":[],"level":"天海高阶","displayIdInBook":null},
"E777": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E778": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E779": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E780": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E781": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E782": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E783": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E784": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E785": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E786": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E787": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E788": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E789": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E790": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E791": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E792": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E793": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E794": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E795": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E777": {"name":"骷髅兽人","hp":250000,"atk":59500,"def":35000,"money":220,"exp":0,"point":0,"special":[],"level":"圣武初阶","notBomb":true,"displayIdInBook":null},
"E778": {"name":"魔法兽人","hp":300000,"atk":54000,"def":37500,"money":200,"exp":0,"point":0,"special":[36],"level":"圣武初阶","notBomb":true,"displayIdInBook":null,"X":15},
"E779": {"name":"穿甲兽人","hp":260000,"atk":60500,"def":40500,"money":200,"exp":0,"point":0,"special":[36,37],"level":"圣武中阶","notBomb":true,"displayIdInBook":null,"X":10,"Y":10},
"E780": {"name":"硬头龟","hp":450000,"atk":72000,"def":18500,"money":240,"exp":0,"point":0,"special":[36],"level":"圣武初阶","notBomb":true,"displayIdInBook":null,"X":10},
"E781": {"name":"卓棒龟","hp":520000,"atk":62000,"def":32500,"money":260,"exp":0,"point":0,"special":[30,36],"level":"圣武中阶","notBomb":true,"displayIdInBook":null,"X":25,"Y":0,"value30_1":1000,"value30_2":10},
"E782": {"name":"玄灵龟","hp":320000,"atk":65000,"def":44500,"money":300,"exp":0,"point":0,"special":[36],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15},
"E783": {"name":"绿飞虫","hp":240000,"atk":82000,"def":32500,"money":300,"exp":0,"point":0,"special":[30],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":30,"Y":15,"value30_2":20,"value30_1":1500},
"E784": {"name":"大爬虫","hp":270000,"atk":80000,"def":35500,"money":320,"exp":0,"point":0,"special":[],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15},
"E785": {"name":"猪猪虫","hp":360000,"atk":84000,"def":46500,"money":340,"exp":0,"point":0,"special":[],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15},
"E786": {"name":"大胖虫","hp":670000,"atk":8000,"def":55500,"money":280,"exp":0,"point":0,"special":[2,32],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"Z":50},
"E787": {"name":"紫盾武士","hp":1060000,"atk":112000,"def":49500,"money":420,"exp":0,"point":0,"special":[30],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":20,"value30_1":1200},
"E788": {"name":"黄盾武士","hp":860000,"atk":104000,"def":56500,"money":400,"exp":0,"point":0,"special":[30],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_1":1250,"value30_2":20},
"E789": {"name":"灵石兽","hp":160000,"atk":152000,"def":100500,"money":800,"exp":0,"point":0,"special":[30,32],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":3000,"Z":90},
"E790": {"name":"双手剑士","hp":550000,"atk":140000,"def":60500,"money":350,"exp":0,"point":0,"special":[30],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90},
"E791": {"name":"赤色双手剑士","hp":420000,"atk":142000,"def":72000,"money":360,"exp":0,"point":0,"special":[],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90},
"E792": {"name":"紫金双手剑士","hp":580000,"atk":154000,"def":75000,"money":400,"exp":0,"point":0,"special":[],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90},
"E793": {"name":"黑衣元帅","hp":560000,"atk":154000,"def":95000,"money":450,"exp":0,"point":0,"special":[],"level":"二阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90},
"E794": {"name":"黄色武士","hp":820000,"atk":162000,"def":42000,"money":380,"exp":0,"point":0,"special":[],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90},
"E795": {"name":"蓝色武士","hp":420000,"atk":142000,"def":102000,"money":480,"exp":0,"point":0,"special":[36],"level":"二阶无上","notBomb":true,"displayIdInBook":null,"X":30,"Y":null,"value30_2":30,"value30_1":1000,"Z":null},
"E796": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E797": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E798": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
@ -347,7 +347,7 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
"E824": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E825": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E826": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E828": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E828": {"name":"图毅","hp":580000,"atk":85000,"def":48500,"money":1200,"exp":0,"point":0,"special":[30],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_1":50000,"value30_2":10},
"E829": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E830": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E831": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
@ -548,7 +548,7 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
"E1009": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E1010": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E1011": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E1012": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E1012": {"name":"北纳逸","hp":2000000,"atk":160000,"def":120000,"money":1000,"exp":0,"point":0,"special":[30,36],"level":"二阶无上","X":20,"value30_1":10000,"value30_2":30},
"E1013": {"name":"东方溪","hp":1500000,"atk":60000,"def":32000,"money":1200,"exp":0,"point":0,"special":[],"level":"圣武初阶","notBomb":true},
"E1014": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
"E1015": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},

View File

@ -163,6 +163,13 @@ main.floors.BH10=
6,
12
]
},
"6,0": {
"floorId": "BH11",
"loc": [
6,
12
]
}
},
"beforeBattle": {},

97
project/floors/BH11.js Normal file
View File

@ -0,0 +1,97 @@
main.floors.BH11=
{
"floorId": "BH11",
"title": "北寒帝国 1 ",
"name": "北寒帝国1",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
"snow",
6
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"6,6": [
"\t[莫析辉,hero]\b[hero]咱们速战速决!",
"\t[希娜,N538]\b[this]当然要速战速决!北纳家族背后是光明圣女,还有光明神殿,咱们这么多势力联手,动静可不小,必须尽快的。",
"\t[莫析辉,hero]\b[hero]你先说说,你拿到的北纳家族的情报。",
"\t[希娜,N538]\b[this]北纳家族、沂蒙家族、冷霜家族在北寒帝国相当强大,与莫析家族在东凌帝国的地位差不多。我父皇也是想要拔掉这颗钉子的,不过……我的父皇和我的兄弟姐妹更希望趁着我的夫家倒了先除掉我,所以,我也很着急……",
"\t[希娜,N538]\b[this]北纳三家最强者,北纳逸。北纳家族的宝库……应该不像莫析家族的宝库那样好偷,你至少先打败北纳逸才能将钥匙拿到手。",
{
"type": "hide",
"remove": true
}
]
},
"changeFloor": {
"6,0": {
"floorId": "BH12",
"loc": [
6,
0
]
},
"6,12": {
"floorId": "BH10",
"loc": [
6,
0
]
},
"0,6": {
"floorId": "BN1",
"loc": [
0,
6
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[130019,130031,415,415,415, 82, 91, 82,349,349,349,20301,130018],
[20318,130031,130018,20289,130019,20319, 85,20318,130018,20289,130019,20289,130031],
[130018,20318, 21, 21, 21, 82, 0, 82,711,711,711,130018,130029],
[20318,20289,130019,130031,130019,130029, 0,20318,130031,130019,130019,20318,130019],
[130029,130019, 21, 21, 21, 82, 0, 82,711,711,711,130029,130018],
[20300,130018,20318,130019,130018,130029, 0,130018,130029,130019,20318,130018,20289],
[ 92, 0, 0, 0, 0, 0,538, 83,1097,1097,1097,20301,20300],
[130019,130031,20289,130018,130031,20301, 0,130018,130019,20318,130031,130018,130018],
[130031,130029,684,684,684, 81, 0, 81,684,684,684,20301,20300],
[130018,130029,130029,130018,20319,130031, 0,130019,130018,20318,130019,20289,130031],
[20301,20318, 22, 81, 81, 81, 0, 81, 81, 81, 22,20318,130018],
[20289,130031,130018,20301,130019,130029, 0,130019,130019,130029,130031,20289,20318],
[130018,20289,684,684,684, 81, 91, 81,684,684,684,130019,130019]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

78
project/floors/BH12.js Normal file
View File

@ -0,0 +1,78 @@
main.floors.BH12=
{
"floorId": "BH12",
"title": "北寒帝国 2 ",
"name": "北寒帝国2",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
"snow",
6
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,0": {
"floorId": "BH11",
"loc": [
6,
0
]
},
"12,1": {
"floorId": "BH13",
"loc": [
12,
1
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[130019,20318,130031,130018, 0, 0, 93,130029,130019,130029,130031,20314,130018],
[130018, 0, 0,20308, 0, 0, 0, 0,20318, 0, 0, 0, 94],
[20308, 0, 0,130019,130029,130018, 0,130029,130019, 0,130019,130022,130023],
[130031, 0, 0, 0,20308, 0, 0, 0,130018, 0,130031, 0, 0],
[130018, 0,130029, 0,130031,20308, 0,130029,130006, 0,130019, 0, 0],
[20308, 0,130029, 0,20318, 0, 0, 0,130014, 0,20308, 0, 0],
[20318, 0,20318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[130018, 0,130019,130031,130029,130031, 0,130029, 0, 0,130018, 0, 0],
[130019, 0,130018, 0, 0, 0, 0,130031,130018,20314,130019, 0, 0],
[130029, 0,20318, 0, 0,130031, 0,20308, 0, 0,130029, 0, 0],
[130031, 0,130019,20308,130018,130029, 0, 0, 0, 0,130031,130018,130019],
[20314, 0, 0, 0, 0, 0, 0,130006, 0, 0, 0, 0, 0],
[130019,130022,130023,130019,20314,130031,130018,130014,130019,130018,130029,20314,130019]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
0
],
"bg2map": [
],
"fg2map": [
]
}

78
project/floors/BH13.js Normal file
View File

@ -0,0 +1,78 @@
main.floors.BH13=
{
"floorId": "BH13",
"title": "北寒帝国 3 ",
"name": "北寒帝国3",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
"snow",
6
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH14",
"loc": [
6,
12
]
},
"12,1": {
"floorId": "BH12",
"loc": [
12,
1
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[130018,20318,130019,130031,130029,20308,130018,130019,20305,130018,20318,20308,130018],
[130019, 0, 0, 0, 0, 0, 0,20308, 0,20318, 0, 0, 92],
[20318, 0,20308,130018,130031,130029, 0,130029, 0, 0, 0, 0,130029],
[130018, 0,130029, 0, 0,130019, 0,130019, 0,130029, 0, 0,20318],
[20305, 0,130019, 0, 0,130018, 0,130018, 0,130019,130031,130018,20308],
[130019, 0,130018,20308, 0,130029, 0,20318, 0,20308, 0,20305, 0],
[130031, 0,130029, 0, 0,20308, 0, 0, 0, 0, 0,130031, 0],
[130029, 0,20318, 0, 0, 0, 0, 0,20318,130031,130018,20305, 0],
[20308, 0, 0, 0,130031,20318, 0,130019,130029, 0, 0, 0, 0],
[130018,20318, 0,20305,130018, 0, 0, 0, 0, 0, 0, 0,130031],
[20308, 0, 0, 0,130031,20308, 0,20318,130019,130031, 0,20308,130018],
[130019, 0, 0, 0,130018, 0, 0, 0,20308, 0, 0, 0,130029],
[20318,130018,130029,20308,130031, 0, 93, 0,130018, 0, 0, 0,20318]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
12,
1
],
"bg2map": [
],
"fg2map": [
]
}

78
project/floors/BH14.js Normal file
View File

@ -0,0 +1,78 @@
main.floors.BH14=
{
"floorId": "BH14",
"title": "北寒帝国 4 ",
"name": "北寒帝国4",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
"snow",
6
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,0": {
"floorId": "BH15",
"loc": [
6,
0
]
},
"6,12": {
"floorId": "BH13",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[130019,130018,130031,20318,130029,130019, 91,130029,130019,130031,130018,130031,20311],
[ 0, 0, 0, 0, 0,20318, 0,20308, 0, 0, 0,130019, 0],
[ 0,20308,130018,130029,130019,130031, 0,130031, 0, 0, 0,20311, 0],
[ 0, 0, 0, 0, 0, 0, 0,20311,130029, 0,20311,130031, 0],
[130029, 0,130018,130031,130019,20311, 0,130029, 0, 0, 0,20308, 0],
[20318, 0,130029, 0, 0, 0, 0, 0, 0, 0, 0,130018, 0],
[130031, 0,20311, 0, 0,130018, 0,20308, 0, 0, 0,130031, 0],
[20311, 0,130031,20308,130018,130029, 0,130029,20308, 0,130019,20318, 0],
[130031, 0,20318, 0, 0,20311, 0, 0, 0, 0, 0,130029, 0],
[130029, 0,130029, 0, 0, 0, 0, 0,130018,130019, 0,20308, 0],
[130019, 0,20308,130031,130018,130019, 0, 0,130031, 0, 0,130031, 0],
[20311, 0, 0, 0, 0, 0, 0, 0,20311,130029,130018,130019, 0],
[130031,20311,130019,130031,130029,130018, 91, 0, 0, 0, 0, 0, 0]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

78
project/floors/BH15.js Normal file
View File

@ -0,0 +1,78 @@
main.floors.BH15=
{
"floorId": "BH15",
"title": "北寒帝国 5 ",
"name": "北寒帝国5",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
"snow",
6
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"12,0": {
"floorId": "BH16",
"loc": [
12,
0
]
},
"6,0": {
"floorId": "BH14",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 0,20309,130007, 0, 0,20316, 93,20308, 0, 0,130006,130007, 91],
[ 0,20317,130015, 0, 0, 0, 0, 0, 0, 0,130014,130015, 0],
[ 0,130007,20301, 0, 0,20318, 0,130007, 0, 0,20309,20314, 0],
[ 0,130015,20309,20308,130022,130023, 0,130015,130020,130021,20317,20309, 0],
[ 0,20314,20317, 0, 0, 0, 0, 0, 0, 0,130007,20317, 0],
[ 0,130022,130023, 0, 0, 0, 0, 0, 0, 0,130015,20314, 0],
[ 0,130136,130137,130138,130139,130006, 0,20316,130136,130137,130138,130139, 0],
[ 0,130144,130145,130146,130147,130014, 0,20308,130144,130145,130146,130147, 0],
[ 0,130152,130153,130154,130155,20309, 0,20318,130152,130153,130154,130155, 0],
[ 0,130160,130161,130162,130163,20317, 0,20309,130160,130161,130162,130163, 0],
[ 0,130168,130169,130170,130171,20314, 0,20317,130168,130169,130170,130171, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[130022,130023,130020,130021,20318,20301,20316,130022,130023,20316,20308,130020,130021]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
0
],
"bg2map": [
],
"fg2map": [
]
}

78
project/floors/BH16.js Normal file
View File

@ -0,0 +1,78 @@
main.floors.BH16=
{
"floorId": "BH16",
"title": "北寒帝国 6 ",
"name": "北寒帝国6",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
"snow",
6
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH17",
"loc": [
6,
12
]
},
"12,0": {
"floorId": "BH15",
"loc": [
12,
0
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[130031,130019,130018,130019,20308,20311,20311,130018,20311,20301,130019,130018, 93],
[20311, 0, 0,20301, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[130019, 0, 0, 0, 0,130018, 0, 0,20308,130019,20311,20301,20308],
[20308, 0, 0,20301, 0,130018, 0, 0,130018, 0, 0, 0,130018],
[130018,130031,130018,130019, 0,130018, 0, 0, 0, 0, 0, 0,130019],
[130031, 0, 0,20308, 0,130018, 0, 0,20301, 0, 0, 0,130018],
[130019, 0, 0, 0, 0,130031,20301, 0,130019,130018,20301,130018,130031],
[130018, 0, 0,20308, 0, 0, 0, 0, 0, 0, 0, 0,130019],
[130019,130031,130018,130019, 0,130018, 0,130031,130018,130019,130031, 0,20301],
[20301, 0, 0,130018, 0,130019, 0,130018, 0, 0,130019, 0,20308],
[20311, 0, 0, 0, 0,130019, 0,130019, 0, 0,130018, 0,130019],
[130019, 0, 0,130019, 0,130019, 0,20308, 0, 0, 0, 0,20301],
[20311,130019,130031,20308,130019,20308, 93,130019,130031,20311,130018,20311,130031]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
12,
0
],
"bg2map": [
],
"fg2map": [
]
}

78
project/floors/BH17.js Normal file
View File

@ -0,0 +1,78 @@
main.floors.BH17=
{
"floorId": "BH17",
"title": "北寒帝国 7 ",
"name": "北寒帝国7",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
"snow",
6
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH16",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "BH18",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[60464,60464,130019,60464,60464,60464, 91,130031,60464,130031,60464,60464,20301],
[130019, 0, 0, 0, 0,60464, 0,60464, 0, 0, 0, 0,60464],
[60464, 0, 0, 0, 0,130019, 0,60464, 0, 0, 0, 0,130019],
[60464, 0, 0, 0, 0,60464, 0,130019, 0, 0, 0, 0,60464],
[20301,60464, 0,60464,130031,20301, 0,20308,60464,60464, 0,60464,60464],
[60464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,60464],
[130019,60464,20301,130031,60464,20308, 0,60464,20301,60464,130019,60464,130019],
[130019, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,60464],
[130019,20308,60464, 0,60464,60464, 0,60464,130031, 0,60464,60464,60464],
[60464, 0, 0, 0, 0,130031, 0,130019, 0, 0, 0, 0,60464],
[130019, 0, 0, 0, 0,130019, 0,130019, 0, 0, 0, 0,60464],
[60464, 0, 0, 0, 0,60464, 0,130019, 0, 0, 0, 0,60464],
[60464,130031,130031,60464,60464,130031, 91,20301,60464,60464,60464,130031,130031]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

78
project/floors/BH18.js Normal file
View File

@ -0,0 +1,78 @@
main.floors.BH18=
{
"floorId": "BH18",
"title": "北寒帝国 8 ",
"name": "北寒帝国8",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
"snow",
6
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH19",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "BH17",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[130031,60464,20301,60464,130031,60464, 93,60464,60464,60464,60464,60464,130031],
[60464, 0, 0, 0, 0, 0, 0,130031, 0, 0, 0, 0,60464],
[60464, 0,60464,60464,130019, 0, 0,60464, 0,130019,130019,60464,20301],
[20301, 0, 0, 0,60464,130031, 0,20301, 0, 0, 0, 0,60464],
[60464, 0, 0, 0,60464, 0, 0,60464,60464,130019,60464, 0,60464],
[130031,60464, 0,60464,20308, 0, 0,130031, 0, 0,130031, 0,60464],
[20301, 0, 0, 0,20301,60464, 0,60464, 0, 0,60464, 0,20301],
[60464, 0, 0, 0,130019, 0, 0, 0, 0, 0, 0, 0,60464],
[60464, 0, 0, 0,20301, 0, 0,130019, 0, 0,60464, 0,60464],
[60464,60464, 0,60464,130031,60464, 0,130019, 0, 0,60464, 0,130031],
[130031, 0, 0, 0,60464, 0, 0,20308,60464,60464,130019, 0,60464],
[60464, 0, 0, 0,20301, 0, 0,130031, 0, 0, 0, 0,20301],
[60464,20301,60464,130019,60464,130031, 93,60464,60464,60464,20301,60464,60464]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
0
],
"bg2map": [
],
"fg2map": [
]
}

78
project/floors/BH19.js Normal file
View File

@ -0,0 +1,78 @@
main.floors.BH19=
{
"floorId": "BH19",
"title": "北寒帝国 9 ",
"name": "北寒帝国9",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
"snow",
6
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH18",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "BH20",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[20311,60464,130031,60464,60464,20308, 91,20308,20308,60464,60464,130031,60464],
[60464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,60464],
[60464,60464,20311,60464,20308,130019, 0,130019,60464,20311,60464,60464,130019],
[ 0, 0,60464, 0,20308, 0, 0,60464, 0,60464, 0, 0,130019],
[ 0, 0,60464, 0,130019, 0, 0,20311, 0,60464, 0, 0,60464],
[ 0, 0, 0, 0, 0, 0, 0,130031, 0,130019,60464, 0,20311],
[ 0, 0,60464, 0,60464, 0, 0,20301, 0,130019, 0, 0,130031],
[ 0, 0,130019, 0,130019, 0, 0,130019, 0,60464, 0, 0,130019],
[130019,130019,60464,20311,130019,20311, 0,20301, 0,20308, 0,60464,130031],
[60464, 0, 0, 0, 0,60464, 0,130019, 0,130019, 0, 0,130019],
[130019, 0,60464,60464, 0, 0, 0,20308, 0,130019, 0, 0,130031],
[130019, 0, 0, 0, 0,20308, 0, 0, 0, 0, 0, 0,130031],
[60464,60464,20311,60464,130019,130019, 91,60464,130019,20311,60464,60464,60464]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

92
project/floors/BH20.js Normal file
View File

@ -0,0 +1,92 @@
main.floors.BH20=
{
"floorId": "BH20",
"title": "北寒帝国 10 ",
"name": "北寒帝国10",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10000",
"bgm": "xieedushi.mp3",
"weather": null,
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH19",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041],
[90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041],
[90041,90041,50165, 0,50159, 0, 0, 0,50159, 0,50165,90041,90041],
[90041,90041, 0, 0,50167,50100, 0,50100,50167, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041,41160, 0, 0, 0, 0, 0, 0, 0,41160,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041,50165, 0, 0, 0, 0, 0, 0, 0,50165,90041,90041],
[90041,90041,90041,90041,90041,90041, 91,90041,90041,90041,90041,90041,90041]
],
"bgmap": [
[ 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,40504,40505,40505,40505,40506, 0, 0, 0, 0],
[ 0, 0, 0, 0,40512,40513,40513,40513,40514, 0, 0, 0, 0],
[ 0, 0, 0, 0,40512,40513,40513,40513,40514, 0, 0, 0, 0],
[ 0, 0, 0, 0,40512,40513,40513,40513,40514, 0, 0, 0, 0],
[ 0, 0, 0, 0,40520,40521,40521,40521,40522, 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]
],
"fgmap": [
[ 0, 0, 0,50124, 0, 0,50133, 0, 0,50124, 0, 0, 0],
[ 0, 0,50157,50132, 0, 0, 0, 0, 0,50132,50157, 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,41152, 0, 0, 0, 0, 0, 0, 0,41152, 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,50157, 0, 0, 0, 0, 0, 0, 0,50157, 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]
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

96
project/floors/BN1.js Normal file
View File

@ -0,0 +1,96 @@
main.floors.BN1=
{
"floorId": "BN1",
"title": "北纳家族 1 ",
"name": "北纳家族1",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X130012",
"bgm": "ending.mp3",
"firstArrive": [
{
"type": "changePos",
"direction": "right"
},
"\t[莫析辉,hero]\b[hero]这里就是北纳家族了……"
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"0,6": {
"floorId": "BH11",
"loc": [
0,
6
]
},
"6,2": {
"floorId": "BN2",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[60546,60546,60546,60546,60546,20360,20361,60546,60546,130018,130018,60546,60546],
[60546, 0,130012,130012,130012,20368,20369,130012,130012,130018, 0, 0,60546],
[60546, 0,130012,130020,130021,130012, 91,130012,130012, 0, 0, 0,60546],
[130018, 0,130136, 0, 0,130139, 0,130013, 0, 0, 0, 0,60546],
[130018, 0, 0, 0, 0, 0, 0, 0, 0,130006, 0, 0,60546],
[130018, 0, 0, 0, 0, 0, 0, 0,130013,130014, 0, 0,60546],
[ 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,60483],
[130018, 0,130168,130169,130170,130171,130013, 0,130182,130183,60483, 0,60484],
[60546, 0, 0,130029, 0, 0,130013, 0,130190,130191,60484, 0,60546],
[60546, 0, 0,130029, 0, 0, 0, 0,130198,130199, 0, 0,60546],
[60546, 0, 0, 0, 0, 0, 0, 0,130206,130207, 0, 0,60546],
[60546, 0, 0,130029, 0, 0,130013,130013,130214,130215,130013,130013,60546],
[60546,60546,60546,60546,60546,60546,60546,60523,60524,60546,60546,60546,60546]
],
"bgmap": [
],
"fgmap": [
[ 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,130136,130137,130138,130139,130139, 0, 0, 0, 0, 0, 0],
[ 0, 0,130144,130145,130146,130147, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0,130152,130153,130154,130155, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0,130160,130161,130162,130163, 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, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
],
"flyPoint": [
0,
6
],
"weather": [
"snow",
6
],
"bg2map": [
],
"fg2map": [
]
}

204
project/floors/BN10.js Normal file
View File

@ -0,0 +1,204 @@
main.floors.BN10=
{
"floorId": "BN10",
"title": "北纳家族 10 ",
"name": "北纳家族10",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [
{
"type": "confirm",
"text": "确认要跳过剧情吗?",
"yes": [
{
"type": "moveHero",
"time": 500,
"steps": [
"up:5"
]
}
],
"no": [
"\t[北纳逸,E1012]\b[this,6,5]你来啦",
{
"type": "moveHero",
"time": 500,
"steps": [
"up:5"
]
},
"\t[莫析辉,hero]\b[hero]见过北纳叔叔",
"\t[北纳逸,E1012]\b[this,6,5]你是光明神殿未来的少主,用不着与我行礼。",
"\t[莫析辉,hero]\b[hero]光明神殿的光明圣女是您的女儿,与我同级,无论如何,叔叔都比我大上一点。",
"\t[北纳逸,E1012]\b[this,6,5]莫析家族的少主这张嘴真是越来越伶俐了",
"\t[莫析辉,hero]\b[hero]您知道我来找您是做什么的",
"\t[北纳逸,E1012]\b[this,6,5]当然知道。既然如此,那还等什么?出手吧!"
]
}
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BN9",
"loc": [
6,
9
]
}
},
"beforeBattle": {},
"afterBattle": {
"6,5": [
{
"type": "setBlock",
"number": "E1012",
"loc": [
[
6,
5
]
]
},
{
"type": "jumpHero",
"loc": [
6,
6
],
"time": 500
},
{
"type": "changePos",
"direction": "up"
},
"\t[北纳逸,E1012]\b[this,6,5]不愧是光明圣子……你的天赋出众,现在实力已经不逊于任何一家家主了",
"\t[莫析辉,hero]\b[hero]北纳叔叔如果不心生恶念,我也不会来此一趟",
"\t[北纳逸,E1012]\b[this,6,5]对不起,我不该和另外几大家族对莫析家族打压……但我没有想过要灭了莫析家族……",
"\t[莫析辉,hero]\b[hero]什么!莫析家族不是你灭的!",
"\t[北纳逸,E1012]\b[this,6,5]我们若想灭掉整个莫析家族,派一个东方溪和安撒哪里够……他们背后恐怕另有高手……",
"\t[莫析辉,hero]\b[hero]事已至此,我还是不能相信您,北纳叔叔,您就安心上路吧!",
{
"type": "hide",
"loc": [
[
6,
5
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
1
]
],
"floorId": "BH11",
"remove": true
},
{
"type": "setBlock",
"number": "I416",
"loc": [
[
4,
4
]
]
},
{
"type": "setBlock",
"number": "I349",
"loc": [
[
8,
4
]
]
},
{
"type": "setBlock",
"number": "I618",
"loc": [
[
6,
8
]
]
},
"\t[莫析辉,hero]\b[hero]该去\r[red]\\c[30]北寒帝国\\c[]\r[]了"
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145, 0, 0, 0, 0, 0,40352, 0, 0, 0, 0, 0,40145],
[40145, 0, 0, 0, 0, 0,40360, 0, 0, 0, 0, 0,40145],
[40145,40720,40721, 0, 0, 0, 0, 0, 0, 0,41640,41641,40145],
[40145,40728,40729, 0, 0, 0, 0, 0, 0, 0,41648,41649,40145],
[40145,40736,40737,41152,41262, 0,1012, 0,41263,41152,41656,41657,40145],
[40145, 0, 0,41160,41270, 0, 0, 0,41271,41160, 0,41852,40145],
[40145, 0, 0, 0,41278, 0, 0, 0,41279, 0, 0, 0,40145],
[40145, 0, 0, 0,41152, 0, 0, 0,41152, 0, 0, 0,40145],
[40145,40722,40723, 0,41160, 0, 0, 0,41160, 0,40858,40859,40145],
[40145,40730,40731, 0, 0, 0, 0, 0, 0, 0,40866,40867,40145],
[40145,40738,40739, 0, 0, 0, 0, 0, 0, 0,40850,40851,40145],
[40145,40145,40145,40145,40145,40145, 91,40145,40145,40145,40145,40145,40145]
],
"bgmap": [
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[ 0, 0, 0, 0, 0, 0,40368, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0,40528,40529,40529,40529,40530, 0, 0, 0, 0],
[ 0, 0, 0, 0,40536,40537,40537,40537,40538, 0, 0, 0, 0],
[ 0, 0, 0, 0,40536,40537,40537,40537,40538, 0, 0, 0, 0],
[ 0, 0, 0, 0,40536,40537,40537,40537,40538, 0, 0, 0, 0],
[ 0, 0, 0, 0,40544,40545,40545,40545,40546, 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]
],
"fgmap": [
[ 0, 0, 0, 0, 0, 0,40423, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0,40386, 0,40431, 0,40386, 0, 0, 0, 0],
[ 0, 0, 0, 0,40394, 0, 0, 0,40394, 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, 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]
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

74
project/floors/BN2.js Normal file
View File

@ -0,0 +1,74 @@
main.floors.BN2=
{
"floorId": "BN2",
"title": "北纳家族 2 ",
"name": "北纳家族2",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"0,6": {
"floorId": "BN3",
"loc": [
0,
6
]
},
"6,12": {
"floorId": "BN1",
"loc": [
6,
2
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013],
[10013,684, 0,792, 0,794, 0, 21, 0,792, 81,618,10013],
[10013,10013,10013,10013, 81,10013,10013,10013,10013,10013,10013, 0,10013],
[10013, 21, 21,10013,344,792, 27, 81,702, 0,10013,791,10013],
[10013,790,10013,10013, 0,10013, 0,10013, 0,790, 81, 0,10013],
[10013, 0,703, 81,790,10013,791,10013,684, 0,10013,684,10013],
[ 92,791, 0,10013, 0,684, 0,10013, 0,1097,10013, 0,10013],
[10013, 81,10013,10013,10013, 82,10013,10013,10013,793,10013,792,10013],
[10013,793, 0,10013, 0,791,344,10013,685,345,10013, 81,10013],
[10013, 28, 30,10013,617,10013,343,10013,10013,10013,10013, 0,10013],
[10013,703,342,10013, 21,10013,10013, 0, 21, 0,10013,344,10013],
[10013,684,685,10013,790, 0, 0,792, 0,684,794, 0,10013],
[10013,10013,10013,10013,10013,10013, 91,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

139
project/floors/BN3.js Normal file
View File

@ -0,0 +1,139 @@
main.floors.BN3=
{
"floorId": "BN3",
"title": "北纳家族 3 ",
"name": "北纳家族3",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"6,1": [
"\t[卢轩,N578]\b[this]圣子殿下",
"\t[莫析辉,hero]\b[hero]卢轩,你查到了什么消息吗?",
"\t[卢轩,N578]\b[this]听说\r[red]\\c[30]在北纳4有一个密道。\\c[]\r[]",
{
"type": "hide",
"remove": true
}
]
},
"changeFloor": {
"0,6": {
"floorId": "BN2",
"loc": [
0,
6
]
},
"6,0": {
"floorId": "BN4",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
"afterBattle": {
"5,3": [
{
"type": "setValue",
"name": "flag:door_BN3_6_2",
"operator": "+=",
"value": "1"
}
],
"7,3": [
{
"type": "setValue",
"name": "flag:door_BN3_6_2",
"operator": "+=",
"value": "1"
}
],
"5,4": [
{
"type": "setValue",
"name": "flag:door_BN3_6_2",
"operator": "+=",
"value": "1"
}
],
"7,4": [
{
"type": "setValue",
"name": "flag:door_BN3_6_2",
"operator": "+=",
"value": "1"
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {
"6,2": {
"0": {
"condition": "flag:door_BN3_6_2==4",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_BN3_6_2",
"operator": "=",
"value": "null"
}
]
},
"1": null
}
},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013, 91,10013,10013,10013,10013,10013,10013],
[10013,684,620,792, 0, 0,578,791, 0,684, 0,790,10013],
[10013,10013,10013,10013,10013,10013, 85,10013,10013,10013,10013,1077,10013],
[10013, 21,1098, 21,10013,794, 0,794,10013,684, 30, 0,10013],
[10013, 0,791, 0,10013,794, 0,794,10013,348, 21,791,10013],
[10013,10013, 81,10013,10013,10013, 82,10013,10013,10013,10013, 81,10013],
[ 94, 0,790, 0, 21, 0,791, 0,684, 0,790, 0,10013],
[10013, 81,10013,793,10013, 81,10013, 81,10013, 81,10013, 81,10013],
[10013,790,10013,346,10013,790,10013,791,10013,791,10013,792,10013],
[10013, 21,10013,349,10013,344,10013, 21,10013,344,10013,344,10013],
[10013,684,10013,10013,10013,684,10013,348,10013,342,10013,343,10013],
[10013,791,342,685,343,791,10013,684,792,702,10013,684,10013],
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
0,
6
],
"bg2map": [
],
"fg2map": [
]
}

114
project/floors/BN4.js Normal file
View File

@ -0,0 +1,114 @@
main.floors.BN4=
{
"floorId": "BN4",
"title": "北纳家族 4 ",
"name": "北纳家族4",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"6,4": [
{
"type": "hide",
"remove": true
}
],
"6,3": [
{
"type": "if",
"condition": "switch:A",
"true": [
{
"type": "changeFloor",
"floorId": "MM5",
"loc": [
6,
12
]
}
],
"false": [
{
"type": "setBlock",
"number": "portal",
"loc": [
[
6,
3
]
]
},
{
"type": "setValue",
"name": "switch:A",
"value": "true"
}
]
}
]
},
"changeFloor": {
"6,0": {
"floorId": "BN3",
"loc": [
6,
0
]
},
"12,1": {
"floorId": "BN5",
"loc": [
12,
1
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013, 93,10013,10013,10013,10013,10013,10013],
[10013,413, 0,10013, 0,790, 0,792, 0, 83,790, 0, 94],
[10013, 0,790,10013,684, 0,10013, 0, 29,10013, 0, 21,10013],
[10013,10013, 81,10013, 81,10013,10013,10013, 81,10013,793,10013,10013],
[10013,701, 0,10013,791, 0,10013, 0,791,10013,684, 0,10013],
[10013,792,10013,10013, 0,684,10013,684, 0,10013,10013,790,10013],
[10013, 0,616,10013, 21, 0,10013, 0, 21,10013,617, 0,10013],
[10013, 30, 0,10013, 0, 29,794, 28, 0,10013, 0,684,10013],
[10013, 81,10013,10013,10013,10013, 81,10013,10013,10013,10013, 81,10013],
[10013,794, 0, 0,10013, 0, 0,685,10013, 0, 0,791,10013],
[10013, 0,342, 0, 81,792,701, 0, 81,790, 0, 0,10013],
[10013,684, 0, 29,10013, 0, 0, 22,10013, 0,1097, 0,10013],
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
0
],
"bg2map": [
],
"fg2map": [
]
}

74
project/floors/BN5.js Normal file
View File

@ -0,0 +1,74 @@
main.floors.BN5=
{
"floorId": "BN5",
"title": "北纳家族 5 ",
"name": "北纳家族5",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BN6",
"loc": [
6,
12
]
},
"12,1": {
"floorId": "BN4",
"loc": [
12,
1
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013],
[10013,342, 0,346,10013,790, 0, 21, 0,10013, 0, 21, 92],
[10013, 0,793, 0,10013, 0,10013,10013,791, 82,790, 0,10013],
[10013,10013, 81,10013,10013,684,10013, 0,616,10013, 0,344,10013],
[10013, 0,344, 0,791, 0,10013,684, 0,10013,10013, 81,10013],
[10013,1077,10013,10013,10013,10013,10013,10013, 81,10013, 0,791,10013],
[10013,790, 0,617, 0,790, 0,344,794,10013,699, 0,10013],
[10013, 0, 21, 0,792,10013,684, 0,616,10013,790,698,10013],
[10013,10013,10013,10013, 82,10013,10013,10013, 81,10013, 81,10013,10013],
[10013,791, 0,684, 0,790,10013, 0,791,10013, 0,684,10013],
[10013, 0,10013,10013,10013, 0, 81, 28, 0, 81,792, 0,10013],
[10013, 21, 0,792, 0,793,10013, 0,684,10013, 0, 21,10013],
[10013,10013,10013,10013,790, 0, 93,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
12,
1
],
"bg2map": [
],
"fg2map": [
]
}

128
project/floors/BN6.js Normal file
View File

@ -0,0 +1,128 @@
main.floors.BN6=
{
"floorId": "BN6",
"title": "北纳家族 6 ",
"name": "北纳家族6",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BN5",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "BN7",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
"afterBattle": {
"3,5": [
{
"type": "setValue",
"name": "flag:door_BN6_2_7",
"operator": "+=",
"value": "1"
}
],
"3,6": [
{
"type": "setValue",
"name": "flag:door_BN6_2_7",
"operator": "+=",
"value": "1"
}
],
"3,8": [
{
"type": "setValue",
"name": "flag:door_BN6_2_7",
"operator": "+=",
"value": "1"
}
],
"3,9": [
{
"type": "setValue",
"name": "flag:door_BN6_2_7",
"operator": "+=",
"value": "1"
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {
"2,7": {
"0": {
"condition": "flag:door_BN6_2_7==4",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_BN6_2_7",
"operator": "=",
"value": "null"
}
]
}
}
},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013, 91,10013,10013,10013,10013,10013,10013],
[10013, 0,793,346,684,10013,791,10013,345,793, 0,684,10013],
[10013, 81,10013,10013,10013,10013, 0,10013,685,10013, 21, 0,10013],
[10013, 0,793,347,684,10013, 21,10013,10013,10013,795, 0,10013],
[10013, 81,10013,10013,10013,10013, 0, 81, 0, 81, 81,10013,10013],
[10013,792,10013,794, 0,10013,792,10013,791,10013,794, 0,10013],
[10013, 0,10013,794, 0,10013, 0,10013, 0,10013, 0,343,10013],
[10013, 0, 85, 0, 0, 81,684,10013,617,10013,10013, 81,10013],
[10013,791,10013,794, 0,10013, 0,10013,702,10013,348,795,10013],
[10013, 21,10013,794, 0,10013,791,10013,684,10013,685, 28,10013],
[10013, 27,10013,10013,10013,10013, 0,10013,10013,10013,10013,10013,10013],
[10013,684,10013,684,684,792, 0, 81,795, 21, 21, 21,10013],
[10013,10013,10013,10013,10013,10013, 91,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

74
project/floors/BN7.js Normal file
View File

@ -0,0 +1,74 @@
main.floors.BN7=
{
"floorId": "BN7",
"title": "北纳家族 7 ",
"name": "北纳家族7",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,0": {
"floorId": "BN6",
"loc": [
6,
0
]
},
"1,12": {
"floorId": "BN8",
"loc": [
1,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013, 93,10013,10013,10013,10013,10013,10013],
[10013, 21,10013,344,10013, 0, 21,10013,685,1098,10013,685,10013],
[10013, 21,10013,342,10013,791, 0,10013, 0,794,10013, 0,10013],
[10013, 21,10013,344,10013, 81,10013,10013,10013, 81,10013,791,10013],
[10013,795,10013,795,10013,684, 0,792, 0,343, 81, 0,10013],
[10013, 81,10013, 81,10013,1077,793,10013,10013,10013,10013,792,10013],
[10013, 0, 21, 0,794, 0, 29, 0,791, 0, 21, 0,10013],
[10013,792,10013,10013,10013,10013, 82,10013, 81,10013,10013,10013,10013],
[10013, 0, 81, 81, 0, 81,792,10013, 0,10013,348,345,10013],
[10013,684,10013,10013,793,10013, 0,10013,792,10013,795,617,10013],
[10013, 0,10013, 27, 28,10013,1097,10013, 0,10013, 81,10013,10013],
[10013,794,10013,684,684,10013,684,10013,344, 81,794,684,10013],
[10013, 93,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
0
],
"bg2map": [
],
"fg2map": [
]
}

128
project/floors/BN8.js Normal file
View File

@ -0,0 +1,128 @@
main.floors.BN8=
{
"floorId": "BN8",
"title": "北纳家族 8 ",
"name": "北纳家族8",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"1,12": {
"floorId": "BN7",
"loc": [
1,
12
]
},
"6,0": {
"floorId": "BN9",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {
"5,3": [
{
"type": "setValue",
"name": "flag:door_BN8_6_2",
"operator": "+=",
"value": "1"
}
],
"7,3": [
{
"type": "setValue",
"name": "flag:door_BN8_6_2",
"operator": "+=",
"value": "1"
}
],
"5,5": [
{
"type": "setValue",
"name": "flag:door_BN8_6_2",
"operator": "+=",
"value": "1"
}
],
"7,5": [
{
"type": "setValue",
"name": "flag:door_BN8_6_2",
"operator": "+=",
"value": "1"
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {
"6,2": {
"0": {
"condition": "flag:door_BN8_6_2==4",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_BN8_6_2",
"operator": "=",
"value": "null"
}
]
}
}
},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013, 91,10013,10013,10013,10013,10013,10013],
[10013,684,1098, 21,795, 0, 0, 0,795, 21,1098,684,10013],
[10013,10013,10013,10013,10013,10013, 85,10013,10013,10013,10013,10013,10013],
[10013,346,348,795,10013,793, 0,793,10013, 21, 0, 21,10013],
[10013,10013,10013, 0, 81, 0, 0, 0, 81, 0,685, 0,10013],
[10013,685,10013,793,10013,794, 0,794,10013,343,791,348,10013],
[10013,344,10013, 81,10013,10013, 81,10013,10013,10013, 82,10013,10013],
[10013, 30,795, 0,684, 28, 0,794, 0, 28, 0,792,10013],
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013, 81,10013],
[10013,416,795,794,685,617,793,684, 21,792, 0,684,10013],
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013, 81,10013],
[10013, 0,791, 0,342, 81,790, 0,703, 0,791, 0,10013],
[10013, 91,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
1,
12
],
"bg2map": [
],
"fg2map": [
]
}

86
project/floors/BN9.js Normal file
View File

@ -0,0 +1,86 @@
main.floors.BN9=
{
"floorId": "BN9",
"title": "北纳家族 9 ",
"name": "北纳家族9",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BN8",
"loc": [
6,
0
]
},
"6,9": {
"floorId": "BN10",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,10107,10108,10109,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,10115,10116,10117,40145,40145,40145,40145,40145],
[20005,685,685,795,795, 0, 0, 0,795,795,685,685,20005],
[20005,685,685,795,795, 0, 0, 0,795,795,685,685,20005],
[20005,20005,20005,20005,20005,20005, 91,20005,20005,20005,20005,20005,20005]
],
"bgmap": [
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145,40145],
[ 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]
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

View File

@ -93,7 +93,180 @@ main.floors.DL1=
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"events": {
"11,1": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"yes": [
{
"type": "if",
"condition": "(status:mana<50)",
"true": [
{
"type": "playSound",
"name": "操作失败"
},
"你的魔力不足!"
],
"false": [
{
"type": "setValue",
"name": "status:mana",
"operator": "-=",
"value": "50"
},
{
"type": "playSound",
"name": "door.mp3"
},
{
"type": "setBlock",
"number": "X10111"
},
"获得五把黄钥匙",
{
"type": "setValue",
"name": "item:yellowKey",
"operator": "+=",
"value": "5"
}
]
}
],
"no": []
}
],
"11,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"yes": [
{
"type": "if",
"condition": "(status:mana<50)",
"true": [
{
"type": "playSound",
"name": "操作失败"
},
"你的魔力不足!"
],
"false": [
{
"type": "setValue",
"name": "status:mana",
"operator": "-=",
"value": "50"
},
{
"type": "playSound",
"name": "door.mp3"
},
{
"type": "setBlock",
"number": "X10111"
},
"获得三把蓝钥匙",
{
"type": "setValue",
"name": "item:blueKey",
"operator": "+=",
"value": "3"
}
]
}
],
"no": []
}
],
"1,1": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"yes": [
{
"type": "if",
"condition": "(status:mana<50)",
"true": [
{
"type": "playSound",
"name": "操作失败"
},
"你的魔力不足!"
],
"false": [
{
"type": "setValue",
"name": "status:mana",
"operator": "-=",
"value": "50"
},
{
"type": "playSound",
"name": "door.mp3"
},
{
"type": "setBlock",
"number": "X10111"
},
"获得五瓶神之血",
{
"type": "setValue",
"name": "item:I710",
"operator": "+=",
"value": "5"
}
]
}
],
"no": []
}
],
"1,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"yes": [
{
"type": "if",
"condition": "(status:mana<50)",
"true": [
{
"type": "playSound",
"name": "操作失败"
},
"你的魔力不足!"
],
"false": [
{
"type": "setValue",
"name": "status:mana",
"operator": "-=",
"value": "50"
},
{
"type": "playSound",
"name": "door.mp3"
},
{
"type": "setBlock",
"number": "X10111"
},
"获得一枚十二阶血红宝石",
{
"type": "setValue",
"name": "item:I616",
"operator": "+=",
"value": "1"
}
]
}
],
"no": []
}
]
},
"changeFloor": {
"0,6": {
"floorId": "ZL1",
@ -101,6 +274,13 @@ main.floors.DL1=
12,
6
]
},
"6,2": {
"floorId": "DL2",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
@ -118,7 +298,7 @@ main.floors.DL1=
[ 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16],
[ 16, 0, 0, 0, 0, 0, 0, 0,579, 0, 0, 0, 16],
[ 94, 0, 0, 0, 0, 0, 0,567, 0, 0, 0, 0, 16],
[ 16, 0, 0,584, 0, 0, 0, 0,469, 0, 0, 0, 16],
[ 16, 0, 0,576, 0, 0, 0, 0,469, 0, 0, 0, 16],
[ 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20284, 16],
[ 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16],
[ 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16],

469
project/floors/DL10.js Normal file
View File

@ -0,0 +1,469 @@
main.floors.DL10=
{
"floorId": "DL10",
"title": "东凌帝国 10 ",
"name": "东凌帝国10",
"width": 13,
"height": 13,
"canFlyTo": false,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [
{
"type": "if",
"condition": "(flag:shengqishi>=10)",
"true": [
{
"type": "setBlock",
"number": "N513",
"loc": [
[
6,
9
]
]
}
],
"false": []
},
{
"type": "jumpHero",
"loc": [
8,
6
],
"time": 500
},
"\t[莫析辉,hero]\b[hero]好你个图毅,竟然派人来刺杀我",
"\t[图毅,E828]\b[this,6,2]圣子殿下息怒!图毅不敢如此啊!",
"\t[图毅,E828]\b[this,6,2]殿下,我岂敢如此,您仔细想想,大长老的实力举世无双,我若是让你在东凌帝国出了事,我岂能活下去",
"\t[凌依,N574]\b[this,9,7]图毅陛下说的一套一套的,不过,圣子弟弟在东凌皇宫找了你交给东方溪的密函,不知陛下怎么解释",
"\t[图毅,E828]\b[this,6,2]这……",
"\t[汪周,N468]\b[this,5,7]你说你不敢伤害殿下,因为伤了他,你会死。",
"\t[汪周,N468]\b[this,5,7]但假若你对二长老和七长老出手了,我们调查出来,你也会偿命",
"\t[汪周,N468]\b[this,5,7]倒不如先杀一个光明圣子,赚够本才是。",
"\t[图毅,E828]\b[this,6,2]你!",
{
"type": "move",
"loc": [
6,
4
],
"time": 500,
"keep": true,
"steps": [
"up:2"
]
},
"\t[黛莫琳,N481]\b[this,4,9]看来不必多说了,杀了他!",
"\t[莫析辉,hero]\b[hero]图毅,你作恶多端,怪不得我啦!",
"\t[图毅,E828]\b[this,6,2]来人啊,护驾!",
{
"type": "setBlock",
"number": "N1096",
"loc": [
[
8,
4
]
]
},
{
"type": "setBlock",
"number": "N1096",
"loc": [
[
4,
4
]
]
},
{
"type": "setBlock",
"number": "N1096",
"loc": [
[
4,
5
]
]
},
{
"type": "setBlock",
"number": "N1096",
"loc": [
[
4,
5
]
]
},
"\t[皇宫护卫,N1096]保护陛下!",
"\t[芹宣,N466]\b[this,6,5]雕虫小技!",
{
"type": "animate",
"name": "baozha2",
"loc": [
4,
4
],
"async": true
},
{
"type": "animate",
"name": "baozha2",
"loc": [
4,
5
],
"async": true
},
{
"type": "animate",
"name": "baozha2",
"loc": [
8,
4
],
"async": true
},
{
"type": "animate",
"name": "baozha2",
"loc": [
8,
5
],
"async": true
},
{
"type": "hide",
"loc": [
[
4,
4
]
],
"remove": true,
"async": true
},
{
"type": "hide",
"loc": [
[
8,
4
]
],
"remove": true,
"async": true
},
{
"type": "hide",
"loc": [
[
4,
5
]
],
"remove": true,
"async": true
},
{
"type": "hide",
"loc": [
[
8,
5
]
],
"remove": true,
"async": true
},
{
"type": "waitAsync"
},
{
"type": "jumpHero",
"loc": [
6,
3
],
"time": 500
},
"\t[莫析辉,hero]\b[hero]图毅,受死吧!",
"\t[葛尔丹,N566]\b[this,4,6]住手!",
"\t[莫析辉,hero]\b[hero]葛尔丹,你想干什么!",
"\t[葛尔丹,N566]\b[this,4,6]此事疑点颇多,我们不能随便杀了图毅,他是一国之君,杀了他,整个东凌会陷入混乱的",
"\t[莫析辉,hero]\b[hero]他灭了莫析家族,杀了二长老和七长老,难道就不用付出代价吗",
"\t[葛尔丹,N566]\b[this,4,6]不管怎么样,也不能让平民百姓受苦啊!",
"\t[葛尔丹,N566]\b[this,4,6]不然这样,先把图毅囚禁起来",
"\t[莫析辉,hero]\b[hero]不行!他今天必须死!",
"\t[葛尔丹,N566]\b[this,4,6]大长老!",
"\t[芹宣,N466]\b[this,6,5]唉,葛尔丹,你退下吧",
"\t[葛尔丹,N566]\b[this,4,6]大长老!",
"\t[芹宣,N466]\b[this,6,5]退下吧",
"\t[莫析辉,hero]\b[hero]图毅,接受你的命运吧!"
],
"eachArrive": null,
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "DL9",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
"afterBattle": {
"6,2": [
"\t[图毅,E828]\b[this]啊!这不是……不是我干的……啊!",
{
"type": "changePos",
"direction": "down"
},
{
"type": "jumpHero",
"loc": [
6,
3
],
"time": 500
},
{
"type": "setBlock",
"number": "I345",
"loc": [
[
2,
3
]
]
},
{
"type": "setBlock",
"number": "I345",
"loc": [
[
3,
3
]
]
},
{
"type": "setBlock",
"number": "I345",
"loc": [
[
4,
3
]
]
},
{
"type": "setBlock",
"number": "I416",
"loc": [
[
10,
3
]
]
},
"\t[芹宣,N466]\b[this,6,5]光明神殿的威严,不容挑衅!两位圣子,图毅被处死,东凌帝国恐怕会大乱,你们留在东凌帝国,先解决这些问题吧。莫析家的小圣子,你这段时间不要去北寒帝国,我会盯着你的。",
"\t[莫析辉,hero]\b[hero]大长老……",
"\t[芹宣,N466]\b[this,6,5]好了,我先走了!",
{
"type": "hide",
"loc": [
[
6,
5
]
],
"remove": true
},
"\t[葛尔丹,N566]\b[this,4,6]圣子弟弟别灰心,君子报仇,十年不晚嘛!",
"\t[莫析辉,hero]\b[hero]圣子哥哥,你也是支持我吗?",
"\t[葛尔丹,N566]\b[this,4,6]倒不是支持你,蜜西娅现在一家独大,你说咱俩要再不联手,可不惨了?",
"\t[汪周,N468]\b[this,5,7]大长老说不让你去北寒帝国,可没有说不让你去南荒帝国哦。",
{
"type": "turnBlock",
"direction": "down",
"loc": [
[
4,
6
]
]
},
"\t[葛尔丹,N566]\b[this,4,6]嗯?",
"\t[汪周,N468]\b[this,5,7]反正在座的各位,都想要对付北纳家族嘛,正好,南荒帝国有一位朋友,想找莫析圣子殿下联手呢!",
"\t[莫析辉,hero]\b[hero]那好吧,去见见也无妨。",
"\t[默默,N481]\b[this,4,9]圣子哥哥,我也要去!",
"\t[莫析辉,hero]\b[hero]那大家都去看看吧!",
"\t[葛尔丹,N566]\b[this,4,6]不过,东凌帝国的事物怎么办,没有人处理,岂不会大乱?",
"\t[汪周,N468]\b[this,5,7]这个容易,我会派骑士队的守护在这里,咱们先去南荒帝国看看再说吧!",
"\t[莫析辉,hero]\b[hero]那好,一起去\r[red]\\c[30]南荒帝国\\c[]\r[]",
{
"type": "hide",
"loc": [
[
4,
6
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
5,
7
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
7
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
3,
7
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
9,
7
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
9
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
9
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
9
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
11
]
],
"floorId": "GM1",
"remove": true
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,41871,50049,50067,50068,50069,50049,41870,50049,50049,50049],
[50049,41155,50159,50049,50049,50075,50071,50077,50049,50049,50159,41155,50049],
[50049,41163,50167, 0, 0,50167,828,50167, 0, 0,50167,41163,50049],
[50049, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,50049],
[50049, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,50049],
[50049, 0, 0, 0, 0, 0,535, 0, 0, 0, 0, 0,50049],
[50049,50159, 0, 0,569, 0, 0, 0, 0, 0, 0,50159,50049],
[50049,50167, 0,581, 0,471, 0,541, 0,577, 0,50167,50049],
[50049,20069,20069,20069, 0, 0, 0, 0, 0,20069,20069,20069,50049],
[50049, 0, 0, 0,484, 0, 0, 0,136, 0, 0, 0,50049],
[50049,41153,50159, 0, 0, 0, 0, 0, 0, 0,50159,41153,50049],
[50049,41161,50167, 0, 0, 0, 0, 0, 0, 0,50167,41161,50049],
[50049,50049,50049,50049,50049,50049, 91,50049,50049,50049,50049,50049,50049]
],
"bgmap": [
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049],
[50049,50049,50049,50049,50049,50049,50076,50049,50049,50049,50049,50049,50049],
[ 0, 0, 0, 0, 0, 0,50079, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0,40504,40505,40505,40505,40506, 0, 0, 0, 0],
[ 0, 0, 0,50078,40512,40513,40513,40513,40514,50078, 0, 0, 0],
[ 0, 0, 0, 0,40512,40513,40513,40513,40514, 0, 0, 0, 0],
[ 0, 0, 0,50078,40512,40513,40513,40513,40514,50078, 0, 0, 0],
[ 0, 0, 0, 0,40520,40521,40521,40521,40522, 0, 0, 0, 0],
[ 0, 0, 0, 0,20111,20111,20111,20111,20111, 0, 0, 0, 0],
[ 0, 0, 0, 0,20111,20111,20111,20111,20111, 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]
],
"fgmap": [
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0,50159, 0,50159, 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],
[ 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, 0, 0, 0, 0, 0, 0, 0, 0]
],
"bg2map": [
],
"fg2map": [
],
"flyPoint": [
6,
12
]
}

View File

@ -1,43 +1,190 @@
main.floors.DL2=
{
"floorId": "DL2",
"title": "东凌帝国 2 ",
"name": "东凌帝国2",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 8,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 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],
"floorId": "DL2",
"title": "东凌帝国 2 ",
"name": "东凌帝国2",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 8,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [
{
"type": "jumpHero",
"loc": [
7,
8
],
"time": 500
},
{
"type": "changePos",
"direction": "up"
},
"\t[众光明骑士,N440]恭迎大长老!恭迎两位圣子殿下!",
"\t[图毅,E828]\b[this,6,4]光明神殿大长老和两位圣子大驾光临,图毅有失远迎。",
"\t[芹宣,N466]\b[this,6,7]皇帝陛下客气了。",
"\t[图毅,E828]\b[this,6,4]嘿嘿。",
"\t[芹宣,N466]\b[this,6,7]不过,陛下可能忘了,当今世上最强的势力是光明神殿,而不是你东凌皇室。",
"\t[图毅,E828]\b[this,6,4]大长老此言,图毅惶恐。",
"\t[芹宣,N466]\b[this,6,7]惶恐?光明神殿两位长老陨落在东凌帝国的莫析家族,据圣子所述,北寒帝国与东凌帝国边境的冲突,东凌帝国并没有派大军前去支援,反倒是派了一个叫东方溪的大将军,杀害了不少莫析家族的人。",
"\t[图毅,E828]\b[this,6,4]圣子殿下,绝无此事啊,那东方溪早已不是东凌帝国的大将了,他的行为与皇室并无关系!",
"\t[莫析辉,hero]\b[hero]我不相信你!",
"\t[凌依,N574]\b[this,8,8]再怎么说,陛下,莫析家族作为东凌帝国镇守北方的家族,陛下却没有派人前去支援,这难道不是陛下想要对付莫析家族?",
"\t[图毅,E828]\b[this,6,4]东凌帝国确实没有支援莫析家族,但,这只是我东凌帝国的战略,只是为了更好的在与北寒帝国的斗争中取得优势,是利好百姓的。难道圣子殿下认为我等要因为救莫析家族而置整个帝国的百姓于危难之中?",
"\t[莫析辉,hero]\b[hero]这……图毅,我没有说要置整个东凌帝国的百姓于危难,你不要乱扣帽子。两个帝国的摩擦,死去一些人是难免的,这一次,死去的却是整个莫析家族的人,几乎没有活口,什么样的冲突竟然到了这种地步!",
"\t[莫析辉,hero]\b[hero]你们灭了我满门,我一定要讨个公道!还有,二长老和七长老前去调查,他们只是去救人,总和两大帝国的冲突没有关系吧,我不相信区区一个北寒皇室就能拿下两位长老。",
"\t[图毅,E828]\b[this,6,4]圣子殿下,我以图蒙氏一族起誓,绝没有对二长老、七长老、莫析家族家族下手!",
"\t[葛尔丹,N566]\b[this,5,8]圣子弟弟,咱不可胡乱揣测,先找到证据,再来不迟。",
"\t[图毅,E828]\b[this,6,4]葛圣子说的有理,还望几位给我一点时间,我两天之内一定查明这件事。",
"\t[芹宣,N466]\b[this,6,7]是应该查个明白,好叭,暂且给你两天时间。",
"\t[图毅,E828]\b[this,6,4]我为各位准备了旅馆,请各位在旅馆将就几天。",
{
"type": "setCurtain",
"color": [
0,
0,
0,
1
],
"time": 500,
"keep": true
},
{
"type": "hide",
"loc": [
[
6,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
7
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
5,
8
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
9
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
9
]
],
"remove": true
},
{
"type": "changeFloor",
"floorId": "DL3",
"loc": [
6,
4
],
"direction": "down"
}
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "DL1",
"loc": [
6,
2
]
},
"10,1": {
"floorId": "DL3",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "DL4",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[90707,90722,90693,90722,90722,90387, 91,90389,90722,90722,90693,90722,90707],
[90707, 0, 0, 0, 0,90395, 0,90397, 0, 0, 91, 0,90707],
[90707, 0, 0, 0,1096, 0, 0, 0,1096, 0, 0, 0,90707],
[90707, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,90707],
[90707, 0, 0, 0, 0, 0,828, 0, 0, 0, 0, 0,90707],
[90707, 0,90015,442, 0, 0, 0, 0, 0,441,90015, 0,90707],
[90707, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,90707],
[90707, 0, 0, 0, 0, 0,535, 0, 0, 0, 0, 0,90707],
[90707, 0, 0, 0, 0,569, 0, 0, 0, 0, 0, 0,90707],
[90707, 0,90015,442,581, 0, 0, 0,577,441,90015, 0,90707],
[90707, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,90707],
[90707, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,90707],
[90707,90709,90709,90709,90709,90709, 91,90709,90709,90709,90709,90709,90707]
],
"bgmap": [
],
"fgmap": [
[ 0, 0, 0, 0, 0, 0,90388, 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,90007, 0, 0, 0, 0, 0, 0, 0,90007, 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,90007, 0, 0, 0, 0, 0, 0, 0,90007, 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]
],
"bg2map": [
],
"fg2map": [
]
}

View File

@ -1,31 +1,624 @@
main.floors.DL3=
{
"floorId": "DL3",
"title": "东凌帝国 3 ",
"name": "东凌帝国3",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 8,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
"floorId": "DL3",
"title": "东凌帝国 3 ",
"name": "东凌帝国3",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 8,
"defaultGround": "X92969",
"bgm": "jw.mp3",
"firstArrive": [
{
"type": "setCurtain",
"time": 500
},
{
"type": "setBlock",
"number": "N496",
"loc": [
[
6,
3
]
],
"floorId": "DL2"
},
{
"type": "if",
"condition": "(flag:shengqishi>=10)",
"true": [
{
"type": "setBlock",
"number": "N513",
"loc": [
[
7,
6
]
]
},
"\t[莫析辉,hero]\b[hero]真是岂有此理!该死的图毅,真是藏也不藏了,安排的旅馆都这么敷衍",
{
"type": "animate",
"name": "balloonhan",
"loc": [
5,
6
]
},
{
"type": "animate",
"name": "balloonspeak",
"loc": [
7,
6
]
},
"\t[唐佳成,N510]\b[this,7,6]啊这……殿下,你真的确定此事是图毅所做吗",
"\t[莫析辉,hero]\b[hero]哼,能做到这一点的,教皇爷爷、大长老、黑暗教皇都可以,但是他们会做吗?我能想到的只有东凌皇室、北寒皇室、北纳家族一起做的",
"\t[凌依,N574]\b[this,5,6]殿下说的是,大长老还硬说北纳家族没有参与,安撒和东方溪的对话,殿下可全听到了",
"\t[唐佳成,N510]\b[this,7,6]大长老是为了光明神殿考虑,不希望殿下与光明圣女内斗",
"\t[莫析辉,hero]\b[hero]是我要内斗吗?是她!平日里就算了,如今竟然对莫析家族做出如此事,我定然不会放过她!",
{
"type": "animate",
"name": "heidong3",
"loc": [
6,
11
]
},
{
"type": "setBlock",
"number": "N496",
"loc": [
[
6,
11
]
]
},
{
"type": "turnBlock",
"direction": "down",
"loc": [
[
7,
6
]
]
},
{
"type": "turnBlock",
"direction": "down",
"loc": [
[
5,
6
]
]
},
"\t[唐佳成,N510]\b[this,7,6]什么人!",
{
"type": "jump",
"from": [
6,
11
],
"to": [
6,
7
],
"time": 500,
"keep": true,
"async": true
},
{
"type": "jump",
"from": [
7,
6
],
"to": [
6,
6
],
"time": 500,
"keep": true,
"async": true
},
{
"type": "waitAsync"
},
{
"type": "animate",
"name": "boss15",
"loc": [
6,
6
]
},
{
"type": "animate",
"name": "boss13",
"loc": [
6,
6
]
},
{
"type": "vibrate",
"direction": "horizontal",
"time": 2000,
"speed": 10,
"power": 10
},
{
"type": "jump",
"from": [
6,
7
],
"to": [
6,
9
],
"time": 500,
"keep": true
},
"\t[唐佳成,N510]哪里走!",
{
"type": "turnBlock",
"direction": "down",
"loc": [
[
6,
9
]
]
},
{
"type": "animate",
"name": "light",
"loc": [
6,
10
]
},
{
"type": "setBlock",
"number": "N535",
"loc": [
[
6,
10
]
]
},
{
"type": "animate",
"name": "boss15",
"loc": [
6,
10
]
},
{
"type": "animate",
"name": "boss13",
"loc": [
6,
10
]
},
{
"type": "vibrate",
"direction": "horizontal",
"time": 2000,
"speed": 10,
"power": 10
},
{
"type": "jump",
"from": [
6,
9
],
"to": [
6,
12
],
"time": 500
},
{
"type": "setBlock",
"number": "N466",
"loc": [
[
6,
10
]
]
},
"\t[芹宣,N466]\b[this,6,10]这是什么人!",
"\t[莫析辉,hero]\b[this,6,4]定是图毅派来刺杀我的!快追!",
"\t[唐佳成,N510]\b[this,6,6]是!",
{
"type": "jump",
"from": [
6,
6
],
"to": [
6,
12
],
"time": 500
},
{
"type": "jump",
"from": [
5,
6
],
"to": [
6,
12
],
"time": 500
},
"\t[芹宣,N466]\b[this,6,10]此人功力不俗,我也去看看",
{
"type": "jump",
"from": [
6,
10
],
"to": [
6,
12
],
"time": 500
},
{
"type": "jumpHero",
"loc": [
6,
11
],
"time": 500
},
{
"type": "moveAction"
},
{
"type": "move",
"loc": [
6,
3
],
"time": 500,
"steps": [
"up:3"
]
},
"\t[莫析辉,hero]\b[hero]眼见他是进了东凌皇宫"
],
"false": [
"\t[莫析辉,hero]\b[hero]真是岂有此理!该死的图毅,真是藏也不藏了,安排的旅馆都这么敷衍",
{
"type": "animate",
"name": "balloonhan",
"loc": [
5,
6
]
},
"\t[凌依,N574]\b[this,5,6]殿下,你真的确定此事是图毅所做吗",
"\t[莫析辉,hero]\b[hero]哼,能做到这一点的,教皇爷爷、大长老、黑暗教皇都可以,但是他们会做吗?我能想到的只有东凌皇室、北寒皇室、北纳家族一起做的",
"\t[凌依,N574]\b[this,5,6]殿下说的是,大长老还硬说北纳家族没有参与,安撒和东方溪的对话,殿下可全听到了",
"\t[莫析辉,hero]\b[hero]平日里就算了,如今竟然对莫析家族做出如此事,我定然不会放过她!",
{
"type": "animate",
"name": "heidong3",
"loc": [
6,
11
]
},
{
"type": "setBlock",
"number": "N496",
"loc": [
[
6,
11
]
]
},
{
"type": "turnBlock",
"direction": "down",
"loc": [
[
5,
6
]
]
},
"\t[凌依,N574]\b[this,5,6]什么人!",
{
"type": "jump",
"from": [
6,
11
],
"to": [
6,
7
],
"time": 500,
"keep": true,
"async": true
},
{
"type": "jump",
"from": [
5,
6
],
"to": [
6,
6
],
"time": 500,
"keep": true,
"async": true
},
{
"type": "waitAsync"
},
{
"type": "animate",
"name": "boss15",
"loc": [
6,
6
]
},
{
"type": "animate",
"name": "boss13",
"loc": [
6,
6
]
},
{
"type": "vibrate",
"direction": "horizontal",
"time": 2000,
"speed": 10,
"power": 10
},
{
"type": "jump",
"from": [
6,
6
],
"to": [
6,
5
],
"time": 500,
"keep": true,
"async": true
},
{
"type": "jump",
"from": [
6,
7
],
"to": [
6,
9
],
"time": 500,
"keep": true,
"async": true
},
{
"type": "waitAsync"
},
"\t[凌依,N574]\b[this,6,5]好强……唔……",
"\t[莫析辉,hero]\b[hero]你没事吧,凌依。",
"\t[凌依,N574]\b[this,6,5]属下没事!这就去追!",
{
"type": "turnBlock",
"direction": "down",
"loc": [
[
6,
9
]
]
},
{
"type": "animate",
"name": "light",
"loc": [
6,
10
]
},
{
"type": "setBlock",
"number": "N535",
"loc": [
[
6,
10
]
]
},
{
"type": "animate",
"name": "boss15",
"loc": [
6,
10
]
},
{
"type": "animate",
"name": "boss13",
"loc": [
6,
10
]
},
{
"type": "vibrate",
"direction": "horizontal",
"time": 2000,
"speed": 10,
"power": 10
},
{
"type": "jump",
"from": [
6,
9
],
"to": [
6,
12
],
"time": 500
},
{
"type": "setBlock",
"number": "N466",
"loc": [
[
6,
10
]
]
},
"\t[芹宣,N466]\b[this,6,10]这是什么人!",
"\t[莫析辉,hero]\b[this,6,4]定是图毅派来刺杀我的!快追!",
"\t[凌依,N574]\b[this,6,5]是!",
{
"type": "jump",
"from": [
6,
5
],
"to": [
6,
12
],
"time": 500
},
{
"type": "jump",
"from": [
5,
6
],
"to": [
6,
12
],
"time": 500
},
"\t[芹宣,N466]\b[this,6,10]此人功力不俗,我也去看看",
{
"type": "jump",
"from": [
6,
10
],
"to": [
6,
12
],
"time": 500
},
{
"type": "jumpHero",
"loc": [
6,
11
],
"time": 500
},
{
"type": "moveAction"
},
{
"type": "move",
"loc": [
6,
3
],
"time": 500,
"steps": [
"up:3"
]
},
"\t[莫析辉,hero]\b[hero]眼见他是进了东凌皇宫"
]
}
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "DL2",
"loc": [
10,
1
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041],
[90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041,90041],
[90041,90041,41426,41427, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041,41434,41435, 0, 0,91015, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0,577, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041, 0, 0, 0, 0, 0, 0, 0, 0, 0,90041,90041],
[90041,90041,50165,50165, 0, 0, 0, 0, 0,50165,50165,90041,90041],
[90041,90041,90041,90041,90041,90041, 91,90041,90041,90041,90041,90041,90041]
],
"bgmap": [
],
"fgmap": [
[ 0, 0, 0,50038, 0, 0,50124, 0, 0,50038, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,50132, 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],
@ -34,10 +627,30 @@ main.floors.DL3=
[ 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,50157,50157, 0, 0, 0, 0, 0,50157,50157, 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]
],
"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, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,91015, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,91023, 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, 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]
],
"fg2map": [
],
"flyPoint": [
6,
12
]
}

90
project/floors/DL4.js Normal file
View File

@ -0,0 +1,90 @@
main.floors.DL4=
{
"floorId": "DL4",
"title": "东凌帝国 4 ",
"name": "东凌帝国4",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"6,10": [
"\t[莫析辉,hero]\b[hero]默默?你怎么也在这里,你也跟来啦?",
"\t[默默,N481]\b[this]是的呢,圣子哥哥的家族损失惨重,默默想着,圣子哥哥一定需要帮助,所以带着夜馨公会的人一起过来了。",
"\t[莫析辉,hero]\b[hero]谢谢你,默默。不过,你能拿到这里的情报么?",
"\t[默默,N481]\b[this]为了圣子哥哥,我会努力的。",
"\t[莫析辉,hero]\b[hero]对了,你刚刚看到一个蒙面人过去没?咦,你受伤了?",
"\t[默默,N481]\b[this]看到了,那个蒙面人就往东凌皇宫去了,我就路过,被他打了一掌,呜呜呜……",
"\t[莫析辉,hero]\b[hero]你实力不错啊,那个蒙面人在大长老手里过了两招,你竟然能从他手里逃脱没受伤。",
"\t[默默,N481]\b[this]光明神殿的大长老么?看来那个蒙面人是受了重伤呢!不过默默也在蒙面人手里受了伤,后面的事,就交给铁姝姐姐帮你吧!",
"\t[莫析辉,hero]\b[hero]好,谢了。",
{
"type": "hide",
"remove": true
}
]
},
"changeFloor": {
"6,12": {
"floorId": "DL2",
"loc": [
6,
0
]
},
"0,6": {
"floorId": "DL5",
"loc": [
0,
6
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049],
[50049,777, 81, 0, 0, 81,614,50049,685, 28, 22,778,50049],
[50049, 0,50049,780,780,50049, 0,50049,50049,50049,50049, 81,50049],
[50049,684,50049,684,684,50049,778, 81,777,684,684,684,50049],
[50049, 81,50049,684,684,50049, 0,50049,50049,50049,50049,50049,50049],
[50049,778,50049,50049,50049,50049, 29,50049, 0, 0,781,684,50049],
[ 92, 21,779,685,342,779, 0,50049, 27, 28,50049, 0,50049],
[50049,50049,50049,50049,50049,50049,778,50049,685,344,50049,777,50049],
[50049,684, 0, 0,778,684, 0,50049,50049,50049,50049, 81,50049],
[50049,50049, 82,50049,50049, 0,777, 81,780, 21,684, 21,50049],
[50049, 0,779, 0,50049,50049,481,50049,50049,50049,50049,50049,50049],
[50049, 27, 0, 30,50049,686, 0, 21, 82,685,685,685,50049],
[50049,50049,50049,50049,50049,50049, 91,50049,50049,50049,50049,50049,50049]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

74
project/floors/DL5.js Normal file
View File

@ -0,0 +1,74 @@
main.floors.DL5=
{
"floorId": "DL5",
"title": "东凌帝国 5 ",
"name": "东凌帝国5",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"0,6": {
"floorId": "DL4",
"loc": [
0,
6
]
},
"12,6": {
"floorId": "DL6",
"loc": [
12,
6
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049],
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049],
[50049,50049,684, 0, 81,777, 0, 21, 0,780, 27,50049,50049],
[50049,50049, 0,50049,50049,50049,50049,50049,777,50049, 0,50049,50049],
[50049,50049,778,50049, 21, 21, 21,50049, 0,50049,779,50049,50049],
[50049,50049, 81,50049, 21,780, 21,50049,684, 81, 0,50049,50049],
[ 94, 0, 0,50049,50049,1076,50049,50049, 29,50049, 0,614, 94],
[50049,50049,777, 0, 28, 0,779, 0,684, 0,780,50049,50049],
[50049,50049,50049,50049,50049,777,50049, 81,50049,50049, 21,50049,50049],
[50049,50049,703, 30,50049, 0,50049,779,685,50049, 21,50049,50049],
[50049,50049,685,781, 81,614,50049,685,685,50049, 21,50049,50049],
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049],
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
0,
6
],
"bg2map": [
],
"fg2map": [
]
}

124
project/floors/DL6.js Normal file
View File

@ -0,0 +1,124 @@
main.floors.DL6=
{
"floorId": "DL6",
"title": "东凌帝国 6 ",
"name": "东凌帝国6",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"2,7": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"yes": [
{
"type": "if",
"condition": "(status:mana<50)",
"true": [
{
"type": "playSound",
"name": "操作失败"
},
"你的魔力不足!"
],
"false": [
{
"type": "setValue",
"name": "status:mana",
"operator": "-=",
"value": "50"
},
{
"type": "playSound",
"name": "door.mp3"
},
{
"type": "setBlock",
"number": "X10111"
},
"东凌皇帝密函\n进入莫析家族后协助安撒击杀莫析宙不要留下一个活口\n东方溪收",
"\t[莫析辉,hero]\b[hero]好你个图毅,这回看你怎么说!",
{
"type": "hide",
"loc": [
[
6,
1
]
],
"floorId": "DL9",
"remove": true
}
]
}
],
"no": []
}
]
},
"changeFloor": {
"12,6": {
"floorId": "DL5",
"loc": [
12,
6
]
},
"6,12": {
"floorId": "DL7",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049],
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049],
[50049,50049, 28,779, 81,684,50049,613,613,50049,50049,50049,50049],
[50049,50049,686, 29,50049, 0, 81,781,613,50049,50049,50049,50049],
[50049,50049,50049,50049,50049,780,50049,50049,50049,50049,50049,50049,50049],
[50049,50049,684, 27, 0, 0,778, 0,684,50049,50049,50049,50049],
[50049,50049,50049,50049,50049,50049,1077,50049, 0,777, 81, 0, 92],
[50049,50049,10110,782,1077,50049,777,50049, 81,50049,50049,50049,50049],
[50049,50049,50049,50049,1077,50049, 0,50049,778,50049,344,50049,50049],
[50049,50049,604,50049,1077,50049, 21,50049, 0, 82,781,50049,50049],
[50049,50049,604,779, 0, 83, 0,50049, 29,50049,698,50049,50049],
[50049,50049,604,50049, 21,50049,778,50049,685,50049, 27,50049,50049],
[50049,50049,50049,50049,50049,50049, 93,50049,50049,50049,50049,50049,50049]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
12,
6
],
"bg2map": [
],
"fg2map": [
]
}

122
project/floors/DL7.js Normal file
View File

@ -0,0 +1,122 @@
main.floors.DL7=
{
"floorId": "DL7",
"title": "东凌帝国 7 ",
"name": "东凌帝国7",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [
{
"type": "changePos",
"direction": "up"
},
"\t[希娜,N538]\b[this,6,8]滚开!",
"\t[汪周,N468]\b[this,6,4]希娜公主,这可不行。你莫名其妙的出现在东凌皇宫,我可要喊人了。",
"\t[莫析辉,hero]\b[hero]希娜?",
{
"type": "turnBlock",
"direction": "down",
"loc": [
[
6,
9
]
]
},
"\t[希娜,N538]\b[this,6,8]圣子殿下,你来了。",
"\t[莫析辉,hero]\b[hero]你来东凌帝国做什么?",
"\t[希娜,N538]\b[this,6,8]我在北寒帝国扩大自己的势力,本来好好的,结果听到了莫析家族被灭的消息。",
"\t[希娜,N538]\b[this,6,8]我想,灭掉莫析家族,很快就要对付你这个没有任何势力的光明圣子了。我再不过来,我与你联姻算是白费了。",
"\t[莫析辉,hero]\b[hero]我没那么容易死。",
"\t[希娜,N538]\b[this,6,8]哼,莫析家族屹立于东凌帝国也有数百年了吧,谁能知道它这么快倒下了?圣子殿下,清醒吧,教皇之位的争夺战已经开始了。",
"\t[希娜,N538]\b[this,6,8]咱们利益一致,我帮你除掉北纳家族,你帮我坐上女皇的宝座。",
"\t[莫析辉,hero]\b[hero]先解决东凌皇室的事情吧!骑士队长大人,你……",
"\t[汪周,N468]\b[this,6,4]我可什么都没听到啊!嘿嘿!不过,我也不喜欢圣女一家独大……",
"\t[莫析辉,hero]\b[hero]行吧,那就多谢骑士队长大人了。",
{
"type": "hide",
"loc": [
[
6,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
9
]
],
"remove": true
}
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,0": {
"floorId": "DL8",
"loc": [
6,
0
]
},
"6,12": {
"floorId": "DL6",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049, 91,50049,50049,50049,50049,50049,50049],
[50049,615,685,50049,685,50049, 0,50049, 0, 21,701,604,50049],
[50049,781,50049,50049, 28,50049, 21,50049,781,50049,50049,50049,50049],
[50049, 0,778, 0, 29,50049, 0,50049, 0,50049, 27,685,50049],
[50049, 81,50049,50049,50049,50049,468,50049,684,50049,782, 28,50049],
[50049, 0,684, 0,779, 82, 0,50049, 0,50049, 81,50049,50049],
[50049, 81,50049,50049,50049,50049, 0, 81,779, 0, 0, 29,50049],
[50049, 0,782, 27, 30,50049, 0,50049,50049,50049,50049,50049,50049],
[50049,779,50049,50049,50049,50049, 0, 81,777, 0,50049,685,50049],
[50049, 21,50049,684, 0,50049,541,50049,50049,778,50049, 28,50049],
[50049,614,50049,684,780, 81,684,50049, 0, 29,50049,614,50049],
[50049,685,50049,684, 0,50049, 0,50049,684, 0, 81,779,50049],
[50049,50049,50049,50049,50049,50049, 91,50049,50049,50049,50049,50049,50049]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

74
project/floors/DL8.js Normal file
View File

@ -0,0 +1,74 @@
main.floors.DL8=
{
"floorId": "DL8",
"title": "东凌帝国 8 ",
"name": "东凌帝国8",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "DL9",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "DL7",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049, 93,50049,50049,50049,50049,50049,50049],
[50049, 21, 21,50049,685,50049, 0,50049,614,50049,685, 0,50049],
[50049,50049,777,50049,614,50049,778,50049, 29,781, 0,780,50049],
[50049, 0, 27, 81,779,50049, 0,50049, 0,50049,50049, 81,50049],
[50049,778, 0,50049,700,50049, 21,50049,778, 0,684, 0,50049],
[50049, 81,50049,50049,50049,50049,1077,50049, 81,50049,50049,779,50049],
[50049, 0,684, 0,780, 82,777, 81, 0,780, 0, 29,50049],
[50049, 81,50049,50049,50049,50049, 0,50049,50049,50049,50049, 82,50049],
[50049,780, 0,50049, 28,50049,684,50049, 0, 21, 0,779,50049],
[50049, 0, 29,50049, 27,50049, 0,50049,779,50049,50049,50049,50049],
[50049,50049,781, 81,782,50049,778,50049, 0, 81,782, 27,50049],
[50049,684,684,50049,700,50049, 0,50049,685,50049, 30,685,50049],
[50049,50049,50049,50049,50049,50049, 93,50049,50049,50049,50049,50049,50049]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
0
],
"bg2map": [
],
"fg2map": [
]
}

76
project/floors/DL9.js Normal file
View File

@ -0,0 +1,76 @@
main.floors.DL9=
{
"floorId": "DL9",
"title": "东凌帝国 9 ",
"name": "东凌帝国9",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [
"找到“证据”即可打开门"
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "DL8",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "DL10",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049, 91,50049,50049,50049,50049,50049,50049],
[50049,684,685,50049, 21,782, 85, 0, 81,782,50049,604,50049],
[50049, 21, 29,50049,342, 21,50049, 0,50049, 21,50049,604,50049],
[50049, 27, 28,50049,50049,50049,50049,781,50049, 30,50049,604,50049],
[50049,781, 0,50049,779, 0,684, 0,50049, 21,50049,779,50049],
[50049, 81,50049,50049, 81,50049,50049,50049,50049,50049,50049, 81,50049],
[50049,779, 0,685, 0,1077,781, 0,614, 0,779, 0,50049],
[50049, 0,50049,50049, 82,50049, 0,50049,50049,50049,50049, 81,50049],
[50049, 21,50049,613,613,50049, 29,50049,711,50049,685,779,50049],
[50049, 0,50049,613,613,50049, 0, 81,711,50049,685,685,50049],
[50049,781,50049,50049,1077,50049,779,50049,50049,50049,50049,50049,50049],
[50049, 0, 29, 29, 29,50049, 0, 81,781,684,684,684,50049],
[50049,50049,50049,50049,50049,50049, 91,50049,50049,50049,50049,50049,50049]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

View File

@ -371,6 +371,13 @@ main.floors.GM1=
0,
6
]
},
"6,12": {
"floorId": "NH1",
"loc": [
6,
12
]
}
},
"beforeBattle": {},

557
project/floors/MM5.js Normal file
View File

@ -0,0 +1,557 @@
main.floors.MM5=
{
"floorId": "MM5",
"title": "5 ",
"name": "5",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"defaultGround": "ground",
"bgm": "shenweiqianchong.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BN4",
"loc": [
6,
3
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {
"6,8": [
{
"type": "jumpHero",
"loc": [
6,
7
],
"time": 500
},
{
"type": "changePos",
"direction": "up"
},
"\t[葛尔丹,N566]\b[this,6,3]二位长老,往哪里去呀?",
"\t[沂蒙贤,N570]\b[this,7,5]葛尔丹,莫析辉,我们可是光明神殿的长老,你们岂敢动我们!",
"\t[葛尔丹,N566]\b[this,6,3]呵呵,三长老人老了,也是糊涂了。我们两个圣子,至少有三分之二的概率成为下一任光明教皇吧。岂会怕你们?",
"\t[莫析辉,hero]\b[hero]两位长老,你们平日针对我们就算了。不过北纳家族对莫析家族、温明家族、安南家族灭族之仇,还有温明叔叔和安南伯伯的仇,我不得不报!",
"\t[冷霜迪,N657]\b[this,5,5]卢轩,是你!你这个叛徒,一定是你,背叛了冷霜家族!",
"\t[卢轩,N578]\b[this,6,4]卢轩从始至终只忠于葛圣子殿下,何来的背叛?",
"\t[冷霜迪,N657]\b[this,5,5]吃里扒外的东西!汪周,你身为骑士队长,怎么也跟他们狼狈为奸!",
"\t[汪周,N468]\b[this,7,3]五长老息怒!两位圣子殿下联手,汪周只是审时度势罢了!",
"\t[沂蒙贤,N570]\b[this,7,5]哼,葛尔丹,莫析辉,你们听好了,北纳家族真的没有对莫析家族动手!你们报错了仇啊!",
"\t[凌依,N574]\b[this,7,4]住口!老家伙,你还要信口雌黄,我们都搜集到了证据,岂会冤枉你们!",
"\t[莫析辉,hero]\b[hero]说的不错,有凌依、默默、铁姝搜集的证据,足够了!",
"\t[沂蒙贤,N570]\b[this,7,5]我们沂蒙家族与北纳家族是联姻,他们对莫析家族下手,我岂会不知!",
"\t[凌依,N574]\b[this,7,4]呵,二长老和七长老已经陨落,你们怎么说都是对的。",
{
"type": "if",
"condition": "(flag:shengqishi>=1)",
"true": [
"\t[唐佳成,N510]\b[this,5,4](传音)圣子殿下,这两人确实该杀,不过……我感觉在幕后,有一双手,正推着我们做这些事……要不要杀死他们?"
],
"false": [
"\t[希娜,N538]\b[this,5,3](传音)圣子殿下,这两人确实该杀,不过……我总怕真正的幕后黑手不是他们,而是故意在……到底要不要杀死他们?"
]
},
{
"type": "choices",
"text": "\t[莫析辉,hero]是否杀死二人",
"choices": [
{
"text": "杀!",
"action": [
"\t[众光明骑士,N440]杀!",
{
"type": "animate",
"name": "thunder2",
"loc": [
6,
5
]
},
{
"type": "animate",
"name": "thunder3",
"loc": [
6,
5
]
},
{
"type": "animate",
"name": "yijianzhanqianye",
"loc": [
6,
5
]
},
{
"type": "animate",
"name": "sword6",
"loc": [
6,
5
]
},
"\t[沂蒙贤,N570]\b[this,7,5]可恶的莫析辉,我做鬼也不会放过你们的!",
{
"type": "hide",
"loc": [
[
5,
5
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
5
]
],
"remove": true
},
{
"type": "setValue",
"name": "flag:beina",
"value": "1"
},
"蜜西娅亲密度-1葛尔丹亲密度+1",
{
"type": "setValue",
"name": "flag:guangmingshengnv",
"operator": "-=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:zhunshengzi",
"operator": "+=",
"value": "1"
},
"\t[莫析辉,hero]\b[hero]都各回各家吧!",
{
"type": "hide",
"loc": [
[
5,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
5,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
5
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
5
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
6
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
5,
6
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
6
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
6
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
6
]
],
"remove": true
}
]
},
{
"text": "放",
"action": [
"\t[沂蒙贤,N570]\b[this,7,5]多谢不杀之恩了,走!",
{
"type": "hide",
"loc": [
[
5,
5
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
5
]
],
"remove": true
},
"蜜西娅亲密度+1葛尔丹亲密度-1",
{
"type": "setValue",
"name": "flag:guangmingshengnv",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:zhunshengzi",
"operator": "-=",
"value": "1"
},
{
"type": "if",
"condition": "(flag:shengqishi>=1)",
"true": [],
"false": [
"圣骑士亲密度-1",
"\t[唐佳成,N510]\b[this,5,4]神经病!",
{
"type": "setValue",
"name": "flag:shengqishi",
"operator": "-=",
"value": "1"
}
]
},
"\t[葛尔丹,N566]\b[this,6,3]莫析辉,你有病是吗?咱们这么多人出手,就是为了让你放了他们!咱们走吧!",
"\t[莫析辉,hero]\b[hero]……",
{
"type": "hide",
"loc": [
[
5,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
5,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
4
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
5
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
5
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
6
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
5,
6
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
6
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
6
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
6
]
],
"remove": true
}
]
}
]
},
{
"type": "setBlock",
"number": "I1113",
"loc": [
[
6,
9
]
]
},
"\t[莫析辉,hero]\b[hero]咦?这是?"
]
},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16],
[ 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16],
[ 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16],
[ 16, 16, 16, 16, 0,538,566,468, 0, 16, 16, 16, 16],
[ 16, 16, 16, 16,440,510,578,574,440, 16, 16, 16, 16],
[ 16, 16, 16, 16,442,658, 0,572,441, 16, 16, 16, 16],
[ 16, 16, 16, 16,443,443,443,443,443, 16, 16, 16, 16],
[ 16, 16, 16, 16, 0, 0, 0, 0, 0, 16, 16, 16, 16],
[ 16, 16, 16, 16, 16, 16, 83, 16, 16, 16, 16, 16, 16],
[ 16, 16, 16, 16, 16, 16, 0, 16, 16, 16, 16, 16, 16],
[ 16, 16, 16, 16, 16, 16, 0, 16, 16, 16, 16, 16, 16],
[ 16, 16, 16, 16, 16, 16, 0, 16, 16, 16, 16, 16, 16],
[ 16, 16, 16, 16, 16, 16, 91, 16, 16, 16, 16, 16, 16]
],
"bgmap": [
],
"fgmap": [
],
"bg2map": [
],
"fg2map": [
],
"flyPoint": [
6,
12
]
}

View File

@ -69,6 +69,28 @@ main.floors.MT10=
"floorId": "ZL1",
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
5
]
],
"floorId": "GM5",
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
9
]
],
"floorId": "GM5",
"remove": true
},
"可以前往东凌帝国啦从东凌走廊1进入"
]
},

View File

@ -18,14 +18,14 @@ main.floors.MT3=
"parallelDo": "",
"events": {
"1,6": [
"\t[凌依,N582]\b[this]殿下……",
"\t[凌依,N574]\b[this]殿下……",
"\t[莫析辉,hero]\b[hero]凌依,你受伤了?",
"\t[凌依,N582]\b[this]殿下,是的,我刚刚与东方溪交过手了。",
"\t[凌依,N574]\b[this]殿下,是的,我刚刚与东方溪交过手了。",
"\t[莫析辉,hero]\b[hero]怎么会这样……你调查了什么出了没有?",
"\t[凌依,N582]\b[this]东方溪身上,有一枚光明玉佩,还有一把极其阴寒的利剑。我一时不慎,才遭到他的暗算……殿下,属下无能!",
"\t[凌依,N574]\b[this]东方溪身上,有一枚光明玉佩,还有一把极其阴寒的利剑。我一时不慎,才遭到他的暗算……殿下,属下无能!",
"\t[莫析辉,hero]\b[hero]无妨,你便回去休息吧!光明玉佩,这可是需要光明法术极其精纯的法师才能炼制,当今光明神殿,除了教皇爷爷、大长老、我,便只有蜜西娅和葛尔丹了……",
"\t[莫析辉,hero]\b[hero]极其阴寒的剑,恐怕是五长老冷霜家族才能炼制的利剑吧!可恶的蜜西娅!",
"\t[凌依,N582]\b[this]那属下先告退了!",
"\t[凌依,N574]\b[this]那属下先告退了!",
{
"type": "hide",
"remove": true
@ -68,7 +68,7 @@ main.floors.MT3=
[10041, 0,10041,415,10041,373,10041,616,10041,367,10041, 0,10041],
[10041,772,10041,415,10041,373,10041,364,10041,367,10041,774,10041],
[10041, 82,10041,10041,10041,373,10041,10041,10041,10041,10041,1077,10041],
[ 92,584,10041,691,10041,10041,10041, 23,10041, 22,10041, 0, 92],
[ 92,576,10041,691,10041,10041,10041, 23,10041, 22,10041, 0, 92],
[10041, 0,10041,691,691,691,10041, 23,10041, 22,10041, 0,10041],
[10041,773,10041,10041,10041,10041,10041,10041,10041,10041,10041,772,10041],
[10041, 0,10041,368,368,10041,703,604,10041,370,10041, 0,10041],

View File

@ -10,7 +10,7 @@ main.floors.MT9=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 8,
"ratio": 1,
"defaultGround": "ground",
"bgm": "21-30.mp3",
"firstArrive": [],
@ -37,10 +37,10 @@ main.floors.MT9=
[10041,10041,10041,10041,10041,10041,10041,10041,10041,10041,10041,10041,10041],
[10041, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92],
[10041, 0,10041,10041,10041,10041,10041,10041,10041,10041,10041, 0,10041],
[10041, 0,10041,691,691,691,691,691,691,691,10041, 0,10041],
[10041, 0,10041,1117,1117,1117,1117,1117,1117,1117,10041, 0,10041],
[10041, 0,10041,703,703,703,703,703,703,703,10041, 0,10041],
[10041, 0,10041,713,713,713,713,713,713,713,10041, 0,10041],
[10041, 0,10041,363,363,363,622,364,364,364,10041, 0,10041],
[10041, 0,10041,375,375,375,622,376,376,376,10041, 0,10041],
[10041, 0,10041, 22, 22, 22, 22, 22, 22, 22,10041, 0,10041],
[10041, 0,10041, 21, 21, 21, 21, 21, 21, 21,10041, 0,10041],
[10041, 0,10041, 21, 21, 21, 21, 21, 21, 21,10041, 0,10041],

80
project/floors/NH1.js Normal file
View File

@ -0,0 +1,80 @@
main.floors.NH1=
{
"floorId": "NH1",
"title": "南荒帝国 1 ",
"name": "南荒帝国1",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"7,11": [
"\t[凌依,N574]\b[this]为了防止被光明神殿发觉,我们兵分多路前往南荒帝国。",
{
"type": "hide",
"remove": true
}
]
},
"changeFloor": {
"6,12": {
"floorId": "GM1",
"loc": [
6,
12
]
},
"1,12": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20,703, 29,785, 21,616,684, 20, 21, 21, 21, 21, 20],
[ 20, 20, 20, 81, 20, 20, 20, 20, 20,615,784,343, 20],
[ 20,684, 0,783, 0,683, 0,784, 0, 20, 81, 20, 20],
[ 20,344, 20, 20, 20, 20, 20, 20, 81, 20, 29, 30, 20],
[ 20, 21, 20,683, 0,788, 81, 0,783, 20,683, 22, 20],
[ 20, 0, 20, 20, 20, 20, 20, 21, 0, 81,786, 0, 20],
[ 20,783, 20,703, 20, 0,784, 0, 27, 20, 20, 20, 20],
[ 20, 0, 20,785, 81, 28, 20, 20, 81,787, 21, 29, 20],
[ 20,683, 20,703, 20, 0, 20, 29,785, 20, 20, 28, 20],
[ 20, 0, 20, 20, 20, 81, 20, 20,684, 27, 20,683, 20],
[ 20,784, 81,342, 0,783, 0,575, 20,615, 20,698, 20],
[ 20, 93, 20, 20, 20, 20, 91, 20, 20, 20, 20, 20, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

351
project/floors/NH10.js Normal file
View File

@ -0,0 +1,351 @@
main.floors.NH10=
{
"floorId": "NH10",
"title": "南荒帝国 10 ",
"name": "南荒帝国10",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"6,3": [
"\t[童轩,N641]\b[this,6,1]南荒帝国童轩有礼了,圣子殿下,在你成为光明圣子的那天,我也过来参加了你的洗礼呢,不知道殿下可还记得我?",
"\t[莫析辉,hero]\b[hero]当然记得。不知道,南荒帝国的大皇子殿下,我怎么会不记得。不知道大皇子邀我等过来,有何贵干?",
"\t[童轩,N641]\b[this,6,1]听说圣子殿下的莫析家族被奸人所害,童轩不才,愿助殿下一臂之力。",
"\t[莫析辉,hero]\b[hero]哦?你凭什么助我一臂之力?",
"\t[童轩,N641]\b[this,6,1]不瞒圣子殿下,我那不成器的二弟童澈,与圣女殿下有了婚约,便越来越不将我这个做哥哥的放在眼中了。",
"\t[童轩,N641]\b[this,6,1]圣子殿下与我那弟妹水火不容,自然也是童轩的好友了。",
"\t[莫析辉,hero]\b[hero]你这个朋友,我交了。",
{
"type": "if",
"condition": "(flag:shengqishi>1)",
"true": [],
"false": [
"\t[莫析辉,hero]\b[hero]不过,这旁边这位是?",
"\t[默默,N481]\b[this,5,1]哈哈,圣子哥哥不用忧心,这位叫唐佳成,是一位年轻有为的战士,正好可以帮帮我们呢!",
"\t[莫析辉,hero]\b[hero]幸会幸会。",
"\t[唐佳成,N510]\b[this,5,3]嗯。",
"\t[莫析辉,hero]\b[hero]……",
"\t[莫析辉,hero]\b[hero](我是不是得罪过他)"
]
},
"\t[汪周,N468]\b[this,8,2]如今,光明圣女北纳蜜西娅一家独大,咱们要对付北纳家族,也该有个详细的计划才行啊!",
"\t[铁姝,npc0]\b[this,7,1]这个,我们早就想好了。",
"\t[莫析辉,hero]\b[hero]铁姝姑娘请说。",
"\t[铁姝,npc0]\b[this,7,1]过段时间,便是童澈皇子与光明圣女的婚礼了,童轩皇子、我和默默会趁机在婚礼上对付他们二人,至少,不会让光明圣女、童澈皇子在短时间内离开南荒帝国,其他人可以放心地对付北纳家族。",
"\t[铁姝,npc0]\b[this,7,1]卢轩,你曾经是冷霜家族的,还有希娜公主,你在北寒帝国也有势力,查找北纳家族的情报就交给你们了。",
"\t[铁姝,npc0]\b[this,7,1]卢轩,你曾经是冷霜家族的,还有希娜公主,你在北寒帝国也有势力,查找北纳家族的情报就交给你们了。",
"\t[希娜,N538]\b[this,4,2]这些容易,可是光明神殿知道圣子殿下要报复的,光明教皇和大长老是不会同意的。",
"\t[葛尔丹,N566]\b[this,7,3]这个也容易,光明神殿有我和骑士队长大人呢!",
"\t[莫析辉,hero]\b[hero]哦?不知圣子哥哥怎么瞒住教皇爷爷和大长老呢?",
"\t[葛尔丹,N566]\b[this,7,3]你和蜜西娅起冲突,教皇爷爷和大长老认为我是中立的,他们比较相信我。还有骑士队长大人的帮助,我可以找一个与你相似的人假扮成你,一直待在东凌帝国,有我和骑士队长大人帮忙,只要大长老不靠近,是发现不了的。",
"\t[汪周,N468]\b[this,8,2]大长老若是要见你,我们就说你因为家族被灭,大受打击,已经病倒了,不便见人。",
"\t[凌依,N574]\b[this,4,3]我和唐佳成就协助圣子殿下去对付北纳家族吧!",
"\t[默默,N481]\b[this,5,1]凌依,唐佳成,你们二人一定要找到沂蒙贤和冷霜迪,不杀了他们二人,哼,圣子哥哥后面对上光明圣女没有胜算的!",
"\t[凌依,N574]\b[this,4,3]是!",
"\t[唐佳成,N510]\b[this,5,3]是!",
"\t[童轩,N641]\b[this,6,1]那北纳家族、沂蒙家族、冷霜家族都是北方苦寒之地,咱们这次行动,就叫“破冰行动”吧!",
"\t[莫析辉,hero]\b[hero]好。",
"\t[默默,N481]\b[this,5,1]有光明神殿两位圣子、南荒帝国大皇子、北寒帝国希娜公主、还有光明神殿骑士队长大人、加上几位守护骑士、还有我们夜馨公会的,必定马到成功!",
"\t[莫析辉,hero]\b[hero]那么,各位,行动起来!",
"\t[众人]破冰行动,开始!(\r[red]\\c[30]前往北寒帝国\\c[]\r[]",
{
"type": "hide",
"loc": [
[
6,
1
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
5,
1
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
1
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
2
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
2
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
4,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
5,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
7,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
3
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
6,
1
]
],
"floorId": "BH10",
"remove": true
}
]
},
"changeFloor": {
"11,11": {
"floorId": ":before",
"stair": "upFloor"
}
},
"beforeBattle": {},
"afterBattle": {
"5,5": [
{
"type": "setValue",
"name": "flag:door_NH10_6_4",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:door_NH10_8_5",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:door_NH10_4_5",
"operator": "+=",
"value": "1"
}
],
"5,6": [
{
"type": "setValue",
"name": "flag:door_NH10_6_4",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:door_NH10_8_5",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:door_NH10_4_5",
"operator": "+=",
"value": "1"
}
],
"7,5": [
{
"type": "setValue",
"name": "flag:door_NH10_6_4",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:door_NH10_8_5",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:door_NH10_4_5",
"operator": "+=",
"value": "1"
}
],
"7,6": [
{
"type": "setValue",
"name": "flag:door_NH10_6_4",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:door_NH10_8_5",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:door_NH10_4_5",
"operator": "+=",
"value": "1"
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {
"6,4": {
"0": {
"condition": "flag:door_NH10_6_4==4",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_NH10_6_4",
"operator": "=",
"value": "null"
}
]
}
},
"8,5": {
"0": {
"condition": "flag:door_NH10_8_5==4",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_NH10_8_5",
"operator": "=",
"value": "null"
}
]
}
},
"4,5": {
"0": {
"condition": "flag:door_NH10_4_5==4",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_NH10_4_5",
"operator": "=",
"value": "null"
}
]
}
}
},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20, 20, 20, 0, 0,481,641,133, 0, 0, 20, 20, 20],
[ 20, 20, 20, 0,540, 0, 0, 0,469, 0, 20, 20, 20],
[ 20, 20, 20, 0,577,513, 0,569,581, 0, 20, 20, 20],
[ 20, 20, 20, 20, 20, 20, 85, 20, 20, 20, 20, 20, 20],
[ 20,342,342,342, 85,789, 0,789, 85,343,343,343, 20],
[ 20,415,415,415, 20,789, 0,789, 20, 21, 21, 21, 20],
[ 20, 20, 20, 20, 20, 20, 83, 20, 20, 20, 20, 20, 20],
[ 20, 20, 20, 20, 20, 0, 0, 0, 20, 20, 20, 20, 20],
[ 20, 20, 20, 20, 20, 0, 0, 0, 20, 20, 20, 20, 20],
[ 20, 20, 20, 20, 20, 0, 0, 0, 20, 20, 20, 20, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 20],
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
11,
11
],
"bg2map": [
],
"fg2map": [
]
}

144
project/floors/NH2.js Normal file
View File

@ -0,0 +1,144 @@
main.floors.NH2=
{
"floorId": "NH2",
"title": "南荒帝国 2 ",
"name": "南荒帝国2",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"1,12": {
"floorId": ":before",
"stair": "upFloor"
},
"11,0": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {
"3,10": [
{
"type": "setValue",
"name": "flag:door_NH2_4_9",
"operator": "+=",
"value": "1"
}
],
"5,10": [
{
"type": "setValue",
"name": "flag:door_NH2_4_9",
"operator": "+=",
"value": "1"
}
],
"9,10": [
{
"type": "setValue",
"name": "flag:door_NH2_10_9",
"operator": "+=",
"value": "1"
}
],
"11,10": [
{
"type": "setValue",
"name": "flag:door_NH2_10_9",
"operator": "+=",
"value": "1"
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {
"4,9": {
"0": {
"condition": "flag:door_NH2_4_9==2",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_NH2_4_9",
"operator": "=",
"value": "null"
}
]
},
"1": null
},
"10,9": {
"0": {
"condition": "flag:door_NH2_10_9==2",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_NH2_10_9",
"operator": "=",
"value": "null"
}
]
}
}
},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 91, 20],
[ 20, 28,785, 29,684, 20,616, 27, 21,786, 81, 0, 20],
[ 20, 20, 81, 20, 20, 20, 20, 20, 82, 20, 20,784, 20],
[ 20, 29, 0, 20,683,345,684, 20,785, 0,683, 0, 20],
[ 20, 0, 21, 20, 20,787, 20, 20, 81, 20, 20, 20, 20],
[ 20,784, 0, 0, 20, 81, 20,616, 0, 29, 20, 28, 20],
[ 20, 81, 20,785, 81,701, 0,783, 20, 0,787, 27, 20],
[ 20, 0, 20, 20, 20, 20, 20, 0, 20, 20, 20, 20, 20],
[ 20, 27, 20, 21, 21, 21, 20, 21, 20,342,344,343, 20],
[ 20, 0, 20, 20, 85, 20, 20, 0, 20, 20, 85, 20, 20],
[ 20,783, 20,786, 0,786, 20,785, 20,788, 0,788, 20],
[ 20, 0, 82, 0,683, 0, 81, 0, 83, 0, 0, 0, 20],
[ 20, 91, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
1,
12
],
"bg2map": [
],
"fg2map": [
]
}

72
project/floors/NH3.js Normal file
View File

@ -0,0 +1,72 @@
main.floors.NH3=
{
"floorId": "NH3",
"title": "南荒帝国 3 ",
"name": "南荒帝国3",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "NH4",
"loc": [
5,
12
]
},
"11,0": {
"floorId": ":before",
"stair": "upFloor"
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 93, 20],
[ 20,684, 20,683, 27, 21, 20, 0,783, 81, 0, 0, 20],
[ 20, 0, 20, 20, 20,783, 20,784, 20, 20,783, 0,785],
[ 20,783, 20,683, 20,786, 20, 0,683, 20, 0, 20,614],
[ 20, 0, 82,683, 20, 82, 20, 20, 20, 20, 27, 20, 21],
[ 20, 21, 20, 20, 20, 27, 0, 0,784, 81, 29,786,683],
[ 20, 0,786, 0,683, 0,784, 20, 0, 20,701, 0, 20],
[ 20, 20, 20, 20,785, 20, 0, 20, 21, 20, 20, 20, 20],
[ 20, 28,684, 20,614, 20, 81, 20, 0, 20,684,614, 20],
[ 20,787,343, 20, 29, 20, 82, 20,783, 20, 30,788, 20],
[ 20, 81, 20, 20,786, 20,783, 20, 0, 20, 20, 81, 20],
[ 20, 0,783, 0, 21, 0,683, 83, 29,785, 0,701, 20],
[ 20, 20, 20, 20, 20, 20, 93, 20, 20, 20, 20, 20, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
11,
0
],
"bg2map": [
],
"fg2map": [
]
}

72
project/floors/NH4.js Normal file
View File

@ -0,0 +1,72 @@
main.floors.NH4=
{
"floorId": "NH4",
"title": "南荒帝国 4 ",
"name": "南荒帝国4",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"5,12": {
"floorId": "NH3",
"loc": [
6,
12
]
},
"7,12": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20,614,614,788, 0,788,684,684, 20, 21, 82,785, 20],
[ 20,614,614, 20, 81, 20,684,684, 20, 0, 20, 0, 20],
[ 20, 20, 20, 20, 81, 20, 20, 20, 20,784, 20,683, 20],
[701, 21, 0,786, 0, 27, 0,784, 81, 0, 20, 0, 20],
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 21, 20,786, 20],
[ 20,701,701,785, 28, 21,788,683, 20, 0, 20, 0, 20],
[ 20, 20, 20, 81, 20, 20, 81, 20, 20,783, 20, 81, 20],
[ 20,683, 0,784, 0, 29,786, 27, 81, 0, 20,788, 20],
[ 20, 20, 82, 20, 20, 0, 20, 0, 20,786, 20, 21, 20],
[ 20, 0,787, 0, 20,783, 20,785, 20, 0, 20,345, 20],
[ 20,684, 0, 27, 20, 0,1078, 0, 20,683, 20,684, 20],
[ 20, 20, 20, 20, 20, 91, 20, 93, 20, 20, 20, 20, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
5,
12
],
"bg2map": [
],
"fg2map": [
]
}

69
project/floors/NH5.js Normal file
View File

@ -0,0 +1,69 @@
main.floors.NH5=
{
"floorId": "NH5",
"title": "南荒帝国 5 ",
"name": "南荒帝国5",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"7,12": {
"floorId": ":before",
"stair": "upFloor"
},
"1,12": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20, 0,788, 0, 27, 0,788, 0,614, 0,785, 0, 20],
[ 20, 21, 20, 20, 20, 20, 0, 20, 20, 20, 20, 21, 20],
[ 20, 0, 20,342, 21, 20,684, 20, 21,343, 20, 0, 20],
[ 20,785, 20,342, 21, 20,786, 20, 21,343, 20,787, 20],
[ 20,345, 20,342, 21,787, 0,787, 21,343, 20, 0, 20],
[ 20, 20, 20, 20, 20, 20, 83, 20, 20, 20, 20,1076, 20],
[ 20, 0,785, 0,702, 0,784, 0, 21, 0, 20, 0, 20],
[ 20, 21, 20, 20, 20, 20, 82, 20, 0,785, 82,788, 20],
[ 20, 0, 20,683,683, 20, 81, 20,614, 20, 20, 0, 20],
[ 20,784, 20, 20, 81, 20, 0, 20, 20,683, 20, 21, 20],
[ 20, 0,787, 0, 28, 81,783, 0,786, 29, 20,683, 20],
[ 20, 93, 20, 20, 20, 20, 20, 91, 20, 20, 20, 21, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
7,
12
],
"bg2map": [
],
"fg2map": [
]
}

214
project/floors/NH6.js Normal file
View File

@ -0,0 +1,214 @@
main.floors.NH6=
{
"floorId": "NH6",
"title": "南荒帝国 6 ",
"name": "南荒帝国6",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [
{
"type": "if",
"condition": "(flag:shengqishi>=40)",
"true": [
{
"type": "setBlock",
"number": "N510",
"loc": [
[
3,
10
]
]
},
{
"type": "show",
"loc": [
[
3,
10
]
]
}
],
"false": []
}
],
"eachArrive": [],
"parallelDo": "",
"events": {
"3,10": {
"trigger": null,
"enable": false,
"noPass": null,
"displayDamage": true,
"opacity": 1,
"filter": {
"blur": 0,
"hue": 0,
"grayscale": 0,
"invert": false,
"shadow": 0
},
"data": [
"\t[唐佳成,N510]\b[this]殿下。",
"\t[莫析辉,hero]\b[hero]怎么了?",
"\t[唐佳成,N510]\b[this]我总感觉,我们像是掉进了一个巨大的阴谋里面。你和光明圣女内斗,这件事,像是被人在背后一直推着走一样……",
"\t[莫析辉,hero]\b[hero]这不是阴谋,而是一个阳谋。即便我知道这是别人所设计的,但我依然要往里面跳的。灭门血仇,岂能不报?",
"\t[唐佳成,N510]\b[this]那么殿下这里是我所收集的1000金币……",
{
"type": "setValue",
"name": "status:money",
"operator": "+=",
"value": "1000"
},
{
"type": "hide",
"remove": true
}
]
}
},
"changeFloor": {
"1,12": {
"floorId": ":before",
"stair": "upFloor"
},
"11,12": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {
"4,4": [
{
"type": "setValue",
"name": "flag:door_NH6_6_3",
"operator": "+=",
"value": "1"
}
],
"4,5": [
{
"type": "setValue",
"name": "flag:door_NH6_6_3",
"operator": "+=",
"value": "1"
}
],
"5,4": [
{
"type": "setValue",
"name": "flag:door_NH6_6_3",
"operator": "+=",
"value": "1"
}
],
"5,5": [
{
"type": "setValue",
"name": "flag:door_NH6_6_3",
"operator": "+=",
"value": "1"
}
],
"7,4": [
{
"type": "setValue",
"name": "flag:door_NH6_6_3",
"operator": "+=",
"value": "1"
}
],
"7,5": [
{
"type": "setValue",
"name": "flag:door_NH6_6_3",
"operator": "+=",
"value": "1"
}
],
"8,4": [
{
"type": "setValue",
"name": "flag:door_NH6_6_3",
"operator": "+=",
"value": "1"
}
],
"8,5": [
{
"type": "setValue",
"name": "flag:door_NH6_6_3",
"operator": "+=",
"value": "1"
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {
"6,3": {
"0": {
"condition": "flag:door_NH6_6_3==8",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_NH6_6_3",
"operator": "=",
"value": "null"
}
]
}
}
},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20,684,342,342,787,787, 0,787,787,343,343,684, 20],
[ 20,684,342,342,787,787, 0,787,787,343,343,684, 20],
[ 20, 20, 20, 20, 20, 20, 85, 20, 20, 20, 20, 20, 20],
[ 21, 30,683, 20,788,788, 0,788,788, 20,683, 30, 21],
[ 20, 27,786, 20,788,788, 0,788,788, 20,786, 28, 20],
[ 20, 20, 82, 20, 20, 20, 83, 20, 20, 20, 82, 20, 20],
[ 20, 0, 27, 0, 81, 0,785, 0, 81, 0, 28, 0, 20],
[ 20,784, 0,683, 20,783, 20,783, 20,683, 0,784, 20],
[ 20, 81, 20, 20, 20, 21, 20, 21, 20, 20, 20, 81, 20],
[ 20,701, 0, 0, 20,784, 82,784, 20, 0, 0,614, 20],
[ 20, 0, 29,783, 81,683, 20,683, 81,783, 29, 0, 20],
[ 20, 91, 20, 20, 20, 20, 20, 20, 20, 20, 20, 93, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
1,
12
],
"bg2map": [
],
"fg2map": [
]
}

69
project/floors/NH7.js Normal file
View File

@ -0,0 +1,69 @@
main.floors.NH7=
{
"floorId": "NH7",
"title": "南荒帝国 7 ",
"name": "南荒帝国7",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"11,12": {
"floorId": ":before",
"stair": "upFloor"
},
"1,12": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20, 22, 20,684, 21,345,701,683, 20,683,614, 22, 20],
[ 20, 0, 20, 20, 20,787, 20, 20, 20,614,684,614, 20],
[ 20,784, 0,614, 0,785, 0,701, 20,683,614,787, 20],
[ 20, 20, 20, 20, 20, 81, 20, 20, 20, 20, 20, 81, 20],
[ 20, 0, 28, 0,784, 0,614, 0,784, 0, 27, 0, 20],
[ 20,785, 20, 20, 82, 20, 20, 20, 82, 20, 20,785, 20],
[ 20, 0, 20,614,788,701, 20,701,787,614, 20, 0, 20],
[ 20, 21, 20,683, 20, 21, 20, 21, 20,683, 20, 21, 20],
[ 20, 0, 20,343, 20,345, 20,345, 20,342, 20, 0, 20],
[ 20,786, 20,344,787,684, 20,344,788,684, 20,786, 20],
[ 20, 0, 20, 20, 20, 20, 20, 20, 20, 20, 20, 0, 20],
[ 20, 93, 81, 81,784,684,785,684,784, 81, 81, 91, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
11,
12
],
"bg2map": [
],
"fg2map": [
]
}

107
project/floors/NH8.js Normal file
View File

@ -0,0 +1,107 @@
main.floors.NH8=
{
"floorId": "NH8",
"title": "南荒帝国 8 ",
"name": "南荒帝国8",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"1,12": {
"floorId": ":before",
"stair": "upFloor"
},
"11,1": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {
"3,10": [
{
"type": "setValue",
"name": "flag:door_NH8_4_9",
"operator": "+=",
"value": "1"
}
],
"5,10": [
{
"type": "setValue",
"name": "flag:door_NH8_4_9",
"operator": "+=",
"value": "1"
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {
"4,9": {
"0": {
"condition": "flag:door_NH8_4_9==2",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_NH8_4_9",
"operator": "=",
"value": "null"
}
]
}
}
},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20,684,342, 30,683, 20,683, 0,786, 0, 0, 94, 20],
[ 20, 20,787, 20, 21, 20, 20, 20, 81, 20, 20, 20, 20],
[ 20,683, 27, 20, 20,786, 81, 29,785, 0,683, 20, 20],
[ 20, 28,785, 0, 29, 0, 20, 0, 27, 20, 20, 20, 20],
[ 20, 20, 81, 20, 20, 20, 20, 21, 0, 20, 20, 20, 20],
[ 20,786, 0,788,787, 0,683, 0, 20, 20, 20, 20, 20],
[ 20, 0, 20, 20, 20, 20, 20,786, 20, 21,683, 21, 20],
[ 20, 21, 20,616,343,684, 20, 0, 20,701, 30,614, 20],
[ 20, 0, 20, 20, 85, 20, 20,344, 20, 27,787, 28, 20],
[ 20,785, 20,786, 0,786, 20, 0, 20, 20, 82, 20, 20],
[ 20, 0, 82, 0, 28, 0, 81,784, 81,788, 0,683, 20],
[ 20, 91, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
1,
12
],
"bg2map": [
],
"fg2map": [
]
}

107
project/floors/NH9.js Normal file
View File

@ -0,0 +1,107 @@
main.floors.NH9=
{
"floorId": "NH9",
"title": "南荒帝国 9 ",
"name": "南荒帝国9",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"11,1": {
"floorId": ":before",
"stair": "upFloor"
},
"11,11": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {
"7,9": [
{
"type": "setValue",
"name": "flag:door_NH9_8_8",
"operator": "+=",
"value": "1"
}
],
"9,9": [
{
"type": "setValue",
"name": "flag:door_NH9_8_8",
"operator": "+=",
"value": "1"
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {
"8,8": {
"0": {
"condition": "flag:door_NH9_8_8==2",
"currentFloor": true,
"priority": 0,
"delayExecute": false,
"multiExecute": false,
"data": [
{
"type": "openDoor"
},
{
"type": "setValue",
"name": "flag:door_NH9_8_8",
"operator": "=",
"value": "null"
}
]
}
}
},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20, 0,788,684, 29, 27, 20, 29,614,788, 81, 93, 20],
[ 20,683, 20, 21,683,614,787, 28, 21,701, 20,786, 20],
[ 20, 81, 20, 20, 20, 20, 20, 20, 20, 20, 20, 0, 20],
[ 20,786, 0,701, 0,785, 0,683, 0,786, 81,683, 20],
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 0, 20],
[ 20,785, 0, 21, 0,788, 20, 0,616, 0, 20,785, 20],
[ 20, 0, 20, 20, 20,1076, 20,344, 0,342, 20, 0, 20],
[ 20,683, 20, 23, 20, 27, 20, 20, 85, 20, 20, 21, 20],
[ 20, 0, 20,345,787, 0, 20,786, 0,786, 20, 0, 20],
[ 20,786, 20, 20, 20, 20, 20, 0,701, 0, 82,786, 20],
[ 20, 0, 28, 0,788, 0, 0,614, 0,683, 20, 93, 20],
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20]
],
"bgmap": [
],
"fgmap": [
],
"bgm": "yuanye.mp3",
"flyPoint": [
11,
1
],
"bg2map": [
],
"fg2map": [
]
}

View File

@ -42,7 +42,8 @@ main.floors.SN1=
],
"remove": true
},
"\t[莫析辉,hero]\b[hero]我刚刚没听错吧?蜜茜娅的侍女跟我讲这个……"
"\t[莫析辉,hero]\b[hero]我刚刚没听错吧?蜜茜娅的侍女跟我讲这个……",
"\r[red]\\c[20]之后的boss需要消耗一定数量的魔力值本区魔力值不够需要咸门拿魔力值\\c[]\r[]"
],
"eachArrive": [],
"parallelDo": "",

View File

@ -314,6 +314,59 @@ main.floors.ZH1=
}
]
}
],
"6,3": [
{
"type": "if",
"condition": "switch:A",
"true": [
{
"type": "if",
"condition": "((item:I1115===1)&&(item:I1116===1))",
"true": [
"\t[涂歆,N558]\b[this]想不到,你竟然能够同时获得这两种神杖!",
"\t[涂歆,N558]\b[this]我来试试,嘛哩嘛哩哄!",
{
"type": "animate",
"name": "chuansong",
"loc": [
6,
3
]
},
{
"type": "setValue",
"name": "item:I1115",
"operator": "-=",
"value": "1"
},
{
"type": "setValue",
"name": "item:I1116",
"operator": "-=",
"value": "1"
},
{
"type": "setValue",
"name": "item:I595",
"operator": "+=",
"value": "1"
}
],
"false": []
}
],
"false": [
"\t[涂歆,N558]\b[this]我在研究一种让两种对立的力量融合在一起的宝物。如果你同时有\r[yellow]\\c[30]光明神杖\\c[]\r[]和\\c[30]黑暗神杖\\c[],我可以试试能不能炼成更强大的神杖哦。",
"\t[莫析辉,hero]\b[hero]好你个涂歆,你有毛病吧?光明神殿和黑暗神殿水火不容,我怎么同时获得光明神杖和黑暗神杖。而且世界上有黑暗神杖这种东西吗?",
"\t[涂歆,N558]\b[this]有的有的,光明神杖是光明法杖的究极形态,黑暗神杖嘛,也是黑暗利刃的究极形态。黑暗利刃在刺客手里是利刃,在法师手里,就变成了法杖,你可以去找找看。",
{
"type": "setValue",
"name": "switch:A",
"value": "true"
}
]
}
]
},
"changeFloor": {

View File

@ -417,7 +417,10 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
if (core.hasEquip('I411')) { core.status.hero.mana += 5 }
if (core.hasEquip('I412')) { core.status.hero.mana += 7 }
if (core.hasEquip('I413')) { core.status.hero.mana += 9 }
if (core.hasEquip('I595')) { core.status.hero.mana += 10 }
if (core.hasEquip('I595')) { core.status.hero.mana += 20 }
if (core.hasEquip('I1115')) { core.status.hero.mana += 10 }
if (core.hasEquip('I1116'))
(core.status.hero.mana += 10)
if (core.hasEquip('I722')) { core.status.hero.mana += 6 }
//回复生命值
// 事件的处理

View File

@ -120,7 +120,8 @@ var icons_4665ee12_3a1f_44a4_bea3_0fccba634dc1 =
"moneyShop": 10,
"princess": 11,
"greenMan": 12,
"blueTrader": 13
"blueTrader": 13,
"N1096": 14
},
"npc48": {
"npc0": 0,
@ -1025,7 +1026,29 @@ var icons_4665ee12_3a1f_44a4_bea3_0fccba634dc1 =
"I1086": 245,
"I1087": 246,
"I1088": 247,
"I1089": 248
"I1089": 248,
"I1097": 249,
"I1098": 250,
"I1099": 251,
"I1100": 252,
"I1101": 253,
"I1102": 254,
"I1103": 255,
"I1104": 256,
"I1105": 257,
"I1106": 258,
"I1107": 259,
"I1108": 260,
"I1109": 261,
"I1110": 262,
"I1111": 263,
"I1112": 264,
"I1113": 265,
"I1114": 266,
"I1115": 267,
"I1116": 268,
"I1117": 269,
"I1118": 270
},
"autotile": {
"autotile": 0,

View File

@ -258,7 +258,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
"name": "圣水",
"itemEffect": "core.status.hero.hp *= 2",
"itemEffectTip": ",生命值翻倍",
"useItemEffect": "core.status.hero.hp *= 2;core.playSound('回血');",
"useItemEffect": "core.status.hero.hp *= 2;\ncore.playSound('回血');",
"canUseItemEffect": "true",
"text": "生命值翻倍"
},
@ -852,12 +852,20 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
"I375": {
"cls": "items",
"name": "新物品",
"name": "十阶红宝石",
"text": "攻击+${core.values.redGem*512}",
"itemEffect": "core.status.hero.atk += core.values.redGem * core.status.thisMap.ratio * 512",
"itemEffectTip": ",攻击+${core.values.redGem * core.status.thisMap.ratio*512}",
"useItemEffect": "core.status.hero.atk += core.values.redGem * 512",
"canUseItemEffect": "true"
},
"I376": {
"cls": "items",
"name": "新物品",
"name": "十阶蓝宝石",
"text": ",防御+${core.values.blueGem*512}",
"itemEffect": "core.status.hero.def += core.values.blueGem * core.status.thisMap.ratio * 512",
"itemEffectTip": ",防御+${core.values.blueGem * core.status.thisMap.ratio*512}",
"useItemEffect": "core.status.hero.def += core.values.blueGem * 512",
"canUseItemEffect": "true"
},
"I377": {
@ -1083,9 +1091,17 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
}
},
"I413": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
"cls": "equips",
"name": "紫金光明法杖",
"canUseItemEffect": "true",
"text": "攻击力+10000击败怪物后获得9点魔力值",
"equip": {
"type": "法杖",
"value": {
"atk": 10000
},
"percentage": {}
}
},
"I414": {
"cls": "items",
@ -1192,17 +1208,17 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
"I595": {
"cls": "equips",
"name": "七彩光明法杖",
"name": "七彩杖",
"canUseItemEffect": "true",
"text": "全属性提升10%击败怪物后获得10点魔力值",
"text": "全属性提升25%击败怪物后获得20点魔力值",
"equip": {
"type": "法杖",
"value": {},
"percentage": {
"atk": 10,
"def": 10,
"mdef": 10,
"hpmax": 10
"mdef": 25,
"hpmax": 25,
"def": 25,
"atk": 25
}
}
},
@ -1931,35 +1947,45 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
"I617": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
"name": "十三阶血红宝石",
"canUseItemEffect": "true",
"itemEffect": "core.status.hero.hpmax += 100000;",
"itemEffectTip": "生命上限提升100000点"
},
"I618": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
"name": "十四阶血红宝石",
"canUseItemEffect": "true",
"itemEffect": "core.status.hero.hpmax += 200000;",
"itemEffectTip": "生命上限提升200000点"
},
"I619": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
"name": "十五阶血红宝石",
"canUseItemEffect": "true",
"itemEffect": "core.status.hero.hpmax += 500000;",
"itemEffectTip": "生命上限提升500000点"
},
"I620": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
"name": "十六阶血红宝石",
"canUseItemEffect": "true",
"itemEffect": "core.status.hero.hpmax += 1000000;",
"itemEffectTip": "生命上限提升1000000点"
},
"I621": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
"name": "十七阶血红宝石",
"canUseItemEffect": "true",
"itemEffect": "core.status.hero.hpmax += 2000000;",
"itemEffectTip": "生命上限提升2000000点"
},
"I622": {
"cls": "items",
"name": "圣阶血红宝石",
"canUseItemEffect": "true",
"itemEffect": "core.status.hero.hpmax += 1000000;",
"itemEffectTip": "生命上限提升1000000点"
"itemEffect": "core.status.hero.hpmax += 1000000 * core.status.thisMap.ratio;",
"itemEffectTip": ",生命上限+${core.status.thisMap.ratio*1000000}"
},
"I623": {
"cls": "constants",
@ -2854,5 +2880,338 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1097": {
"cls": "items",
"name": "九阶白宝石",
"canUseItemEffect": "true",
"useItemEvent": [
{
"type": "choices",
"choices": [
{
"text": "攻击+200",
"action": [
{
"type": "setValue",
"name": "status:atk",
"operator": "+=",
"value": "200"
}
]
},
{
"text": "防御+200",
"action": [
{
"type": "setValue",
"name": "status:def",
"operator": "+=",
"value": "200"
}
]
},
{
"text": "生命上限+10000",
"action": [
{
"type": "setValue",
"name": "status:hpmax",
"operator": "+=",
"value": "10000"
}
]
}
]
}
],
"text": "进行加点"
},
"I1098": {
"cls": "items",
"name": "十阶白宝石",
"canUseItemEffect": "true",
"useItemEvent": [
{
"type": "choices",
"choices": [
{
"text": "攻击+400",
"action": [
{
"type": "setValue",
"name": "status:atk",
"operator": "+=",
"value": "400"
}
]
},
{
"text": "防御+400",
"action": [
{
"type": "setValue",
"name": "status:def",
"operator": "+=",
"value": "400"
}
]
},
{
"text": "生命上限+20000",
"action": [
{
"type": "setValue",
"name": "status:hpmax",
"operator": "+=",
"value": "20000"
}
]
}
]
}
],
"text": "进行加点"
},
"I1099": {
"cls": "items",
"name": "十一阶白宝石",
"canUseItemEffect": "true",
"useItemEvent": [
{
"type": "choices",
"choices": [
{
"text": "攻击+800",
"action": [
{
"type": "setValue",
"name": "status:atk",
"operator": "+=",
"value": "800"
}
]
},
{
"text": "防御+800",
"action": [
{
"type": "setValue",
"name": "status:def",
"operator": "+=",
"value": "800"
}
]
},
{
"text": "生命上限+40000",
"action": [
{
"type": "setValue",
"name": "status:hpmax",
"operator": "+=",
"value": "40000"
}
]
}
]
}
],
"text": "进行加点"
},
"I1100": {
"cls": "items",
"name": "十二阶白宝石",
"canUseItemEffect": "true",
"useItemEvent": [
{
"type": "choices",
"choices": [
{
"text": "攻击+1600",
"action": [
{
"type": "setValue",
"name": "status:atk",
"operator": "+=",
"value": "1600"
}
]
},
{
"text": "防御+1600",
"action": [
{
"type": "setValue",
"name": "status:def",
"operator": "+=",
"value": "1600"
}
]
},
{
"text": "生命上限+80000",
"action": [
{
"type": "setValue",
"name": "status:hpmax",
"operator": "+=",
"value": "80000"
}
]
}
]
}
],
"text": "进行加点"
},
"I1101": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1102": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1103": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1104": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1105": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1106": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1107": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1108": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1109": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1110": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1111": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1112": {
"cls": "items",
"name": "新物品",
"canUseItemEffect": "true"
},
"I1113": {
"cls": "tools",
"name": "光明药水",
"canUseItemEffect": "true",
"itemEffect": "",
"itemEffectTip": "",
"text": "交换魔力值与生命值",
"useItemEvent": [
{
"type": "setValue",
"name": "flag:sm",
"value": "status:hp"
},
{
"type": "setValue",
"name": "flag:ml",
"value": "status:mana"
},
{
"type": "setValue",
"name": "status:mana",
"value": "flag:sm"
},
{
"type": "setValue",
"name": "status:hp",
"value": "flag:ml"
}
]
},
"I1114": {
"cls": "tools",
"name": "黑暗药水",
"canUseItemEffect": "true",
"text": "使用后光明神殿光明之神的赐福次数减少20%减少商店20%次数)",
"useItemEvent": [
{
"type": "setValue",
"name": "flag:shop1",
"operator": "*=",
"value": "0.8"
}
]
},
"I1115": {
"cls": "equips",
"name": "光明神杖",
"canUseItemEffect": "true",
"text": "防御力+20%,护盾+20%击败敌人后获得10点魔力值。",
"equip": {
"type": "法杖",
"value": {},
"percentage": {
"mdef": 20,
"def": 20
}
}
},
"I1116": {
"cls": "equips",
"name": "黑暗神杖",
"canUseItemEffect": "true",
"text": "攻击+20%击败敌人后获得10点魔力值",
"equip": {
"type": "法杖",
"value": {},
"percentage": {
"atk": 20
}
}
},
"I1117": {
"cls": "items",
"name": "光明血瓶",
"text": ",生命+${core.values.greenPotion*800}",
"itemEffect": "core.status.hero.hp += core.values.greenPotion * core.status.thisMap.ratio * 800",
"itemEffectTip": ",生命+${core.values.greenPotion * core.status.thisMap.ratio*800}",
"useItemEffect": "core.status.hero.hp += core.values.greenPotion * 800",
"canUseItemEffect": "true"
},
"I1118": {
"cls": "items",
"name": "黑暗血瓶",
"text": ",生命翻倍",
"itemEffect": "core.status.hero.hp *= 2",
"itemEffectTip": ",生命翻倍",
"useItemEffect": "core.status.hero.hp *= 2",
"canUseItemEffect": "true"
}
}

View File

@ -16,7 +16,7 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e =
"14": {"cls":"animates","id":"curseNet","canPass":true,"trigger":"null","script":"(function () {\n\tif (!core.hasItem('amulet')) {\n\t\tcore.triggerDebuff('get', 'curse');\n\t\tcore.updateStatusBar();\n\t}\n\n\t// 如果要做一次性咒网,可直接注释掉下面这句话:\n\t// core.removeBlock(core.getHeroLoc('x'), core.getHeroLoc('y'));\n})()","name":"咒网"},
"15": {"cls":"animates","id":"blueLava"},
"16": {"cls":"animates","id":"water"},
"20": {"cls":"autotile","id":"autotile"},
"20": {"cls":"autotile","id":"autotile","canBreak":false},
"21": {"cls":"items","id":"yellowKey"},
"22": {"cls":"items","id":"blueKey"},
"23": {"cls":"items","id":"redKey"},
@ -478,7 +478,7 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e =
"578": {"cls":"npc48","id":"N578","faceIds":{"down":"N578","left":"N579","right":"N580","up":"N581"}},
"579": {"cls":"npc48","id":"N579","faceIds":{"down":"N578","left":"N579","right":"N580","up":"N581"}},
"580": {"cls":"npc48","id":"N580","faceIds":{"down":"N578","left":"N579","right":"N580","up":"N581"}},
"581": {"cls":"npc48","id":"N581","faceIds":{"down":"N578","left":"N579","right":"N580","up":"N581"}},
"581": {"cls":"npc48","id":"N581","faceIds":{"down":"N578","left":"N579","right":"N580","up":"N581"},"animate":null},
"582": {"cls":"npc48","id":"N582","faceIds":{"down":"N582","left":"N583","right":"N584","up":"N585"}},
"583": {"cls":"npc48","id":"N583","faceIds":{"down":"N582","left":"N583","right":"N584","up":"N585"}},
"584": {"cls":"npc48","id":"N584","faceIds":{"down":"N582","left":"N583","right":"N584","up":"N585"}},
@ -993,6 +993,29 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e =
"1093": {"cls":"animates","id":"greenflowerDoor"},
"1094": {"cls":"animates","id":"yellowtwoflowerDoor","name":"植物黄门","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"action2.mp3","closeSound":"door.mp3","keys":{"yellowKey":1}}},
"1095": {"cls":"animates","id":"blacktwoflowerDoor","name":"机关铁门","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"specilaKey":1}}},
"1096": {"cls":"npcs","id":"N1096"},
"1097": {"cls":"items","id":"I1097"},
"1098": {"cls":"items","id":"I1098"},
"1099": {"cls":"items","id":"I1099"},
"1100": {"cls":"items","id":"I1100"},
"1101": {"cls":"items","id":"I1101"},
"1102": {"cls":"items","id":"I1102"},
"1103": {"cls":"items","id":"I1103"},
"1104": {"cls":"items","id":"I1104"},
"1105": {"cls":"items","id":"I1105"},
"1106": {"cls":"items","id":"I1106"},
"1107": {"cls":"items","id":"I1107"},
"1108": {"cls":"items","id":"I1108"},
"1109": {"cls":"items","id":"I1109"},
"1110": {"cls":"items","id":"I1110"},
"1111": {"cls":"items","id":"I1111"},
"1112": {"cls":"items","id":"I1112"},
"1113": {"cls":"items","id":"I1113"},
"1114": {"cls":"items","id":"I1114"},
"1115": {"cls":"items","id":"I1115"},
"1116": {"cls":"items","id":"I1116"},
"1117": {"cls":"items","id":"I1117"},
"1118": {"cls":"items","id":"I1118"},
"10041": {"cls":"tileset","id":"X10041","canBreak":true},
"10110": {"cls":"tileset","id":"X10110","canBreak":false},
"10111": {"cls":"tileset","id":"X10111","event":["这个宝箱是空的!"],"canBreak":false},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB