10.20
This commit is contained in:
		
							parent
							
								
									a1eb7544bc
								
							
						
					
					
						commit
						42ebe1f389
					
				
							
								
								
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1 +1,6 @@ | ||||
| _saves/* | ||||
| _saves/ | ||||
| project/bgms/ | ||||
| project/animates/ | ||||
| project/images/ | ||||
| project/sounds/ | ||||
| _docs/ | ||||
							
								
								
									
										1
									
								
								_server/config.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								_server/config.json
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| {"viewportLoc":[0,0],"editorLastFloorId":"wuchongtian","lastUsed":[{"idnum":5,"id":"lava","images":"terrains","y":21,"recent":1666363727571,"frequent":1}]} | ||||
| @ -142,7 +142,8 @@ | ||||
|         </div> | ||||
| 
 | ||||
|         <!-- 状态栏canvas化 --> | ||||
|         <canvas id="statusCanvas" style="position: absolute; left: 0; top: 0;"></canvas> | ||||
|         <canvas id="statusCanvas" style="position: absolute; left: 0; top: 0; z-index: 100;"></canvas> | ||||
|         <canvas id="caidan1" style="position: absolute; left: 0; top: 0;"></canvas> | ||||
|     </div> | ||||
|     <div id="toolBar" class="clearfix"> | ||||
|         <img class="tools" id='img-book'> | ||||
| @ -171,6 +172,7 @@ | ||||
|         <canvas class='gameCanvas' id='hero'></canvas> | ||||
|         <canvas class='gameCanvas' id='event2'></canvas> | ||||
|         <canvas class='gameCanvas' id='fg'></canvas> | ||||
|         <canvas class='gameCanvas' id='caidan'></canvas> | ||||
|         <canvas class='gameCanvas' id='damage'></canvas> | ||||
|         <canvas class='gameCanvas' id='animate'></canvas> | ||||
|         <canvas class='gameCanvas' id='curtain'></canvas> | ||||
|  | ||||
| @ -3456,6 +3456,16 @@ control.prototype._resize_statusBar = function (obj) { | ||||
|         core.dom.statusCanvas.style.height = obj.outerHeight - 2 * obj.BORDER + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT * core.domStyle.scale + obj.BORDER : 0) + "px"; | ||||
|         core.maps._setHDCanvasSize(core.dom.statusCanvasCtx, obj.BAR_WIDTH, core._PY_ + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT + obj.BORDER : 0)); | ||||
|     } | ||||
|     if (core.domStyle.isVertical) { | ||||
|         core.dom.caidan1.style.width = core._PX_ * core.domStyle.scale + "px"; | ||||
|         core.dom.caidan1.style.height = obj.statusBarHeightInVertical - 3 + "px"; | ||||
|         core.maps._setHDCanvasSize(core.dom.caidan1Ctx, core._PX_, obj.col * 32 + 9); | ||||
|     } | ||||
|     else { | ||||
|         core.dom.caidan1.style.width = obj.BAR_WIDTH * core.domStyle.scale + "px"; | ||||
|         core.dom.caidan1.style.height = obj.outerHeight - 2 * obj.BORDER + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT * core.domStyle.scale + obj.BORDER : 0) + "px"; | ||||
|         core.maps._setHDCanvasSize(core.dom.caidan1Ctx, obj.BAR_WIDTH, core._PY_ + (obj.extendToolbar ? obj.TOOLBAR_HEIGHT + obj.BORDER : 0)); | ||||
|     } | ||||
|     core.dom.statusCanvas.style.display = core.flags.statusCanvas && !obj.extendToolbar ? "block" : "none"; | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -11,8 +11,8 @@ | ||||
| // const core = (() => {
 | ||||
| 
 | ||||
| function core () { | ||||
|     this._WIDTH_ = 13; | ||||
|     this._HEIGHT_ = 13; | ||||
|     this._WIDTH_ = 15; | ||||
|     this._HEIGHT_ = 15; | ||||
|     this._PX_ = this._WIDTH_ * 32; | ||||
|     this._PY_ = this._HEIGHT_ * 32; | ||||
|     this._HALF_WIDTH_ = Math.floor(this._WIDTH_ / 2); | ||||
|  | ||||
							
								
								
									
										2
									
								
								main.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.js
									
									
									
									
									
								
							| @ -73,6 +73,8 @@ function main () { | ||||
|         'hard': document.getElementById('hard'), | ||||
|         'statusCanvas': document.getElementById('statusCanvas'), | ||||
|         'statusCanvasCtx': document.getElementById('statusCanvas').getContext('2d'), | ||||
|         'caidan1': document.getElementById('caidan1'), | ||||
|         'caidan1Ctx': document.getElementById('caidan1').getContext('2d'), | ||||
|         'inputDiv': document.getElementById('inputDiv'), | ||||
|         'inputMessage': document.getElementById('inputMessage'), | ||||
|         'inputBox': document.getElementById('inputBox'), | ||||
|  | ||||
							
								
								
									
										
											BIN
										
									
								
								project/autotiles/autotile5.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								project/autotiles/autotile5.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 347 B | 
							
								
								
									
										1206
									
								
								project/data.js
									
									
									
									
									
								
							
							
						
						
									
										1206
									
								
								project/data.js
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -1,84 +1,101 @@ | ||||
| var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =  | ||||
| { | ||||
| 	"greenSlime": {"name":"绿头怪","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"redSlime": {"name":"红头怪","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[16,18],"value":10}, | ||||
| 	"blackSlime": {"name":"青头怪","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"slimelord": {"name":"怪王","hp":100,"atk":120,"def":0,"money":10,"exp":0,"point":0,"special":[1,9]}, | ||||
| 	"bat": {"name":"小蝙蝠","hp":100,"atk":120,"def":0,"money":2,"exp":0,"point":0,"special":[1]}, | ||||
| 	"bigBat": {"name":"大蝙蝠","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"redBat": {"name":"红蝙蝠","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, | ||||
| 	"vampire": {"name":"冥灵魔王","hp":888,"atk":888,"def":888,"money":888,"exp":888,"point":0,"special":[6],"n":8}, | ||||
| 	"skeleton": {"name":"骷髅人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"skeletonCaptain": {"name":"骷髅队长","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"zombie": {"name":"兽人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"zombieKnight": {"name":"兽人武士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"rock": {"name":"石头人","hp":50,"atk":50,"def":0,"money":3,"exp":0,"point":0,"special":3}, | ||||
| 	"bluePriest": {"name":"初级法师","hp":100,"atk":120,"def":0,"money":3,"exp":0,"point":1,"special":[9]}, | ||||
| 	"redPriest": {"name":"高级法师","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"brownWizard": {"name":"初级巫师","hp":100,"atk":120,"def":0,"money":16,"exp":0,"point":0,"special":15,"value":100,"range":2}, | ||||
| 	"redWizard": {"name":"高级巫师","hp":1000,"atk":1200,"def":0,"money":160,"exp":0,"point":0,"special":15,"value":200,"zoneSquare":true}, | ||||
| 	"swordsman": {"name":"双手剑士","hp":100,"atk":120,"def":0,"money":6,"exp":0,"point":0,"special":4}, | ||||
| 	"soldier": {"name":"冥战士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"yellowKnight": {"name":"金骑士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"redKnight": {"name":"红骑士","hp":500,"atk":200,"def":50,"money":0,"exp":0,"point":0,"special":[7]}, | ||||
| 	"darkKnight": {"name":"黑骑士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"blueKnight": {"name":"蓝骑士","hp":100,"atk":120,"def":0,"money":9,"exp":0,"point":0,"special":8}, | ||||
| 	"goldSlime": {"name":"黄头怪","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"poisonSkeleton": {"name":"紫骷髅","hp":50,"atk":60,"def":70,"money":80,"exp":0,"point":0,"special":13}, | ||||
| 	"poisonBat": {"name":"紫蝙蝠","hp":100,"atk":120,"def":0,"money":14,"exp":0,"point":0,"special":13}, | ||||
| 	"skeletonPriest": {"name":"骷髅法师","hp":100,"atk":100,"def":0,"money":0,"exp":0,"point":0,"special":18,"value":20}, | ||||
| 	"skeletonKing": {"name":"骷髅王","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"evilHero": {"name":"迷失勇者","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"demonPriest": {"name":"魔神法师","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"goldHornSlime": {"name":"金角怪","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"silverSlime": {"name":"银头怪","hp":100,"atk":120,"def":0,"money":15,"exp":0,"point":0,"special":14}, | ||||
| 	"whiteHornSlime": {"name":"尖角怪","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"redSwordsman": {"name":"剑王","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, | ||||
| 	"poisonZombie": {"name":"绿兽人","hp":100,"atk":120,"def":0,"money":13,"exp":0,"point":0,"special":[12]}, | ||||
| 	"octopus": {"name":"血影","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0,"bigImage":"dragon_1.png"}, | ||||
| 	"princessEnemy": {"name":"假公主","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"angel": {"name":"天使","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"elemental": {"name":"元素生物","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"steelGuard": {"name":"铁守卫","hp":50,"atk":50,"def":50,"money":0,"exp":0,"point":0,"special":[18],"value":20}, | ||||
| 	"evilBat": {"name":"邪恶蝙蝠","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"silverSlimelord": {"name":"银怪王","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"goldSlimelord": {"name":"金怪王","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"skeletonWarrior": {"name":"骷髅士兵","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"whiteSlimeman": {"name":"水银战士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"slimeman": {"name":"影子战士","hp":100,"atk":0,"def":0,"money":11,"exp":0,"point":0,"special":[9],"atkValue":2,"defValue":3}, | ||||
| 	"yellowGateKeeper": {"name":"初级卫兵","hp":100,"atk":120,"def":0,"money":10,"exp":0,"point":0,"special":0}, | ||||
| 	"blueGateKeeper": {"name":"中级卫兵","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"redGateKeeper": {"name":"高级卫兵","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"magicMaster": {"name":"黑暗大法师","hp":100,"atk":120,"def":0,"money":12,"exp":0,"point":0,"special":11,"value":0.3333333333333333,"add":true,"notBomb":true}, | ||||
| 	"devilWarrior": {"name":"魔神武士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"fairyEnemy": {"name":"仙子","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"dragon": {"name":"魔龙","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0,"bigImage":"dragon_0.png"}, | ||||
| 	"skeletonKnight": {"name":"骷髅武士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"skeletonPresbyter": {"name":"骷髅巫师","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"ironRock": {"name":"铁面人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"grayRock": {"name":"灰色石头人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"yellowPriest": {"name":"中级法师","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"evilPrincess": {"name":"痛苦魔女","hp":1000,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[10]}, | ||||
| 	"blademaster": {"name":"剑圣","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"evilFairy": {"name":"黑暗仙子","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"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}, | ||||
| 	"devilKnight": {"name":"恶灵骑士","hp":150,"atk":100,"def":50,"money":0,"exp":0,"point":0,"special":[1,5,7,8]}, | ||||
| 	"grayPriest": {"name":"混沌法师","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"greenGateKeeper": {"name":"卫兵队长","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"ghostSoldier": {"name":"冥队长","hp":200,"atk":100,"def":50,"money":0,"exp":0,"point":0,"special":8}, | ||||
| 	"frostBat": {"name":"寒蝙蝠","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"greenSlime": {"name":"绿色史莱姆","hp":50,"atk":20,"def":1,"money":1,"exp":1,"point":0,"special":0}, | ||||
| 	"redSlime": {"name":"红色史莱姆","hp":30,"atk":22,"def":2,"money":2,"exp":1,"point":0,"special":1}, | ||||
| 	"blackSlime": {"name":"黑暗史莱姆","hp":120,"atk":68,"def":22,"money":12,"exp":1,"point":0,"special":0}, | ||||
| 	"slimelord": {"name":"史莱姆王","hp":6006,"atk":250,"def":180,"money":600,"exp":110,"point":0,"special":0}, | ||||
| 	"bat": {"name":"小蝙蝠","hp":100,"atk":38,"def":1,"money":4,"exp":1,"point":0,"special":0}, | ||||
| 	"bigBat": {"name":"大蝙蝠","hp":200,"atk":83,"def":10,"money":15,"exp":2,"point":0,"special":4}, | ||||
| 	"redBat": {"name":"红蝙蝠","hp":200,"atk":89,"def":33,"money":10,"exp":5,"point":0,"special":5}, | ||||
| 	"vampire": {"name":"夜惧王","hp":2073,"atk":250,"def":180,"money":680,"exp":130,"point":0,"special":11}, | ||||
| 	"skeleton": {"name":"骷髅人","hp":120,"atk":40,"def":2,"money":5,"exp":1,"point":0,"special":0}, | ||||
| 	"skeletonSoilder": {"name":"白骨精兵","hp":150,"atk":45,"def":12,"money":8,"exp":2,"point":0,"special":0}, | ||||
| 	"skeletonCaptain": {"name":"噬骨","hp":300,"atk":50,"def":20,"money":30,"exp":10,"point":0,"special":0}, | ||||
| 	"ghostSkeleton": {"name":"鬼战兵","hp":290,"atk":120,"def":55,"money":11,"exp":5,"point":0,"special":0}, | ||||
| 	"zombie": {"name":"兽人","hp":135,"atk":85,"def":42,"money":18,"exp":2,"point":0,"special":0}, | ||||
| 	"zombieKnight": {"name":"兽人武士","hp":4300,"atk":160,"def":800,"money":280,"exp":30,"point":0,"special":0}, | ||||
| 	"rock": {"name":"石怪","hp":700,"atk":140,"def":110,"money":42,"exp":3,"point":0,"special":0}, | ||||
| 	"slimeMan": {"name":"水化人","hp":650,"atk":150,"def":50,"money":30,"exp":2,"point":0,"special":0}, | ||||
| 	"bluePriest": {"name":"初级法师","hp":80,"atk":40,"def":5,"money":7,"exp":1,"point":0,"special":0}, | ||||
| 	"redPriest": {"name":"高级法师","hp":140,"atk":80,"def":10,"money":12,"exp":1,"point":0,"special":2}, | ||||
| 	"brownWizard": {"name":"麻衣法师","hp":220,"atk":100,"def":20,"money":20,"exp":2,"point":0,"special":2}, | ||||
| 	"redWizard": {"name":"深红巫师","hp":1991,"atk":400,"def":0,"money":420,"exp":60,"point":0,"special":2}, | ||||
| 	"yellowGuard": {"name":"初级卫兵","hp":600,"atk":300,"def":150,"money":64,"exp":4,"point":0,"special":0}, | ||||
| 	"blueGuard": {"name":"中级卫兵","hp":1220,"atk":694,"def":242,"money":85,"exp":8,"point":0,"special":0}, | ||||
| 	"redGuard": {"name":"高级卫兵","hp":5000,"atk":200,"def":100,"money":300,"exp":30,"point":0,"special":0}, | ||||
| 	"swordsman": {"name":"双手剑士","hp":889,"atk":765,"def":49,"money":90,"exp":9,"point":0,"special":4,"afterBattle":[{"type":"if","condition":"(flag:70f==1)","true":[{"type":"setBlock","number":"upFly","loc":[[6,6]],"floorId":"MT70"},{"type":"setValue","name":"flag:70f","value":"0"}],"false":[]}]}, | ||||
| 	"soldier": {"name":"十字","hp":1010,"atk":608,"def":452,"money":82,"exp":8,"point":0,"special":0}, | ||||
| 	"yellowKnight": {"name":"弑剑","hp":1001,"atk":805,"def":495,"money":300,"exp":50,"point":0,"special":1}, | ||||
| 	"redKnight": {"name":"赤骑士","hp":1200,"atk":760,"def":550,"money":102,"exp":10,"point":0,"special":0}, | ||||
| 	"darkKnight": {"name":"冥煞:128","hp":3131,"atk":300,"def":0,"money":2000,"exp":100,"point":0,"special":0}, | ||||
| 	"blackKing": {"name":"黑衣魔王","hp":1000,"atk":500,"def":0,"money":1000,"exp":1000,"point":0,"special":0,"notBomb":true}, | ||||
| 	"yellowKing": {"name":"黄衣魔王","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"greenKing": {"name":"青衣武士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"redKing": {"name":"红衣魔王","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"blueKing": {"name":"白衣武士","hp":100,"atk":120,"def":0,"money":17,"exp":0,"point":0,"special":16}, | ||||
| 	"keiskeiFairy": {"name":"铃兰花妖","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"tulipFairy": {"name":"郁金香花妖","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"purpleBowman": {"name":"高级弓兵","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"bearDown": {"name":"熊出没","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[],"faceIds":{"down":"bearDown","left":"bearLeft","right":"bearRight","up":"bearUp"},"bigImage":"bear.png"}, | ||||
| 	"bearLeft": {"name":"熊出没","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[],"faceIds":{"down":"bearDown","left":"bearLeft","right":"bearRight","up":"bearUp"}}, | ||||
| 	"bearRight": {"name":"熊出没","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[],"faceIds":{"down":"bearDown","left":"bearLeft","right":"bearRight","up":"bearUp"}}, | ||||
| 	"bearUp": {"name":"熊出没","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[],"faceIds":{"down":"bearDown","left":"bearLeft","right":"bearRight","up":"bearUp"}} | ||||
| 	"greenKing": {"name":"青衣武士","hp":2929,"atk":180,"def":300,"money":220,"exp":21,"point":0,"special":0}, | ||||
| 	"blueKnight": {"name":"弑剑","hp":2002,"atk":905,"def":565,"money":1000,"exp":100,"point":0,"special":1}, | ||||
| 	"goldSlime": {"name":"黄头怪","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"poisonSkeleton": {"name":"紫骷髅","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"poisonBat": {"name":"衰弱蝙蝠","hp":80,"atk":110,"def":30,"money":16,"exp":2,"point":0,"special":13}, | ||||
| 	"steelRock": {"name":"刚石王","hp":186,"atk":250,"def":180,"money":605,"exp":110,"point":0,"special":3}, | ||||
| 	"skeletonPriest": {"name":"枯骨法师","hp":2800,"atk":220,"def":160,"money":300,"exp":40,"point":0,"special":2}, | ||||
| 	"skeletonKing": {"name":"骷髅王","hp":4444,"atk":250,"def":180,"money":620,"exp":120,"point":0,"special":0}, | ||||
| 	"skeletonWizard": {"name":"业命","hp":13450,"atk":600,"def":110,"money":3000,"exp":200,"point":0,"special":[2,1]}, | ||||
| 	"redSkeletonCaption": {"name":"骷髅武士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"badHero": {"name":"迷失勇者","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"demon": {"name":"魔神武士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"demonPriest": {"name":"魔神法师","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"goldHornSlime": {"name":"角使:","hp":2044,"atk":150,"def":500,"money":200,"exp":20,"point":0,"special":1}, | ||||
| 	"redKing": {"name":"赤将","hp":1764,"atk":900,"def":144,"money":81,"exp":36,"point":0,"special":0,"notBomb":true}, | ||||
| 	"whiteKing": {"name":"白衣武士","hp":1515,"atk":700,"def":200,"money":95,"exp":9,"point":0,"special":0}, | ||||
| 	"blackMagician": {"name":"暗法神","hp":5842,"atk":250,"def":180,"money":630,"exp":120,"point":0,"special":2}, | ||||
| 	"silverSlime": {"name":"银头怪","hp":100,"atk":120,"def":0,"money":15,"exp":0,"point":0,"special":14}, | ||||
| 	"swordEmperor": {"name":"剑圣","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"whiteHornSlime": {"name":"角尊","hp":6501,"atk":180,"def":900,"money":1500,"exp":150,"point":0,"special":[5,1]}, | ||||
| 	"badPrincess": {"name":"公主","hp":6300,"atk":700,"def":224,"money":0,"exp":0,"point":0,"special":0,"notBomb":true}, | ||||
| 	"badFairy": {"name":"黑暗仙子","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"grayPriest": {"name":"中级法师","hp":115,"atk":57,"def":15,"money":10,"exp":1,"point":0,"special":2}, | ||||
| 	"redSwordsman": {"name":"双手剑王:128","hp":1510,"atk":170,"def":50,"money":235,"exp":24,"point":0,"special":0}, | ||||
| 	"whiteGhost": {"name":"浊水人","hp":2600,"atk":130,"def":300,"money":190,"exp":19,"point":0,"special":0}, | ||||
| 	"poisonZombie": {"name":"绿兽人","hp":100,"atk":120,"def":0,"money":13,"exp":0,"point":0,"special":12}, | ||||
| 	"magicDragon": {"name":"魔龙","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"octopus": {"name":"血影","hp":5000,"atk":1500,"def":1000,"money":100,"exp":400,"point":0,"special":0,"afterBattle":[{"type":"hide","loc":[[6,4]],"remove":true,"async":true},{"type":"hide","loc":[[6,5]],"remove":true,"async":true},{"type":"hide","loc":[[5,4]],"remove":true,"async":true},{"type":"hide","loc":[[5,5]],"remove":true,"async":true},{"type":"hide","loc":[[5,6]],"remove":true,"async":true},{"type":"hide","loc":[[7,4]],"remove":true,"async":true},{"type":"hide","loc":[[7,5]],"remove":true,"async":true},{"type":"hide","loc":[[7,6]],"remove":true,"async":true},{"type":"waitAsync"}],"bigImage":null}, | ||||
| 	"darkFairy": {"name":"仙子","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"greenKnight": {"name":"强盾骑士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"angel": {"name":"天使","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"elemental": {"name":"元素生物","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"steelGuard": {"name":"铁守卫","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":18,"value":20}, | ||||
| 	"evilBat": {"name":"邪恶蝙蝠","hp":1000,"atk":1,"def":0,"money":0,"exp":0,"point":0,"special":[2,3]}, | ||||
| 	"M300": {"name":"墙妖","hp":50,"atk":420,"def":300,"money":100,"exp":10,"point":0,"special":3}, | ||||
| 	"M301": {"name":"汪洋","hp":10000,"atk":300,"def":0,"money":1000,"exp":100,"point":0,"special":0,"beforeBattle":[{"type":"animate","name":"hainazhijian","loc":[6,5]}],"afterBattle":[{"type":"setValue","name":"flag:255","value":"1"},{"type":"setValue","name":"flag:bofang","value":"0"},{"type":"trigger","loc":[0,1]}]}, | ||||
| 	"M302": {"name":"毒尾","hp":1000,"atk":140,"def":30,"money":100,"exp":20,"point":0,"special":[11,12],"value":0.34,"add":false}, | ||||
| 	"M303": {"name":"血尾雕像","hp":5000,"atk":100,"def":0,"money":200,"exp":10,"point":0,"special":[15,11],"value":100.34,"add":false}, | ||||
| 	"E340": {"name":"戾鬼","hp":49999,"atk":18973,"def":1800,"money":5000,"exp":500,"point":0,"special":0}, | ||||
| 	"E341": {"name":"媚儿","hp":25000,"atk":250,"def":180,"money":2500,"exp":250,"point":0,"special":0}, | ||||
| 	"E342": {"name":"圣狱","hp":30000,"atk":250,"def":180,"money":3000,"exp":300,"point":0,"special":0}, | ||||
| 	"E343": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"E344": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"E381": {"name":"祭祀法师","hp":120,"atk":70,"def":9,"money":20,"exp":2,"point":0,"special":2}, | ||||
| 	"E382": {"name":"风翼使者:128","hp":130,"atk":140,"def":38,"money":20,"exp":3,"point":0,"special":0}, | ||||
| 	"E383": {"name":"腐翼","hp":1350,"atk":358,"def":48,"money":200,"exp":30,"point":0,"special":[5,13]}, | ||||
| 	"E384": {"name":"残灵史莱姆","hp":500,"atk":200,"def":30,"money":35,"exp":2,"point":0,"special":1}, | ||||
| 	"E385": {"name":"夜兽人","hp":770,"atk":180,"def":90,"money":46,"exp":3,"point":0,"special":0}, | ||||
| 	"E386": {"name":"绿法师","hp":600,"atk":170,"def":30,"money":34,"exp":3,"point":0,"special":2}, | ||||
| 	"E387": {"name":"黄门怪","hp":100,"atk":230,"def":220,"money":800,"exp":80,"point":0,"special":3}, | ||||
| 	"E388": {"name":"蓝门怪","hp":150,"atk":250,"def":230,"money":1000,"exp":120,"point":0,"special":3}, | ||||
| 	"E389": {"name":"红门怪","hp":220,"atk":270,"def":240,"money":2000,"exp":300,"point":0,"special":3}, | ||||
| 	"E390": {"name":"铁门怪","hp":300,"atk":270,"def":240,"money":5000,"exp":800,"point":0,"special":3}, | ||||
| 	"E391": {"name":"土墙妖","hp":98,"atk":840,"def":630,"money":1000,"exp":50,"point":0,"special":3}, | ||||
| 	"E392": {"name":"隐墙妖","hp":199,"atk":999,"def":773,"money":5000,"exp":100,"point":0,"special":3}, | ||||
| 	"E393": {"name":"夜虫","hp":3000,"atk":990,"def":800,"money":250,"exp":100,"point":0,"special":0}, | ||||
| 	"E394": {"name":"巡察禁卫","hp":8536,"atk":120,"def":978,"money":500,"exp":50,"point":0,"special":0,"afterBattle":[{"type":"setValue","name":"flag:246","operator":"+=","value":"1"},{"type":"if","condition":"(flag:246==2)","true":[{"type":"trigger","loc":[0,0]}],"false":[]}]}, | ||||
| 	"E395": {"name":"铁甲骨兵","hp":3800,"atk":260,"def":200,"money":340,"exp":42,"point":0,"special":0}, | ||||
| 	"E396": {"name":"殿堂骨巫","hp":3102,"atk":250,"def":180,"money":520,"exp":100,"point":0,"special":[2,13]}, | ||||
| 	"E397": {"name":"双剑骨兵","hp":3835,"atk":280,"def":160,"money":380,"exp":45,"point":0,"special":5}, | ||||
| 	"E398": {"name":"金甲骨兵","hp":6935,"atk":270,"def":220,"money":410,"exp":55,"point":0,"special":0}, | ||||
| 	"E399": {"name":"破军","hp":6086,"atk":250,"def":180,"money":720,"exp":150,"point":0,"special":0}, | ||||
| 	"E400": {"name":"天魔","hp":54321,"atk":250,"def":180,"money":0,"exp":0,"point":0,"special":0}, | ||||
| 	"E401": {"name":"侍魔将","hp":7017,"atk":250,"def":180,"money":745,"exp":155,"point":0,"special":0}, | ||||
| 	"E407": {"name":"海卫兵","hp":1305,"atk":900,"def":631,"money":170,"exp":14,"point":0,"special":0}, | ||||
| 	"E408": {"name":"海禁军","hp":1625,"atk":900,"def":642,"money":200,"exp":15,"point":0,"special":2}, | ||||
| 	"E409": {"name":"海枪兵","hp":2400,"atk":970,"def":524,"money":180,"exp":16,"point":0,"special":0}, | ||||
| 	"E520": {"name":"夜兽人","hp":770,"atk":180,"def":90,"money":46,"exp":3,"point":0,"special":[]} | ||||
| } | ||||
							
								
								
									
										731
									
								
								project/floors/CETAI.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										731
									
								
								project/floors/CETAI.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,731 @@ | ||||
| main.floors.CETAI= | ||||
| { | ||||
|     "floorId": "CETAI", | ||||
|     "title": "侧台", | ||||
|     "name": "侧台", | ||||
|     "canFlyTo": false, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": true, | ||||
|     "images": [ | ||||
|         { | ||||
|             "name": "hua.png", | ||||
|             "canvas": "bg", | ||||
|             "x": 4, | ||||
|             "y": 8 | ||||
|         } | ||||
|     ], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "events": { | ||||
|         "10,6": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "animate": true, | ||||
|             "displayDamage": true, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "comment", | ||||
|                     "text": "Azure:哇哈哈哈哈哈哈哈哈终于看到个短小的事件了" | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "showImage", | ||||
|                     "code": 1, | ||||
|                     "image": "shengxiao.png", | ||||
|                     "loc": [ | ||||
|                         180, | ||||
|                         0 | ||||
|                     ], | ||||
|                     "dw": 100, | ||||
|                     "dh": 100, | ||||
|                     "opacity": 1, | ||||
|                     "time": 0 | ||||
|                 }, | ||||
|                 "\t[邵虎]媚儿你啊.......什么时候能长大呢?", | ||||
|                 { | ||||
|                     "type": "hideImage", | ||||
|                     "code": 1, | ||||
|                     "time": 0 | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         "10,3": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "comment", | ||||
|                     "text": "flag:cetaiJack标记是否进行过对话" | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "if", | ||||
|                     "condition": "(flag:cetaiJack != 1)", | ||||
|                     "true": [ | ||||
|                         { | ||||
|                             "type": "choices", | ||||
|                             "text": "是否跳过剧情", | ||||
|                             "choices": [ | ||||
|                                 { | ||||
|                                     "text": "是", | ||||
|                                     "action": [] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "text": "否", | ||||
|                                     "action": [ | ||||
|                                         { | ||||
|                                             "type": "showImage", | ||||
|                                             "code": 1, | ||||
|                                             "image": "jiekezixin.png", | ||||
|                                             "loc": [ | ||||
|                                                 180, | ||||
|                                                 0 | ||||
|                                             ], | ||||
|                                             "opacity": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         "\t[杰克].........................", | ||||
|                                         { | ||||
|                                             "type": "showImage", | ||||
|                                             "code": 2, | ||||
|                                             "image": "shaohuzixin.png", | ||||
|                                             "loc": [ | ||||
|                                                 0, | ||||
|                                                 0 | ||||
|                                             ], | ||||
|                                             "opacity": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         "\t[邵虎]杰克,你怎么跑这里来了?", | ||||
|                                         { | ||||
|                                             "type": "showImage", | ||||
|                                             "code": 1, | ||||
|                                             "image": "jiekeyilv.png", | ||||
|                                             "loc": [ | ||||
|                                                 180, | ||||
|                                                 0 | ||||
|                                             ], | ||||
|                                             "opacity": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "sleep", | ||||
|                                             "time": 500 | ||||
|                                         }, | ||||
|                                         "\t[杰克].......老大?", | ||||
|                                         "\t[邵虎]怎么了?", | ||||
|                                         { | ||||
|                                             "type": "showImage", | ||||
|                                             "code": 1, | ||||
|                                             "image": "jiekezixin.png", | ||||
|                                             "loc": [ | ||||
|                                                 180, | ||||
|                                                 0 | ||||
|                                             ], | ||||
|                                             "opacity": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         "\t[杰克]没事,刚才在想一些事情........对了,老大的毒......?", | ||||
|                                         { | ||||
|                                             "type": "if", | ||||
|                                             "condition": "core.getFlag(\"poison\",0)", | ||||
|                                             "true": [ | ||||
|                                                 "\t[邵虎]..........还没有解,不过已经找到了解毒药,很快就能解掉了。" | ||||
|                                             ], | ||||
|                                             "false": [ | ||||
|                                                 "\t[邵虎]已经解过了,我找到了解毒药,现在感觉探索方便多了。" | ||||
|                                             ] | ||||
|                                         }, | ||||
|                                         "\t[杰克]这样啊......不过老大看上去气色还是不对啊。", | ||||
|                                         "\t[邵虎]..........你也看出来了?我也不知道怎么回事,感觉全身上下使不上力气。", | ||||
|                                         "\t[杰克]........你是不是被腐翼咬到了?", | ||||
|                                         "\t[邵虎]..........嗯。是这个缘故吗?", | ||||
|                                         "\t[杰克]没错,腐翼的毒牙拥有衰弱的能力。在衰弱状态下老大的能力将会减半。", | ||||
|                                         "\t[杰克]要想解除,恐怕老大要拿到【解衰药水】才行。", | ||||
|                                         "\t[邵虎]【解衰药水】......好吧。我会留意的。", | ||||
|                                         { | ||||
|                                             "type": "hideImage", | ||||
|                                             "code": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "hideImage", | ||||
|                                             "code": 2, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "animate", | ||||
|                                             "name": "shenglvehao", | ||||
|                                             "loc": [ | ||||
|                                                 10, | ||||
|                                                 3 | ||||
|                                             ] | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "sleep", | ||||
|                                             "time": 1000 | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "showImage", | ||||
|                                             "code": 1, | ||||
|                                             "image": "jiekezixin.png", | ||||
|                                             "loc": [ | ||||
|                                                 180, | ||||
|                                                 0 | ||||
|                                             ], | ||||
|                                             "opacity": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         "\t[杰克]那个.........老大。", | ||||
|                                         { | ||||
|                                             "type": "showImage", | ||||
|                                             "code": 2, | ||||
|                                             "image": "shaohuyilv.png", | ||||
|                                             "loc": [ | ||||
|                                                 0, | ||||
|                                                 0 | ||||
|                                             ], | ||||
|                                             "opacity": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         "\t[邵虎]怎么了?", | ||||
|                                         "\t[杰克]我想在这里多呆一会。你帮我留意一下我父亲的行踪好吗?", | ||||
|                                         { | ||||
|                                             "type": "showImage", | ||||
|                                             "code": 2, | ||||
|                                             "image": "shaohuzixin.png", | ||||
|                                             "loc": [ | ||||
|                                                 0, | ||||
|                                                 0 | ||||
|                                             ], | ||||
|                                             "opacity": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         "\t[邵虎]这不是一开始就说好了的吗?我一定留心。你自己小心。", | ||||
|                                         "\t[杰克]知道了。", | ||||
|                                         "\t[杰克]那这把红钥匙给老大用吧。老大也....小心点。", | ||||
|                                         { | ||||
|                                             "type": "hideImage", | ||||
|                                             "code": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "hideImage", | ||||
|                                             "code": 2, | ||||
|                                             "time": 0 | ||||
|                                         } | ||||
|                                     ] | ||||
|                                 } | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "23", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     8, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setValue", | ||||
|                             "name": "flag:juqing", | ||||
|                             "value": "flag:juqing+1" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setValue", | ||||
|                             "name": "flag:cetaiJack", | ||||
|                             "value": "1" | ||||
|                         } | ||||
|                     ], | ||||
|                     "false": [ | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "jiekezixin.png", | ||||
|                             "loc": [ | ||||
|                                 180, | ||||
|                                 0 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[杰克]............老大小心一些。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         } | ||||
|                     ] | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         "8,3": null, | ||||
|         "4,7": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "comment", | ||||
|                     "text": "flag:123标记是否跟侧台仙子进行过对话" | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "if", | ||||
|                     "condition": "(flag:123 != 1)", | ||||
|                     "true": [ | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "sangang", | ||||
|                             "loc": [ | ||||
|                                 4, | ||||
|                                 7 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setValue", | ||||
|                             "name": "flag:juqing", | ||||
|                             "value": "flag:juqing+1" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "xianzi.png", | ||||
|                             "loc": [ | ||||
|                                 180, | ||||
|                                 0 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[守塔仙子]这花真漂亮呢,是吧......", | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "shaohusikao.png", | ||||
|                             "loc": [ | ||||
|                                 0, | ||||
|                                 0 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[邵虎]守塔仙子?你怎么会在这里?", | ||||
|                         "\t[守塔仙子]呵呵,因为以后要来照顾这花啊!", | ||||
|                         "\t[邵虎].............", | ||||
|                         "\t[守塔仙子]没关系,人各有命。就算是我现在死在塔里,也只有认命了呢。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setValue", | ||||
|                             "name": "flag:123", | ||||
|                             "value": "1" | ||||
|                         } | ||||
|                     ], | ||||
|                     "false": [ | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "xianzi.png", | ||||
|                             "loc": [ | ||||
|                                 180, | ||||
|                                 0 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[守塔仙子]这花真漂亮呢,是吧......", | ||||
|                         "\t[守塔仙子]今后可能就需要我来照顾了吧。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         } | ||||
|                     ] | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         "10,5": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "comment", | ||||
|                     "text": "JS脚本判定cetaiMeiQiShi的值" | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "function", | ||||
|                     "function": "function(){\nif (core.getFlag(\"322\",0) == 1 ) {\n\tcore.setFlag(\"cetaiMeiQiShi\",1);\n}\nif (core.getFlag(\"338\",0) == 1 ) {\n\tcore.setFlag(\"cetaiMeiQiShi\",3);\n}\n}" | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "switch", | ||||
|                     "condition": "flag:cetaiMeiQiShi", | ||||
|                     "caseList": [ | ||||
|                         { | ||||
|                             "case": "1", | ||||
|                             "action": [ | ||||
|                                 { | ||||
|                                     "type": "comment", | ||||
|                                     "text": "flag:322~20层全结束" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "sleep", | ||||
|                                     "time": 1500 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "sangang", | ||||
|                                     "loc": [ | ||||
|                                         8, | ||||
|                                         6 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 1, | ||||
|                                     "image": "shaohusikao.png", | ||||
|                                     "loc": [ | ||||
|                                         0, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]媚骑士.........你跑到这来干什么?", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 2, | ||||
|                                     "image": "mei.png", | ||||
|                                     "loc": [ | ||||
|                                         180, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[媚骑士]这句话应该我问才对?", | ||||
|                                 "\t[邵虎]没事,我喜欢来这里透透气,这里空气和风景都挺不错的。", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 2, | ||||
|                                     "image": "meimao.png", | ||||
|                                     "loc": [ | ||||
|                                         180, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[媚骑士]你还懂风景?", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 2, | ||||
|                                     "image": "meidaxiao.png", | ||||
|                                     "loc": [ | ||||
|                                         180, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[媚骑士]我说邵弟弟,我给你讲个故事好不好?", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 1, | ||||
|                                     "image": "shaohuyilv.png", | ||||
|                                     "loc": [ | ||||
|                                         0, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]...................", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 2, | ||||
|                                     "image": "meishihuai.png", | ||||
|                                     "loc": [ | ||||
|                                         180, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[媚骑士]从前,有一个可怜的小女孩出生在了一个佣兵家族。", | ||||
|                                 "\t[媚骑士]她从小就在战火中长大,拿着武器库中兵刃当成玩具,她的手中时常握着的,不是亲人的手,而是敌人的血。", | ||||
|                                 "\t[媚骑士]她很顽强,每次打了败仗,她总是笑着安慰其他男人。她很细心,总是偷偷跑到兵区唯一一个纺织工厂偷学手艺。", | ||||
|                                 "\t[媚骑士]她很贪玩,她习惯了笑着面对一切,似乎就像是本不应该出现在佣兵队伍里的一株绿色植物,总是太过生机。", | ||||
|                                 "\t[媚骑士]她有个从小玩到大的骑士哥哥,带着她加入了骑士团。她说她喜欢城市那种热闹喧嚣的氛围,但是她的工作确是让一座座城市沉寂。", | ||||
|                                 "\t[媚骑士]她的哥哥曾经多次劝她脱离骑士团去城市里面生活,过着快乐喧嚣的日子。但是她不肯,她不想离开带给她一切的哥哥。", | ||||
|                                 "\t[媚骑士]后来,骑士团在一场战争中被人打散。她和哥哥参加了守护皇城的皇家骑士团,然后,由于皇帝和某个人的约定,她和哥哥被派遣到了一个地方作为计划随从。", | ||||
|                                 "\t[媚骑士]她想念佣兵家族,想念曾经的骑士团,想念着每一座被她血刃的城池的繁荣。", | ||||
|                                 "\t[媚骑士]她就像一把绑着鲜花的刀,注定不会在花丛中生活。", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 2, | ||||
|                                     "image": "meidaxiao.png", | ||||
|                                     "loc": [ | ||||
|                                         180, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[媚骑士]故事讲完了,邵弟弟,祝你好运咯~", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 1, | ||||
|                                     "image": "shaohusikao.png", | ||||
|                                     "loc": [ | ||||
|                                         0, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]................(刚才的是....)", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 2, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "setValue", | ||||
|                                     "name": "flag:cetaiMeiQiShi", | ||||
|                                     "value": "2" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "setValue", | ||||
|                                     "name": "flag:juqing", | ||||
|                                     "value": "flag:juqing+3" | ||||
|                                 } | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "case": "2", | ||||
|                             "action": [ | ||||
|                                 { | ||||
|                                     "type": "comment", | ||||
|                                     "text": "媚骑士讲完故事后再次对话" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 1, | ||||
|                                     "image": "shaohusikao.png", | ||||
|                                     "loc": [ | ||||
|                                         0, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]....................", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 2, | ||||
|                                     "image": "mei.png", | ||||
|                                     "loc": [ | ||||
|                                         180, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[媚骑士]嘘~~~~~~~嘘~~~~~~~~(吹口哨中)", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 2, | ||||
|                                     "time": 0 | ||||
|                                 } | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "case": "3", | ||||
|                             "action": [ | ||||
|                                 { | ||||
|                                     "type": "comment", | ||||
|                                     "text": "flag:338~-10层可以去死了" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 2, | ||||
|                                     "image": "meidaxiao.png", | ||||
|                                     "loc": [ | ||||
|                                         180, | ||||
|                                         0 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[媚骑士]圣哥,听说天枢城的麻薯糕挺好吃的,改天带我去尝尝吧。", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 2, | ||||
|                                     "time": 0 | ||||
|                                 } | ||||
|                             ] | ||||
|                         } | ||||
|                     ] | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         "1,6": null, | ||||
|         "0,0": [ | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "shenglvehao", | ||||
|                 "loc": [ | ||||
|                     10, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "move", | ||||
|                 "loc": [ | ||||
|                     10, | ||||
|                     4 | ||||
|                 ], | ||||
|                 "time": 500, | ||||
|                 "steps": [ | ||||
|                     "left" | ||||
|                 ], | ||||
|                 "keep": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "shenglvehao", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "jump", | ||||
|                 "from": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ], | ||||
|                 "to": [ | ||||
|                     11, | ||||
|                     4 | ||||
|                 ], | ||||
|                 "time": 500, | ||||
|                 "keep": false | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "wenhao", | ||||
|                 "loc": "hero" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "1,6": { | ||||
|             "floorId": "MT9", | ||||
|             "loc": [ | ||||
|                 11, | ||||
|                 4 | ||||
|             ], | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "8,3": null | ||||
|     }, | ||||
|     "afterBattle": { | ||||
|         "8,3": null | ||||
|     }, | ||||
|     "afterGetItem": { | ||||
|         "8,3": null | ||||
|     }, | ||||
|     "afterOpenDoor": { | ||||
|         "8,3": null | ||||
|     }, | ||||
|     "cannotMove": { | ||||
|         "8,3": null | ||||
|     }, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  3,  3,  3,  3,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  3,  0,  0,123,  4,352], | ||||
|     [348,  3,  3,  3,  3,  3,  3,  3,  0,  0,  0,  4,352], | ||||
|     [348,  0,  0,  0,  0,  0,  0,  0,  0,  0,341,  4,352], | ||||
|     [348, 89,  0,  0,  0,  0,  0,  0,  0,  0,242,  4,352], | ||||
|     [348,  3,  3,  3,124,  3,  3,  3,  3,  3,  3,  4,352], | ||||
|     [348,  3, 15, 15,532, 15, 15,  3,  4,  4,  4,  4,352], | ||||
|     [348,  3,  3,  3,  3,  3,  3,  3,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,531,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0, 15,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										294
									
								
								project/floors/MT1.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										294
									
								
								project/floors/MT1.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,294 @@ | ||||
| main.floors.MT1= | ||||
| { | ||||
|     "floorId": "MT1", | ||||
|     "title": "天塔第 1 层", | ||||
|     "name": "天塔第1层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": { | ||||
|         "11,3": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "flag:271==1", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "changeFloor", | ||||
|                         "floorId": "shenhai", | ||||
|                         "loc": [ | ||||
|                             7, | ||||
|                             11 | ||||
|                         ], | ||||
|                         "time": 0 | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [] | ||||
|             } | ||||
|         ], | ||||
|         "4,4": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:1fnpc==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 1, | ||||
|                         "image": "npcnan.png", | ||||
|                         "loc": [ | ||||
|                             180, | ||||
|                             40 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     "\t[老人]不必在意,老头子活的时间长了..........老会胡思乱想一些东西。", | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 1, | ||||
|                         "time": 0 | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "choices", | ||||
|                         "text": "是否跳过剧情", | ||||
|                         "choices": [ | ||||
|                             { | ||||
|                                 "text": "是", | ||||
|                                 "action": [] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "text": "否", | ||||
|                                 "action": [ | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnan.png", | ||||
|                                         "loc": [ | ||||
|                                             180, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[老人]刚进塔来的吗.......雪儿放你进来的?", | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnan.png", | ||||
|                                         "loc": [ | ||||
|                                             180, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 2, | ||||
|                                         "image": "shaohuyilv.png", | ||||
|                                         "loc": [ | ||||
|                                             -30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[邵虎]雪儿?那个仙子吗........?", | ||||
|                                     "\t[老人]...............", | ||||
|                                     "\t[老人]不要问不该问的,这对你没有好处.......", | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnan.png", | ||||
|                                         "loc": [ | ||||
|                                             180, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 2, | ||||
|                                         "image": "shaohusikao.png", | ||||
|                                         "loc": [ | ||||
|                                             -30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[邵虎]请问您是........?", | ||||
|                                     "\t[老人]老朽只是一个塔里的闲人罢了..................", | ||||
|                                     "\t[邵虎]您在这么危险的地方.....一定有原因吧?", | ||||
|                                     "\t[老人]不愧是雪儿放进来的人呢........你说的没错,自从我儿子进塔再也没回来以后......我就一直在这里了。", | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnan.png", | ||||
|                                         "loc": [ | ||||
|                                             180, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 2, | ||||
|                                         "image": "shaohuyilv.png", | ||||
|                                         "loc": [ | ||||
|                                             -30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[邵虎]您...您儿子..!?", | ||||
|                                     "\t[邵虎]冒犯了......他怎么会来这种地方......", | ||||
|                                     "\t[老人]我不想多说......这里涉及的东西太多........你一个外人还是少知道点好........", | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnan.png", | ||||
|                                         "loc": [ | ||||
|                                             180, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 2, | ||||
|                                         "image": "shaohusikao.png", | ||||
|                                         "loc": [ | ||||
|                                             -30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[邵虎]..............(在意)", | ||||
|                                     "\t[老人]不必在意,老头子活的时间长了..........老会胡思乱想一些东西。", | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 2, | ||||
|                                         "time": 0 | ||||
|                                     } | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:juqing", | ||||
|                         "value": "flag:juqing+1" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:1fnpc", | ||||
|                         "value": "1" | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "11,7": { | ||||
|             "floorId": "MT2", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "5,1": { | ||||
|             "floorId": "MT0", | ||||
|             "stair": "upFloor", | ||||
|             "time": 500 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 21,  2, 31,  2, 88,  2, 27,  2, 31,  2, 28,352], | ||||
|     [348,205, 81,  0,  0,  0,  2, 21,209,  0,209, 32,352], | ||||
|     [348, 21,  2,201,  2,  2,  2,  2,  2, 81,  2,  2,352], | ||||
|     [348,  2,  2,  0,121,  2,  0, 22,  2,209,  0,  2,352], | ||||
|     [348, 31,202,  0,  0,202,  0,  0,  0,  0,  0,  2,352], | ||||
|     [348,  2,  2,210,  2,  2,  2, 82,  2,  2,  0,  2,352], | ||||
|     [348, 31, 21,209,  0, 21,  0,209, 32,  2,  0, 87,352], | ||||
|     [348,  2,  2,  2,  2,209,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348, 21,  0,  2, 21,205,  2,  0, 28,  2,  0, 27,352], | ||||
|     [348, 21,205, 81,  0,  0, 81,217, 31, 81,210,  0,352], | ||||
|     [348, 22,  0,  2,  0, 21,  2,  0, 21,  2,  0, 31,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "eachArrive": [ | ||||
|         { | ||||
|             "type": "setText", | ||||
|             "background": "winskin2.png" | ||||
|         }, | ||||
|         { | ||||
|             "type": "if", | ||||
|             "condition": "(flag:271==1)", | ||||
|             "true": [ | ||||
|                 { | ||||
|                     "type": "setBlock", | ||||
|                     "number": "89", | ||||
|                     "loc": [ | ||||
|                         [ | ||||
|                             11, | ||||
|                             3 | ||||
|                         ] | ||||
|                     ] | ||||
|                 } | ||||
|             ], | ||||
|             "false": [] | ||||
|         } | ||||
|     ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "cannotMoveDirectly": false, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         10, | ||||
|         7 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         5, | ||||
|         2 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										782
									
								
								project/floors/MT10.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										782
									
								
								project/floors/MT10.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,782 @@ | ||||
| main.floors.MT10= | ||||
| { | ||||
|     "floorId": "MT10", | ||||
|     "title": "天塔第 10 层", | ||||
|     "name": "天塔第10层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": { | ||||
|         "7,8": [ | ||||
|             { | ||||
|                 "type": "playBgm", | ||||
|                 "name": "misjiqing.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "是否跳过剧情", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "是", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:skip10FStory", | ||||
|                                 "value": "1" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "trigger", | ||||
|                                 "loc": [ | ||||
|                                     0, | ||||
|                                     0 | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "否", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "kulouzhanshi.png", | ||||
|                                 "loc": [ | ||||
|                                     -20, | ||||
|                                     0 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[嗜骨].........", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨].........(咽口水)", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]......来......来了你.......", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[嗜骨]就....就.......就算你来了........也不ー定能赢我.......!!", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]拼了!!!(该死的守塔仙子放进来了个什么怪物.......我哭。。。)", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 2, | ||||
|                                 "image": "shaohuzixin.png", | ||||
|                                 "loc": [ | ||||
|                                     180, | ||||
|                                     0 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]等一下。", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]??你不杀我了吗......", | ||||
|                             "\t[嗜骨]啊不对.......你不和我打了吗??", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[邵虎]你是不是知道公主殿下的位置。", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]........................", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[嗜骨]........................", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1500 | ||||
|                             }, | ||||
|                             "\t[邵虎]你就说知道不知道。", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[嗜骨]........................", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]....................不", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨].......不知............", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]...................如果我说了的话...你可不可以放过我啊........", | ||||
|                             "\t[邵虎]当然,看你的态度,可以。", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[邵虎]但是,你得把上面的给你传达的消息。一字不漏的全都告诉我。当然也包括公主的位置。", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]........这好办.....我........", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]..........其实.......", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 2000 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 2, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setCurtain", | ||||
|                                 "color": [ | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     1 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setVolume", | ||||
|                                 "value": 0, | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setVolume", | ||||
|                                 "value": 100, | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playBgm", | ||||
|                                 "name": "longyingsuifeng.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "changeFloor", | ||||
|                                 "floorId": "huxiao1", | ||||
|                                 "loc": [ | ||||
|                                     -1, | ||||
|                                     -1 | ||||
|                                 ], | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "trigger", | ||||
|                                 "loc": [ | ||||
|                                     0, | ||||
|                                     0 | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ], | ||||
|         "0,0": [ | ||||
|             { | ||||
|                 "type": "playBgm", | ||||
|                 "name": "misjiqing.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:skip10FStory != 1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "setCurtain", | ||||
|                         "color": [ | ||||
|                             255, | ||||
|                             255, | ||||
|                             255, | ||||
|                             0 | ||||
|                         ], | ||||
|                         "time": 500, | ||||
|                         "keep": true | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 2000 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 1, | ||||
|                         "image": "shaohuzixin.png", | ||||
|                         "loc": [ | ||||
|                             -30, | ||||
|                             20 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     "\t[邵虎]怎么了.......快说啊.......", | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     "\t[嗜骨]..........我不.......能说..........", | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 1, | ||||
|                         "image": "shaohuzixin.png", | ||||
|                         "loc": [ | ||||
|                             -30, | ||||
|                             20 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     "\t[邵虎]...............", | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 1000 | ||||
|                     }, | ||||
|                     "\t[嗜骨].....公主被擒........联盟的计划有变.....如果天枢一战........将是我们妖社翻身的时候.......", | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 1000 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 1, | ||||
|                         "image": "shaohuyilv.png", | ||||
|                         "loc": [ | ||||
|                             180, | ||||
|                             0 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 1000 | ||||
|                     }, | ||||
|                     "\t[邵虎]天枢.......?这与天枢城有关!?难道你们要公主是想........", | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 1000 | ||||
|                     }, | ||||
|                     "\t[嗜骨]........这种时候.........毒尾不在的话........只能靠我自己了啊......", | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 1000 | ||||
|                     }, | ||||
|                     "\t[嗜骨]就算战死!!也不做妖社的逃兵!!", | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 1000 | ||||
|                     }, | ||||
|                     "\t[嗜骨]亲卫们!!消灭他吧!!", | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 2, | ||||
|                         "time": 0 | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "skeletonSoilder", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         5, | ||||
|                         7 | ||||
|                     ] | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "skeletonSoilder", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         4, | ||||
|                         8 | ||||
|                     ] | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "skeletonSoilder", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         4, | ||||
|                         9 | ||||
|                     ] | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "skeletonSoilder", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         9, | ||||
|                         6 | ||||
|                     ] | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "skeletonSoilder", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         9, | ||||
|                         7 | ||||
|                     ] | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "skeletonSoilder", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         8, | ||||
|                         8 | ||||
|                     ] | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "value": "flag:juqing+5" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "move", | ||||
|                 "loc": [ | ||||
|                     6, | ||||
|                     7 | ||||
|                 ], | ||||
|                 "time": 500, | ||||
|                 "keep": true, | ||||
|                 "steps": [ | ||||
|                     "up:2" | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         6, | ||||
|                         6 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "shaohuzixin.png", | ||||
|                 "loc": [ | ||||
|                     0, | ||||
|                     0 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[邵虎]区区几只小骷髅,你们太小看我了哈", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "changePos", | ||||
|                 "direction": "right" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "battle", | ||||
|                 "id": "skeletonSoilder" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "youcezhan", | ||||
|                 "loc": [ | ||||
|                     8, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         8, | ||||
|                         8 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "changePos", | ||||
|                 "direction": "left" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "jumpHero", | ||||
|                 "loc": [ | ||||
|                     5, | ||||
|                     8 | ||||
|                 ], | ||||
|                 "time": 500 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "battle", | ||||
|                 "id": "skeletonSoilder" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "battle", | ||||
|                 "id": "skeletonSoilder" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "battle", | ||||
|                 "id": "skeletonSoilder" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "leijian", | ||||
|                 "loc": [ | ||||
|                     4, | ||||
|                     9 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         4, | ||||
|                         8 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         4, | ||||
|                         9 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         5, | ||||
|                         7 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "changePos", | ||||
|                 "direction": "right" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "jumpHero", | ||||
|                 "loc": [ | ||||
|                     8, | ||||
|                     7 | ||||
|                 ], | ||||
|                 "time": 500 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "battle", | ||||
|                 "id": "skeletonSoilder" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "battle", | ||||
|                 "id": "skeletonSoilder" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "leijian", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     7 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         9, | ||||
|                         6 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         9, | ||||
|                         7 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "openDoor", | ||||
|                 "loc": [ | ||||
|                     6, | ||||
|                     6 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "moveHero", | ||||
|                 "time": 500, | ||||
|                 "steps": [ | ||||
|                     "left:2", | ||||
|                     "up:1" | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "yijianzhanqianye", | ||||
|                 "loc": "hero" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 500 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "hainazhijian", | ||||
|                 "loc": "hero" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "battle", | ||||
|                 "id": "skeletonCaptain" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:110", | ||||
|                 "value": "1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playBgm", | ||||
|                 "name": "xingkong.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "youpenxue", | ||||
|                 "loc": [ | ||||
|                     6, | ||||
|                     5 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "kulouzhanshi.png", | ||||
|                 "loc": [ | ||||
|                     -20, | ||||
|                     0 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 1000 | ||||
|             }, | ||||
|             "\t[嗜骨].......我还是输了吗.......", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 1000 | ||||
|             }, | ||||
|             "\t[嗜骨].......再见了毒尾.....", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 1000 | ||||
|             }, | ||||
|             "\t[嗜骨].........魔龙大人万岁!!妖社万岁!", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "openDoor", | ||||
|                 "loc": [ | ||||
|                     5, | ||||
|                     3 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "openDoor", | ||||
|                 "loc": [ | ||||
|                     7, | ||||
|                     9 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         6, | ||||
|                         5 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "time": 500 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "shaohuyilv.png", | ||||
|                 "loc": [ | ||||
|                     0, | ||||
|                     0 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[邵虎]好厉害的魔物,竟逼出了我的【海纳之剑】,不过。。。他是前十层的守卫么", | ||||
|             "\t[邵虎]前十层没看到汪大哥和公主殿下的话。。。汪大哥没被他拦下么", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ], | ||||
|         "6,5": null, | ||||
|         "6,6": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "7,9": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "data": [] | ||||
|         } | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "5,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "7,11": { | ||||
|             "floorId": "MT9", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": { | ||||
|         "6,5": null | ||||
|     }, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  2, 87,  2,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  0,  2,  2,  2,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2,  2, 86,  2, 27,  0,  2,  4,  4,352], | ||||
|     [348,  4,  2,  2,  0, 31,  0,  0, 27,  2,  4,  4,352], | ||||
|     [348,  4,  2,  0, 31,  0,  0, 27,  2,  2,  2,  4,352], | ||||
|     [348,  4,  2, 31,  2,  2, 86,  2,  2,  0,  2,  4,352], | ||||
|     [348,  4,  2,  2,  2,  0,211,  0,  0,  0,  2,  4,352], | ||||
|     [348,  4,  4,  2,  0,  0,  0,  0,  0,  2,  2,  4,352], | ||||
|     [348,  4,  4,  2,  0,  0,  2, 86,  2,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2,  2,  2,  2,  0,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  2, 88,  2,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         2 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         7, | ||||
|         10 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										85
									
								
								project/floors/MT11.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										85
									
								
								project/floors/MT11.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,85 @@ | ||||
| main.floors.MT11= | ||||
| { | ||||
|     "floorId": "MT11", | ||||
|     "title": "天塔第 11 层", | ||||
|     "name": "天塔第11层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": { | ||||
|         "8,9": [ | ||||
|             { | ||||
|                 "type": "openShop", | ||||
|                 "id": "moneyShop1", | ||||
|                 "open": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "1,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "5,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  2, 88,  0,  0,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2,  2,203,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2, 32,253,  0,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2,  2,  0,  2,  2,  2,  4,352], | ||||
|     [348,  2,  2,  2,  2, 31,213,  0,253, 21,  2,  4,352], | ||||
|     [348, 87,  0,  0, 81,  0,  2,  2,  2, 32,  2,  4,352], | ||||
|     [348,  2,  2,  2,  2, 32,  0,203, 32,203,  2,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2, 81,  2,  2,  2,  2,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,203,  7,131,  8,  2,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  0, 21, 31, 21,  2,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  2,  2,  2,  2,  2,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         2, | ||||
|         6 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         1 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT12.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT12.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT12= | ||||
| { | ||||
|     "floorId": "MT12", | ||||
|     "title": "天塔第 12 层", | ||||
|     "name": "天塔第12层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "1,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "1,6": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 87,  0,  0,  2, 27,  0, 31, 21, 32,  0, 28,352], | ||||
|     [348,  2,  2, 32,  2,  2,  2,  2,219,  2,  2,  2,352], | ||||
|     [348, 31,  2,  0,  0,203,  2,  0, 31,  0,  2, 31,352], | ||||
|     [348, 21,218,  0,  2, 27,  2, 31,  0, 31, 81,  0,352], | ||||
|     [348,  2,  2,253,  2,203,  2,  2,206,  2,  2, 28,352], | ||||
|     [348, 88,  0,  0, 21,  0,  2,  0, 31,  0,  2,  2,352], | ||||
|     [348,  2,  2,  2,  2,203,  2, 31,  0, 27,  2, 31,352], | ||||
|     [348, 27, 32,206,206,  0,  2,  2,213,  2,  2,253,352], | ||||
|     [348,  2, 82,  2,  2,  0,218,  0,  0,  0,218,  0,352], | ||||
|     [348,  0,206,  0,  2,  0,  2,  2,213,  2,  2,206,352], | ||||
|     [348, 27, 32, 28, 81,210,  2, 31, 28, 31,  2, 22,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10255,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         2, | ||||
|         1 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         2, | ||||
|         6 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										1971
									
								
								project/floors/MT13.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1971
									
								
								project/floors/MT13.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										252
									
								
								project/floors/MT14.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										252
									
								
								project/floors/MT14.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,252 @@ | ||||
| main.floors.MT14= | ||||
| { | ||||
|     "floorId": "MT14", | ||||
|     "title": "天塔第 14 层", | ||||
|     "name": "天塔第14层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "events": { | ||||
|         "0,0": [ | ||||
|             { | ||||
|                 "type": "showGif", | ||||
|                 "name": "dianji", | ||||
|                 "loc": [ | ||||
|                     3, | ||||
|                     5 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showGif", | ||||
|                 "name": "dianji", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     5 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "shaohusikao.png", | ||||
|                 "loc": [ | ||||
|                     70, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[邵虎]................", | ||||
|             "\t[邵虎]有一股奇怪的气息", | ||||
|             "\t[邵虎]这一层,似乎封印着什么东西", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "1,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "11,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": { | ||||
|         "6,11": [ | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "是否跳过剧情", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "是", | ||||
|                         "action": [] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "否", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohusikao", | ||||
|                                 "loc": [ | ||||
|                                     70, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]嗯?黑色的钥匙?", | ||||
|                             "\t[邵虎]看起来旁边就有一扇黑门......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "changePos", | ||||
|                                 "direction": "up" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "shenglvehao", | ||||
|                                 "loc": "hero" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohuziya", | ||||
|                                 "loc": [ | ||||
|                                     70, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]这扇黑门是怎么回事,门上竟铭刻着如此之多的封印术式", | ||||
|                             "\t[邵虎]即使是天枢最顶尖的皇家术士团,要铭刻这种级别的封印式也绝非一天半载之功,这门后到底封印着什么东西,需要使用这种级别的封印式", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohusikao", | ||||
|                                 "loc": [ | ||||
|                                     70, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]嗯?这行字是........", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "shenglvehao", | ||||
|                                 "loc": "hero" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohusikao", | ||||
|                                 "loc": [ | ||||
|                                     70, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]镇塔剑盾封印之所,若有需用,持八把封印之匙可取二者之一", | ||||
|                             "\t[邵虎]使用之后请将剑盾回归,切勿久用,否则天塔空间之封印恐有松动之危", | ||||
|                             "\t[邵虎]镇塔剑盾?", | ||||
|                             "\t[邵虎]这种级别的封印就是为了封印一对剑盾?", | ||||
|                             "\t[邵虎]等等........镇塔?镇慑天塔?", | ||||
|                             "\t[邵虎]这对所谓的镇塔剑盾和镇天联盟有什么关系么?", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ], | ||||
|         "3,5": [ | ||||
|             { | ||||
|                 "type": "function", | ||||
|                 "function": "function(){\ncore.stopAnimate(core.getFlag(\"linshi1\")\n}" | ||||
|             } | ||||
|         ], | ||||
|         "9,5": [ | ||||
|             { | ||||
|                 "type": "function", | ||||
|                 "function": "function(){\ncore.stopAnimate(core.getFlag(\"linshi2\")\n}" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2,  2,  2,  4,  4,  4,  2,  2,  2,  4,352], | ||||
|     [348,  2,  0,  0,  0,  2,  4,  2,  0,  0,  0,  2,352], | ||||
|     [348,  2,  0,516,  0,  2,  4,  2,  0,517,  0,  2,352], | ||||
|     [348,  2,  0,  0,  0,  2,  4,  2,  0,  0,  0,  2,352], | ||||
|     [348,  4,  2, 84,  2,  4,  4,  4,  2, 84,  2,  4,352], | ||||
|     [348,  4,  2, 84,  2,  2,  2,  2,  2, 84,  2,  4,352], | ||||
|     [348,  4,  2, 84, 84, 84, 84, 84, 84, 84,  2,  4,352], | ||||
|     [348,  2,  2,  2,  2,  2, 84,  2,  2,  2,  2,  2,352], | ||||
|     [348, 87,  0,  0,  0, 83, 24, 82,  0,  0,  0, 88,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "eachArrive": [ | ||||
|         { | ||||
|             "type": "function", | ||||
|             "function": "function(){\ncore.plugin.donghua1()\n}" | ||||
|         }, | ||||
|         { | ||||
|             "type": "function", | ||||
|             "function": "function(){\ncore.plugin.donghua2()\n}" | ||||
|         } | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         2, | ||||
|         11 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         10, | ||||
|         11 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										294
									
								
								project/floors/MT15.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										294
									
								
								project/floors/MT15.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,294 @@ | ||||
| main.floors.MT15= | ||||
| { | ||||
|     "floorId": "MT15", | ||||
|     "title": "天塔第 15 层", | ||||
|     "name": "天塔第15层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": { | ||||
|         "5,3": [ | ||||
|             { | ||||
|                 "type": "function", | ||||
|                 "function": "function(){\nif(core.terrainExists(core.nextX(), core.nextY(), \"whiteWall\"))core.setFlag(\"panding\",1);\n}" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "flag:panding==1", | ||||
|                 "true": [], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "setBlock", | ||||
|                         "number": 373 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 20 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setBlock", | ||||
|                         "number": 356 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 20 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setBlock", | ||||
|                         "number": 374 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 20 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setBlock", | ||||
|                         "number": 2 | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ], | ||||
|         "11,7": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "showImage", | ||||
|                     "code": 1, | ||||
|                     "image": "npcnv.png", | ||||
|                     "loc": [ | ||||
|                         80, | ||||
|                         40 | ||||
|                     ], | ||||
|                     "opacity": 1, | ||||
|                     "time": 0 | ||||
|                 }, | ||||
|                 "\t[女人]就这么被怪围殴死了啊我不甘心......我还没看到镇塔剑盾呢........", | ||||
|                 { | ||||
|                     "type": "hideImage", | ||||
|                     "code": 1, | ||||
|                     "time": 0 | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "if", | ||||
|                     "condition": "(flag:221==1)", | ||||
|                     "true": [ | ||||
|                         { | ||||
|                             "type": "hide", | ||||
|                             "remove": true | ||||
|                         } | ||||
|                     ] | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         "7,11": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:15f==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 1, | ||||
|                         "image": "npcnv.png", | ||||
|                         "loc": [ | ||||
|                             80, | ||||
|                             40 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     "\t[女人]我母亲是联盟的高层呢~~她告诉我这14层的剑盾是异常重要的东西,如果没有了他们,天塔就会因为不稳定而崩坏!", | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 1, | ||||
|                         "time": 0 | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "choices", | ||||
|                         "text": "是否跳过剧情", | ||||
|                         "choices": [ | ||||
|                             { | ||||
|                                 "text": "是", | ||||
|                                 "action": [ | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:15f", | ||||
|                                         "value": "1" | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:juqing", | ||||
|                                         "value": "flag:juqing+1" | ||||
|                                     } | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "text": "否", | ||||
|                                 "action": [ | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnv.png", | ||||
|                                         "loc": [ | ||||
|                                             180, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[女人]哟,真是稀客呢", | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 2, | ||||
|                                         "image": "shaohusikao.png", | ||||
|                                         "loc": [ | ||||
|                                             -30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[邵虎]请问你是.....", | ||||
|                                     "\t[女人]我啊?我只是一个小小的巡视", | ||||
|                                     "\t[邵虎]巡视?联盟的人么?", | ||||
|                                     "\t[女人]诶............在这种地方说出这种话啊,真是个有趣的小鬼。", | ||||
|                                     "\t[邵虎]......什么意思,我说错了?", | ||||
|                                     "\t[女人]不,说错倒是没说错,不过前二十层看似是在联盟的掌控之下,但实际上已经不是了不是么", | ||||
|                                     "\t[邵虎].........你是说......【妖社】?", | ||||
|                                     "\t[女人]哦!!你小子知道的挺多的么。", | ||||
|                                     "\t[女人]这【社】是最近新生的势力,不过实力可不容小觑哦~~!", | ||||
|                                     "\t[邵虎]...............", | ||||
|                                     "\t[女人]听说前二十层的两个联盟的头目其实都是妖社的人呢~~!!", | ||||
|                                     "\t[邵虎]...............", | ||||
|                                     "\t[女人]啊呀,对了,你看到14层的那两把被封印的奇怪的剑盾了么!!", | ||||
|                                     "\t[邵虎]...............", | ||||
|                                     "\t[女人]我母亲是联盟的高层呢~~她告诉我这14层的剑盾是异常重要的东西,如果没有了他们,天塔就会因为不稳定而崩坏!", | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 2, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:15f", | ||||
|                                         "value": "1" | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:juqing", | ||||
|                                         "value": "flag:juqing+1" | ||||
|                                     } | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "5,8": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "1,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": { | ||||
|         "11,10": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "flag:kaiguole==1", | ||||
|                 "true": [], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "playSound", | ||||
|                         "name": "se86.ogg" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setBlock", | ||||
|                         "number": 82 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:kaiguole", | ||||
|                         "value": "1" | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,206, 27, 27,372,  0, 81,253,  0, 21,  2, 28,352], | ||||
|     [348, 81,  2,  2,372,  0,  2, 32, 21,  0, 81, 32,352], | ||||
|     [348,253,  2,  0,  0,475,  2,  2,  2,  2,  2, 28,352], | ||||
|     [348,  0,  2, 81,  2,  2,  2,  0,203, 21,  2,  2,352], | ||||
|     [348,213,  2,  0,  0,  0,213,  0,  2, 21,  0, 31,352], | ||||
|     [348, 31,  2,206,  2,  2,  2,  0,  2,372,  2,218,352], | ||||
|     [348,213,  2,  0,  2,  0, 31,218,  2,372,  2,371,352], | ||||
|     [348, 21, 31,  0,  2, 87,  2,253,  2,372,372,  2,352], | ||||
|     [348,  2,  2,206,  2,  2,  2,218,  2,  2,372,372,352], | ||||
|     [348,  0,218,  0, 21,  2,  0,  0,  2,218,  2,372,352], | ||||
|     [348, 88, 31,  2, 31,203, 31,122,  2, 31, 37, 31,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,10255,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": { | ||||
|         "7,11": { | ||||
|             "0": null, | ||||
|             "1": null, | ||||
|             "2": null | ||||
|         } | ||||
|     }, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         7 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         1, | ||||
|         10 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										1525
									
								
								project/floors/MT16.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1525
									
								
								project/floors/MT16.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										197
									
								
								project/floors/MT17.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										197
									
								
								project/floors/MT17.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,197 @@ | ||||
| main.floors.MT17= | ||||
| { | ||||
|     "floorId": "MT17", | ||||
|     "title": "天塔第 17 层", | ||||
|     "name": "天塔第17层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": { | ||||
|         "1,4": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:17==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 1, | ||||
|                         "image": "npcnan.png", | ||||
|                         "loc": [ | ||||
|                             180, | ||||
|                             40 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     "\t[老人]【16堵虚假的墙........将在16层开辟一扇门】【如果不能尽早到达....你将失去前进的道路.........】", | ||||
|                     "\t[老人]哈哈哈....一只到处乱串的强力老鼠能把【社】逼成什么样子呢?", | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 1, | ||||
|                         "time": 0 | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "choices", | ||||
|                         "text": "是否跳过剧情", | ||||
|                         "choices": [ | ||||
|                             { | ||||
|                                 "text": "是", | ||||
|                                 "action": [ | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:juqing", | ||||
|                                         "value": "flag:juqing+1" | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:17", | ||||
|                                         "value": "1" | ||||
|                                     } | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "text": "否", | ||||
|                                 "action": [ | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnan.png", | ||||
|                                         "loc": [ | ||||
|                                             180, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[老人]啊呀", | ||||
|                                     "\t[老人]就是你杀了嗜骨吧", | ||||
|                                     "\t[老人]不必紧张,你杀了嗜骨,联盟会感谢你的", | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 2, | ||||
|                                         "image": "shaohusikao.png", | ||||
|                                         "loc": [ | ||||
|                                             30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[邵虎]联盟..........", | ||||
|                                     "\t[老人]不过究竟是要感谢你还是要恨你呢.........毕竟过去两年了,大概所有人都忘了吧.........", | ||||
|                                     "\t[邵虎]联盟...........", | ||||
|                                     "\t[邵虎]我已经不止一次听说过这个词了。", | ||||
|                                     "\t[邵虎]请告诉我那究竟是什么。", | ||||
|                                     "\t[老人]............", | ||||
|                                     "\t[老人].....是吗.......原来你什么都不知道", | ||||
|                                     "\t[老人]......我本来以为你是联盟内部的人,准备清一清塔里的老鼠了.........", | ||||
|                                     "\t[老人].......原来你才是那只被联盟玩弄于鼓掌之间的老鼠", | ||||
|                                     "\t[邵虎]..........", | ||||
|                                     "\t[老人]呵呵........算了,你去吧。", | ||||
|                                     "\t[老人]告诉你事情的原委........我可还没活够啊", | ||||
|                                     "\t[老人]不过告诉你一些无关紧要的事情还是可以的。比如说16层的异空间", | ||||
|                                     "\t[邵虎]........异......异空间!?", | ||||
|                                     "\t[老人]哼.........这座塔的学问可大着呢。", | ||||
|                                     "\t[老人]【16堵虚假的墙........将在16层开辟一扇门】【如果不能尽早到达....你将失去前进的道路.........】", | ||||
|                                     "\t[老人]这门指的就是异空间,大大小小的异空间支撑着天塔的平衡与封印,使天塔牢牢地拴在地面....", | ||||
|                                     "\t[邵虎]......封...封印!?", | ||||
|                                     "\t[老人]哈哈哈....一只到处乱串的强力老鼠能把【社】逼成什么样子呢?", | ||||
|                                     "\t[老人]咱们走着瞧吧。", | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:17", | ||||
|                                         "value": "1" | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:juqing", | ||||
|                                         "value": "flag:juqing+1" | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 2, | ||||
|                                         "time": 0 | ||||
|                                     } | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "1,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "7,4": { | ||||
|             "floorId": "MT16", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  2,  2,  2,  2,  2,  2,  2,  2,  4,  4,  4,352], | ||||
|     [348,121,  0,  2,  0,  0,  0, 88,  2,  4,  4,  4,352], | ||||
|     [348, 28,218, 81,218,  2,  2,  2,  2,  2,  2,  4,352], | ||||
|     [348,  2, 81,  2,  0,  2, 21, 21, 22, 22,  2,  4,352], | ||||
|     [348, 21,  0,  2,  0,  2, 23, 23, 24, 24,  2,  4,352], | ||||
|     [348, 27, 31,  2, 31,  2, 27, 27, 28, 28,  2,  4,352], | ||||
|     [348,  2, 81,  2,  0,  2, 31, 31, 32, 32,  2,  4,352], | ||||
|     [348, 21,218, 81,218,  2,300,  2,  2,  2,  2,  4,352], | ||||
|     [348, 87,  0,  2,  0, 32,  0,  2,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         4 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         2, | ||||
|         11 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT18.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT18.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT18= | ||||
| { | ||||
|     "floorId": "MT18", | ||||
|     "title": "天塔第 18 层", | ||||
|     "name": "天塔第18层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "7,3": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "1,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,203,203,203,  2,206,206,206,  2,219,  0, 32,352], | ||||
|     [348,  0,  2,  0,  2,  0,  2,  0,  2,219,  2,  0,352], | ||||
|     [348, 32,  2, 32,  2, 32,  2, 87,  2,219,  2,213,352], | ||||
|     [348,  0,  2,  0,  2,  0,  2,  2,  2,  0,  2,213,352], | ||||
|     [348,219,  2,206,  2,203,203,203,  0, 32,  2,213,352], | ||||
|     [348,219,  2,206,  2,  2,  2,  2,  2,  2,  2,  0,352], | ||||
|     [348,219,  2,206,  0, 32,  0,218,218,218,  0, 32,352], | ||||
|     [348,  0,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348, 32,  0,213,213,213,  0, 32,  0,218,218,218,352], | ||||
|     [348,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  0,352], | ||||
|     [348, 88,  0, 22,  0,206,206,206,  0, 32, 38, 32,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10255,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "downFloor": [ | ||||
|         2, | ||||
|         11 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         7, | ||||
|         2 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										262
									
								
								project/floors/MT19.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										262
									
								
								project/floors/MT19.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,262 @@ | ||||
| main.floors.MT19= | ||||
| { | ||||
|     "floorId": "MT19", | ||||
|     "title": "天塔第 19 层", | ||||
|     "name": "天塔第19层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [ | ||||
|         { | ||||
|             "name": "zhenhong.png", | ||||
|             "canvas": "bg", | ||||
|             "x": 10, | ||||
|             "y": 2 | ||||
|         } | ||||
|     ], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": { | ||||
|         "10,2": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:-10jieshu==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "(flag:zhenhong==1)", | ||||
|                         "true": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohuziya.png", | ||||
|                                 "loc": [ | ||||
|                                     70, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "这是..........什么", | ||||
|                             "好浓厚的血煞之气", | ||||
|                             "这里边有什么么", | ||||
|                             { | ||||
|                                 "type": "changeFloor", | ||||
|                                 "floorId": "zhenhong", | ||||
|                                 "loc": [ | ||||
|                                     6, | ||||
|                                     9 | ||||
|                                 ], | ||||
|                                 "direction": "up" | ||||
|                             } | ||||
|                         ], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "battle", | ||||
|                                 "id": "M303" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:zhenhong", | ||||
|                                 "value": "1" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohusikao.png", | ||||
|                                 "loc": [ | ||||
|                                     70, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]........一尊已死的魔物尸体,竟还有这等战斗力", | ||||
|                             "\t[邵虎]是这尊尸体的血煞之气太重的缘故么", | ||||
|                             "\t[邵虎]如此之重的血煞之气..........这具尸体的主人到底曾造下何等的杀孽", | ||||
|                             "\t[邵虎]嗯?不对,这是.........", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setCurtain", | ||||
|                                 "color": [ | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     1 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setText", | ||||
|                                 "position": "center", | ||||
|                                 "background": [ | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     0 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             "你既已来到此处,真红之门就此为你敞开", | ||||
|                             { | ||||
|                                 "type": "setText", | ||||
|                                 "position": "down", | ||||
|                                 "background": [ | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     1 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setCurtain", | ||||
|                                 "color": [ | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     0, | ||||
|                                     0 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "89" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohuziya.png", | ||||
|                                 "loc": [ | ||||
|                                     70, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "这是..........什么", | ||||
|                             "好浓厚的血煞之气", | ||||
|                             "这里边有什么么", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "exit" | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "(flag:zhenhong==1)", | ||||
|                         "true": [], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "battle", | ||||
|                                 "id": "M303" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:zhenhong", | ||||
|                                 "value": "1" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohusikao.png", | ||||
|                                 "loc": [ | ||||
|                                     70, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]........一尊已死的魔物尸体,竟还有这等战斗力", | ||||
|                             "\t[邵虎]是这尊尸体的血煞之气太重的缘故么", | ||||
|                             "\t[邵虎]如此之重的血煞之气..........这具尸体的主人到底曾造下何等的杀孽", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "7,3": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "6,11": { | ||||
|             "floorId": "MT20", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 31,  2, 31,  2, 27, 31, 31, 31,  0,  0,  0,352], | ||||
|     [348,206,  0,206,  0, 28,  2,  2,  2,  0,303,  0,352], | ||||
|     [348,  2,  2,  2,  2,  2,  2, 88,  2,  0,  0,  0,352], | ||||
|     [348, 31,  2, 31, 27,  0,  2,  0,  2,  2,  2, 31,352], | ||||
|     [348, 31,  2, 31, 28,  0,  2,  0,  2, 31,  2,  0,352], | ||||
|     [348,219,  2,  2,  2,219,  2,  0,  2, 31,  2, 31,352], | ||||
|     [348,  0,  0,  0,206,  0,  0,  0,219,  0,  2,  0,352], | ||||
|     [348, 31,  2,  2,  2,  2,  2, 81,  2,  2,  2,206,352], | ||||
|     [348,  0,  0,  0, 31,  0,  0,  0,  0,206, 82,  0,352], | ||||
|     [348, 31,  2,  2,  2,  2,  2,  2,  2, 31,  2, 31,352], | ||||
|     [348,  0,219, 31, 31,  0, 87,  2, 31, 31,  2, 31,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,357,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "downFloor": [ | ||||
|         7, | ||||
|         4 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         11 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT2.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT2.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT2= | ||||
| { | ||||
|     "floorId": "MT2", | ||||
|     "title": "天塔第 2 层", | ||||
|     "name": "天塔第2层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "11,7": { | ||||
|             "floorId": "MT1", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 21, 47,  2,  0,221,201,221, 31,  0,  0, 32,352], | ||||
|     [348, 22,  0,  2,  0,  2,  2,  2,  2,  2,  2, 83,352], | ||||
|     [348,  0,  0,221,  0,  2, 32,205,  0,  0,  0,  0,352], | ||||
|     [348, 32, 32,  2, 33,  2, 82,  2,  2,  2,  2,  2,352], | ||||
|     [348,  2,  2,  2,  2,  2,221,  0, 32,217, 21, 21,352], | ||||
|     [348,  2,201, 81, 31,  2,  2,  2, 81,  2,  2,  2,352], | ||||
|     [348,  2,202,  2,  0,  0,  0,  0,  0,  0,  0, 88,352], | ||||
|     [348,  2,201,  2,210,  2, 82,  2, 81,  2,  2,  2,352], | ||||
|     [348, 31,  0,  0,  0,  0,  0,209,  0,  0,  0, 31,352], | ||||
|     [348,  2, 81,  2,  2,  2,  0,  2,  2,  2, 81,  2,352], | ||||
|     [348, 31,205,205, 27,  2, 87,  2, 27, 28,209, 21,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         10, | ||||
|         7 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										1594
									
								
								project/floors/MT20.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1594
									
								
								project/floors/MT20.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										927
									
								
								project/floors/MT21.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										927
									
								
								project/floors/MT21.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,927 @@ | ||||
| main.floors.MT21= | ||||
| { | ||||
|     "floorId": "MT21", | ||||
|     "title": "天塔第 21 层", | ||||
|     "name": "天塔第21层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  2, 88,  2, 32, 27, 28, 32,352], | ||||
|     [348,  4,  4,  2,  2,  2,  0,  2,  2,  2,384,  2,383], | ||||
|     [348,  4,  4,  2, 32,  2,  0,123,  0,  2,  0, 32,352], | ||||
|     [348,  4,  4,  2, 81,  2,  0,  0, 87,  2, 32,  0,352], | ||||
|     [348,  4,  4,  2, 32, 21,  0,  2,  2,  2,  2, 81,352], | ||||
|     [348,  2,  2,  2,219,  2,  2,  2,  0,  0, 32,384,352], | ||||
|     [348, 32, 28,  2,  0,  0,520,  0,520,  2,  2,  2,352], | ||||
|     [348, 32, 27,216,  0,  2,  0,125,  0,123,  2,  4,352], | ||||
|     [348,  2,  2, 81,  2,  2,  2,  2,  2,  2,  2,  4,352], | ||||
|     [348, 32,  2,216,  2, 32,  2,  4,  4,  4,  4,  4,352], | ||||
|     [348, 27, 32, 22, 32, 28,  2,  4,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "0,0": [ | ||||
|             { | ||||
|                 "type": "comment", | ||||
|                 "text": "28shengqishi再触发9,8事件" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "moveHero", | ||||
|                 "steps": [ | ||||
|                     "down" | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "gantanhao", | ||||
|                 "loc": "hero" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "是否跳过剧情", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "是", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         12, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         7, | ||||
|                                         3 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         7, | ||||
|                                         8 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "352", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         12, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "372", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "否", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohuyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]这...这是!?", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 2, | ||||
|                                 "image": "jiekexiaohei.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]看来要打起来了呢。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 2, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[蓝衣老者]哦?你们这些下等生物,为何阻拦老夫的路!难道就不怕老夫失手除妖吗?", | ||||
|                             "\t[夜兽人甲]下等生物?哼,你们这群联盟的走狗,不把我们魔物当回事的传闻我早有耳闻,不过听了你的公开挑衅之后,我倒是越发的觉得人类恶心了。", | ||||
|                             "\t[夜兽人乙]跟他废话那么多干什么!干掉他不就完了!来到这三不管的地方难道还指望有联盟的人来救你么!", | ||||
|                             "\t[夜兽人甲]哼!乖乖受死吧!", | ||||
|                             "\t[蓝衣老者]哈哈哈哈!真是不知好歹!老夫果然没有看错,魔物果然只是一群嗜杀暴虐之徒!", | ||||
|                             "\t[夜兽人甲]妈的,废话真多!", | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     6, | ||||
|                                     7 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "down" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "hand", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     8 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 100 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     8, | ||||
|                                     7 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "down" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             "\t[蓝衣老者]......可恶的魔物!竟然如此嚣张跋扈!今天我就要以联盟的名义将你们消灭!", | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     8 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "up" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             "\t[蓝衣老者]游荡于空间之中的雷元素啊!我以双手为引,心灵为介,呼唤你伟大的能量!无上之雷元素聚集-------裁决之雷!", | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "hunanxuehua", | ||||
|                                 "loc": [ | ||||
|                                     8, | ||||
|                                     8 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 600 | ||||
|                             }, | ||||
|                             "\t[夜兽人乙]啊!!..........", | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         8 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true, | ||||
|                                 "time": 300 | ||||
|                             }, | ||||
|                             "\t[夜兽人乙]啊!兄弟你怎么......", | ||||
|                             "\t[夜兽人乙]可恶!!今天不杀你我枉为夜兽人!", | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     6, | ||||
|                                     8 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "up" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             "\t[蓝衣老者]哼......马上就气急败坏了呢。", | ||||
|                             "\t[蓝衣老者]真是令人作呕的魔物!!魔物都是一个样子,哼......真不知道联盟养那些魔物究竟干什么!!早就该全部杀掉!!", | ||||
|                             { | ||||
|                                 "type": "pauseBgm" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "089-Attack01.ogg" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "youpenxue", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     7 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "jump", | ||||
|                                 "from": [ | ||||
|                                     12, | ||||
|                                     2 | ||||
|                                 ], | ||||
|                                 "to": [ | ||||
|                                     5, | ||||
|                                     8 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             "\t[蓝衣老者]啊!!!.........", | ||||
|                             { | ||||
|                                 "type": "playBgm", | ||||
|                                 "name": "xueyi.mp3", | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             "\t[蓝衣老者].....你...你是.....!!", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 3, | ||||
|                                 "image": "jiekedajiao.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]!!", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 3, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[蓝衣老者].....啊....全身使不出力气.....", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 4, | ||||
|                                 "image": "fuyi.png", | ||||
|                                 "loc": [ | ||||
|                                     220, | ||||
|                                     80 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[腐翼]啊哈哈~~这里挺热闹的嘛~~~", | ||||
|                             "\t[腐翼]我来晚了真是抱歉~~不过应该也给你们带来乐趣了吧~~", | ||||
|                             "\t[蓝衣老者].......腐...腐翼你......", | ||||
|                             "\t[腐翼]啊呀老头,我好像听到了什么有趣的东西哦~", | ||||
|                             "\t[腐翼]“魔物就该消灭掉----”这不是你刚才的\n原话吗~~", | ||||
|                             "\t[蓝衣老者].......腐...腐翼你......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 4, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 5, | ||||
|                                 "image": "jiekedajiao2.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]老大咱们快走!!被抓住就麻烦了!!", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 6, | ||||
|                                 "image": "shaohuyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]..........等一下,我想观察一下。", | ||||
|                             "\t[杰克]老大......这真的超级危险的!!", | ||||
|                             "\t[邵虎]..........嘘....别出声...", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 5, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 6, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 7, | ||||
|                                 "image": "fuyi.png", | ||||
|                                 "loc": [ | ||||
|                                     220, | ||||
|                                     80 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[腐翼]哼哼~正愁没人陪我玩呢~~你就出现了~~这是不是天意呢~~~", | ||||
|                             "\t[蓝衣老者].......可恶.....", | ||||
|                             "\t[夜兽人乙]你去死吧!!!", | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "hand", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     7 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 100 | ||||
|                             }, | ||||
|                             "\t[蓝衣老者]...啊......联盟会替我报仇的.....", | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         7, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true, | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[腐翼]嗯?你捣什么乱?我还没玩够呢!", | ||||
|                             "\t[夜兽人乙]这......腐翼大人您不是......想要杀了他吗......", | ||||
|                             "\t[腐翼]胡说!!!!我明明是想要你们打着打着\n同归于尽的!!谁占了上风我就“帮”他一下~你\n破坏了我的计划,就给我去死吧!!", | ||||
|                             "\t[夜兽人乙]这......腐翼大人饶命啊!!!", | ||||
|                             "\t[腐翼]哈哈~~~让我开心一下吧~~~!!!", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 7, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "jump", | ||||
|                                 "from": [ | ||||
|                                     5, | ||||
|                                     8 | ||||
|                                 ], | ||||
|                                 "to": [ | ||||
|                                     10, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "youpenxue", | ||||
|                                 "loc": [ | ||||
|                                     6, | ||||
|                                     7 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true, | ||||
|                                 "time": 300 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 300 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "dian", | ||||
|                                 "loc": [ | ||||
|                                     10, | ||||
|                                     2 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 300 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 8, | ||||
|                                 "image": "fuyi.png", | ||||
|                                 "loc": [ | ||||
|                                     220, | ||||
|                                     80 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[腐翼]貌似有有趣的家伙混进来了呢~~哈哈哈,\n希望能让我开心一点,不要早早就死了哦~~~", | ||||
|                             "\t[腐翼]在这个三不管的混乱区域,到底能陪我玩\n多久呢~~~有点期待,哈哈哈哈哈~~~~~", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 8, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "jump", | ||||
|                                 "from": [ | ||||
|                                     10, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "to": [ | ||||
|                                     12, | ||||
|                                     2 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         12, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "352", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         12, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "361", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         5, | ||||
|                                         8 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "pauseBgm" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playBgm", | ||||
|                                 "name": "xingkong.mp3", | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "dian", | ||||
|                                 "loc": [ | ||||
|                                     6, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "dian", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 300 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 9, | ||||
|                                 "image": "shaohusikao.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]........刚才的那个家伙......虽然体型不大,但我能感觉到是个非常难缠的对手.....实力恐怕要比嗜骨和毒尾还高......", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 10, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]那是当然了。那家伙可是“腐翼”啊。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 9, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 11, | ||||
|                                 "image": "shaohuyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]“腐翼”?难道是21~30层的首领吗?", | ||||
|                             "\t[杰克]也可以这么说吧,不过由于31~40层也没有看守者,腐翼又是个爱玩的主,虽然他掌管着这一带,不过他从来都是神龙见首不见尾的。", | ||||
|                             "\t[邵虎]............", | ||||
|                             "\t[杰克]怎么说呢,那家伙性格太恶劣,听说琥骑士就被他咬过,才在血坛牺牲的。", | ||||
|                             "\t[邵虎].........琥骑士?难道是联盟四骑士之一吗?", | ||||
|                             "\t[杰克]不,联盟四骑士分别是“海骑士”“媚骑士”“圣骑士”和“戾骑士”,琥骑士生前和他们并称联盟五骑士来着。", | ||||
|                             "\t[邵虎]是吗......这腐翼比我想象中要任性啊,联盟骑士都敢攻击,果然不是什么省油的灯呢。", | ||||
|                             "\t[杰克]老大你最好要随时做好跟它打一场的准备哦!!", | ||||
|                             "\t[邵虎]真......真无情啊老大。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 10, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 11, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "right" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "dian", | ||||
|                                 "loc": [ | ||||
|                                     8, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 12, | ||||
|                                 "image": "jiekeyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]这个墙好奇怪......明明感觉有东西横在这里,但这个不应该是墙的感觉啊......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 12, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 13, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]我先走一步啦,老大你快点跟上来哦。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 13, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         3 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         7, | ||||
|                                         3 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "372", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "value": "flag:juqing+2" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         7, | ||||
|                         3 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "remove": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         8, | ||||
|                         3 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "9,8": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "if", | ||||
|                     "condition": "(flag:137==1)", | ||||
|                     "true": [ | ||||
|                         { | ||||
|                             "type": "show" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "if", | ||||
|                             "condition": "(flag:140==1)", | ||||
|                             "true": [ | ||||
|                                 { | ||||
|                                     "type": "hide", | ||||
|                                     "remove": true | ||||
|                                 } | ||||
|                             ], | ||||
|                             "false": [ | ||||
|                                 { | ||||
|                                     "type": "if", | ||||
|                                     "condition": "(flag:21fnpc==1)", | ||||
|                                     "true": [ | ||||
|                                         { | ||||
|                                             "type": "showImage", | ||||
|                                             "code": 4, | ||||
|                                             "image": "jiekedajiao.png", | ||||
|                                             "loc": [ | ||||
|                                                 200, | ||||
|                                                 40 | ||||
|                                             ], | ||||
|                                             "opacity": 1, | ||||
|                                             "time": 0 | ||||
|                                         }, | ||||
|                                         "\t[杰克]估计又是........(嘀嘀咕咕....)", | ||||
|                                         { | ||||
|                                             "type": "hideImage", | ||||
|                                             "code": 4, | ||||
|                                             "time": 0 | ||||
|                                         } | ||||
|                                     ], | ||||
|                                     "false": [ | ||||
|                                         { | ||||
|                                             "type": "choices", | ||||
|                                             "text": "是否跳过剧情", | ||||
|                                             "choices": [ | ||||
|                                                 { | ||||
|                                                     "text": "是", | ||||
|                                                     "action": [] | ||||
|                                                 }, | ||||
|                                                 { | ||||
|                                                     "text": "否", | ||||
|                                                     "action": [ | ||||
|                                                         { | ||||
|                                                             "type": "showImage", | ||||
|                                                             "code": 1, | ||||
|                                                             "image": "jiekedajiao.png", | ||||
|                                                             "loc": [ | ||||
|                                                                 200, | ||||
|                                                                 40 | ||||
|                                                             ], | ||||
|                                                             "opacity": 1, | ||||
|                                                             "time": 0 | ||||
|                                                         }, | ||||
|                                                         "\t[杰克]老子存货不多了,靠!", | ||||
|                                                         "\t[杰克]要是耽误我帮老大清塔以后就没这事了!", | ||||
|                                                         { | ||||
|                                                             "type": "sleep", | ||||
|                                                             "time": 300 | ||||
|                                                         }, | ||||
|                                                         { | ||||
|                                                             "type": "showImage", | ||||
|                                                             "code": 2, | ||||
|                                                             "image": "shaohuzixin.png", | ||||
|                                                             "loc": [ | ||||
|                                                                 -30, | ||||
|                                                                 20 | ||||
|                                                             ], | ||||
|                                                             "opacity": 1, | ||||
|                                                             "time": 0 | ||||
|                                                         }, | ||||
|                                                         "\t[邵虎]杰克,发什么脾气啊?", | ||||
|                                                         { | ||||
|                                                             "type": "hideImage", | ||||
|                                                             "code": 1, | ||||
|                                                             "time": 0 | ||||
|                                                         }, | ||||
|                                                         { | ||||
|                                                             "type": "showImage", | ||||
|                                                             "code": 3, | ||||
|                                                             "image": "jiekeyilv.png", | ||||
|                                                             "loc": [ | ||||
|                                                                 200, | ||||
|                                                                 40 | ||||
|                                                             ], | ||||
|                                                             "opacity": 1, | ||||
|                                                             "time": 0 | ||||
|                                                         }, | ||||
|                                                         "\t[杰克]诶...诶!!老..老大!?你怎么神出鬼没的啊。", | ||||
|                                                         "\t[邵虎]怎么了?", | ||||
|                                                         "\t[杰克]没事,刚才看到了一个联盟的熟人,敲诈了我点东西。", | ||||
|                                                         "\t[邵虎]..........你也小心点啊。", | ||||
|                                                         "\t[杰克]谁说不是呢!真是气人啊。估计又是........(嘀嘀咕咕....)", | ||||
|                                                         { | ||||
|                                                             "type": "hideImage", | ||||
|                                                             "code": 2, | ||||
|                                                             "time": 0 | ||||
|                                                         }, | ||||
|                                                         { | ||||
|                                                             "type": "hideImage", | ||||
|                                                             "code": 3, | ||||
|                                                             "time": 0 | ||||
|                                                         } | ||||
|                                                     ] | ||||
|                                                 } | ||||
|                                             ] | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "setValue", | ||||
|                                             "name": "flag:21fnpc", | ||||
|                                             "value": "1" | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "setValue", | ||||
|                                             "name": "flag:juqing", | ||||
|                                             "value": "flag:juqing+1" | ||||
|                                         } | ||||
|                                     ] | ||||
|                                 } | ||||
|                             ] | ||||
|                         } | ||||
|                     ], | ||||
|                     "false": [ | ||||
|                         { | ||||
|                             "type": "hide" | ||||
|                         } | ||||
|                     ] | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "8,4": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "6,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  2,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         2 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         7, | ||||
|         4 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										587
									
								
								project/floors/MT22.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										587
									
								
								project/floors/MT22.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,587 @@ | ||||
| main.floors.MT22= | ||||
| { | ||||
|     "floorId": "MT22", | ||||
|     "title": "天塔第 22 层", | ||||
|     "name": "天塔第22层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  2, 27,  2,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2,216,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348,  4,  2,  0,  0, 81, 32, 81,  0,  0,  0, 32,352], | ||||
|     [348,  4,  2,123,  0,  2,  2,  2, 88,  0,549,549,352], | ||||
|     [348,  4,  2,  2,216,  2,  4,  2,  2,  0,216,122,352], | ||||
|     [348,  4,  4,  2, 32,  2,  4,  4,  2,  0,549,549,352], | ||||
|     [348,  4,  4,  2, 28,  2,  4,  4,  2,216,  2,  2,352], | ||||
|     [348,  4,  2,  2,216,  2,  2,  2,  2, 81,  2,  4,352], | ||||
|     [348,  4,  2, 32,  0, 81,216,  0, 32, 32,  2,  4,352], | ||||
|     [348,  4,  2,  0,  0,  2,  2,  2,  2,  2,  2,  4,352], | ||||
|     [348,  4,  2,  0, 87,  2,  4,  4,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "hide", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     3, | ||||
|                     4 | ||||
|                 ] | ||||
|             ] | ||||
|         }, | ||||
|         { | ||||
|             "type": "animate", | ||||
|             "name": "luanma", | ||||
|             "loc": [ | ||||
|                 11, | ||||
|                 5 | ||||
|             ] | ||||
|         }, | ||||
|         { | ||||
|             "type": "sleep", | ||||
|             "time": 100 | ||||
|         }, | ||||
|         { | ||||
|             "type": "showImage", | ||||
|             "code": 1, | ||||
|             "image": "npcnv.png", | ||||
|             "loc": [ | ||||
|                 200, | ||||
|                 40 | ||||
|             ], | ||||
|             "opacity": 1, | ||||
|             "time": 0 | ||||
|         }, | ||||
|         "\t[商人]你...想、想干什么??", | ||||
|         { | ||||
|             "type": "sleep", | ||||
|             "time": 100 | ||||
|         }, | ||||
|         { | ||||
|             "type": "hideImage", | ||||
|             "code": 1, | ||||
|             "time": 0 | ||||
|         }, | ||||
|         { | ||||
|             "type": "animate", | ||||
|             "name": "shengqi", | ||||
|             "loc": [ | ||||
|                 10, | ||||
|                 5 | ||||
|             ] | ||||
|         }, | ||||
|         { | ||||
|             "type": "sleep", | ||||
|             "time": 100 | ||||
|         }, | ||||
|         "\t[水化人]少给我装傻,刚才那块水晶石头是老子先看到的,立马给我交出来!!", | ||||
|         { | ||||
|             "type": "sleep", | ||||
|             "time": 100 | ||||
|         }, | ||||
|         { | ||||
|             "type": "showImage", | ||||
|             "code": 2, | ||||
|             "image": "npcnv.png", | ||||
|             "loc": [ | ||||
|                 200, | ||||
|                 40 | ||||
|             ], | ||||
|             "opacity": 1, | ||||
|             "time": 0 | ||||
|         }, | ||||
|         "\t[商人]不...不、可能!明明是谁先捡到就是谁的........", | ||||
|         { | ||||
|             "type": "hideImage", | ||||
|             "code": 2, | ||||
|             "time": 0 | ||||
|         }, | ||||
|         { | ||||
|             "type": "sleep", | ||||
|             "time": 100 | ||||
|         }, | ||||
|         "\t[水化人]真是个笨蛋,不给我东西就杀掉你哦!", | ||||
|         { | ||||
|             "type": "sleep", | ||||
|             "time": 100 | ||||
|         }, | ||||
|         { | ||||
|             "type": "showImage", | ||||
|             "code": 3, | ||||
|             "image": "npcnv.png", | ||||
|             "loc": [ | ||||
|                 200, | ||||
|                 40 | ||||
|             ], | ||||
|             "opacity": 1, | ||||
|             "time": 0 | ||||
|         }, | ||||
|         "\t[商人]啊啊!!救命啊!!!!", | ||||
|         { | ||||
|             "type": "hideImage", | ||||
|             "code": 3, | ||||
|             "time": 0 | ||||
|         }, | ||||
|         { | ||||
|             "type": "setValue", | ||||
|             "name": "flag:22fshangren", | ||||
|             "value": "1" | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "11,5": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "value": "flag:juqing+1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "npcnv.png", | ||||
|                 "loc": [ | ||||
|                     200, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[商人]感谢大侠相救....呼呼......终于得救了", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 2, | ||||
|                 "image": "shaohusikao.png", | ||||
|                 "loc": [ | ||||
|                     -30, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[邵虎]明知道这里很危险你还过来,还跟一个怪物叫板,是算准了我会来救你么。", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[商人]嘿嘿.....无奸不商嘛~~", | ||||
|             "\t[商人]我这里可有好东西哦!就这一次,不买我可就走了。", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 2, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 3, | ||||
|                 "image": "shaohuzixin.png", | ||||
|                 "loc": [ | ||||
|                     -30, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[邵虎]......那么请你走吧。", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[商人]哼..........还以为你会同意呢,不就花两个小钱吗,瞧你那小抠样!!", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[邵虎]......哼..我要是同意了就会被你牵着鼻子走了。没事我就走了,你自己保重吧。", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[商人]等等......", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[邵虎]..........还有事?", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[商人]哼......真是个人精,好吧,看你的样子是从下面过来的,你有没有听说过“镇塔剑盾”呢", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[邵虎].........(那不是...).....", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[邵虎]........听说过,怎么了?", | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 100 | ||||
|             }, | ||||
|             "\t[商人]没什么,只是对那东西感兴趣罢了。你能告诉我镇塔剑盾在第几层吗?我想自己亲眼去看看", | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         11, | ||||
|                         7 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "floorId": "MT15" | ||||
|             }, | ||||
|             "\t[邵虎]...........镇塔剑盾在", | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "镇塔剑盾在", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "第13层", | ||||
|                         "action": [ | ||||
|                             "\t[商人]呵呵,谢谢了。那我这就去了。", | ||||
|                             "\t[邵虎].........被怪围死我可不管。", | ||||
|                             "\t[商人]不劳你操心。" | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "第14层", | ||||
|                         "action": [ | ||||
|                             "\t[商人]呵呵,谢谢了。那我这就去了。", | ||||
|                             "\t[邵虎].........被怪围死我可不管。", | ||||
|                             "\t[商人]不牢你操心。对了,这个东西反正没用就送你好了。刚才那个水化人一副蠢样就想拿这个呢", | ||||
|                             "得到水晶宝石,攻防+8点", | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "status:def", | ||||
|                                 "operator": "+=", | ||||
|                                 "value": "8" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "status:atk", | ||||
|                                 "operator": "+=", | ||||
|                                 "value": "8" | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "第15层", | ||||
|                         "action": [ | ||||
|                             "\t[商人]呵呵,谢谢了。那我这就去了。", | ||||
|                             "\t[邵虎].........被怪围死我可不管。", | ||||
|                             "\t[商人]不劳你操心。" | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "第16层", | ||||
|                         "action": [ | ||||
|                             "\t[商人]呵呵,谢谢了。那我这就去了。", | ||||
|                             "\t[邵虎].........被怪围死我可不管。", | ||||
|                             "\t[商人]不劳你操心。" | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 3, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "value": "flag:juqing+1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         11, | ||||
|                         7 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "floorId": "MT15" | ||||
|             } | ||||
|         ], | ||||
|         "3,4": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:137==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "hide", | ||||
|                         "remove": true | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "(flag:135==1)", | ||||
|                         "true": [ | ||||
|                             { | ||||
|                                 "type": "if", | ||||
|                                 "condition": "(flag:22fjieke==1)", | ||||
|                                 "true": [ | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "jiekezixin.png", | ||||
|                                         "loc": [ | ||||
|                                             200, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[杰克]老大没什么事的话就去找找看哪里有解毒药。", | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 1, | ||||
|                                         "time": 0 | ||||
|                                     } | ||||
|                                 ], | ||||
|                                 "false": [ | ||||
|                                     { | ||||
|                                         "type": "choices", | ||||
|                                         "text": "是否跳过剧情", | ||||
|                                         "choices": [ | ||||
|                                             { | ||||
|                                                 "text": "是", | ||||
|                                                 "action": [] | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "text": "否", | ||||
|                                                 "action": [ | ||||
|                                                     { | ||||
|                                                         "type": "showImage", | ||||
|                                                         "code": 2, | ||||
|                                                         "image": "jiekezixin.png", | ||||
|                                                         "loc": [ | ||||
|                                                             200, | ||||
|                                                             40 | ||||
|                                                         ], | ||||
|                                                         "opacity": 1, | ||||
|                                                         "time": 0 | ||||
|                                                     }, | ||||
|                                                     "\t[杰克]可恶......这样下去......", | ||||
|                                                     { | ||||
|                                                         "type": "showImage", | ||||
|                                                         "code": 3, | ||||
|                                                         "image": "shaohuzixin.png", | ||||
|                                                         "loc": [ | ||||
|                                                             -30, | ||||
|                                                             20 | ||||
|                                                         ], | ||||
|                                                         "opacity": 1, | ||||
|                                                         "time": 0 | ||||
|                                                     }, | ||||
|                                                     "\t[邵虎]杰克,原来你在这里啊。", | ||||
|                                                     { | ||||
|                                                         "type": "hideImage", | ||||
|                                                         "code": 2, | ||||
|                                                         "time": 0 | ||||
|                                                     }, | ||||
|                                                     { | ||||
|                                                         "type": "showImage", | ||||
|                                                         "code": 4, | ||||
|                                                         "image": "jiekeyilv.png", | ||||
|                                                         "loc": [ | ||||
|                                                             200, | ||||
|                                                             40 | ||||
|                                                         ], | ||||
|                                                         "opacity": 1, | ||||
|                                                         "time": 0 | ||||
|                                                     }, | ||||
|                                                     "\t[杰克]诶...诶!!老..老大!?", | ||||
|                                                     "\t[邵虎]怎么了,在做什么?", | ||||
|                                                     { | ||||
|                                                         "type": "hideImage", | ||||
|                                                         "code": 4, | ||||
|                                                         "time": 0 | ||||
|                                                     }, | ||||
|                                                     { | ||||
|                                                         "type": "showImage", | ||||
|                                                         "code": 5, | ||||
|                                                         "image": "jiekezixin.png", | ||||
|                                                         "loc": [ | ||||
|                                                             200, | ||||
|                                                             40 | ||||
|                                                         ], | ||||
|                                                         "opacity": 1, | ||||
|                                                         "time": 0 | ||||
|                                                     }, | ||||
|                                                     "\t[杰克]没...没什么。", | ||||
|                                                     "\t[杰克]话说回来老大,你这个样子在塔里乱晃悠可是很危险的哦。找到解毒药之后老大才能自由行动的。", | ||||
|                                                     "\t[邵虎]谢谢关心,杰克。", | ||||
|                                                     "\t[杰克]..............", | ||||
|                                                     "\t[邵虎]不管怎么说,你都帮了我很多的忙,如果我自身有哪些不可靠的地方,或者不正确的地方,都请你批评指正。", | ||||
|                                                     "\t[邵虎]“要自省着前进。”汪洋大哥就是这么教我的。", | ||||
|                                                     "\t[杰克]..............", | ||||
|                                                     "\t[杰克].......是吗。", | ||||
|                                                     "\t[杰克].......我懂了。在这里我会尽全力帮你的。", | ||||
|                                                     "\t[邵虎]“要自省着前进。”汪洋大哥就是这么教我的。", | ||||
|                                                     "\t[杰克]呵呵,彼此彼此。", | ||||
|                                                     "\t[杰克]老大,你25层的异空间去过了没有?", | ||||
|                                                     "\t[邵虎]25层?我倒是知道有这么个地方,怎么?", | ||||
|                                                     "\t[杰克]如果体力不够的话,那里应该会有足够的补充。不过钥匙可能要很多。我这里有一把蓝钥匙,给老大先用吧。我自己可以拆墙的", | ||||
|                                                     "\t[邵虎]谢谢,你自己也要小心。", | ||||
|                                                     "\t[杰克]放心好了。", | ||||
|                                                     { | ||||
|                                                         "type": "hideImage", | ||||
|                                                         "code": 3, | ||||
|                                                         "time": 0 | ||||
|                                                     }, | ||||
|                                                     { | ||||
|                                                         "type": "hideImage", | ||||
|                                                         "code": 5, | ||||
|                                                         "time": 0 | ||||
|                                                     } | ||||
|                                                 ] | ||||
|                                             } | ||||
|                                         ] | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:22fjieke", | ||||
|                                         "value": "1" | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:juqing", | ||||
|                                         "operator": "+=", | ||||
|                                         "value": "1" | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "item:blueKey", | ||||
|                                         "operator": "+=", | ||||
|                                         "value": "1" | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "setValue", | ||||
|                                         "name": "flag:133", | ||||
|                                         "value": "1" | ||||
|                                     } | ||||
|                                 ] | ||||
|                             } | ||||
|                         ], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "hide" | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "8,4": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "4,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": { | ||||
|         "10,4": [ | ||||
|             "up", | ||||
|             "down", | ||||
|             "left", | ||||
|             "right" | ||||
|         ], | ||||
|         "11,4": [ | ||||
|             "up", | ||||
|             "down", | ||||
|             "left", | ||||
|             "right" | ||||
|         ], | ||||
|         "11,6": [ | ||||
|             "up", | ||||
|             "down", | ||||
|             "left", | ||||
|             "right" | ||||
|         ], | ||||
|         "10,6": [ | ||||
|             "up", | ||||
|             "down", | ||||
|             "left", | ||||
|             "right" | ||||
|         ] | ||||
|     }, | ||||
|     "ratio": 1, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "downFloor": [ | ||||
|         8, | ||||
|         3 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         3, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										840
									
								
								project/floors/MT23.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										840
									
								
								project/floors/MT23.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,840 @@ | ||||
| main.floors.MT23= | ||||
| { | ||||
|     "floorId": "MT23", | ||||
|     "title": "天塔第 23 层", | ||||
|     "name": "天塔第23层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  2,  2,  2, 22,  2, 27,  2, 28,352], | ||||
|     [348,  4,  4,  4,  2, 87,  0, 21,  2, 32,386, 32,352], | ||||
|     [348,  4,  4,  4,  2,  0,215,  2,  2,  2, 81,  2,352], | ||||
|     [348,  2,  2,  2,  2,  2,  0, 31,  0,  0,  0, 32,383], | ||||
|     [348,  2, 31,  0, 31,  2,  0,  2,  2,219,  2,  2,352], | ||||
|     [348, 27,216, 31,216, 32,  0,  2, 32, 21,  0, 32,352], | ||||
|     [348,  2,  2,  2,  2,  2,  0,  2,  2,  2,216,  2,352], | ||||
|     [348,  2, 31,  0, 31,  2,  0,  2, 32,  0, 21, 32,352], | ||||
|     [348,216,  0,123,  0,216,  0,  2,  2,384,  2,  2,352], | ||||
|     [348, 81,  2,  0,  2,  2, 81,  2, 32, 21,  0, 32,352], | ||||
|     [348, 28,  2,  0, 88,  2, 27,  2,  2,  2, 39,  2,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "0,0": { | ||||
|             "trigger": null, | ||||
|             "enable": true, | ||||
|             "noPass": null, | ||||
|             "displayDamage": false, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "choices", | ||||
|                     "text": "是否跳过剧情", | ||||
|                     "choices": [ | ||||
|                         { | ||||
|                             "text": "是", | ||||
|                             "action": [ | ||||
|                                 { | ||||
|                                     "type": "hide", | ||||
|                                     "loc": [ | ||||
|                                         [ | ||||
|                                             3, | ||||
|                                             9 | ||||
|                                         ] | ||||
|                                     ], | ||||
|                                     "remove": true | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "setBlock", | ||||
|                                     "number": "352", | ||||
|                                     "loc": [ | ||||
|                                         [ | ||||
|                                             12, | ||||
|                                             4 | ||||
|                                         ] | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "moveHero", | ||||
|                                     "steps": [ | ||||
|                                         "up:1" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "changePos", | ||||
|                                     "loc": [ | ||||
|                                         3, | ||||
|                                         9 | ||||
|                                     ], | ||||
|                                     "direction": "right" | ||||
|                                 } | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "text": "否", | ||||
|                             "action": [ | ||||
|                                 { | ||||
|                                     "type": "moveHero", | ||||
|                                     "steps": [ | ||||
|                                         "up:1" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "gantanhao", | ||||
|                                     "loc": "hero" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "pauseBgm" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "playBgm", | ||||
|                                     "name": "linghaihuanxin.mp3", | ||||
|                                     "keep": true | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 1, | ||||
|                                     "image": "shaohuzixin.png", | ||||
|                                     "loc": [ | ||||
|                                         -30, | ||||
|                                         20 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]这不是杰克嘛。怎么跑这么快。", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 2, | ||||
|                                     "image": "jiekexiaohei.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]当然了,也不问问我是谁~~天才发明家就是我!!!杰克~~!", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 3, | ||||
|                                     "image": "shaohujinzhang.png", | ||||
|                                     "loc": [ | ||||
|                                         -30, | ||||
|                                         20 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]就你那半吊子水平,估计是没继承好父亲的炼药术,结果偏门成了这么个四不像的职业。什么发明家,我怎么觉得像小偷。", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 2, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 4, | ||||
|                                     "image": "jiekedajiao2.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]老大你怎么学会黑我了??你这么个正经的人可不能这么学啊~!!", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 3, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 5, | ||||
|                                     "image": "shaohujinzhang.png", | ||||
|                                     "loc": [ | ||||
|                                         -30, | ||||
|                                         20 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]跟你学的。", | ||||
|                                 "\t[杰克].................", | ||||
|                                 "\t[邵虎]对了,到这一层的必经之路上应该有魔物徘徊才对,你是怎么跑到这里来的?", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 4, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 6, | ||||
|                                     "image": "jiekexiaohei.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克].......哈哈,当然是我有杀手锏了~!", | ||||
|                                 "\t[邵虎]???", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 6, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 7, | ||||
|                                     "image": "jiekezixin.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]这个方法不会留下我来过的证据,不过没办法掌握好时间。", | ||||
|                                 "\t[邵虎]你就是这么说我也不懂。", | ||||
|                                 "\t[杰克].................", | ||||
|                                 "\t[杰克].........那老大你看好了啊~~!我去楼上层等你。", | ||||
|                                 "\t[杰克].................", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 7, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 5, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "STmoqiang", | ||||
|                                     "loc": [ | ||||
|                                         3, | ||||
|                                         9 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 8, | ||||
|                                     "image": "jiekezixin.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]匿形水!!", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 8, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "pauseBgm" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "playSound", | ||||
|                                     "name": "096" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "setBlock", | ||||
|                                     "number": "518", | ||||
|                                     "loc": [ | ||||
|                                         [ | ||||
|                                             3, | ||||
|                                             9 | ||||
|                                         ] | ||||
|                                     ], | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "playBgm", | ||||
|                                     "name": "linghaihuanxin.mp3", | ||||
|                                     "keep": true | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 9, | ||||
|                                     "image": "shaohuyilv.png", | ||||
|                                     "loc": [ | ||||
|                                         -30, | ||||
|                                         20 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]诶?", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 10, | ||||
|                                     "image": "jiekezixin.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]老大,这就是我说的法宝~~!!除了时间不好掌控以外,我甚至可以从魔物身边溜过去呢!", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 9, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 10, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "move", | ||||
|                                     "loc": [ | ||||
|                                         3, | ||||
|                                         9 | ||||
|                                     ], | ||||
|                                     "time": 500, | ||||
|                                     "keep": true, | ||||
|                                     "steps": [ | ||||
|                                         "right:3" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "moveHero", | ||||
|                                     "steps": [ | ||||
|                                         "up:1" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "changePos", | ||||
|                                     "loc": [ | ||||
|                                         3, | ||||
|                                         9 | ||||
|                                     ], | ||||
|                                     "direction": "right" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 11, | ||||
|                                     "image": "jiekezixin.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]老大你看没错吧!!!哇哈哈哈~~~", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 11, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[水化人]。。。。。。", | ||||
|                                 "\t[水化人]真是见鬼。。我好像听到什么声音。。", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 12, | ||||
|                                     "image": "jiekedajiao.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]喂你这怪物,跟你说话呢~!", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 12, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[水化人]。。。。。。", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 13, | ||||
|                                     "image": "jiekedajiao2.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]打你的屁股-----", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 13, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "jump", | ||||
|                                     "from": [ | ||||
|                                         5, | ||||
|                                         9 | ||||
|                                     ], | ||||
|                                     "to": [ | ||||
|                                         5, | ||||
|                                         9 | ||||
|                                     ], | ||||
|                                     "time": 500, | ||||
|                                     "keep": true | ||||
|                                 }, | ||||
|                                 "\t[水化人]。。。哇哇哇!!!谁。。谁打我!?", | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 14, | ||||
|                                     "image": "jiekezixin.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]啊哈哈真好玩~~!", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 14, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 15, | ||||
|                                     "image": "shaohujinzhang.png", | ||||
|                                     "loc": [ | ||||
|                                         -30, | ||||
|                                         20 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]........................", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 15, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 16, | ||||
|                                     "image": "jiekedajiao2.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]喂喂你个白痴怪物!!你还手啊!你咬我啊!!你来啊你来啊!!", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 16, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "EMhanzuo", | ||||
|                                     "loc": [ | ||||
|                                         5, | ||||
|                                         9 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "EMhanzuo", | ||||
|                                     "loc": [ | ||||
|                                         3, | ||||
|                                         9 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 17, | ||||
|                                     "image": "shaohujinzhang.png", | ||||
|                                     "loc": [ | ||||
|                                         -30, | ||||
|                                         20 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[邵虎]好了杰克别玩了,一会把腐翼招来你就惨了。", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 17, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 18, | ||||
|                                     "image": "jiekezixin.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]哼,既然老大发话了我就饶过你了。", | ||||
|                                 "\t[杰克]没有下次!听到了没!", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 18, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "move", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         9 | ||||
|                                     ], | ||||
|                                     "time": 500, | ||||
|                                     "keep": true, | ||||
|                                     "steps": [ | ||||
|                                         "up:4" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "move", | ||||
|                                     "loc": [ | ||||
|                                         12, | ||||
|                                         4 | ||||
|                                     ], | ||||
|                                     "time": 500, | ||||
|                                     "keep": true, | ||||
|                                     "steps": [ | ||||
|                                         "left:6" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "setBlock", | ||||
|                                     "number": "352", | ||||
|                                     "loc": [ | ||||
|                                         [ | ||||
|                                             12, | ||||
|                                             4 | ||||
|                                         ] | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "gantanhao", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         5 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 19, | ||||
|                                     "image": "jiekedajiao.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]呀!.............", | ||||
|                                 "\t[杰克]...唔...(捂嘴)........", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 19, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "wenhao", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 20, | ||||
|                                     "image": "fuyi.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[腐翼]嗯?什么声音?", | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "shenglvehao", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 "\t[腐翼]呼................算了。", | ||||
|                                 "\t[腐翼]不过还真是无聊啊....27层的老头真是顽固死了,要是乖乖当我的玩具就不会死了嘛~~~", | ||||
|                                 "\t[腐翼]那我现在是去耍一耍初级卫兵呢,还是抓一只骷髅来玩呢------", | ||||
|                                 "\t[腐翼]诶......圣骑士好像来这里玩了嘛......要不我就........哈哈,好像很有意思呢~~!", | ||||
|                                 { | ||||
|                                     "type": "move", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         4 | ||||
|                                     ], | ||||
|                                     "time": 500, | ||||
|                                     "keep": true, | ||||
|                                     "steps": [ | ||||
|                                         "left:6" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "hide", | ||||
|                                     "loc": [ | ||||
|                                         [ | ||||
|                                             0, | ||||
|                                             4 | ||||
|                                         ] | ||||
|                                     ], | ||||
|                                     "remove": true | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "setBlock", | ||||
|                                     "number": "348", | ||||
|                                     "loc": [ | ||||
|                                         [ | ||||
|                                             0, | ||||
|                                             4 | ||||
|                                         ] | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 20, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 21, | ||||
|                                     "image": "jiekedajiao2.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克]老天保佑老天保佑~~~~~", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 21, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "showImage", | ||||
|                                     "code": 22, | ||||
|                                     "image": "jiekezixin.png", | ||||
|                                     "loc": [ | ||||
|                                         200, | ||||
|                                         40 | ||||
|                                     ], | ||||
|                                     "opacity": 1, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 "\t[杰克](圣骑士.....?难道......)", | ||||
|                                 { | ||||
|                                     "type": "hideImage", | ||||
|                                     "code": 22, | ||||
|                                     "time": 0 | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "move", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         5 | ||||
|                                     ], | ||||
|                                     "time": 500, | ||||
|                                     "keep": true, | ||||
|                                     "steps": [ | ||||
|                                         "up:3" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "STmoqiang", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "setBlock", | ||||
|                                     "number": "123", | ||||
|                                     "loc": [ | ||||
|                                         [ | ||||
|                                             6, | ||||
|                                             2 | ||||
|                                         ] | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "sangang", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "sangang", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         3 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "hide", | ||||
|                                     "loc": [ | ||||
|                                         [ | ||||
|                                             6, | ||||
|                                             2 | ||||
|                                         ] | ||||
|                                     ], | ||||
|                                     "remove": true | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "move", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         3 | ||||
|                                     ], | ||||
|                                     "time": 500, | ||||
|                                     "keep": true, | ||||
|                                     "steps": [ | ||||
|                                         "up:1" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "animate", | ||||
|                                     "name": "EMhanyou", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "move", | ||||
|                                     "loc": [ | ||||
|                                         6, | ||||
|                                         2 | ||||
|                                     ], | ||||
|                                     "time": 500, | ||||
|                                     "keep": true, | ||||
|                                     "steps": [ | ||||
|                                         "down:1" | ||||
|                                     ] | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "pauseBgm" | ||||
|                                 }, | ||||
|                                 { | ||||
|                                     "type": "playBgm", | ||||
|                                     "name": "jinpo.mp3", | ||||
|                                     "keep": true | ||||
|                                 } | ||||
|                             ] | ||||
|                         } | ||||
|                     ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "setValue", | ||||
|                     "name": "flag:juqing", | ||||
|                     "operator": "+=", | ||||
|                     "value": "2" | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "4,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "5,2": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "downFloor": [ | ||||
|         3, | ||||
|         11 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         3 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										528
									
								
								project/floors/MT24.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										528
									
								
								project/floors/MT24.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,528 @@ | ||||
| main.floors.MT24= | ||||
| { | ||||
|     "floorId": "MT24", | ||||
|     "title": "天塔第 24 层", | ||||
|     "name": "天塔第24层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  2,  2,  2,  2,  2,  2,  2,  2,  4,  4,352], | ||||
|     [348,  4,  2, 27,  2, 88,  0,123,  0,  2,  4,  4,352], | ||||
|     [348,  4,  2, 27,  2,  2,  2,  2,  0,  2,  4,  4,352], | ||||
|     [348,  2,  2, 31,  0, 87,  0, 82,  0,  2,  4,  4,352], | ||||
|     [348,  2,125, 32,  2,  2,  2,  2, 81,  2,  4,  4,352], | ||||
|     [348,  2,  2,216, 32,  2, 32,216, 32,  2,  4,  4,352], | ||||
|     [348,  4,  2,  2,216, 32,216,  2,  2,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2,  2,  2,  2,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "0,0": [ | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "是否跳过剧情", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "是", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         7, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "否", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shaohusikao.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]真不让人省心呢杰克。", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 2, | ||||
|                                 "image": "jiekexiaohei.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]哈、哈哈哈......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 2, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 3, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]这个先不说,我感觉楼上,就是25层,有点不一般。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 4, | ||||
|                                 "image": "shaohuyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]???不一般.........?", | ||||
|                             "\t[杰克]老大在来的路上应该见过那种“明明是通路,而走过去却是一道墙”的机关吧?", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 4, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 5, | ||||
|                                 "image": "shaohusikao.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]“明明是通路,而走过去却是一道墙”吗.......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 5, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 6, | ||||
|                                 "image": "shaohuzixin.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]......应该不是第一次见了,16层就有好多这种机关。怎么,25层也有这种机关吗?", | ||||
|                             "\t[杰克]这.......说“有”也不是很准确,确切的说25层没有实墙,是完全由机关组成的。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 6, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 7, | ||||
|                                 "image": "shaohuziya.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]什么!!", | ||||
|                             "\t[邵虎]这......要是正常状态下的我或许还有能力探索一下......可我现在身中剧毒,若是行动过量的话......", | ||||
|                             "\t[杰克]..........这样吧,我可以为老大找到一条通路。但其他的岔路我可能就无法带老大掌握了,这样也行吗?", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 7, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 8, | ||||
|                                 "image": "shaohuzixin.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]帮大忙了......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 3, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 9, | ||||
|                                 "image": "jiekexiaohei.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]\r[red]不过其他的路上可能会有血瓶以及机关\r,所以希望老大不要拘泥于我的路线。", | ||||
|                             "\t[邵虎]知道了。你去吧。", | ||||
|                             "\t[杰克]好,我在楼上等你。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 9, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 8, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     2 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "right", | ||||
|                                     "down", | ||||
|                                     "down" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "shenglvehao", | ||||
|                                 "loc": [ | ||||
|                                     8, | ||||
|                                     4 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "096-Attack08.ogg" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playBgm", | ||||
|                                 "name": "jinpo.mp3", | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "518", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     8, | ||||
|                                     4 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "left", | ||||
|                                     "left" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "2,5": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:221==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "hide", | ||||
|                         "remove": true | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "(flag:24fnpc==1)", | ||||
|                         "true": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 8, | ||||
|                                 "image": "npcnan.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[联盟老头]哼哼......魔物什么的都给去死吧!!哈哈哈哈哈~~~~", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 8, | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "choices", | ||||
|                                 "text": "是否跳过剧情", | ||||
|                                 "choices": [ | ||||
|                                     { | ||||
|                                         "text": "是", | ||||
|                                         "action": [] | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "text": "否", | ||||
|                                         "action": [ | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 1, | ||||
|                                                 "image": "npcnan.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[联盟老头]哼哼......还是这片区域合我的胃口啊~!!哈哈哈哈哈~~~~", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 2, | ||||
|                                                 "image": "shaohusikao.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[邵虎]里这么乱,你也呆的下去?", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 2, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 3, | ||||
|                                                 "image": "npcnan.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[联盟老头]哼哼......年轻人不懂事。知道戾骑士吗?那就是从死人堆里爬出来的顶尖高手!", | ||||
|                                             "\t[联盟老头]要论综合实力戾骑士可能还比不过联盟盟主,不过要论攻击力与疯狂性......哈哈哈,没人能与戾骑士相比呢!", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 3, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 4, | ||||
|                                                 "image": "shaohusikao.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[邵虎]...............", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 4, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 5, | ||||
|                                                 "image": "npcnan.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[联盟老头]在这里,我能清晰地嗅到血的味道,不知道什么时候就会一命呜呼的紧迫感!!哇哈哈哈哈!!!!!!", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 5, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 6, | ||||
|                                                 "image": "shaohusikao.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[邵虎].............已经嗜杀成性了么......", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 6, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 7, | ||||
|                                                 "image": "npcnan.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[联盟老头]........不过,\r[red]一味的增加攻击是不可取的\r,如果遇上防御能力仅次于你攻击能力的对手,战斗将无比艰难。", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 7, | ||||
|                                                 "time": 0 | ||||
|                                             } | ||||
|                                         ] | ||||
|                                     } | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:juqing", | ||||
|                                 "operator": "+=", | ||||
|                                 "value": "1" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:24fnpc", | ||||
|                                 "value": "1" | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "5,2": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "5,4": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         4 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         2 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										2894
									
								
								project/floors/MT25.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2894
									
								
								project/floors/MT25.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										320
									
								
								project/floors/MT26.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										320
									
								
								project/floors/MT26.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,320 @@ | ||||
| main.floors.MT26= | ||||
| { | ||||
|     "floorId": "MT26", | ||||
|     "title": "天塔第 26 层", | ||||
|     "name": "天塔第26层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 31,  0, 31,  0, 31,  0, 31,  2, 32, 32, 32,352], | ||||
|     [348,  0,  0,  2, 81,  2,  2,386,  2,520,  2,  2,352], | ||||
|     [348,  2,520,  2,  0,216,  0,  0,386,  0, 81, 32,352], | ||||
|     [348, 32,  0,  2,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348, 27,  0,  0,  2, 32, 32, 32, 21,  2, 32, 32,352], | ||||
|     [348,  2,384,  2,  2, 27, 28,  0,  0,  2,520, 32,352], | ||||
|     [348, 21, 32, 21,  2,  2,  2,  2,386,  2, 81,  2,352], | ||||
|     [348, 81,  2,  0,216,  0,  0, 32,  0, 32,  0, 31,352], | ||||
|     [348, 32, 81, 21,  2,215,  0,  2,384,  2,123,  2,352], | ||||
|     [348,  2,  2,  2,  2, 81,  2,  2,384,  2,  0,  2,352], | ||||
|     [348, 87,  0,  0,  0, 31,  0,  2, 40,  2,  0, 88,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "10,9": [ | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 500 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "shaohuyilv.png", | ||||
|                 "loc": [ | ||||
|                     -30, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[邵虎]杰克。", | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 2, | ||||
|                 "image": "jiekexiaohei.png", | ||||
|                 "loc": [ | ||||
|                     200, | ||||
|                     40 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[杰克]老大,走过刚才那层楼伤了不少吧。有没有问题继续探索?", | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(status:hp>=1000)", | ||||
|                 "true": [ | ||||
|                     "\t[邵虎]暂时还没问题。", | ||||
|                     "\t[邵虎]不过接下来就不好说了,毕竟还要一路消灭魔物前进......怎么样,你发现什么了没有?", | ||||
|                     "\t[杰克]发现倒是有啊......隔壁房间里有一面不错的盾牌,应该还是能用的。老大拿着应该有用。", | ||||
|                     "\t[邵虎]盾牌吗......好吧,我去看看。", | ||||
|                     "\t[杰克]我回前面几层看看,有发现的话会告诉你", | ||||
|                     "\t[邵虎]好的,我等你的好消息。", | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 2, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "move", | ||||
|                         "time": 500, | ||||
|                         "keep": true, | ||||
|                         "steps": [ | ||||
|                             "down", | ||||
|                             "down" | ||||
|                         ] | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "setVolume", | ||||
|                         "value": 0, | ||||
|                         "time": 500 | ||||
|                     }, | ||||
|                     "\t[邵虎]很糟糕,我的血量很可能支撑不了多久了", | ||||
|                     "\t[杰克]老大,就剩这点血了啊......", | ||||
|                     "\t[邵虎]怎么样,你有什么新发现么?", | ||||
|                     "\t[杰克]当然有啊,我发现老大的血量已经不足以对付像我这样武功差劲的人了呢!", | ||||
|                     { | ||||
|                         "type": "pauseBgm" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "playBgm", | ||||
|                         "name": "jinpo.mp3", | ||||
|                         "keep": true | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "animate", | ||||
|                         "name": "gantanhao", | ||||
|                         "loc": "hero" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 3, | ||||
|                         "image": "shaohujinzhang.png", | ||||
|                         "loc": [ | ||||
|                             -30, | ||||
|                             20 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     "\t[邵虎]原来如此。", | ||||
|                     "\t[邵虎]我就说啊,你一个联盟人士不保留身份就来套我的近乎,毕竟是有目的存在。", | ||||
|                     "\t[杰克]啊哈哈哈!!!重新自我介绍一下吧。", | ||||
|                     "\t[杰克]海骑士座下--巡察杰克。决一死战吧~", | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 2, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 3, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "animate", | ||||
|                         "name": "hand", | ||||
|                         "loc": "hero" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "status:hp", | ||||
|                         "value": "1" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 4, | ||||
|                         "image": "jiekexiaohei.png", | ||||
|                         "loc": [ | ||||
|                             200, | ||||
|                             40 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     "\t[杰克]呵呵,不愧是公主座下的亲卫,实力果然不一般哦。", | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 5, | ||||
|                         "image": "shaohuliuhan.png", | ||||
|                         "loc": [ | ||||
|                             -30, | ||||
|                             20 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     "\t[邵虎]你...............", | ||||
|                     "\t[杰克]不过我现在跑掉你也没办法了,自生自灭吧!!哈哈哈哈~~~", | ||||
|                     "\t[杰克]顺便说一句,老大身上的东西刚刚我都替你保管了哦~~别想活着离开了哈哈哈哈~~!!", | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "item:superWine", | ||||
|                         "operator": "-=", | ||||
|                         "value": "10" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "item:weakWine", | ||||
|                         "operator": "-=", | ||||
|                         "value": "10" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "item:poisonWine", | ||||
|                         "operator": "-=", | ||||
|                         "value": "10" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "item:fly", | ||||
|                         "operator": "-=", | ||||
|                         "value": "1" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:179", | ||||
|                         "value": "1" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 4, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 5, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "move", | ||||
|                         "time": 500, | ||||
|                         "keep": true, | ||||
|                         "steps": [ | ||||
|                             "down", | ||||
|                             "down" | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         10, | ||||
|                         11 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "remove": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:135", | ||||
|                 "value": "1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         3, | ||||
|                         4 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "floorId": "MT22" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "operator": "+=", | ||||
|                 "value": "2" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "1,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "11,11": { | ||||
|             "floorId": "MT25", | ||||
|             "loc": [ | ||||
|                 10, | ||||
|                 11 | ||||
|             ], | ||||
|             "direction": "left" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         2, | ||||
|         11 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         10, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										587
									
								
								project/floors/MT27.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										587
									
								
								project/floors/MT27.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,587 @@ | ||||
| main.floors.MT27= | ||||
| { | ||||
|     "floorId": "MT27", | ||||
|     "title": "天塔第 27 层", | ||||
|     "name": "天塔第27层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 28, 21,  2, 32, 32,  2, 32, 32, 32, 32, 32,352], | ||||
|     [348, 27,  0,386,384, 21,  2, 81,  2,  2,  2,  2,352], | ||||
|     [348, 32, 32,  2,386,  2,  2,  0,  0,  0,386, 31,352], | ||||
|     [348,  2,  2,  2,  0,  0,  0,  0,  2, 81,  2,  2,352], | ||||
|     [348,125,  2, 87,  0,  2, 28,  2,  2,215, 81,384,352], | ||||
|     [348,216,  2,  2,  2,  2,  2,  2,  0,  0,  2, 22,352], | ||||
|     [348,  0, 81, 32, 81,  0, 31,  2, 82,  2,  2,  2,352], | ||||
|     [348,384,  2,  2,  2,  2,  0,  2,  0,  0,216, 32,352], | ||||
|     [348,  0, 81,520,520,  2,  0,  2,  2,  2, 21,216,352], | ||||
|     [348,  2,  2,  2, 81,  2, 21,  2,  0,216,  0,  2,352], | ||||
|     [348, 88,  0,  0,  0,  2, 32,384, 31,  2,386, 27,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "1,5": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:221==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "hide", | ||||
|                         "remove": true | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "(flag:136==1)", | ||||
|                         "true": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "npcnan.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[李副官]咳....咳咳......果然太勉强了吗....", | ||||
|                             "\t[李副官]该死的腐翼....为什么不干脆杀了我..", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "if", | ||||
|                                 "condition": "(flag:133==1)", | ||||
|                                 "true": [ | ||||
|                                     { | ||||
|                                         "type": "if", | ||||
|                                         "condition": "(flag:27f==1)", | ||||
|                                         "true": [ | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 2, | ||||
|                                                 "image": "npcnan.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[李副官]该死的腐翼和巡察......哼,就算拼了老命也别想让我给你们卖命。", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 2, | ||||
|                                                 "time": 0 | ||||
|                                             } | ||||
|                                         ], | ||||
|                                         "false": [ | ||||
|                                             { | ||||
|                                                 "type": "choices", | ||||
|                                                 "text": "是否跳过剧情", | ||||
|                                                 "choices": [ | ||||
|                                                     { | ||||
|                                                         "text": "是", | ||||
|                                                         "action": [] | ||||
|                                                     }, | ||||
|                                                     { | ||||
|                                                         "text": "否", | ||||
|                                                         "action": [ | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 3, | ||||
|                                                                 "image": "npcnan.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[联盟老头]不要过来!!不要过来!!", | ||||
|                                                             "\t[联盟老头]再过来就杀了你啊啊啊!!!", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 3, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 4, | ||||
|                                                                 "image": "shaohusikao.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[邵虎]不行了,已经完全疯掉了......", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 4, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "animate", | ||||
|                                                                 "name": "shenglvehao", | ||||
|                                                                 "loc": [ | ||||
|                                                                     1, | ||||
|                                                                     5 | ||||
|                                                                 ] | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 5, | ||||
|                                                                 "image": "npcnan.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[联盟老头]你......你该不会是......?", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 5, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "animate", | ||||
|                                                                 "name": "wenhao", | ||||
|                                                                 "loc": [ | ||||
|                                                                     1, | ||||
|                                                                     5 | ||||
|                                                                 ] | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 6, | ||||
|                                                                 "image": "shaohusikao.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[邵虎]我?我怎么了?(这家伙还没疯吗?)", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 6, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 7, | ||||
|                                                                 "image": "npcnan.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[联盟老头]我不可能看错的......你是是天枢帝国萧涵公主的亲卫队长邵虎!!", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 7, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "animate", | ||||
|                                                                 "name": "gantanhao", | ||||
|                                                                 "loc": "hero" | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 8, | ||||
|                                                                 "image": "shaohuziya.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[邵虎]你.....你是...!?", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 8, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 9, | ||||
|                                                                 "image": "npcnan.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[联盟老头]我是谁啊.......哈哈.......我是谁还重要么......有谁还记得我呢.....我曾经在天\n枢帝国勤务部干过一点小工作,你不认识我的。", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 9, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 10, | ||||
|                                                                 "image": "shaohuzixin.png.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[邵虎]你是勤务部的李副官,没错吧。我姐姐应该和你很熟。", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 10, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 11, | ||||
|                                                                 "image": "npcnan.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[李副官]哈哈哈.......好...好啊.....竟然还有人认识我这个糟老头子。怜姑娘很好,人长得漂亮,性格又好,怪不得姓汪的家伙会喜欢上她。", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 11, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 12, | ||||
|                                                                 "image": "shaohuzixin.png.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[邵虎]谢谢。", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 12, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 13, | ||||
|                                                                 "image": "npcnan.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[李副官]只不过姓汪的那小子对得起邵怜姑娘吗,他做的那档子狗屎事,禽兽不如!哼。", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 13, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 14, | ||||
|                                                                 "image": "shaohuzixin.png.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[邵虎]副官也认识汪大哥?", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 14, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 15, | ||||
|                                                                 "image": "npcnan.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[李副官]怎么可能不认识!那小子就算化成灰我也认识!表面上仪表堂堂,一副大义凛然的样子,要是让你知道了他的真正面目,恐怕他就真正笑不出来了吧......", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 15, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 16, | ||||
|                                                                 "image": "shaohusikao.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[邵虎]副官是什么意思......好像对汪大哥很有意见啊。", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 16, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 17, | ||||
|                                                                 "image": "npcnan.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[李副官]哼......谁知道呢。对了,你居然出现在这里......呼......大概是因为他想通了想告诉你了吧。也罢,算他还没有丧失人性。", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 17, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 18, | ||||
|                                                                 "image": "shaohusikao.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[邵虎]告辞。", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 18, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             { | ||||
|                                                                 "type": "showImage", | ||||
|                                                                 "code": 19, | ||||
|                                                                 "image": "npcnan.png", | ||||
|                                                                 "loc": [ | ||||
|                                                                     -30, | ||||
|                                                                     20 | ||||
|                                                                 ], | ||||
|                                                                 "opacity": 1, | ||||
|                                                                 "time": 0 | ||||
|                                                             }, | ||||
|                                                             "\t[李副官]随你。", | ||||
|                                                             { | ||||
|                                                                 "type": "hideImage", | ||||
|                                                                 "code": 19, | ||||
|                                                                 "time": 0 | ||||
|                                                             } | ||||
|                                                         ] | ||||
|                                                     } | ||||
|                                                 ] | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "setValue", | ||||
|                                                 "name": "flag:juqing", | ||||
|                                                 "operator": "+=", | ||||
|                                                 "value": "1" | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "setValue", | ||||
|                                                 "name": "flag:27f", | ||||
|                                                 "value": "1" | ||||
|                                             } | ||||
|                                         ] | ||||
|                                     } | ||||
|                                 ], | ||||
|                                 "false": [ | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 20, | ||||
|                                         "image": "npcnan.png", | ||||
|                                         "loc": [ | ||||
|                                             -30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[联盟老头]不要过来!!不要过来!!", | ||||
|                                     "\t[联盟老头]再过来就杀了你啊啊啊!!!", | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 20, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 21, | ||||
|                                         "image": "shaohusikao.png", | ||||
|                                         "loc": [ | ||||
|                                             -30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[邵虎]不行了,已经完全疯掉了......", | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 21, | ||||
|                                         "time": 0 | ||||
|                                     } | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "3,5": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "1,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": { | ||||
|         "9,4": [ | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "shaohuziya.png", | ||||
|                 "loc": [ | ||||
|                     -30, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[邵虎]好像有什么东西跑过来了!!", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "move", | ||||
|                 "loc": [ | ||||
|                     4, | ||||
|                     3 | ||||
|                 ], | ||||
|                 "time": 200, | ||||
|                 "keep": true, | ||||
|                 "steps": [ | ||||
|                     "down", | ||||
|                     "right", | ||||
|                     "right", | ||||
|                     "right", | ||||
|                     "up", | ||||
|                     "right", | ||||
|                     "right", | ||||
|                     "down" | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "battle", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 2, | ||||
|                 "image": "shaohuziya.png", | ||||
|                 "loc": [ | ||||
|                     -30, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[邵虎]唔...........", | ||||
|             "\t[邵虎]这样下去可吃不消啊......", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 2, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10255,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         4, | ||||
|         5 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         2, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										485
									
								
								project/floors/MT28.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										485
									
								
								project/floors/MT28.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,485 @@ | ||||
| main.floors.MT28= | ||||
| { | ||||
|     "floorId": "MT28", | ||||
|     "title": "天塔第 28 层", | ||||
|     "name": "天塔第28层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 32, 32, 27,  2, 31,  0, 32,  2,  0,  0, 21,352], | ||||
|     [348,  0, 21, 22,  2,  0,  0,  0, 81,386,  0, 31,352], | ||||
|     [348,386,  0,  0,  2, 31,384,  0,  2,  0,  0, 32,352], | ||||
|     [348, 82,  2,  2,  2,  2, 81,  2,  2,  2,  2,  2,352], | ||||
|     [348,520,  2, 88,  0,  0,  0,  0,  2, 31,  0, 31,352], | ||||
|     [348,  0,  2,  2,  2,  2,  2,  0,215,  0, 21,  0,352], | ||||
|     [348,  0,  2,  0, 21,  2,  0,342,  2, 31,  0, 31,352], | ||||
|     [348,520, 81,216, 31,  2,386,  2,  2,  2,  2,  2,352], | ||||
|     [348,  0,  2,  0, 22,  2,  0,  0,215,  0,  0, 87,352], | ||||
|     [348,  0,  2,  2,  2,  2,  0,  2,  2, 81,  2,  2,352], | ||||
|     [348, 31,  0,384,216,384,  0,  2, 31,520, 31, 31,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "0,0": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:133==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "item:blueKey", | ||||
|                         "operator": "-=", | ||||
|                         "value": "1" | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "是否跳过剧情", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "是", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         7, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "moveHero", | ||||
|                                 "time": 500, | ||||
|                                 "steps": [ | ||||
|                                     "right:2" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "changePos", | ||||
|                                 "loc": [ | ||||
|                                     5, | ||||
|                                     5 | ||||
|                                 ], | ||||
|                                 "direction": "left" | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "否", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "pauseBgm" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playBgm", | ||||
|                                 "name": "shengqishi.mp3", | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "moveHero", | ||||
|                                 "time": 500, | ||||
|                                 "steps": [ | ||||
|                                     "right:2" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     7 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "up:2" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "sangang", | ||||
|                                 "loc": "hero" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "sangang", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     5 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "shengxiao.png", | ||||
|                                 "loc": [ | ||||
|                                     220, | ||||
|                                     0 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[金发骑士]..........", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 2, | ||||
|                                 "image": "shaohuyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]............", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[金发骑士]你就是邵虎吧?", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 2, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "gantanhao", | ||||
|                                 "loc": "hero" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 3, | ||||
|                                 "image": "shaohuziya.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]什么?!...........", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 4, | ||||
|                                 "image": "shengxiao.png", | ||||
|                                 "loc": [ | ||||
|                                     220, | ||||
|                                     0 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[金发骑士]呵......不用紧张。", | ||||
|                             "\t[金发骑士]在海骑士没有办完他的事情之前,我会充分尊重他的决定。", | ||||
|                             "\t[金发骑士]所以,我没有对你出手的必要。", | ||||
|                             "\t[邵虎]你......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 3, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 4, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "moveHero", | ||||
|                                 "steps": [ | ||||
|                                     "left:1" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "changePos", | ||||
|                                 "loc": [ | ||||
|                                     5, | ||||
|                                     5 | ||||
|                                 ], | ||||
|                                 "direction": "right" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 5, | ||||
|                                 "image": "shaohuziya.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]名字。", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 6, | ||||
|                                 "image": "shengxiao.png", | ||||
|                                 "loc": [ | ||||
|                                     220, | ||||
|                                     0 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[金发骑士]“圣狱”,这就是我的名号。", | ||||
|                             "\t[邵虎]“圣狱”......哼,如果我没猜错的话,你应该是.......", | ||||
|                             "\t[金发骑士]你猜的没错。", | ||||
|                             "\t[金发骑士]但你啊,太过于束缚自己了。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 5, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 7, | ||||
|                                 "image": "shaohuyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]什么?!...........", | ||||
|                             "\t[金发骑士]要是还这样迷茫着,拿不出自己真正的信念去激励自己的话......你是超越不了你那个汪大哥的。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 7, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 8, | ||||
|                                 "image": "shaohuziya.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]你......", | ||||
|                             "\t[金发骑士]呵......废话有点多了,要走了。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 6, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 8, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     5 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "left:3" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 9, | ||||
|                                 "image": "shaohuziya.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]去哪?", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 10, | ||||
|                                 "image": "shengxiao.png", | ||||
|                                 "loc": [ | ||||
|                                     220, | ||||
|                                     0 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[金发骑士]呵......找个人,讨点东西。", | ||||
|                             "\t[金发骑士]另外,虽然没什么关系--小心腐翼哦,他已经知道你来到这里了。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 9, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 10, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         4, | ||||
|                                         5 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "changePos", | ||||
|                                 "loc": [ | ||||
|                                     5, | ||||
|                                     5 | ||||
|                                 ], | ||||
|                                 "direction": "left" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "shenglvehao", | ||||
|                                 "loc": "hero" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 11, | ||||
|                                 "image": "shaohuziya.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]圣骑士............", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 11, | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:137", | ||||
|                 "value": "1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "operator": "+=", | ||||
|                 "value": "2" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         9, | ||||
|                         8 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "floorId": "MT21" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         3, | ||||
|                         4 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "floorId": "MT22", | ||||
|                 "remove": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "pauseBgm" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playBgm", | ||||
|                 "name": "jinpo.mp3", | ||||
|                 "keep": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "11,9": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "3,5": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         10, | ||||
|         9 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         4, | ||||
|         5 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT29.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT29.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT29= | ||||
| { | ||||
|     "floorId": "MT29", | ||||
|     "title": "天塔第 29 层", | ||||
|     "name": "天塔第29层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 32,  0,384,384,384,  0, 32,  2,  0,  2, 31,352], | ||||
|     [348,  0,  2,  2, 82,  2,  2, 31,  2, 32, 81, 31,352], | ||||
|     [348, 31,  2,216,386,216,  2,  0, 81,  0,  2,  2,352], | ||||
|     [348, 22,  2, 28,  2, 28,  2, 32,  2, 31,  0, 21,352], | ||||
|     [348,  2,  2,  2,  2,  2,  2,  2,  2,  2,520,  2,352], | ||||
|     [348, 31, 21,  2, 87,  2, 32, 32,  0, 81,  0, 21,352], | ||||
|     [348, 21, 31,  2,  0,  2,  2,  2,  2,  2,520,  2,352], | ||||
|     [348, 31,  0,  2,  0,  2, 32, 32,  0, 81,  0,  0,352], | ||||
|     [348,  2,520,  2,221,  2,  2,  2,  2,  2,  0, 88,352], | ||||
|     [348, 21,  0, 81,  0, 81,  0,  2,  0, 82,  0,  2,352], | ||||
|     [348, 31,  2,  2, 31,  2, 32,520, 32,  2,  0, 32,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "11,9": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "4,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         4, | ||||
|         7 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         10, | ||||
|         9 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT3.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT3.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT3= | ||||
| { | ||||
|     "floorId": "MT3", | ||||
|     "title": "天塔第 3 层", | ||||
|     "name": "天塔第3层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,5": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "6,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  2, 32,  0, 21,209,210,209,  0,  2, 22,  2,352], | ||||
|     [348, 31,209,  2,  2,  2,  2,  2,  0,205,217,205,352], | ||||
|     [348,  2, 81,  2, 21, 31, 32,  2,  2,  2,  2, 81,352], | ||||
|     [348,205,  0,  2, 21,  2,  2,  2,210,  0, 28, 27,352], | ||||
|     [348, 81,  2,  2,  0,  2, 87,  2, 32,  2,  2,  2,352], | ||||
|     [348,  0,202,  2,217,  2,  0,  2,  0,210,202,209,352], | ||||
|     [348,  2, 81,  2, 82,  2, 81,  2,  2,  2,  2,  0,352], | ||||
|     [348, 21, 32,  0,  0,205,  0,  2,  0, 34,  2, 31,352], | ||||
|     [348,  2, 81,  2,  2,  2, 81,  2, 27,  0,  2,209,352], | ||||
|     [348, 31,205,  0, 27,  2,  0,  2, 81,  2,  2,210,352], | ||||
|     [348, 21, 31,  0, 28,  2, 88,  2, 28,  0,217, 21,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         6 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										2388
									
								
								project/floors/MT30.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2388
									
								
								project/floors/MT30.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										103
									
								
								project/floors/MT31.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										103
									
								
								project/floors/MT31.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,103 @@ | ||||
| main.floors.MT31= | ||||
| { | ||||
|     "floorId": "MT31", | ||||
|     "title": "天塔第 31 层", | ||||
|     "name": "天塔第31层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  2,  2,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2, 59,  2,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2, 27,  2, 28,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  2,  2,  2, 86,  2,  2,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2, 32,  0,221,  0, 32,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2, 87,  0,  2,  0, 88,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2,  2,  0,  2,  0,  2,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  0, 83,  0,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2,  2,  2,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "pauseBgm" | ||||
|         }, | ||||
|         { | ||||
|             "type": "playBgm", | ||||
|             "name": "jinpo.mp3", | ||||
|             "keep": true | ||||
|         }, | ||||
|         { | ||||
|             "type": "setBlock", | ||||
|             "number": "86", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     6, | ||||
|                     4 | ||||
|                 ] | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "6,4": [ | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "8,6": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "4,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 8, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10247,  0,10255,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         6 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         7, | ||||
|         6 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT32.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT32.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT32= | ||||
| { | ||||
|     "floorId": "MT32", | ||||
|     "title": "天塔第 32 层", | ||||
|     "name": "天塔第32层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 27,  2, 21,  2, 87,  2, 28,  2,  0,384, 31,352], | ||||
|     [348, 31,  2, 21,  2,  0,  2, 28, 31,384,  0,  2,352], | ||||
|     [348,206,  2,  0,219,  0,  2, 27, 27,  2,216, 31,352], | ||||
|     [348,206,  2, 81,  2,  2,  2,  2,  2,  2,  0,216,352], | ||||
|     [348,  0,218,  0,253,  0, 82,221,  2, 32,  2, 81,352], | ||||
|     [348, 31,  2,  2, 88,  0,  2, 27,  2,206,  0,  0,352], | ||||
|     [348,  0,203,  2,  2,  2,  2,  2,  2,  0,213,  2,352], | ||||
|     [348,  2,  0,  0,206,  0,  2, 21,  2,  2,  0, 31,352], | ||||
|     [348,  2, 81,  2, 31,253,  2,  0,218,  0,210,  0,352], | ||||
|     [348, 27,213,  2,  2,  0,213,218,  0,  2,219,  2,352], | ||||
|     [348, 21, 28,  2, 21, 31,  0,  2, 27,  2, 31, 32,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "4,6": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "5,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 8, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         2 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         5, | ||||
|         6 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										111
									
								
								project/floors/MT33.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										111
									
								
								project/floors/MT33.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,111 @@ | ||||
| main.floors.MT33= | ||||
| { | ||||
|     "floorId": "MT33", | ||||
|     "title": "天塔第 33 层", | ||||
|     "name": "天塔第33层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 27, 32, 28,  2, 88,  2, 87,  2, 27, 32, 28,352], | ||||
|     [348, 21,  0, 21,  2,  0,  2,  0,  2, 21,  0, 21,352], | ||||
|     [348,  2,203,  2,  2,  0,  2,  0,  2,  2,384,  2,352], | ||||
|     [348, 31,  0,  0,  0,  0,221,  0,  0,  0,  0, 31,352], | ||||
|     [348,  0,  2,  2,  2,  2,  2,  2,  2,  2,  2,  0,352], | ||||
|     [348,  0,  2,  7,131,  8,  2,  9,130, 10,  2,  0,352], | ||||
|     [348,  0, 81,  0,  0,  0,  0,  0,  0,  0, 81,  0,352], | ||||
|     [348,  2,  2,  2,  2,  2,121,  2,  2,  2,  2,  2,352], | ||||
|     [348,  4,  4,  4,  4,  2,  2,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "6,8": [ | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "npcnan.png", | ||||
|                 "loc": [ | ||||
|                     -30, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[老人]34层的门阵,想通过必须记住:\n黄门开过变成蓝门。\n蓝门开过变成红门。\n红门开过变成黄门。", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ], | ||||
|         "4,6": [ | ||||
|             { | ||||
|                 "type": "openShop", | ||||
|                 "id": "moneyShop2", | ||||
|                 "open": true | ||||
|             } | ||||
|         ], | ||||
|         "8,6": [ | ||||
|             { | ||||
|                 "type": "openShop", | ||||
|                 "id": "expShop2", | ||||
|                 "open": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "5,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "7,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 8, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10255,  0,10247,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         7, | ||||
|         2 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         5, | ||||
|         2 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										366
									
								
								project/floors/MT34.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										366
									
								
								project/floors/MT34.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,366 @@ | ||||
| main.floors.MT34= | ||||
| { | ||||
|     "floorId": "MT34", | ||||
|     "title": "天塔第 34 层", | ||||
|     "name": "天塔第34层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  2, 87,  2, 88,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  0,  2,  0,  2,  4,  4,  4,352], | ||||
|     [348,  4,  2,  2,  2, 83,  2,  0,  2,  2,  2,  4,352], | ||||
|     [348,  4,  2, 21,539, 21,540, 21,538, 21,  2,  4,352], | ||||
|     [348,  4,  2,540,  2,539,  2,538,  2,540,  2,  4,352], | ||||
|     [348,  4,  2, 21,538, 21,539, 22,540, 21,  2,  4,352], | ||||
|     [348,  4,  2,539,  2,540,  2,539,  2,539,  2,  4,352], | ||||
|     [348,  4,  2, 21,538, 22,538, 22,539, 23,  2,  4,352], | ||||
|     [348,  4,  2,539,  2,539,  2,539,  2,539,  2,  4,352], | ||||
|     [348,  4,  2, 23,540, 21,538, 22,539, 22,  2,  4,352], | ||||
|     [348,  4,  2,  2,  2,  2,  2,  2,  2,  2,  2,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "7,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "5,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": { | ||||
|         "9,8": [ | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         3, | ||||
|                         10 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "remove": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "xiaoshi", | ||||
|                 "loc": [ | ||||
|                     3, | ||||
|                     10 | ||||
|                 ], | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "xiaoshi", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     8 | ||||
|                 ] | ||||
|             } | ||||
|         ], | ||||
|         "3,10": [ | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         9, | ||||
|                         8 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "remove": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "xiaoshi", | ||||
|                 "loc": [ | ||||
|                     3, | ||||
|                     10 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "xiaoshi", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     8 | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "afterOpenDoor": { | ||||
|         "4,4": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "8,4": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "8,6": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "8,8": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "8,10": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "9,9": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "7,9": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "5,9": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "3,9": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "4,10": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "4,8": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "4,6": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "3,5": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "5,5": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "7,5": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "9,5": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "6,4": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "6,6": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "6,8": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "6,10": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "5,7": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "9,7": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "3,7": [ | ||||
|             { | ||||
|                 "type": "insert", | ||||
|                 "name": "34door" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 8, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10247,  0,10255,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         2 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         7, | ||||
|         2 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										80
									
								
								project/floors/MT35.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								project/floors/MT35.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,80 @@ | ||||
| main.floors.MT35= | ||||
| { | ||||
|     "floorId": "MT35", | ||||
|     "title": "天塔第 35 层", | ||||
|     "name": "天塔第35层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 21,  0, 21,  2, 88,  2, 21,  0, 21,  2, 31,352], | ||||
|     [348, 28,219, 27,  2,  0,  2, 27,219, 28,  2, 31,352], | ||||
|     [348,  2,206,  2,  2,  0,  2,  2,206,  2,  2, 28,352], | ||||
|     [348,  0,  0,  0,  2,253,  2,  0,  0,  0,384, 31,352], | ||||
|     [348,213,  2,213,  2, 32,  2,213,  2,213,  2, 31,352], | ||||
|     [348, 31,  2, 21,218,  0,218, 21,  2, 31,  2,  2,352], | ||||
|     [348,213,  2,  2,  2,  2,  2,  2,  2,  0,386,384,352], | ||||
|     [348,  0,216, 21,  2,  2, 27,520, 82,  0,  2, 81,352], | ||||
|     [348,  2,  2,216,  2, 28, 32,  2,  2,216,  2, 27,352], | ||||
|     [348, 32,216,  0,  2,  2, 32, 28,  2,  0,  2, 28,352], | ||||
|     [348, 32,  2,  0, 82,520, 27,  2,  2, 87,  2, 31,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "5,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "9,11": { | ||||
|             "floorId": "MT36", | ||||
|             "loc": [ | ||||
|                 9, | ||||
|                 10 | ||||
|             ] | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 8, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         9, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         5, | ||||
|         2 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										90
									
								
								project/floors/MT36.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										90
									
								
								project/floors/MT36.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,90 @@ | ||||
| main.floors.MT36= | ||||
| { | ||||
|     "floorId": "MT36", | ||||
|     "title": "天塔第 36 层", | ||||
|     "name": "天塔第36层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 32, 32,  2,216,  0,386,215, 21, 32,520, 89,352], | ||||
|     [348, 32, 32,520,  0,  2,  2,  2,  2, 32,  0,216,352], | ||||
|     [348,  2,  2,  2,215,  2,  4,  4,  2,  2, 82,  2,352], | ||||
|     [348, 27,219, 81,  0,  2,  2,  4,  4,  2, 27, 28,352], | ||||
|     [348,  2,  2,  2, 32,  0,  2,  4,  4,  2,  2,216,352], | ||||
|     [348, 28,219, 81,  0,  2,  2,  2,  4,  4,  2, 22,352], | ||||
|     [348,  2,  2,  2,  0, 31, 31,  2,  2,  2,  2,216,352], | ||||
|     [348, 87,  0,215,  0,  2,  0,216,  0,  0, 81, 31,352], | ||||
|     [348,  2,  2,  2,384,  2,  2,  2,  2,  0,  2,  2,352], | ||||
|     [348, 32, 32,520,  0,  0,  2,384, 81,  0, 81,384,352], | ||||
|     [348, 32, 32,  2, 31, 21,  2, 27,  2, 88,  2, 28,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "9,11": { | ||||
|             "floorId": "MT35", | ||||
|             "loc": [ | ||||
|                 9, | ||||
|                 10 | ||||
|             ] | ||||
|         }, | ||||
|         "1,8": { | ||||
|             "floorId": "MT37", | ||||
|             "loc": [ | ||||
|                 2, | ||||
|                 8 | ||||
|             ] | ||||
|         }, | ||||
|         "11,1": { | ||||
|             "floorId": "xuetan", | ||||
|             "loc": [ | ||||
|                 6, | ||||
|                 8 | ||||
|             ] | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 8, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         2, | ||||
|         8 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         9, | ||||
|         10 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										163
									
								
								project/floors/MT37.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										163
									
								
								project/floors/MT37.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,163 @@ | ||||
| main.floors.MT37= | ||||
| { | ||||
|     "floorId": "MT37", | ||||
|     "title": "天塔第 37 层", | ||||
|     "name": "天塔第37层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  2,  2,  2,  2,  2,  2,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2, 31, 81, 81,  2, 87,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2, 31,  2, 81, 32,  0,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2, 31,  2,  2,221,  2,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2,  0, 21,  0,  0,125,  2,  4,  4,352], | ||||
|     [348,  2,  2,  2,  2,  2,221,  2,  2,  2,  2,  2,352], | ||||
|     [348, 88,  0,  0,  2,  0, 27,  0,  2,  0,  0, 22,352], | ||||
|     [348,386,  2,384,  2,386,  2,386,  2,384,  2,386,352], | ||||
|     [348, 31,  2,  0,216,  0,  2,  0,216,  0,  2, 31,352], | ||||
|     [348,384, 81,384,  2, 32,  2, 32,  2,384, 81,384,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "8,6": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:221==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "hide", | ||||
|                         "remove": true | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "(flag:37==1)", | ||||
|                         "true": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "npcnan.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[联盟老头]腐翼最近是出了名的安静,大概是受挫了吧。不过能让腐翼受挫的家伙......看来也不是个省油的灯啊,哈哈哈...........", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "choices", | ||||
|                                 "text": "是否跳过剧情", | ||||
|                                 "choices": [ | ||||
|                                     { | ||||
|                                         "text": "是", | ||||
|                                         "action": [] | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "text": "否", | ||||
|                                         "action": [ | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 2, | ||||
|                                                 "image": "npcnan.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[联盟老头]腐翼最近是出了名的安静,大概是受挫了吧。不过能让腐翼受挫的家伙......看来也不是个省油的灯啊,哈哈哈...........", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 2, | ||||
|                                                 "time": 0 | ||||
|                                             } | ||||
|                                         ] | ||||
|                                     } | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:37", | ||||
|                                 "value": "1" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:juqing", | ||||
|                                 "operator": "+=", | ||||
|                                 "value": "1" | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "1,8": { | ||||
|             "floorId": "MT36", | ||||
|             "loc": [ | ||||
|                 2, | ||||
|                 8 | ||||
|             ] | ||||
|         }, | ||||
|         "8,3": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 8, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10255,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         8, | ||||
|         4 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         2, | ||||
|         8 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT38.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT38.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT38= | ||||
| { | ||||
|     "floorId": "MT38", | ||||
|     "title": "天塔第 38 层", | ||||
|     "name": "天塔第38层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  2,  2,  2,  2,  2,  2,  2,  4,  4,352], | ||||
|     [348,  4,  2,  2,  0,386, 27,386, 88,  2,  2,  4,352], | ||||
|     [348,  4,  2,  0, 21,  2, 28,  2,  0,  0,  2,  4,352], | ||||
|     [348,  4,  2,520,  2,  2,  2,  2,  2,384,  2,  4,352], | ||||
|     [348,  4,  2,  0,216, 32,221, 32,216,  0,  2,  4,352], | ||||
|     [348,  4,  2,384,  2,  2,  2,  2,  2,520,  2,  4,352], | ||||
|     [348,  4,  2,  0,  0,  2, 31,  2, 21,  0,  2,  4,352], | ||||
|     [348,  4,  2,  2, 87,386, 31,386,  0,  2,  2,  4,352], | ||||
|     [348,  4,  4,  2,  2,  2,  2,  2,  2,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "8,3": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "4,9": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 8, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "downFloor": [ | ||||
|         8, | ||||
|         4 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         4, | ||||
|         8 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										435
									
								
								project/floors/MT39.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										435
									
								
								project/floors/MT39.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,435 @@ | ||||
| main.floors.MT39= | ||||
| { | ||||
|     "floorId": "MT39", | ||||
|     "title": "天塔第 39 层", | ||||
|     "name": "天塔第39层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348,  4,  2,  2,  2, 28,  2, 27,  2, 28,  2, 27,352], | ||||
|     [348,  4,123,  0,  2, 82,  2, 82,  2, 82,  2, 82,352], | ||||
|     [348,  4,  2,  0,  2,  0,  0,  0,  2,  0,  0,  0,352], | ||||
|     [348,  4,  2,  0,  2,  2,  2, 31, 81, 31,  2,  2,352], | ||||
|     [348,  4,  2,  0,  0,  0,215,  0,  2,  0,215,  0,352], | ||||
|     [348,  4,  2,  2,  2,  0,  2,  2,  2,  2,  2, 81,352], | ||||
|     [348,  4,  4,  2, 88,  0,  2, 31, 21, 31,  0,  0,352], | ||||
|     [348,  4,  4,  2,  2,  2,  2,  0,  2,  2,  2, 82,352], | ||||
|     [348,  4,  4,  4,  4,  2, 87,  0,  2, 27, 28,386,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "setValue", | ||||
|             "name": "flag:167", | ||||
|             "value": "1" | ||||
|         }, | ||||
|         { | ||||
|             "type": "hide", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     3, | ||||
|                     9 | ||||
|                 ] | ||||
|             ], | ||||
|             "floorId": "MT40" | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "2,4": [ | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "是否跳过剧情", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "是", | ||||
|                         "action": [] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "否", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]嘿!老大你这么快就上来啦?", | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 2, | ||||
|                                 "image": "shaohuyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]诶?杰克你不是在9层的侧台吗?怎么上来的?难道是从这里翻上来的不成?", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 3, | ||||
|                                 "image": "jiekexiaohei.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]老大这就不知道了吧?", | ||||
|                             "\t[邵虎]?", | ||||
|                             "\t[杰克]正是如此!!9层的侧台正好是一面露天的!而这里正好也是没有围墙的!!", | ||||
|                             "\t[杰克]于是——我就这么上来啦?!", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 2, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 4, | ||||
|                                 "image": "shaohujinzhang.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]这怎么想都不可能吧......侧台是塔东面的,而这个地方分明是塔的内部塌陷......而且还在西面。", | ||||
|                             "\t[邵虎]这谎撒的也太随便了。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 3, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 5, | ||||
|                                 "image": "jiekeyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]............居然被老大看破了!!", | ||||
|                             "\t[邵虎]..........这,看不破才有鬼吧?", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 5, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 6, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]呵呵,其实也是机缘巧合啦。正好碰上了一个联盟的高手,他看我也是联盟的人,我又死皮赖脸的托他帮我,于是他犟不过我,就把我从塔外面带到了这里来啦~~", | ||||
|                             "\t[邵虎]..........", | ||||
|                             "\t[杰克]额.........这个解释看来行不通啊。", | ||||
|                             "\t[邵虎]..........", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 6, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "pauseBgm" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playBgm", | ||||
|                                 "name": "linghaihuanxin.mp3", | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 7, | ||||
|                                 "image": "jiekedajiao.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]好吧。其实是我在9层侧台新造出来的一样发明——\\c[25]\r[red]黏墙胶!!", | ||||
|                             "\t[杰克]它拥有着无比强力的黏贴力,几乎粘上就不会掉下来!!", | ||||
|                             "\t[杰克]然而!最重要的一点!!用口水就可以将这股黏力解开!!这保证了在胶水运用充足的情况下不会发生任何意外!!", | ||||
|                             "\t[杰克]而且!这黏墙胶的制作材料十分廉价易得!!只需要史莱姆的粘液3ml加上一滴融墙水即可!!!!", | ||||
|                             "\t[杰克]融墙水我还有3瓶,也就是说——这东西我能造出来一大把啊啊啊啊啊!!!!", | ||||
|                             "\t[杰克]这黏墙水可以用作攀岩、捆绑犯人、固定晾衣绳…………", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 7, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 8, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]行了。", | ||||
|                             "\t[杰克]........哈哈,怎么样老大?要不要来一瓶?", | ||||
|                             "\t[杰克]........很便宜哦!只要998!", | ||||
|                             "\t[邵虎]你现在已经把钱坑到我身上了么。。。别扯这些了,你知不知道腐翼跑到哪里去了?", | ||||
|                             "\t[杰克]腐翼就在楼上养伤啊,好像伤的还不轻呢?现在可是好机会消灭它哦!", | ||||
|                             "\t[邵虎]..........嗯。现在打败腐翼,继续上楼探索才是真的。", | ||||
|                             "\t[杰克]呵呵。老大别一副愁苦的样子。我能看出来,现在你和没变得衰弱之前已经大不一样了,即使衰弱也有能力与腐翼一拼吧?", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 4, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 9, | ||||
|                                 "image": "shaohuzixin.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]嘿,你倒是挺敏锐的。这10层楼的宝物明显要强力一些,对我自身的能力恢复很有用。", | ||||
|                             "\t[杰克]那当然啦!你也不看看我是谁?", | ||||
|                             "\t[邵虎]嗯。现在的要点是准备好解决掉腐翼。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 8, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 10, | ||||
|                                 "image": "jiekexiaohei.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]那我上楼去等你啦?放心,我走塔外面,很快的。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 9, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 11, | ||||
|                                 "image": "shaohuzixin.png", | ||||
|                                 "loc": [ | ||||
|                                     -30, | ||||
|                                     20 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[邵虎]你给我小心点,我对你那发明一直不太放心,万一中途失效掉下去你还有命?这可是39层。", | ||||
|                             "\t[杰克]老大放心,只要不是从天而降一大泼口水我就没事。", | ||||
|                             "\t[邵虎]但愿楼上的大大们都不会顺窗户吐口水吧。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 10, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 12, | ||||
|                                 "image": "jiekedajiao.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克]........啊啊老大什么时候这么贫嘴了?", | ||||
|                             "\t[杰克].......这可不像老大啊?", | ||||
|                             "\t[邵虎]我想我是最近被某个家伙给传染上了。这习惯显然不怎么好,尽快改掉才是。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 12, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 13, | ||||
|                                 "image": "jiekeyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     200, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[杰克].............您保重。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 13, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 11, | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "dian", | ||||
|                 "loc": [ | ||||
|                     2, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "jump", | ||||
|                 "from": [ | ||||
|                     2, | ||||
|                     4 | ||||
|                 ], | ||||
|                 "dxy": [ | ||||
|                     -1, | ||||
|                     0 | ||||
|                 ], | ||||
|                 "time": 500, | ||||
|                 "keep": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "4", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         1, | ||||
|                         4 | ||||
|                     ] | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         3, | ||||
|                         9 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "floorId": "MT40" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         10, | ||||
|                         3 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "floorId": "CETAI" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:168", | ||||
|                 "value": "1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "operator": "+=", | ||||
|                 "value": "2" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "pauseBgm" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playBgm", | ||||
|                 "name": "gudegudong.mp3", | ||||
|                 "keep": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "4,9": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 8, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "downFloor": [ | ||||
|         5, | ||||
|         9 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         7, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										113
									
								
								project/floors/MT4.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										113
									
								
								project/floors/MT4.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,113 @@ | ||||
| main.floors.MT4= | ||||
| { | ||||
|     "floorId": "MT4", | ||||
|     "title": "天塔第 4 层", | ||||
|     "name": "天塔第4层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": { | ||||
|         "7,4": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:119 == 1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "changeFloor", | ||||
|                         "floorId": "yanjiusuo", | ||||
|                         "loc": [ | ||||
|                             10, | ||||
|                             11 | ||||
|                         ], | ||||
|                         "time": 0 | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "7,7": { | ||||
|             "floorId": "MT5", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "6,5": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 31,  2, 28,  2, 21, 31,  2, 28,205,  2, 27,352], | ||||
|     [348, 31,  2, 27,  2, 21, 31,  2,205,  0,  2, 31,352], | ||||
|     [348,202,  2,205,  2,  0,  0,  2, 31,205,  2,202,352], | ||||
|     [348,201,  2, 81,  2,210,  2,  2,205,  0,  2,201,352], | ||||
|     [348, 21,201,  0,  0,  0, 88,  2, 32,205,  2,202,352], | ||||
|     [348,  2,  2,  2, 81,  2,  2,  2,  2,  0,  2,201,352], | ||||
|     [348, 32,  0,  0,202,  0,  2, 87,  0,  0,  0,  0,352], | ||||
|     [348,  2, 81,  2,  2,  2,  2,  2,217,  2,  2,  2,352], | ||||
|     [348, 31,  0,  0,201,202,  0,205, 31, 81,210,  0,352], | ||||
|     [348,  2,  2, 81,  2,  2,  2, 81,  2,  2,  0, 21,352], | ||||
|     [348, 31, 27,205,  0,  2, 31,217, 31,  2, 31, 28,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "eachArrive": [ | ||||
|         { | ||||
|             "type": "if", | ||||
|             "condition": "flag:119==1", | ||||
|             "true": [ | ||||
|                 { | ||||
|                     "type": "setBlock", | ||||
|                     "number": 89, | ||||
|                     "loc": [ | ||||
|                         7, | ||||
|                         4 | ||||
|                     ] | ||||
|                 } | ||||
|             ], | ||||
|             "false": [] | ||||
|         } | ||||
|     ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         8, | ||||
|         7 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         5, | ||||
|         5 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										1600
									
								
								project/floors/MT40.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1600
									
								
								project/floors/MT40.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										134
									
								
								project/floors/MT41.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										134
									
								
								project/floors/MT41.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,134 @@ | ||||
| main.floors.MT41= | ||||
| { | ||||
|     "floorId": "MT41", | ||||
|     "title": "天塔第 41 层", | ||||
|     "name": "天塔第41层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  2, 88,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  0,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,300,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,367,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  2,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  2,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,367,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2, 32,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  0,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2, 87,  2,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "6,4": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT41", | ||||
|                 "loc": [ | ||||
|                     6, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "6,8": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT41", | ||||
|                 "loc": [ | ||||
|                     6, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "6,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         2 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										91
									
								
								project/floors/MT42.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								project/floors/MT42.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,91 @@ | ||||
| main.floors.MT42= | ||||
| { | ||||
|     "floorId": "MT42", | ||||
|     "title": "天塔第 42 层", | ||||
|     "name": "天塔第42层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4, 32,352], | ||||
|     [348,  4,  4,  4,  4,  4, 32,  4, 27,  0,  4,  0,352], | ||||
|     [348, 32,  0, 11,  0,  2,354,  4,  4,  0, 11,  0,352], | ||||
|     [348,  4,  0,  4,  0,  0,  0,  0,  4,  4,  4,  0,352], | ||||
|     [348,  4,  0,  4,  0,  4,  0,354,  2,  4,  4,  0,352], | ||||
|     [348, 28,  0,  4,  0,  4, 87,  0,  0,  4,  4,354,352], | ||||
|     [348,  4,  4,  4,  0,  4,  4,  4,  0, 11,  0,  0,352], | ||||
|     [348,  4, 31,  4,  0, 32,  4,  4,  4,  0,  0,  4,352], | ||||
|     [348,  4, 86,  4,  4,  4,  4,  2,  2, 86,354,  4,352], | ||||
|     [348,  4,  0,  0,  0,  0,  0,  0,  0,  0,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  0, 88,  0, 32,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         "\t[邵虎]\f[shaohuyilv.png,-30,20]这里.............", | ||||
|         "\t[邵虎]\f[shaohusikao.png,-30,20]看样子支撑这层楼的墙壁都不在了呢。", | ||||
|         "\t[邵虎]\f[shaohusikao.png,-30,20]可是真是奇怪......即使是这样,这座塔也可以屹立不倒......就像是一个身经百战的勇士,拥有着及其强烈的执念,一定要守护着什么一样............", | ||||
|         "\t[邵虎]\f[shaohusikao.png,-30,20].............", | ||||
|         "\t[邵虎]\f[shaohusikao.png,-30,20]呼........就算再怎么不可思议,这也一定是有理由的吧。这座天塔.......当初想必也是有故事的吧..........", | ||||
|         "\t[邵虎]\f[shaohusikao.png,-30,20](等着我吧公主殿下........邵护卫这就来救你了......)", | ||||
|         "\t[邵虎]\f[shaohusikao.png,-30,20]墙壁破损太过严重了,可能走起来会很危险。不过一步一个脚印吧,尽量小心行事就好。", | ||||
|         { | ||||
|             "type": "setValue", | ||||
|             "name": "flag:juqing", | ||||
|             "operator": "+=", | ||||
|             "value": "1" | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         5 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         5, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										6473
									
								
								project/floors/MT43.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6473
									
								
								project/floors/MT43.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1353
									
								
								project/floors/MT44.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1353
									
								
								project/floors/MT44.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										663
									
								
								project/floors/MT45.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										663
									
								
								project/floors/MT45.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,663 @@ | ||||
| main.floors.MT45= | ||||
| { | ||||
|     "floorId": "MT45", | ||||
|     "title": "天塔第 45 层", | ||||
|     "name": "天塔第45层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  2, 11,421,  2,  4,  4,352], | ||||
|     [348,  4,  2,  2,  2,  2,  2,  0,  2,  2,  4,  4,352], | ||||
|     [348,  4,  2,  2,417,  2,418, 11,  2,  2,  2,  2,352], | ||||
|     [348,  4,  2,323, 11,  2,  2,  2,  2,422,  0, 88,352], | ||||
|     [348,  2,  2, 11,  2,420, 11,  0,  2,  2,  2,  2,352], | ||||
|     [348,420,  2,419,  2,  2,  2, 11,421,  2,419,  2,352], | ||||
|     [348, 11,  2,  2,  2,417,  2,  2,  2,  2, 11,  2,352], | ||||
|     [348,  0,  2, 11,  0, 11,  2, 11,416,  2,  0,  2,352], | ||||
|     [348, 11,  2,367,  2,  2, 11,  0,  2,  2, 11,367,352], | ||||
|     [348,416,  2,  2,  4,  2,418,  2,422,  2,  2,  2,352], | ||||
|     [348,  2,  4,  4,  4,  4,  2,  2, 32,  0,  0, 87,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "9,4": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     4, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "2,4": [ | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "34" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         2, | ||||
|                         4 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "remove": true | ||||
|             } | ||||
|         ], | ||||
|         "2,2": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:344==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "setBlock", | ||||
|                         "number": "N465" | ||||
|                     }, | ||||
|                     "\t[邵虎]\f[shaohuyilv.png,160,20]..............!!姐...姐姐!!", | ||||
|                     "\t[邵怜]小虎........把你的经历送给我.......我给你前\n进的力量.........", | ||||
|                     "\t[邵虎]\f[shaohuziya.png,160,20]姐姐..........我好想你.........不要走好吗...", | ||||
|                     "\t[邵怜]小虎.......我也想你.........就算只是一点\n点............我也想和你多呆一会..........", | ||||
|                     { | ||||
|                         "type": "setText", | ||||
|                         "position": "center", | ||||
|                         "background": "winking.png" | ||||
|                     }, | ||||
|                     "剧情点变成了攻击力和防御力!!", | ||||
|                     { | ||||
|                         "type": "setText", | ||||
|                         "position": "down", | ||||
|                         "background": "winking.png" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "status:atk", | ||||
|                         "operator": "+=", | ||||
|                         "value": "flag:juqing" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "status:def", | ||||
|                         "operator": "+=", | ||||
|                         "value": "flag:juqing" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:juqing", | ||||
|                         "value": "0" | ||||
|                     }, | ||||
|                     "\t[邵虎]\f[shaohuziya.png,160,20]姐姐........谢谢你...........", | ||||
|                     { | ||||
|                         "type": "move", | ||||
|                         "time": 500, | ||||
|                         "keep": true, | ||||
|                         "steps": [ | ||||
|                             "up:1" | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "hide", | ||||
|                         "loc": [ | ||||
|                             [ | ||||
|                                 2, | ||||
|                                 1 | ||||
|                             ] | ||||
|                         ], | ||||
|                         "remove": true | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [] | ||||
|             } | ||||
|         ], | ||||
|         "0,1": [ | ||||
|             { | ||||
|                 "type": "pauseBgm" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playBgm", | ||||
|                 "name": "leng.mp3", | ||||
|                 "keep": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "shaohuliuhan.png", | ||||
|                 "loc": [ | ||||
|                     160, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[邵虎]...................", | ||||
|             "\t[邵虎]刚才真的好险......不过我的血还够抗下刚才那一\n击.......", | ||||
|             "\t[邵虎].........如果再来一次......恐怕就没那么好受\n了吧...........", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "shaohusikao.png", | ||||
|                 "loc": [ | ||||
|                     160, | ||||
|                     20 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[邵虎]媚骑士么..........", | ||||
|             "\t[邵虎]果然......联盟的骑士都不简单啊......", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ], | ||||
|         "3,9": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "5,7": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     7, | ||||
|                     2 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "6,3": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     3, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "3,6": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     1, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "1,6": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     7, | ||||
|                     5 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "8,6": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     10, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "11,9": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     7, | ||||
|                     9 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "8,8": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     8, | ||||
|                     10 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "8,10": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "10,6": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "6,10": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "1,10": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "5,5": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "4,3": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "8,1": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT45", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "11,4": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "11,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  4,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": { | ||||
|         "11,9": { | ||||
|             "0": null, | ||||
|             "1": null, | ||||
|             "2": null | ||||
|         } | ||||
|     }, | ||||
|     "downFloor": [ | ||||
|         10, | ||||
|         4 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         10, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": { | ||||
|         "2,1": [ | ||||
|             "down" | ||||
|         ] | ||||
|     } | ||||
| } | ||||
							
								
								
									
										142
									
								
								project/floors/MT46.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										142
									
								
								project/floors/MT46.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,142 @@ | ||||
| main.floors.MT46= | ||||
| { | ||||
|     "floorId": "MT46", | ||||
|     "title": "天塔第 46 层", | ||||
|     "name": "天塔第46层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  2,  2,  2,  4,  4,  4,  4,  4,  4,221, 21,352], | ||||
|     [348,  4,  4,367,  4,  4,  4,  4,  4,  4,  0,  4,352], | ||||
|     [348,  4,  0,  0,  0,  0,  0,221,  0,  4,  0,  4,352], | ||||
|     [348,  4,  0,  4,  4,  4,  4,  2,  0,  4,354,  2,352], | ||||
|     [348,  4,  0,  4,  4,  4,  4,  2, 86,  4,367,  4,352], | ||||
|     [348,  4,  0,  4,  2,  2,354, 11,  0,  4,  4,  4,352], | ||||
|     [348, 31,  0,221, 86,  4,  4,  4,  0,  0,  0, 11,352], | ||||
|     [348,  4,  4,  4,354,  4,  4,  4,  2,  2,378,354,352], | ||||
|     [348,  4, 22,  0, 11,  0,  0,  4,  4,  4,  0,  0,352], | ||||
|     [348,  4,  4,  4,  4,  4,  0,  4,  4,  4,  0,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4, 87,  4,  4,  4,  0, 88,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "10,5": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT46", | ||||
|                 "loc": [ | ||||
|                     3, | ||||
|                     2 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "3,2": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT46", | ||||
|                 "loc": [ | ||||
|                     10, | ||||
|                     5 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "11,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": { | ||||
|         "10,8": [ | ||||
|             "\t[邵虎]\f[shaohusikao.png,-30,20]这扇门已经破损的不成样子了.....看它的颜\n色......过去大概是一扇黑色的门吧......", | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         10, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										535
									
								
								project/floors/MT47.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										535
									
								
								project/floors/MT47.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,535 @@ | ||||
| main.floors.MT47= | ||||
| { | ||||
|     "floorId": "MT47", | ||||
|     "title": "天塔第 47 层", | ||||
|     "name": "天塔第47层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  2, 87,  2,  4,  4,  4,  4,352], | ||||
|     [348,  2,  2,  2,  2,  2,  0,  2,  2,  2,  2,  2,352], | ||||
|     [348,367,  0,  0,  0,  0,  0,  0,  0,  0,  0, 32,352], | ||||
|     [348,  2,  2,  2,161,  2,161,  2,161,  2,  2,  2,352], | ||||
|     [348,  4,  4,  2, 21,  2, 22,  2, 23,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2, 58,  2, 28,  2, 27,  2,  4,  4,352], | ||||
|     [348,  2,  2,  2,161,  2,161,  2,161,  2,  2,372,352], | ||||
|     [348,367, 11,  0,  0,  0,  0,  0,  0,  0, 11,367,352], | ||||
|     [348,  2,  2,121,  0,  0,  0,367,  0,  0,  2,  2,352], | ||||
|     [348,  4,  2,  2,  2,  2,  0,  2,  2,  2,  2,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2, 88,  2,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "3,9": [ | ||||
|             "\t[老人]\f[npcnan.png,-30,20]你完全可以拿到这层楼中的全部物品。只\n不过,要看你的胆识和智慧。" | ||||
|         ], | ||||
|         "1,8": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT47", | ||||
|                 "loc": [ | ||||
|                     11, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "11,8": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT47", | ||||
|                 "loc": [ | ||||
|                     1, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "7,9": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "changeFloor", | ||||
|                     "floorId": "MT47", | ||||
|                     "loc": [ | ||||
|                         1, | ||||
|                         3 | ||||
|                     ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "playSound", | ||||
|                     "name": "020-Teleport03.mp3" | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "animate", | ||||
|                     "name": "STshengfa", | ||||
|                     "loc": "hero", | ||||
|                     "async": true | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "sleep", | ||||
|                     "time": 40 | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "waitAsync", | ||||
|                     "excludeAnimates": true | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         "1,3": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "changeFloor", | ||||
|                     "floorId": "MT47", | ||||
|                     "loc": [ | ||||
|                         7, | ||||
|                         9 | ||||
|                     ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "playSound", | ||||
|                     "name": "020-Teleport03.mp3" | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "animate", | ||||
|                     "name": "STshengfa", | ||||
|                     "loc": "hero", | ||||
|                     "async": true | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "sleep", | ||||
|                     "time": 40 | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "waitAsync", | ||||
|                     "excludeAnimates": true | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         "11,7": [ | ||||
|             { | ||||
|                 "type": "openDoor", | ||||
|                 "loc": [ | ||||
|                     11, | ||||
|                     7 | ||||
|                 ] | ||||
|             } | ||||
|         ], | ||||
|         "4,4": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "flag:173", | ||||
|                 "true": [], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "flag:174", | ||||
|                         "true": [], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "moveAction" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         4, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         4, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "waitAsync" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:174", | ||||
|                                 "value": "1" | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ], | ||||
|         "6,4": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "flag:173", | ||||
|                 "true": [], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "flag:174", | ||||
|                         "true": [], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "moveAction" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         4, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         4, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "waitAsync" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:174", | ||||
|                                 "value": "1" | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ], | ||||
|         "8,4": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "flag:173", | ||||
|                 "true": [], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "flag:174", | ||||
|                         "true": [], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "moveAction" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         4, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         4, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "whiteWall", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         7 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "async": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "waitAsync" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setValue", | ||||
|                                 "name": "flag:174", | ||||
|                                 "value": "1" | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "6,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": { | ||||
|         "11,7": [ | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         1, | ||||
|                         3 | ||||
|                     ] | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         7, | ||||
|                         9 | ||||
|                     ] | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:173", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         2 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										1149
									
								
								project/floors/MT48.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1149
									
								
								project/floors/MT48.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1200
									
								
								project/floors/MT49.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1200
									
								
								project/floors/MT49.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										809
									
								
								project/floors/MT5.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										809
									
								
								project/floors/MT5.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,809 @@ | ||||
| main.floors.MT5= | ||||
| { | ||||
|     "floorId": "MT5", | ||||
|     "title": "天塔第 5 层", | ||||
|     "name": "天塔第5层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "events": { | ||||
|         "5,5": null, | ||||
|         "0,0": [ | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "是否跳过剧情", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "是", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "354", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         3, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         3, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         5 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         5, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "否", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "playBgm", | ||||
|                                 "name": "linghaihuanxin.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???].........", | ||||
|                             "\t[???]嘿嘿.......", | ||||
|                             "\t[???]到底在哪呢.......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     6, | ||||
|                                     5 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "left:1" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekexiaohei.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???].......会不会在这里.....", | ||||
|                             "\t[???]............", | ||||
|                             "\t[???]..........一定就在这里!!", | ||||
|                             "\t[???]至于黄门么.........呵呵........", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekedajiao.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]老子开门从来不用钥匙!!", | ||||
|                             "\t[???]看本大爷的拆.门.镐!!", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "jian", | ||||
|                                 "loc": [ | ||||
|                                     5, | ||||
|                                     4 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         5, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]轻轻松松....轻轻松松~~", | ||||
|                             "\t[???]这里面.....真激动啊.........", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     5, | ||||
|                                     5 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "up:2" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekeyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]诶!?又一个黄门?", | ||||
|                             "\t[???]我这次只做了一个拆门镐啊.........", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]这么简单的事...........", | ||||
|                             "\t[???]用刚刚开发出来的化墙水看看好了......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     5, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "left:1" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekeyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]让我看看......先在墙上转一个洞.......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "shenglvehao", | ||||
|                                 "loc": [ | ||||
|                                     4, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "luanma", | ||||
|                                 "loc": [ | ||||
|                                     4, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekeyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]化墙水怎么用的来着.........刚做出来就忘了,瞧我这记性......", | ||||
|                             "\t[???]嗯........(嘀嘀咕咕嘀嘀咕咕)", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setVolume", | ||||
|                                 "value": 0, | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setVolume", | ||||
|                                 "value": 100, | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playBgm", | ||||
|                                 "name": "xueyi.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "209", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         5, | ||||
|                                         3 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "show", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         5, | ||||
|                                         3 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "time": 2000 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "se83.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekezixin.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]什么声音..........?", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "se83.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "jump", | ||||
|                                 "from": [ | ||||
|                                     4, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "to": [ | ||||
|                                     4, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekedajiao2.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]啊啊啊啊........骷髅人!", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     4, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "left:1" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     5, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "left:1" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekedajiao2.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]镇定,镇定", | ||||
|                             "\t[???](妈的见鬼了。。)", | ||||
|                             "\t[???]骷髅人....骷髅人......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "gantanhao", | ||||
|                                 "loc": [ | ||||
|                                     3, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekexiaohei.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]对了,骷髅人什么的,不死系我都不怕的!", | ||||
|                             "\t[???]前两天研究出来的驱尸粉~~~!!", | ||||
|                             "\t[???]嘿嘿.......", | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "se83.mp3" | ||||
|                             }, | ||||
|                             "\t[???]告诉你小骷髅,赶快给大爷滚,我还能饶你一条命", | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "se83.mp3" | ||||
|                             }, | ||||
|                             "\t[???]别敬酒不吃吃罚酒哦~小骷髅~!!", | ||||
|                             "\t[???]看来你是执迷不悟了..........看我的驱尸粉!", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "se20.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "qushi", | ||||
|                                 "loc": [ | ||||
|                                     4, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "wenhao", | ||||
|                                 "loc": [ | ||||
|                                     4, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "se83.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "fanu", | ||||
|                                 "loc": [ | ||||
|                                     4, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "se83.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "playSound", | ||||
|                                 "name": "se83.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekeyilv.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]哈?", | ||||
|                             "\t[???]这...这啥反应?", | ||||
|                             "\t[???]不行.........再这样下去就被它弄死了", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekedajiao2.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]只有用绝招了吗!", | ||||
|                             "\t[???]破墙镐!!!破墙神器!!成功率100%!", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "jian", | ||||
|                                 "loc": [ | ||||
|                                     3, | ||||
|                                     2 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         3, | ||||
|                                         2 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     3, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 100, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "up:2" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekedajiao.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]呼哈.......(心疼.....)", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "sangang", | ||||
|                                 "loc": [ | ||||
|                                     5, | ||||
|                                     1 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     5, | ||||
|                                     1 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "left:1" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekedajiao2.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]初级法师我靠。。。。。天要绝我吗?", | ||||
|                             "\t[???]只有一个化墙水...赌一把了!!", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     3, | ||||
|                                     1 | ||||
|                                 ], | ||||
|                                 "time": 100, | ||||
|                                 "keep": true, | ||||
|                                 "steps": [ | ||||
|                                     "down:2" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "jiekedajiao2.png", | ||||
|                                 "loc": [ | ||||
|                                     100, | ||||
|                                     40 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[???]呀!!!(不知道效果好不好。。)", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "quxifen", | ||||
|                                 "loc": [ | ||||
|                                     3, | ||||
|                                     4 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "354", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         3, | ||||
|                                         4 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     3, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 100, | ||||
|                                 "steps": [ | ||||
|                                     "down:8" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     4, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 100, | ||||
|                                 "steps": [ | ||||
|                                     "left:1", | ||||
|                                     "down:8" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setVolume", | ||||
|                                 "value": 0, | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[???]救命啊!!!TxT", | ||||
|                             { | ||||
|                                 "type": "playBgm", | ||||
|                                 "name": "xingkong.mp3" | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setVolume", | ||||
|                                 "value": 100, | ||||
|                                 "time": 500 | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "value": "flag:juqing+3" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "3,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "7,7": { | ||||
|             "floorId": "MT4", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "5,5": null | ||||
|     }, | ||||
|     "afterBattle": { | ||||
|         "5,5": null | ||||
|     }, | ||||
|     "afterGetItem": { | ||||
|         "5,5": null | ||||
|     }, | ||||
|     "afterOpenDoor": { | ||||
|         "5,5": null | ||||
|     }, | ||||
|     "cannotMove": { | ||||
|         "5,5": null | ||||
|     }, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  2,  0,  0,217,  2,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2,  2,  2, 81,  2,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2,  0,  0,  0,  2,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2,  2,  2, 81,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348,  4,  2,  0,  0,  0,123,201,  2,  0,  0,  0,352], | ||||
|     [348,  4,  2,  0,  2, 81,  2,  0,  2,  0, 36,  0,352], | ||||
|     [348,  4,  2,  0,  2,205,  2, 88,  2,  0,  0,  0,352], | ||||
|     [348,  4,  2,  0,  2,  0,  2,  2,  2,  2, 81,  2,352], | ||||
|     [348,  4,  2,  0,  2,  0,205,  0,  0,202,210,  0,352], | ||||
|     [348,  4,  2,  0,  2,  0,  2,217,  2,  2,  2,  2,352], | ||||
|     [348,  4,  2, 87,  2,  0,  2,  0, 31, 21, 21, 21,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "ratio": 1, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         3, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         7, | ||||
|         6 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										80
									
								
								project/floors/MT50.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								project/floors/MT50.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,80 @@ | ||||
| main.floors.MT50= | ||||
| { | ||||
|     "floorId": "MT50", | ||||
|     "title": "天塔第 50 层", | ||||
|     "name": "天塔第50层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2,  2,  2,  4,  2,  4,  2,  2,  2,  4,352], | ||||
|     [348,  4,  2, 32,  2,  2,  2,  2,  2, 32,  2,  4,352], | ||||
|     [348,  2,  2,300,  2,  0,  0,  0,  2,300,  2,  2,352], | ||||
|     [348,  2, 32,  0, 86,  0, 87,  0, 86,  0, 32,  2,352], | ||||
|     [348,  2,  2,300,  2,  2,  2,  2,  2,300,  2,  2,352], | ||||
|     [348,  4,  2, 32, 86,  0,  2,  0, 86, 32,  2,  4,352], | ||||
|     [348,  4,  2,  2,  2,  0, 32,  0,  2,  2,  2,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2,  0,  2,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2, 88,  2,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,11": { | ||||
|             "floorId": "MT49", | ||||
|             "loc": [ | ||||
|                 7, | ||||
|                 11 | ||||
|             ] | ||||
|         }, | ||||
|         "6,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         5 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										1586
									
								
								project/floors/MT51.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1586
									
								
								project/floors/MT51.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										97
									
								
								project/floors/MT52.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										97
									
								
								project/floors/MT52.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,97 @@ | ||||
| main.floors.MT52= | ||||
| { | ||||
|     "floorId": "MT52", | ||||
|     "title": "天塔第 52 层", | ||||
|     "name": "天塔第52层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 27, 27,  2,  2,222, 11,  0,  2, 32, 81,224,352], | ||||
|     [348, 28, 28,  2, 32,  0,  2,222, 11,  0,  2, 21,352], | ||||
|     [348, 82,  2,  2, 32,  2,  2,  2,  2,  2,  2, 21,352], | ||||
|     [348,224, 21,  2, 32,  2, 40,  2, 28,224,  2, 21,352], | ||||
|     [348, 32,  0,  2, 81,  2, 83,  2,  2, 81,  2,  2,352], | ||||
|     [348, 81,  2,  2, 21, 81, 32,224, 81,222,  0, 87,352], | ||||
|     [348,225,  0, 81,222,  2,  2,  2,  2, 81,  2,  2,352], | ||||
|     [348, 21, 31,  2,  0,  0, 21, 21, 21,221, 81, 32,352], | ||||
|     [348,  2,  2,  2,  0,125,  2,  2,  2, 82,  2, 32,352], | ||||
|     [348, 32,  0,225,  0,  2,  2,  0,224,  0,  2,  2,352], | ||||
|     [348, 21, 21,  2, 88,  2, 27, 31,  2, 21, 32, 28,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "5,9": [ | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 2, | ||||
|                 "image": "npcnan.png", | ||||
|                 "loc": [ | ||||
|                     180, | ||||
|                     40 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[联盟老人]我们联盟的骑士生命力都十分旺盛,没有足够的体力是无法战胜他们的。", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 2, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "4,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "11,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "downFloor": [ | ||||
|         4, | ||||
|         10 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         10, | ||||
|         6 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										158
									
								
								project/floors/MT53.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										158
									
								
								project/floors/MT53.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,158 @@ | ||||
| main.floors.MT53= | ||||
| { | ||||
|     "floorId": "MT53", | ||||
|     "title": "天塔第 53 层", | ||||
|     "name": "天塔第53层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 27,  0, 28,  2, 32,  2, 21,  2, 22,  2, 23,352], | ||||
|     [348,  0, 21,  0,  2,  0, 31,  0, 31,  0, 31,  0,352], | ||||
|     [348,  2,246,  2,  2,227,  2,246,  2, 81,  2,  2,352], | ||||
|     [348, 31,  0,224, 31, 21,  2,122,  2,227, 27, 28,352], | ||||
|     [348,  2, 82,  2,  2,  2,  2,372,  2, 81,  2,  2,352], | ||||
|     [348,  0, 34,  0, 81, 22, 31,222, 81, 33,  0, 88,352], | ||||
|     [348, 32,  2, 31,  2,  2,  2,  2,  2, 81,  2,  2,352], | ||||
|     [348,224,  2,224, 31,  0, 21,  2, 32,246, 32,  2,352], | ||||
|     [348, 28,  2, 27,  2,  2,246,  2,  2,  2,  0, 28,352], | ||||
|     [348,  2,  2,  2,  2, 34,  0, 82,222,  2,222,  2,352], | ||||
|     [348,  4,  4,  4,  2, 87,  0,  2, 21,  0, 32, 32,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "7,4": [ | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "npcnv.png", | ||||
|                 "loc": [ | ||||
|                     200, | ||||
|                     40 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "switch:A", | ||||
|                 "true": [ | ||||
|                     "\t[联盟行商]联盟的钱可不是那么好赚的,尤其是海骑士那个家伙,我已经不止一次被蒙混过去了。" | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     "\t[联盟行商]我有五把黄钥匙,800金币你想要吗?", | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 3, | ||||
|                         "image": "shaohusikao.png", | ||||
|                         "loc": [ | ||||
|                             -30, | ||||
|                             20 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "choices", | ||||
|                         "text": "\t[邵虎]................", | ||||
|                         "choices": [ | ||||
|                             { | ||||
|                                 "text": "我太需要了", | ||||
|                                 "action": [ | ||||
|                                     { | ||||
|                                         "type": "if", | ||||
|                                         "condition": "(status:money>=800)", | ||||
|                                         "true": [ | ||||
|                                             { | ||||
|                                                 "type": "setValue", | ||||
|                                                 "name": "status:money", | ||||
|                                                 "value": "status:money-800" | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "setValue", | ||||
|                                                 "name": "item:yellowKey", | ||||
|                                                 "value": "item:yellowKey+5" | ||||
|                                             } | ||||
|                                         ], | ||||
|                                         "false": [ | ||||
|                                             "\t[联盟行商]你的钱不够。" | ||||
|                                         ] | ||||
|                                     } | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "text": "暂时还不需要", | ||||
|                                 "action": [ | ||||
|                                     "\t[联盟行商]呵呵,我在这里等你回心转意。" | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 3, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "11,6": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "5,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "downFloor": [ | ||||
|         10, | ||||
|         6 | ||||
|     ], | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										351
									
								
								project/floors/MT54.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										351
									
								
								project/floors/MT54.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,351 @@ | ||||
| main.floors.MT54= | ||||
| { | ||||
|     "floorId": "MT54", | ||||
|     "title": "天塔第 54 层", | ||||
|     "name": "天塔第54层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  2, 27, 31, 31, 31,  2, 87,  0,  0,  0,  2,352], | ||||
|     [348,  2,225,  2,  2,  2,  2,  2,  2,  2,  2,  0,352], | ||||
|     [348,467,  0,300,  0, 50,  2, 21,  0,222,  2,300,352], | ||||
|     [348,  2, 81,  2,  2,  2,  2,  0, 50,  0,  2, 39,352], | ||||
|     [348,  2, 34,300,  0, 50,  2,  0,  0, 21,  2,467,352], | ||||
|     [348,  2, 81,  2,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348, 34,  0,  0,  0,221,  2, 50,  2, 50,  2, 32,352], | ||||
|     [348,  2,  2,  2,  2,  0,  2,  0,  2,  0,  2, 32,352], | ||||
|     [348,  0, 11,  0,  2,  0,  2,300,  2,300,  2, 32,352], | ||||
|     [348,  2,  0,  2,  2,  0, 81, 34, 81,  0,246, 28,352], | ||||
|     [348,  0, 11,  0,  2, 88,  2,  2,  2,468,  2,  2,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "9,11": { | ||||
|             "trigger": "action", | ||||
|             "enable": true, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "if", | ||||
|                     "condition": "flag:211", | ||||
|                     "true": [ | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "whiteWall", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     1, | ||||
|                                     10 | ||||
|                                 ] | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "whiteWall", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     3, | ||||
|                                     10 | ||||
|                                 ] | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "lavaNet", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     2, | ||||
|                                     9 | ||||
|                                 ] | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "lavaNet", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     2, | ||||
|                                     11 | ||||
|                                 ] | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "I468" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "hongguang", | ||||
|                             "loc": [ | ||||
|                                 2, | ||||
|                                 10 | ||||
|                             ], | ||||
|                             "async": true | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setValue", | ||||
|                             "name": "flag:211", | ||||
|                             "value": "false" | ||||
|                         } | ||||
|                     ], | ||||
|                     "false": [ | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "whiteWall", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     2, | ||||
|                                     9 | ||||
|                                 ] | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "whiteWall", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     2, | ||||
|                                     11 | ||||
|                                 ] | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "lavaNet", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     1, | ||||
|                                     10 | ||||
|                                 ] | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "lavaNet", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     3, | ||||
|                                     10 | ||||
|                                 ] | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setBlock", | ||||
|                             "number": "I469" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "languang", | ||||
|                             "loc": [ | ||||
|                                 2, | ||||
|                                 10 | ||||
|                             ], | ||||
|                             "async": true | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setValue", | ||||
|                             "name": "flag:211", | ||||
|                             "value": "true" | ||||
|                         } | ||||
|                     ] | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         "11,5": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "flag:212", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "changeFloor", | ||||
|                         "loc": [ | ||||
|                             1, | ||||
|                             3 | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "playSound", | ||||
|                         "name": "020-Teleport03.mp3" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "animate", | ||||
|                         "name": "STshengfa", | ||||
|                         "loc": "hero", | ||||
|                         "async": true | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 40 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "waitAsync", | ||||
|                         "excludeAnimates": true | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "animate", | ||||
|                         "name": "wenhao", | ||||
|                         "loc": "hero", | ||||
|                         "async": true | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ], | ||||
|         "1,3": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "flag:212", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "changeFloor", | ||||
|                         "loc": [ | ||||
|                             11, | ||||
|                             5 | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "playSound", | ||||
|                         "name": "020-Teleport03.mp3" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "animate", | ||||
|                         "name": "STshengfa", | ||||
|                         "loc": "hero", | ||||
|                         "async": true | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 40 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "waitAsync", | ||||
|                         "excludeAnimates": true | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "animate", | ||||
|                         "name": "wenhao", | ||||
|                         "loc": "hero", | ||||
|                         "async": true | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "5,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "7,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": { | ||||
|         "11,4": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:212", | ||||
|                 "value": "true" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "xiaoshi", | ||||
|                 "loc": [ | ||||
|                     1, | ||||
|                     3 | ||||
|                 ], | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "A367", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         1, | ||||
|                         3 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "xiaoshi", | ||||
|                 "loc": [ | ||||
|                     11, | ||||
|                     5 | ||||
|                 ], | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "A367", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         11, | ||||
|                         5 | ||||
|                     ] | ||||
|                 ], | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         8, | ||||
|         1 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         5, | ||||
|         10 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT55.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT55.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT55= | ||||
| { | ||||
|     "floorId": "MT55", | ||||
|     "title": "天塔第 55 层", | ||||
|     "name": "天塔第55层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  2, 28,  0, 27,  2, 88,  0,  0,  2,  4,352], | ||||
|     [348,  2,  2,  2, 81,  2,  2,  2,  2, 81,  2,  4,352], | ||||
|     [348,  2, 28, 81,  0,  2, 21, 21,  2,  0,  2,  4,352], | ||||
|     [348,  2,  2,  2,  0,  2, 34,  0,  2, 21,  2,  4,352], | ||||
|     [348,  2, 28, 81,  0,  2,  2,224,  2, 21,  2,  4,352], | ||||
|     [348,  2,  2,  2, 34,  0, 12,  0,  0, 21,  2,  4,352], | ||||
|     [348,  2, 27, 81,  0,  2,  2,  2,  2,  0,  2,  2,352], | ||||
|     [348,  2,  2,  2,  0, 81,  0, 87,  0,  0, 81,227,352], | ||||
|     [348,  2, 27, 81,  0,  2,  0, 34,  2,  2,  2, 22,352], | ||||
|     [348,  2,  2,  2,  2,  2, 81,  2,  2, 22,  0,227,352], | ||||
|     [348,  4,  4,  4,  2, 27,  0, 28, 81,227,  2,  2,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "7,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "7,8": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         8, | ||||
|         8 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         8, | ||||
|         1 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										98
									
								
								project/floors/MT56.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										98
									
								
								project/floors/MT56.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,98 @@ | ||||
| main.floors.MT56= | ||||
| { | ||||
|     "floorId": "MT56", | ||||
|     "title": "天塔第 56 层", | ||||
|     "name": "天塔第56层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  2, 32,  0,  2,  2,  2,  2,  2,  4,  4,352], | ||||
|     [348,  4,  2,  0, 28,222, 31,  0, 31,  2,  4,  4,352], | ||||
|     [348,  4,  2, 32,246,  2,  0, 27,  0,  2,  4,  4,352], | ||||
|     [348,  4,  2,  2, 81,  2,  2, 81,  2,  2,  2,  2,352], | ||||
|     [348,  2,  2,222, 21,  2,  0,246, 34,  2, 27, 34,352], | ||||
|     [348, 87,  2, 81,  2,  2,125,  0,  0, 81,224,  2,352], | ||||
|     [348,  0,  0,  0,  0,  2,  2,  0,  0,  2, 28, 34,352], | ||||
|     [348, 34,224,  2,224, 21,  2, 88,  0,  2,  2,  2,352], | ||||
|     [348,  2, 81,  2,  2,  0,  2,  2, 81,  2,  4,  4,352], | ||||
|     [348,  0,224,  0,  2, 34,246,225,  0,  2,  4,  4,352], | ||||
|     [348, 27, 34, 28,  2,  2,  2,  2,  2,  2,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "6,6": [ | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 2, | ||||
|                 "image": "npcnan.png", | ||||
|                 "loc": [ | ||||
|                     180, | ||||
|                     40 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[联盟老人]极致的攻击与极致的防御永远不是一个武学家应该去追求的。", | ||||
|             "\t[联盟老人]至少我认为是这样。", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 2, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "7,8": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "1,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         1, | ||||
|         7 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         8, | ||||
|         8 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										519
									
								
								project/floors/MT57.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										519
									
								
								project/floors/MT57.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,519 @@ | ||||
| main.floors.MT57= | ||||
| { | ||||
|     "floorId": "MT57", | ||||
|     "title": "天塔第 57 层", | ||||
|     "name": "天塔第57层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  0,  0, 81,  0, 21, 21, 21,  0, 81,  0, 87,352], | ||||
|     [348, 81,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348, 33, 83,  0,  2,225,  2,225,  2,  0,  2,367,352], | ||||
|     [348,367,  2,222,  0,  0,  0,  0,  0,222,  2,222,352], | ||||
|     [348,  2,  2,  0,227,  0, 47,  0,227,  0,  2, 33,352], | ||||
|     [348, 88,  2,246,  0,  0,257,  0,  0,246,  2,367,352], | ||||
|     [348,  0,  2,  0,  2,224,  0,224,  2,  0,  2,  2,352], | ||||
|     [348,222,  2,  0,  2,  2,  0,  2,  2,  0,  2,367,352], | ||||
|     [348,367,  2,  0,  0,  0,226,  0,  0,  0,  2, 33,352], | ||||
|     [348,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,222,352], | ||||
|     [348,367,222, 33,367,  2,367,222, 33,367,  2,367,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "6,5": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "1,4": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     6, | ||||
|                     11 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "1,9": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     11, | ||||
|                     6 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "1,11": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     11, | ||||
|                     11 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "4,11": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     11, | ||||
|                     3 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "6,11": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     1, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "9,11": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     11, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "11,11": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     1, | ||||
|                     11 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "11,8": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     11 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "11,6": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     1, | ||||
|                     9 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "11,3": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "loc": [ | ||||
|                     4, | ||||
|                     11 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "0,0": [ | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "是否跳过剧情", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "是", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "354", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         5, | ||||
|                                         8 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "setBlock", | ||||
|                                 "number": "354", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         7, | ||||
|                                         8 | ||||
|                                     ] | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         3, | ||||
|                                         4 | ||||
|                                     ], | ||||
|                                     [ | ||||
|                                         3, | ||||
|                                         6 | ||||
|                                     ], | ||||
|                                     [ | ||||
|                                         4, | ||||
|                                         5 | ||||
|                                     ], | ||||
|                                     [ | ||||
|                                         9, | ||||
|                                         4 | ||||
|                                     ], | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         5 | ||||
|                                     ], | ||||
|                                     [ | ||||
|                                         9, | ||||
|                                         6 | ||||
|                                     ], | ||||
|                                     [ | ||||
|                                         5, | ||||
|                                         7 | ||||
|                                     ], | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         6 | ||||
|                                     ], | ||||
|                                     [ | ||||
|                                         7, | ||||
|                                         7 | ||||
|                                     ], | ||||
|                                     [ | ||||
|                                         6, | ||||
|                                         9 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "remove": true | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "operator": "+=", | ||||
|                 "value": "5" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "1,6": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "11,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": { | ||||
|         "5,3": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:57f", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "flag:57f>=2", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "show", | ||||
|                         "loc": [ | ||||
|                             [ | ||||
|                                 6, | ||||
|                                 5 | ||||
|                             ] | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "animate", | ||||
|                         "name": "xiaoshi", | ||||
|                         "loc": [ | ||||
|                             6, | ||||
|                             5 | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ], | ||||
|         "7,3": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:57f", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:57f>=2)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "show", | ||||
|                         "loc": [ | ||||
|                             [ | ||||
|                                 6, | ||||
|                                 5 | ||||
|                             ] | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "animate", | ||||
|                         "name": "xiaoshi", | ||||
|                         "loc": [ | ||||
|                             6, | ||||
|                             5 | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,10255,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         10, | ||||
|         1 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         1, | ||||
|         7 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										230
									
								
								project/floors/MT58.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										230
									
								
								project/floors/MT58.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,230 @@ | ||||
| main.floors.MT58= | ||||
| { | ||||
|     "floorId": "MT58", | ||||
|     "title": "天塔第 58 层", | ||||
|     "name": "天塔第58层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 21, 22,  2, 27,  0,  2, 32,  2, 21,  0, 88,352], | ||||
|     [348, 21,  0,  2, 21,225, 81,246,  2,  0,  0,  0,352], | ||||
|     [348, 21,  0,  2, 28,  0,  2,  0, 81,224,  0,125,352], | ||||
|     [348,  2,222,  2,  2,  2,  2,225,  2,  2,  2,  2,352], | ||||
|     [348,226,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,352], | ||||
|     [348,227,  2,222,  2,  2,  2, 81,  2,  2,  2,222,352], | ||||
|     [348, 27,  2,  0, 32,  2, 21,246, 21,  2,  0,  0,352], | ||||
|     [348, 21,  2, 32,  0,  2,  2,  2,  2,  2,225, 32,352], | ||||
|     [348, 28,  2,  0,  2,  2, 32, 32,  2, 31,  0,  2,352], | ||||
|     [348,224,  2, 81,  2, 21,  0,  0,  2,246, 31,246,352], | ||||
|     [348,  0, 81,224, 82,225, 87,  0,227,  0,  2, 34,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "setBlockOpacity", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     1, | ||||
|                     5 | ||||
|                 ] | ||||
|             ], | ||||
|             "opacity": 0 | ||||
|         }, | ||||
|         { | ||||
|             "type": "setBlockOpacity", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     2, | ||||
|                     5 | ||||
|                 ] | ||||
|             ], | ||||
|             "opacity": 0.4 | ||||
|         }, | ||||
|         { | ||||
|             "type": "setBlockOpacity", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     3, | ||||
|                     5 | ||||
|                 ] | ||||
|             ], | ||||
|             "opacity": 0.6 | ||||
|         }, | ||||
|         { | ||||
|             "type": "setBlockOpacity", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     4, | ||||
|                     5 | ||||
|                 ] | ||||
|             ], | ||||
|             "opacity": 0.8 | ||||
|         }, | ||||
|         { | ||||
|             "type": "setBlockOpacity", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     7, | ||||
|                     5 | ||||
|                 ] | ||||
|             ], | ||||
|             "opacity": 0.8 | ||||
|         }, | ||||
|         { | ||||
|             "type": "setBlockOpacity", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     8, | ||||
|                     5 | ||||
|                 ] | ||||
|             ], | ||||
|             "opacity": 0.6 | ||||
|         }, | ||||
|         { | ||||
|             "type": "setBlockOpacity", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     9, | ||||
|                     5 | ||||
|                 ] | ||||
|             ], | ||||
|             "opacity": 0.4 | ||||
|         }, | ||||
|         { | ||||
|             "type": "setBlockOpacity", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     10, | ||||
|                     5 | ||||
|                 ] | ||||
|             ], | ||||
|             "opacity": 0.2 | ||||
|         }, | ||||
|         { | ||||
|             "type": "setBlockOpacity", | ||||
|             "loc": [ | ||||
|                 [ | ||||
|                     11, | ||||
|                     5 | ||||
|                 ] | ||||
|             ], | ||||
|             "opacity": 0 | ||||
|         }, | ||||
|         { | ||||
|             "type": "move", | ||||
|             "loc": [ | ||||
|                 1, | ||||
|                 5 | ||||
|             ], | ||||
|             "time": 250, | ||||
|             "keep": true, | ||||
|             "steps": [ | ||||
|                 "right:5" | ||||
|             ] | ||||
|         }, | ||||
|         { | ||||
|             "type": "showImage", | ||||
|             "code": 1, | ||||
|             "image": "shijian.png", | ||||
|             "loc": [ | ||||
|                 180, | ||||
|                 20 | ||||
|             ], | ||||
|             "opacity": 1, | ||||
|             "time": 0 | ||||
|         }, | ||||
|         "\t[弑剑]该死.........", | ||||
|         "\t[弑剑]不可能.......我的剑怎么可能有破绽......", | ||||
|         "\t[弑剑]海骑士.........我究竟......", | ||||
|         { | ||||
|             "type": "hideImage", | ||||
|             "code": 1, | ||||
|             "time": 0 | ||||
|         }, | ||||
|         { | ||||
|             "type": "move", | ||||
|             "loc": [ | ||||
|                 6, | ||||
|                 5 | ||||
|             ], | ||||
|             "time": 250, | ||||
|             "steps": [ | ||||
|                 "right:5" | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "11,3": [ | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 2, | ||||
|                 "image": "npcnan.png", | ||||
|                 "loc": [ | ||||
|                     180, | ||||
|                     40 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[联盟老人]海骑士是弑剑的剑术老师,不过他的剑与海骑士的剑感觉差异很大。", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 2, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "11,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         7, | ||||
|         11 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         10, | ||||
|         1 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT59.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT59.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT59= | ||||
| { | ||||
|     "floorId": "MT59", | ||||
|     "title": "天塔第 59 层", | ||||
|     "name": "天塔第59层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 31, 81,  0,  2, 27, 34, 28,  2,  0, 81, 31,352], | ||||
|     [348,372,  2, 33, 81, 27, 34, 28, 81, 33,  2,372,352], | ||||
|     [348, 32,  2, 81,  2,  2,  2,  2,  2, 81,  2, 32,352], | ||||
|     [348, 32,  2,  0,246, 82,227, 82,246,  0,  2, 32,352], | ||||
|     [348,  0,  2, 31,  2,  2, 83,  2,  2, 31,  2,  0,352], | ||||
|     [348,224, 81,222,  2,  0,  0,  0,  2,222, 81,224,352], | ||||
|     [348,  2,  2, 82,  2, 33, 87, 33,  2, 82,  2,  2,352], | ||||
|     [348,  4,  2,  0,  2,  2,  2,  2, 81,  0,  2,  4,352], | ||||
|     [348,  4,  2,225, 81, 28, 34, 27,  2,225,  2,  4,352], | ||||
|     [348,  4,  2,  2,  2,  0,  0,  0,  2,  2,  2,  4,352], | ||||
|     [348,  4,  4,  4,  2, 27, 88, 28,  2,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,7": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         6 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										186
									
								
								project/floors/MT6.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										186
									
								
								project/floors/MT6.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,186 @@ | ||||
| main.floors.MT6= | ||||
| { | ||||
|     "floorId": "MT6", | ||||
|     "title": "天塔第 6 层", | ||||
|     "name": "天塔第6层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": { | ||||
|         "1,1": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:6fNPC==1)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "showImage", | ||||
|                         "code": 1, | ||||
|                         "image": "npcnan.png", | ||||
|                         "loc": [ | ||||
|                             180, | ||||
|                             40 | ||||
|                         ], | ||||
|                         "opacity": 1, | ||||
|                         "time": 0 | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "sleep", | ||||
|                         "time": 500 | ||||
|                     }, | ||||
|                     "\t[老人]呵呵.......如今这世道知道天塔是为何修建的人已经太少了..........", | ||||
|                     { | ||||
|                         "type": "hideImage", | ||||
|                         "code": 1, | ||||
|                         "time": 0 | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "choices", | ||||
|                         "text": "是否跳过剧情", | ||||
|                         "choices": [ | ||||
|                             { | ||||
|                                 "text": "是", | ||||
|                                 "action": [] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "text": "否", | ||||
|                                 "action": [ | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnan.png", | ||||
|                                         "loc": [ | ||||
|                                             80, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[老人]我怎么不认识你.........你是镇天谷的人吗?", | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnan.png", | ||||
|                                         "loc": [ | ||||
|                                             180, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 2, | ||||
|                                         "image": "shaohuyilv.png", | ||||
|                                         "loc": [ | ||||
|                                             -30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[邵虎]镇...镇天谷?", | ||||
|                                     "\t[老人]........", | ||||
|                                     "\t[邵虎]抱歉,我不是镇天谷的人", | ||||
|                                     "\t[老人]是吗......不是镇天谷的人也可以到这个塔里来嘛......时代真是变了......呵呵", | ||||
|                                     "\t[邵虎].........请问..........镇天谷与这座塔有什么关系吗?", | ||||
|                                     "\t[老人]顾名思义啊........镇天,意为震慑天塔.....", | ||||
|                                     "\t[邵虎]......啊.........", | ||||
|                                     "\t[老人]呵呵......很吃惊吗?不过也不能怪你......如今这世道知道天塔是为何修建的人已经太少了......", | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 2, | ||||
|                                         "time": 0 | ||||
|                                     } | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:juqing", | ||||
|                         "value": "flag:juqing+1" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:6fNPC", | ||||
|                         "value": "1" | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "11,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "3,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,121, 31,  0, 31,  0, 31,  0, 31,  0, 31, 28,352], | ||||
|     [348,  2,  2, 81,  2,  2,  2,217,  2, 81,  2,  2,352], | ||||
|     [348, 32,  0,210,  0,  0,205,  0,  0,  0,217,  0,352], | ||||
|     [348,  2,  2,  2,  2, 81,  2,217,  2,  2,  2, 81,352], | ||||
|     [348, 31,  0, 27,205,  0, 31,  0, 31,  0,  0,217,352], | ||||
|     [348, 81,  2,  2,  2,  2,  2,217,  2, 81,  2,  2,352], | ||||
|     [348,  0,205,  0,  0, 31,  0,  0, 28,  0,202,  0,352], | ||||
|     [348,  2,  2,  2, 81,  2,  2,217,  2,  2,  2, 81,352], | ||||
|     [348,210, 31,  0,205,202,205,  0,  0,205,  0,  0,352], | ||||
|     [348, 31,  2,  2,  2,  2,  2, 82,  2,  2,  2,  2,352], | ||||
|     [348, 21,  2, 88,  0, 32, 21, 27, 21, 32,  0, 87,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,10247,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         10, | ||||
|         11 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         4, | ||||
|         11 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										835
									
								
								project/floors/MT60.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										835
									
								
								project/floors/MT60.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,835 @@ | ||||
| main.floors.MT60= | ||||
| { | ||||
|     "floorId": "MT60", | ||||
|     "title": "天塔第 60 层", | ||||
|     "name": "天塔第60层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  2, 87,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2,  2,  2,  2,  0,  2,  2,  2,  2,  4,352], | ||||
|     [348,  4,  2, 21, 21,  2, 85,  2, 21, 21,  2,  4,352], | ||||
|     [348,  4,  2, 27,  2,  2,226,  2,  2, 28,  2,  4,352], | ||||
|     [348,  4,  2, 27,222,  0,227,  0,222, 28,  2,  4,352], | ||||
|     [348,  4,  2, 27,  2,246, 85,246,  2, 28,  2,  4,352], | ||||
|     [348,  4,  2,224,  0, 85, 88, 85,  0,224,  2,  4,352], | ||||
|     [348,  4,  2,  2,225, 85,  0, 85,225,  2,  2,  4,352], | ||||
|     [348,  4,  2, 34, 34,  2,  2,  2, 34, 34,  2,  4,352], | ||||
|     [348,  4,  2,  2,  2,  2,  4,  2,  2,  2,  2,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "4,3": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "3,3": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "3,4": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "3,5": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "3,6": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "3,9": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "4,9": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "8,3": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "9,3": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "9,4": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "9,5": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "9,6": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "8,9": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "9,9": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "6,5": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "4,5": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "3,7": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "4,8": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "5,6": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "7,6": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "8,5": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "9,7": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "8,8": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "6,6": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "5,7": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "7,7": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "5,8": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "7,8": { | ||||
|             "trigger": null, | ||||
|             "enable": false, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [] | ||||
|         }, | ||||
|         "6,4": { | ||||
|             "trigger": "action", | ||||
|             "enable": true, | ||||
|             "noPass": null, | ||||
|             "displayDamage": true, | ||||
|             "opacity": 1, | ||||
|             "filter": { | ||||
|                 "blur": 0, | ||||
|                 "hue": 0, | ||||
|                 "grayscale": 0, | ||||
|                 "invert": false, | ||||
|                 "shadow": 0 | ||||
|             }, | ||||
|             "data": [ | ||||
|                 { | ||||
|                     "type": "choices", | ||||
|                     "text": "是否跳过剧情", | ||||
|                     "choices": [ | ||||
|                         { | ||||
|                             "text": "是", | ||||
|                             "action": [] | ||||
|                         } | ||||
|                     ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "battle", | ||||
|                     "loc": [ | ||||
|                         6, | ||||
|                         4 | ||||
|                     ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "changeFloor", | ||||
|                     "loc": [ | ||||
|                         6, | ||||
|                         4 | ||||
|                     ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "setValue", | ||||
|                     "name": "flag:juqing", | ||||
|                     "operator": "+=", | ||||
|                     "value": "7" | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "show", | ||||
|                     "loc": [ | ||||
|                         [ | ||||
|                             4, | ||||
|                             5 | ||||
|                         ], | ||||
|                         [ | ||||
|                             6, | ||||
|                             5 | ||||
|                         ], | ||||
|                         [ | ||||
|                             8, | ||||
|                             5 | ||||
|                         ], | ||||
|                         [ | ||||
|                             5, | ||||
|                             6 | ||||
|                         ], | ||||
|                         [ | ||||
|                             7, | ||||
|                             6 | ||||
|                         ], | ||||
|                         [ | ||||
|                             3, | ||||
|                             7 | ||||
|                         ], | ||||
|                         [ | ||||
|                             9, | ||||
|                             7 | ||||
|                         ], | ||||
|                         [ | ||||
|                             4, | ||||
|                             8 | ||||
|                         ], | ||||
|                         [ | ||||
|                             8, | ||||
|                             8 | ||||
|                         ] | ||||
|                     ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "type": "show", | ||||
|                     "loc": [ | ||||
|                         [ | ||||
|                             6, | ||||
|                             6 | ||||
|                         ], | ||||
|                         [ | ||||
|                             5, | ||||
|                             7 | ||||
|                         ], | ||||
|                         [ | ||||
|                             7, | ||||
|                             7 | ||||
|                         ], | ||||
|                         [ | ||||
|                             5, | ||||
|                             8 | ||||
|                         ], | ||||
|                         [ | ||||
|                             7, | ||||
|                             8 | ||||
|                         ] | ||||
|                     ] | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "6,7": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": { | ||||
|         "4,5": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT60_6_3", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "8,5": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT60_6_3", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "5,6": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT60_6_3", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "7,6": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT60_6_3", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "3,7": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT60_6_3", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "9,7": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT60_6_3", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "4,8": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT60_6_3", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "8,8": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT60_6_3", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "6,5": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT60_6_3", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": { | ||||
|         "6,3": { | ||||
|             "0": { | ||||
|                 "condition": "flag:door_MT60_6_3==9", | ||||
|                 "currentFloor": true, | ||||
|                 "priority": 0, | ||||
|                 "delayExecute": false, | ||||
|                 "multiExecute": false, | ||||
|                 "data": [ | ||||
|                     { | ||||
|                         "type": "openDoor" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "show", | ||||
|                         "loc": [ | ||||
|                             [ | ||||
|                                 3, | ||||
|                                 3 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 4, | ||||
|                                 3 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 8, | ||||
|                                 3 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 9, | ||||
|                                 3 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 3, | ||||
|                                 4 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 3, | ||||
|                                 5 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 3, | ||||
|                                 6 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 9, | ||||
|                                 4 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 9, | ||||
|                                 5 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 9, | ||||
|                                 6 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 4, | ||||
|                                 9 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 3, | ||||
|                                 9 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 8, | ||||
|                                 9 | ||||
|                             ], | ||||
|                             [ | ||||
|                                 9, | ||||
|                                 9 | ||||
|                             ] | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             "1": null | ||||
|         }, | ||||
|         "6,6": { | ||||
|             "0": { | ||||
|                 "condition": "flag:door_MT60_6_3==9", | ||||
|                 "currentFloor": true, | ||||
|                 "priority": 0, | ||||
|                 "delayExecute": false, | ||||
|                 "multiExecute": false, | ||||
|                 "data": [ | ||||
|                     { | ||||
|                         "type": "openDoor" | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             "1": null | ||||
|         }, | ||||
|         "5,7": { | ||||
|             "0": { | ||||
|                 "condition": "flag:door_MT60_6_3==9", | ||||
|                 "currentFloor": true, | ||||
|                 "priority": 0, | ||||
|                 "delayExecute": false, | ||||
|                 "multiExecute": false, | ||||
|                 "data": [ | ||||
|                     { | ||||
|                         "type": "openDoor" | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             "1": null | ||||
|         }, | ||||
|         "7,7": { | ||||
|             "0": { | ||||
|                 "condition": "flag:door_MT60_6_3==9", | ||||
|                 "currentFloor": true, | ||||
|                 "priority": 0, | ||||
|                 "delayExecute": false, | ||||
|                 "multiExecute": false, | ||||
|                 "data": [ | ||||
|                     { | ||||
|                         "type": "openDoor" | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             "1": null | ||||
|         }, | ||||
|         "5,8": { | ||||
|             "0": { | ||||
|                 "condition": "flag:door_MT60_6_3==9", | ||||
|                 "currentFloor": true, | ||||
|                 "priority": 0, | ||||
|                 "delayExecute": false, | ||||
|                 "multiExecute": false, | ||||
|                 "data": [ | ||||
|                     { | ||||
|                         "type": "openDoor" | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             "1": null | ||||
|         }, | ||||
|         "7,8": { | ||||
|             "0": { | ||||
|                 "condition": "flag:door_MT60_6_3==9", | ||||
|                 "currentFloor": true, | ||||
|                 "priority": 0, | ||||
|                 "delayExecute": false, | ||||
|                 "multiExecute": false, | ||||
|                 "data": [ | ||||
|                     { | ||||
|                         "type": "openDoor" | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             "1": null | ||||
|         } | ||||
|     }, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         2 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         8 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										1238
									
								
								project/floors/MT61.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1238
									
								
								project/floors/MT61.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										109
									
								
								project/floors/MT62.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										109
									
								
								project/floors/MT62.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,109 @@ | ||||
| main.floors.MT62= | ||||
| { | ||||
|     "floorId": "MT62", | ||||
|     "title": "天塔第 62 层", | ||||
|     "name": "天塔第62层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 27,  2, 32, 28,  0,  0,  2, 23,  2, 27,246,352], | ||||
|     [348,225,  2,  2,  2,  2,246,  2,227,  2,  2, 81,352], | ||||
|     [348,  0,224,  0,  0,222, 32,224,  0,  0,  0,  0,352], | ||||
|     [348, 21,  2,  0,125,  2,225,  2,  2, 81,  2,  2,352], | ||||
|     [348, 21,  2, 81,  2,  2,  0, 31,  2,227,  0, 31,352], | ||||
|     [348, 21,  2,224,372, 21,246,  0,  2,  0,  0, 87,352], | ||||
|     [348,  2,  2, 81,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348,227,225,  0,  0,  2, 88,  0, 31,  2,  0, 21,352], | ||||
|     [348, 31,  2,  2, 82,  2,  2,  2,225,  2,  0, 21,352], | ||||
|     [348, 27,  2,  0,222,  0, 81,246,  0, 81,246, 27,352], | ||||
|     [348, 28,  2, 32,  0, 32,  2, 28,  0,  2,  0, 31,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "4,4": [ | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "npcnan.png", | ||||
|                 "loc": [ | ||||
|                     100, | ||||
|                     30 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[联盟老人]就在不久前,我看到戾骑士了。", | ||||
|             "\t[联盟老人]不过那家伙很少到塔上面来的啊....", | ||||
|             "\t[联盟老人]一定要发生什么了,我相信。", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ], | ||||
|         "4,6": [ | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "045-Push01.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "6,8": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "11,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10247,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         10, | ||||
|         6 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         7, | ||||
|         8 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										493
									
								
								project/floors/MT63.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										493
									
								
								project/floors/MT63.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,493 @@ | ||||
| main.floors.MT63= | ||||
| { | ||||
|     "floorId": "MT63", | ||||
|     "title": "天塔第 63 层", | ||||
|     "name": "天塔第63层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,341,  0,  0,  0,  0,342,  0,  0,  0,  0,  0,352], | ||||
|     [348,224,  2,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  0,  2,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,225,  2,  2,  2,  2,  2,  2,  2,  4,  4,  4,352], | ||||
|     [348,  0, 32, 32, 32,  0, 81,224,  2,  4,  2,  2,352], | ||||
|     [348,  2,  2, 81,  2,  2,  2, 21,  2,  4,  2, 88,352], | ||||
|     [348, 28,  0,246,  0, 27,  2, 21,  2,  2,  2,  0,352], | ||||
|     [348,  2, 81,  2,  2,  2,  2,224, 81,  0,222,  0,352], | ||||
|     [348,  0,246,  0, 32,  0,  2,  2,  2,  2,372,  2,352], | ||||
|     [348,  2, 81,  2,  2,  0,  0,227,225,  2, 27, 28,352], | ||||
|     [348, 27,222, 28,  2,  0, 87,  2, 31,227, 31,  2,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "comment", | ||||
|             "text": "bgm的淡入淡出" | ||||
|         }, | ||||
|         { | ||||
|             "type": "choices", | ||||
|             "text": "是否跳过剧情", | ||||
|             "choices": [ | ||||
|                 { | ||||
|                     "text": "是", | ||||
|                     "action": [ | ||||
|                         { | ||||
|                             "type": "hide", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     1, | ||||
|                                     1 | ||||
|                                 ] | ||||
|                             ], | ||||
|                             "remove": true | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hide", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     6, | ||||
|                                     1 | ||||
|                                 ] | ||||
|                             ], | ||||
|                             "remove": true | ||||
|                         } | ||||
|                     ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "text": "否", | ||||
|                     "action": [ | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "sheng.png", | ||||
|                             "loc": [ | ||||
|                                 210, | ||||
|                                 30 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[圣骑士]......................", | ||||
|                         "\t[圣骑士]................媚儿,你来了。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "pauseBgm" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "playBgm", | ||||
|                             "name": "longyingsuifeng.mp3", | ||||
|                             "keep": true | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "move", | ||||
|                             "loc": [ | ||||
|                                 1, | ||||
|                                 1 | ||||
|                             ], | ||||
|                             "time": 500, | ||||
|                             "keep": true, | ||||
|                             "steps": [ | ||||
|                                 "right:4" | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "meishihuai.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]我来了~~~圣哥~~", | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "shengxiao.png", | ||||
|                             "loc": [ | ||||
|                                 210, | ||||
|                                 30 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[圣骑士]呼......看你一脸满足的样子......又做了什么开\n心的事吗?", | ||||
|                         "\t[媚骑士]嗯~~~~能看得出来嘛~~~~~", | ||||
|                         "\t[媚骑士]其实啊,我去小小地调戏了一下邵弟弟~~~扮成巡\n察的样子哦~~", | ||||
|                         "\t[媚骑士]他好像相当吃惊呢~~~当时那个表情别提多有意思\n了~~~", | ||||
|                         "\t[圣骑士]呼....媚儿你啊......淘气的话,适可而止就好。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "meibugaoxing.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]圣哥你这么多年还不了解媚儿的习惯嘛~~~", | ||||
|                         "\t[媚骑士]塔里面好不容易来了个外人~~可要好好玩玩才行啊。", | ||||
|                         "\t[圣骑士]我当然知道你这个性......要具体说就还是太淘气\n了吧。", | ||||
|                         "\t[圣骑士]你啊你......怎么就是长不大呢。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "meidaxiao.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]嘛~~~只要圣哥长大就好啦~~~媚儿呆在圣哥身边\n就是为了给圣哥带来欢乐嘛~~~", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "meishihuai.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]只要有圣哥在就好啦~~~~媚儿什么都没可以不要了。", | ||||
|                         "\t[圣骑士]............媚儿..........", | ||||
|                         "\t[圣骑士]实话说.......有时候我觉得挺对不起你的。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "mei.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "sheng.png", | ||||
|                             "loc": [ | ||||
|                                 210, | ||||
|                                 30 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]诶...", | ||||
|                         "\t[圣骑士]从小到大,咱们俩也算是一并走过来的。", | ||||
|                         "\t[圣骑士]联盟的人本来就不多......你又是那么乐观,喜欢\n到处交朋友......", | ||||
|                         "\t[圣骑士]雪儿也跟你说过吧,要劝你脱离联盟去天枢。", | ||||
|                         "\t[圣骑士]我觉得她说得对......去天枢城的话.....媚儿你\n确实会过的更开心......不是么?", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "meibugaoxing.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]诶呀呀圣哥你都在说些什么啊。", | ||||
|                         "\t[媚骑士]雪儿姐虽说确实这么劝过我,不过已经被我拒绝了\n吧?", | ||||
|                         "\t[媚骑士]而且.......而且.........", | ||||
|                         "\t[媚骑士]如果我去了天枢城.........就不能和圣哥天天见\n面了........我才不要...........", | ||||
|                         "\t[圣骑士]呼..........抱歉,又让你不高兴了。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "meishihuai.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]没有啦........", | ||||
|                         "\t[媚骑士]我倒是觉得......圣哥每次都能让我从开心的心情\n变成不开心的心情........真是厉害呢~!!", | ||||
|                         "\t[圣骑士]呵呵.........这也是一种才能吗...........", | ||||
|                         "\t[媚骑士]嘿嘿.......媚儿喜欢的就是这样的圣哥啊~~~~", | ||||
|                         "\t[圣骑士]呼.............", | ||||
|                         "\t[圣骑士]对了.........那件事..........怎么样了?", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "meibugaoxing.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]那件事啊..........雪儿那里也没有什么消息....", | ||||
|                         "\t[媚骑士]不过......好像有联盟人士见过她........", | ||||
|                         "\t[圣骑士]真的吗.........!!在这附近?", | ||||
|                         "\t[媚骑士]好像是的.........巡察也说没见到......不过那\n家伙没点好处是不会漏口风的......说不定他也是\n知道的?", | ||||
|                         "\t[圣骑士]巡查吗......他的话暂且搁置一边吧......毕竟他\n还是和我们有着隔阂啊......我一直在考虑,那件\n事到底要不要说给他听呢.........", | ||||
|                         "\t[媚骑士]对了,圣哥不是去海骑士那里打听了嘛?他怎么说\n的?", | ||||
|                         "\t[圣骑士]海骑士说那家伙还没有去找过他......如果一旦有\n消息会通知我们。", | ||||
|                         "\t[媚骑士]呼..........看来琥骑士的死对他打击真的很大啊\n...........", | ||||
|                         "\t[圣骑士]是啊.........即使只是一具残留着琥骑士骨骼的\n残骸........那家伙还是像以前一样珍惜吗......", | ||||
|                         "\t[媚骑士]可是..........不管怎样.....在琥骑士的骨骸成\n为了妖社的助力之后......那家伙就应该已经....", | ||||
|                         "\t[圣骑士]....................", | ||||
|                         "\t[圣骑士]媚儿.........我听说,琥骑士的骨骸曾经为了救\n一个妖社的手下去挑战过他。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "mei.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]什......什么!!", | ||||
|                         "\t[媚骑士]以那家伙的脾气,难道...........", | ||||
|                         "\t[圣骑士]不......他还是没能痛下杀手........", | ||||
|                         "\t[媚骑士]这...............", | ||||
|                         "\t[圣骑士]他只是痛扁了琥骑士的骨骸一顿.......然后把他\n要救走的妖社手下的尸体还给了他。", | ||||
|                         "\t[媚骑士]这........这还是他吗.......这............", | ||||
|                         "\t[圣骑士]呵呵.........现在琥骑士的骨骸也被消灭了.....\n你明白了吧,恐怕那家伙会因为这个发狂的。", | ||||
|                         "\t[媚骑士]呼...........圣哥,那我们怎么办?", | ||||
|                         "\t[圣骑士]找到他,或者.........不找他。你说了算。", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "meidaxiao.png", | ||||
|                             "loc": [ | ||||
|                                 -50, | ||||
|                                 40 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[媚骑士]那我们去看看大哥吧?那家伙怎样都好~~~~", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "shengxiao.png", | ||||
|                             "loc": [ | ||||
|                                 210, | ||||
|                                 30 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[圣骑士]就知道你会这么说。", | ||||
|                         "\t[圣骑士]走吧,这里风大,吹感冒了可不好。", | ||||
|                         "\t[媚骑士]没关系没关系~~~哈哈哈~~~", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "comment", | ||||
|                             "text": "边走边透明" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "move", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 1 | ||||
|                             ], | ||||
|                             "time": 500, | ||||
|                             "keep": true, | ||||
|                             "async": true, | ||||
|                             "steps": [ | ||||
|                                 "right:4" | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "move", | ||||
|                             "loc": [ | ||||
|                                 6, | ||||
|                                 1 | ||||
|                             ], | ||||
|                             "time": 500, | ||||
|                             "keep": true, | ||||
|                             "async": true, | ||||
|                             "steps": [ | ||||
|                                 "right:4" | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "waitAsync" | ||||
|                         } | ||||
|                     ] | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         { | ||||
|             "type": "waitAsync" | ||||
|         }, | ||||
|         { | ||||
|             "type": "setValue", | ||||
|             "name": "flag:231", | ||||
|             "value": "1" | ||||
|         }, | ||||
|         { | ||||
|             "type": "setValue", | ||||
|             "name": "flag:juqing", | ||||
|             "operator": "+=", | ||||
|             "value": "3" | ||||
|         }, | ||||
|         { | ||||
|             "type": "pauseBgm" | ||||
|         }, | ||||
|         { | ||||
|             "type": "playBgm", | ||||
|             "name": "ALightIlluminatingTheDepths.mp3", | ||||
|             "keep": true | ||||
|         }, | ||||
|         { | ||||
|             "type": "hide", | ||||
|             "remove": true | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "10,9": [ | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "045-Push01.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "hide", | ||||
|                 "remove": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "11,6": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         11, | ||||
|         7 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										500
									
								
								project/floors/MT64.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										500
									
								
								project/floors/MT64.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,500 @@ | ||||
| main.floors.MT64= | ||||
| { | ||||
|     "floorId": "MT64", | ||||
|     "title": "天塔第 64 层", | ||||
|     "name": "天塔第64层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  0,367,  2,367,  0,377,  0,367,  2,  4,  4,352], | ||||
|     [348, 21,  2,  2,  2,  2,  2,  2,  2,  2,  2,  4,352], | ||||
|     [348,  0,  2,  0, 27,  0,  2,  0, 28,  0,  2,  4,352], | ||||
|     [348, 31,  2,  0,  2, 21,  2, 81,  2,  0,  2,  4,352], | ||||
|     [348, 89,  2,367,  2,  0,367,  0,  2,367,  2,  4,352], | ||||
|     [348,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348,  4,  4,  2,367,367,  2,  4,  4,  2,367, 81,352], | ||||
|     [348,  4,  2,  2,  2,  2,  2,  2,  2,  2,  2,367,352], | ||||
|     [348,  2,  2,  0, 81,  0, 87,  2,367,  0,  2,  2,352], | ||||
|     [348,367,  2, 32,  2,  2,  2,  2,  2, 32,  2,  4,352], | ||||
|     [348,367,  2,  0,367,  2, 88,  0, 81,  0,  2,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "8,9": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     9, | ||||
|                     5 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "4,11": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     8, | ||||
|                     1 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "1,11": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     10, | ||||
|                     7 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "1,10": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     5, | ||||
|                     7 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "4,7": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     6, | ||||
|                     5 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "5,7": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     1, | ||||
|                     10 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "6,5": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     4, | ||||
|                     7 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "3,5": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     2, | ||||
|                     1 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "2,1": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     3, | ||||
|                     5 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "4,1": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     11, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "8,1": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     4, | ||||
|                     11 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "9,5": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     8, | ||||
|                     9 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "10,7": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     1, | ||||
|                     11 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "11,8": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT64", | ||||
|                 "loc": [ | ||||
|                     4, | ||||
|                     1 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "1,5": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "jiange", | ||||
|                 "loc": [ | ||||
|                     11, | ||||
|                     11 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "6,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,9": { | ||||
|             "floorId": "MT65", | ||||
|             "loc": [ | ||||
|                 6, | ||||
|                 8 | ||||
|             ] | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         9 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         7, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {}, | ||||
|     "eachArrive": [ | ||||
|         { | ||||
|             "type": "if", | ||||
|             "condition": "(flag:233==1)", | ||||
|             "true": [], | ||||
|             "false": [ | ||||
|                 { | ||||
|                     "type": "function", | ||||
|                     "function": "function(){\ncore.plugin.donghua7()\n}" | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|     ] | ||||
| } | ||||
							
								
								
									
										80
									
								
								project/floors/MT65.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								project/floors/MT65.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,80 @@ | ||||
| main.floors.MT65= | ||||
| { | ||||
|     "floorId": "MT65", | ||||
|     "title": "天塔第 65 层", | ||||
|     "name": "天塔第65层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 31,  0,  0,246, 27, 28,246,  0, 31,  2, 23,352], | ||||
|     [348,  2,224,  2,  2,  2,  2,  2,  2,  0,227,  0,352], | ||||
|     [348, 31,  0,  2, 31, 83,222,  0,  2, 81,  2,  2,352], | ||||
|     [348, 32,  2,  2,  0,  2,  0, 21,  2,  0,  0,  0,352], | ||||
|     [348, 31,  0,  2,224,  2,  0,  2,  2,  2,  2,225,352], | ||||
|     [348,  2, 81,  2, 27,  2, 87,  2, 31, 21,  2, 28,352], | ||||
|     [348,246,  0,  2, 28,  2,  2,  2,  2,224,  2, 27,352], | ||||
|     [348, 86,  2,  2,224,  2,  0,  0,  2,  0,  2,225,352], | ||||
|     [348, 31,  0, 81,  0,  2, 88,222, 83,  0,  2,  0,352], | ||||
|     [348,  2,227,  2, 81,  2,  2,  2,  2,  0,  2,  0,352], | ||||
|     [348, 23,  0,  2,  0,222, 28, 27,222,  0, 86,246,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,9": { | ||||
|             "floorId": "MT64", | ||||
|             "loc": [ | ||||
|                 5, | ||||
|                 9 | ||||
|             ] | ||||
|         }, | ||||
|         "6,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         5 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         8 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT66.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT66.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT66= | ||||
| { | ||||
|     "floorId": "MT66", | ||||
|     "title": "天塔第 66 层", | ||||
|     "name": "天塔第66层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  2, 56,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  0,  2,  4,  4,  4,  4,352], | ||||
|     [348,  2,  2,  2,  2,  2, 86,  2,  2,  2,  2,  2,352], | ||||
|     [348,  0, 34,  0, 34, 86,393, 86, 34,  0, 34,  0,352], | ||||
|     [348, 34,  0, 34,  0,  2,  2,  2,  0, 34,  0, 34,352], | ||||
|     [348,  2, 86,  2,  2,  2, 88,  2, 86,  2,  2,  2,352], | ||||
|     [348,  0,393,  0, 28,  2,  0,  2,393,  0, 28,  0,352], | ||||
|     [348, 28,  0, 28,  0,  2,  0,  2,  0, 28,  0, 28,352], | ||||
|     [348,  2,  2,  2, 86,  2,  0,  2,  2,  2, 86,  2,352], | ||||
|     [348,  0, 27,  0,393, 83,  0,  2, 27,  0,393,  0,352], | ||||
|     [348, 27,  0, 27,  0,  2, 87,  2,  0, 27,  0, 27,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,6": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         7 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										1040
									
								
								project/floors/MT67.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1040
									
								
								project/floors/MT67.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										661
									
								
								project/floors/MT68.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										661
									
								
								project/floors/MT68.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,661 @@ | ||||
| main.floors.MT68= | ||||
| { | ||||
|     "floorId": "MT68", | ||||
|     "title": "天塔第 68 层", | ||||
|     "name": "天塔第68层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  2, 88,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  0,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  0,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  2,  2,  2,  0,  2,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  2,  0,  0,  0,  0,  2,  4,  4,  4,352], | ||||
|     [348,  4,  4,  2,  0,  0,340,  0,  2,  2,  2,  4,352], | ||||
|     [348,  4,  4,  2,  2,  0,  0,  0,  0,133,  2,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2,  0,  2,  2,  2,  2,  4,352], | ||||
|     [348,  4,  2,  2,  2,  0,  0,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2,  0,  0,  0,  2,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2, 87,  2,  2,  2,  4,  4,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "choices", | ||||
|             "text": "是否跳过剧情", | ||||
|             "choices": [ | ||||
|                 { | ||||
|                     "text": "是", | ||||
|                     "action": [ | ||||
|                         { | ||||
|                             "type": "hide", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     6, | ||||
|                                     6 | ||||
|                                 ] | ||||
|                             ], | ||||
|                             "remove": true | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hide", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     6, | ||||
|                                     4 | ||||
|                                 ] | ||||
|                             ], | ||||
|                             "floorId": "MT67", | ||||
|                             "remove": true | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hide", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     6, | ||||
|                                     6 | ||||
|                                 ] | ||||
|                             ], | ||||
|                             "floorId": "MT67", | ||||
|                             "remove": true | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hide", | ||||
|                             "loc": [ | ||||
|                                 [ | ||||
|                                     6, | ||||
|                                     8 | ||||
|                                 ] | ||||
|                             ], | ||||
|                             "floorId": "MT67", | ||||
|                             "remove": true | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "changeFloor", | ||||
|                             "floorId": "MT67", | ||||
|                             "loc": [ | ||||
|                                 9, | ||||
|                                 9 | ||||
|                             ], | ||||
|                             "direction": "right" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setValue", | ||||
|                             "name": "flag:juqing", | ||||
|                             "operator": "+=", | ||||
|                             "value": "3" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "setValue", | ||||
|                             "name": "flag:241", | ||||
|                             "value": "1" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "pauseBgm" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "playBgm", | ||||
|                             "name": "ALightIlluminatingTheDepths.mp3", | ||||
|                             "keep": true | ||||
|                         } | ||||
|                     ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "text": "否", | ||||
|                     "action": [ | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "shaohuyilv.png", | ||||
|                             "loc": [ | ||||
|                                 -20, | ||||
|                                 20 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[邵虎]诶...........", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "moveHero", | ||||
|                             "steps": [ | ||||
|                                 "down:3" | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "li.png", | ||||
|                             "loc": [ | ||||
|                                 160, | ||||
|                                 45 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[???]...........", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "gantanhao", | ||||
|                             "loc": [ | ||||
|                                 6, | ||||
|                                 5 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "jumpHero", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 5 | ||||
|                             ], | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "changePos", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 5 | ||||
|                             ], | ||||
|                             "direction": "right" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "waitAsync" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "dajian", | ||||
|                             "loc": [ | ||||
|                                 6, | ||||
|                                 5 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "pauseBgm" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "playBgm", | ||||
|                             "name": "xunchajieke.mp3", | ||||
|                             "keep": true | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "changePos", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 5 | ||||
|                             ], | ||||
|                             "direction": "down" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "waitAsync" | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "shaohuziya.png", | ||||
|                             "loc": [ | ||||
|                                 -20, | ||||
|                                 20 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[邵虎]什么.........不由分说就动手吗......", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "lidaxiao.png", | ||||
|                             "loc": [ | ||||
|                                 160, | ||||
|                                 45 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[???]...........哼......你这小子比我想象中的能干\n嘛.......", | ||||
|                         "\t[???]是不是啊,我说邵虎护卫!?", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "gantanhao", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 5 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "shaohusikao.png", | ||||
|                             "loc": [ | ||||
|                                 -20, | ||||
|                                 20 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[邵虎]我想这个时候问你怎么会知道我的名字好像太愚蠢\n了啊......", | ||||
|                         "\t[邵虎]看来我闯进天塔的动静实在是不小啊......", | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "li.png", | ||||
|                             "loc": [ | ||||
|                                 160, | ||||
|                                 45 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[???]呵.......老子已经在这等你很久了.......喂,看\n你的样子,不用老子自我介绍了吧?", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "shenglvehao", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 5 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "shaohusikao.png", | ||||
|                             "loc": [ | ||||
|                                 -20, | ||||
|                                 20 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[邵虎]的确不用了.....看你刚才的力量与速度......绝\n对是顶尖高手.....", | ||||
|                         "\t[邵虎]确切的说,如果没有察觉到你散发出的杀气......\n恐怕我正面是无法躲过你那一刀的。", | ||||
|                         "\t[邵虎]你难道.........是联盟四骑士之一............", | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "li.png", | ||||
|                             "loc": [ | ||||
|                                 160, | ||||
|                                 45 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[???]...........挺会猜的。", | ||||
|                         "\t[???]...........既然我是谁大概你也猜出来了。老子\n就不跟你废话了,今天我就是来干掉你的。准备好\n受死了么?", | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "shaohuzixin.png", | ||||
|                             "loc": [ | ||||
|                                 -20, | ||||
|                                 20 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[邵虎]果然如同传闻中的样子......直奔主题\n啊.........戾骑士。", | ||||
|                         "\t[邵虎]不过在你动手之前,可以告诉我为什么要杀我吗?", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "shenglvehao", | ||||
|                             "loc": [ | ||||
|                                 6, | ||||
|                                 6 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         "\t[戾骑士]...................", | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "lidaxiao.png", | ||||
|                             "loc": [ | ||||
|                                 160, | ||||
|                                 45 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[戾骑士]................哈哈哈哈哈哈!!!!", | ||||
|                         "\t[戾骑士]既然你这么想知道的话,老子就告诉你。知道琥骑\n士么?", | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "shaohusikao.png", | ||||
|                             "loc": [ | ||||
|                                 -20, | ||||
|                                 20 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[邵虎]联盟过去曾有的第五位骑士.....?", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "li.png", | ||||
|                             "loc": [ | ||||
|                                 160, | ||||
|                                 45 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[戾骑士]不笨嘛。那家伙虽然是个死板的笨蛋,但我戾骑士\n不允许任何人碰他一下。", | ||||
|                         "\t[戾骑士]就算他只是个躯壳,就算他已经死了........", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "gantanhao", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 5 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "jumpHero", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 7 | ||||
|                             ], | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "dajian", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 5 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "move", | ||||
|                             "loc": [ | ||||
|                                 6, | ||||
|                                 6 | ||||
|                             ], | ||||
|                             "time": 500, | ||||
|                             "keep": true, | ||||
|                             "steps": [ | ||||
|                                 "left:1" | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 1, | ||||
|                             "image": "shaohuziya.png", | ||||
|                             "loc": [ | ||||
|                                 -20, | ||||
|                                 20 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[邵虎]切...........", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "moveHero", | ||||
|                             "steps": [ | ||||
|                                 "right:1", | ||||
|                                 "up:5" | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "changeFloor", | ||||
|                             "floorId": "MT68", | ||||
|                             "loc": [ | ||||
|                                 -1, | ||||
|                                 -1 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "animate", | ||||
|                             "name": "shenglvehao", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 6 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "showImage", | ||||
|                             "code": 2, | ||||
|                             "image": "li.png", | ||||
|                             "loc": [ | ||||
|                                 160, | ||||
|                                 45 | ||||
|                             ], | ||||
|                             "opacity": 1, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         "\t[戾骑士]哼......还没有哪个人能单独从我手里逃掉.....", | ||||
|                         { | ||||
|                             "type": "hideImage", | ||||
|                             "code": 2, | ||||
|                             "time": 0 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "move", | ||||
|                             "loc": [ | ||||
|                                 5, | ||||
|                                 6 | ||||
|                             ], | ||||
|                             "time": 500, | ||||
|                             "steps": [ | ||||
|                                 "right:1", | ||||
|                                 "up:4" | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "sleep", | ||||
|                             "time": 500 | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "changeFloor", | ||||
|                             "floorId": "MT67", | ||||
|                             "loc": [ | ||||
|                                 6, | ||||
|                                 2 | ||||
|                             ] | ||||
|                         }, | ||||
|                         { | ||||
|                             "type": "trigger", | ||||
|                             "loc": [ | ||||
|                                 0, | ||||
|                                 0 | ||||
|                             ] | ||||
|                         } | ||||
|                     ] | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "9,7": [ | ||||
|             "琥骑士之墓   戾" | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "6,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "3,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         3, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         2 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										111
									
								
								project/floors/MT69.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										111
									
								
								project/floors/MT69.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,111 @@ | ||||
| main.floors.MT69= | ||||
| { | ||||
|     "floorId": "MT69", | ||||
|     "title": "天塔第 69 层", | ||||
|     "name": "天塔第69层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  2, 87,  0,  0,  0,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2,  2,  2, 83,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  9,130, 10,  0,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2, 32,  0, 32,  0,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  0,  0,  0,  0,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2,  2,  2, 82,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  7,131,  8,  0,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2, 32,  0, 32,  0,  2,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,125,  0,  0,  0,  2,  4,  4,352], | ||||
|     [348,  4,  2,  2,  2,  2,  2,  2, 81,  2,  4,  4,352], | ||||
|     [348,  4,  2, 88,  0,  0,  0,  0,  0,  2,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "6,3": [ | ||||
|             { | ||||
|                 "type": "openShop", | ||||
|                 "id": "expShop3", | ||||
|                 "open": true | ||||
|             } | ||||
|         ], | ||||
|         "6,7": [ | ||||
|             { | ||||
|                 "type": "openShop", | ||||
|                 "id": "moneyShop3", | ||||
|                 "open": true | ||||
|             } | ||||
|         ], | ||||
|         "5,9": [ | ||||
|             { | ||||
|                 "type": "showImage", | ||||
|                 "code": 1, | ||||
|                 "image": "npcnan.png", | ||||
|                 "loc": [ | ||||
|                     100, | ||||
|                     25 | ||||
|                 ], | ||||
|                 "opacity": 1, | ||||
|                 "time": 0 | ||||
|             }, | ||||
|             "\t[联盟老人]70层其实是中心对称的。", | ||||
|             { | ||||
|                 "type": "hideImage", | ||||
|                 "code": 1, | ||||
|                 "time": 0 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "3,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "5,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         1 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         4, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										281
									
								
								project/floors/MT7.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										281
									
								
								project/floors/MT7.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,281 @@ | ||||
| main.floors.MT7= | ||||
| { | ||||
|     "floorId": "MT7", | ||||
|     "title": "天塔第 7 层", | ||||
|     "name": "天塔第7层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": { | ||||
|         "4,1": [ | ||||
|             { | ||||
|                 "type": "if", | ||||
|                 "condition": "(flag:7fduihua==0)", | ||||
|                 "true": [ | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:juqing", | ||||
|                         "operator": "+=", | ||||
|                         "value": "1" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "choices", | ||||
|                         "text": "是否跳过剧情", | ||||
|                         "choices": [ | ||||
|                             { | ||||
|                                 "text": "是", | ||||
|                                 "action": [] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "text": "否", | ||||
|                                 "action": [ | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnv.png", | ||||
|                                         "loc": [ | ||||
|                                             80, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[女人]啊.........", | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 1, | ||||
|                                         "image": "npcnv.png", | ||||
|                                         "loc": [ | ||||
|                                             180, | ||||
|                                             40 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "showImage", | ||||
|                                         "code": 2, | ||||
|                                         "image": "shaohuyilv.png", | ||||
|                                         "loc": [ | ||||
|                                             -30, | ||||
|                                             20 | ||||
|                                         ], | ||||
|                                         "opacity": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     "\t[邵虎]请问你是........", | ||||
|                                     "\t[女人]抱歉......你刚才看到一个棕色头发的男孩了吗?", | ||||
|                                     "\t[邵虎]........好像在五层楼的时候有看到........怎么了.......?", | ||||
|                                     "\t[女人]没.........没什么........", | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 1, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "hideImage", | ||||
|                                         "code": 2, | ||||
|                                         "time": 0 | ||||
|                                     }, | ||||
|                                     { | ||||
|                                         "type": "if", | ||||
|                                         "condition": "(flag:juqing>=1)", | ||||
|                                         "true": [ | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 1, | ||||
|                                                 "image": "shaohuyilv.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 2, | ||||
|                                                 "image": "npcnv.png", | ||||
|                                                 "loc": [ | ||||
|                                                     180, | ||||
|                                                     40 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "\t[邵虎]对了,我有几个问想要请教。", | ||||
|                                             "\t[女人]啊......问我问题啊...........好,你说吧。", | ||||
|                                             "\t[邵虎]我听说这座塔与镇天谷有关系,请问这是什么关系呢?", | ||||
|                                             "\t[女人]这个啊.........你不是镇天谷的人吧?", | ||||
|                                             "\t[邵虎]实不相瞒,我是刚刚来到天塔的。", | ||||
|                                             "\t[女人]是行商吗........这么小的年纪......", | ||||
|                                             "\t[女人]不过你说的镇天谷与天塔的关系我倒是可以说一点给你听。", | ||||
|                                             "\t[女人]你知道200年前天枢与邻国的那场战争吗?", | ||||
|                                             "\t[邵虎]我听说过,好像天塔就是那个时候建造的", | ||||
|                                             "\t[女人]没错,天塔位于天枢与邻国的边界。", | ||||
|                                             "\t[女人]这座塔就是为了纪念这场战争而建造。", | ||||
|                                             "\t[女人]不过我倒是有些疑问。", | ||||
|                                             "\t[邵虎]什么疑问?", | ||||
|                                             "\t[女人]既然战争胜利了为什么要建塔?而不是建个碑什么的......", | ||||
|                                             "\t[邵虎]............", | ||||
|                                             { | ||||
|                                                 "type": "setValue", | ||||
|                                                 "name": "flag:7fduihua2", | ||||
|                                                 "value": "1" | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 2, | ||||
|                                                 "time": 0 | ||||
|                                             } | ||||
|                                         ], | ||||
|                                         "false": [ | ||||
|                                             { | ||||
|                                                 "type": "showImage", | ||||
|                                                 "code": 1, | ||||
|                                                 "image": "shaohuyilv.png", | ||||
|                                                 "loc": [ | ||||
|                                                     -30, | ||||
|                                                     20 | ||||
|                                                 ], | ||||
|                                                 "opacity": 1, | ||||
|                                                 "time": 0 | ||||
|                                             }, | ||||
|                                             "............", | ||||
|                                             { | ||||
|                                                 "type": "hideImage", | ||||
|                                                 "code": 1, | ||||
|                                                 "time": 0 | ||||
|                                             } | ||||
|                                         ] | ||||
|                                     } | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:7fduihua", | ||||
|                         "value": "1" | ||||
|                     } | ||||
|                 ], | ||||
|                 "false": [ | ||||
|                     { | ||||
|                         "type": "if", | ||||
|                         "condition": "(flag:7fduihua2==1)", | ||||
|                         "true": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "npcnv.png", | ||||
|                                 "loc": [ | ||||
|                                     0, | ||||
|                                     0 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[女人]既然战争胜利了为什么要建塔?而不是建个碑什么的......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ], | ||||
|                         "false": [ | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "npcnv.png", | ||||
|                                 "loc": [ | ||||
|                                     0, | ||||
|                                     0 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             "\t[女人]没被发现吧....呼.......", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "6,6": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "11,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 32,  0, 21,122,  2,  2,  2, 22,  0,  2, 21,352], | ||||
|     [348,  2,209,  2,  2,  2, 35,  2,  2, 81,  2,201,352], | ||||
|     [348, 21, 31,  2, 27,372,372,372,201,  0, 31,  0,352], | ||||
|     [348,209,  2,  2, 21,  2,  2,  2,  2,  2, 81,  2,352], | ||||
|     [348,  0,  0,  2, 21,  0,  0,  2,  0,217,  0, 32,352], | ||||
|     [348,  2, 31,  2,  0,  0, 87,  2,217,  0,  2,205,352], | ||||
|     [348, 21,209,  2,210,  2,  2,  2,  0,201,  2, 32,352], | ||||
|     [348,  2,  0, 31,  0, 31,  0,217,201,  0,  2,205,352], | ||||
|     [348,  2,  2,  2, 81,  2, 81,  2,  2,  2,  2,  0,352], | ||||
|     [348, 27,  2,  0,209,  2,209,  0,  0, 28,  2,  0,352], | ||||
|     [348, 31,  0, 21,  2,  2, 21,  2, 31,  2,  2, 88,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         5 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         11, | ||||
|         10 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										111
									
								
								project/floors/MT70.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										111
									
								
								project/floors/MT70.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,111 @@ | ||||
| main.floors.MT70= | ||||
| { | ||||
|     "floorId": "MT70", | ||||
|     "title": "天塔第 70 层", | ||||
|     "name": "天塔第70层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 32,  0,  0,  2, 88,  0, 32,  2,  0, 21,  0,352], | ||||
|     [348,  2,227,  0,225,  0,407,  0,227,  0,  2,  0,352], | ||||
|     [348,  0,  0,  2,  2,  2,  2,  2,  2, 82,  2,227,352], | ||||
|     [348,372, 34,222,  0,  2,  0,246,  0,  0,  2, 21,352], | ||||
|     [348,  2,  2,  2,  0, 81,  0,  2,  2, 34,  2,  0,352], | ||||
|     [348,  0,224,  0,  0,  2,  0,  2,  0,  0,224,  0,352], | ||||
|     [348,  0,  2, 34,  2,  2,  0, 81,  0,  2,  2,  2,352], | ||||
|     [348, 21,  2,  0,  0,246,  0,  2,  0,222, 34,224,352], | ||||
|     [348,227,  2, 82,  2,  2,  2,  2,  2,  2,  0,  0,352], | ||||
|     [348,  0,  2,  0,227,  0,407,  0,225,  0,227,  2,352], | ||||
|     [348,  0, 21,  0,  2, 32,  0, 87,  2,  0,  0, 32,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "1,4": [ | ||||
|             { | ||||
|                 "type": "openDoor", | ||||
|                 "loc": [ | ||||
|                     1, | ||||
|                     4 | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "7,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "5,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": { | ||||
|         "1,4": [ | ||||
|             { | ||||
|                 "type": "show", | ||||
|                 "loc": [ | ||||
|                     [ | ||||
|                         6, | ||||
|                         6 | ||||
|                     ] | ||||
|                 ] | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": { | ||||
|         "1,4": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:70f", | ||||
|                 "value": "1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "swordsman" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 4, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         11 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         1 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT71.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT71.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT71= | ||||
| { | ||||
|     "floorId": "MT71", | ||||
|     "title": "天塔第 71 层", | ||||
|     "name": "天塔第71层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  2,  4,  2,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  2,  2,  2,  4,  2,  4,352], | ||||
|     [348,  4,  2,  2,  4,  4,  4,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  2,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  2,  4,  2,  2,  2,  4,  2,  4,  2,  2,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  2,  4,  4,352], | ||||
|     [348,  4,  4,  2,  4,  2,  4,  4,  2,  2,  4,  4,352], | ||||
|     [348,  4,  2,  2,  4,  2,  2,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  2,  4,  4,  4,  4,  4,  4,  4,  4,  2,352], | ||||
|     [348,  4,  4,  4,  2,  2,  2,  2,  2,  2,  4,  4,352], | ||||
|     [348,  2,  4,  4,  2,  0, 87, 88,  0,  2,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "7,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 5, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,10247,  0,  0,10255,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         11 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         8, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										190
									
								
								project/floors/MT72.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										190
									
								
								project/floors/MT72.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,190 @@ | ||||
| main.floors.MT72= | ||||
| { | ||||
|     "floorId": "MT72", | ||||
|     "title": "天塔第 72 层", | ||||
|     "name": "天塔第72层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 27, 34,  2, 34,  0, 87,  0, 34,  2, 34, 28,352], | ||||
|     [348, 27, 34,  2,  0,  0,  0,  0,  0,  2, 34, 28,352], | ||||
|     [348,409,  2,  2,407,  2,  2,  2,407,  2,  2,409,352], | ||||
|     [348,  0, 31,  0,367,  0,  0,  0,367,  0, 31,  0,352], | ||||
|     [348,  2,  2,  2,  0,  2,  2,  2,  0,  2,  2,  2,352], | ||||
|     [348, 27,408, 81,  0,  2, 34,  2,  0, 81,408, 28,352], | ||||
|     [348, 27,  2,  2,  0,  2,407,  2,  0,  2,  2, 28,352], | ||||
|     [348, 34,  2,224,367,  0,  0,  0,367,224,  2, 34,352], | ||||
|     [348, 34,  2, 86,  2,  2, 86,  2,  2, 86,  2, 34,352], | ||||
|     [348, 21,  2, 34,  2,  0,  0,  0,  2, 34,  2, 21,352], | ||||
|     [348, 21,  2, 34,  2,  0, 88,  0,  2, 34,  2, 21,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "8,8": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT72", | ||||
|                 "loc": [ | ||||
|                     4, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "8,4": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT72", | ||||
|                 "loc": [ | ||||
|                     8, | ||||
|                     8 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "4,4": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT72", | ||||
|                 "loc": [ | ||||
|                     8, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ], | ||||
|         "4,8": [ | ||||
|             { | ||||
|                 "type": "changeFloor", | ||||
|                 "floorId": "MT72", | ||||
|                 "loc": [ | ||||
|                     4, | ||||
|                     4 | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "playSound", | ||||
|                 "name": "020-Teleport03.mp3" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "animate", | ||||
|                 "name": "STshengfa", | ||||
|                 "loc": "hero", | ||||
|                 "async": true | ||||
|             }, | ||||
|             { | ||||
|                 "type": "sleep", | ||||
|                 "time": 40 | ||||
|             }, | ||||
|             { | ||||
|                 "type": "waitAsync", | ||||
|                 "excludeAnimates": true | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "6,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "6,1": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 5, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         6, | ||||
|         2 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         10 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										86
									
								
								project/floors/MT73.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								project/floors/MT73.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,86 @@ | ||||
| main.floors.MT73= | ||||
| { | ||||
|     "floorId": "MT73", | ||||
|     "title": "天塔第 73 层", | ||||
|     "name": "天塔第73层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 21,  2, 21,  2, 34, 88, 34,  2, 34,  2, 48,352], | ||||
|     [348, 34,  2, 34,  2,  0,  0,  0,  2,  0,  2,  2,352], | ||||
|     [348,409,  2,408,  2, 28,  0, 27,  2,  0,  0, 34,352], | ||||
|     [348,409,  2,408,  2,  2, 82,  2,  2,409,  2,224,352], | ||||
|     [348,  0,  0,  0,  0,  0,407,  0,  0,  0,  2, 27,352], | ||||
|     [348,  2,  2,  2, 81,  2, 81,  2, 81,  2,  2,  2,352], | ||||
|     [348, 34,224, 81,  0,  2, 34,  2,  0, 34,  0,407,352], | ||||
|     [348, 28,  2,  2,  0,  2,  2,  2,  2,  2,408, 34,352], | ||||
|     [348,  2,  2,125,407,  2, 34,  2,  0, 81,  0,  2,352], | ||||
|     [348,  0,  0,  0,  0,  2, 81,  2,  0,  2,409, 21,352], | ||||
|     [348, 87,  0,  2,  0,  0,407,  0,  0,  2, 21, 34,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "3,9": [ | ||||
|             "\t[联盟老人]\f[npcnan.png,180,25]小伙子,告诉你几个塔顶之前的秘密\n,一定要记住啊。", | ||||
|             "\t[联盟老人]\f[npcnan.png,180,25]第一个,没有足够的血量,就算攻防\n再高也到不了塔顶。", | ||||
|             "\t[联盟老人]\f[npcnan.png,180,25]第二,74层和75层是左右对称的。真\n搞不懂联盟人士的恶趣味。", | ||||
|             "\t[联盟老人]\f[npcnan.png,180,25]第三,你需要【大黄门钥匙】才能打\n开77层通向楼上的道路。", | ||||
|             "\t[联盟老人]\f[npcnan.png,180,25]最后一点,78层是巡察的房间,那里\n的墙壁十分坚固,除了他本人没人能强行破开。", | ||||
|             "\t[联盟老人]\f[npcnan.png,180,25]呵呵,祝你好运。" | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "1,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "6,1": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 5, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         1, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         2 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT74.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT74.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT74= | ||||
| { | ||||
|     "floorId": "MT74", | ||||
|     "title": "天塔第 74 层", | ||||
|     "name": "天塔第74层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 34,  2, 21,  2, 34,  2, 33,407,408,407, 28,352], | ||||
|     [348, 21,  2, 34,  2, 21,  2,  2,  2,  2,  2, 34,352], | ||||
|     [348,409,  0,408,  0,409,  2,  0,407,409,407, 27,352], | ||||
|     [348,  2,  2, 81,  2,  2,  2,  0,  2,  2,  2,  2,352], | ||||
|     [348,  0, 34,  0, 34,  0,  2,  0,  0, 81,  0, 34,352], | ||||
|     [348,  0,  2,  2,  2,  0,407,  0,408,  2,407,  2,352], | ||||
|     [348,407,  2, 27,  2,  2,  2,  2,  2,  2,  0, 27,352], | ||||
|     [348,  0,  2, 34,  2,  0,224,224,  0,  2,  2, 81,352], | ||||
|     [348,  0,  2,409, 81,  0,  2,  2, 21,  2,  0, 28,352], | ||||
|     [348,  0,  2, 34,  2,  0, 87,  2,  0,  2,407,  2,352], | ||||
|     [348, 88,  2, 28,  2,  2,  2,  2,  0, 81,  0, 34,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,10": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "1,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 5, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,10255,  0,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         1, | ||||
|         10 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										84
									
								
								project/floors/MT75.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										84
									
								
								project/floors/MT75.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,84 @@ | ||||
| main.floors.MT75= | ||||
| { | ||||
|     "floorId": "MT75", | ||||
|     "title": "天塔第 75 层", | ||||
|     "name": "天塔第75层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348, 28,407,408,407, 33,  2, 34,  2, 21,  2, 34,352], | ||||
|     [348, 34,  2,  2,  2,  2,  2, 21,  2, 34,  2, 21,352], | ||||
|     [348, 27,407,409,407,  0,  2,409,  0,408,  0,409,352], | ||||
|     [348,  2,  2,  2,  2,  0,  2,  2,  2, 81,  2,  2,352], | ||||
|     [348, 34,  0, 81,  0,  0,  2,  0, 34,  0, 34,  0,352], | ||||
|     [348,  2,407,  2,527,  0,407,  0,  2,  2,  2,  0,352], | ||||
|     [348, 27,  0,  2,  2,  2,  2,  2,  2, 27,  2,407,352], | ||||
|     [348, 81,  2,  2,  0,224,224,  0,  2, 34,  2,  0,352], | ||||
|     [348, 28,  0,  2, 21,  2,  2,  0, 81,409,  2,  0,352], | ||||
|     [348,  2,407,  2,  0,  2, 88,  0,  2, 34,  2,  0,352], | ||||
|     [348,  0,  0, 81,  0,  2,  2,  2,  2, 28,  2, 87,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": { | ||||
|         "4,6": [ | ||||
|             { | ||||
|                 "type": "setBlock", | ||||
|                 "number": "bigKey" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "11,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "6,10": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 5, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,10247,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         11, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         7, | ||||
|         10 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										151
									
								
								project/floors/MT76.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										151
									
								
								project/floors/MT76.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,151 @@ | ||||
| main.floors.MT76= | ||||
| { | ||||
|     "floorId": "MT76", | ||||
|     "title": "天塔第 76 层", | ||||
|     "name": "天塔第76层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  2,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  2,  4,  2, 33,  2,  4,  2,  4,  4,352], | ||||
|     [348,  4,  2, 33,  2, 28,  0, 27,  2, 33,  2,  4,352], | ||||
|     [348,  2, 28,  0, 27,  2,407,  2, 28,  0, 27,  2,352], | ||||
|     [348,  4,  2,409,  2, 34,  0, 34,  2,408,  2,  4,352], | ||||
|     [348,  4,  2,  0,  0,  0,  0,  0,  0,  0,  2,  4,352], | ||||
|     [348,  4,  2,  2,  2,  2, 81,  2,  2,  2,  2,  2,352], | ||||
|     [348,  4,  4,  4,  4,  2,  0,  2,407,  2,407,  0,352], | ||||
|     [348,  2,  2,  2,  2,  2,  0, 85, 21, 85, 21,  0,352], | ||||
|     [348, 87,  0, 86, 86, 86,  0,  2,407,  2,407, 88,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "1,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "11,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": { | ||||
|         "8,9": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT76_7_10", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "8,11": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT76_7_10", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "10,9": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT76_9_10", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "10,11": [ | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:door_MT76_9_10", | ||||
|                 "operator": "+=", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 5, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,10255,  0], | ||||
|     [  0,  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": { | ||||
|         "7,10": { | ||||
|             "0": { | ||||
|                 "condition": "flag:door_MT76_7_10==2", | ||||
|                 "currentFloor": true, | ||||
|                 "priority": 0, | ||||
|                 "delayExecute": false, | ||||
|                 "multiExecute": false, | ||||
|                 "data": [ | ||||
|                     { | ||||
|                         "type": "openDoor" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:door_MT76_7_10", | ||||
|                         "operator": "=", | ||||
|                         "value": "null" | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         }, | ||||
|         "9,10": { | ||||
|             "0": { | ||||
|                 "condition": "flag:door_MT76_9_10==2", | ||||
|                 "currentFloor": true, | ||||
|                 "priority": 0, | ||||
|                 "delayExecute": false, | ||||
|                 "multiExecute": false, | ||||
|                 "data": [ | ||||
|                     { | ||||
|                         "type": "openDoor" | ||||
|                     }, | ||||
|                     { | ||||
|                         "type": "setValue", | ||||
|                         "name": "flag:door_MT76_9_10", | ||||
|                         "operator": "=", | ||||
|                         "value": "null" | ||||
|                     } | ||||
|                 ] | ||||
|             } | ||||
|         } | ||||
|     }, | ||||
|     "upFloor": [ | ||||
|         2, | ||||
|         11 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         11, | ||||
|         10 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										77
									
								
								project/floors/MT77.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT77.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT77= | ||||
| { | ||||
|     "floorId": "MT77", | ||||
|     "title": "天塔第 77 层", | ||||
|     "name": "天塔第77层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "defaultGround": "ground", | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  0,300,  0, 32,  2, 32,  2, 32,  0,  2, 32,352], | ||||
|     [348,  2,  2, 81,  2,  2,  0,  2,  2, 81,  2,  0,352], | ||||
|     [348, 32,  2,  0,  0, 81,300, 81,  0,  0,  2,300,352], | ||||
|     [348, 81,  2, 81,  2,  2,  2,  2,  2, 81,  2, 81,352], | ||||
|     [348,300, 81,300,  0, 81,300, 32,  2,300, 81, 32,352], | ||||
|     [348, 81,  2,  2,  2,  2, 81,  2,  2, 81,  2,  2,352], | ||||
|     [348, 32,  0,  2, 32,  2,300, 81,  0,  0, 81, 32,352], | ||||
|     [348,  2, 32,  2, 81,  2,  2,  2,  2,  2,  2, 81,352], | ||||
|     [348, 81,300,  2,300, 81,  0, 81, 81,300, 81,300,352], | ||||
|     [348,  2, 81,  2, 86,  2,  2,  2,  2, 81,  2, 81,352], | ||||
|     [348, 88,  0,  2,  0,  0, 87,  2, 32,  0,  2, 32,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "firstArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         }, | ||||
|         "1,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 5, | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,10255,  0,  0,10247,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0] | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "upFloor": [ | ||||
|         5, | ||||
|         11 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         2, | ||||
|         11 | ||||
|     ], | ||||
|     "canFlyFrom": true, | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										2731
									
								
								project/floors/MT78.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2731
									
								
								project/floors/MT78.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										2332
									
								
								project/floors/MT79.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2332
									
								
								project/floors/MT79.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										77
									
								
								project/floors/MT8.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								project/floors/MT8.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,77 @@ | ||||
| main.floors.MT8= | ||||
| { | ||||
|     "floorId": "MT8", | ||||
|     "title": "天塔第 8 层", | ||||
|     "name": "天塔第8层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [], | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "1,11": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "6,6": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  2,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2, 88,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2,  0,  2,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  4,  2, 31,  2,  4,  4,  4,  4,352], | ||||
|     [348,  2,  2,  2,  2,  2, 81,  2,  2,  2,  2,  2,352], | ||||
|     [348,  0, 31,  0,  0,210,  0,210,  0,  0, 31, 31,352], | ||||
|     [348, 87,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,10255,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,10247,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         1, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         6, | ||||
|         7 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
							
								
								
									
										2829
									
								
								project/floors/MT80.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2829
									
								
								project/floors/MT80.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										3257
									
								
								project/floors/MT81.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3257
									
								
								project/floors/MT81.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										58
									
								
								project/floors/MT81_1.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										58
									
								
								project/floors/MT81_1.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,58 @@ | ||||
| main.floors.MT81_1= | ||||
| { | ||||
|     "floorId": "MT81_1", | ||||
|     "title": "81f剧情1", | ||||
|     "name": "81f剧情1", | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "canFlyTo": false, | ||||
|     "canFlyFrom": false, | ||||
|     "canUseQuickShop": false, | ||||
|     "cannotViewMap": true, | ||||
|     "cannotMoveDirectly": true, | ||||
|     "images": [], | ||||
|     "ratio": 1, | ||||
|     "defaultGround": "ground", | ||||
|     "firstArrive": [], | ||||
|     "eachArrive": [], | ||||
|     "parallelDo": "", | ||||
|     "events": {}, | ||||
|     "changeFloor": { | ||||
|         "6,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor" | ||||
|         }, | ||||
|         "11,10": { | ||||
|             "floorId": ":next", | ||||
|             "stair": "downFloor" | ||||
|         } | ||||
|     }, | ||||
|     "beforeBattle": {}, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "autoEvent": {}, | ||||
|     "cannotMove": {}, | ||||
|     "cannotMoveIn": {}, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  5,  5,  5,  5,  5,  5,  5,  5,  5,  5,  5,352], | ||||
|     [348,  5,  5,  1,  1,  1,  1,  1,  1,  1,  5,  5,352], | ||||
|     [348,  5,  1,  1,323,323,400,323,323,  1,  1,  5,352], | ||||
|     [348,  5,  1,323,  0,  0,323,  0,  0,323,  1,  5,352], | ||||
|     [348,  5,  1,323,  0,323,323,401,  0,323,  1,  5,352], | ||||
|     [348,  5,  1,  1,323,301,323,401,  0,  1,  1,  5,352], | ||||
|     [348,  5,  5,  1,  1,323,323,401,  1,  1,  5,  5,352], | ||||
|     [348,  5,  5,  5,  1,  0,  0,  0,  0,  1,  5,  5,352], | ||||
|     [348,  5,  5,  5,  1,  1,  1,  1,  0,  1,  1,  1,352], | ||||
|     [348,  5,  5,  5,  5,  1,  0,  1,323,323,323, 87,352], | ||||
|     [348,  5,  5,  5,  5,  1, 88,  1,  0,  1,  1,  1,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
| 
 | ||||
| ], | ||||
|     "fgmap": [ | ||||
| 
 | ||||
| ] | ||||
| } | ||||
							
								
								
									
										49
									
								
								project/floors/MT81_2.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								project/floors/MT81_2.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,49 @@ | ||||
| main.floors.MT81_2= | ||||
| { | ||||
|     "floorId": "MT81_2", | ||||
|     "title": "81f剧情2 ", | ||||
|     "name": "81f剧情2", | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "canFlyTo": false, | ||||
|     "canFlyFrom": false, | ||||
|     "canUseQuickShop": false, | ||||
|     "cannotViewMap": true, | ||||
|     "cannotMoveDirectly": true, | ||||
|     "images": [], | ||||
|     "ratio": 1, | ||||
|     "defaultGround": "ground", | ||||
|     "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": [ | ||||
| 
 | ||||
| ] | ||||
| } | ||||
							
								
								
									
										49
									
								
								project/floors/MT81_3.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								project/floors/MT81_3.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,49 @@ | ||||
| main.floors.MT81_3= | ||||
| { | ||||
|     "floorId": "MT81_3", | ||||
|     "title": "81f剧情3 ", | ||||
|     "name": "81f剧情3", | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "canFlyTo": false, | ||||
|     "canFlyFrom": false, | ||||
|     "canUseQuickShop": false, | ||||
|     "cannotViewMap": true, | ||||
|     "cannotMoveDirectly": true, | ||||
|     "images": [], | ||||
|     "ratio": 1, | ||||
|     "defaultGround": "ground", | ||||
|     "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": [ | ||||
| 
 | ||||
| ] | ||||
| } | ||||
							
								
								
									
										49
									
								
								project/floors/MT81_4.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								project/floors/MT81_4.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,49 @@ | ||||
| main.floors.MT81_4= | ||||
| { | ||||
|     "floorId": "MT81_4", | ||||
|     "title": "81f剧情4 ", | ||||
|     "name": "81f剧情4", | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "canFlyTo": false, | ||||
|     "canFlyFrom": false, | ||||
|     "canUseQuickShop": false, | ||||
|     "cannotViewMap": true, | ||||
|     "cannotMoveDirectly": true, | ||||
|     "images": [], | ||||
|     "ratio": 1, | ||||
|     "defaultGround": "ground", | ||||
|     "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": [ | ||||
| 
 | ||||
| ] | ||||
| } | ||||
							
								
								
									
										49
									
								
								project/floors/MT81_5.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								project/floors/MT81_5.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,49 @@ | ||||
| main.floors.MT81_5= | ||||
| { | ||||
|     "floorId": "MT81_5", | ||||
|     "title": "81f剧情5 ", | ||||
|     "name": "81f剧情5", | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "canFlyTo": false, | ||||
|     "canFlyFrom": false, | ||||
|     "canUseQuickShop": false, | ||||
|     "cannotViewMap": true, | ||||
|     "cannotMoveDirectly": true, | ||||
|     "images": [], | ||||
|     "ratio": 1, | ||||
|     "defaultGround": "ground", | ||||
|     "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": [ | ||||
| 
 | ||||
| ] | ||||
| } | ||||
							
								
								
									
										49
									
								
								project/floors/MT81_6.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								project/floors/MT81_6.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,49 @@ | ||||
| main.floors.MT81_6= | ||||
| { | ||||
|     "floorId": "MT81_6", | ||||
|     "title": "81f剧情6 ", | ||||
|     "name": "81f剧情6", | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "canFlyTo": false, | ||||
|     "canFlyFrom": false, | ||||
|     "canUseQuickShop": false, | ||||
|     "cannotViewMap": true, | ||||
|     "cannotMoveDirectly": true, | ||||
|     "images": [], | ||||
|     "ratio": 1, | ||||
|     "defaultGround": "ground", | ||||
|     "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": [ | ||||
| 
 | ||||
| ] | ||||
| } | ||||
							
								
								
									
										49
									
								
								project/floors/MT81_7.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								project/floors/MT81_7.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,49 @@ | ||||
| main.floors.MT81_7= | ||||
| { | ||||
|     "floorId": "MT81_7", | ||||
|     "title": "81f剧情7 ", | ||||
|     "name": "81f剧情7", | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "canFlyTo": false, | ||||
|     "canFlyFrom": false, | ||||
|     "canUseQuickShop": false, | ||||
|     "cannotViewMap": true, | ||||
|     "cannotMoveDirectly": true, | ||||
|     "images": [], | ||||
|     "ratio": 1, | ||||
|     "defaultGround": "ground", | ||||
|     "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": [ | ||||
| 
 | ||||
| ] | ||||
| } | ||||
							
								
								
									
										49
									
								
								project/floors/MT81_8.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								project/floors/MT81_8.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,49 @@ | ||||
| main.floors.MT81_8= | ||||
| { | ||||
|     "floorId": "MT81_8", | ||||
|     "title": "81f剧情8 ", | ||||
|     "name": "81f剧情8", | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "canFlyTo": false, | ||||
|     "canFlyFrom": false, | ||||
|     "canUseQuickShop": false, | ||||
|     "cannotViewMap": true, | ||||
|     "cannotMoveDirectly": true, | ||||
|     "images": [], | ||||
|     "ratio": 1, | ||||
|     "defaultGround": "ground", | ||||
|     "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": [ | ||||
| 
 | ||||
| ] | ||||
| } | ||||
							
								
								
									
										283
									
								
								project/floors/MT9.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										283
									
								
								project/floors/MT9.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,283 @@ | ||||
| main.floors.MT9= | ||||
| { | ||||
|     "floorId": "MT9", | ||||
|     "title": "天塔第 9 层", | ||||
|     "name": "天塔第9层", | ||||
|     "canFlyTo": true, | ||||
|     "canUseQuickShop": true, | ||||
|     "cannotViewMap": false, | ||||
|     "images": [], | ||||
|     "item_ratio": 1, | ||||
|     "firstArrive": [ | ||||
|         { | ||||
|             "type": "trigger", | ||||
|             "loc": [ | ||||
|                 0, | ||||
|                 0 | ||||
|             ] | ||||
|         } | ||||
|     ], | ||||
|     "events": { | ||||
|         "0,0": [ | ||||
|             { | ||||
|                 "type": "choices", | ||||
|                 "text": "是否跳过剧情", | ||||
|                 "choices": [ | ||||
|                     { | ||||
|                         "text": "是", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         7, | ||||
|                                         3 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "hide", | ||||
|                                 "loc": [ | ||||
|                                     [ | ||||
|                                         8, | ||||
|                                         3 | ||||
|                                     ] | ||||
|                                 ], | ||||
|                                 "time": 0 | ||||
|                             } | ||||
|                         ] | ||||
|                     }, | ||||
|                     { | ||||
|                         "text": "否", | ||||
|                         "action": [ | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     8, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "steps": [ | ||||
|                                     "right:3" | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "showImage", | ||||
|                                 "code": 1, | ||||
|                                 "image": "kulouzhanshi.png", | ||||
|                                 "loc": [ | ||||
|                                     -20, | ||||
|                                     30 | ||||
|                                 ], | ||||
|                                 "opacity": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[嗜骨]海骑士大人您走好~~~", | ||||
|                             "\t[嗜骨]常来呀海骑士大人~~~\n小的升官可都靠您啦~~~", | ||||
|                             "\t[嗜骨]海骑士大人您慢走~~~!!", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1500 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "shenglvehao", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[嗜骨]走了........", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]呼.......终于走了.........", | ||||
|                             "\t[嗜骨]这天塔之主还真是难伺候啊。。。生怕说错了话。。。", | ||||
|                             "\t[嗜骨]不过毒尾那家伙倒是跟海骑士挺熟的........", | ||||
|                             "\t[嗜骨]看她跟海骑士说话都别别扭扭的。。。", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]不过海骑士带来的消息还真是吓人啊。。", | ||||
|                             "\t[嗜骨]抓住了公主.......难道下一步真的是.........", | ||||
|                             "\t[嗜骨]这下天塔要出大事了.......不知道''我们''与镇天联盟下一步都会怎么走这步棋啊.......", | ||||
|                             "\t[嗜骨]万一对''我们'',不利就糟了...........", | ||||
|                             "\t[嗜骨]而且听探子说守塔仙子放进来一个非镇天联盟的人.......这是怎么回事.........", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "shenglvehao", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 2000 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "han", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[嗜骨]哇靠!!老子离地面这么近不会第一个就来找我吧!?", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             "\t[嗜骨]况且好不容易拿到十层天塔掌控权........", | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "animate", | ||||
|                                 "name": "shenglvehao", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     3 | ||||
|                                 ] | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 1000 | ||||
|                             }, | ||||
|                             "\t[嗜骨]不行我得去跟毒尾商量一下。。。", | ||||
|                             { | ||||
|                                 "type": "hideImage", | ||||
|                                 "code": 1, | ||||
|                                 "time": 0 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "sleep", | ||||
|                                 "time": 500 | ||||
|                             }, | ||||
|                             { | ||||
|                                 "type": "move", | ||||
|                                 "loc": [ | ||||
|                                     7, | ||||
|                                     3 | ||||
|                                 ], | ||||
|                                 "time": 500, | ||||
|                                 "steps": [ | ||||
|                                     "right:4" | ||||
|                                 ] | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:juqing", | ||||
|                 "value": "flag:juqing+1" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "setValue", | ||||
|                 "name": "flag:103", | ||||
|                 "value": "1" | ||||
|             } | ||||
|         ], | ||||
|         "7,3": { | ||||
|             "trigger": null, | ||||
|             "enable": true, | ||||
|             "noPass": null, | ||||
|             "displayDamage": false, | ||||
|             "data": [] | ||||
|         } | ||||
|     }, | ||||
|     "changeFloor": { | ||||
|         "7,11": { | ||||
|             "floorId": "MT10", | ||||
|             "stair": "downFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "1,11": { | ||||
|             "floorId": ":before", | ||||
|             "stair": "upFloor", | ||||
|             "time": 200 | ||||
|         }, | ||||
|         "11,4": { | ||||
|             "floorId": "CETAI", | ||||
|             "loc": [ | ||||
|                 1, | ||||
|                 6 | ||||
|             ], | ||||
|             "time": 200 | ||||
|         } | ||||
|     }, | ||||
|     "afterBattle": {}, | ||||
|     "afterGetItem": {}, | ||||
|     "afterOpenDoor": {}, | ||||
|     "cannotMove": {}, | ||||
|     "ratio": 1, | ||||
|     "map": [ | ||||
|     [345,350,350,350,350,350,350,350,350,350,350,350,351], | ||||
|     [348,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,352], | ||||
|     [348,  4,  4,  4,  2,  2,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348,  4,  4,  4,  2,  0,  0,211,301,  0,  0,  0,352], | ||||
|     [348,  4,  4,  4,  2,  0,  2,  0,  0,  0,  0, 89,352], | ||||
|     [348,  4,  4,  4,  2,  0,  2,  2,  2,  2,  2,  2,352], | ||||
|     [348,  4,  4,  4,  2,  0,  2,  4,  4,  4,  4,  4,352], | ||||
|     [348,  2,  2,  2,  2, 21,  2,  2,  2,  4,  4,  4,352], | ||||
|     [348, 21, 81,210,  2,210,  0,210,  2,  4,  4,  4,352], | ||||
|     [348,  0,  2, 31,  2, 31,  2, 31,  2,  4,  4,  4,352], | ||||
|     [348,  0,  2,210,  2,210,  2,  0,  2,  4,  4,  4,352], | ||||
|     [348, 88,  2,  0, 81,  0,  2, 87,  2,  4,  4,  4,352], | ||||
|     [349,346,346,346,346,346,346,346,346,346,346,346,347] | ||||
| ], | ||||
|     "bgmap": [ | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0], | ||||
|     [  0,10255,  0,  0,  0,  0,  0,10247,  0,  0,  0,  0,  0], | ||||
|     [  0,  0,  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": [ | ||||
| 
 | ||||
| ], | ||||
|     "width": 13, | ||||
|     "height": 13, | ||||
|     "autoEvent": {}, | ||||
|     "canFlyFrom": true, | ||||
|     "upFloor": [ | ||||
|         7, | ||||
|         10 | ||||
|     ], | ||||
|     "downFloor": [ | ||||
|         1, | ||||
|         10 | ||||
|     ], | ||||
|     "beforeBattle": {}, | ||||
|     "cannotMoveIn": {} | ||||
| } | ||||
Some files were not shown because too many files have changed in this diff Show More
		Loading…
	
		Reference in New Issue
	
	Block a user
	 北海小羊
						北海小羊