46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| --强化材料副本
 | ||
| --《Q-强化材料副本.docx》
 | ||
| --#include "..\..\..\language\LangCode.txt" once
 | ||
| 
 | ||
| SkillFubenCfg = 	--技能副本配置
 | ||
| {
 | ||
| 	index = 1,
 | ||
| 	pos = 1,				--按钮的排序(1技能,2坐骑,3强化,4翅膀,5装备,6金币,7龙珠)
 | ||
| 	dailyChellengeTimes = 2,		--每天挑战次数
 | ||
| 	fubens = 
 | ||
| 	{
 | ||
| 		{
 | ||
| 			fubenType 	= 1,					--技能副本
 | ||
| 			name 		= OldLang.Script.StrongFBName07,		--副本名称
 | ||
| 			desc 		= OldLang.Script.StrongFBDesc07,		--副本描述
 | ||
| 			titleIcon	= 103,		--标题图片
 | ||
| 			backIcon	= 400,		--背景图片
 | ||
| 			sceneId 	= 31,								--场景ID
 | ||
| 			fubenId 	= 13,								--副本ID
 | ||
| 			levelLimit 	= {0,66},							--等级要求
 | ||
| 			scoreLimit 	= nil,								--评分要求 {第N个副本,达到分数}
 | ||
| 			recPower	= 12000,							--推荐战力(不强制要求)
 | ||
| 			enterPos 	= {55,50},							--进入副本的坐标
 | ||
| 
 | ||
| 			monsters = 
 | ||
| 			{
 | ||
| 		    		{ monsterId=212, sceneId=31, num=1, pos={46,56,47,57}, livetime=1800,},--祭师
 | ||
| 				{ monsterId=220, sceneId=31, num=5, pos={42,51,52,64}, livetime=1800,},--古庙守卫
 | ||
| 			},
 | ||
| 
 | ||
| 			makeScore = 							--评分
 | ||
| 			{
 | ||
| 				
 | ||
| 			},
 | ||
| 
 | ||
| 			awards = 
 | ||
| 			{
 | ||
| 				{type = 0, id = 1023, count = 5, quality = 0, strong = 0, bind=1, },
 | ||
| 			},
 | ||
| 
 | ||
| 			doubleAwardNeedYB = 50,			--翻倍领取需要的元宝
 | ||
| 		},
 | ||
| 	},
 | ||
| }
 | ||
| 
 |