Compare commits

...

4 Commits

87 changed files with 2911 additions and 1064 deletions

BIN
project/bgms/xieedushi.mp3 Normal file

Binary file not shown.

BIN
project/bgms/yuanye.mp3 Normal file

Binary file not shown.

View File

@ -156,7 +156,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"BH17",
"BH18",
"BH19",
"BH20",
"BH20"
],
"floorPartitions": [],
"images": [
@ -307,6 +307,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"shuiyu.mp3",
"tiankong.mp3",
"xian.mp3",
"xieedushi.mp3",
"yuanye.mp3",
"zhuangkuoshishi.mp3"
],
"sounds": [
@ -1037,7 +1039,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
44,
1
],
"condition": "flag:shop1>100",
"condition": "flag:shop1>100&&flag:shop1<=150",
"action": [
{
"type": "comment",
@ -1063,6 +1065,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",
@ -1107,7 +1179,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
246,
1
],
"condition": "flag:shop1>100",
"condition": "flag:shop1>100&&flag:shop1<=150",
"action": [
{
"type": "comment",
@ -1133,6 +1205,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",
@ -1283,7 +1425,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
149,
1
],
"condition": "flag:shop1>100",
"condition": "flag:shop1>100&&flag:shop1<=150",
"action": [
{
"type": "comment",
@ -1326,6 +1468,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"
}
]
}
]
},
@ -1507,19 +1731,25 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
]
},
{
"text": "琼浆(200金币",
"need": "status:money>=200",
"text": "琼浆(${flag:qiongjiang*200+200}金币)",
"need": "status:money>=flag:qiongjiang*200+200",
"icon": "I415",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "flag:qiongjiang",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "200"
"value": "200*flag:qiongjiang"
},
{
"type": "setValue",
@ -1530,19 +1760,25 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
]
},
{
"text": "玉露(400金币",
"need": "status:money>=400",
"text": "玉露(${flag:yulu*400+400}金币)",
"need": "status:money>=flag:yulu*400+400",
"icon": "I416",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "flag:yulu",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "400"
"value": "400*flag:yulu"
},
{
"type": "setValue",
@ -1553,19 +1789,25 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
]
},
{
"text": "炸弹(500金币",
"need": "status:money>=500",
"text": "炸弹(${flag:zhadan*500+500}金币)",
"need": "status:money>=flag:zhadan*500+500",
"icon": "bomb",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "flag:zhadan",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "500"
"value": "flag:zhadan*500"
},
{
"type": "setValue",
@ -1576,19 +1818,25 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
]
},
{
"text": "对称飞行器(500金币",
"need": "status:money>=500",
"text": "对称飞行器(${flag:fei*500+500}金币)",
"need": "status:money>=flag:fei*500+500",
"icon": "centerFly",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "flag:fei",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "500"
"value": "flag:fei*500"
},
{
"type": "setValue",
@ -1599,8 +1847,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
]
},
{
"text": "破墙镐(600金币",
"need": "status:money>=600",
"text": "破墙镐(${flag:po*300+600}金币)",
"need": "status:money>=flag:po*300+600",
"icon": "pickaxe",
"action": [
{
@ -1611,7 +1859,13 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "600"
"value": "flag:po*300+600"
},
{
"type": "setValue",
"name": "flag:po",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
@ -1622,15 +1876,9 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
]
},
{
"text": "为了防止炸录像,本项留空",
"need": "status:money>=1e9",
"icon": "greenSlime",
"action": []
},
{
"text": "强力炸弹2500金币",
"need": "status:money>=2500",
"icon": "I407",
"text": "破墙镐(${flag:poqiang*300+600}金币)",
"need": "status:money>=flag:poqiang*300+600",
"icon": "pickaxe",
"action": [
{
"type": "comment",
@ -1640,7 +1888,42 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "2500"
"value": "flag:poqiang*300+600"
},
{
"type": "setValue",
"name": "flag:poqiang",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "item:pickaxe",
"operator": "+=",
"value": "1"
}
]
},
{
"text": "强力炸弹(${2500+flag:qiangli*2500}金币)",
"need": "status:money>=2500+flag:qiangli*2500",
"icon": "I407",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "flag:qiangli",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "2500*flag:qiangli"
},
{
"type": "setValue",
@ -1651,19 +1934,25 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
]
},
{
"text": "地震卷轴(3000金币",
"need": "status:money>=3000",
"text": "地震卷轴(${3000+flag:dizhen*3000}金币)",
"need": "status:money>=3000+flag:dizhen*3000",
"icon": "earthquake",
"action": [
{
"type": "comment",
"text": "新版商店中需要手动扣减金币和增加访问次数"
},
{
"type": "setValue",
"name": "flag:dizhen",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "3000"
"value": "3000*flag:dizhen"
},
{
"type": "setValue",
@ -1713,7 +2002,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"disablePreview": false,
"choices": [
{
"text": "光明之钥2000魔力",
"text": "光明之钥[${item:whiteKey}]2000魔力",
"need": "status:mana>=2000",
"icon": "whiteKey",
"color": [
@ -1742,7 +2031,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
]
},
{
"text": "黑暗之钥(8000魔力)",
"text": "黑暗之钥[${item:I422}](8000魔力)",
"need": "status:mana>=8000",
"icon": "I422",
"color": [
@ -1772,7 +2061,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
]
},
{
"text": "黑暗之钥(2000魔力)",
"text": "黑暗之钥[${item:I422}](2000魔力)",
"need": "status:mana>=2000",
"icon": "I422",
"color": [

View File

@ -297,19 +297,19 @@ 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":[]},
"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":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":[]},
@ -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":[]},

View File

@ -20,7 +20,7 @@ main.floors.BH10=
"2,3": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -63,7 +63,7 @@ main.floors.BH10=
"2,5": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -106,7 +106,7 @@ main.floors.BH10=
"2,4": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -163,6 +163,13 @@ main.floors.BH10=
6,
12
]
},
"6,0": {
"floorId": "BH11",
"loc": [
6,
12
]
}
},
"beforeBattle": {},

View File

@ -10,7 +10,7 @@ main.floors.BH11=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
@ -23,17 +23,24 @@ main.floors.BH11=
"events": {},
"changeFloor": {
"6,0": {
"floorId": "BH1",
"floorId": "BH12",
"loc": [
6,
0
]
},
"6,12": {
"floorId": "BH3",
"floorId": "BH10",
"loc": [
6,
12
0
]
},
"0,6": {
"floorId": "BN1",
"loc": [
0,
6
]
}
},
@ -45,19 +52,19 @@ main.floors.BH11=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[130019,130031,130018,20289,130019,20319, 93,20318,130018,20289,130019,20289,130018],
[20318, 0,0, 0, 0, 0,0, 0,20301, 0,20300,0,130031],
[130018,0,130029,130031, 0,20301,130019, 0,130029, 0, 0,0,130029],
[20318, 0,20301, 0,0, 0,130031,0, 0,0,130031,0,130019],
[130029, 0,130018,0,0,0,20289,0,130019, 0,130019,0,130018],
[20300,0,20300,130031,130029,130031,130018,130019,130029, 0,130018, 0,20289],
[130018,0, 0, 0,20289,0, 0,0,130018, 0,20301,20318,20300],
[130019, 0, 0, 0,130018, 0,0, 0,20289,0, 0, 0,130018],
[130031,0, 0, 0,130031,20319, 0,130019,130019,20318,0,0,20300],
[130018,130029, 0,20300,130019,0, 0, 0,0, 0, 0, 0,130031],
[20301, 0,0, 0,130029, 0, 0,0,130031,130029, 0,20289,130018],
[20289,0,0,0,130018, 0, 0, 0,130018, 0,0, 0,20318],
[130018,130031,130018,20301,130019, 0, 91, 0,130019, 0, 0,0,130019]
[130019,130031,130018,20289,130019,20319, 91,20318,130018,20289,130019,20289,130018],
[20318, 0, 0, 0, 0, 0, 0, 0,20301, 0,20300, 0,130031],
[130018, 0,130029,130031, 0,20301,130019, 0,130029, 0, 0, 0,130029],
[20318, 0,20301, 0, 0, 0,130031, 0, 0, 0,130031, 0,130019],
[130029, 0,130018, 0, 0, 0,20289, 0,130019, 0,130019, 0,130018],
[20300, 0,20300,130031,130029,130031,130018,130019,130029, 0,130018, 0,20289],
[ 92, 0, 0, 0,20289, 0, 0, 0,130018, 0,20301,20318,20300],
[130019, 0, 0, 0,130018, 0, 0, 0,20289, 0, 0, 0,130018],
[130031, 0, 0, 0,130031,20319, 0,130019,130019,20318, 0, 0,20300],
[130018,130029, 0,20300,130019, 0, 0, 0, 0, 0, 0, 0,130031],
[20301, 0, 0, 0,130029, 0, 0, 0,130031,130029, 0,20289,130018],
[20289, 0, 0, 0,130018, 0, 0, 0,130018, 0, 0, 0,20318],
[130018,130031,130018,20301,130019, 0, 91, 0,130019, 0, 0, 0,130019]
],
"bgmap": [
@ -67,6 +74,12 @@ main.floors.BH11=
],
"flyPoint": [
6,
0
]
12
],
"bg2map": [
],
"fg2map": [
]
}

View File

