Merge branch 'shengqishi' into feature
This commit is contained in:
commit
2ba5257653
BIN
project/bgms/gaolikangzhikb.mp3
Normal file
BIN
project/bgms/gaolikangzhikb.mp3
Normal file
Binary file not shown.
BIN
project/bgms/shuiyu.mp3
Normal file
BIN
project/bgms/shuiyu.mp3
Normal file
Binary file not shown.
BIN
project/bgms/tiankong.mp3
Normal file
BIN
project/bgms/tiankong.mp3
Normal file
Binary file not shown.
BIN
project/bgms/zhuangkuoshishi.mp3
Normal file
BIN
project/bgms/zhuangkuoshishi.mp3
Normal file
Binary file not shown.
139
project/data.js
139
project/data.js
@ -2,7 +2,6 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
{
|
||||
"main": {
|
||||
"floorIds": [
|
||||
"MT0",
|
||||
"GM1",
|
||||
"GM2",
|
||||
"GM3",
|
||||
@ -74,7 +73,39 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"SR10",
|
||||
"MM2",
|
||||
"MM3",
|
||||
"XW1"
|
||||
"XW1",
|
||||
"SR11",
|
||||
"SR12",
|
||||
"SR13",
|
||||
"SR14",
|
||||
"SR15",
|
||||
"SR16",
|
||||
"SR17",
|
||||
"SR18",
|
||||
"SR19",
|
||||
"SR20",
|
||||
"SR21",
|
||||
"SR22",
|
||||
"SR23",
|
||||
"SR24",
|
||||
"SR25",
|
||||
"SR26",
|
||||
"SR27",
|
||||
"SR28",
|
||||
"SR29",
|
||||
"SR30",
|
||||
"MM4",
|
||||
"ZL1",
|
||||
"ZL2",
|
||||
"ZL3",
|
||||
"ZL4",
|
||||
"ZL5",
|
||||
"ZL6",
|
||||
"ZL7",
|
||||
"ZL8",
|
||||
"ZL9",
|
||||
"ZL10",
|
||||
"MT0"
|
||||
],
|
||||
"floorPartitions": [],
|
||||
"images": [
|
||||
@ -212,11 +243,15 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"bxsgzz.mp3",
|
||||
"cbzc.mp3",
|
||||
"ending.mp3",
|
||||
"gaolikangzhikb.mp3",
|
||||
"lfmg.mp3",
|
||||
"mingyuetianya.mp3",
|
||||
"mingyunshouhu.mp3",
|
||||
"mingzhentankenanlansegubao.mp3",
|
||||
"xian.mp3"
|
||||
"shuiyu.mp3",
|
||||
"tiankong.mp3",
|
||||
"xian.mp3",
|
||||
"zhuangkuoshishi.mp3"
|
||||
],
|
||||
"sounds": [
|
||||
"048-Explosion01.ogg",
|
||||
@ -1630,6 +1665,104 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "shop4",
|
||||
"text": "\t[光明圣子,hero]我需要足够的魔力值才能:",
|
||||
"textInList": "魔力炼钥",
|
||||
"mustEnable": true,
|
||||
"disablePreview": false,
|
||||
"choices": [
|
||||
{
|
||||
"text": "光明之钥(2000魔力)",
|
||||
"need": "status:mana>=2000",
|
||||
"icon": "whiteKey",
|
||||
"color": [
|
||||
255,
|
||||
255,
|
||||
255,
|
||||
1
|
||||
],
|
||||
"action": [
|
||||
{
|
||||
"type": "comment",
|
||||
"text": "新版商店中需要手动扣减金币和增加访问次数"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "2000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:whiteKey",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "黑暗之钥(8000魔力)",
|
||||
"need": "status:mana>=8000",
|
||||
"icon": "I422",
|
||||
"color": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"condition": "flag:heianshengzi<=0",
|
||||
"action": [
|
||||
{
|
||||
"type": "comment",
|
||||
"text": "新版商店中需要手动扣减金币和增加访问次数"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "8000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:I422",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "黑暗之钥(2000魔力)",
|
||||
"need": "status:mana>=2000",
|
||||
"icon": "I422",
|
||||
"color": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"condition": "flag:heianshengzi>0",
|
||||
"action": [
|
||||
{
|
||||
"type": "comment",
|
||||
"text": "新版商店中需要手动扣减金币和增加访问次数"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "2000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:I422",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"levelUp": [
|
||||
|
@ -21,8 +21,8 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"soldier": {"name":"冥战士","hp":1224,"atk":485,"def":185,"money":44,"exp":0,"point":0,"special":[],"Y":20,"level":"武品中阶"},
|
||||
"yellowKnight": {"name":"金骑士","hp":1200,"atk":560,"def":156,"money":26,"exp":0,"point":0,"special":[37],"Y":10},
|
||||
"redKnight": {"name":"红骑士","hp":3000,"atk":465,"def":135,"money":42,"exp":0,"point":0,"special":[36,37],"Y":10,"displayIdInBook":null,"X":30,"level":"武品高阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>4)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:atk","operator":"+=","value":"2"},{"type":"setValue","name":"status:def","operator":"+=","value":"2"},{"type":"setValue","name":"status:mdef","operator":"+=","value":"4"},"${flag:shengqishi_name}击杀骑士,获得二阶红蓝绿宝石各一枚。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"darkKnight": {"name":"黑骑士","hp":1650000,"atk":800000,"def":200000,"money":340,"exp":0,"point":0,"special":[36],"X":40},
|
||||
"blueKnight": {"name":"蓝骑士","hp":1200,"atk":420,"def":156,"money":26,"exp":0,"point":0,"special":[9,37],"Y":30,"displayIdInBook":null,"purify":1},
|
||||
"darkKnight": {"name":"黑暗骑士","hp":1650000,"atk":800000,"def":200000,"money":340,"exp":0,"point":0,"special":[36],"X":40,"notBomb":true},
|
||||
"blueKnight": {"name":"蓝骑士","hp":120000,"atk":7200,"def":5200,"money":106,"exp":0,"point":0,"special":[9,37],"Y":10,"displayIdInBook":null,"purify":1,"level":"武海中阶"},
|
||||
"goldSlime": {"name":"金史莱姆","hp":888,"atk":525,"def":95,"money":20,"exp":0,"point":0,"special":[21,39],"mdefValue":20,"Atkvalue":2,"Defvalue":2,"Mdefvalue":null},
|
||||
"poisonSkeleton": {"name":"紫骷髅","hp":1200,"atk":680,"def":100,"money":40,"exp":0,"point":0,"special":[6],"n":5,"notBomb":true,"afterBattle":null},
|
||||
"poisonBat": {"name":"紫蝙蝠","hp":1000,"atk":450,"def":135,"money":24,"exp":0,"point":0,"special":[1]},
|
||||
@ -60,7 +60,7 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"yellowPriest": {"name":"皂袍法师","hp":22000,"atk":1050,"def":850,"money":82,"exp":0,"point":0,"special":[2,4],"purify":1,"level":"灵海高阶"},
|
||||
"evilPrincess": {"name":"痛苦魔女","hp":12800,"atk":800,"def":414,"money":58,"exp":0,"point":0,"special":[36],"X":20,"displayIdInBook":null,"Y":null,"Defvalue":null,"Atkvalue":null,"level":"地品中阶"},
|
||||
"blademaster": {"name":"剑圣","hp":20000000000,"atk":6500000,"def":2005000,"money":12000,"exp":0,"point":0,"special":[5]},
|
||||
"evilFairy": {"name":"魔力仙子","hp":800,"atk":235,"def":28,"money":16,"exp":0,"point":0,"special":[30]},
|
||||
"evilFairy": {"name":"魔力仙子","hp":400000,"atk":10000,"def":5500,"money":200,"exp":0,"point":0,"special":[36,40],"X":30},
|
||||
"greenKnight": {"name":"强盾骑士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0},
|
||||
"bowman": {"name":"初级弓兵","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0},
|
||||
"watcherSlime": {"name":"邪眼怪","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0},
|
||||
@ -70,8 +70,8 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"ghostSoldier": {"name":"骷髅战士","hp":440,"atk":200,"def":50,"money":14,"exp":0,"point":0,"special":8},
|
||||
"frostBat": {"name":"寒蝙蝠","hp":36000,"atk":4180,"def":1500,"money":48,"exp":0,"point":0,"special":[42]},
|
||||
"blackKing": {"name":"黑衣魔王","hp":16800,"atk":720,"def":420,"money":60,"exp":0,"point":0,"special":[37],"level":"地品中阶","displayIdInBook":null,"Y":15},
|
||||
"yellowKing": {"name":"黄衣魔王","hp":2880000,"atk":32000,"def":11000,"money":224,"exp":0,"point":0,"special":[36,37],"X":10,"Y":15},
|
||||
"greenKing": {"name":"青衣武士","hp":3250000,"atk":30500,"def":8400,"money":220,"exp":0,"point":0,"special":[22],"damage":500000},
|
||||
"yellowKing": {"name":"黄衣魔王","hp":328000,"atk":8200,"def":6800,"money":120,"exp":0,"point":0,"special":[36,37],"X":10,"Y":15,"level":"武海高阶"},
|
||||
"greenKing": {"name":"青衣武士","hp":285000,"atk":8250,"def":5600,"money":112,"exp":0,"point":0,"special":[22],"damage":50000,"level":"武海高阶"},
|
||||
"redKing": {"name":"魔王","hp":40000,"atk":880,"def":450,"money":64,"exp":0,"point":0,"special":[5,22],"damage":1000,"notBomb":false,"level":"地品高阶"},
|
||||
"blueKing": {"name":"魔卫","hp":8400,"atk":680,"def":320,"money":54,"exp":0,"point":0,"special":[],"level":"地品初阶","displayIdInBook":null},
|
||||
"keiskeiFairy": {"name":"铃兰花妖","hp":33000,"atk":4080,"def":1150,"money":48,"exp":0,"point":0,"special":[9,40],"purify":1},
|
||||
@ -252,14 +252,14 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E729": {"name":"花谷史莱姆","hp":21000,"atk":1150,"def":685,"money":72,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海初阶"},
|
||||
"E730": {"name":"青谷史莱姆","hp":25000,"atk":1350,"def":725,"money":74,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"},
|
||||
"E731": {"name":"谷史莱姆王","hp":40000,"atk":1750,"def":925,"money":80,"exp":0,"point":0,"special":[29],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海高阶","fantan":20},
|
||||
"E732": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E733": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E734": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E735": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E732": {"name":"利剑绿史","hp":72000,"atk":6200,"def":3400,"money":96,"exp":0,"point":0,"special":[36],"level":"武海初阶","X":15},
|
||||
"E733": {"name":"利剑红史","hp":78000,"atk":6500,"def":3650,"money":94,"exp":0,"point":0,"special":[],"level":"武海初阶"},
|
||||
"E734": {"name":"利剑青史","hp":85000,"atk":7050,"def":3500,"money":98,"exp":0,"point":0,"special":[],"level":"武海初阶"},
|
||||
"E735": {"name":"利剑史王","hp":115000,"atk":6850,"def":4650,"money":100,"exp":0,"point":0,"special":[],"level":"武海中阶"},
|
||||
"E736": {"name":"僵尸史莱姆王","hp":7200,"atk":650,"def":345,"money":120,"exp":0,"point":0,"special":[],"level":"地品初阶"},
|
||||
"E737": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E738": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E739": {"name":"骷髅金将","hp":285000,"atk":5800,"def":2820,"money":300,"exp":0,"point":0,"special":[37],"level":"玄海高阶","Y":30,"displayIdInBook":null,"notBomb":true},
|
||||
"E739": {"name":"骷髅金将","hp":265000,"atk":5800,"def":2820,"money":300,"exp":0,"point":0,"special":[37],"level":"玄海高阶","Y":30,"displayIdInBook":null,"notBomb":true},
|
||||
"E740": {"name":"骷髅地将","hp":205000,"atk":4500,"def":1920,"money":100,"exp":0,"point":0,"special":[37],"level":"玄海高阶","Y":20,"displayIdInBook":null},
|
||||
"E741": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E742": {"name":"骷髅玄将","hp":95000,"atk":4200,"def":780,"money":94,"exp":0,"point":0,"special":[37],"level":"玄海中阶","Y":30},
|
||||
@ -271,21 +271,21 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E748": {"name":"苍蝇","hp":28000,"atk":2800,"def":1200,"money":80,"exp":0,"point":0,"special":[],"level":"玄海初阶"},
|
||||
"E749": {"name":"大眼虫","hp":50000,"atk":3250,"def":1400,"money":84,"exp":0,"point":0,"special":[],"level":"玄海初阶"},
|
||||
"E750": {"name":"胡蜂","hp":20000,"atk":2780,"def":1600,"money":88,"exp":0,"point":0,"special":[],"level":"玄海初阶"},
|
||||
"E751": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E752": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E753": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E754": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E751": {"name":"悬骨蝙蝠","hp":105000,"atk":3000,"def":4500,"money":100,"exp":0,"point":0,"special":[2],"level":"武海中阶"},
|
||||
"E752": {"name":"溶胶莱姆","hp":135000,"atk":13200,"def":5400,"money":108,"exp":0,"point":0,"special":[],"level":"地海初阶"},
|
||||
"E753": {"name":"灰蝙蝠","hp":120000,"atk":12500,"def":5200,"money":100,"exp":0,"point":0,"special":[],"level":"地海初阶"},
|
||||
"E754": {"name":"金钻岩","hp":160000,"atk":1050,"def":0,"money":100,"exp":0,"point":0,"special":[36,37],"level":"地海初阶","X":90,"Y":95},
|
||||
"E755": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E756": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E757": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E758": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E759": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E760": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E761": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E762": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E763": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E764": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E765": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E756": {"name":"闪光人","hp":132000,"atk":14500,"def":5000,"money":100,"exp":0,"point":0,"special":[],"level":"地海初阶"},
|
||||
"E757": {"name":"蓝晶人","hp":240000,"atk":8800,"def":2500,"money":106,"exp":0,"point":0,"special":[36],"level":"地海初阶","X":50},
|
||||
"E758": {"name":"青灵人","hp":245000,"atk":9400,"def":8400,"money":112,"exp":0,"point":0,"special":[36],"level":"地海中阶","X":35,"displayIdInBook":null},
|
||||
"E759": {"name":"四抓人","hp":220000,"atk":16000,"def":9500,"money":116,"exp":0,"point":0,"special":[],"level":"地海中阶","X":40,"displayIdInBook":null},
|
||||
"E760": {"name":"小型邪龙","hp":240000,"atk":15800,"def":10500,"money":122,"exp":0,"point":0,"special":[],"level":"地海高阶","X":40,"displayIdInBook":null},
|
||||
"E761": {"name":"扭曲章鱼","hp":240000,"atk":21200,"def":11800,"money":120,"exp":0,"point":0,"special":[],"level":"天海初阶"},
|
||||
"E762": {"name":"绿蛙魔","hp":180000,"atk":18200,"def":12000,"money":122,"exp":0,"point":0,"special":[36],"X":25,"level":"天海初阶"},
|
||||
"E763": {"name":"蓝飞魔","hp":225000,"atk":20000,"def":13200,"money":128,"exp":0,"point":0,"special":[],"level":"天海初阶"},
|
||||
"E764": {"name":"墨幽灵","hp":245000,"atk":24000,"def":14200,"money":136,"exp":0,"point":0,"special":[],"level":"天海初阶","displayIdInBook":null},
|
||||
"E765": {"name":"天魔","hp":285000,"atk":26000,"def":15200,"money":142,"exp":0,"point":0,"special":[],"level":"天海中阶","displayIdInBook":null},
|
||||
"E766": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E767": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E768": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
@ -601,5 +601,6 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E1063": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1064": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1065": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1066": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}
|
||||
"E1066": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1080": {"name":"黑暗圣子","hp":6800000,"atk":16200,"def":13800,"money":3000,"exp":0,"point":0,"special":[],"level":"天海初阶"}
|
||||
}
|
@ -93,7 +93,7 @@ main.floors.GM1=
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"6,6": [
|
||||
"上方,从左到右,依次是光明学院、光明神殿、北寒帝国/北纳家族\n左侧,从上到下,依次是准圣子宫、村庄、精灵王国。\n右侧,从上到下,依次是智慧神殿、东凌帝国、水神殿\n下侧,从上到下,依次是圣子宫、南荒帝国、圣女宫"
|
||||
"上方,从左到右,依次是光明学院、光明神殿、北寒帝国/北纳家族\n左侧,从上到下,依次是准圣子宫、村庄、精灵王国。\n右侧,从上到下,依次是智慧神殿、东凌帝国/莫析家族、水神殿\n下侧,从上到下,依次是圣子宫、南荒帝国、圣女宫"
|
||||
],
|
||||
"1,3": [
|
||||
"\t[莫析辉,hero]\b[hero]没事还是不要乱走吧",
|
||||
@ -357,6 +357,13 @@ main.floors.GM1=
|
||||
12,
|
||||
6
|
||||
]
|
||||
},
|
||||
"12,6": {
|
||||
"floorId": "ZL1",
|
||||
"loc": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
|
236
project/floors/MM4.js
Normal file
236
project/floors/MM4.js
Normal file
@ -0,0 +1,236 @@
|
||||
main.floors.MM4=
|
||||
{
|
||||
"floorId": "MM4",
|
||||
"title": " 4 ",
|
||||
"name": "4",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": false,
|
||||
"canFlyFrom": false,
|
||||
"canUseQuickShop": false,
|
||||
"cannotViewMap": true,
|
||||
"cannotMoveDirectly": false,
|
||||
"images": [],
|
||||
"ratio": 1,
|
||||
"defaultGround": "X10025",
|
||||
"bgm": "gaolikangzhikb.mp3",
|
||||
"firstArrive": [
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N480",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
11
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "move",
|
||||
"loc": [
|
||||
6,
|
||||
11
|
||||
],
|
||||
"time": 500,
|
||||
"keep": true,
|
||||
"steps": [
|
||||
"up:5"
|
||||
]
|
||||
},
|
||||
"\t[墨奈,N477]\b[this,6,6]唔……",
|
||||
{
|
||||
"type": "screenFlash",
|
||||
"color": [
|
||||
255,
|
||||
255,
|
||||
255,
|
||||
1
|
||||
],
|
||||
"time": 500,
|
||||
"times": 1
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "darkattack",
|
||||
"loc": [
|
||||
6,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N493",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
"\t[墨奈,N477]\b[this,6,6]唔……你是什么人!",
|
||||
"\t[???,N493]\b[this,6,1]圣子殿下,怎么不认得我了?",
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "darkattack",
|
||||
"loc": [
|
||||
6,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N481",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
"\t[墨奈,N477]\b[this,6,6]呼,黛默琳,是你啊……",
|
||||
"\t[黛默琳,N481]\b[this,6,1]圣子殿下,自然是我。",
|
||||
"\t[墨奈,N477]\b[this,6,6]黛默琳,我遭到了光明圣子和光明圣女的联手对付,你快帮我疗伤!",
|
||||
"\t[黛默琳,N481]\b[this,6,1]哈哈哈哈哈!啊哈哈哈哈哈!",
|
||||
{
|
||||
"type": "vibrate",
|
||||
"direction": "diagonal1",
|
||||
"time": 2000,
|
||||
"speed": 10,
|
||||
"power": 10
|
||||
},
|
||||
"\t[墨奈,N477]\b[this,6,6]黛默琳,你笑什么?",
|
||||
"\t[黛默琳,N481]\b[this,6,1]亲爱的,我笑你现在还不明白,这一切都是我在算计你啊!",
|
||||
"\t[墨奈,N477]\b[this,6,6]黛默琳,你什么意思?",
|
||||
"\t[黛默琳,N481]\b[this,6,1]虽然你是我心中最挚爱的人,但黑暗之神似乎对你格外眷顾。我身为黑暗圣女,却发现我所拥有的一切,似乎都因你而变得微不足道。若不将你除掉,我又如何能够获取黑暗神殿所提供的一切资源呢?在黑暗神殿,你成为了我取得力量的障碍,我不得不做出艰难的抉择。",
|
||||
"\t[墨奈,N477]\b[this,6,6]黛默琳,我那么地爱你,我以为你也是爱我的,没想到你竟然是这种人!",
|
||||
"\t[黛默琳,N481]\b[this,6,1]不妨告诉你,亲爱的,我为了除掉你,我炼制了一个无上的宝物“圣锤”。我化作普通人模样,到处屠杀村民,让光明神殿以为是你黑暗圣子所做。",
|
||||
"\t[黛默琳,N481]\b[this,6,1]然后我再将这枚宝物送给了光明圣子,可惜,自大的光明圣子,竟然不肯使用这枚宝物。害得你逃脱,让我不得不出手。",
|
||||
"\t[墨奈,N477]\b[this,6,6]黛默琳,你实力不差,尽管自己动手,还要劳烦别人?",
|
||||
"\t[黛默琳,N481]\b[this,6,1]不不不,杀害你的,是光明圣子和光明圣女。我怎么会杀了你,让黑暗神殿厌恶我呢?",
|
||||
"\t[墨奈,N477]\b[this,6,6]你好深的算计!",
|
||||
"\t[黛默琳,N481]\b[this,6,1]至于我,则是痛失未婚夫的黑暗圣女,自然要为殿下报仇,拿下光明神殿。",
|
||||
"\t[黛默琳,N481]\b[this,6,1]殿下且安心地去吧!",
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "zhuanhua",
|
||||
"loc": [
|
||||
6,
|
||||
6
|
||||
]
|
||||
},
|
||||
"\t[墨奈,N477]\b[this,6,6]啊啊啊啊啊!黛默琳,你不得好死!!!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
6
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "setCurtain",
|
||||
"color": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"time": 500,
|
||||
"keep": true
|
||||
},
|
||||
{
|
||||
"type": "setHeroOpacity",
|
||||
"opacity": 1
|
||||
},
|
||||
{
|
||||
"type": "changeFloor",
|
||||
"floorId": "SR30"
|
||||
},
|
||||
{
|
||||
"type": "setCurtain",
|
||||
"time": 500
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]我也要趁着黑暗圣子虚弱,赶紧追上去才行……",
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
11
|
||||
]
|
||||
],
|
||||
"floorId": "SR30"
|
||||
},
|
||||
"\t[光明骑士,N440]\b[this,6,11]圣子殿下,大事不好了!",
|
||||
{
|
||||
"type": "changePos",
|
||||
"direction": "down"
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]什么?!",
|
||||
"\t[光明骑士,N440]\b[this,6,11]莫析家族遭到了敌袭,与之联姻的安南家族、温明家族已经前往支援了。二长老和七长老也已经去了,但很快就没有了消息,属下们不敢做主,特来禀报圣子殿下。",
|
||||
"\t[莫析辉,hero]\b[hero]怎么会这样……看来我得去一趟莫析家族了……",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
11
|
||||
]
|
||||
],
|
||||
"floorId": "SR30",
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
11,
|
||||
6
|
||||
]
|
||||
],
|
||||
"floorId": "GM1",
|
||||
"remove": true
|
||||
}
|
||||
],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[20030,20030,20030,20030,20030,20030,20030,20030,20030,20030,20030,20030,20030],
|
||||
[20030, 0,120005, 0, 0, 0, 0, 0, 0,120014, 0,120003,20030],
|
||||
[20030, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20030],
|
||||
[20030, 0,120003, 0,120013, 0, 0, 0,120013, 0, 0, 0,20030],
|
||||
[20030, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20030],
|
||||
[20030,120005, 0, 0, 0, 0, 0, 0, 0, 0,120003, 0,20030],
|
||||
[20030, 0,120013, 0, 0, 0, 0, 0, 0,120003,120003, 0,20030],
|
||||
[20030, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20030],
|
||||
[20030, 0,120003, 0,120003, 0, 0, 0, 0, 0, 0, 0,20030],
|
||||
[20030, 0,120003, 0, 0, 0, 0, 0,120003,120003, 0, 0,20030],
|
||||
[20030, 0, 0,120014, 0, 0, 0, 0, 0, 0,120003, 0,20030],
|
||||
[20030, 0, 0, 0, 0, 0, 0, 0,120014, 0, 0, 0,20030],
|
||||
[20030,20030,20030,20030,20030,20030,20030,20030,20030,20030,20030,20030,20030]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
]
|
||||
}
|
@ -9,7 +9,7 @@ main.floors.MT0=
|
||||
"cannotViewMap": false,
|
||||
"defaultGround": "X40099",
|
||||
"images": [],
|
||||
"ratio": 1,
|
||||
"ratio": 4,
|
||||
"map": [
|
||||
[50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049,50049],
|
||||
[50049,50049,50049,50049,50049,50049,50071,50049,50049,50049,50049,50049,50049],
|
||||
@ -23,7 +23,7 @@ main.floors.MT0=
|
||||
[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,50165,50164,50164,50164,442, 0,441,50164,50164,50164,50165,50049],
|
||||
[50049,50049,50049,50049,50049,50049, 93,50049,50049,50049,50049,50049,50049]
|
||||
[50049,50049,50049,50049,50049,50049, 91,50049,50049,50049,50049,50049,50049]
|
||||
],
|
||||
"firstArrive": [
|
||||
{
|
||||
@ -155,7 +155,15 @@ main.floors.MT0=
|
||||
"\t[莫析宙,N562]\b[this]吾儿要好好努力啊!"
|
||||
]
|
||||
},
|
||||
"changeFloor": {},
|
||||
"changeFloor": {
|
||||
"6,12": {
|
||||
"floorId": "ZL10",
|
||||
"loc": [
|
||||
6,
|
||||
3
|
||||
]
|
||||
}
|
||||
},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
@ -213,5 +221,9 @@ main.floors.MT0=
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
]
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
@ -24,6 +24,13 @@ main.floors.SR10=
|
||||
6,
|
||||
0
|
||||
]
|
||||
},
|
||||
"6,12": {
|
||||
"floorId": "SR11",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
@ -290,7 +297,7 @@ main.floors.SR10=
|
||||
[151, 0,152, 0, 0, 0, 0, 0, 0, 0,152, 0,151],
|
||||
[151, 0,152,152,152,152,152,152,152,152,152, 0,151],
|
||||
[151, 21, 21, 21, 0, 0, 85, 0, 0, 21, 21, 21,151],
|
||||
[151,151,151,151,151,151, 0,151,151,151,151,151,151]
|
||||
[151,151,151,151,151,151, 93,151,151,151,151,151,151]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
|
87
project/floors/SR11.js
Normal file
87
project/floors/SR11.js
Normal file
@ -0,0 +1,87 @@
|
||||
main.floors.SR11=
|
||||
{
|
||||
"floorId": "SR11",
|
||||
"title": "深入 11 ",
|
||||
"name": "深入11",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"6,10": [
|
||||
"\t[凌依,N574]\b[this]圣子殿下,你还好吗?",
|
||||
"\t[莫析辉,hero]\b[hero]我感觉不太好,是你找来了几位长老吗?",
|
||||
"\t[凌依,N574]\b[this]是的,圣子殿下,你被黑暗神殿抓去的时候,我感到十分焦急,但可惜自己能力有限,只能找几位长老去救你了。",
|
||||
"\t[莫析辉,hero]\b[hero]嗯,谢谢你。",
|
||||
"\t[凌依,N574]\b[this]这是卑职应该做的。对了,圣子殿下,这种白门,很是稀奇,圣子殿下想想法子,应该可以打开……",
|
||||
"\t[莫析辉,hero]\b[hero]嗯,我知道了。",
|
||||
{
|
||||
"type": "hide",
|
||||
"remove": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"6,12": {
|
||||
"floorId": "SR10",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
},
|
||||
"11,0": {
|
||||
"floorId": "SR12",
|
||||
"loc": [
|
||||
11,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[152,152,152,152,152,152,152,152,152,152,152, 91,152],
|
||||
[152,691,152, 0, 21, 0,734, 0,690, 0,733, 0,152],
|
||||
[152,712,152,733,152,152,152,152,152,152,152, 81,152],
|
||||
[152,366,152, 0,698,734, 0, 81,732, 0,365,733,152],
|
||||
[152,735, 81,610, 0,152,612,152, 0,690, 0, 0,152],
|
||||
[152,152,152,152,152,152, 21,152,152,152,152,152,152],
|
||||
[152,733,361, 21,732, 82, 0,152, 0,690,690,690,152],
|
||||
[152,602,152,152,152,152, 0, 81,735,358,358,358,152],
|
||||
[152,610,152,365,365,152,732,152,152,152,152,152,152],
|
||||
[152,360,152,365,734, 81, 0,152, 0,603,603,603,152],
|
||||
[152,697,152,152,152,152,574,1077,751, 0,691, 0,152],
|
||||
[152,734,690,360,733, 81, 0,152, 0, 22, 22, 22,152],
|
||||
[152,152,152,152,152,152, 91,152,152,152,152,152,152]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
129
project/floors/SR12.js
Normal file
129
project/floors/SR12.js
Normal file
@ -0,0 +1,129 @@
|
||||
main.floors.SR12=
|
||||
{
|
||||
"floorId": "SR12",
|
||||
"title": "深入 12 ",
|
||||
"name": "深入12",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"11,11": [
|
||||
"\t[牧迟,N473]\b[this]圣子殿下。",
|
||||
"\t[莫析辉,hero]\b[hero]牧迟?有什么事吗?",
|
||||
"\t[牧迟,N473]\b[this]圣子殿下,圣女殿下前几天听您手下的人指路,结果进入了黑暗圣子的埋伏圈……",
|
||||
"\t[莫析辉,hero]\b[hero]呵呵,听我手下的人指路?她自己是没人探路了吗?竟然要听我手下的指路。牧迟,你是打算来指责我吗?",
|
||||
"\t[牧迟,N473]\b[this]圣子殿下,属下不敢。属下只是希望殿下能看在与圣女殿下共事的情份上,帮帮圣女殿下。",
|
||||
"\t[牧迟,N473]\b[this]而且,圣女殿下在您被抓之后,还找了几位长老前去救您呢。",
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N477",
|
||||
"loc": [
|
||||
[
|
||||
11,
|
||||
9
|
||||
]
|
||||
]
|
||||
},
|
||||
"\t[凌依,N477]\b[this,11,9]殿下,不要听他胡言乱语。我们殿下就是被你们手下的人乱指路,才遭到黑暗圣子的埋伏,还是我亲自找了几位长老才救出来的,怎么成为了你们圣女找的长老?",
|
||||
"\t[牧迟,N473]\b[this]好,不管是谁找的人救殿下,请殿下救救圣女殿下吧!",
|
||||
"\t[莫析辉,hero]\b[hero]……",
|
||||
"\t[凌依,N477]\b[this,11,9]哼,还不快滚,前翻害了圣子殿下,还想要再坑一次吗?",
|
||||
"\t[牧迟,N473]\b[this]凌依,你!好,你们不救,我死也要与圣女殿下一起!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
11,
|
||||
11
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
"\t[凌依,N477]\b[this,11,9]圣子殿下,你可不要心软啊。",
|
||||
{
|
||||
"type": "changePos",
|
||||
"direction": "up"
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]我在想,是什么人假传我的命令,给蜜茜娅假消息的……",
|
||||
"\t[凌依,N477]\b[this,11,9]殿下,其实很多光明骑士认为上次光明圣女故意还您中了黑暗圣子的埋伏,所以他们也是故意给光明圣女假消息的……",
|
||||
"\t[莫析辉,hero]\b[hero]罢了,他们也是为了我,你跟他们说,下不为例……至于蜜西娅……算了,看在以往的情份上,我就救你一次。",
|
||||
"\t[凌依,N477]\b[this,11,9]殿下……",
|
||||
"\t[莫析辉,hero]\b[hero]好了,我意已决。",
|
||||
"\t[凌依,N477]\b[this,11,9]是!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
11,
|
||||
9
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"11,0": {
|
||||
"floorId": "SR11",
|
||||
"loc": [
|
||||
11,
|
||||
0
|
||||
]
|
||||
},
|
||||
"11,12": {
|
||||
"floorId": "SR13",
|
||||
"loc": [
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[152,152,152,152,152,152,152,152,152,152,152, 93,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152, 0,152],
|
||||
[152, 22,152,689,152,700,152,689,152, 22,152,732,152],
|
||||
[152, 81,152,689,152,700,152,689,152, 81,152, 0,152],
|
||||
[152, 81,152,689,152,700,152,689,152, 81,152,690,152],
|
||||
[152, 81,152, 81,152, 81,152, 81,152, 81,152, 0,152],
|
||||
[152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,733,152],
|
||||
[152, 82,152, 82,152, 83,152, 82,152, 82,152, 0,152],
|
||||
[152, 21,152,691,152,415,152,691,152, 21,152, 21,152],
|
||||
[152, 21,152,690,152,415,152,690,152, 21,152, 0,152],
|
||||
[152, 21,152,691,152,415,152,691,152, 21,152,732,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,476,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152, 93,152]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
11,
|
||||
0
|
||||
]
|
||||
}
|
130
project/floors/SR13.js
Normal file
130
project/floors/SR13.js
Normal file
@ -0,0 +1,130 @@
|
||||
main.floors.SR13=
|
||||
{
|
||||
"floorId": "SR13",
|
||||
"title": "深入 13 ",
|
||||
"name": "深入13",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"8,3": [
|
||||
{
|
||||
"type": "confirm",
|
||||
"text": "确认要打开这个宝箱吗?",
|
||||
"yes": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(status:mana<50)",
|
||||
"true": [
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "操作失败"
|
||||
},
|
||||
"你的魔力不足!"
|
||||
],
|
||||
"false": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "door.mp3"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "X10111"
|
||||
},
|
||||
"获得30全属性",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:atk",
|
||||
"operator": "+=",
|
||||
"value": "30"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:def",
|
||||
"operator": "+=",
|
||||
"value": "30"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "30"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"no": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"11,12": {
|
||||
"floorId": "SR12",
|
||||
"loc": [
|
||||
11,
|
||||
12
|
||||
]
|
||||
},
|
||||
"1,0": {
|
||||
"floorId": "SR14",
|
||||
"loc": [
|
||||
1,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[152, 91,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,733, 81, 0,361,152, 21,152, 0,735, 81, 0,152],
|
||||
[152,734,152,613, 0,732, 0,152, 22,364,152,690,152],
|
||||
[152,358,152,152,152,152,733,152,10110,691,152, 0,152],
|
||||
[152,360,152,603,751, 81, 0,152,152,152,152,734,152],
|
||||
[152,690,152,691,363,152,690, 0,732, 0, 21, 0,152],
|
||||
[152,152,152,152,152,152, 0,152,152,152,152,152,152],
|
||||
[152, 0,690, 0,734, 81,732, 81,735,367,613,691,152],
|
||||
[152,751,152,1077,152,152, 0,152,152,152,152,152,152],
|
||||
[152, 21,152, 21,710,152,699,152,690,690,690,733,152],
|
||||
[152,366,152, 21,710,152, 0,152,152,152,152, 81,152],
|
||||
[152,614,152, 21,710,152,733, 0, 21, 0,732, 0,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152, 91,152]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
156
project/floors/SR14.js
Normal file
156
project/floors/SR14.js
Normal file
@ -0,0 +1,156 @@
|
||||
main.floors.SR14=
|
||||
{
|
||||
"floorId": "SR14",
|
||||
"title": "深入 14 ",
|
||||
"name": "深入14",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"9,4": [
|
||||
{
|
||||
"type": "confirm",
|
||||
"text": "确认要打开这个宝箱吗?",
|
||||
"yes": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(status:mana<50)",
|
||||
"true": [
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "操作失败"
|
||||
},
|
||||
"你的魔力不足!"
|
||||
],
|
||||
"false": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "door.mp3"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "X10111"
|
||||
},
|
||||
"获得500金币",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:money",
|
||||
"operator": "+=",
|
||||
"value": "500"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"no": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"1,0": {
|
||||
"floorId": "SR13",
|
||||
"loc": [
|
||||
1,
|
||||
0
|
||||
]
|
||||
},
|
||||
"12,6": {
|
||||
"floorId": "SR15",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {
|
||||
"1,8": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR14_2_9",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"3,8": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR14_2_9",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {
|
||||
"2,9": {
|
||||
"0": {
|
||||
"condition": "flag:door_SR14_2_9==2",
|
||||
"currentFloor": true,
|
||||
"priority": 0,
|
||||
"delayExecute": false,
|
||||
"multiExecute": false,
|
||||
"data": [
|
||||
{
|
||||
"type": "openDoor"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR14_2_9",
|
||||
"operator": "=",
|
||||
"value": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[152, 93,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152, 0, 0,732, 0, 21,152,690, 0,735, 0, 0,152],
|
||||
[152,152,152,152,152, 0,152, 0,152,152,152, 82,152],
|
||||
[152,690, 0, 0,152,733,152,751,152,691, 21,232,152],
|
||||
[152, 0,367,734, 81, 0,152, 0,152,10110,604, 0,152],
|
||||
[152,699, 0, 0,152,690,152, 21,152,152,152,152,152],
|
||||
[152,152,152,152,152, 81,152, 0,733, 0,365, 0, 94],
|
||||
[152, 0, 21, 0, 0,732,152,152,152,152,152,734,152],
|
||||
[152,734, 0,734, 0,690, 0, 0,733, 0,612, 0,152],
|
||||
[152,152, 85,152,152,152, 81,152,152,152, 81,152,152],
|
||||
[152,363,603,364,152, 0,735, 0,152, 0,751, 0,152],
|
||||
[152,700,700,700,152,365,366,691,152,602,602,602,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
1,
|
||||
0
|
||||
]
|
||||
}
|
123
project/floors/SR15.js
Normal file
123
project/floors/SR15.js
Normal file
@ -0,0 +1,123 @@
|
||||
main.floors.SR15=
|
||||
{
|
||||
"floorId": "SR15",
|
||||
"title": "深入 15 ",
|
||||
"name": "深入15",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"10,1": [
|
||||
"\t[莫析辉,hero]\b[hero]咦?这是……神像?",
|
||||
"\t[贪婪之神,moneyShop]\b[this]凡人啊,我是魔塔界的贪婪之神!信奉我吧,我将赐予你力量。",
|
||||
"\t[莫析辉,hero]\b[hero]贪婪之神?可是,我已经信奉光明之神了唉!",
|
||||
"\t[贪婪之神,moneyShop]\b[this]愚昧啊,我贪婪之神可以给予你更多,难道信奉我不好吗?",
|
||||
"\t[莫析辉,hero]\b[hero]哦,好啊,那我就不信奉光明之神了……",
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "thunder",
|
||||
"loc": [
|
||||
10,
|
||||
2
|
||||
]
|
||||
},
|
||||
"\t[贪婪之神,moneyShop]\b[this]啊!是谁劈我?",
|
||||
"\t[???]大胆贪婪之神,竟敢抢本座信徒!",
|
||||
"\t[贪婪之神,moneyShop]\b[this]你到底是谁?",
|
||||
"\t[???]我就是光明之神!受死吧!",
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "thunder",
|
||||
"loc": [
|
||||
10,
|
||||
2
|
||||
]
|
||||
},
|
||||
"\t[贪婪之神,moneyShop]\b[this]啊啊啊啊啊!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
10,
|
||||
1
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]……",
|
||||
"\t[???]光明圣子,听说你要改信仰?",
|
||||
"\t[莫析辉,hero]\b[hero]哈哈,怎么会呢?光明之神,我是您最忠实的信徒啊!",
|
||||
"\t[???]罢了,可能本座平日对你苛刻了一些,这样吧,本座教你炼钥之法,可以炼制光明之钥和黑暗之钥……",
|
||||
"\t[莫析辉,hero]\b[hero]啊?黑暗之钥?光明之神炼黑暗之钥?多谢神明!",
|
||||
{
|
||||
"type": "openShop",
|
||||
"id": "shop4",
|
||||
"open": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"12,6": {
|
||||
"floorId": "SR14",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
},
|
||||
"6,12": {
|
||||
"floorId": "SR16",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,691,152,691,152,691,691,691,152, 7,131, 8,152],
|
||||
[152,690,152,372,152,362,362,362,152, 0, 0, 0,152],
|
||||
[152,698,152,371,152,152,1077,152,152,152, 83,152,152],
|
||||
[152,603,152,231, 0,690, 0,751, 0,232, 0, 21,152],
|
||||
[152,734,152,152, 81,152,152,152, 81,152,152,152,152],
|
||||
[152,735,152,698,734,610,611,152, 0,361,152, 0, 92],
|
||||
[152,734, 81,690,602,361, 21,152,690, 0,733, 0,152],
|
||||
[152,152,152,152, 81,152,152,152,152,152, 81,152,152],
|
||||
[152, 0,690, 0,751,152, 21, 21, 21,735, 0, 0,152],
|
||||
[152,735,152,152,152,152,152,152,152,152,152,734,152],
|
||||
[152, 0,611, 81,734, 0, 0,733, 82, 0,365, 0,152],
|
||||
[152,152,152,152,152,152, 93,152,152,152,152,152,152]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
74
project/floors/SR16.js
Normal file
74
project/floors/SR16.js
Normal file
@ -0,0 +1,74 @@
|
||||
main.floors.SR16=
|
||||
{
|
||||
"floorId": "SR16",
|
||||
"title": "深入 16 ",
|
||||
"name": "深入16",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"6,12": {
|
||||
"floorId": "SR15",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
},
|
||||
"12,1": {
|
||||
"floorId": "SR17",
|
||||
"loc": [
|
||||
12,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,735, 81,690,152,363,603,152, 0,734, 82, 0, 94],
|
||||
[152, 0,152, 0,152,603,232, 81,698, 0,152, 0,152],
|
||||
[152, 21,152,751,152,152,152,152,152,152,152,751,152],
|
||||
[152, 0,152, 0,152,691,691,152,366,366,152, 81,152],
|
||||
[152,734,152,699,152,690,690,1077,366,366,152, 0,152],
|
||||
[152, 0,152, 81,152,735,735,152,231,231,152,365,152],
|
||||
[152, 0,152,734, 0, 0, 0,152,614, 0,152,734,152],
|
||||
[152, 81,152,152,152,152, 81,152, 0,364,152, 0,152],
|
||||
[152,232,152, 21, 21, 21,232,152, 0,232,152,690,152],
|
||||
[152, 0,152,152,152,152,152,152,152, 82,152, 0,152],
|
||||
[152,699, 0,735, 81, 0, 0,751, 0, 0, 81,735,152],
|
||||
[152,152,152,152,152,152, 91,152,152,152,152,152,152]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
74
project/floors/SR17.js
Normal file
74
project/floors/SR17.js
Normal file
@ -0,0 +1,74 @@
|
||||
main.floors.SR17=
|
||||
{
|
||||
"floorId": "SR17",
|
||||
"title": "深入 17 ",
|
||||
"name": "深入17",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"12,1": {
|
||||
"floorId": "SR16",
|
||||
"loc": [
|
||||
12,
|
||||
1
|
||||
]
|
||||
},
|
||||
"1,12": {
|
||||
"floorId": "SR18",
|
||||
"loc": [
|
||||
1,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152, 0,690, 0,231, 81,358,358,358,1077, 0, 0, 92],
|
||||
[152,232,152,152,152,152,152,152,152,152,152,751,152],
|
||||
[152, 21,152,615, 0, 23,152,603, 0,690,152, 81,152],
|
||||
[152, 21,152, 0,231, 0,152, 0,232, 0,152,365,152],
|
||||
[152,734,152,152, 81,152,152,152, 81,152,152, 0,152],
|
||||
[152, 0, 0,751, 0,365, 0,735, 0,690, 0,751,152],
|
||||
[152,231,152,152, 81,152,152,152,152, 81,152,152,152],
|
||||
[152, 0,699,152,735,612,691,152,364,232,611,690,152],
|
||||
[152,232,690,152,152,152, 82,152,152,152,152,152,152],
|
||||
[152, 81,152,152, 21, 0,751,699, 0,152,363,612,152],
|
||||
[152, 0, 0,735, 0,365,152, 0,690, 81,232,691,152],
|
||||
[152, 93,152,152,152,152,152,152,152,152,152,152,152]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
12,
|
||||
1
|
||||
]
|
||||
}
|
118
project/floors/SR18.js
Normal file
118
project/floors/SR18.js
Normal file
@ -0,0 +1,118 @@
|
||||
main.floors.SR18=
|
||||
{
|
||||
"floorId": "SR18",
|
||||
"title": "深入 18 ",
|
||||
"name": "深入18",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"11,1": [
|
||||
{
|
||||
"type": "confirm",
|
||||
"text": "确认要打开这个宝箱吗?",
|
||||
"yes": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(status:mana<50)",
|
||||
"true": [
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "操作失败"
|
||||
},
|
||||
"你的魔力不足!"
|
||||
],
|
||||
"false": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "door.mp3"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "X10111"
|
||||
},
|
||||
"获得一枚八阶白宝石",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:I604",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"no": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"1,12": {
|
||||
"floorId": "SR17",
|
||||
"loc": [
|
||||
1,
|
||||
12
|
||||
]
|
||||
},
|
||||
"6,0": {
|
||||
"floorId": "SR19",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[152,152,152,152,152,152, 91,152,152,152,152,152,152],
|
||||
[152,611,366,231, 0,690, 0,735, 21,691,152,10110,152],
|
||||
[152,230,1077,152, 81,152,152,152,152,152,152,611,152],
|
||||
[152, 0, 21,152,751, 0,690, 0,735, 0,152,367,152],
|
||||
[152,698,152,152,152,152,152,152,152,611,152,751,152],
|
||||
[152,734,152,362, 21,231,365,711,152, 0, 81,734,152],
|
||||
[152, 0,152,152,152, 82,152,152,152,232,152,152,152],
|
||||
[152, 21, 0,735, 0,690, 0,751, 0, 0,231,365,152],
|
||||
[152,152,152,152,152,152, 81,152, 82,152, 21,358,152],
|
||||
[152,690,152,364,611, 0,232,152,232,152,690,360,152],
|
||||
[152, 0,152,152,152,152, 81,152,710,152,152,152,152],
|
||||
[152, 0,751, 0,698, 0,735,152,365,231,366,691,152],
|
||||
[152, 91,152,152,152,152,152,152,152,152,152,152,152]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
1,
|
||||
12
|
||||
]
|
||||
}
|
74
project/floors/SR19.js
Normal file
74
project/floors/SR19.js
Normal file
@ -0,0 +1,74 @@
|
||||
main.floors.SR19=
|
||||
{
|
||||
"floorId": "SR19",
|
||||
"title": "深入 19 ",
|
||||
"name": "深入19",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"6,0": {
|
||||
"floorId": "SR18",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
},
|
||||
"6,12": {
|
||||
"floorId": "SR20",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[152,152,152,152,152,152, 93,152,152,152,152,152,152],
|
||||
[152, 0, 21, 0,735, 0, 0, 0,152,604, 0,370,152],
|
||||
[152,231,152,152,152,152,152, 82,152, 0,230, 0,152],
|
||||
[152, 0,611, 0,230,152, 0,735,152,152, 81,152,152],
|
||||
[152,152,152,152, 0,152, 21, 0,699,751, 0,363,152],
|
||||
[152, 0,232, 0,690,152,152,152,152,152,152, 81,152],
|
||||
[152, 81,152,152,152,152, 0,232, 0,690, 0,735,152],
|
||||
[152,230, 0,690, 0,751, 81,152,152,152,152,152,152],
|
||||
[152,152,1077,152,152, 0, 0, 0,232, 0, 0,690,152],
|
||||
[152, 21, 21, 21,152,152, 82,152,152,152, 81,152,152],
|
||||
[152,369,369,369,152, 0,230, 0,152, 0,231, 0,152],
|
||||
[152,690,690,690,152, 21, 0,691,152,364, 0,611,152],
|
||||
[152,152,152,152,152,152, 93,152,152,152,152,152,152]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
}
|
@ -43,7 +43,7 @@ main.floors.SR2=
|
||||
"map": [
|
||||
[151,151,151,151,151,151,151,151,151,151,151,151,151],
|
||||
[151,689,151, 0,747, 81, 81, 0,747,689,689,689,151],
|
||||
[151, 0,151, 82,151,151,151, 0,151,151,151,151,151],
|
||||
[151,358,151, 82,151,151,151, 0,151,151,151,151,151],
|
||||
[151, 21,151,743,151,689,151, 81,749, 21, 21, 21,151],
|
||||
[151,750,151,604,151,358,151,748,151,151,151,151,151],
|
||||
[151, 0,151,604,151,360,151, 0,151, 0, 81,746,151],
|
||||
@ -52,7 +52,7 @@ main.floors.SR2=
|
||||
[151,748,151,151,151, 82,151,750,151, 0,151,690,151],
|
||||
[151, 0,689, 81,748, 0,699, 0,151,749,151,690,151],
|
||||
[151,151,151,151,151,151,151, 81,151, 0,151,151,151],
|
||||
[151,690,701,613,362,742,603,749,151, 21,689, 0,151],
|
||||
[151,690,701,613,366,742,603,749,151, 21,689, 0,151],
|
||||
[151,151,151,151,151,151,151,151,151,151,151, 93,151]
|
||||
],
|
||||
"bgmap": [
|
||||
|
686
project/floors/SR20.js
Normal file
686
project/floors/SR20.js
Normal file
@ -0,0 +1,686 @@
|
||||
main.floors.SR20=
|
||||
{
|
||||
"floorId": "SR20",
|
||||
"title": "深入 20 ",
|
||||
"name": "深入20",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "grass",
|
||||
"bgm": "mingyuetianya.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"6,12": {
|
||||
"floorId": "SR19",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
},
|
||||
"6,0": {
|
||||
"floorId": "SR21",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {
|
||||
"6,8": [
|
||||
{
|
||||
"type": "changePos",
|
||||
"direction": "up"
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]住手,墨奈!",
|
||||
"\t[墨奈,N477]\b[this,6,2]哈哈哈哈,莫析辉,你来了。",
|
||||
"\t[莫析辉,hero]\b[hero]蜜茜娅!",
|
||||
"\t[蜜茜娅,N489]\b[this,5,4]哼!",
|
||||
"\t[墨奈,N477]\b[this,6,2]莫析辉,你不要急,等我除掉这个碍事的,你就在光明神殿一家独大了,你就是唯一的光明教皇,不好么?",
|
||||
"\t[莫析辉,hero]\b[hero]光明骑士,都出来!",
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
3,
|
||||
10
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
4,
|
||||
10
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
5,
|
||||
10
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
7,
|
||||
10
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
8,
|
||||
10
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
9,
|
||||
10
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
3,
|
||||
11
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
4,
|
||||
11
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
5,
|
||||
11
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
7,
|
||||
11
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
8,
|
||||
11
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "light",
|
||||
"loc": [
|
||||
9,
|
||||
11
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "waitAsync"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
3,
|
||||
10
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
10
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
5,
|
||||
10
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
7,
|
||||
10
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
10
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
9,
|
||||
10
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
3,
|
||||
11
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
11
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
5,
|
||||
11
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
7,
|
||||
11
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
11
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
9,
|
||||
11
|
||||
]
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "waitAsync"
|
||||
},
|
||||
"\t[众光明骑士,N440]为光明而战!",
|
||||
"\t[墨奈,N477]\b[this,6,2]哼,算你狠,撤!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
5,
|
||||
1
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
2
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
3
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
5,
|
||||
3
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
3
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
7,
|
||||
3
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
3
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
4
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
4
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
6
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
5,
|
||||
6
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
6
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
7,
|
||||
6
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
6
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "turnBlock",
|
||||
"direction": "down",
|
||||
"loc": [
|
||||
[
|
||||
5,
|
||||
4
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "turnBlock",
|
||||
"direction": "down",
|
||||
"loc": [
|
||||
[
|
||||
7,
|
||||
4
|
||||
]
|
||||
]
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]圣女姐姐,你要怎么谢我啊?",
|
||||
"\t[蜜茜娅,N489]\b[this,5,4]怎么谢你?你被埋伏,是我找了几位长老前去营救,你的人骗我进入埋伏圈,还要我谢你?",
|
||||
"\t[莫析辉,hero]\b[hero]哼,我被埋伏,可不是你的人骗我进的埋伏圈吗?还有,几位长老是凌依找来的,你少给自己贴金了,没有你,我的守护骑士不会去找长老前去营救我么?但没有我,你今天就栽这里了。",
|
||||
"\t[蜜茜娅,N489]\b[this,5,4]你!好,多谢圣子弟弟救命之恩!哼!牧迟,咱们走!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
5,
|
||||
4
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
"\t[牧迟,N473]\b[this,7,4]圣子殿下,多谢相救!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
7,
|
||||
4
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]切,这叫感谢我?都散了吧!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
3,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
5,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
7,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
9,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
3,
|
||||
11
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
11
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
5,
|
||||
11
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
7,
|
||||
11
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
11
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
9,
|
||||
11
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {
|
||||
"6,9": [
|
||||
"\t[墨奈,N477]\b[this,6,2]蜜西娅,你的光明骑士死光了。还不考虑投降么?",
|
||||
"\t[蜜西娅,N489]\b[this,5,4]墨奈,黑暗终将被光明驱散,我是不会向黑暗屈服的!",
|
||||
"\t[墨奈,N477]\b[this,6,2]有骨气!众黑暗骑士,给我上!谁杀了蜜西娅奖一百瓶琼浆玉露!",
|
||||
"\t[蜜西娅,N489]\b[this,5,4]牧迟,你本来可以离开的,为了我折返,如今你后悔吗?",
|
||||
"\t[牧迟,N473]\b[this,7,4]圣女殿下,吾之忠诚即荣耀!能为殿下战死,属下死而无憾!",
|
||||
"\t[蜜西娅,N489]\b[this,5,4]好,那就让我们酣畅淋漓地战一场!"
|
||||
]
|
||||
},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[ 0, 0, 0, 0, 0,80357,80422,80359, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0,485, 91, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0,477, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0,228,228,228,228,228, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0,228,490, 0,475,228, 0, 0, 0, 0],
|
||||
[80358,80358,80358,80358,80358,80358, 0,80358,80358,80358,80358,80358,80358],
|
||||
[ 0, 0, 0, 0,228,228,228,228,228, 0, 0, 0, 0],
|
||||
[80358,80358,80358,80358,80358,80358, 0,80358,80358,80358,80358,80358,80358],
|
||||
[ 21, 21, 21,416, 0, 0,252, 0, 0,616,80272,80273,80274],
|
||||
[80358,80358,80358,80358,80358,80358, 83,80358,80358,80358,80358,80358,80358],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 91, 0, 0, 0, 0, 0, 0]
|
||||
],
|
||||
"bgmap": [
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[152,152,152,152,152,152,152,152,152,152,152,152,152],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||
],
|
||||
"fgmap": [
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,80240,80241,80242],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,80248,80249,80250],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,80256,80257,80258],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,80264,80265,80266],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[80240,80241,80242,80243, 0, 0, 0, 0, 0, 0,80244,80245,80246],
|
||||
[80248,80249,80250,80251, 0, 0, 0, 0, 0, 0,80252,80253,80254],
|
||||
[80256,80257,80258,80259, 0, 0, 0, 0, 0, 0,80260,80261,80262],
|
||||
[80264,80265,80266,80267, 0, 0, 0, 0, 0, 0,80268,80269,80270]
|
||||
],
|
||||
"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, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0,90340, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0,90348, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0,90348, 0, 0, 0, 0, 0, 0],
|
||||
[80350,80350,80350,80350,80350,80350,90340,80350,80350,80350,80350,80350,80350],
|
||||
[80358,80358,80358,80358,80358,80358,90348,80358,80358,80358,80358,80358,80358],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 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
|
||||
]
|
||||
}
|
112
project/floors/SR21.js
Normal file
112
project/floors/SR21.js
Normal file
@ -0,0 +1,112 @@
|
||||
main.floors.SR21=
|
||||
{
|
||||
"floorId": "SR21",
|
||||
"title": "深入 21 ",
|
||||
"name": "深入21",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"6,12": {
|
||||
"floorId": "SR20",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
},
|
||||
"12,6": {
|
||||
"floorId": "SR22",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {
|
||||
"4,9": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR21_3_8",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"4,7": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR21_3_8",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {
|
||||
"3,8": {
|
||||
"0": {
|
||||
"condition": "flag:door_SR21_3_8==2",
|
||||
"currentFloor": true,
|
||||
"priority": 0,
|
||||
"delayExecute": false,
|
||||
"multiExecute": false,
|
||||
"data": [
|
||||
{
|
||||
"type": "openDoor"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR21_3_8",
|
||||
"operator": "=",
|
||||
"value": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120039],
|
||||
[120045, 21,120007,358,358,358,362,360,360,360,120007,698,120047],
|
||||
[120045, 21,120007,120007,120007,120007,1076,120007,120007,120007,120007,698,120047],
|
||||
[120045, 21,120007,753, 0,691, 0,756, 0, 21,120007,698,120047],
|
||||
[120045,757,120007, 81,120007,120007,120007,120007,120007,754,120007,756,120047],
|
||||
[120045, 0,612, 0,752, 0, 21, 0,120007, 0, 81, 0,120047],
|
||||
[120045,120007,120007,120007,120007,120007,753, 0,752, 0,120007, 0, 94],
|
||||
[120045,611,363,120007,752, 0, 0,120007,120007,120007,120007,757,120047],
|
||||
[120045,611, 0, 85, 0, 0,690,120007,365,756, 81, 0,120047],
|
||||
[120045,611,365,120007,752, 0, 0,120007,603,712,120007,690,120047],
|
||||
[120045,120007,120007,120007,120007,120007,753,120007,120007,120007,120007,120007,120047],
|
||||
[120045,690,690, 81, 81, 81, 0,1077,1077,1077,691,691,120047],
|
||||
[120053,120054,120054,120054,120054,120054, 91,120054,120054,120054,120054,120054,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
113
project/floors/SR22.js
Normal file
113
project/floors/SR22.js
Normal file
@ -0,0 +1,113 @@
|
||||
main.floors.SR22=
|
||||
{
|
||||
"floorId": "SR22",
|
||||
"title": "深入 22 ",
|
||||
"name": "深入22",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"6,6": [
|
||||
"\t[莫析辉,hero]\b[hero]默默?你怎么来到这里了?",
|
||||
"\t[默默,N481]\b[this]圣子哥哥在前面为我们村庄报仇,默默也不能在后面无动于衷啊!",
|
||||
{
|
||||
"type": "choices",
|
||||
"text": "\t[默默,N481]默默这里有一件至宝,可以对付黑暗圣子的,圣子哥哥要吗?",
|
||||
"choices": [
|
||||
{
|
||||
"text": "当然要了",
|
||||
"action": [
|
||||
"\t[莫析辉,hero]\b[hero]有这等好宝贝?那我当然要了!",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:hammer",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
},
|
||||
"\t[默默,N481]\b[this]圣子哥哥加油!默默会祝福圣子哥哥的!",
|
||||
{
|
||||
"type": "hide",
|
||||
"remove": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "当然不要",
|
||||
"action": [
|
||||
"\t[莫析辉,hero]\b[hero]算了,这件宝贝你留着防身吧!身为光明神殿的圣子,与圣女联手二打一已经是不好了,再用这个有损我的威名。",
|
||||
"\t[默默,N481]\b[this]好叭,那我会在圣子哥哥后面给圣子哥哥加油哦!",
|
||||
{
|
||||
"type": "hide",
|
||||
"remove": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"12,6": {
|
||||
"floorId": "SR21",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
},
|
||||
"0,6": {
|
||||
"floorId": "SR23",
|
||||
"loc": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120039],
|
||||
[120045,120007,120007,120007,120007,120007,120007,120007,120007,120007,120007,120007,120047],
|
||||
[120045, 21,120007,690,120007,415,120007,415,120007,699,120007, 21,120047],
|
||||
[120045, 21,120007,690,120007,415,120007,415,120007,699,120007, 21,120047],
|
||||
[120045, 21,120007,690,120007,415,120007,415,120007,699,120007, 21,120047],
|
||||
[120045, 82,120007, 81,120007, 83,120007, 83,120007, 81,120007, 82,120047],
|
||||
[ 92, 0, 0, 0, 0, 0,483, 0, 0, 0, 0, 0, 92],
|
||||
[120045, 81,120007, 82,120007,1076,120007,1077,120007, 82,120007, 81,120047],
|
||||
[120045, 81,120007,700,120007,691,120007,691,120007,691,120007, 81,120047],
|
||||
[120045, 81,120007,700,120007, 23,120007, 23,120007,691,120007, 81,120047],
|
||||
[120045, 22,120007,700,120007,691,120007,691,120007,691,120007, 22,120047],
|
||||
[120045,120007,120007,120007,120007,120007,120007,120007,120007,120007,120007,120007,120047],
|
||||
[120053,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
118
project/floors/SR23.js
Normal file
118
project/floors/SR23.js
Normal file
@ -0,0 +1,118 @@
|
||||
main.floors.SR23=
|
||||
{
|
||||
"floorId": "SR23",
|
||||
"title": "深入 23 ",
|
||||
"name": "深入23",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"11,6": [
|
||||
{
|
||||
"type": "confirm",
|
||||
"text": "确认要打开这个宝箱吗?",
|
||||
"yes": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(status:mana<50)",
|
||||
"true": [
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "操作失败"
|
||||
},
|
||||
"你的魔力不足!"
|
||||
],
|
||||
"false": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "door.mp3"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "X10111"
|
||||
},
|
||||
"获得一枚八阶白宝石",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:I604",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"no": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"0,6": {
|
||||
"floorId": "SR22",
|
||||
"loc": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
},
|
||||
"6,0": {
|
||||
"floorId": "SR24",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038, 91,120038,120038,120038,120038,120038,120039],
|
||||
[120045,757, 0,691,753, 0, 21, 0,756, 0,690, 0,120047],
|
||||
[120045, 0,120007,754,120007,120007,120007,120007,120007,120007,120007,753,120047],
|
||||
[120045,366,120007, 0,691,756,1077, 0,120007,756, 81, 0,120047],
|
||||
[120045, 0,120007, 21, 0,611,120007, 0,120007, 0,120007,758,120047],
|
||||
[120045,758,120007,120007,120007,120007,120007,752,120007,690,120007,615,120047],
|
||||
[ 94, 0,120007,368, 0,690,120007, 0,120007, 0,120007,10110,120047],
|
||||
[120045,753,120007, 0,754, 0,120007,365,120007,752,120007,120007,120047],
|
||||
[120045, 0,120007,120007, 81,120007,120007, 0, 81, 0,711, 0,120047],
|
||||
[120045, 21, 0,752, 0,358, 0,753,120007,120007, 81,120007,120047],
|
||||
[120045,120007,120007,120007, 82,120007,120007,120007,120007, 0,752, 0,120047],
|
||||
[120045,690,603,754, 0,757,700,700,120007, 21, 0, 21,120047],
|
||||
[120053,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
}
|
74
project/floors/SR24.js
Normal file
74
project/floors/SR24.js
Normal file
@ -0,0 +1,74 @@
|
||||
main.floors.SR24=
|
||||
{
|
||||
"floorId": "SR24",
|
||||
"title": "深入 24 ",
|
||||
"name": "深入24",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"6,0": {
|
||||
"floorId": "SR23",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
},
|
||||
"11,12": {
|
||||
"floorId": "SR25",
|
||||
"loc": [
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038, 93,120038,120038,120038,120038,120038,120039],
|
||||
[120045,690, 0, 0,752, 0, 0, 0,753, 21,365,690,120047],
|
||||
[120045,1077,120007,120007,120007,120007,120007, 81,120007,120007,120007,120007,120047],
|
||||
[120045,754,120007, 22, 23, 21,120007,752,120007,370,691,120007,120047],
|
||||
[120045, 0,120007, 21, 21, 21,120007, 0,120007,371,372,120007,120047],
|
||||
[120045,369,120007,120007,120007,120007,120007,700,120007,120007,120007,120007,120047],
|
||||
[120045, 0, 82,757,120007,691,120007, 0, 81,753, 0,613,120047],
|
||||
[120045,756,120007, 0,120007,690,120007,120007,120007,120007,757,120007,120047],
|
||||
[120045,698,120007, 21,120007,370,120007,416,373,120007, 0,120007,120047],
|
||||
[120045, 21,120007, 0,120007,758,120007,703,604,120007,690,120007,120047],
|
||||
[120045,614,120007,754,120007, 81,120007,120007,120007,120007, 81,120007,120047],
|
||||
[120045, 0,120007, 0,1076,364, 0,756, 0,363, 0,752,120047],
|
||||
[120053,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054, 93,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
}
|
74
project/floors/SR25.js
Normal file
74
project/floors/SR25.js
Normal file
@ -0,0 +1,74 @@
|
||||
main.floors.SR25=
|
||||
{
|
||||
"floorId": "SR25",
|
||||
"title": "深入 25 ",
|
||||
"name": "深入25",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"11,12": {
|
||||
"floorId": "SR24",
|
||||
"loc": [
|
||||
11,
|
||||
12
|
||||
]
|
||||
},
|
||||
"0,6": {
|
||||
"floorId": "SR26",
|
||||
"loc": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120039],
|
||||
[120045,603, 81,758,368,691,120007, 0,756, 0,120007,691,120047],
|
||||
[120045, 0,120007, 0,612,690,120007,365,120007,698,120007,363,120047],
|
||||
[120045,756,120007,120007,120007,120007,120007, 21,120007,690,120007,363,120047],
|
||||
[120045, 0,754, 0,690, 0,752, 0,120007, 0,758,363,120047],
|
||||
[120045,759,120007,120007,120007, 81,120007,120007,120007,120007,120007,120007,120047],
|
||||
[ 92, 0,1077, 0,120007, 0,690, 0,754, 0,690, 0,120047],
|
||||
[120045, 82,120007,690,120007,752,120007, 81,120007,120007,120007, 81,120047],
|
||||
[120045,758,120007, 0,120007, 0,120007, 0,120007,690, 22,757,120047],
|
||||
[120045,691,120007,757, 81,698,120007,756,120007,612,365, 0,120047],
|
||||
[120045, 21,120007,120007,120007,120007,120007, 0,120007,120007,120007,120007,120047],
|
||||
[120045,691,758,702,702,702,120007, 21, 0,752, 0, 0,120047],
|
||||
[120053,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054, 91,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
11,
|
||||
12
|
||||
]
|
||||
}
|
74
project/floors/SR26.js
Normal file
74
project/floors/SR26.js
Normal file
@ -0,0 +1,74 @@
|
||||
main.floors.SR26=
|
||||
{
|
||||
"floorId": "SR26",
|
||||
"title": "深入 26 ",
|
||||
"name": "深入26",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"0,6": {
|
||||
"floorId": "SR25",
|
||||
"loc": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
},
|
||||
"12,6": {
|
||||
"floorId": "SR27",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120039],
|
||||
[120045,756, 81,611, 0,757, 0,120007, 0, 81,757,120007,120047],
|
||||
[120045, 0,120007,120007,120007,120007, 21,120007,690,120007, 0,120007,120047],
|
||||
[120045,690,120007,691,710,120007, 0,120007, 0,120007,691,120007,120047],
|
||||
[120045, 0,120007,710,710,120007,758,120007,756,120007, 0,120007,120047],
|
||||
[120045,754,120007, 0,759, 81, 0,365, 0,120007,754, 0,120047],
|
||||
[ 94, 0,120007,120007,120007,120007,120007,120007,120007,120007,120007, 81, 94],
|
||||
[120045, 21, 0,757, 0,700,120007,612,604,699,120007,758,120047],
|
||||
[120045,120007,120007,120007,120007, 0,120007,367,369,368,120007, 0,120047],
|
||||
[120045,603, 0, 0,120007,758,120007, 0,760, 0,120007,690,120047],
|
||||
[120045, 0,366,759, 81, 0,120007,120007, 82,120007,120007, 0,120047],
|
||||
[120045,691, 0, 0,120007,690, 0,757, 0, 21, 0,759,120047],
|
||||
[120053,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
}
|
74
project/floors/SR27.js
Normal file
74
project/floors/SR27.js
Normal file
@ -0,0 +1,74 @@
|
||||
main.floors.SR27=
|
||||
{
|
||||
"floorId": "SR27",
|
||||
"title": "深入 27 ",
|
||||
"name": "深入27",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"12,6": {
|
||||
"floorId": "SR26",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
},
|
||||
"0,6": {
|
||||
"floorId": "SR28",
|
||||
"loc": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120038,120039],
|
||||
[120045,691,120007,691,691,757, 81, 0,120007, 0,690,373,120047],
|
||||
[120045,368,120007,120007,120007,120007,120007,690, 81,760, 0,374,120047],
|
||||
[120045, 21,120007, 21, 0,759, 0, 0,120007, 0, 21,373,120047],
|
||||
[120045,758,120007, 0,611, 0,120007,758,120007,120007,120007,120007,120047],
|
||||
[120045, 0,759,691, 0,690,120007, 0,602, 0,120007, 0,120047],
|
||||
[ 92, 0,120007, 82,120007,120007,120007,120007,120007,756, 0, 0, 92],
|
||||
[120045, 81,120007, 21, 21, 21,120007, 21,120007, 81,120007, 81,120047],
|
||||
[120045,612,120007,120007,120007,120007,120007, 21,120007, 0,120007,756,120047],
|
||||
[120045, 0,757, 0,690, 0,120007, 21,120007,690,120007,701,120047],
|
||||
[120045,120007,120007,120007,120007,756,120007,758,120007, 0,120007,701,120047],
|
||||
[120045,691,367, 21,759, 0, 81, 0, 0,757,120007,701,120047],
|
||||
[120053,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
74
project/floors/SR28.js
Normal file
74
project/floors/SR28.js
Normal file
@ -0,0 +1,74 @@
|
||||
main.floors.SR28=
|
||||
{
|
||||
"floorId": "SR28",
|
||||
"title": "深入 28 ",
|
||||
"name": "深入28",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"0,6": {
|
||||
"floorId": "SR27",
|
||||
"loc": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
},
|
||||
"6,0": {
|
||||
"floorId": "SR29",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038, 91,120038,120038,120038,120038,120038,120039],
|
||||
[120045,760, 0,612, 0,759, 0,757, 0, 21, 0,758,120047],
|
||||
[120045, 0,120007,120007,120007,120007,120007,120007,120007,120007,120007, 81,120047],
|
||||
[120045, 21,120007,691,120007,760, 0,363, 0,759,120007,698,120047],
|
||||
[120045, 0,120007,691,120007, 82,120007,120007,120007, 0,120007, 0,120047],
|
||||
[120045,759,120007,759,120007,366,366,366,120007,364,120007,757,120047],
|
||||
[ 94, 0,120007, 0,120007,120007,120007,120007,120007, 0,120007, 0,120047],
|
||||
[120045, 81,120007,364, 0,758, 0,691, 0,760,120007, 21,120047],
|
||||
[120045,758,120007,120007,120007,120007, 83,120007,120007,120007,120007, 0,120047],
|
||||
[120045, 0,120007, 21,690, 21, 0,757, 0, 0, 81,758,120047],
|
||||
[120045,369,120007,120007,120007,120007,120007,120007,120007,120007,120007, 0,120047],
|
||||
[120045,757, 0,690, 81,758, 0,365, 0,757, 0,690,120047],
|
||||
[120053,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
}
|
128
project/floors/SR29.js
Normal file
128
project/floors/SR29.js
Normal file
@ -0,0 +1,128 @@
|
||||
main.floors.SR29=
|
||||
{
|
||||
"floorId": "SR29",
|
||||
"title": "深入 29 ",
|
||||
"name": "深入29",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"6,12": {
|
||||
"floorId": "SR30",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
},
|
||||
"6,0": {
|
||||
"floorId": "SR28",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {
|
||||
"5,4": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR29_6_5",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"7,4": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR29_6_5",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"7,3": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR29_6_5",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"5,3": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR29_6_5",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {
|
||||
"6,5": {
|
||||
"0": {
|
||||
"condition": "flag:door_SR29_6_5==4",
|
||||
"currentFloor": true,
|
||||
"priority": 0,
|
||||
"delayExecute": false,
|
||||
"multiExecute": false,
|
||||
"data": [
|
||||
{
|
||||
"type": "openDoor"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "flag:door_SR29_6_5",
|
||||
"operator": "=",
|
||||
"value": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038, 93,120038,120038,120038,120038,120038,120039],
|
||||
[120045,691,120007,691,366,120007, 0,120007,366,691,120007,691,120047],
|
||||
[120045,370,120007,364,120007,120007, 0,120007,120007,363,120007,370,120047],
|
||||
[120045,703,120007, 21,120007,758, 0,758,120007, 21,120007,703,120047],
|
||||
[120045,760,120007,759,120007,758, 0,758,120007,759,120007,760,120047],
|
||||
[120045, 81,120007, 81,120007,120007, 85,120007,120007, 81,120007, 81,120047],
|
||||
[120045,690, 0,758, 0, 82, 0, 82, 0,758, 0,690,120047],
|
||||
[120045, 81,120007,120007, 81,120007, 81,120007, 81,120007,120007, 81,120047],
|
||||
[120045,760, 0,120007,759,120007, 81,120007,759,120007, 0,760,120047],
|
||||
[120045,703,120007,120007, 21,120007, 81,120007, 21,120007,120007,703,120047],
|
||||
[120045,370,120007,365,363,120007,758,120007,364,365,120007,370,120047],
|
||||
[120045,691,120007,690,604,120007, 0,120007,604,690,120007,691,120047],
|
||||
[120053,120054,120054,120054,120054,120054, 93,120054,120054,120054,120054,120054,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
}
|
484
project/floors/SR30.js
Normal file
484
project/floors/SR30.js
Normal file
@ -0,0 +1,484 @@
|
||||
main.floors.SR30=
|
||||
{
|
||||
"floorId": "SR30",
|
||||
"title": "深入 30 ",
|
||||
"name": "深入30",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "autotile7",
|
||||
"bgm": "tiankong.mp3",
|
||||
"firstArrive": [
|
||||
{
|
||||
"type": "changePos",
|
||||
"direction": "up"
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]是决战的时候了!蜜茜娅,我来帮你。",
|
||||
{
|
||||
"type": "jumpHero",
|
||||
"loc": [
|
||||
6,
|
||||
7
|
||||
],
|
||||
"time": 500
|
||||
},
|
||||
"\t[蜜西娅,N489]\b[this,6,8]莫析辉,你总算来了。",
|
||||
"\t[莫析辉,hero]\b[hero]光明神殿与黑暗神殿年轻一辈的决战,怎么能少了我呢?",
|
||||
"\t[墨奈,N477]\b[this,6,4]搞笑啊,年轻一辈的决战?蜜茜娅比我虚长几岁,输给了我。莫析辉,你也不比我小,一样输给了我。光明神殿到最终还是要光明圣子和光明圣女联手才能与我一战吗?哈哈哈哈哈!",
|
||||
"\t[莫析辉,hero]\b[hero]可恶……哼,你要是有黑暗圣女来帮忙,我也不介意啊!",
|
||||
"\t[墨奈,N477]\b[this,6,4]我不需要黑暗圣女,就能打败你们两个。",
|
||||
"\t[蜜西娅,N489]\b[this,6,8]莫析辉,快,使用光明裁决!",
|
||||
"\t[莫析辉,hero]\b[hero]光明驱散黑暗!光明裁决!",
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "atkUp",
|
||||
"loc": [
|
||||
6,
|
||||
7
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "atkUp",
|
||||
"loc": [
|
||||
6,
|
||||
8
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "waitAsync"
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "fire4",
|
||||
"loc": [
|
||||
6,
|
||||
4
|
||||
],
|
||||
"async": true
|
||||
},
|
||||
{
|
||||
"type": "setEnemyOnPoint",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
4
|
||||
]
|
||||
],
|
||||
"name": "hp",
|
||||
"operator": "*=",
|
||||
"value": "0.1"
|
||||
},
|
||||
"\t[墨奈,N477]\b[this,6,4]什么!",
|
||||
"\t[林霄,N485]\b[this,5,3]糟了,不许伤害圣子殿下!",
|
||||
{
|
||||
"type": "jump",
|
||||
"from": [
|
||||
5,
|
||||
3
|
||||
],
|
||||
"to": [
|
||||
6,
|
||||
5
|
||||
],
|
||||
"time": 500,
|
||||
"keep": true
|
||||
},
|
||||
"\t[牧迟,N473]\b[this,7,9]众骑士,给我上!林霄,你的对手是我!",
|
||||
{
|
||||
"type": "jump",
|
||||
"from": [
|
||||
7,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
6,
|
||||
6
|
||||
],
|
||||
"time": 500,
|
||||
"keep": true
|
||||
},
|
||||
"两名守护骑士与众黑暗骑士、光明骑士战作一团,很快,给双方圣子圣女腾出了一块空地……",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
9,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
10,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
2,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
3,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
10
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
5
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
6
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
2,
|
||||
2
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
3,
|
||||
2
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
2
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
2
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
9,
|
||||
2
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
10,
|
||||
2
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
8,
|
||||
5
|
||||
]
|
||||
],
|
||||
"floorId": "GM5",
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
4,
|
||||
9
|
||||
]
|
||||
],
|
||||
"floorId": "GM5",
|
||||
"remove": true
|
||||
}
|
||||
],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"6,12": {
|
||||
"floorId": "SR29",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {
|
||||
"6,4": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(item:hammer===1)",
|
||||
"true": [
|
||||
"\t[莫析辉,hero]\b[hero]圣锤!",
|
||||
{
|
||||
"type": "animate",
|
||||
"name": "die",
|
||||
"loc": [
|
||||
6,
|
||||
4
|
||||
]
|
||||
},
|
||||
"\t[墨奈,N477]\b[this]\r[red]\\c[30]啊啊啊啊啊!\\c[]\r[]",
|
||||
{
|
||||
"type": "hide",
|
||||
"remove": true
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]啊,怎么会……好邪恶的力量!",
|
||||
"\t[蜜茜娅,N489]\b[this,6,8]啊,这力量……好邪恶!圣子弟弟,你怎么会有如此邪恶的力量?",
|
||||
{
|
||||
"type": "changePos",
|
||||
"direction": "down"
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]我……我不知道啊,这是西村一个姑娘给我的……有时间得问问她……",
|
||||
"\t[蜜茜娅,N489]\b[this,6,8]好叭。消灭了黑暗圣子,也算是为西村的百姓做了主,我该回去了。",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
8
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]我也该回去了……",
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N443",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
11
|
||||
]
|
||||
]
|
||||
},
|
||||
"\t[光明骑士,N440]\b[this,6,11]圣子殿下,大事不好了!",
|
||||
"\t[莫析辉,hero]\b[hero]什么?!",
|
||||
"\t[光明骑士,N440]\b[this,6,11]莫析家族遭到了敌袭,与之联姻的安南家族、温明家族已经前往支援了。二长老和七长老也已经去了,但很快就没有了消息,属下们不敢做主,特来禀报圣子殿下。",
|
||||
"\t[莫析辉,hero]\b[hero]怎么会这样!看来我得去莫析家族看看了……",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
11
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
11,
|
||||
6
|
||||
]
|
||||
],
|
||||
"floorId": "GM1",
|
||||
"remove": true
|
||||
}
|
||||
],
|
||||
"false": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"afterBattle": {
|
||||
"6,4": [
|
||||
{
|
||||
"type": "jumpHero",
|
||||
"loc": [
|
||||
6,
|
||||
5
|
||||
],
|
||||
"time": 500
|
||||
},
|
||||
{
|
||||
"type": "changePos",
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N477",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
4
|
||||
]
|
||||
]
|
||||
},
|
||||
"\t[墨奈,N477]\b[this]卑鄙无耻的光明神殿,以二敌一,等我再次归来,一定跟你们拼个高低!",
|
||||
{
|
||||
"type": "turnBlock",
|
||||
"direction": "up",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
4
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "jump",
|
||||
"from": [
|
||||
6,
|
||||
4
|
||||
],
|
||||
"to": [
|
||||
6,
|
||||
0
|
||||
],
|
||||
"time": 500
|
||||
},
|
||||
"\t[蜜茜娅,N489]\b[this,6,8]趁他重伤,正好追杀他!",
|
||||
{
|
||||
"type": "jump",
|
||||
"from": [
|
||||
6,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
6,
|
||||
0
|
||||
],
|
||||
"time": 500
|
||||
},
|
||||
{
|
||||
"type": "setCurtain",
|
||||
"color": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"time": 500,
|
||||
"keep": true
|
||||
},
|
||||
{
|
||||
"type": "setHeroOpacity",
|
||||
"opacity": 0
|
||||
},
|
||||
{
|
||||
"type": "setCurtain",
|
||||
"time": 500
|
||||
},
|
||||
{
|
||||
"type": "changeFloor",
|
||||
"floorId": "MM4"
|
||||
}
|
||||
]
|
||||
},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[120037,120038,120038,120038,120038,120038, 91,120038,120038,120038,120038,120038,120039],
|
||||
[120045, 0, 0, 0, 0, 0, 85, 0, 0, 0, 0, 0,120047],
|
||||
[120045, 0,228,228,228, 0, 0, 0,228,228,228, 0,120047],
|
||||
[120045, 0, 0, 0, 0,485, 0, 0, 0, 0, 0, 0,120047],
|
||||
[120045, 0, 0, 0, 0, 0,1080, 0, 0, 0, 0, 0,120047],
|
||||
[120045, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,120047],
|
||||
[120045, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,120047],
|
||||
[120045, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,120047],
|
||||
[120045, 0, 0, 0, 0, 0,492, 0, 0, 0, 0, 0,120047],
|
||||
[120045, 0, 0, 0, 0, 0, 0,476, 0, 0, 0, 0,120047],
|
||||
[120045, 0,443,443,443, 0, 0, 0,443,443,443, 0,120047],
|
||||
[120045, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,120047],
|
||||
[120053,120054,120054,120054,120054,120054, 91,120054,120054,120054,120054,120054,120055]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
@ -114,7 +114,7 @@ main.floors.SR4=
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[151,151,151,151,151, 0, 93, 0,151,151,151,151, 91],
|
||||
[151,611, 0,364,151, 0, 0, 0,151,626,713,151, 0],
|
||||
[151,611, 0,364,151,358, 0,360,151,626,713,151, 0],
|
||||
[151, 0,603, 0,151, 0,549, 0,151,611,365,151, 21],
|
||||
[151, 0,743, 0,151,151, 81,151,151, 0,743,151,748],
|
||||
[151,151, 81,151,151, 0,748, 0,151,151, 81,151, 0],
|
||||
@ -122,7 +122,7 @@ main.floors.SR4=
|
||||
[151, 82,151,151,151,151,151,742, 81, 0,698,750, 0],
|
||||
[151,747, 0, 21, 0,750,151,151,151,151,151, 81,151],
|
||||
[151,151,151,151,151, 0, 0, 81,748, 0,358,749,151],
|
||||
[151,10110,690,151, 0,747,361,151, 0,689, 0, 0,151],
|
||||
[151,10110,690,151, 0,747,361,151, 0,689, 0,612,151],
|
||||
[151,363,612,151,369,151,361,151, 81,151,151,151,151],
|
||||
[151, 0,746, 81, 0,151,361,151,750, 21, 21, 21,151],
|
||||
[151,151,151,151,151,151,151,151,151,151,151,151,151]
|
||||
|
@ -46,9 +46,9 @@ main.floors.SR7=
|
||||
[151, 0,740,746,151, 0,748, 0,151,750,151,747,151],
|
||||
[151,743,151, 0,151,151, 81,151,151, 0,151,746,151],
|
||||
[151,364,151, 21,151,689,749, 0,151,689,151,742,151],
|
||||
[151,604,151, 0,151,750,151, 21,151, 0,151,358,151],
|
||||
[151, 23,151,742, 82,747,151, 0, 82,749,151,362,151],
|
||||
[151,691,151, 0,151, 81,151,746,151, 0,151,360,151],
|
||||
[151,604,151, 0,151,750,151, 21,151, 0,151,363,151],
|
||||
[151, 23,151,742, 82,747,151, 0, 82,749,151,366,151],
|
||||
[151,691,151, 0,151, 81,151,746,151, 0,151,364,151],
|
||||
[151,365,151, 21,151,610,610,610,151, 21,151,742,151],
|
||||
[151,743,151, 0,151,151, 81,151,151, 0,151,746,151],
|
||||
[151, 0,740,746,151, 0,743, 0,151,750,151,747,151],
|
||||
|
@ -50,8 +50,8 @@ main.floors.SR8=
|
||||
[151,151,151,151, 0,151,613,743, 82, 0,740, 0, 94],
|
||||
[151,742, 81, 0,699,151,151,151,151, 81,151,151,151],
|
||||
[151, 0,151,743, 0,747, 0, 21,151,742,151,690,151],
|
||||
[151,358,151, 21,151,151, 81,151,151,602,151,360,151],
|
||||
[151,360,151, 21,151, 0,746, 0,151,697,151,358,151],
|
||||
[151,358,151, 21,151,151, 81,151,151,602,151,363,151],
|
||||
[151,360,151, 21,151, 0,746, 0,151,697,151,364,151],
|
||||
[151,689,151, 21,151, 0, 0, 0,151,689,743,361,151],
|
||||
[151,151,151,151,151,151, 91,151,151,151,151,151,151]
|
||||
],
|
||||
|
@ -65,7 +65,7 @@ main.floors.SR9=
|
||||
[151,689,151, 21,710,151,742,151,151,151,151, 0,151],
|
||||
[151, 0,151,689,364,151, 0, 21, 0,743, 0,689,151],
|
||||
[151, 81,151,151,151,151,151,151,151,151,151, 81,151],
|
||||
[151,740,362,362,362,151,358,415,358,743,743,743,151],
|
||||
[151,740,362,362,362,151,358,358,358,743,743,743,151],
|
||||
[151,151,151,151,151,151,151,151,151,151,151,151,151]
|
||||
],
|
||||
"bgmap": [
|
||||
|
@ -6,9 +6,9 @@ main.floors.XW1=
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": false,
|
||||
"canFlyFrom": false,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": false,
|
||||
"cannotViewMap": true,
|
||||
"cannotViewMap": false,
|
||||
"cannotMoveDirectly": false,
|
||||
"images": [],
|
||||
"ratio": 1,
|
||||
@ -53,8 +53,7 @@ main.floors.XW1=
|
||||
"\t[莫析辉,hero]\b[hero]什么人?",
|
||||
{
|
||||
"type": "playBgm",
|
||||
"name": "boss3.mp3",
|
||||
"keep": true
|
||||
"name": "boss3.mp3"
|
||||
},
|
||||
{
|
||||
"type": "animate",
|
||||
|
300
project/floors/ZL1.js
Normal file
300
project/floors/ZL1.js
Normal file
@ -0,0 +1,300 @@
|
||||
main.floors.ZL1=
|
||||
{
|
||||
"floorId": "ZL1",
|
||||
"title": "东凌走廊 1 ",
|
||||
"name": "东凌走廊1",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 2,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.mp3",
|
||||
"firstArrive": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(flag:shengqishi>1)",
|
||||
"true": [
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "N511",
|
||||
"loc": [
|
||||
[
|
||||
2,
|
||||
5
|
||||
]
|
||||
]
|
||||
}
|
||||
],
|
||||
"false": []
|
||||
},
|
||||
"\t[凌依,N574]\b[this,2,6]圣子殿下。",
|
||||
"\t[莫析辉,hero]\b[hero]凌依,你速去东北方向的莫析家族打探一下,到底发生了什么事?",
|
||||
"\t[凌依,N574]\b[this,2,6]是!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
2,
|
||||
6
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(flag:shengqishi>1)",
|
||||
"true": [
|
||||
"\t[唐佳成,N510]\b[this,2,5]殿下……",
|
||||
"\t[莫析辉,hero]\b[hero]唐佳成,你实力又大有长进呀?",
|
||||
"\t[唐佳成,N510]\b[this,2,5]是的,殿下,我已经通过了光明骑士的考核,正式成为了一名光明骑士。愿为殿下效力。",
|
||||
"\t[莫析辉,hero]\b[hero]嗯,那先去莫析家族吧!",
|
||||
"\t[唐佳成,N510]\b[this,2,5]是!",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
2,
|
||||
5
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
}
|
||||
],
|
||||
"false": []
|
||||
}
|
||||
],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"11,1": [
|
||||
{
|
||||
"type": "confirm",
|
||||
"text": "确认要打开这个宝箱吗?",
|
||||
"yes": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(status:mana<50)",
|
||||
"true": [
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "操作失败"
|
||||
},
|
||||
"你的魔力不足!"
|
||||
],
|
||||
"false": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "door.mp3"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "X10111"
|
||||
},
|
||||
"获得一把蓝钥匙",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:blueKey",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"no": []
|
||||
}
|
||||
],
|
||||
"11,11": [
|
||||
{
|
||||
"type": "confirm",
|
||||
"text": "确认要打开这个宝箱吗?",
|
||||
"yes": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(status:mana<50)",
|
||||
"true": [
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "操作失败"
|
||||
},
|
||||
"你的魔力不足!"
|
||||
],
|
||||
"false": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "door.mp3"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "X10111"
|
||||
},
|
||||
"获得五把黄钥匙",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:yellowKey",
|
||||
"operator": "+=",
|
||||
"value": "5"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"no": []
|
||||
}
|
||||
],
|
||||
"1,11": [
|
||||
{
|
||||
"type": "confirm",
|
||||
"text": "确认要打开这个宝箱吗?",
|
||||
"yes": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(status:mana<50)",
|
||||
"true": [
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "操作失败"
|
||||
},
|
||||
"你的魔力不足!"
|
||||
],
|
||||
"false": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "door.mp3"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "X10111"
|
||||
},
|
||||
"获得一枚十二阶血红宝石",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:I616",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"no": []
|
||||
}
|
||||
],
|
||||
"1,1": [
|
||||
{
|
||||
"type": "confirm",
|
||||
"text": "确认要打开这个宝箱吗?",
|
||||
"yes": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(status:mana<50)",
|
||||
"true": [
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "操作失败"
|
||||
},
|
||||
"你的魔力不足!"
|
||||
],
|
||||
"false": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "door.mp3"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "X10111"
|
||||
},
|
||||
"获得一瓶玉露",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:I416",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"no": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"0,6": {
|
||||
"floorId": "GM1",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
},
|
||||
"6,0": {
|
||||
"floorId": "ZL2",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[20336,20336,20336,20336,20336,20336, 91,20336,20336,20336,20336,20336,20336],
|
||||
[20336,10110, 0, 0, 0, 0, 0, 0, 0, 0, 0,10110,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0,151,151, 0, 0, 0,151, 0, 0,20336],
|
||||
[20336, 0, 0,151,151,151,151,151,151,151, 0, 0,10319],
|
||||
[ 94, 0,575,151,151,151,151,151,151, 0, 0,10319, 94],
|
||||
[20336, 0, 0, 0,151,151,151,151,151, 0, 0, 0,10319],
|
||||
[20336, 0, 0, 0,151,151, 0, 0,151,151, 0, 0,20336],
|
||||
[20336, 0, 0,151,151, 0, 0, 0, 0,151, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336,10110, 0, 0, 0, 0, 0, 0, 0, 0, 0,10110,20336],
|
||||
[20336,20336,20336,20336,20336,20336,20336,20336,20336,20336,20336,20336,20336]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
0,
|
||||
6
|
||||
]
|
||||
}
|
74
project/floors/ZL10.js
Normal file
74
project/floors/ZL10.js
Normal file
@ -0,0 +1,74 @@
|
||||
main.floors.ZL10=
|
||||
{
|
||||
"floorId": "ZL10",
|
||||
"title": "东凌走廊 10 ",
|
||||
"name": "东凌走廊10",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 4,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"6,12": {
|
||||
"floorId": "ZL9",
|
||||
"loc": [
|
||||
6,
|
||||
2
|
||||
]
|
||||
},
|
||||
"6,3": {
|
||||
"floorId": "MT0",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[94407,94407,94856,94857,94858,94859,94860,94861,94862,94863,94407,94407, 16],
|
||||
[94407, 0,94864,94865,94866,94867,94868,94869,94870,94871, 0,94407, 16],
|
||||
[94407, 0,94872,94873,94874,94875,94876,94877,94878,94879, 0,94407, 16],
|
||||
[94407, 0, 0, 0, 0, 0, 91, 0, 0, 0, 0,94407, 16],
|
||||
[94407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,94407, 16],
|
||||
[94407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,94407, 16],
|
||||
[94407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,94407, 16],
|
||||
[94407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,94407, 16],
|
||||
[94407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,94407, 16],
|
||||
[94407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,94407, 16],
|
||||
[94407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,94407, 16],
|
||||
[94407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,94407, 16],
|
||||
[94399,94399,94399,94399,94399,94399, 91,94399,94399,94399,94399,94399, 16]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
101
project/floors/ZL2.js
Normal file
101
project/floors/ZL2.js
Normal file
@ -0,0 +1,101 @@
|
||||
main.floors.ZL2=
|
||||
{
|
||||
"floorId": "ZL2",
|
||||
"title": "东凌走廊 2 ",
|
||||
"name": "东凌走廊2",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 4,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"6,6": [
|
||||
"\t[准涵,N436]\b[this]准涵,拜见圣子殿下!",
|
||||
"\t[莫析辉,hero]\b[hero]准涵,你起来吧。有什么事找我?",
|
||||
"\t[准涵,N436]\b[this]圣子殿下,莫析家族、温明家族、安南家族怕是要遭遇大变了……奴婢的儿子,是一位光明骑士,他是莫析家族的守卫者……",
|
||||
"\t[准涵,N436]\b[this]殿下,求求你,帮我把这件铠甲拿给他好吗?",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:I632",
|
||||
"operator": "+=",
|
||||
"value": "1"
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]好,准涵,你别哭啊,我答应你就是了。",
|
||||
"\t[准涵,N436]\b[this]谢谢殿下!",
|
||||
"\t[莫析辉,hero]\b[hero]没事。",
|
||||
{
|
||||
"type": "hide",
|
||||
"loc": [
|
||||
[
|
||||
6,
|
||||
6
|
||||
]
|
||||
],
|
||||
"remove": true
|
||||
},
|
||||
"\t[莫析辉,hero]\b[hero]准涵……你比蝶影幸运……葛尔丹是个好的主子,他能护住你和卢轩,可怜的蝶影和罗涛,生生成为了我和蜜茜娅斗争的冤魂……"
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"6,12": {
|
||||
"floorId": "ZL1",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
},
|
||||
"6,0": {
|
||||
"floorId": "ZL3",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[20336,20336,20336,20336,20336,20336, 91,20336,20336,20336,20336,20336,20336],
|
||||
[20336,20336, 22, 81, 81, 81, 0, 81, 81, 81, 22,20336,20336],
|
||||
[20336,20336,20336,20336,20336,20336, 0,20336,20336,20336,20336,20336,20336],
|
||||
[20336,20336,710,710,710, 81, 0, 81,701,701,701,20336,20336],
|
||||
[20336,20336,20336,20336,20336,20336, 0,20336,20336,20336,20336,20336,20336],
|
||||
[20336,20336,368,368,368,1077, 0,1076,367,367,367,20336,20336],
|
||||
[20336,20336,20336,20336,20336,20336,436,20336,20336,20336,20336,20336,20336],
|
||||
[20336,20336,415,415,415, 83, 0, 83,415,415,415,20336,20336],
|
||||
[20336,20336,20336,20336,20336,20336, 0,20336,20336,20336,20336,20336,20336],
|
||||
[20336,20336,712,712,712, 82, 0, 82,703,703,703,20336,20336],
|
||||
[20336,20336,20336,20336,20336,20336, 0,20336,20336,20336,20336,20336,20336],
|
||||
[20336,20336, 21, 21, 21, 82, 0, 82, 21, 21, 21,20336,20336],
|
||||
[20336,20336,20336,20336,20336,20336, 91,20336,20336,20336,20336,20336,20336]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
}
|
118
project/floors/ZL3.js
Normal file
118
project/floors/ZL3.js
Normal file
@ -0,0 +1,118 @@
|
||||
main.floors.ZL3=
|
||||
{
|
||||
"floorId": "ZL3",
|
||||
"title": "东凌走廊 3 ",
|
||||
"name": "东凌走廊3",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 4,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {
|
||||
"8,5": [
|
||||
{
|
||||
"type": "confirm",
|
||||
"text": "确认要打开这个宝箱吗?",
|
||||
"yes": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "(status:mana<50)",
|
||||
"true": [
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "操作失败"
|
||||
},
|
||||
"你的魔力不足!"
|
||||
],
|
||||
"false": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "-=",
|
||||
"value": "50"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "door.mp3"
|
||||
},
|
||||
{
|
||||
"type": "setBlock",
|
||||
"number": "X10111"
|
||||
},
|
||||
"获得一把蓝钥匙",
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:yellowKey",
|
||||
"operator": "+=",
|
||||
"value": "3"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"no": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"changeFloor": {
|
||||
"6,0": {
|
||||
"floorId": "ZL2",
|
||||
"loc": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
},
|
||||
"12,6": {
|
||||
"floorId": "ZL4",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[20336,20336,20336,20336,20336,20336, 93,20336,20336,20336,20336,20336,20336],
|
||||
[20336,691,690,366,764, 81, 0, 82,762, 0,365, 0,20336],
|
||||
[20336,20336,20336,20336,20336,20336,1076,20336,20336, 81,20336,763,20336],
|
||||
[20336,368,368,368,764, 81,762,20336, 0,763,20336, 0,20336],
|
||||
[20336,20336,20336,20336,20336,20336, 0,20336,611,612,20336, 21,20336],
|
||||
[20336,763,1077,699,20336, 0,690,20336,10110,700,20336, 0,20336],
|
||||
[20336, 0,20336, 0,20336, 81,20336,20336,20336, 81,20336,761, 94],
|
||||
[20336, 21,20336,761, 82,763, 0,611,20336, 0,20336, 0,20336],
|
||||
[20336, 0,20336, 0,20336,20336,20336, 0, 81,762, 0,690,20336],
|
||||
[20336,762,20336,690, 0,763,20336,761,20336,20336,765,20336,20336],
|
||||
[20336, 0,20336,20336,20336, 0,20336,362,20336, 21, 21, 21,20336],
|
||||
[20336,412, 0,764, 0,691,20336,691,20336,371,371,371,20336],
|
||||
[20336,20336,20336,20336,20336,20336,20336,20336,20336,20336,20336,20336,20336]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
],
|
||||
"flyPoint": [
|
||||
6,
|
||||
0
|
||||
]
|
||||
}
|
63
project/floors/ZL4.js
Normal file
63
project/floors/ZL4.js
Normal file
@ -0,0 +1,63 @@
|
||||
main.floors.ZL4=
|
||||
{
|
||||
"floorId": "ZL4",
|
||||
"title": "东凌走廊 4 ",
|
||||
"name": "东凌走廊4",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 4,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"12,6": {
|
||||
"floorId": "ZL3",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"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],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
]
|
||||
}
|
55
project/floors/ZL5.js
Normal file
55
project/floors/ZL5.js
Normal file
@ -0,0 +1,55 @@
|
||||
main.floors.ZL5=
|
||||
{
|
||||
"floorId": "ZL5",
|
||||
"title": "东凌走廊 5 ",
|
||||
"name": "东凌走廊5",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 4,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.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],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
]
|
||||
}
|
55
project/floors/ZL6.js
Normal file
55
project/floors/ZL6.js
Normal file
@ -0,0 +1,55 @@
|
||||
main.floors.ZL6=
|
||||
{
|
||||
"floorId": "ZL6",
|
||||
"title": "东凌走廊 6 ",
|
||||
"name": "东凌走廊6",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 4,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.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],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
]
|
||||
}
|
55
project/floors/ZL7.js
Normal file
55
project/floors/ZL7.js
Normal file
@ -0,0 +1,55 @@
|
||||
main.floors.ZL7=
|
||||
{
|
||||
"floorId": "ZL7",
|
||||
"title": "东凌走廊 7 ",
|
||||
"name": "东凌走廊7",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 4,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.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],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
]
|
||||
}
|
63
project/floors/ZL8.js
Normal file
63
project/floors/ZL8.js
Normal file
@ -0,0 +1,63 @@
|
||||
main.floors.ZL8=
|
||||
{
|
||||
"floorId": "ZL8",
|
||||
"title": "东凌走廊 8 ",
|
||||
"name": "东凌走廊8",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 4,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"12,6": {
|
||||
"floorId": "ZL9",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"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],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
]
|
||||
}
|
70
project/floors/ZL9.js
Normal file
70
project/floors/ZL9.js
Normal file
@ -0,0 +1,70 @@
|
||||
main.floors.ZL9=
|
||||
{
|
||||
"floorId": "ZL9",
|
||||
"title": "东凌走廊 9 ",
|
||||
"name": "东凌走廊9",
|
||||
"width": 13,
|
||||
"height": 13,
|
||||
"canFlyTo": true,
|
||||
"canFlyFrom": true,
|
||||
"canUseQuickShop": true,
|
||||
"cannotViewMap": false,
|
||||
"images": [],
|
||||
"ratio": 4,
|
||||
"defaultGround": "X10006",
|
||||
"bgm": "zhuangkuoshishi.mp3",
|
||||
"firstArrive": [],
|
||||
"eachArrive": [],
|
||||
"parallelDo": "",
|
||||
"events": {},
|
||||
"changeFloor": {
|
||||
"6,2": {
|
||||
"floorId": "ZL10",
|
||||
"loc": [
|
||||
6,
|
||||
12
|
||||
]
|
||||
},
|
||||
"12,6": {
|
||||
"floorId": "ZL8",
|
||||
"loc": [
|
||||
12,
|
||||
6
|
||||
]
|
||||
}
|
||||
},
|
||||
"beforeBattle": {},
|
||||
"afterBattle": {},
|
||||
"afterGetItem": {},
|
||||
"afterOpenDoor": {},
|
||||
"autoEvent": {},
|
||||
"cannotMove": {},
|
||||
"cannotMoveIn": {},
|
||||
"map": [
|
||||
[ 16, 16, 16, 16, 16,20362,20363, 16, 16, 16, 16, 16, 16],
|
||||
[20336, 0, 0, 0, 16,20370,20371, 16, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 16, 16, 91, 16, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20336],
|
||||
[20336,20336,20336,20336,20336,20336,20336,20336,20336,20336,20336,20336,20336]
|
||||
],
|
||||
"bgmap": [
|
||||
|
||||
],
|
||||
"fgmap": [
|
||||
|
||||
],
|
||||
"bg2map": [
|
||||
|
||||
],
|
||||
"fg2map": [
|
||||
|
||||
]
|
||||
}
|
@ -533,7 +533,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
|
||||
return [
|
||||
[1, "先攻", "怪物首先攻击", "#ffcc33"],
|
||||
[2, "魔攻", "怪物无视角色的防御", "#bbb0ff"],
|
||||
[3, "坚固", "怪物防御不小于角色75%攻击+25%防御-1", "#c0b088"],
|
||||
[3, "坚固", "怪物防御不小于角色-1", "#c0b088"],
|
||||
[4, "2连击", "怪物每回合攻击2次", "#ffee77"],
|
||||
[5, "3连击", "怪物每回合攻击3次", "#ffee77"],
|
||||
[6, function (enemy) { return (enemy.n || '') + "连击"; }, function (enemy) { return "怪物每回合攻击" + (enemy.n || 4) + "次"; }, "#ffee77"],
|
||||
|
@ -95,7 +95,10 @@ var icons_4665ee12_3a1f_44a4_bea3_0fccba634dc1 =
|
||||
"rightPortal": 25,
|
||||
"upPortal": 26,
|
||||
"ice": 27,
|
||||
"magentaWall": 28
|
||||
"magentaWall": 28,
|
||||
"A1076": 29,
|
||||
"A1077": 30,
|
||||
"A1078": 31
|
||||
},
|
||||
"npcs": {
|
||||
"man": 0,
|
||||
@ -760,7 +763,8 @@ var icons_4665ee12_3a1f_44a4_bea3_0fccba634dc1 =
|
||||
"bearDown": 4,
|
||||
"bearLeft": 5,
|
||||
"bearRight": 6,
|
||||
"bearUp": 7
|
||||
"bearUp": 7,
|
||||
"E1080": 8
|
||||
},
|
||||
"items": {
|
||||
"yellowKey": 0,
|
||||
@ -1005,7 +1009,8 @@ var icons_4665ee12_3a1f_44a4_bea3_0fccba634dc1 =
|
||||
"I720": 239,
|
||||
"I721": 240,
|
||||
"I722": 241,
|
||||
"I723": 242
|
||||
"I723": 242,
|
||||
"whiteKey": 243
|
||||
},
|
||||
"autotile": {
|
||||
"autotile": 0,
|
||||
|
@ -403,9 +403,9 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"canUseItemEffect": "(function() {\n\treturn core.hasFlag('poison') || core.hasFlag('weak') || core.hasFlag('curse');\n})();"
|
||||
},
|
||||
"hammer": {
|
||||
"cls": "tools",
|
||||
"cls": "constants",
|
||||
"name": "圣锤",
|
||||
"text": "该道具尚未被定义"
|
||||
"text": "剧情道具,能够直接击杀黑暗圣子"
|
||||
},
|
||||
"lifeWand": {
|
||||
"cls": "tools",
|
||||
@ -1070,9 +1070,17 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
}
|
||||
},
|
||||
"I412": {
|
||||
"cls": "items",
|
||||
"name": "新物品",
|
||||
"canUseItemEffect": "true"
|
||||
"cls": "equips",
|
||||
"name": "赤血光明法杖",
|
||||
"canUseItemEffect": "true",
|
||||
"text": "攻击力+1000,击败怪物后,获得7点魔力值",
|
||||
"equip": {
|
||||
"type": "法杖",
|
||||
"value": {
|
||||
"atk": 1000
|
||||
},
|
||||
"percentage": {}
|
||||
}
|
||||
},
|
||||
"I413": {
|
||||
"cls": "items",
|
||||
@ -1146,9 +1154,10 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"canUseItemEffect": "true"
|
||||
},
|
||||
"I422": {
|
||||
"cls": "items",
|
||||
"name": "新物品",
|
||||
"canUseItemEffect": "true"
|
||||
"cls": "tools",
|
||||
"name": "黑暗之钥",
|
||||
"canUseItemEffect": "true",
|
||||
"text": "可以打开一扇黑暗之门"
|
||||
},
|
||||
"I423": {
|
||||
"cls": "items",
|
||||
@ -2054,13 +2063,13 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"cls": "constants",
|
||||
"name": "黑暗光明宝典",
|
||||
"canUseItemEffect": "true",
|
||||
"text": "使用后,消耗当前100%魔力值,恢复自身当前7倍魔力值的生命值",
|
||||
"text": "使用后,消耗当前100%魔力值,恢复自身当前9倍魔力值的生命值",
|
||||
"useItemEvent": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:mana*7)"
|
||||
"value": "(status:mana*9)"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
@ -2074,13 +2083,13 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"cls": "constants",
|
||||
"name": "圣阶光明宝典",
|
||||
"canUseItemEffect": "true",
|
||||
"text": "使用后,消耗当前100%魔力值,恢复自身当前(8倍魔力值)的生命值",
|
||||
"text": "使用后,消耗当前100%魔力值,恢复自身当前(18倍魔力值)的生命值",
|
||||
"useItemEvent": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:mana*8)"
|
||||
"value": "(status:mana*18)"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
@ -2120,9 +2129,17 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
}
|
||||
},
|
||||
"I632": {
|
||||
"cls": "items",
|
||||
"name": "新物品",
|
||||
"canUseItemEffect": "true"
|
||||
"cls": "equips",
|
||||
"name": "福灵甲",
|
||||
"canUseItemEffect": "true",
|
||||
"text": "防御力1000",
|
||||
"equip": {
|
||||
"type": "法袍",
|
||||
"value": {
|
||||
"def": 1000
|
||||
},
|
||||
"percentage": {}
|
||||
}
|
||||
},
|
||||
"I633": {
|
||||
"cls": "items",
|
||||
@ -2762,5 +2779,11 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"cls": "items",
|
||||
"name": "新物品",
|
||||
"canUseItemEffect": "true"
|
||||
},
|
||||
"whiteKey": {
|
||||
"cls": "tools",
|
||||
"name": "光明之钥",
|
||||
"canUseItemEffect": "true",
|
||||
"text": "可以打开一扇光明之门"
|
||||
}
|
||||
}
|
@ -973,10 +973,18 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e =
|
||||
"1073": {"cls":"npc48","id":"N1073","faceIds":{"down":"N1072","left":"N1073","right":"N1074","up":"N1075"}},
|
||||
"1074": {"cls":"npc48","id":"N1074","faceIds":{"down":"N1072","left":"N1073","right":"N1074","up":"N1075"}},
|
||||
"1075": {"cls":"npc48","id":"N1075","faceIds":{"down":"N1072","left":"N1073","right":"N1074","up":"N1075"}},
|
||||
"1076": {"cls":"animates","id":"A1076","name":"黑暗之门","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"I422":1}}},
|
||||
"1077": {"cls":"animates","id":"A1077","trigger":"openDoor","name":"光明之门","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"whiteKey":1}}},
|
||||
"1078": {"cls":"animates","id":"A1078","name":"光暗之门","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"whiteKey":1,"I422":1}}},
|
||||
"1079": {"cls":"items","id":"whiteKey"},
|
||||
"1080": {"cls":"enemy48","id":"E1080"},
|
||||
"10111": {"cls":"tileset","id":"X10111","event":["这个宝箱是空的!"]},
|
||||
"20249": {"cls":"tileset","id":"X20249","canBreak":true},
|
||||
"20336": {"cls":"tileset","id":"X20336","canBreak":true},
|
||||
"60341": {"cls":"tileset","id":"X60341","event":["这个宝箱是空的!"]},
|
||||
"60395": {"cls":"tileset","id":"X60395","event":["这个罐子是空的!"]},
|
||||
"80531": {"cls":"tileset","id":"X80531","canBreak":true},
|
||||
"104454": {"cls":"tileset","id":"X104454","canBreak":true}
|
||||
"104454": {"cls":"tileset","id":"X104454","canBreak":true},
|
||||
"120004": {"cls":"tileset","id":"X120004","canBreak":true},
|
||||
"120007": {"cls":"tileset","id":"X120007","canBreak":true}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 44 KiB |
Binary file not shown.
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 78 KiB |
Loading…
Reference in New Issue
Block a user