This commit is contained in:
aixianling
2024-12-16 13:51:31 +08:00
commit 00ee9dd8ea
1884 changed files with 817815 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
--#include "StrongFubenConfig.txt" once
--#include "SkillFubenConfig.txt" once
--#include "CoinFubenConfig.txt" once
--#include "WingFubenConfig.txt" once
--#include "DragonBallFubenConfig.txt" once
--#include "RideFubenConfig.txt" once
--#include "EquipFubenConfig.txt" once
--[[
注意每个副本的fubenType要按照如下定义配置
1-强化副本
2-技能副本
]]
ChallengeFubenConfig =
{
challengeFuben=
{
[1] = SkillFubenCfg, --技能副本 65级
[2] = RideFubenCfg, --坐骑副本 67级
[3] = StrongFubenCfg, --强化副本 76级
[4] = WingFubenCfg, --翅膀副本 77级
[5] = EquipFubenCfg, --装备副本 78级
[6] = DragonBallFubenCfg, --龙珠副本 1转84级
[7] = CoinFubenCfg, --金币副本 1转83级
},
}

View File

@@ -0,0 +1,46 @@
--挑战副本-金币副本
CoinFubenCfg =
{
index = 7,
pos = 6, --按钮的排序(1技能2坐骑3强化4翅膀5装备6金币7龙珠)
dailyChellengeTimes = 2, --每天挑战次数
fubens =
{
{
fubenType = 7, --金币副本
name = OldLang.Script.StrongFBName01, --副本名称
desc = OldLang.Script.StrongFBDesc01, --副本描述
titleIcon = 103, --标题图片
backIcon = 107, --背景图片
sceneId = 33, --场景ID
fubenId = 7, --副本ID
levelLimit = {1,83}, --等级要求
scoreLimit = nil, --评分要求 {第N个副本达到分数}
recPower = 17500, --推荐战力(不强制要求)
enterPos = {38,49}, --进入副本的坐标
monsters =
{
{ monsterId=207, sceneId=33, num=1, pos={52,58,53,59}, livetime=1800,},--白炼
{ monsterId=215, sceneId=33, num=5, pos={48,53,55,65}, livetime=1800,},--白炼蛇魅
},
makeScore = --评分
{
--{killTime = {0, 60}, score = 3, }, --击杀时间评分-3分
--{killTime = {61, 120}, score = 2, },
--{killTime = {121, 300}, score = 1, },
},
awards =
{
{type = 3, id = 0, count = 3000000, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 50, --翻倍领取需要的元宝
},
},
}

View File

@@ -0,0 +1,46 @@
--挑战副本-龙珠副本
DragonBallFubenCfg =
{
index = 6,
pos = 7, --按钮的排序(1技能2坐骑3强化4翅膀5装备6金币7龙珠)
dailyChellengeTimes = 2, --每天挑战次数
fubens =
{
{
fubenType = 6, --龙珠副本
name = OldLang.Script.StrongFBName05, --副本名称
desc = OldLang.Script.StrongFBDesc05, --副本描述
titleIcon = 103, --标题图片
backIcon = 206, --背景图片
sceneId = 29, --场景ID
fubenId = 11, --副本ID
levelLimit = {1,84}, --等级要求
scoreLimit = nil, --评分要求 {第N个副本达到分数}
recPower = 20000, --推荐战力(不强制要求)
enterPos = {41,52}, --进入副本的坐标
monsters =
{
{ monsterId=210, sceneId=29, num=1, pos={50,58,51,59}, livetime=1800,},--万蛛
{ monsterId=218, sceneId=29, num=5, pos={45,52,55,64}, livetime=1800,},--荒冢恶虫
},
makeScore = --评分
{
--{killTime = {0, 60}, score = 3, }, --击杀时间评分-3分
--{killTime = {61, 120}, score = 2, },
--{killTime = {121, 300}, score = 1, },
},
awards =
{
{type = 0, id = 863, count = 9, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 40, --翻倍领取需要的元宝
},
},
}

View File

@@ -0,0 +1,141 @@
--挑战副本-装备副本
EquipFubenCfg =
{
index = 5,
pos = 5, --按钮的排序(1技能2坐骑3强化4翅膀5装备6金币7龙珠)
dailyChellengeTimes = 2, --每天挑战次数
fubens =
{
{
fubenType = 5, --装备副本
name = OldLang.Script.StrongFBName08, --副本名称
desc = OldLang.Script.StrongFBDesc08, --副本描述
titleIcon = 107, --标题图片
backIcon = 407, --背景图片
sceneId = 32, --场景ID
fubenId = 14, --副本ID
levelLimit = {0,78}, --等级要求
scoreLimit = nil, --评分要求 {第N个副本达到分数}
recPower = 17000, --推荐战力(不强制要求)
enterPos = {40,50}, --进入副本的坐标
monsters =
{
{ monsterId=213, sceneId=32, num=1, pos={46,56,47,57}, livetime=1800,},--青牛
{ monsterId=221, sceneId=32, num=5, pos={42,51,52,64}, livetime=1800,},--祭坛使者
},
makeScore = --评分
{
},
awards =
{
{type = 0, id = 705, count = 4, quality = 0, strong = 0, bind=1, },
{type = 0, id = 511, count = 5, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 200, --翻倍领取需要的元宝
},
{
fubenType = 5, --技能副本
name = OldLang.Script.StrongFBName09, --副本名称
desc = OldLang.Script.StrongFBDesc09, --副本描述
titleIcon = 108, --标题图片
backIcon = 408, --背景图片
sceneId = 32, --场景ID
fubenId = 30, --副本ID
levelLimit = {1,85}, --等级要求
scoreLimit = nil, --评分要求 {第N个副本达到分数}
recPower = 24000, --推荐战力(不强制要求)
enterPos = {40,50}, --进入副本的坐标
monsters =
{
{ monsterId=214, sceneId=32, num=1, pos={46,56,47,57}, livetime=1800,},--双头护卫
{ monsterId=221, sceneId=32, num=5, pos={42,51,52,64}, livetime=1800,},--祭坛使者
},
makeScore = --评分
{
},
awards =
{
{type = 0, id = 706, count = 3, quality = 0, strong = 0, bind=1, },
{type = 0, id = 511, count = 2, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 240, --翻倍领取需要的元宝
},
{
fubenType = 5, --技能副本
name = OldLang.Script.StrongFBName10, --副本名称
desc = OldLang.Script.StrongFBDesc10, --副本描述
titleIcon = 109, --标题图片
backIcon = 409, --背景图片
sceneId = 32, --场景ID
fubenId = 31, --副本ID
levelLimit = {4,95}, --等级要求
scoreLimit = nil, --评分要求 {第N个副本达到分数}
recPower = 33000, --推荐战力(不强制要求)
enterPos = {40,50}, --进入副本的坐标
monsters =
{
{ monsterId=329, sceneId=32, num=1, pos={46,56,47,57}, livetime=1800,},--赤猪力
{ monsterId=221, sceneId=32, num=5, pos={42,51,52,64}, livetime=1800,},--祭坛使者
},
makeScore = --评分
{
},
awards =
{
{type = 0, id = 707, count = 2, quality = 0, strong = 0, bind=1, },
{type = 0, id = 511, count = 2, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 300, --翻倍领取需要的元宝
},
{
fubenType = 5, --技能副本
name = OldLang.Script.StrongFBName11, --副本名称
desc = OldLang.Script.StrongFBDesc11, --副本描述
titleIcon = 110, --标题图片
backIcon = 410, --背景图片
sceneId = 32, --场景ID
fubenId = 32, --副本ID
levelLimit = {5,100}, --等级要求
scoreLimit = nil, --评分要求 {第N个副本达到分数}
recPower = 45000, --推荐战力(不强制要求)
enterPos = {40,50}, --进入副本的坐标
monsters =
{
{ monsterId=330, sceneId=32, num=1, pos={46,56,47,57}, livetime=1800,},--猪力王
{ monsterId=221, sceneId=32, num=5, pos={42,51,52,64}, livetime=1800,},--祭坛使者
},
makeScore = --评分
{
},
awards =
{
{type = 0, id = 708, count = 1, quality = 0, strong = 0, bind=1, },
{type = 0, id = 511, count = 1, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 400, --翻倍领取需要的元宝
},
},
}

View File

@@ -0,0 +1,44 @@
--挑战副本-坐骑副本
RideFubenCfg =
{
index = 2,
pos = 2, --按钮的排序(1技能2坐骑3强化4翅膀5装备6金币7龙珠)
dailyChellengeTimes = 2, --每天挑战次数
fubens =
{
{
fubenType = 2, --坐骑副本
name = OldLang.Script.StrongFBName06, --副本名称
desc = OldLang.Script.StrongFBDesc06, --副本描述
titleIcon = 103, --标题图片
backIcon = 300, --背景图片
sceneId = 30, --场景ID
fubenId = 12, --副本ID
levelLimit = {0,67}, --等级要求
scoreLimit = nil, --评分要求 {第N个副本达到分数}
recPower = 12500, --推荐战力(不强制要求)
enterPos = {56,62}, --进入副本的坐标
monsters =
{
{ monsterId=211, sceneId=30, num=1, pos={45,55,46,56}, livetime=1800,},--鬣豚
{ monsterId=219, sceneId=30, num=5, pos={42,50,52,61}, livetime=1800,},--白炼蛇魅
},
makeScore = --评分
{
},
awards =
{
{type = 0, id = 938, count = 4, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 160, --翻倍领取需要的元宝
},
},
}

View File

@@ -0,0 +1,45 @@
--强化材料副本
--《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, --翻倍领取需要的元宝
},
},
}

View File

@@ -0,0 +1,77 @@
--强化材料副本
--《Q-强化材料副本.docx》
--#include "..\..\..\language\LangCode.txt" once
StrongFubenCfg = --强化副本配置
{
index = 3,
pos = 3, --按钮的排序(1技能2坐骑3强化4翅膀5装备6金币7龙珠)
dailyChellengeTimes = 2, --每天挑战次数
fubens =
{
{
fubenType = 3, --强化副本
name = OldLang.Script.StrongFBName02, --副本名称
desc = OldLang.Script.StrongFBDesc02, --副本描述
titleIcon = 100, --标题图片
backIcon = 100, --背景图片
sceneId = 27, --场景ID
fubenId = 8, --副本ID
levelLimit = {0,76}, --等级要求
scoreLimit = nil, --评分要求 {第N个副本达到分数}
recPower = 13000, --推荐战力(不强制要求)
enterPos = {39,51}, --进入副本的坐标
monsters =
{
{ monsterId=208, sceneId=27, num=1, pos={48,56,49,57}, livetime=1800,},--赤角
{ monsterId=216, sceneId=27, num=5, pos={45,52,52,63}, livetime=1800,},--洞穴行尸
},
makeScore = --评分
{
},
awards =
{
{type = 0, id = 505, count = 100, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 240, --翻倍领取需要的元宝
},
{
fubenType = 3,
name = OldLang.Script.StrongFBName03,
desc = OldLang.Script.StrongFBDesc03,
titleIcon = 101,
backIcon = 101,
sceneId = 27,
fubenId = 9,
levelLimit = {5,100},
scoreLimit = nil, --要求第1个副本的评分达到2分
recPower = 26000,
enterPos = {39,51},
monsters =
{
{ monsterId=331, sceneId=27, num=1, pos={48,56,49,57}, livetime=1800,},--鬼角
{ monsterId=216, sceneId=27, num=5, pos={45,52,52,63}, livetime=1800,},--洞穴行尸
},
makeScore = --评分
{
},
awards =
{
{type = 0, id = 506, count = 100, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 300, --翻倍领取需要的元宝
},
},
}

View File

@@ -0,0 +1,46 @@
--挑战副本-翅膀副本
WingFubenCfg =
{
index = 4,
pos = 4, --按钮的排序(1技能2坐骑3强化4翅膀5装备6金币7龙珠)
dailyChellengeTimes = 2, --每天挑战次数
fubens =
{
{
fubenType = 4, --翅膀副本
name = OldLang.Script.StrongFBName04, --副本名称
desc = OldLang.Script.StrongFBDesc04, --副本描述
titleIcon = 103, --标题图片
backIcon = 200, --背景图片
sceneId = 28, --场景ID
fubenId = 10, --副本ID
levelLimit = {0,77}, --等级要求
scoreLimit = nil, --评分要求 {第N个副本达到分数}
recPower = 18000, --推荐战力(不强制要求)
enterPos = {53,63}, --进入副本的坐标
monsters =
{
{ monsterId=209, sceneId=28, num=1, pos={46,53,47,54}, livetime=1800,},--雷牙
{ monsterId=217, sceneId=28, num=5, pos={42,49,50,59}, livetime=1800,},--神坛侍者
},
makeScore = --评分
{
--{killTime = {0, 60}, score = 3, }, --击杀时间评分-3分
--{killTime = {61, 120}, score = 2, },
--{killTime = {121, 300}, score = 1, },
},
awards =
{
{type = 0, id = 762, count = 3, quality = 0, strong = 0, bind=1, },
},
doubleAwardNeedYB = 60, --翻倍领取需要的元宝
},
},
}