@ -10,7 +10,7 @@ main.floors.BH12=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
@ -23,14 +23,14 @@ main.floors.BH12=
"events": {},
"changeFloor": {
"6,0": {
"floorId": "BH3",
"floorId": "BH11",
"loc": [
6,
0
]
},
"12,1": {
"floorId": "BH5",
"floorId": "BH13",
"loc": [
12,
1
@ -46,17 +46,17 @@ main.floors.BH12=
"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, 92],
[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],
[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],
[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": [

View File

@ -10,7 +10,7 @@ main.floors.BH13=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
@ -22,19 +22,19 @@ main.floors.BH13=
"parallelDo": "",
"events": {},
"changeFloor": {
"10,5": {
"floorId": "BH5",
"loc": [
10,
5
]
},
"6,12": {
"floorId": "BH7",
"floorId": "BH14",
"loc": [
6,
12
]
},
"12,1": {
"floorId": "BH12",
"loc": [
12,
1
]
}
},
"beforeBattle": {},
@ -46,18 +46,18 @@ main.floors.BH13=
"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,20318],
[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, 93,20305, 0],
[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, 91, 0,130018, 0, 0, 0,20318]
[20318,130018,130029,20308,130031, 0, 93, 0,130018, 0, 0, 0,20318]
],
"bgmap": [
@ -66,8 +66,8 @@ main.floors.BH13=
],
"flyPoint": [
10,
5
12,
1
],
"bg2map": [

View File

@ -10,7 +10,7 @@ main.floors.BH14=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
@ -23,14 +23,14 @@ main.floors.BH14=
"events": {},
"changeFloor": {
"6,0": {
"floorId": "BH7",
"floorId": "BH15",
"loc": [
6,
0
]
},
"6,12": {
"floorId": "BH9",
"floorId": "BH13",
"loc": [
6,
12
@ -45,7 +45,7 @@ main.floors.BH14=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[130019,130018,130031,20318,130029,130019, 93,130029,130019,130031,130018,130031,20311],
[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],
@ -67,7 +67,7 @@ main.floors.BH14=
],
"flyPoint": [
6,
0
12
],
"bg2map": [

View File

@ -10,7 +10,7 @@ main.floors.BH15=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
@ -23,17 +23,17 @@ main.floors.BH15=
"events": {},
"changeFloor": {
"12,0": {
"floorId": "BH9",
"floorId": "BH16",
"loc": [
12,
0
]
},
"0,0": {
"floorId": "BH11",
"6,0": {
"floorId": "BH14",
"loc": [
6,
12
0
]
}
},
@ -45,7 +45,7 @@ main.floors.BH15=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 93,20309,130007, 0, 0,20316, 0,20308, 0, 0,130006,130007, 93],
[ 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],
@ -66,7 +66,7 @@ main.floors.BH15=
],
"flyPoint": [
12,
6,
0
],
"bg2map": [

View File

@ -10,7 +10,7 @@ main.floors.BH16=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
@ -23,18 +23,18 @@ main.floors.BH16=
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH11",
"loc": [
6,
1
]
},
"6,0": {
"floorId": "BH13",
"floorId": "BH17",
"loc": [
6,
12
]
},
"12,0": {
"floorId": "BH15",
"loc": [
12,
0
]
}
},
"beforeBattle": {},
@ -45,41 +45,29 @@ main.floors.BH16=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[130031,130019,130018,130019,20308,20311, 93,130018,20311,20301,130019,130018,130031],
[20311, 0, 0,20301, 0, 0, 0, 0, 0, 0, 0, 0,130019],
[130019, 0, 0, 0, 0, 0, 0, 0,20308,130019,20311,20301,20308],
[20308, 0, 0,20301, 0, 0, 0, 0,130018, 0, 0, 0,130018],
[130018,130031,130018,130019, 0, 0, 0, 0, 0, 0, 0, 0,130019],
[130031, 0, 0,20308, 0, 0, 0, 0,20301, 0, 0, 0,130018],
[130019, 0, 0, 0, 0, 0, 0, 0,130019,130018,20301,130018,130031],
[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, 0, 0,130031,130018,130019,130031, 0,20301],
[20301, 0, 0,130018, 0, 0, 0,130018, 0, 0,130019, 0,20308],
[20311, 0, 0, 0, 0, 0, 0,130019, 0, 0,130018, 0,130019],
[130019, 0, 0,130019, 0, 0, 0,20308, 0, 0, 0, 0,20301],
[20311,130019,130031,20308,130019,20308, 91,130019,130031,20311,130018,20311,130031]
[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": [
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0]
],
"fgmap": [
],
"flyPoint": [
6,
12
12,
0
],
"bg2map": [

View File

@ -10,7 +10,7 @@ main.floors.BH17=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
@ -23,18 +23,18 @@ main.floors.BH17=
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH13",
"loc": [
6,
0
]
},
"6,0": {
"floorId": "BH15",
"floorId": "BH16",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "BH18",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
@ -45,34 +45,22 @@ main.floors.BH17=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[60464,60464,60464,60464,60464,60464, 93,60464,60464,60464,60464,60464,60464],
[60464, 0, 0, 0, 0,60464, 0,60464, 0, 0, 0, 0,60464],
[60464, 0, 0, 0, 0,60464, 0,60464, 0, 0, 0, 0,60464],
[60464, 0, 0, 0, 0,60464, 0,60464, 0, 0, 0, 0,60464],
[60464,60464, 0,60464,60464,60464, 0,60464,60464,60464, 0,60464,60464],
[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],
[60464,60464,60464,60464,60464,60464, 0,60464,60464,60464,60464,60464,60464],
[60464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,60464],
[60464,60464,60464, 0,60464,60464, 0,60464,60464, 0,60464,60464,60464],
[60464, 0, 0, 0, 0,60464, 0,60464, 0, 0, 0, 0,60464],
[60464, 0, 0, 0, 0,60464, 0,60464, 0, 0, 0, 0,60464],
[60464, 0, 0, 0, 0,60464, 0,60464, 0, 0, 0, 0,60464],
[60464,60464,60464,60464,60464,60464, 91,60464,60464,60464,60464,60464,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": [
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0]
],
"fgmap": [

View File

@ -10,7 +10,7 @@ main.floors.BH18=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
@ -23,17 +23,17 @@ main.floors.BH18=
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH15",
"floorId": "BH19",
"loc": [
6,
0
12
]
},
"6,0": {
"floorId": "BH17",
"loc": [
6,
12
0
]
}
},
@ -45,41 +45,29 @@ main.floors.BH18=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[60464,60464,60464,60464,60464,60464, 93,60464,60464,60464,60464,60464,60464],
[60464, 0, 0, 0, 0, 0, 0,60464, 0, 0, 0, 0,60464],
[60464, 0,60464,60464,60464, 0, 0,60464, 0,60464,60464,60464,60464],
[60464, 0, 0, 0,60464,60464, 0,60464, 0, 0, 0, 0,60464],
[60464, 0, 0, 0,60464, 0, 0,60464,60464,60464,60464, 0,60464],
[60464,60464, 0,60464,60464, 0, 0,60464, 0, 0,60464, 0,60464],
[60464, 0, 0, 0,60464,60464, 0,60464, 0, 0,60464, 0,60464],
[60464, 0, 0, 0,60464, 0, 0, 0, 0, 0, 0, 0,60464],
[60464, 0, 0, 0,60464, 0, 0,60464, 0, 0,60464, 0,60464],
[60464,60464, 0,60464,60464,60464, 0,60464, 0, 0,60464, 0,60464],
[60464, 0, 0, 0,60464, 0, 0,60464,60464,60464,60464, 0,60464],
[60464, 0, 0, 0,60464, 0, 0,60464, 0, 0, 0, 0,60464],
[60464,60464,60464,60464,60464,60464, 91,60464,60464,60464,60464,60464,60464]
[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": [
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0]
],
"fgmap": [
],
"flyPoint": [
6,
12
0
],
"bg2map": [

View File

@ -10,7 +10,7 @@ main.floors.BH19=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "xieedushi.mp3",
"weather": [
@ -23,14 +23,14 @@ main.floors.BH19=
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BH17",
"floorId": "BH18",
"loc": [
6,
0
12
]
},
"6,0": {
"floorId": "BH19",
"floorId": "BH20",
"loc": [
6,
12
@ -45,34 +45,22 @@ main.floors.BH19=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[60464,60464,60464,60464,60464,60464, 93,60464,60464,60464,60464,60464,60464],
[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,60464,60464,60464,60464, 0,60464,60464,60464,60464,60464,60464],
[ 0, 0,60464, 0,60464, 0, 0,60464, 0,60464, 0, 0,60464],
[ 0, 0,60464, 0,60464, 0, 0,60464, 0,60464, 0, 0,60464],
[ 0, 0, 0, 0, 0, 0, 0,60464, 0,60464,60464, 0,60464],
[ 0, 0,60464, 0,60464, 0, 0,60464, 0,60464, 0, 0,60464],
[ 0, 0,60464, 0,60464, 0, 0,60464, 0,60464, 0, 0,60464],
[60464,60464,60464,60464,60464,60464, 0,60464, 0,60464, 0,60464,60464],
[60464, 0, 0, 0, 0,60464, 0,60464, 0,60464, 0, 0,60464],
[60464, 0,60464,60464, 0, 0, 0,60464, 0,60464, 0, 0,60464],
[60464, 0, 0, 0, 0,60464, 0, 0, 0, 0, 0, 0,60464],
[60464,60464,60464,60464,60464,60464, 91,60464,60464,60464,60464,60464,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": [
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,167, 0, 0, 0, 0, 0, 0]
],
"fgmap": [

View File

@ -10,7 +10,7 @@ main.floors.BH20=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10000",
"bgm": "xieedushi.mp3",
"weather": null,

View File

@ -29,7 +29,7 @@ main.floors.BH4=
"7,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.BH8=
"4,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -10,7 +10,7 @@ main.floors.BN1=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X130012",
"bgm": "ending.mp3",
"firstArrive": [],
@ -18,13 +18,6 @@ main.floors.BN1=
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "MT1",
"loc": [
11,
0
]
},
"6,0": {
"floorId": "BN2",
"loc": [
@ -33,9 +26,9 @@ main.floors.BN1=
]
},
"0,6": {
"floorId": "BH1",
"floorId": "BH11",
"loc": [
12,
0,
6
]
}
@ -48,7 +41,7 @@ main.floors.BN1=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[60546,60546,60546,60546,60546,60546, 93,60546,60546,130018,130018,60546,60546],
[60546,60546,60546,60546,60546,60546, 91,60546,60546,130018,130018,60546,60546],
[60546, 0,130012,130012,130012, 0, 0,130012,130012,130018, 0, 0,60546],
[60546, 0,130012,130020,130021,130012,130012,130012,130012, 0, 0, 0,60546],
[130018, 0,130136,130137,130138,130139, 0,130013, 0,20298, 0, 0,60546],
@ -60,7 +53,7 @@ main.floors.BN1=
[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, 91,60523,60524,60546,60546,60546,60546]
[60546,60546,60546,60546,60546,60546,60546,60523,60524,60546,60546,60546,60546]
],
"bgmap": [
@ -69,8 +62,8 @@ main.floors.BN1=
],
"flyPoint": [
6,
12
0,
6
],
"weather": [
"snow",

View File

@ -10,7 +10,7 @@ main.floors.BN10=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
@ -19,7 +19,7 @@ main.floors.BN10=
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BN13",
"floorId": "BN9",
"loc": [
6,
9

View File

@ -10,7 +10,7 @@ main.floors.BN2=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
@ -18,18 +18,18 @@ main.floors.BN2=
"parallelDo": "",
"events": {},
"changeFloor": {
"12,6": {
"floorId": "BN7",
"0,6": {
"floorId": "BN3",
"loc": [
0,
6
]
},
"0,6": {
"floorId": "BN9",
"6,12": {
"floorId": "BN1",
"loc": [
0,
6
6,
0
]
}
},
@ -42,18 +42,18 @@ main.floors.BN2=
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013],
[10013,0,0,0,0,0,0,0,0,0,0,0,10013],
[10013,10013,10013,10013,0,10013,10013,10013,10013,10013,10013,0,10013],
[10013,0,0,10013,0,0,0,0,0,0,10013,0,10013],
[10013,0,0,10013,0,10013,0,10013,0,0,0,0,10013],
[10013,0,0,0,0,10013,0,10013,0,0,10013,0,10013],
[ 94,0,0,10013,0,0,0,10013,0,0,10013,0,92],
[10013,0,10013,10013,10013,0,10013,10013,10013,0,10013,0,10013],
[10013,0,0,10013,0,0,0,10013,0,0,10013,0,10013],
[10013,0,0,10013,0,10013,0,10013,10013,10013,10013,0,10013],
[10013,0,0,10013,0,10013,10013,0,0,0,10013,0,10013],
[10013,0,0,10013,0,0,0,0,0,0,0,0,10013],
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013]
[10013, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10013],
[10013,10013,10013,10013, 0,10013,10013,10013,10013,10013,10013, 0,10013],
[10013, 0, 0,10013, 0, 0, 0, 0, 0, 0,10013, 0,10013],
[10013, 0, 0,10013, 0,10013, 0,10013, 0, 0, 0, 0,10013],
[10013, 0, 0, 0, 0,10013, 0,10013, 0, 0,10013, 0,10013],
[ 92, 0, 0,10013, 0, 0, 0,10013, 0, 0,10013, 0,10013],
[10013, 0,10013,10013,10013, 0,10013,10013,10013, 0,10013, 0,10013],
[10013, 0, 0,10013, 0, 0, 0,10013, 0, 0,10013, 0,10013],
[10013, 0, 0,10013, 0,10013, 0,10013,10013,10013,10013, 0,10013],
[10013, 0, 0,10013, 0,10013,10013, 0, 0, 0,10013, 0,10013],
[10013, 0, 0,10013, 0, 0, 0, 0, 0, 0, 0, 0,10013],
[10013,10013,10013,10013,10013,10013, 91,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
@ -62,7 +62,13 @@ main.floors.BN2=
],
"flyPoint": [
12,
6
]
6,
12
],
"bg2map": [
],
"fg2map": [
]
}

View File

@ -10,7 +10,7 @@ main.floors.BN3=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
@ -19,14 +19,14 @@ main.floors.BN3=
"events": {},
"changeFloor": {
"0,6": {
"floorId": "BN8",
"floorId": "BN2",
"loc": [
0,
6
]
},
"6,0": {
"floorId": "BN10",
"floorId": "BN4",
"loc": [
6,
0
@ -41,7 +41,7 @@ main.floors.BN3=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013, 93,10013,10013,10013,10013,10013,10013],
[10013,10013,10013,10013,10013,10013, 91,10013,10013,10013,10013,10013,10013],
[10013, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10013],
[10013,10013,10013,10013,10013,10013, 0,10013,10013,10013,10013, 0,10013],
[10013, 0, 0, 0,10013, 0, 0, 0,10013, 0, 0, 0,10013],

View File

@ -10,7 +10,7 @@ main.floors.BN4=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
@ -19,16 +19,16 @@ main.floors.BN4=
"events": {},
"changeFloor": {
"6,0": {
"floorId": "BN9",
"floorId": "BN3",
"loc": [
6,
0
]
},
"11,1": {
"floorId": "BN11",
"12,1": {
"floorId": "BN5",
"loc": [
11,
12,
1
]
}
@ -42,7 +42,7 @@ main.floors.BN4=
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013, 93,10013,10013,10013,10013,10013,10013],
[10013, 0, 0,10013, 0, 0, 0, 0, 0, 0, 0, 93,10013],
[10013, 0, 0,10013, 0, 0, 0, 0, 0, 0, 0, 0, 94],
[10013, 0, 0,10013, 0, 0,10013, 0, 0,10013, 0, 0,10013],
[10013,10013, 0,10013, 0,10013,10013,10013, 0,10013, 0,10013,10013],
[10013, 0, 0,10013, 0, 0,10013, 0, 0,10013, 0, 0,10013],

View File

@ -10,7 +10,7 @@ main.floors.BN5=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
@ -18,19 +18,19 @@ main.floors.BN5=
"parallelDo": "",
"events": {},
"changeFloor": {
"11,1": {
"floorId": "BN10",
"loc": [
11,
1
]
},
"6,12": {
"floorId": "BN12",
"floorId": "BN6",
"loc": [
6,
12
]
},
"12,1": {
"floorId": "BN4",
"loc": [
12,
1
]
}
},
"beforeBattle": {},
@ -42,7 +42,7 @@ main.floors.BN5=
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013],
[10013, 0, 0, 0,10013, 0, 0, 0, 0,10013, 0, 93,10013],
[10013, 0, 0, 0,10013, 0, 0, 0, 0,10013, 0, 0, 92],
[10013, 0, 0, 0,10013, 0,10013,10013, 0, 0, 0, 0,10013],
[10013,10013, 0,10013,10013, 0,10013, 0, 0,10013, 0, 0,10013],
[10013, 0, 0, 0, 0, 0,10013, 0, 0,10013,10013, 0,10013],
@ -53,7 +53,7 @@ main.floors.BN5=
[10013, 0, 0, 0, 0, 0,10013, 0, 0,10013, 0, 0,10013],
[10013, 0,10013,10013,10013, 0, 0, 0, 0, 0, 0, 0,10013],
[10013, 0, 0, 0, 0, 0,10013, 0, 0,10013, 0, 0,10013],
[10013,10013,10013,10013, 0, 0, 92,10013,10013,10013,10013,10013,10013]
[10013,10013,10013,10013, 0, 0, 93,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
@ -62,7 +62,7 @@ main.floors.BN5=
],
"flyPoint": [
11,
12,
1
],
"bg2map": [

View File

@ -10,7 +10,7 @@ main.floors.BN6=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
@ -19,17 +19,17 @@ main.floors.BN6=
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BN11",
"floorId": "BN5",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "BN13",
"floorId": "BN7",
"loc": [
6,
12
0
]
}
},
@ -41,7 +41,7 @@ main.floors.BN6=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013, 93,10013,10013,10013,10013,10013,10013],
[10013,10013,10013,10013,10013,10013, 91,10013,10013,10013,10013,10013,10013],
[10013, 0, 0, 0, 0,10013, 0,10013, 0, 0, 0, 0,10013],
[10013, 0,10013,10013,10013,10013, 0,10013, 0,10013, 0, 0,10013],
[10013, 0, 0, 0, 0,10013, 0,10013,10013,10013, 0, 0,10013],

View File

@ -10,7 +10,7 @@ main.floors.BN7=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
@ -18,18 +18,18 @@ main.floors.BN7=
"parallelDo": "",
"events": {},
"changeFloor": {
"10,11": {
"floorId": "BN7",
"6,0": {
"floorId": "BN6",
"loc": [
10,
11
6,
0
]
},
"1,11": {
"floorId": "BN16",
"1,12": {
"floorId": "BN8",
"loc": [
1,
11
12
]
}
},
@ -41,19 +41,19 @@ main.floors.BN7=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013],
[10013,0,10013, 0,10013,0, 0,10013, 0,0,10013,0,10013],
[10013,0,10013,0,10013,0,0,10013,0,0,10013,0,10013],
[10013,0,10013,0,10013, 0,10013,10013,10013,0,10013,0,10013],
[10013,0,10013,0,10013,0, 0,0, 0, 0, 0, 0,10013],
[10013, 0,10013, 0,10013, 0,0,10013,10013,10013,10013, 0,10013],
[10013, 0, 0, 0,0,0, 0, 0, 0,0, 0, 0,10013],
[10013,0,10013,10013,10013,10013, 0,10013, 0,10013,10013,10013,10013],
[10013, 0, 0, 0, 0, 0, 0,10013, 0,10013,0, 0,10013],
[10013,0,10013,0,10013,10013,0,10013,0,10013, 0,0,10013],
[10013, 0,10013, 0,0,10013,0,10013, 0,10013,0,10013,10013],
[10013, 91,10013,0,0,10013, 0,10013, 0, 0, 91, 0,10013],
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013]
[10013,10013,10013,10013,10013,10013, 93,10013,10013,10013,10013,10013,10013],
[10013, 0,10013, 0,10013, 0, 0,10013, 0, 0,10013, 0,10013],
[10013, 0,10013, 0,10013, 0, 0,10013, 0, 0,10013, 0,10013],
[10013, 0,10013, 0,10013, 0,10013,10013,10013, 0,10013, 0,10013],
[10013, 0,10013, 0,10013, 0, 0, 0, 0, 0, 0, 0,10013],
[10013, 0,10013, 0,10013, 0, 0,10013,10013,10013,10013, 0,10013],
[10013, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10013],
[10013, 0,10013,10013,10013,10013, 0,10013, 0,10013,10013,10013,10013],
[10013, 0, 0, 0, 0, 0, 0,10013, 0,10013, 0, 0,10013],
[10013, 0,10013, 0,10013,10013, 0,10013, 0,10013, 0, 0,10013],
[10013, 0,10013, 0, 0,10013, 0,10013, 0,10013, 0,10013,10013],
[10013, 0,10013, 0, 0,10013, 0,10013, 0, 0, 0, 0,10013],
[10013, 93,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
@ -62,7 +62,13 @@ main.floors.BN7=
],
"flyPoint": [
10,
11
]
6,
0
],
"bg2map": [
],
"fg2map": [
]
}

View File

@ -10,7 +10,7 @@ main.floors.BN8=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
@ -18,18 +18,18 @@ main.floors.BN8=
"parallelDo": "",
"events": {},
"changeFloor": {
"1,11": {
"floorId": "BN15",
"1,12": {
"floorId": "BN7",
"loc": [
1,
11
12
]
},
"12,11": {
"floorId": "BN17",
"6,0": {
"floorId": "BN9",
"loc": [
12,
11
6,
12
]
}
},
@ -41,8 +41,8 @@ main.floors.BN8=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013],
[10013, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[10013,10013,10013,10013,10013,10013, 91,10013,10013,10013,10013,10013,10013],
[10013, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10013],
[10013,10013,10013,10013,10013,10013, 0,10013,10013,10013,10013,10013,10013],
[10013, 0, 0, 0,10013, 0, 0, 0,10013, 0, 0, 0,10013],
[10013,10013,10013, 0, 0, 0, 0, 0, 0, 0, 0, 0,10013],
@ -52,8 +52,8 @@ main.floors.BN8=
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013, 0,10013],
[10013, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10013],
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013, 0,10013],
[10013, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92],
[10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013]
[10013, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10013],
[10013, 91,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013,10013]
],
"bgmap": [
@ -63,7 +63,7 @@ main.floors.BN8=
],
"flyPoint": [
1,
11
12
],
"bg2map": [

View File

@ -10,7 +10,7 @@ main.floors.BN9=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X10003",
"bgm": "ending.mp3",
"firstArrive": [],
@ -19,14 +19,14 @@ main.floors.BN9=
"events": {},
"changeFloor": {
"6,12": {
"floorId": "BN12",
"floorId": "BN8",
"loc": [
6,
0
]
},
"6,9": {
"floorId": "BN14",
"floorId": "BN10",
"loc": [
6,
12

View File

@ -130,7 +130,7 @@ main.floors.CZ10=
"data": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -186,7 +186,7 @@ main.floors.CZ10=
"data": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -31,7 +31,7 @@ main.floors.CZ7=
"10,8": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.CZ8=
"5,3": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -62,7 +62,7 @@ main.floors.CZ8=
"7,3": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -101,6 +101,13 @@ main.floors.DL1=
12,
6
]
},
"6,2": {
"floorId": "DL2",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
@ -118,7 +125,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],

View File

@ -10,367 +10,212 @@ main.floors.DL10=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [
{
"type": "moveHero",
"steps": [
"up:4",
"right:1",
"up:1"
]
"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,
2
4
],
"time": 500,
"keep": true,
"steps": [
"down:2"
"up:2"
]
},
"\t[图毅,E702]\b[this,6,4]东凌图毅,恭迎大长老!恭迎圣子殿下!恭迎准圣子殿下!不知光明之神有何指示?",
"\t[光明准圣子,N1342]\b[this,5,7]东凌皇帝图毅,东凌帝国属于光明神殿管辖,你不会以为东凌皇室已经足够抗衡光明神殿了吧",
"\t[图毅,E702]\b[this,6,4]准圣子指责,图毅惶恐啊",
"\t[大长老,N1143]\b[this,6,6]我就开门见山了,前些日子,二长老和七长老死在了莫析家族,而莫析家族是被安撒和东方溪所灭。",
"\t[大长老,N1143]\b[this,6,6]光明圣子亲自去调查了一番,觉得莫析家族被灭,和东凌皇室脱不了关系!",
"\t[图毅,E702]\b[this,6,4]不敢隐瞒大长老,莫析家族在东凌帝国实力首屈一指,即便是东凌皇室也是忌惮三分。",
"\t[图毅,E702]\b[this,6,4]不过莫析家族这么庞大的家族,其族长莫析宙实力强大,当今世上有几个人能制服他",
"\t[图毅,E702]\b[this,6,4]恐怕想要悄无声息地解决莫析宙,当今世上除了光明教皇陛下、黑暗教皇与大长老您,怕是没有人能做到啊",
"\t[光明圣子,hero]\b[this,7,7]单打独斗,确实没几个人能悄无声息伤了我父亲",
"\t[光明圣子,hero]\b[this,7,7]但怕只怕是群殴啊",
"\t[光明圣子,hero]\b[this,7,7]大长老,请您明察,二长老和七长老的实力,光明神殿有目共睹,绝不是普普通通的几个人能杀害的",
"\t[光明圣子,hero]\b[this,7,7]我只怕除了安撒和东方溪,东凌帝国还派出了别的高手。北寒帝国更是脱不了关系,说不定北纳……",
"\t[大长老,N1143]\b[this,6,6]小圣子!不可胡乱揣测!",
"\t[图毅,E702]\b[this,6,4]圣子殿下,我以图氏一族起誓,绝对没有对莫析家族、二长老、七长老下手!",
"\t[光明准圣子,N1342]\b[this,5,7]我觉得也是,不过莫析家族被灭之时,皇帝陛下可曾派援兵?",
"\t[图毅,E702]\b[this,6,4]这……",
"\t[光明准圣子,N1342]\b[this,5,7]只怕是在隔岸观火吧",
"\t[图毅,E702]\b[this,6,4]回准圣子殿下,我当时并未收到消息……",
"\t[光明圣子,hero]\b[this,7,7]哼,你没有派出援兵就算了,怕只怕还给出手的人通风报信。东方溪可是你东凌皇室的大将!",
"\t[图毅,E702]\b[this,6,4]回圣子殿下,东方溪确实去了……不过他是在莫析家族被灭之后,才去的。动手的,应当是北寒帝国的安撒……",
"\t[光明圣子,hero]\b[this,7,7]安撒是北寒帝国最强的魔法师,与我父亲实力相差不大,凭他怎么能够悄无声息地杀害我父亲,定是东凌皇室在作祟",
"\t[光明准圣子,N1342]\b[this,5,7]圣子弟弟,不要把所有错误怪到东凌皇室,咱们要先\r[red]收集证据\r[]",
"\t[图毅,E702]\b[this,6,4]准圣子殿下说的是,请大长老、圣子殿下给予我两天时间,我一定找出证据",
"\t[大长老,N1143]\b[this,6,6]好,就给你两天时间",
"\t[图毅,E702]\b[this,6,4]我为几位准备了旅馆,请几位在东凌的旅馆先住上两天",
"\t[黛莫琳,N481]\b[this,4,9]看来不必多说了,杀了他!",
"\t[莫析辉,hero]\b[hero]图毅,你作恶多端,怪不得我啦!",
"\t[图毅,E828]\b[this,6,2]来人啊,护驾!",
{
"type": "changeFloor",
"floorId": "DL18",
"type": "setBlock",
"number": "N1096",
"loc": [
6,
4
],
"direction": "down"
[
8,
4
]
]
},
{
"type": "setBlock",
"number": "specialDoor",
"number": "N1096",
"loc": [
[
6,
11
4,
4
]
],
"floorId": "DL20"
},
{
"type": "hide",
"loc": [
[
10,
1
]
],
"floorId": "DL1",
"remove": true
},
{
"type": "hide",
"loc": [
[
2,
1
]
],
"floorId": "DL1",
"remove": true
}
],
"eachArrive": [
{
"type": "if",
"condition": "(flag:G===1)",
"true": [],
"false": [
{
"type": "if",
"condition": "(item:I1217===1)",
"true": [
{
"type": "setValue",
"name": "flag:G",
"value": "1"
},
{
"type": "hide",
"loc": [
[
6,
11
]
],
"remove": true
},
{
"type": "setBlock",
"number": "N1195",
"loc": [
[
4,
10
]
]
},
{
"type": "setBlock",
"number": "N1150",
"loc": [
[
6,
10
]
]
},
{
"type": "setBlock",
"number": "N1159",
"loc": [
[
8,
10
]
]
},
{
"type": "setBlock",
"number": "N1333",
"loc": [
[
4,
8
]
]
},
{
"type": "setBlock",
"number": "N1164",
"loc": [
[
8,
8
]
]
},
{
"type": "jumpHero",
"loc": [
7,
7
],
"time": 500
},
"\t[光明圣子,hero]\b[this,7,7]好你个图毅,竟然派人来刺杀我",
"\t[图毅,E702]\b[this,6,4]圣子殿下息怒!图毅不敢如此啊!",
"\t[图毅,E702]\b[this,6,4]殿下,我岂敢如此,您仔细想想,大长老的实力举世无双,我若是让你在东凌帝国出了事,我岂能活下去",
"\t[凌依,N1151]\b[this,8,10]图毅陛下说的一套一套的,不过,圣子殿下在东凌皇宫找了莫析家族的少族长套装,不知陛下怎么解释",
"\t[图毅,E702]\b[this,6,4]这……",
"\t[骑士队长,N1148]\b[this,6,10]你说你不敢伤害殿下,因为伤了他,你会死。",
"\t[骑士队长,N1148]\b[this,6,10]但假若你对二长老和七长老出手了,我们调查出来,你也会偿命",
"\t[骑士队长,N1148]\b[this,6,10]倒不如先杀一个光明圣子,赚够本才是。",
"\t[图毅,E702]\b[this,6,4]你!",
{
"type": "move",
"loc": [
6,
4
],
"time": 500,
"keep": true,
"steps": [
"up:2"
]
},
"\t[黛莫琳,N1161]\b[this,8,8]看来不必多说了,杀了他!咳咳(吐出一口血)",
"\t[光明圣子,hero]\b[this,7,7]黛莫琳姑娘,你怎么了",
"\t[黛莫琳,N1161]\b[this,8,8]我没事,可能受了些风寒",
"\t[光明圣子,hero]\b[this,7,7]既如此,凌依,你快送黛莫琳姑娘回去吧",
"\t[凌依,N1151]\b[this,8,10]是",
{
"type": "hide",
"loc": [
[
8,
8
]
],
"remove": true
},
{
"type": "hide",
"loc": [
[
8,
10
]
],
"remove": true
},
"\t[光明圣子,hero]\b[this,7,7]图毅,你作恶多端,怪不得我啦!",
"\t[图毅,E702]\b[this,6,4]来人啊,护驾!",
"\t[大长老,N1143]雕虫小技!",
{
"type": "animate",
"name": "baozha2",
"loc": [
4,
4
],
"async": true
},
{
"type": "animate",
"name": "baozha2",
"loc": [
4,
6
],
"async": true
},
{
"type": "animate",
"name": "baozha2",
"loc": [
8,
4
],
"async": true
},
{
"type": "animate",
"name": "baozha2",
"loc": [
8,
6
],
"async": true
},
{
"type": "hide",
"loc": [
[
4,
4
]
],
"remove": true,
"async": true
},
{
"type": "hide",
"loc": [
[
8,
4
]
],
"remove": true,
"async": true
},
{
"type": "hide",
"loc": [
[
4,
6
]
],
"remove": true,
"async": true
},
{
"type": "hide",
"loc": [
[
8,
6
]
],
"remove": true,
"async": true
},
{
"type": "waitAsync"
},
{
"type": "jumpHero",
"loc": [
6,
5
],
"time": 500
},
"\t[光明圣子,hero]\b[this,6,5]图毅,受死吧!",
"\t[光明准圣子,N1342]\b[this,7,5]住手!",
{
"type": "hide",
"loc": [
[
5,
7
]
],
"remove": true
},
{
"type": "setBlock",
"number": "E1350",
"loc": [
[
6,
3
]
]
},
"\t[光明圣子,hero]\b[this,6,5]葛尔丹,你想干什么!",
"\t[光明准圣子,N1342]\b[this,6,3]此事疑点颇多,我们不能随便杀了图毅,他是一国之君,杀了他,整个东凌会陷入混乱的",
"\t[光明圣子,hero]\b[this,6,5]他灭了莫析家族,杀了二长老和七长老,难道就不用付出代价吗",
"\t[光明准圣子,N1342]\b[this,6,3]不管怎么样,也不能让平民百姓受苦啊!",
"\t[光明准圣子,N1342]\b[this,6,3]不然这样,先把图毅囚禁起来",
"\t[光明圣子,hero]\b[this,6,5]不行!他今天必须死!",
"\t[光明准圣子,N1342]\b[this,6,3]大长老!",
"\t[大长老,N1143]\b[this,6,6]唉,葛尔丹,你退下吧",
"\t[光明准圣子,N1342]\b[this,6,3]不行!莫析辉,既然大长老也这么觉得,那你们从我尸体上踏过去吧!",
"\t[光明圣子,hero]\b[this,6,5]哼,圣女姐姐有光明权杖,准圣子哥哥有复制镜,我有光明宝典。",
"\t[光明圣子,hero]\b[this,6,5]不知道哪件宝物更强一点呢"
],
"false": [
"请找到证据再来"
]
}
]
}
},
{
"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": "DL19",
"floorId": "DL9",
"loc": [
6,
0
@ -378,7 +223,189 @@ main.floors.DL10=
}
},
"beforeBattle": {},
"afterBattle": {},
"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": {},
@ -387,14 +414,14 @@ main.floors.DL10=
"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, 0,50167, 0, 0,50167,41163,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, 0, 0, 0, 0, 0, 0,50049],
[50049,50159, 0, 0, 0, 0, 0, 0, 0, 0, 0,50159,50049],
[50049,50167, 0, 0, 0, 0, 0, 0, 0, 0, 0,50167,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, 0, 0, 0, 0, 0, 0, 0, 0,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]
@ -434,5 +461,9 @@ main.floors.DL10=
],
"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[${flag:shengqishi_name},N510]\b[this,7,6]啊这……殿下,你真的确定此事是图毅所做吗",
"\t[莫析辉,hero]\b[hero]哼,能做到这一点的,教皇爷爷、大长老、黑暗教皇都可以,但是他们会做吗?我能想到的只有东凌皇室、北寒皇室、北纳家族一起做的",
"\t[凌依,N574]\b[this,5,6]殿下说的是,大长老还硬说北纳家族没有参与,安撒和东方溪的对话,殿下可全听到了",
"\t[${flag:shengqishi_name},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[${flag:shengqishi_name},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[${flag:shengqishi_name},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[${flag:shengqishi_name},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
]
}

View File

@ -10,26 +10,42 @@ main.floors.DL4=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"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": "DL1",
"floorId": "DL2",
"loc": [
6,
0
]
},
"6,0": {
"floorId": "DL3",
"0,6": {
"floorId": "DL5",
"loc": [
6,
12
0,
6
]
}
},
@ -41,18 +57,18 @@ main.floors.DL4=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049, 93,50049,50049,50049,50049,50049,50049],
[50049, 0, 0, 0, 0, 0, 0, 0, 0,50049, 0, 0,50049],
[50049, 0,50049, 0, 0,50049, 0,50049,50049,50049, 0, 0,50049],
[50049, 0,50049, 0, 0,50049, 0, 0, 0, 0, 0, 0,50049],
[50049, 0,50049, 0, 0,50049, 0,50049,50049,50049,50049,50049,50049],
[50049, 0,50049,50049,50049,50049, 0,50049, 0, 0, 0, 0,50049],
[50049, 0, 0, 0, 0, 0, 0,50049, 0, 0,50049, 0,50049],
[50049,50049,50049,50049,50049,50049, 0,50049, 0, 0,50049, 0,50049],
[50049, 0, 0, 0, 0, 0, 0,50049,50049,50049,50049, 0,50049],
[50049,50049, 0,50049,50049, 0, 0, 0, 0, 0, 0, 0,50049],
[50049, 0, 0, 0,50049, 0, 0,50049,50049,50049,50049,50049,50049],
[50049, 0, 0, 0,50049, 0, 0, 0, 0, 0, 0, 0,50049],
[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": [

View File

@ -10,7 +10,7 @@ main.floors.DL5=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
@ -19,7 +19,14 @@ main.floors.DL5=
"events": {},
"changeFloor": {
"0,6": {
"floorId": "DL3",
"floorId": "DL4",
"loc": [
0,
6
]
},
"12,6": {
"floorId": "DL6",
"loc": [
12,
6
@ -36,15 +43,15 @@ main.floors.DL5=
"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, 0, 0, 0, 0, 0, 0, 0, 0, 0,50049,50049],
[50049,50049, 0,50049,50049,50049,50049,50049, 0,50049, 0,50049,50049],
[50049,50049, 0,50049, 0, 0, 0,50049, 0,50049, 0,50049,50049],
[50049,50049, 0,50049, 0, 0, 0,50049, 0, 0, 0,50049,50049],
[ 94, 0, 0,50049,50049, 0,50049,50049, 0,50049,50049,50049,50049],
[50049,50049, 0, 0, 0, 0, 0, 0, 0, 0, 0,50049,50049],
[50049,50049,50049,50049,50049, 0,50049, 0,50049,50049, 0,50049,50049],
[50049,50049, 0, 0,50049, 0,50049, 0, 0,50049, 0,50049,50049],
[50049,50049, 0, 0, 0, 0,50049, 0, 0,50049, 0,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]
],

View File

@ -10,26 +10,76 @@ main.floors.DL6=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"events": {
"2,7": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"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": "DL7",
"floorId": "DL5",
"loc": [
0,
12,
6
]
},
"6,12": {
"floorId": "DL9",
"floorId": "DL7",
"loc": [
6,
0
12
]
}
},
@ -43,17 +93,17 @@ main.floors.DL6=
"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, 0, 0, 0, 0,50049, 0, 0,50049,50049,50049,50049],
[50049,50049, 0, 0,50049, 0, 0, 0, 0,50049,50049,50049,50049],
[50049,50049,50049,50049,50049, 0,50049,50049,50049,50049,50049,50049,50049],
[50049,50049, 0, 0, 0, 0, 0, 0, 0,50049,50049,50049,50049],
[50049,50049,50049,50049,50049,50049, 0,50049, 0, 0, 0, 0, 92],
[50049,50049, 0, 0, 0,50049, 0,50049, 0,50049,50049,50049,50049],
[50049,50049,50049,50049, 0,50049, 0,50049, 0,50049, 0,50049,50049],
[50049,50049, 0,50049, 0,50049, 0,50049, 0, 0, 0,50049,50049],
[50049,50049, 0, 0, 0, 0, 0,50049, 0,50049, 0,50049,50049],
[50049,50049, 0,50049, 0, 0, 0,50049, 0,50049, 0,50049,50049],
[50049,50049,50049,50049,50049,50049, 91,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": [

View File

@ -10,23 +10,71 @@ main.floors.DL7=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"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": {
"12,6": {
"floorId": "DL10",
"6,0": {
"floorId": "DL8",
"loc": [
0,
6
6,
0
]
},
"6,0": {
"floorId": "DL12",
"6,12": {
"floorId": "DL6",
"loc": [
6,
12
@ -41,19 +89,19 @@ main.floors.DL7=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049, 93,50049,50049,50049,50049,50049,50049],
[50049, 0, 0,50049, 0,50049, 0,50049, 0, 0, 0, 0,50049],
[50049, 0,50049,50049, 0,50049, 0,50049, 0,50049,50049,50049,50049],
[50049, 0, 0, 0, 0,50049, 0,50049, 0,50049, 0, 0,50049],
[50049, 0,50049,50049,50049,50049, 0,50049, 0,50049, 0, 0,50049],
[50049, 0, 0, 0, 0, 0, 0,50049, 0,50049, 0,50049,50049],
[50049, 0,50049,50049,50049,50049, 0, 0, 0, 0, 0, 0, 92],
[50049, 0, 0, 0, 0,50049, 0,50049,50049,50049,50049,50049,50049],
[50049, 0,50049,50049,50049,50049, 0, 0, 0, 0,50049, 0,50049],
[50049, 0,50049, 0, 0,50049, 0,50049,50049, 0,50049, 0,50049],
[50049, 0,50049, 0, 0, 0, 0,50049, 0, 0,50049, 0,50049],
[50049, 0,50049, 0, 0,50049, 0,50049, 0, 0, 0, 0,50049],
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049]
[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": [
@ -62,8 +110,8 @@ main.floors.DL7=
],
"flyPoint": [
12,
6
6,
12
],
"bg2map": [

View File

@ -10,7 +10,7 @@ main.floors.DL8=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
@ -19,18 +19,18 @@ main.floors.DL8=
"events": {},
"changeFloor": {
"6,12": {
"floorId": "DL13",
"loc": [
6,
0
]
},
"6,0": {
"floorId": "DL15",
"floorId": "DL9",
"loc": [
6,
12
]
},
"6,0": {
"floorId": "DL7",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
@ -42,18 +42,18 @@ main.floors.DL8=
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049, 93,50049,50049,50049,50049,50049,50049],
[50049, 0, 0,50049, 0,50049, 0,50049, 0,50049, 0, 0,50049],
[50049,50049, 0,50049, 0,50049, 0,50049, 0, 0, 0, 0,50049],
[50049, 0, 0, 0, 0,50049, 0,50049, 0,50049,50049, 0,50049],
[50049, 0, 0,50049, 0,50049, 0,50049, 0, 0, 0, 0,50049],
[50049, 0,50049,50049,50049,50049, 0,50049, 0,50049,50049, 0,50049],
[50049, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,50049],
[50049, 0,50049,50049,50049,50049, 0,50049,50049,50049,50049, 0,50049],
[50049, 0, 0,50049, 0,50049, 0,50049, 0, 0, 0, 0,50049],
[50049,50049, 0,50049, 0,50049, 0,50049, 0,50049,50049,50049,50049],
[50049, 0, 0, 0, 0,50049, 0,50049, 0, 0, 0, 0,50049],
[50049, 0, 0,50049, 0,50049, 0,50049, 0,50049, 0, 0,50049],
[50049,50049,50049,50049,50049,50049, 91,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": [
@ -63,7 +63,7 @@ main.floors.DL8=
],
"flyPoint": [
6,
12
0
],
"bg2map": [

View File

@ -10,26 +10,28 @@ main.floors.DL9=
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"firstArrive": [
"找到“证据”即可打开门"
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,12": {
"floorId": "DL16",
"floorId": "DL8",
"loc": [
6,
0
12
]
},
"12,6": {
"floorId": "DL19",
"6,0": {
"floorId": "DL10",
"loc": [
0,
6
6,
12
]
}
},
@ -41,18 +43,18 @@ main.floors.DL9=
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049],
[50049, 0, 0, 0, 0, 0,50049, 0,50049, 0,50049, 0,50049],
[50049, 0,50049,50049,50049, 0,50049, 0,50049, 0,50049, 0,50049],
[50049, 0, 0,50049, 0, 0,50049, 0,50049, 0,50049, 0,50049],
[50049, 0, 0,50049, 0, 0,50049, 0, 0, 0,50049, 0,50049],
[50049, 0,50049,50049, 0,50049,50049, 0,50049,50049,50049, 0,50049],
[50049, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92],
[50049, 0,50049,50049, 0,50049, 0,50049,50049,50049,50049, 0,50049],
[50049, 0,50049, 0, 0,50049, 0,50049, 0,50049, 0, 0,50049],
[50049, 0,50049, 0, 0,50049, 0, 0, 0,50049, 0, 0,50049],
[50049, 0,50049,50049, 0,50049, 0,50049,50049,50049,50049,50049,50049],
[50049, 0, 0, 0, 0,50049, 0, 0, 0, 0, 0, 0,50049],
[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": [

View File

@ -93,7 +93,22 @@ main.floors.GM1=
"parallelDo": "",
"events": {
"6,6": [
"上方,从左到右,依次是光明学院、光明神殿、北寒帝国/北纳家族\n左侧从上到下依次是准圣子宫、村庄、精灵王国。\n右侧从上到下依次是智慧神殿、东凌帝国/莫析家族、水神殿\n下侧从上到下依次是圣子宫、南荒帝国、圣女宫"
"上方,从左到右,依次是光明学院、光明神殿、北寒帝国/北纳家族\n左侧从上到下依次是准圣子宫、村庄、精灵王国。\n右侧从上到下依次是智慧神殿、东凌帝国/莫析家族、水神殿\n下侧从上到下依次是圣子宫、南荒帝国、圣女宫",
{
"type": "input2",
"text": "请输入圣骑士名字"
},
{
"type": "if",
"condition": "flag:input",
"true": [
{
"type": "setValue",
"name": "flag:shengqishi_name",
"value": "flag:input"
}
]
}
],
"1,3": [
"\t[莫析辉,hero]\b[hero]没事还是不要乱走吧",
@ -371,6 +386,13 @@ main.floors.GM1=
0,
6
]
},
"6,12": {
"floorId": "NH1",
"loc": [
6,
12
]
}
},
"beforeBattle": {},

View File

@ -49,6 +49,11 @@ main.floors.GM2=
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "flag:itemDetail",
"value": "true"
},
"\t[莫析辉,hero]\b[hero]多谢教皇陛下!",
"\t[光明教皇,N464]\b[this,6,5]哈哈,以后你和蜜西娅、葛尔丹一样就叫我教皇爷爷吧!",
"\t[莫析辉,hero]\b[hero]好。",
@ -155,7 +160,8 @@ main.floors.GM2=
],
"floorId": "GM1",
"remove": true
}
},
"\\c[30]本塔主要加攻击,且需要留怪。"
],
"eachArrive": [
{

View File

@ -465,7 +465,7 @@ main.floors.GM4=
"11,2": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -27,7 +27,7 @@ main.floors.GM5=
"2,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -70,7 +70,7 @@ main.floors.GM5=
"10,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -184,7 +184,7 @@ main.floors.GM6=
"10,2": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -227,7 +227,7 @@ main.floors.GM6=
"2,2": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

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

@ -20,7 +20,7 @@ main.floors.MT6=
"4,2": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -63,7 +63,7 @@ main.floors.MT6=
"8,2": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.MT7=
"8,4": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -63,7 +63,7 @@ main.floors.MT7=
"4,6": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -11,16 +11,27 @@ main.floors.NH1=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"events": {
"7,11": [
"\t[凌依,N574]\b[this]为了防止被光明神殿发觉,我们兵分多路前往南荒帝国。",
{
"type": "hide",
"remove": true
}
]
},
"changeFloor": {
"6,12": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "GM1",
"loc": [
6,
12
]
},
"1,12": {
"floorId": ":next",
@ -36,17 +47,17 @@ main.floors.NH1=
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 20],
[ 20, 20, 20, 0, 20, 20, 20, 20, 20, 0, 0, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 20, 20],
[ 20, 0, 20, 20, 20, 20, 20, 20, 0, 20, 0, 0, 20],
[ 20, 0, 20, 0, 0, 0, 0, 0, 0, 20, 0, 0, 20],
[ 20, 0, 20, 20, 20, 20, 20, 0, 0, 0, 0, 0, 20],
[ 20, 0, 20, 0, 20, 0, 0, 0, 0, 20, 20, 20, 20],
[ 20, 0, 20, 0, 0, 0, 20, 20, 0, 0, 0, 0, 20],
[ 20, 0, 20, 0, 20, 0, 20, 0, 0, 20, 20, 0, 20],
[ 20, 0, 20, 20, 20, 0, 20, 20, 0, 0, 20, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 20, 0, 20, 0, 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": [

View File

@ -11,42 +11,324 @@ main.floors.NH10=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"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[${flag:shengqishi_name},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[${flag:shengqishi_name},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"
},
"1,11": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {},
"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": {},
"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, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 20, 20, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 20, 20],
[ 20, 0, 20, 20, 20, 20, 0, 20, 20, 20, 20, 20, 20],
[ 20, 0, 20, 20, 20, 0, 0, 0, 20, 20, 20, 20, 20],
[ 20, 0, 20, 20, 20, 0, 0, 0, 20, 20, 20, 20, 20],
[ 20, 0, 20, 20, 20, 20, 0, 20, 20, 20, 20, 20, 20],
[ 20, 0, 20, 20, 20, 0, 0, 0, 20, 20, 20, 20, 20],
[ 20, 0, 20, 20, 20, 0, 0, 0, 20, 20, 20, 20, 20],
[ 20, 0, 20, 20, 20, 0, 0, 0, 20, 20, 20, 20, 20],
[ 20, 93, 20, 20, 20, 0, 0, 0, 0, 0, 0, 92, 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, 20, 20, 20, 20, 0, 0, 0, 0, 0, 0, 92, 20],
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20]
],
"bgmap": [

View File

@ -11,7 +11,7 @@ main.floors.NH2=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
@ -28,25 +28,100 @@ main.floors.NH2=
}
},
"beforeBattle": {},
"afterBattle": {},
"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": {},
"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, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 20],
[ 20, 20, 0, 20, 20, 20, 20, 20, 0, 20, 20, 0, 20],
[ 20, 0, 0, 20, 0, 0, 0, 20, 0, 0, 0, 0, 20],
[ 20, 0, 0, 20, 20, 0, 20, 20, 0, 20, 20, 20, 20],
[ 20, 0, 0, 0, 20, 0, 20, 0, 0, 0, 20, 0, 20],
[ 20, 0, 20, 0, 0, 0, 0, 0, 20, 0, 0, 0, 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, 0, 20, 0, 0, 0, 20, 0, 20, 0, 0, 0, 20],
[ 20, 0, 20, 20, 0, 20, 20, 0, 20, 20, 0, 20, 20],
[ 20, 0, 20, 0, 0, 0, 20, 0, 20, 0, 0, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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": [

View File

@ -11,7 +11,7 @@ main.floors.NH3=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
@ -39,17 +39,17 @@ main.floors.NH3=
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 93, 20],
[ 20, 0, 20, 0, 0, 0, 20, 0, 0, 0, 0, 0, 20],
[ 20, 0, 20, 20, 20, 0, 20, 0, 20, 20, 0, 0, 0],
[ 20, 0, 20, 0, 20, 0, 20, 0, 0, 20, 0, 20, 0],
[ 20, 0, 0, 0, 20, 0, 20, 20, 20, 0, 0, 0, 0],
[ 20, 0, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0],
[ 20, 0, 0, 0, 0, 0, 0, 20, 0, 20, 0, 0, 20],
[ 20, 20, 20, 20, 0, 20, 0, 20, 0, 20, 20, 20, 20],
[ 20, 0, 0, 20, 0, 20, 0, 20, 0, 20, 0, 0, 20],
[ 20, 0, 0, 20, 0, 20, 0, 20, 0, 20, 0, 0, 20],
[ 20, 0, 20, 20, 0, 20, 0, 20, 0, 20, 20, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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": [

View File

@ -11,7 +11,7 @@ main.floors.NH4=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
@ -39,17 +39,17 @@ main.floors.NH4=
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 20],
[ 20, 0, 0, 20, 0, 20, 0, 0, 20, 0, 20, 0, 20],
[ 20, 20, 20, 20, 0, 20, 20, 20, 20, 0, 20, 0, 20],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 20],
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 0, 20, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 20, 0, 20, 0, 20],
[ 20, 20, 20, 0, 20, 20, 0, 20, 20, 0, 20, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 20],
[ 20, 20, 0, 20, 20, 0, 20, 0, 20, 0, 20, 0, 20],
[ 20, 0, 0, 0, 20, 0, 20, 0, 20, 0, 20, 0, 20],
[ 20, 0, 0, 0, 20, 0, 0, 0, 20, 0, 20, 0, 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": [

View File

@ -11,7 +11,7 @@ main.floors.NH5=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
@ -36,18 +36,18 @@ main.floors.NH5=
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20],
[ 20, 0, 20, 20, 20, 20, 0, 20, 20, 20, 20, 0, 20],
[ 20, 0, 20, 0, 0, 20, 0, 20, 0, 0, 20, 0, 20],
[ 20, 0, 20, 0, 0, 20, 0, 20, 0, 0, 20, 0, 20],
[ 20, 0, 20, 0, 0, 0, 0, 0, 0, 0, 20, 0, 20],
[ 20, 20, 20, 20, 20, 20, 0, 20, 20, 20, 20, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 20],
[ 20, 0, 20, 20, 20, 20, 0, 20, 0, 0, 0, 0, 20],
[ 20, 0, 20, 0, 0, 20, 0, 20, 0, 20, 20, 0, 20],
[ 20, 0, 20, 20, 0, 20, 0, 20, 20, 0, 20, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 20],
[ 20, 93, 20, 20, 20, 20, 20, 91, 20, 20, 20, 0, 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": [

View File

@ -11,12 +11,71 @@ main.floors.NH6=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"firstArrive": [
{
"type": "if",
"condition": "(flag:shengqishi>=40)",
"true": [
{
"type": "setBlock",
"number": "N510",
"loc": [
[
3,
10
]
]
},
{
"type": "show",
"loc": [
[
3,
10
]
]
}
],
"false": []
}
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"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[${flag:shengqishi_name},N510]\b[this]殿下。",
"\t[莫析辉,hero]\b[hero]怎么了?",
"\t[${flag:shengqishi_name},N510]\b[this]我总感觉,我们像是掉进了一个巨大的阴谋里面。你和光明圣女内斗,这件事,像是被人在背后一直推着走一样……",
"\t[莫析辉,hero]\b[hero]这不是阴谋,而是一个阳谋。即便我知道这是别人所设计的,但我依然要往里面跳的。灭门血仇,岂能不报?",
"\t[${flag:shengqishi_name},N510]\b[this]那么殿下这里是我所收集的1000金币……",
{
"type": "setValue",
"name": "status:money",
"operator": "+=",
"value": "1000"
},
{
"type": "hide",
"remove": true
}
]
}
},
"changeFloor": {
"1,12": {
"floorId": ":before",
@ -28,25 +87,111 @@ main.floors.NH6=
}
},
"beforeBattle": {},
"afterBattle": {},
"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": {},
"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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20],
[ 20, 20, 20, 20, 20, 20, 0, 20, 20, 20, 20, 20, 20],
[ 0, 0, 0, 20, 0, 0, 0, 0, 0, 20, 0, 0, 0],
[ 20, 0, 0, 20, 0, 0, 0, 0, 0, 20, 0, 0, 20],
[ 20, 20, 0, 20, 20, 20, 0, 20, 20, 20, 0, 20, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20],
[ 20, 0, 20, 20, 20, 0, 20, 0, 20, 20, 20, 0, 20],
[ 20, 0, 0, 0, 20, 0, 0, 0, 20, 0, 0, 0, 20],
[ 20, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 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": [

View File

@ -11,13 +11,12 @@ main.floors.NH7=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
},
"events": {},
"changeFloor": {
"11,12": {
"floorId": ":before",
@ -29,28 +28,26 @@ main.floors.NH7=
}
},
"beforeBattle": {},
"afterBattle": {
},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {
},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
[ 20, 0, 20, 0, 0, 0, 0, 0, 20, 0, 0, 0, 20],
[ 20, 0, 20, 20, 20, 0, 20, 20, 20, 0, 0, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 20],
[ 20, 20, 20, 20, 20, 0, 20, 20, 20, 20, 20, 0, 20],
[ 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20],
[ 20, 0, 20, 20, 0, 20, 20, 20, 0, 20, 20, 0, 20],
[ 20, 0, 20, 0, 0, 0, 20, 0, 0, 0, 20, 0, 20],
[ 20, 0, 20, 0, 20, 0, 20, 0, 20, 0, 20, 0, 20],
[ 20, 0, 20, 0, 20, 0, 20, 0, 20, 0, 20, 0, 20],
[ 20, 0, 20, 0, 0, 0, 20, 0, 0, 0, 20, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 91, 20]
[ 20, 93, 81, 81,784,684,785,684,784, 81, 81, 91, 20]
],
"bgmap": [

View File

@ -11,7 +11,7 @@ main.floors.NH8=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
@ -28,26 +28,64 @@ main.floors.NH8=
}
},
"beforeBattle": {},
"afterBattle": {},
"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": {},
"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,0,0,0,0,20,0,0,0,0,0, 94,20],
[20,20,0,20,0,20,20,20,0,20,20,0,20],
[20,0,0,20,20,0,0,0,0,0,0,20,20],
[20,0,0,0,0,0,20,0,0,20,20,20,20],
[20,20,0,20,20,20,20,0,0,20,20,20,20],
[20,0,0,0,0,0,0,0,0,20,20,20,20],
[20,0,20,20,20,20,0,0,20,0,0,0,20],
[20,0,20,0,0,0,20,0,20,0,0,0,20],
[20,0,20,20,0,20,20,0,20,0,0,0,20],
[20,0,20,0,0,0,20,0,20,20,0,20,20],
[20,0,0,0,0,0,0,0,0,0,0,0,20],
[20, 91,20,20,20,20,20,20,20,20,20,20,20]
[ 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": [
@ -59,5 +97,11 @@ main.floors.NH8=
"flyPoint": [
1,
12
]
],
"bg2map": [
],
"fg2map": [
]
}

View File

@ -11,7 +11,7 @@ main.floors.NH9=
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"ratio": 512,
"defaultGround": "grass",
"firstArrive": [],
"eachArrive": [],
@ -28,26 +28,64 @@ main.floors.NH9=
}
},
"beforeBattle": {},
"afterBattle": {},
"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": {},
"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,0,0,0,0,0,0,0,0,0, 93,20],
[20,0,0,0,0,0,0,0,0,0,20,0,20],
[20,0,20,20,20,20,20,20,20,20,20,0,20],
[20,0,0,0,0,0,0,0,0,0,0,0,20],
[20,20,20,20,20,20,20,20,20,20,20,0,20],
[20,0,0,0,0,0,20,0,0,0,20,0,20],
[20,0,20,20,20,0,20,0,0,0,20,0,20],
[20,0,20,0,20,0,20,20,0,20,20,0,20],
[20,0,20,0,0,0,20,0,0,0,20,0,20],
[20,0,20,20,20,20,20,0,0,0,0,0,20],
[20,0,0,0,0,0,0,0,0,0,20, 93,20],
[20,20,20,20,20,20,20,20,20,20,20,20,20]
[ 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": [
@ -59,5 +97,11 @@ main.floors.NH9=
"flyPoint": [
11,
1
]
],
"bg2map": [
],
"fg2map": [
]
}

View File

@ -258,7 +258,7 @@ main.floors.SN10=
"10,3": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费200点魔力)",
"yes": [
{
"type": "if",
@ -313,7 +313,7 @@ main.floors.SN10=
"2,3": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费200点魔力)",
"yes": [
{
"type": "if",

View File

@ -43,7 +43,8 @@ main.floors.SN2=
]
],
"remove": true
}
},
"\t[莫析辉,hero]\b[hero]\\c[30]本层魔力门和白宝石红必须开否则打不过boss因为boss有法力燃烧属性。"
]
},
"changeFloor": {

View File

@ -20,7 +20,7 @@ main.floors.SN3=
"2,2": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.SN4=
"1,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.SN7=
"1,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -36,7 +36,7 @@ main.floors.SR1=
"7,7": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费200点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.SR13=
"8,3": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.SR14=
"9,4": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.SR18=
"11,1": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.SR23=
"11,6": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -48,7 +48,7 @@ main.floors.SR4=
"1,9": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.SR5=
"3,3": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -227,7 +227,8 @@ main.floors.XY1=
{
"type": "hide",
"remove": true
}
},
"\\c[30]本区boss有法力燃烧属性且进入下一区的门需要2000魔力打开请注意留粉宝石。"
],
"7,1": {
"trigger": null,

View File

@ -20,7 +20,7 @@ main.floors.XY5=
"3,9": [
{
"type": "confirm",
"text": "确认要打开这个罐子吗?",
"text": "确认要打开这个罐子吗? (花费80点魔力)",
"yes": [
{
"type": "if",
@ -63,7 +63,7 @@ main.floors.XY5=
"4,9": [
{
"type": "confirm",
"text": "确认要打开这个罐子吗?",
"text": "确认要打开这个罐子吗? (花费80点魔力)",
"yes": [
{
"type": "if",
@ -106,7 +106,7 @@ main.floors.XY5=
"5,9": [
{
"type": "confirm",
"text": "确认要打开这个罐子吗?",
"text": "确认要打开这个罐子吗? (花费80点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.XY7=
"1,4": [
{
"type": "confirm",
"text": "确认要打开这个罐子吗?",
"text": "确认要打开这个罐子吗? (花费80点魔力)",
"yes": [
{
"type": "if",

View File

@ -62,7 +62,7 @@ main.floors.YS1=
"11,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -105,7 +105,7 @@ main.floors.YS1=
"1,1": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -51,7 +51,7 @@ main.floors.YS5=
"10,9": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -94,7 +94,7 @@ main.floors.YS5=
"11,1": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.YS6=
"7,5": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -131,7 +131,7 @@ main.floors.ZH1=
"你已经购买了此物"
],
"false": [
"魔力卷轴购买价格5000金币效果击败敌人后额外获得6点魔力值。",
"魔力卷轴购买价格5000金币效果击败敌人后额外获得敌人生命值4‱魔力值。",
{
"type": "choices",
"text": "\t[魔力卷轴,I722]选择",
@ -192,7 +192,7 @@ main.floors.ZH1=
"你已经购买了此物"
],
"false": [
"生命卷轴购买价格5000金币效果击败敌人后额外获得1%最大生命值的生命。",
"生命卷轴购买价格5000金币效果击败敌人后额外获得5‰最大生命值的生命。",
{
"type": "choices",
"text": "\t[生命卷轴,I723]选择",

View File

@ -73,7 +73,7 @@ main.floors.ZL1=
"11,1": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -116,7 +116,7 @@ main.floors.ZL1=
"11,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -159,7 +159,7 @@ main.floors.ZL1=
"1,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -202,7 +202,7 @@ main.floors.ZL1=
"1,1": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -130,7 +130,7 @@ main.floors.ZL10=
"10,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
@ -173,7 +173,7 @@ main.floors.ZL10=
"1,11": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.ZL3=
"8,5": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -20,7 +20,7 @@ main.floors.ZL6=
"10,1": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗?",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",

View File

@ -418,7 +418,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
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('I722')) { core.status.hero.mana += 6 }
if (core.hasItem('I722')) { core.status.hero.mana += damageInfo.mon_hp / 2500 }
//回复生命值
// 事件的处理
var todo = [];
@ -911,7 +911,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
if (core.hasItem("I673")) { damage *= 1.1 }
if (core.getFlag('skill', 0) == 3) { damage -= hero_def * 0.5 + hero_mdef * 0.2 + 50 }
if (core.hasEquip('I723')) { damage -= core.status.hero.hpmax * 0.01 }
if (core.hasEquip('I723')) { damage -= core.status.hero.hpmax / 200 }
if (core.hasSpecial(mon_special, 28)) {
var vampire_damage = (hero_hp - damage) / -5;

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,

View File

@ -1228,7 +1228,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
"text": "\t[选择打开自动拾取或者宝石血瓶详细信息]",
"choices": [
{
"text": "宝石血瓶详细信息",
"text": "宝石血瓶详细信息 [${flag:itemDetail?\"ON\":\"OFF\"}]",
"color": [
254,
17,
@ -1277,7 +1277,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
]
},
{
"text": "自动拾取",
"text": "自动拾取 [${flag:shiqu?\"ON\":\"OFF\"}]",
"color": [
7,
245,
@ -1328,7 +1328,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
]
},
{
"text": "自动计算最优装备",
"text": "自动计算最优装备 [${flag:bestEquip?\"ON\":\"OFF\"}]",
"color": [
0,
255,
@ -1426,6 +1426,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
{
"text": "生命+1%",
"need": "false",
"action": [
{
"type": "setValue",
@ -1483,6 +1484,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
{
"text": "生命+2%",
"need": "false",
"action": [
{
"type": "setValue",
@ -1540,6 +1542,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
{
"text": "生命+4%",
"need": "false",
"action": [
{
"type": "setValue",
@ -1597,6 +1600,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
{
"text": "生命+8%",
"need": "false",
"action": [
{
"type": "setValue",
@ -1654,6 +1658,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
{
"text": "生命+16%",
"need": "false",
"action": [
{
"type": "setValue",
@ -1711,6 +1716,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
{
"text": "生命+32%",
"need": "false",
"action": [
{
"type": "setValue",
@ -1768,6 +1774,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
{
"text": "生命+64%",
"need": "false",
"action": [
{
"type": "setValue",
@ -1825,6 +1832,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
},
{
"text": "生命+100%,魔力值+1000",
"need": "false",
"action": [
{
"type": "setValue",
@ -2794,10 +2802,10 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
"canUseItemEffect": "true"
},
"I722": {
"cls": "equips",
"cls": "constants",
"name": "魔力卷轴",
"canUseItemEffect": "true",
"text": "战后恢复6点魔力值",
"text": "战后恢复敌人生命万分之四魔力值",
"equip": {
"type": "卷轴",
"value": {},
@ -2808,7 +2816,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
"cls": "equips",
"name": "生命卷轴",
"canUseItemEffect": "true",
"text": "战后恢复1%的最大生命值的生命",
"text": "战后恢复0.5%的最大生命值的生命",
"equip": {
"type": "卷轴",
"value": {},

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"},
@ -993,6 +993,7 @@ 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"},
"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: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB