From c2cf52296699dfdd8234febf9dfd0a50006ec06b Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Thu, 23 Nov 2023 10:03:35 +0800 Subject: [PATCH] =?UTF-8?q?gm=E5=88=9B=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/json/game_askedrecruit.json | 18 +- bin/json/game_battleready.json | 35 + bin/json/game_buriedcondi.json | 783 +-- bin/json/game_gm.json | 2 +- bin/json/game_hero.json | 267 +- bin/json/game_mainachievement.json | 22 +- bin/json/game_mainstage.json | 5053 +++---------------- bin/json/game_mainventure.json | 8 +- bin/json/game_monsterformat.json | 120 + bin/json/game_opencond.json | 28 + bin/json/game_passcheck.json | 1044 ++-- bin/json/game_rdtasknpc.json | 82 + bin/json/game_tdbuff.json | 56 + bin/json/game_worldtask.json | 1213 +++-- modules/gm/module.go | 7 +- sys/configure/structs/Game.OpencondType.go | 1 + sys/configure/structs/Game.PassCheckData.go | 17 +- sys/configure/structs/Game.TDBuff.go | 42 + sys/configure/structs/Game.TDBuffData.go | 107 + sys/configure/structs/Tables.go | 7 + 20 files changed, 2925 insertions(+), 5987 deletions(-) create mode 100644 bin/json/game_tdbuff.json create mode 100644 sys/configure/structs/Game.TDBuff.go create mode 100644 sys/configure/structs/Game.TDBuffData.go diff --git a/bin/json/game_askedrecruit.json b/bin/json/game_askedrecruit.json index 24585a8de..a967d3d07 100644 --- a/bin/json/game_askedrecruit.json +++ b/bin/json/game_askedrecruit.json @@ -5,7 +5,7 @@ "talkPoint": 0, "storyText": { "key": "drawcard_asked_storyText_1", - "text": "(乌龟大师):我在预兆中见过你的身影。" + "text": "我在预兆中见过你的身影。" }, "optionText1": { "key": "", @@ -22,7 +22,7 @@ "talkPoint": 0, "storyText": { "key": "drawcard_asked_storyText_2", - "text": "(乌龟大师):孩子,你是追逐命运至此的勇士,还是身沐月光的传承之人?" + "text": "孩子,你是追逐命运至此的勇士,还是身沐月光的传承之人?" }, "optionText1": { "key": "drawcard_asked_optionText1_2", @@ -39,7 +39,7 @@ "talkPoint": 1, "storyText": { "key": "drawcard_asked_storyText_3", - "text": "(乌龟大师):他决意召你前来" + "text": "他决意召你前来" }, "optionText1": { "key": "", @@ -56,7 +56,7 @@ "talkPoint": 2, "storyText": { "key": "drawcard_asked_storyText_4", - "text": "(乌龟大师):却无法束缚你的言行。" + "text": "却无法束缚你的言行。" }, "optionText1": { "key": "", @@ -73,7 +73,7 @@ "talkPoint": 0, "storyText": { "key": "drawcard_asked_storyText_5", - "text": "(乌龟大师):你如今身在阴影下,还是藏在月光中?" + "text": "你如今身在阴影下,还是藏在月光中?" }, "optionText1": { "key": "drawcard_asked_optionText1_5", @@ -90,7 +90,7 @@ "talkPoint": 1, "storyText": { "key": "drawcard_asked_storyText_6", - "text": "(乌龟大师):黑暗终将吞没一切" + "text": "黑暗终将吞没一切" }, "optionText1": { "key": "", @@ -107,7 +107,7 @@ "talkPoint": 2, "storyText": { "key": "drawcard_asked_storyText_7", - "text": "(乌龟大师):只留一线生机……" + "text": "只留一线生机……" }, "optionText1": { "key": "", @@ -124,7 +124,7 @@ "talkPoint": 0, "storyText": { "key": "drawcard_asked_storyText_8", - "text": "(乌龟大师):你来见证终局,还是来博取这一线生机?" + "text": "你来见证终局,还是来博取这一线生机?" }, "optionText1": { "key": "drawcard_asked_optionText1_8", @@ -141,7 +141,7 @@ "talkPoint": 0, "storyText": { "key": "drawcard_asked_storyText_9", - "text": "(乌龟大师):有趣!" + "text": "有趣!" }, "optionText1": { "key": "", diff --git a/bin/json/game_battleready.json b/bin/json/game_battleready.json index df7983845..46dac8c1d 100644 --- a/bin/json/game_battleready.json +++ b/bin/json/game_battleready.json @@ -1848,6 +1848,41 @@ "CanFriendHelp": 1, "Numrounds": 0 }, + { + "id": 10103005, + "PlayType": 1, + "HeroCount": 1, + "readyScene": "scenesfight_role_interface_07", + "battleScenes": [ + "scenesfight_09" + ], + "BGMusic": "", + "LoadingId": 0, + "HideAlienSpace": 0, + "HideFightUI": 0, + "RuleTips": { + "key": "", + "text": "" + }, + "BattleTips": { + "key": "", + "text": "" + }, + "battleEvents": [], + "ScoreGroupID": 0, + "disableAiCamera": 0, + "ChoseCamp": [], + "DisableCamp": [], + "DefaultHero": 720023, + "ChoseHero": [], + "DisableHero": [], + "LockSlots": [], + "HeroCheck": [], + "RedAssistTeam": 0, + "BlueAssistTeam": 0, + "CanFriendHelp": 1, + "Numrounds": 0 + }, { "id": 10105001, "PlayType": 1, diff --git a/bin/json/game_buriedcondi.json b/bin/json/game_buriedcondi.json index 41bed899c..a58f270fd 100644 --- a/bin/json/game_buriedcondi.json +++ b/bin/json/game_buriedcondi.json @@ -24899,6 +24899,35 @@ ], "filter2": [] }, + { + "id": 1207012041, + "rtype": 1, + "ctype": 1, + "notify": [], + "type_sp": 1, + "tasktxt": { + "key": "buried_buried_condi_tasktxt_742", + "text": "击败第一波敌人" + }, + "type": 61, + "valid": 1, + "head": { + "a": "attr", + "t": "gold", + "n": 1 + }, + "Npc_event_type": 0, + "NPC": 101045, + "tipstxt": { + "key": "", + "text": "" + }, + "value": 1, + "filter": [ + 1101013 + ], + "filter2": [] + }, { "id": 120701205, "rtype": 1, @@ -25040,7 +25069,7 @@ }, "value": 1, "filter": [ - 1101024 + 1101028 ], "filter2": [] }, @@ -25069,7 +25098,7 @@ }, "value": 1, "filter": [ - 1101027 + 1101031 ], "filter2": [] }, @@ -25098,7 +25127,7 @@ }, "value": 1, "filter": [ - 1101029 + 1101033 ], "filter2": [] }, @@ -25127,7 +25156,7 @@ }, "value": 1, "filter": [ - 1101031 + 1101037 ], "filter2": [] }, @@ -25156,7 +25185,7 @@ }, "value": 1, "filter": [ - 1101032 + 1101038 ], "filter2": [] }, @@ -25185,7 +25214,7 @@ }, "value": 1, "filter": [ - 1101033 + 1101039 ], "filter2": [] }, @@ -30251,13 +30280,71 @@ "filter2": [] }, { - "id": 14000026, + "id": 14000019, "rtype": 1, "ctype": 1, "notify": [], "type_sp": 1, "tasktxt": { "key": "buried_buried_condi_tasktxt_899", + "text": "阿宝升到20级" + }, + "type": 4, + "valid": 0, + "head": { + "a": "attr", + "t": "gold", + "n": 1 + }, + "Npc_event_type": 1, + "NPC": 0, + "tipstxt": { + "key": "", + "text": "" + }, + "value": 20, + "filter": [ + 25001 + ], + "filter2": [] + }, + { + "id": 14000020, + "rtype": 1, + "ctype": 1, + "notify": [], + "type_sp": 1, + "tasktxt": { + "key": "buried_buried_condi_tasktxt_900", + "text": "邦尼兔升到20级" + }, + "type": 4, + "valid": 0, + "head": { + "a": "attr", + "t": "gold", + "n": 1 + }, + "Npc_event_type": 1, + "NPC": 0, + "tipstxt": { + "key": "", + "text": "" + }, + "value": 20, + "filter": [ + 24004 + ], + "filter2": [] + }, + { + "id": 14000026, + "rtype": 1, + "ctype": 1, + "notify": [], + "type_sp": 1, + "tasktxt": { + "key": "buried_buried_condi_tasktxt_901", "text": "应对师傅的训练" }, "type": 70, @@ -30286,7 +30373,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_900", + "key": "buried_buried_condi_tasktxt_902", "text": "前往功夫熊猫城市" }, "type": 212, @@ -30315,7 +30402,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_901", + "key": "buried_buried_condi_tasktxt_903", "text": "购买超级芯片" }, "type": 209, @@ -30344,7 +30431,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_902", + "key": "buried_buried_condi_tasktxt_904", "text": "出售货物给功夫熊猫" }, "type": 210, @@ -30373,7 +30460,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_903", + "key": "buried_buried_condi_tasktxt_905", "text": "特产出售给魔法精灵" }, "type": 211, @@ -30402,7 +30489,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_904", + "key": "buried_buried_condi_tasktxt_906", "text": "火焰泰坦难度2" }, "type": 73, @@ -30434,7 +30521,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_905", + "key": "buried_buried_condi_tasktxt_907", "text": "使用好友助战守护者1次" }, "type": 12, @@ -30463,7 +30550,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_906", + "key": "buried_buried_condi_tasktxt_908", "text": "进行3次普通招募" }, "type": 18, @@ -30492,7 +30579,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_907", + "key": "buried_buried_condi_tasktxt_909", "text": "为任意守护者提升5级" }, "type": 24, @@ -30521,7 +30608,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_908", + "key": "buried_buried_condi_tasktxt_910", "text": "强化任意装备成功6次" }, "type": 47, @@ -30550,7 +30637,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_909", + "key": "buried_buried_condi_tasktxt_911", "text": "消费500000金币" }, "type": 68, @@ -30579,7 +30666,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_910", + "key": "buried_buried_condi_tasktxt_912", "text": "消费300钻石" }, "type": 104, @@ -30608,7 +30695,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_911", + "key": "buried_buried_condi_tasktxt_913", "text": "完成1次功夫陪练任务" }, "type": 186, @@ -30637,7 +30724,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_912", + "key": "buried_buried_condi_tasktxt_914", "text": "挑战3次竞技场" }, "type": 130, @@ -30666,7 +30753,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_913", + "key": "buried_buried_condi_tasktxt_915", "text": "挑战3次“维京远征”副本" }, "type": 172, @@ -30695,7 +30782,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_914", + "key": "buried_buried_condi_tasktxt_916", "text": "挑战3次“猎魂”副本" }, "type": 200, @@ -30722,7 +30809,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_915", + "key": "buried_buried_condi_tasktxt_917", "text": "完成一次考试" }, "type": 204, @@ -30749,7 +30836,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_916", + "key": "buried_buried_condi_tasktxt_918", "text": "完成一次考试" }, "type": 204, @@ -30776,7 +30863,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_917", + "key": "buried_buried_condi_tasktxt_919", "text": "完成一次考试" }, "type": 204, @@ -30803,7 +30890,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_918", + "key": "buried_buried_condi_tasktxt_920", "text": "完成一次考试" }, "type": 204, @@ -30830,7 +30917,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_919", + "key": "buried_buried_condi_tasktxt_921", "text": "完成一次考试" }, "type": 204, @@ -30857,7 +30944,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_920", + "key": "buried_buried_condi_tasktxt_922", "text": "完成一次考试" }, "type": 204, @@ -30884,7 +30971,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_921", + "key": "buried_buried_condi_tasktxt_923", "text": "完成一次考试" }, "type": 204, @@ -30910,64 +30997,6 @@ "ctype": 3, "notify": [], "type_sp": 1, - "tasktxt": { - "key": "buried_buried_condi_tasktxt_922", - "text": "获取烤乳猪" - }, - "type": 187, - "valid": 0, - "head": { - "a": "attr", - "t": "gold", - "n": 1 - }, - "Npc_event_type": 0, - "NPC": 60081, - "tipstxt": { - "key": "", - "text": "" - }, - "value": 1, - "filter": [ - 14020009 - ], - "filter2": [] - }, - { - "id": 50000019, - "rtype": 2, - "ctype": 3, - "notify": [], - "type_sp": 1, - "tasktxt": { - "key": "buried_buried_condi_tasktxt_923", - "text": "获取烤乳猪" - }, - "type": 187, - "valid": 0, - "head": { - "a": "attr", - "t": "gold", - "n": 1 - }, - "Npc_event_type": 0, - "NPC": 60081, - "tipstxt": { - "key": "", - "text": "" - }, - "value": 1, - "filter": [ - 14020009 - ], - "filter2": [] - }, - { - "id": 50000020, - "rtype": 2, - "ctype": 3, - "notify": [], - "type_sp": 1, "tasktxt": { "key": "buried_buried_condi_tasktxt_924", "text": "获取烤乳猪" @@ -30992,7 +31021,7 @@ "filter2": [] }, { - "id": 50000021, + "id": 50000019, "rtype": 2, "ctype": 3, "notify": [], @@ -31021,7 +31050,7 @@ "filter2": [] }, { - "id": 50000022, + "id": 50000020, "rtype": 2, "ctype": 3, "notify": [], @@ -31050,61 +31079,65 @@ "filter2": [] }, { - "id": 50000023, + "id": 50000021, "rtype": 2, "ctype": 3, "notify": [], "type_sp": 1, "tasktxt": { "key": "buried_buried_condi_tasktxt_927", - "text": "寻找所有宝箱" + "text": "获取烤乳猪" }, - "type": 205, + "type": 187, "valid": 0, "head": { "a": "attr", "t": "gold", "n": 1 }, - "Npc_event_type": 3, - "NPC": 0, + "Npc_event_type": 0, + "NPC": 60081, "tipstxt": { "key": "", "text": "" }, "value": 1, - "filter": [], + "filter": [ + 14020009 + ], "filter2": [] }, { - "id": 50000024, + "id": 50000022, "rtype": 2, "ctype": 3, "notify": [], "type_sp": 1, "tasktxt": { "key": "buried_buried_condi_tasktxt_928", - "text": "寻找所有宝箱" + "text": "获取烤乳猪" }, - "type": 205, + "type": 187, "valid": 0, "head": { "a": "attr", "t": "gold", "n": 1 }, - "Npc_event_type": 3, - "NPC": 0, + "Npc_event_type": 0, + "NPC": 60081, "tipstxt": { "key": "", "text": "" }, "value": 1, - "filter": [], + "filter": [ + 14020009 + ], "filter2": [] }, { - "id": 50000025, + "id": 50000023, "rtype": 2, "ctype": 3, "notify": [], @@ -31131,7 +31164,7 @@ "filter2": [] }, { - "id": 50000026, + "id": 50000024, "rtype": 2, "ctype": 3, "notify": [], @@ -31158,7 +31191,7 @@ "filter2": [] }, { - "id": 50000027, + "id": 50000025, "rtype": 2, "ctype": 3, "notify": [], @@ -31185,13 +31218,67 @@ "filter2": [] }, { - "id": 50000028, + "id": 50000026, "rtype": 2, "ctype": 3, "notify": [], "type_sp": 1, "tasktxt": { "key": "buried_buried_condi_tasktxt_932", + "text": "寻找所有宝箱" + }, + "type": 205, + "valid": 0, + "head": { + "a": "attr", + "t": "gold", + "n": 1 + }, + "Npc_event_type": 3, + "NPC": 0, + "tipstxt": { + "key": "", + "text": "" + }, + "value": 1, + "filter": [], + "filter2": [] + }, + { + "id": 50000027, + "rtype": 2, + "ctype": 3, + "notify": [], + "type_sp": 1, + "tasktxt": { + "key": "buried_buried_condi_tasktxt_933", + "text": "寻找所有宝箱" + }, + "type": 205, + "valid": 0, + "head": { + "a": "attr", + "t": "gold", + "n": 1 + }, + "Npc_event_type": 3, + "NPC": 0, + "tipstxt": { + "key": "", + "text": "" + }, + "value": 1, + "filter": [], + "filter2": [] + }, + { + "id": 50000028, + "rtype": 2, + "ctype": 3, + "notify": [], + "type_sp": 1, + "tasktxt": { + "key": "buried_buried_condi_tasktxt_934", "text": "清理所有怪物" }, "type": 70, @@ -31220,7 +31307,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_933", + "key": "buried_buried_condi_tasktxt_935", "text": "清理所有怪物" }, "type": 70, @@ -31249,7 +31336,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_934", + "key": "buried_buried_condi_tasktxt_936", "text": "清理所有怪物" }, "type": 70, @@ -31278,7 +31365,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_935", + "key": "buried_buried_condi_tasktxt_937", "text": "清理所有怪物" }, "type": 70, @@ -31307,7 +31394,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_936", + "key": "buried_buried_condi_tasktxt_938", "text": "清理所有怪物" }, "type": 70, @@ -31336,7 +31423,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_937", + "key": "buried_buried_condi_tasktxt_939", "text": "清理所有怪物" }, "type": 70, @@ -31365,7 +31452,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_938", + "key": "buried_buried_condi_tasktxt_940", "text": "检查第一个可疑点" }, "type": 206, @@ -31392,7 +31479,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_939", + "key": "buried_buried_condi_tasktxt_941", "text": "检查第二个可疑点" }, "type": 206, @@ -31419,7 +31506,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_940", + "key": "buried_buried_condi_tasktxt_942", "text": "检查第三个可疑点" }, "type": 206, @@ -31446,7 +31533,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_941", + "key": "buried_buried_condi_tasktxt_943", "text": "检查第一个可疑点" }, "type": 206, @@ -31473,7 +31560,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_942", + "key": "buried_buried_condi_tasktxt_944", "text": "检查第二个可疑点" }, "type": 206, @@ -31500,7 +31587,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_943", + "key": "buried_buried_condi_tasktxt_945", "text": "检查第三个可疑点" }, "type": 206, @@ -31527,7 +31614,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_944", + "key": "buried_buried_condi_tasktxt_946", "text": "检查第一个可疑点" }, "type": 206, @@ -31554,7 +31641,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_945", + "key": "buried_buried_condi_tasktxt_947", "text": "检查第二个可疑点" }, "type": 206, @@ -31581,7 +31668,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_946", + "key": "buried_buried_condi_tasktxt_948", "text": "检查第三个可疑点" }, "type": 206, @@ -31608,7 +31695,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_947", + "key": "buried_buried_condi_tasktxt_949", "text": "检查第一个可疑点" }, "type": 206, @@ -31635,7 +31722,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_948", + "key": "buried_buried_condi_tasktxt_950", "text": "检查第二个可疑点" }, "type": 206, @@ -31662,7 +31749,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_949", + "key": "buried_buried_condi_tasktxt_951", "text": "检查第三个可疑点" }, "type": 206, @@ -31689,7 +31776,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_950", + "key": "buried_buried_condi_tasktxt_952", "text": "检查第一个可疑点" }, "type": 206, @@ -31716,7 +31803,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_951", + "key": "buried_buried_condi_tasktxt_953", "text": "检查第二个可疑点" }, "type": 206, @@ -31743,7 +31830,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_952", + "key": "buried_buried_condi_tasktxt_954", "text": "检查第三个可疑点" }, "type": 206, @@ -31770,7 +31857,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_953", + "key": "buried_buried_condi_tasktxt_955", "text": "找对象聊天1" }, "type": 187, @@ -31799,7 +31886,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_954", + "key": "buried_buried_condi_tasktxt_956", "text": "找瘦警卫聊聊" }, "type": 20001, @@ -31828,7 +31915,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_955", + "key": "buried_buried_condi_tasktxt_957", "text": "找对象聊天3" }, "type": 187, @@ -31857,7 +31944,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_956", + "key": "buried_buried_condi_tasktxt_958", "text": "找对象聊天4" }, "type": 187, @@ -31886,7 +31973,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_957", + "key": "buried_buried_condi_tasktxt_959", "text": "和师傅聊天" }, "type": 20001, @@ -31915,7 +32002,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_958", + "key": "buried_buried_condi_tasktxt_960", "text": "找对象聊天6" }, "type": 20001, @@ -31944,7 +32031,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_959", + "key": "buried_buried_condi_tasktxt_961", "text": "找对象聊天7" }, "type": 20001, @@ -31973,7 +32060,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_960", + "key": "buried_buried_condi_tasktxt_962", "text": "找菲奥娜聊聊" }, "type": 20001, @@ -32002,7 +32089,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_961", + "key": "buried_buried_condi_tasktxt_963", "text": "找对象聊天9" }, "type": 20001, @@ -32031,7 +32118,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_962", + "key": "buried_buried_condi_tasktxt_964", "text": "找平先生聊聊" }, "type": 20001, @@ -32060,7 +32147,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_963", + "key": "buried_buried_condi_tasktxt_965", "text": "找对象聊天11" }, "type": 20001, @@ -32089,7 +32176,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_964", + "key": "buried_buried_condi_tasktxt_966", "text": "找对象聊天12" }, "type": 20001, @@ -32118,7 +32205,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_965", + "key": "buried_buried_condi_tasktxt_967", "text": "找对象聊天13" }, "type": 20001, @@ -32147,7 +32234,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_966", + "key": "buried_buried_condi_tasktxt_968", "text": "找菲奥娜聊聊" }, "type": 20001, @@ -32176,7 +32263,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_967", + "key": "buried_buried_condi_tasktxt_969", "text": "找对象聊天15" }, "type": 20001, @@ -32205,7 +32292,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_968", + "key": "buried_buried_condi_tasktxt_970", "text": "[成长返还任务]将邦尼兔提升至10级" }, "type": 4, @@ -32234,7 +32321,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_969", + "key": "buried_buried_condi_tasktxt_971", "text": "[成长返还任务]将邦尼兔提升至28级" }, "type": 4, @@ -32263,7 +32350,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_970", + "key": "buried_buried_condi_tasktxt_972", "text": "[成长返还任务]将邦尼兔提升至5星" }, "type": 6, @@ -32292,7 +32379,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_971", + "key": "buried_buried_condi_tasktxt_973", "text": "[挑战任务]传承者达到10级" }, "type": 20, @@ -32319,7 +32406,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_972", + "key": "buried_buried_condi_tasktxt_974", "text": "[挑战任务]传承者达到30级" }, "type": 20, @@ -32346,7 +32433,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_973", + "key": "buried_buried_condi_tasktxt_975", "text": "[挑战任务]拥有一个30级守护者" }, "type": 111, @@ -32375,7 +32462,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_974", + "key": "buried_buried_condi_tasktxt_976", "text": "[挑战任务]进行一次十连抽" }, "type": 141, @@ -32402,7 +32489,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_975", + "key": "buried_buried_condi_tasktxt_977", "text": "[挑战任务]消费1000钻石" }, "type": 104, @@ -32429,7 +32516,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_976", + "key": "buried_buried_condi_tasktxt_978", "text": "[挑战任务]猎魂挑战1次" }, "type": 200, @@ -32456,7 +32543,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_977", + "key": "buried_buried_condi_tasktxt_979", "text": "[成长返还任务]将邦尼兔提升至25级" }, "type": 4, @@ -32485,7 +32572,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_978", + "key": "buried_buried_condi_tasktxt_980", "text": "[成长返还任务]将邦尼兔提升至30级" }, "type": 4, @@ -32514,7 +32601,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_979", + "key": "buried_buried_condi_tasktxt_981", "text": "[成长返还任务]将邦尼兔提升至35级" }, "type": 4, @@ -32543,7 +32630,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_980", + "key": "buried_buried_condi_tasktxt_982", "text": "[成长返还任务]将邦尼兔提升至40级" }, "type": 4, @@ -32572,7 +32659,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_981", + "key": "buried_buried_condi_tasktxt_983", "text": "[挑战任务]传承者达到14级" }, "type": 20, @@ -32599,7 +32686,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_982", + "key": "buried_buried_condi_tasktxt_984", "text": "[挑战任务]传承者达到17级" }, "type": 20, @@ -32626,7 +32713,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_983", + "key": "buried_buried_condi_tasktxt_985", "text": "[挑战任务]传承者达到20级" }, "type": 20, @@ -32653,7 +32740,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_984", + "key": "buried_buried_condi_tasktxt_986", "text": "[挑战任务]传承者达到22级" }, "type": 20, @@ -32680,7 +32767,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_985", + "key": "buried_buried_condi_tasktxt_987", "text": "[挑战任务]传承者达到25级" }, "type": 20, @@ -32707,7 +32794,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_986", + "key": "buried_buried_condi_tasktxt_988", "text": "[挑战任务]拥有一个15级守护者" }, "type": 111, @@ -32736,7 +32823,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_987", + "key": "buried_buried_condi_tasktxt_989", "text": "[挑战任务]拥有一个20级守护者" }, "type": 111, @@ -32765,7 +32852,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_988", + "key": "buried_buried_condi_tasktxt_990", "text": "[挑战任务]拥有一个25级守护者" }, "type": 111, @@ -32794,7 +32881,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_989", + "key": "buried_buried_condi_tasktxt_991", "text": "[挑战任务]拥有一个35级守护者" }, "type": 111, @@ -32823,7 +32910,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_990", + "key": "buried_buried_condi_tasktxt_992", "text": "[挑战任务]拥有一个40级守护者" }, "type": 111, @@ -32852,7 +32939,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_991", + "key": "buried_buried_condi_tasktxt_993", "text": "[挑战任务]拥有一个45级守护者" }, "type": 111, @@ -32881,7 +32968,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_992", + "key": "buried_buried_condi_tasktxt_994", "text": "[挑战任务]进行二次十连抽" }, "type": 141, @@ -32908,7 +32995,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_993", + "key": "buried_buried_condi_tasktxt_995", "text": "[挑战任务]进行三次十连抽" }, "type": 141, @@ -32935,7 +33022,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_994", + "key": "buried_buried_condi_tasktxt_996", "text": "[挑战任务]进行四次十连抽" }, "type": 141, @@ -32962,7 +33049,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_995", + "key": "buried_buried_condi_tasktxt_997", "text": "[挑战任务]进行五次十连抽" }, "type": 141, @@ -32989,7 +33076,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_996", + "key": "buried_buried_condi_tasktxt_998", "text": "[挑战任务]进行六次十连抽" }, "type": 141, @@ -33016,7 +33103,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_997", + "key": "buried_buried_condi_tasktxt_999", "text": "[挑战任务]进行七次十连抽" }, "type": 141, @@ -33043,7 +33130,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_998", + "key": "buried_buried_condi_tasktxt_1000", "text": "[挑战任务]消费1200钻石" }, "type": 104, @@ -33070,7 +33157,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_999", + "key": "buried_buried_condi_tasktxt_1001", "text": "[挑战任务]消费1400钻石" }, "type": 104, @@ -33097,7 +33184,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1000", + "key": "buried_buried_condi_tasktxt_1002", "text": "[挑战任务]消费1600钻石" }, "type": 104, @@ -33124,7 +33211,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1001", + "key": "buried_buried_condi_tasktxt_1003", "text": "[挑战任务]消费2000钻石" }, "type": 104, @@ -33151,7 +33238,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1002", + "key": "buried_buried_condi_tasktxt_1004", "text": "[挑战任务]消费2200钻石" }, "type": 104, @@ -33178,7 +33265,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1003", + "key": "buried_buried_condi_tasktxt_1005", "text": "[挑战任务]消费2400钻石" }, "type": 104, @@ -33205,7 +33292,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1004", + "key": "buried_buried_condi_tasktxt_1006", "text": "拥有1个60级守护者" }, "type": 111, @@ -33234,7 +33321,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1005", + "key": "buried_buried_condi_tasktxt_1007", "text": "将牙仙回响等级提升至满级" }, "type": 125, @@ -33263,7 +33350,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1006", + "key": "buried_buried_condi_tasktxt_1008", "text": "将睡神回响等级提升到满级" }, "type": 125, @@ -33292,7 +33379,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1007", + "key": "buried_buried_condi_tasktxt_1009", "text": "将圣诞老人回响等级提升到满级" }, "type": 125, @@ -33321,7 +33408,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1008", + "key": "buried_buried_condi_tasktxt_1010", "text": "将亚丝翠回响等级提升到满级" }, "type": 125, @@ -33350,7 +33437,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1009", + "key": "buried_buried_condi_tasktxt_1011", "text": "将悍娇虎回响等级提升到满级" }, "type": 125, @@ -33379,7 +33466,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1010", + "key": "buried_buried_condi_tasktxt_1012", "text": "将鹤大师提回响等级提升到满级" }, "type": 125, @@ -33408,7 +33495,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1011", + "key": "buried_buried_condi_tasktxt_1013", "text": "拥有2个60级守护者" }, "type": 111, @@ -33437,7 +33524,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1012", + "key": "buried_buried_condi_tasktxt_1014", "text": "拥有3个60级守护者" }, "type": 111, @@ -33466,7 +33553,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1013", + "key": "buried_buried_condi_tasktxt_1015", "text": "拥有4个60级守护者" }, "type": 111, @@ -33495,7 +33582,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1014", + "key": "buried_buried_condi_tasktxt_1016", "text": "拥有5个60级守护者" }, "type": 111, @@ -33524,7 +33611,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1015", + "key": "buried_buried_condi_tasktxt_1017", "text": "拥有6个60级守护者" }, "type": 111, @@ -33553,7 +33640,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1016", + "key": "buried_buried_condi_tasktxt_1018", "text": "拥有7个60级守护者" }, "type": 111, @@ -33582,7 +33669,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1017", + "key": "buried_buried_condi_tasktxt_1019", "text": "冰霜泰坦难度8通关1次" }, "type": 73, @@ -33612,7 +33699,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1018", + "key": "buried_buried_condi_tasktxt_1020", "text": "火焰泰坦难度8通关1次" }, "type": 73, @@ -33642,7 +33729,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1019", + "key": "buried_buried_condi_tasktxt_1021", "text": "森林泰坦难度8通关1次" }, "type": 73, @@ -33672,7 +33759,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1017", + "key": "buried_buried_condi_tasktxt_1022", "text": "冰霜泰坦通关50次" }, "type": 73, @@ -33702,7 +33789,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1018", + "key": "buried_buried_condi_tasktxt_1023", "text": "火焰泰坦通关50次" }, "type": 73, @@ -33732,7 +33819,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1019", + "key": "buried_buried_condi_tasktxt_1024", "text": "森林泰坦通关50次" }, "type": 73, @@ -33762,7 +33849,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1017", + "key": "buried_buried_condi_tasktxt_1025", "text": "冰霜泰坦难度2通关1次" }, "type": 73, @@ -33792,7 +33879,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1018", + "key": "buried_buried_condi_tasktxt_1026", "text": "火焰泰坦难度2通关1次" }, "type": 73, @@ -33822,7 +33909,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1019", + "key": "buried_buried_condi_tasktxt_1027", "text": "森林泰坦难度2通关1次" }, "type": 73, @@ -33852,7 +33939,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1017", + "key": "buried_buried_condi_tasktxt_1028", "text": "冰霜泰坦难度3通关1次" }, "type": 73, @@ -33882,7 +33969,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1018", + "key": "buried_buried_condi_tasktxt_1029", "text": "火焰泰坦难度3通关1次" }, "type": 73, @@ -33912,7 +33999,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1019", + "key": "buried_buried_condi_tasktxt_1030", "text": "森林泰坦难度3通关1次" }, "type": 73, @@ -33942,7 +34029,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1017", + "key": "buried_buried_condi_tasktxt_1031", "text": "冰霜泰坦难度4通关1次" }, "type": 73, @@ -33972,7 +34059,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1018", + "key": "buried_buried_condi_tasktxt_1032", "text": "火焰泰坦难度4通关1次" }, "type": 73, @@ -34002,7 +34089,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1019", + "key": "buried_buried_condi_tasktxt_1033", "text": "森林泰坦难度4通关1次" }, "type": 73, @@ -34032,7 +34119,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1017", + "key": "buried_buried_condi_tasktxt_1034", "text": "冰霜泰坦难度5通关1次" }, "type": 73, @@ -34062,7 +34149,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1018", + "key": "buried_buried_condi_tasktxt_1035", "text": "火焰泰坦难度5通关1次" }, "type": 73, @@ -34092,7 +34179,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1019", + "key": "buried_buried_condi_tasktxt_1036", "text": "森林泰坦难度5通关1次" }, "type": 73, @@ -34122,7 +34209,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1017", + "key": "buried_buried_condi_tasktxt_1037", "text": "冰霜泰坦难度6通关1次" }, "type": 73, @@ -34152,7 +34239,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1018", + "key": "buried_buried_condi_tasktxt_1038", "text": "火焰泰坦难度6通关1次" }, "type": 73, @@ -34182,7 +34269,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1019", + "key": "buried_buried_condi_tasktxt_1039", "text": "森林泰坦难度6通关1次" }, "type": 73, @@ -34212,7 +34299,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1017", + "key": "buried_buried_condi_tasktxt_1040", "text": "冰霜泰坦难度7通关1次" }, "type": 73, @@ -34242,7 +34329,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1018", + "key": "buried_buried_condi_tasktxt_1041", "text": "火焰泰坦难度7通关1次" }, "type": 73, @@ -34272,7 +34359,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1019", + "key": "buried_buried_condi_tasktxt_1042", "text": "森林泰坦难度7通关1次" }, "type": 73, @@ -34302,7 +34389,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1020", + "key": "buried_buried_condi_tasktxt_1043", "text": "当日消耗100点体力" }, "type": 213, @@ -34331,7 +34418,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1021", + "key": "buried_buried_condi_tasktxt_1044", "text": "消费100000金币" }, "type": 68, @@ -34360,7 +34447,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1022", + "key": "buried_buried_condi_tasktxt_1045", "text": "消费100钻石" }, "type": 104, @@ -34389,7 +34476,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1023", + "key": "buried_buried_condi_tasktxt_1046", "text": "当日消耗30点体力" }, "type": 213, @@ -34418,7 +34505,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1024", + "key": "buried_buried_condi_tasktxt_1047", "text": "使用好友助战守护者1次" }, "type": 12, @@ -34447,7 +34534,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1025", + "key": "buried_buried_condi_tasktxt_1048", "text": "进行1次普通招募" }, "type": 18, @@ -34476,7 +34563,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1026", + "key": "buried_buried_condi_tasktxt_1049", "text": "为任意守护者提升3级" }, "type": 24, @@ -34505,7 +34592,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1027", + "key": "buried_buried_condi_tasktxt_1050", "text": "强化任意装备成功3次" }, "type": 47, @@ -34534,7 +34621,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1028", + "key": "buried_buried_condi_tasktxt_1051", "text": "消费300000金币" }, "type": 68, @@ -34563,7 +34650,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1029", + "key": "buried_buried_condi_tasktxt_1052", "text": "消费300钻石" }, "type": 104, @@ -34592,7 +34679,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1030", + "key": "buried_buried_condi_tasktxt_1053", "text": "当日消耗100点体力" }, "type": 213, @@ -34621,7 +34708,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1031", + "key": "buried_buried_condi_tasktxt_1054", "text": "使用好友助战守护者3次" }, "type": 12, @@ -34650,7 +34737,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1032", + "key": "buried_buried_condi_tasktxt_1055", "text": "进行1次普通招募" }, "type": 18, @@ -34679,7 +34766,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1033", + "key": "buried_buried_condi_tasktxt_1056", "text": "为任意守护者提升10级" }, "type": 24, @@ -34708,7 +34795,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1034", + "key": "buried_buried_condi_tasktxt_1057", "text": "强化任意装备成功10次" }, "type": 47, @@ -34737,7 +34824,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1035", + "key": "buried_buried_condi_tasktxt_1058", "text": "消费2000000金币" }, "type": 68, @@ -34766,7 +34853,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1036", + "key": "buried_buried_condi_tasktxt_1059", "text": "消费1000钻石" }, "type": 104, @@ -34795,7 +34882,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1037", + "key": "buried_buried_condi_tasktxt_1060", "text": "当日消耗300点体力" }, "type": 213, @@ -34824,7 +34911,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1038", + "key": "buried_buried_condi_tasktxt_1061", "text": "使用好友助战守护者10次" }, "type": 12, @@ -34853,7 +34940,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1039", + "key": "buried_buried_condi_tasktxt_1062", "text": "进行10次普通招募" }, "type": 18, @@ -34882,7 +34969,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1040", + "key": "buried_buried_condi_tasktxt_1063", "text": "为任意守护者提升20级" }, "type": 24, @@ -34911,7 +34998,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1041", + "key": "buried_buried_condi_tasktxt_1064", "text": "强化任意装备成功20次" }, "type": 47, @@ -34938,7 +35025,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1042", + "key": "buried_buried_condi_tasktxt_1065", "text": "首次触发剧情《对猩猩宝具》" }, "type": 215, @@ -34967,7 +35054,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1043", + "key": "buried_buried_condi_tasktxt_1066", "text": "首次触发剧情《齐齐整整》" }, "type": 215, @@ -34996,7 +35083,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1044", + "key": "buried_buried_condi_tasktxt_1067", "text": "首次触发剧情《日记是无辜的》" }, "type": 215, @@ -35025,7 +35112,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1045", + "key": "buried_buried_condi_tasktxt_1068", "text": "首次触发剧情《神功大成》" }, "type": 215, @@ -35054,7 +35141,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1046", + "key": "buried_buried_condi_tasktxt_1069", "text": "首次触发剧情《做原始人》" }, "type": 215, @@ -35083,7 +35170,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1047", + "key": "buried_buried_condi_tasktxt_1070", "text": "首次触发剧情《是水果不是蘑菇》" }, "type": 215, @@ -35112,7 +35199,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1048", + "key": "buried_buried_condi_tasktxt_1071", "text": "全阵容职业1通关石阵5" }, "type": 216, @@ -35142,7 +35229,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1049", + "key": "buried_buried_condi_tasktxt_1072", "text": "全阵容职业1通关石阵6" }, "type": 216, @@ -35172,7 +35259,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1050", + "key": "buried_buried_condi_tasktxt_1073", "text": "全阵容职业1通关石阵7" }, "type": 216, @@ -35202,7 +35289,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1051", + "key": "buried_buried_condi_tasktxt_1074", "text": "全阵容职业1通关石阵8" }, "type": 216, @@ -35232,7 +35319,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1052", + "key": "buried_buried_condi_tasktxt_1075", "text": "全阵容职业2通关石阵5" }, "type": 216, @@ -35262,7 +35349,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1053", + "key": "buried_buried_condi_tasktxt_1076", "text": "全阵容职业2通关石阵6" }, "type": 216, @@ -35292,7 +35379,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1054", + "key": "buried_buried_condi_tasktxt_1077", "text": "全阵容职业2通关石阵7" }, "type": 216, @@ -35322,7 +35409,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1055", + "key": "buried_buried_condi_tasktxt_1078", "text": "全阵容职业2通关石阵8" }, "type": 216, @@ -35352,7 +35439,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1056", + "key": "buried_buried_condi_tasktxt_1079", "text": "全阵容职业3通关石阵5" }, "type": 216, @@ -35382,7 +35469,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1057", + "key": "buried_buried_condi_tasktxt_1080", "text": "全阵容职业3通关石阵6" }, "type": 216, @@ -35412,7 +35499,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1058", + "key": "buried_buried_condi_tasktxt_1081", "text": "全阵容职业3通关石阵7" }, "type": 216, @@ -35442,7 +35529,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1059", + "key": "buried_buried_condi_tasktxt_1082", "text": "全阵容职业3通关石阵8" }, "type": 216, @@ -35472,7 +35559,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1060", + "key": "buried_buried_condi_tasktxt_1083", "text": "全阵容职业4通关石阵5" }, "type": 216, @@ -35502,7 +35589,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1061", + "key": "buried_buried_condi_tasktxt_1084", "text": "全阵容职业4通关石阵6" }, "type": 216, @@ -35532,7 +35619,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1062", + "key": "buried_buried_condi_tasktxt_1085", "text": "全阵容职业4通关石阵7" }, "type": 216, @@ -35562,7 +35649,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1063", + "key": "buried_buried_condi_tasktxt_1086", "text": "全阵容职业4通关石阵8" }, "type": 216, @@ -35594,7 +35681,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1064", + "key": "buried_buried_condi_tasktxt_1087", "text": "第一次获得5星英雄" }, "type": 228, @@ -35625,7 +35712,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1065", + "key": "buried_buried_condi_tasktxt_1088", "text": "当天充值达到1000积分" }, "type": 214, @@ -35654,7 +35741,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1066", + "key": "buried_buried_condi_tasktxt_1089", "text": "购买1级月卡礼包" }, "type": 229, @@ -35685,7 +35772,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1067", + "key": "buried_buried_condi_tasktxt_1090", "text": "累计充值达到2000积分" }, "type": 214, @@ -35714,7 +35801,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1068", + "key": "buried_buried_condi_tasktxt_1091", "text": "在周五登录一次游戏" }, "type": 230, @@ -35745,7 +35832,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1069", + "key": "buried_buried_condi_tasktxt_1092", "text": "每期循环塔到达第2层" }, "type": 231, @@ -35774,7 +35861,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1070", + "key": "buried_buried_condi_tasktxt_1093", "text": "种族塔通关火的热情阵容2层" }, "type": 232, @@ -35805,8 +35892,8 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1071", - "text": "冒险之旅第一章获得龙遗香" + "key": "buried_buried_condi_tasktxt_1094", + "text": "冒险之旅第一章与埃雷特作战" }, "type": 61, "valid": 0, @@ -35823,7 +35910,7 @@ }, "value": 1, "filter": [ - 1101010 + 1101016 ], "filter2": [] }, @@ -35836,8 +35923,8 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1072", - "text": "冒险之旅第一章体验埃雷特的故事" + "key": "buried_buried_condi_tasktxt_1095", + "text": "冒险之旅第一章找到黑袍人" }, "type": 61, "valid": 0, @@ -35854,7 +35941,7 @@ }, "value": 1, "filter": [ - 1101020 + 1101031 ], "filter2": [] }, @@ -35867,7 +35954,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1073", + "key": "buried_buried_condi_tasktxt_1096", "text": "冒险之旅第一章与冰霜泰坦战斗" }, "type": 61, @@ -35885,7 +35972,7 @@ }, "value": 1, "filter": [ - 1101029 + 1101033 ], "filter2": [] }, @@ -35898,7 +35985,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1074", + "key": "buried_buried_condi_tasktxt_1097", "text": "冒险之旅第一章听完埃雷特的的回忆" }, "type": 61, @@ -35916,7 +36003,7 @@ }, "value": 1, "filter": [ - 1101042 + 1101045 ], "filter2": [] }, @@ -35929,7 +36016,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1075", + "key": "buried_buried_condi_tasktxt_1098", "text": "冒险之旅第一章埃雷特挑战回忆" }, "type": 61, @@ -35947,7 +36034,7 @@ }, "value": 1, "filter": [ - 1101051 + 1101049 ], "filter2": [] }, @@ -35960,7 +36047,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1076", + "key": "buried_buried_condi_tasktxt_1099", "text": "冒险之旅第一章困难关卡通关" }, "type": 61, @@ -35978,7 +36065,7 @@ }, "value": 1, "filter": [ - 1101059 + 1101057 ], "filter2": [] }, @@ -35991,7 +36078,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1077", + "key": "buried_buried_condi_tasktxt_1100", "text": "参加捕羊大赛3次" }, "type": 234, @@ -36020,10 +36107,10 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1078", + "key": "buried_buried_condi_tasktxt_1101", "text": "第一章商店购买10件商品" }, - "type": 236, + "type": 66, "valid": 0, "head": { "a": "attr", @@ -36038,7 +36125,7 @@ }, "value": 10, "filter": [ - 11001 + 7 ], "filter2": [] }, @@ -36051,7 +36138,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1079", + "key": "buried_buried_condi_tasktxt_1102", "text": "完成第一章所有探索" }, "type": 61, @@ -36069,7 +36156,7 @@ }, "value": 1, "filter": [ - 1101087 + 1101085 ], "filter2": [] }, @@ -36082,7 +36169,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1080", + "key": "buried_buried_condi_tasktxt_1103", "text": "冒险之旅第二章认识原住民" }, "type": 61, @@ -36113,7 +36200,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1081", + "key": "buried_buried_condi_tasktxt_1104", "text": "冒险之旅第二章抢鸟蛋" }, "type": 61, @@ -36144,7 +36231,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1082", + "key": "buried_buried_condi_tasktxt_1105", "text": "冒险之旅第二章解开与食人鱼误会" }, "type": 61, @@ -36175,7 +36262,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1083", + "key": "buried_buried_condi_tasktxt_1106", "text": "冒险之旅第二章见到3个东西" }, "type": 61, @@ -36206,7 +36293,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1084", + "key": "buried_buried_condi_tasktxt_1107", "text": "冒险之旅第二章击败小伊" }, "type": 61, @@ -36237,7 +36324,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1085", + "key": "buried_buried_condi_tasktxt_1108", "text": "冒险之旅打败大猩猩" }, "type": 61, @@ -36268,7 +36355,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1086", + "key": "buried_buried_condi_tasktxt_1109", "text": "全阵容职业1通关石阵5" }, "type": 216, @@ -36300,10 +36387,10 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1087", + "key": "buried_buried_condi_tasktxt_1110", "text": "第二章商店购买10件商品" }, - "type": 236, + "type": 66, "valid": 0, "head": { "a": "attr", @@ -36318,7 +36405,7 @@ }, "value": 10, "filter": [ - 11002 + 8 ], "filter2": [] }, @@ -36331,7 +36418,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1088", + "key": "buried_buried_condi_tasktxt_1111", "text": "完成第二章所有探索" }, "type": 61, @@ -36362,7 +36449,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1089", + "key": "buried_buried_condi_tasktxt_1112", "text": "冒险之旅第三章抓住刚越狱的果酱教授" }, "type": 61, @@ -36393,7 +36480,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1090", + "key": "buried_buried_condi_tasktxt_1113", "text": "冒险之旅第三章营救沃尔夫" }, "type": 61, @@ -36424,7 +36511,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1091", + "key": "buried_buried_condi_tasktxt_1114", "text": "冒险之旅第三章护送月光原石" }, "type": 61, @@ -36455,7 +36542,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1092", + "key": "buried_buried_condi_tasktxt_1115", "text": "冒险之旅第三章追击黑衣人" }, "type": 61, @@ -36486,7 +36573,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1093", + "key": "buried_buried_condi_tasktxt_1116", "text": "冒险之旅第三章击败豚鼠灵" }, "type": 61, @@ -36517,7 +36604,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1094", + "key": "buried_buried_condi_tasktxt_1117", "text": "冒险之旅第三章通关冒险难度挑战" }, "type": 61, @@ -36548,10 +36635,10 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1095", + "key": "buried_buried_condi_tasktxt_1118", "text": "冒险之旅第三章通关困难难度挑战" }, - "type": 216, + "type": 61, "valid": 0, "head": { "a": "attr", @@ -36579,10 +36666,10 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1096", + "key": "buried_buried_condi_tasktxt_1119", "text": "第三章商店购买10件商品" }, - "type": 236, + "type": 66, "valid": 0, "head": { "a": "attr", @@ -36597,7 +36684,7 @@ }, "value": 10, "filter": [ - 11003 + 9 ], "filter2": [] }, @@ -36610,7 +36697,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1097", + "key": "buried_buried_condi_tasktxt_1120", "text": "完成第三章所有探索" }, "type": 61, @@ -36641,7 +36728,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1098", + "key": "buried_buried_condi_tasktxt_1121", "text": "让邦尼兔升到20级" }, "type": 4, @@ -36672,7 +36759,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1099", + "key": "buried_buried_condi_tasktxt_1122", "text": "让警长升到20级" }, "type": 4, @@ -36703,7 +36790,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1100", + "key": "buried_buried_condi_tasktxt_1123", "text": "让暴芙那特升到20级" }, "type": 4, @@ -36734,7 +36821,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1101", + "key": "buried_buried_condi_tasktxt_1124", "text": "强化成功5次" }, "type": 47, @@ -36763,7 +36850,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1102", + "key": "buried_buried_condi_tasktxt_1125", "text": "强化成功10次" }, "type": 47, @@ -36792,7 +36879,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1103", + "key": "buried_buried_condi_tasktxt_1126", "text": "强化成功20次" }, "type": 47, @@ -36821,7 +36908,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1104", + "key": "buried_buried_condi_tasktxt_1127", "text": "自动战斗火焰泰坦难度1" }, "type": 75, @@ -36853,7 +36940,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1105", + "key": "buried_buried_condi_tasktxt_1128", "text": "自动战斗冰霜泰坦难度1" }, "type": 75, @@ -36885,7 +36972,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1106", + "key": "buried_buried_condi_tasktxt_1129", "text": "自动战斗森林泰坦难度1" }, "type": 75, @@ -36917,7 +37004,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1107", + "key": "buried_buried_condi_tasktxt_1130", "text": "竞技场积分1000" }, "type": 128, @@ -36946,7 +37033,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1108", + "key": "buried_buried_condi_tasktxt_1131", "text": "竞技场积分2000" }, "type": 128, @@ -36975,7 +37062,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1109", + "key": "buried_buried_condi_tasktxt_1132", "text": "竞技场积分3000" }, "type": 128, @@ -37004,7 +37091,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1110", + "key": "buried_buried_condi_tasktxt_1133", "text": "消费1000钻石" }, "type": 104, @@ -37033,7 +37120,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1111", + "key": "buried_buried_condi_tasktxt_1134", "text": "消费2000钻石" }, "type": 104, @@ -37062,7 +37149,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1112", + "key": "buried_buried_condi_tasktxt_1135", "text": "消费3000钻石" }, "type": 104, @@ -37091,7 +37178,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1113", + "key": "buried_buried_condi_tasktxt_1136", "text": "进行30次招募" }, "type": 89, @@ -37120,7 +37207,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1114", + "key": "buried_buried_condi_tasktxt_1137", "text": "进行40次招募" }, "type": 89, @@ -37149,7 +37236,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1115", + "key": "buried_buried_condi_tasktxt_1138", "text": "进行50次招募" }, "type": 89, @@ -37178,7 +37265,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1116", + "key": "buried_buried_condi_tasktxt_1139", "text": "让邦尼兔升到20级" }, "type": 4, @@ -37209,7 +37296,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1117", + "key": "buried_buried_condi_tasktxt_1140", "text": "让邦尼兔升到21级" }, "type": 4, @@ -37240,7 +37327,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1118", + "key": "buried_buried_condi_tasktxt_1141", "text": "让邦尼兔升到22级" }, "type": 4, @@ -37271,7 +37358,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1119", + "key": "buried_buried_condi_tasktxt_1142", "text": "让邦尼兔升到23级" }, "type": 4, @@ -37302,7 +37389,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1120", + "key": "buried_buried_condi_tasktxt_1143", "text": "让邦尼兔升到24级" }, "type": 4, @@ -37333,7 +37420,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1121", + "key": "buried_buried_condi_tasktxt_1144", "text": "让邦尼兔升到25级" }, "type": 4, @@ -37364,7 +37451,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1122", + "key": "buried_buried_condi_tasktxt_1145", "text": "让邦尼兔升到26级" }, "type": 4, @@ -37395,7 +37482,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1123", + "key": "buried_buried_condi_tasktxt_1146", "text": "让邦尼兔升到27级" }, "type": 4, @@ -37426,7 +37513,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1124", + "key": "buried_buried_condi_tasktxt_1147", "text": "让邦尼兔升到28级" }, "type": 4, @@ -37457,7 +37544,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1125", + "key": "buried_buried_condi_tasktxt_1148", "text": "让邦尼兔升到29级" }, "type": 4, @@ -37488,7 +37575,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1126", + "key": "buried_buried_condi_tasktxt_1149", "text": "让邦尼兔升到30级" }, "type": 4, @@ -37519,7 +37606,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1127", + "key": "buried_buried_condi_tasktxt_1150", "text": "让邦尼兔升到31级" }, "type": 4, @@ -37550,7 +37637,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1128", + "key": "buried_buried_condi_tasktxt_1151", "text": "让邦尼兔升到32级" }, "type": 4, @@ -37581,7 +37668,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1129", + "key": "buried_buried_condi_tasktxt_1152", "text": "让邦尼兔升到33级" }, "type": 4, @@ -37612,7 +37699,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1130", + "key": "buried_buried_condi_tasktxt_1153", "text": "让邦尼兔升到34级" }, "type": 4, @@ -37643,7 +37730,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1131", + "key": "buried_buried_condi_tasktxt_1154", "text": "让邦尼兔升到35级" }, "type": 4, @@ -37674,7 +37761,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1132", + "key": "buried_buried_condi_tasktxt_1155", "text": "让邦尼兔升到36级" }, "type": 4, @@ -37705,7 +37792,7 @@ ], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1133", + "key": "buried_buried_condi_tasktxt_1156", "text": "让邦尼兔升到37级" }, "type": 4, @@ -37734,7 +37821,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1134", + "key": "buried_buried_condi_tasktxt_1157", "text": "看看希卡普在哪?" }, "type": 20001, @@ -37763,7 +37850,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1135", + "key": "buried_buried_condi_tasktxt_1158", "text": "阿宝娃娃" }, "type": 187, @@ -37792,7 +37879,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1136", + "key": "buried_buried_condi_tasktxt_1159", "text": "小虎娃娃" }, "type": 187, @@ -37821,7 +37908,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1137", + "key": "buried_buried_condi_tasktxt_1160", "text": "螳螂娃娃" }, "type": 187, @@ -37850,7 +37937,7 @@ "notify": [], "type_sp": 1, "tasktxt": { - "key": "buried_buried_condi_tasktxt_1138", + "key": "buried_buried_condi_tasktxt_1161", "text": "金猴娃娃" }, "type": 187, diff --git a/bin/json/game_gm.json b/bin/json/game_gm.json index 4e785dfe3..f1539fa05 100644 --- a/bin/json/game_gm.json +++ b/bin/json/game_gm.json @@ -806,7 +806,7 @@ "key": "GM_GM_text_128", "text": "创角" }, - "data": "输入昵称", + "data": "昵称", "prefix": "bingo:create,{0}" } ] \ No newline at end of file diff --git a/bin/json/game_hero.json b/bin/json/game_hero.json index 1668eac47..0c802195b 100644 --- a/bin/json/game_hero.json +++ b/bin/json/game_hero.json @@ -11884,7 +11884,7 @@ "ip": 1, "sd": 1, "handbook": -1, - "prefab": "54017", + "prefab": "54018", "rotation": "0|0|0", "revolve": 0, "scale": [ @@ -11892,8 +11892,8 @@ 1, 1 ], - "icon": "54017", - "vocal": "54017", + "icon": "54018", + "vocal": "54018", "tujing": [ 107 ], @@ -11967,7 +11967,7 @@ "ip": 1, "sd": 1, "handbook": -1, - "prefab": "54017", + "prefab": "54019", "rotation": "0|0|0", "revolve": 0, "scale": [ @@ -11975,8 +11975,8 @@ 1, 1 ], - "icon": "54017", - "vocal": "54017", + "icon": "54019", + "vocal": "54019", "tujing": [ 107 ], @@ -12050,7 +12050,7 @@ "ip": 1, "sd": 1, "handbook": -1, - "prefab": "54017", + "prefab": "54020", "rotation": "0|0|0", "revolve": 0, "scale": [ @@ -12058,8 +12058,8 @@ 1, 1 ], - "icon": "54017", - "vocal": "54017", + "icon": "54020", + "vocal": "54020", "tujing": [ 107 ], @@ -12119,6 +12119,255 @@ "text": "传说中的守护者“村民猪”,拥有不俗的战斗能力" } }, + { + "hid": "54021", + "name": { + "key": "hero_main_name_54021", + "text": "葛伦科" + }, + "star": 5, + "color": 4, + "race": 4, + "job": 1, + "type": 2, + "ip": 1, + "sd": 1, + "handbook": -1, + "prefab": "54021", + "rotation": "0|0|0", + "revolve": 0, + "scale": [ + 1, + 1, + 1 + ], + "icon": "54021", + "vocal": "54021", + "tujing": [ + 107 + ], + "detailwindow": "effect_chezhan_daiji", + "intr": { + "key": "", + "text": "" + }, + "events": "hero_54005", + "cite": "", + "effectstay": [], + "hpspace": { + "x": 0, + "y": -0.69, + "z": 0 + }, + "capskillrule": 101, + "skill": 0, + "skill1": 0, + "skill2": 0, + "skill3": 0, + "txt": { + "key": "atlas_54021", + "text": "" + }, + "enteranivalue": 0, + "camerainterval": 0, + "equiprcom": [ + 1, + 2, + 10 + ], + "angle": 0, + "deviation": 0, + "show": 2, + "herofrag": [ + { + "a": "item", + "t": "12025001", + "n": 1 + } + ], + "herofragnum": 6, + "heroskillup": [ + "10000004" + ], + "expitem": [ + { + "a": "item", + "t": "10000013", + "n": 1 + } + ], + "expitemnum": 7, + "herointr": { + "key": "hero_main_herointr_145", + "text": "传说中的守护者“葛伦科”,拥有不俗的战斗能力" + } + }, + { + "hid": "54022", + "name": { + "key": "hero_main_name_54022", + "text": "阴影战士" + }, + "star": 5, + "color": 4, + "race": 4, + "job": 1, + "type": 2, + "ip": 1, + "sd": 1, + "handbook": -1, + "prefab": "54022", + "rotation": "0|0|0", + "revolve": 0, + "scale": [ + 1, + 1, + 1 + ], + "icon": "54022", + "vocal": "54022", + "tujing": [ + 107 + ], + "detailwindow": "effect_chezhan_daiji", + "intr": { + "key": "", + "text": "" + }, + "events": "hero_54005", + "cite": "", + "effectstay": [], + "hpspace": { + "x": 0, + "y": -0.69, + "z": 0 + }, + "capskillrule": 101, + "skill": 0, + "skill1": 0, + "skill2": 0, + "skill3": 0, + "txt": { + "key": "atlas_54022", + "text": "" + }, + "enteranivalue": 0, + "camerainterval": 0, + "equiprcom": [ + 1, + 2, + 10 + ], + "angle": 0, + "deviation": 0, + "show": 2, + "herofrag": [ + { + "a": "item", + "t": "12025001", + "n": 1 + } + ], + "herofragnum": 6, + "heroskillup": [ + "10000004" + ], + "expitem": [ + { + "a": "item", + "t": "10000013", + "n": 1 + } + ], + "expitemnum": 7, + "herointr": { + "key": "hero_main_herointr_145", + "text": "传说中的守护者“阴影战士”,拥有不俗的战斗能力" + } + }, + { + "hid": "54023", + "name": { + "key": "hero_main_name_54023", + "text": "龙群" + }, + "star": 5, + "color": 4, + "race": 4, + "job": 1, + "type": 2, + "ip": 1, + "sd": 1, + "handbook": -1, + "prefab": "54023", + "rotation": "0|0|0", + "revolve": 0, + "scale": [ + 1, + 1, + 1 + ], + "icon": "54023", + "vocal": "54023", + "tujing": [ + 107 + ], + "detailwindow": "effect_chezhan_daiji", + "intr": { + "key": "", + "text": "" + }, + "events": "hero_54005", + "cite": "", + "effectstay": [], + "hpspace": { + "x": 0, + "y": -0.69, + "z": 0 + }, + "capskillrule": 101, + "skill": 0, + "skill1": 0, + "skill2": 0, + "skill3": 0, + "txt": { + "key": "atlas_54023", + "text": "" + }, + "enteranivalue": 0, + "camerainterval": 0, + "equiprcom": [ + 1, + 2, + 10 + ], + "angle": 0, + "deviation": 0, + "show": 2, + "herofrag": [ + { + "a": "item", + "t": "12025001", + "n": 1 + } + ], + "herofragnum": 6, + "heroskillup": [ + "10000004" + ], + "expitem": [ + { + "a": "item", + "t": "10000013", + "n": 1 + } + ], + "expitemnum": 7, + "herointr": { + "key": "hero_main_herointr_145", + "text": "传说中的守护者“龙群”,拥有不俗的战斗能力" + } + }, { "hid": "51050", "name": { diff --git a/bin/json/game_mainachievement.json b/bin/json/game_mainachievement.json index 2ef5b8fe8..7e3c9ef54 100644 --- a/bin/json/game_mainachievement.json +++ b/bin/json/game_mainachievement.json @@ -4,7 +4,7 @@ "id": 11001, "title": { "key": "mainchapter_main_achievement_title_1", - "text": "遗香残留" + "text": "迷人的反派" }, "taskid": 11001001, "reword": [ @@ -16,7 +16,7 @@ { "a": "item", "t": "24011001", - "n": 50 + "n": 100 } ], "icon": "item_10000008" @@ -26,7 +26,7 @@ "id": 11001, "title": { "key": "mainchapter_main_achievement_title_2", - "text": "正与邪" + "text": "暗影潜袭" }, "taskid": 11001002, "reword": [ @@ -38,7 +38,7 @@ { "a": "item", "t": "24011001", - "n": 50 + "n": 100 } ], "icon": "item_10000008" @@ -60,7 +60,7 @@ { "a": "item", "t": "24011001", - "n": 50 + "n": 100 } ], "icon": "item_10000009" @@ -82,7 +82,7 @@ { "a": "item", "t": "24011001", - "n": 50 + "n": 100 } ], "icon": "item_10000009" @@ -104,7 +104,7 @@ { "a": "item", "t": "24011001", - "n": 50 + "n": 100 } ], "icon": "item_10000009" @@ -126,7 +126,7 @@ { "a": "item", "t": "24011001", - "n": 50 + "n": 100 } ], "icon": "item_10000009" @@ -148,7 +148,7 @@ { "a": "item", "t": "24011001", - "n": 50 + "n": 100 } ], "icon": "item_10000001" @@ -170,7 +170,7 @@ { "a": "item", "t": "24011001", - "n": 50 + "n": 100 } ], "icon": "item_10000001" @@ -192,7 +192,7 @@ { "a": "item", "t": "24011001", - "n": 50 + "n": 100 } ], "icon": "item_10000001" diff --git a/bin/json/game_mainstage.json b/bin/json/game_mainstage.json index 8a339c32f..d5f22fb17 100644 --- a/bin/json/game_mainstage.json +++ b/bin/json/game_mainstage.json @@ -1242,8 +1242,8 @@ "destroy": 1, "progress": 1, "stroyshow": 0, - "frontstoryid": 200181, - "afterstoryid": 0, + "frontstoryid": 200180, + "afterstoryid": 200181, "maingroupName": { "key": "", "text": "" @@ -1918,7 +1918,7 @@ "venturemodelspeed": 0, "venturemodelscale": 0, "move_type": 0, - "venturemodel": "", + "venturemodel": "Person/53001/53001_q_evil.prefab", "bubbletalk": { "key": "", "text": "" @@ -1943,7 +1943,7 @@ "destroy": 1, "progress": 1, "stroyshow": 0, - "frontstoryid": 200250, + "frontstoryid": 200241, "afterstoryid": 0, "maingroupName": { "key": "", @@ -1980,7 +1980,7 @@ { "id": 1101021, "chapterid": 11001, - "group_id": 100118, + "group_id": 1001171, "previous_group_id": [ 100117 ], @@ -1988,6 +1988,368 @@ "buried_type": 0, "buried": 0, "grouptype": [], + "Episodetype": 7, + "stage_param": 0, + "inherit": 0, + "battle_fail": 0, + "venturemodelspeed": 0, + "venturemodelscale": 0, + "move_type": 0, + "venturemodel": "Person/53001/53001_q_evil.prefab", + "bubbletalk": { + "key": "", + "text": "" + }, + "venturetype": 0, + "ventureavatar": [], + "scene_effect": [ + "miwu" + ], + "scene_effectfilter": "", + "is_near": 0, + "openlevel": 1, + "EditorStage": 0, + "herocolor": 0, + "heroimg": "zxgq_qp_icon_gth", + "bubbletext": { + "key": "", + "text": "" + }, + "animation": [], + "hide": 0, + "destroy": 1, + "progress": 1, + "stroyshow": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "maingroupName": { + "key": "", + "text": "" + }, + "mainlineName": { + "key": "", + "text": "" + }, + "title": { + "key": "", + "text": "" + }, + "desc": { + "key": "", + "text": "" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [ + { + "a": "item", + "t": "24012002", + "n": 1 + } + ], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], + "helphero": [], + "banhero": [], + "star": [], + "star_type": [], + "star_value": [], + "challengeward": 0 + }, + { + "id": 1101022, + "chapterid": 11001, + "group_id": 1001172, + "previous_group_id": [ + 100117 + ], + "previoustage": 0, + "buried_type": 0, + "buried": 0, + "grouptype": [], + "Episodetype": 7, + "stage_param": 0, + "inherit": 0, + "battle_fail": 0, + "venturemodelspeed": 0, + "venturemodelscale": 0, + "move_type": 0, + "venturemodel": "Person/53001/53001_q_evil.prefab", + "bubbletalk": { + "key": "", + "text": "" + }, + "venturetype": 0, + "ventureavatar": [], + "scene_effect": [ + "miwu" + ], + "scene_effectfilter": "", + "is_near": 0, + "openlevel": 1, + "EditorStage": 0, + "herocolor": 0, + "heroimg": "zxgq_qp_icon_gth", + "bubbletext": { + "key": "", + "text": "" + }, + "animation": [], + "hide": 0, + "destroy": 1, + "progress": 1, + "stroyshow": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "maingroupName": { + "key": "", + "text": "" + }, + "mainlineName": { + "key": "", + "text": "" + }, + "title": { + "key": "", + "text": "" + }, + "desc": { + "key": "", + "text": "" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [ + { + "a": "item", + "t": "24012002", + "n": 1 + } + ], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], + "helphero": [], + "banhero": [], + "star": [], + "star_type": [], + "star_value": [], + "challengeward": 0 + }, + { + "id": 1101023, + "chapterid": 11001, + "group_id": 1001173, + "previous_group_id": [ + 1001171, + 1001172 + ], + "previoustage": 0, + "buried_type": 0, + "buried": 0, + "grouptype": [], + "Episodetype": 3, + "stage_param": 0, + "inherit": 0, + "battle_fail": 0, + "venturemodelspeed": 0, + "venturemodelscale": 0, + "move_type": 0, + "venturemodel": "Person/53001/53001_q_evil.prefab", + "bubbletalk": { + "key": "", + "text": "" + }, + "venturetype": 1, + "ventureavatar": [ + "Person/mount/54101_q.prefab", + "Person/mount/54006_q.prefab" + ], + "scene_effect": [ + "miwu" + ], + "scene_effectfilter": "", + "is_near": 0, + "openlevel": 1, + "EditorStage": 0, + "herocolor": 0, + "heroimg": "zxgq_qp_icon_gth", + "bubbletext": { + "key": "", + "text": "" + }, + "animation": [], + "hide": 0, + "destroy": 1, + "progress": 1, + "stroyshow": 0, + "frontstoryid": 200242, + "afterstoryid": 0, + "maingroupName": { + "key": "", + "text": "" + }, + "mainlineName": { + "key": "", + "text": "" + }, + "title": { + "key": "", + "text": "" + }, + "desc": { + "key": "", + "text": "" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], + "helphero": [], + "banhero": [], + "star": [], + "star_type": [], + "star_value": [], + "challengeward": 0 + }, + { + "id": 1101024, + "chapterid": 11001, + "group_id": 1001174, + "previous_group_id": [ + 1001173 + ], + "previoustage": 0, + "buried_type": 0, + "buried": 0, + "grouptype": [], + "Episodetype": 1, + "stage_param": 0, + "inherit": 0, + "battle_fail": 0, + "venturemodelspeed": 0, + "venturemodelscale": 0, + "move_type": 0, + "venturemodel": "", + "bubbletalk": { + "key": "", + "text": "" + }, + "venturetype": 0, + "ventureavatar": [], + "scene_effect": [ + "miwu" + ], + "scene_effectfilter": "", + "is_near": 0, + "openlevel": 1, + "EditorStage": 0, + "herocolor": 0, + "heroimg": "zxgq_qp_icon_gth", + "bubbletext": { + "key": "", + "text": "" + }, + "animation": [], + "hide": 0, + "destroy": 1, + "progress": 1, + "stroyshow": 0, + "frontstoryid": 200250, + "afterstoryid": 200251, + "maingroupName": { + "key": "", + "text": "" + }, + "mainlineName": { + "key": "", + "text": "" + }, + "title": { + "key": "", + "text": "" + }, + "desc": { + "key": "", + "text": "" + }, + "exp": 0, + "hero_exp": 300, + "ps_consume": [ + { + "a": "attr", + "t": "ps", + "n": 9 + } + ], + "ps_mg": [ + { + "a": "attr", + "t": "ps", + "n": 1 + } + ], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + } + ], + "lotteryward": 17110110, + "commonaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + } + ], + "BattleReadyID": 10103005, + "FormatList": [ + 720022 + ], + "helphero": [], + "banhero": [], + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ], + "challengeward": 0 + }, + { + "id": 1101025, + "chapterid": 11001, + "group_id": 100118, + "previous_group_id": [ + 1001174 + ], + "previoustage": 0, + "buried_type": 0, + "buried": 0, + "grouptype": [], "Episodetype": 3, "stage_param": 0, "inherit": 0, @@ -2024,7 +2386,7 @@ "destroy": 1, "progress": 1, "stroyshow": 0, - "frontstoryid": 200251, + "frontstoryid": 200252, "afterstoryid": 0, "maingroupName": { "key": "", @@ -2059,7 +2421,7 @@ "challengeward": 0 }, { - "id": 1101022, + "id": 1101026, "chapterid": 11001, "group_id": 100119, "previous_group_id": [ @@ -2138,7 +2500,7 @@ "challengeward": 0 }, { - "id": 1101023, + "id": 1101027, "chapterid": 11001, "group_id": 100120, "previous_group_id": [ @@ -2213,7 +2575,7 @@ "challengeward": 0 }, { - "id": 1101024, + "id": 1101028, "chapterid": 11001, "group_id": 100121, "previous_group_id": [ @@ -2326,7 +2688,7 @@ "challengeward": 0 }, { - "id": 1101025, + "id": 1101029, "chapterid": 11001, "group_id": 100122, "previous_group_id": [ @@ -2405,7 +2767,7 @@ "challengeward": 0 }, { - "id": 1101026, + "id": 1101030, "chapterid": 11001, "group_id": 100123, "previous_group_id": [ @@ -2518,7 +2880,7 @@ "challengeward": 0 }, { - "id": 1101027, + "id": 1101031, "chapterid": 11001, "group_id": 100124, "previous_group_id": [ @@ -2593,7 +2955,7 @@ "challengeward": 0 }, { - "id": 1101028, + "id": 1101032, "chapterid": 11001, "group_id": 100125, "previous_group_id": [ @@ -2668,7 +3030,7 @@ "challengeward": 0 }, { - "id": 1101029, + "id": 1101033, "chapterid": 11001, "group_id": 100126, "previous_group_id": [ @@ -2783,7 +3145,7 @@ "challengeward": 0 }, { - "id": 1101030, + "id": 1101034, "chapterid": 11001, "group_id": 100127, "previous_group_id": [ @@ -2797,20 +3159,16 @@ "stage_param": 0, "inherit": 0, "battle_fail": 0, - "venturemodelspeed": 9, - "venturemodelscale": 2, - "move_type": 1, - "venturemodel": "Person/mount/54021_q.prefab", + "venturemodelspeed": 0, + "venturemodelscale": 0, + "move_type": 0, + "venturemodel": "Person/mount/35003_q.prefab", "bubbletalk": { "key": "", "text": "" }, - "venturetype": 2, - "ventureavatar": [ - "player", - "sbkp_js_24004", - "sbkp_js_14003" - ], + "venturetype": 0, + "ventureavatar": [], "scene_effect": [], "scene_effectfilter": "", "is_near": 0, @@ -2862,11 +3220,165 @@ "challengeward": 0 }, { - "id": 1101031, + "id": 1101035, + "chapterid": 11001, + "group_id": 1001271, + "previous_group_id": [ + 100127 + ], + "previoustage": 0, + "buried_type": 0, + "buried": 0, + "grouptype": [], + "Episodetype": 3, + "stage_param": 0, + "inherit": 0, + "battle_fail": 0, + "venturemodelspeed": 0, + "venturemodelscale": 0, + "move_type": 0, + "venturemodel": "", + "bubbletalk": { + "key": "", + "text": "" + }, + "venturetype": 0, + "ventureavatar": [], + "scene_effect": [], + "scene_effectfilter": "", + "is_near": 0, + "openlevel": 0, + "EditorStage": 0, + "herocolor": 0, + "heroimg": "zxgq_qp_icon_gth", + "bubbletext": { + "key": "", + "text": "" + }, + "animation": [], + "hide": 0, + "destroy": 1, + "progress": 1, + "stroyshow": 0, + "frontstoryid": 200381, + "afterstoryid": 0, + "maingroupName": { + "key": "", + "text": "" + }, + "mainlineName": { + "key": "", + "text": "" + }, + "title": { + "key": "", + "text": "" + }, + "desc": { + "key": "", + "text": "" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], + "helphero": [], + "banhero": [], + "star": [], + "star_type": [], + "star_value": [], + "challengeward": 0 + }, + { + "id": 1101036, + "chapterid": 11001, + "group_id": 1001272, + "previous_group_id": [ + 1001271 + ], + "previoustage": 0, + "buried_type": 0, + "buried": 0, + "grouptype": [], + "Episodetype": 3, + "stage_param": 0, + "inherit": 0, + "battle_fail": 0, + "venturemodelspeed": 9, + "venturemodelscale": 2, + "move_type": 1, + "venturemodel": "Person/mount/54021_q.prefab", + "bubbletalk": { + "key": "", + "text": "" + }, + "venturetype": 2, + "ventureavatar": [ + "player", + "sbkp_js_24004", + "sbkp_js_14003" + ], + "scene_effect": [], + "scene_effectfilter": "", + "is_near": 0, + "openlevel": 0, + "EditorStage": 0, + "herocolor": 0, + "heroimg": "zxgq_qp_icon_gth", + "bubbletext": { + "key": "", + "text": "" + }, + "animation": [], + "hide": 0, + "destroy": 1, + "progress": 1, + "stroyshow": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "maingroupName": { + "key": "", + "text": "" + }, + "mainlineName": { + "key": "", + "text": "" + }, + "title": { + "key": "", + "text": "" + }, + "desc": { + "key": "", + "text": "" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], + "helphero": [], + "banhero": [], + "star": [], + "star_type": [], + "star_value": [], + "challengeward": 0 + }, + { + "id": 1101037, "chapterid": 11001, "group_id": 100128, "previous_group_id": [ - 100127 + 1001272 ], "previoustage": 0, "buried_type": 0, @@ -2902,7 +3414,7 @@ "destroy": 1, "progress": 1, "stroyshow": 0, - "frontstoryid": 200390, + "frontstoryid": 200391, "afterstoryid": 0, "maingroupName": { "key": "", @@ -2937,7 +3449,7 @@ "challengeward": 0 }, { - "id": 1101032, + "id": 1101038, "chapterid": 11001, "group_id": 100129, "previous_group_id": [ @@ -3012,7 +3524,7 @@ "challengeward": 0 }, { - "id": 1101033, + "id": 1101039, "chapterid": 11001, "group_id": 100130, "previous_group_id": [ @@ -3087,7 +3599,7 @@ "challengeward": 0 }, { - "id": 1101034, + "id": 1101040, "chapterid": 11001, "group_id": 100131, "previous_group_id": [], @@ -3198,7 +3710,7 @@ "challengeward": 0 }, { - "id": 1101035, + "id": 1101041, "chapterid": 11001, "group_id": 100132, "previous_group_id": [ @@ -3272,996 +3784,12 @@ "star_value": [], "challengeward": 0 }, - { - "id": 1101036, - "chapterid": 11001, - "group_id": 100133, - "previous_group_id": [ - 100130 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 1, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 1, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "main_stage_bubbletext_33", - "text": "所以你想听失败者的回忆吗?" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 200510, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_3", - "text": "遇见黑暗" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_59", - "text": "2-25" - }, - "title": { - "key": "mainchapter_main_stage_title_35", - "text": "猎龙团的反抗" - }, - "desc": { - "key": "mainchapter_main_stage_desc_37", - "text": "忠诚的誓言宛若虚妄的承诺,命运的赦令已然转动,涤罪的火焰在身上流淌,但依然逃不出气运的封锁。与黑暗同行的人啊,你该如何反抗真正的黑暗呢?" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "11110", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6600 - }, - { - "a": "equi", - "t": "11120", - "n": 1 - } - ], - "BattleReadyID": 10103001, - "FormatList": [ - 1102001 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 12001 - }, - { - "id": 1101037, - "chapterid": 11001, - "group_id": 100133, - "previous_group_id": [ - 100130 - ], - "previoustage": 1101036, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 1, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 1, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "main_stage_bubbletext_34", - "text": "所以你想听失败者的回忆吗?" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_4", - "text": "忠诚宣誓" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_60", - "text": "2-26" - }, - "title": { - "key": "mainchapter_main_stage_title_36", - "text": "猎龙团的反抗" - }, - "desc": { - "key": "mainchapter_main_stage_desc_38", - "text": "忠诚的誓言宛若虚妄的承诺,命运的赦令已然转动,涤罪的火焰在身上流淌,但依然逃不出气运的封锁。与黑暗同行的人啊,你该如何反抗真正的黑暗呢?" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10130", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 8000 - }, - { - "a": "equi", - "t": "10130", - "n": 1 - } - ], - "BattleReadyID": 10103001, - "FormatList": [ - 1102002 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 12001 - }, - { - "id": 1101038, - "chapterid": 11001, - "group_id": 100133, - "previous_group_id": [ - 100130 - ], - "previoustage": 1101037, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 1, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 1, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "main_stage_bubbletext_35", - "text": "所以你想听失败者的回忆吗?" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_5", - "text": "拥抱黑暗" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_61", - "text": "2-27" - }, - "title": { - "key": "mainchapter_main_stage_title_37", - "text": "猎龙团的反抗" - }, - "desc": { - "key": "mainchapter_main_stage_desc_39", - "text": "忠诚的誓言宛若虚妄的承诺,命运的赦令已然转动,涤罪的火焰在身上流淌,但依然逃不出气运的封锁。与黑暗同行的人啊,你该如何反抗真正的黑暗呢?" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10131", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 8000 - }, - { - "a": "equi", - "t": "10131", - "n": 1 - } - ], - "BattleReadyID": 10103001, - "FormatList": [ - 1102003 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 12001 - }, - { - "id": 1101039, - "chapterid": 11001, - "group_id": 100133, - "previous_group_id": [ - 100130 - ], - "previoustage": 1101038, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 1, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 1, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "main_stage_bubbletext_36", - "text": "所以你想听失败者的回忆吗?" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_6", - "text": "涤罪之焰" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_62", - "text": "2-28" - }, - "title": { - "key": "mainchapter_main_stage_title_38", - "text": "猎龙团的反抗" - }, - "desc": { - "key": "mainchapter_main_stage_desc_40", - "text": "忠诚的誓言宛若虚妄的承诺,命运的赦令已然转动,涤罪的火焰在身上流淌,但依然逃不出气运的封锁。与黑暗同行的人啊,你该如何反抗真正的黑暗呢?" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10132", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 8000 - }, - { - "a": "equi", - "t": "10132", - "n": 1 - } - ], - "BattleReadyID": 10103001, - "FormatList": [ - 1102004 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 12001 - }, - { - "id": 1101040, - "chapterid": 11001, - "group_id": 100133, - "previous_group_id": [ - 100130 - ], - "previoustage": 1101039, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 1, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 1, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "main_stage_bubbletext_37", - "text": "所以你想听失败者的回忆吗?" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_7", - "text": "昔日旧友" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_63", - "text": "2-29" - }, - "title": { - "key": "mainchapter_main_stage_title_39", - "text": "猎龙团的反抗" - }, - "desc": { - "key": "mainchapter_main_stage_desc_41", - "text": "忠诚的誓言宛若虚妄的承诺,命运的赦令已然转动,涤罪的火焰在身上流淌,但依然逃不出气运的封锁。与黑暗同行的人啊,你该如何反抗真正的黑暗呢?" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10133", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 8000 - }, - { - "a": "equi", - "t": "10133", - "n": 1 - } - ], - "BattleReadyID": 10103001, - "FormatList": [ - 1102005 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 12001 - }, - { - "id": 1101041, - "chapterid": 11001, - "group_id": 100133, - "previous_group_id": [ - 100130 - ], - "previoustage": 1101040, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 1, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 1, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "main_stage_bubbletext_38", - "text": "所以你想听失败者的回忆吗?" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_8", - "text": "虚妄之诺" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_64", - "text": "2-30" - }, - "title": { - "key": "mainchapter_main_stage_title_40", - "text": "猎龙团的反抗" - }, - "desc": { - "key": "mainchapter_main_stage_desc_42", - "text": "忠诚的誓言宛若虚妄的承诺,命运的赦令已然转动,涤罪的火焰在身上流淌,但依然逃不出气运的封锁。与黑暗同行的人啊,你该如何反抗真正的黑暗呢?" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10134", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 8000 - }, - { - "a": "equi", - "t": "10134", - "n": 1 - } - ], - "BattleReadyID": 10103001, - "FormatList": [ - 1102006 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 12001 - }, { "id": 1101042, "chapterid": 11001, - "group_id": 100133, - "previous_group_id": [ - 100130 - ], - "previoustage": 1101041, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 1, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 1, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "main_stage_bubbletext_39", - "text": "所以你想听失败者的回忆吗?" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_9", - "text": "命运赦令" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_65", - "text": "2-31" - }, - "title": { - "key": "mainchapter_main_stage_title_41", - "text": "猎龙团的反抗" - }, - "desc": { - "key": "mainchapter_main_stage_desc_43", - "text": "忠诚的誓言宛若虚妄的承诺,命运的赦令已然转动,涤罪的火焰在身上流淌,但依然逃不出气运的封锁。与黑暗同行的人啊,你该如何反抗真正的黑暗呢?" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10133", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 8000 - }, - { - "a": "equi", - "t": "10133", - "n": 1 - } - ], - "BattleReadyID": 10103001, - "FormatList": [ - 1102007 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 12001 - }, - { - "id": 1101043, - "chapterid": 11001, - "group_id": 100133, - "previous_group_id": [ - 100130 - ], - "previoustage": 1101042, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 1, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 1, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "main_stage_bubbletext_40", - "text": "所以你想听失败者的回忆吗?" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 200520, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_10", - "text": "气运之末" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_66", - "text": "2-32" - }, - "title": { - "key": "mainchapter_main_stage_title_42", - "text": "猎龙团的反抗" - }, - "desc": { - "key": "mainchapter_main_stage_desc_44", - "text": "忠诚的誓言宛若虚妄的承诺,命运的赦令已然转动,涤罪的火焰在身上流淌,但依然逃不出气运的封锁。与黑暗同行的人啊,你该如何反抗真正的黑暗呢?" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10134", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 8000 - }, - { - "a": "equi", - "t": "10134", - "n": 1 - } - ], - "BattleReadyID": 10103001, - "FormatList": [ - 1102008 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 12001 - }, - { - "id": 1101044, - "chapterid": 11001, "group_id": 100134, "previous_group_id": [ - 100133 + 100128 ], "previoustage": 0, "buried_type": 0, @@ -4380,13 +3908,13 @@ "challengeward": 13001 }, { - "id": 1101045, + "id": 1101043, "chapterid": 11001, "group_id": 100134, "previous_group_id": [ - 100133 + 100128 ], - "previoustage": 1101044, + "previoustage": 1101042, "buried_type": 0, "buried": 0, "grouptype": [], @@ -4503,13 +4031,13 @@ "challengeward": 13001 }, { - "id": 1101046, + "id": 1101044, "chapterid": 11001, "group_id": 100134, "previous_group_id": [ - 100133 + 100128 ], - "previoustage": 1101045, + "previoustage": 1101043, "buried_type": 0, "buried": 0, "grouptype": [], @@ -4626,13 +4154,13 @@ "challengeward": 13001 }, { - "id": 1101047, + "id": 1101045, "chapterid": 11001, "group_id": 100134, "previous_group_id": [ - 100133 + 100128 ], - "previoustage": 1101046, + "previoustage": 1101044, "buried_type": 0, "buried": 0, "grouptype": [], @@ -4749,13 +4277,13 @@ "challengeward": 13001 }, { - "id": 1101048, + "id": 1101046, "chapterid": 11001, "group_id": 100134, "previous_group_id": [ - 100133 + 100128 ], - "previoustage": 1101047, + "previoustage": 1101045, "buried_type": 0, "buried": 0, "grouptype": [], @@ -4872,13 +4400,13 @@ "challengeward": 13001 }, { - "id": 1101049, + "id": 1101047, "chapterid": 11001, "group_id": 100134, "previous_group_id": [ - 100133 + 100128 ], - "previoustage": 1101048, + "previoustage": 1101046, "buried_type": 0, "buried": 0, "grouptype": [], @@ -4995,13 +4523,13 @@ "challengeward": 13001 }, { - "id": 1101050, + "id": 1101048, "chapterid": 11001, "group_id": 100134, "previous_group_id": [ - 100133 + 100128 ], - "previoustage": 1101049, + "previoustage": 1101047, "buried_type": 0, "buried": 0, "grouptype": [], @@ -5118,13 +4646,13 @@ "challengeward": 13001 }, { - "id": 1101051, + "id": 1101049, "chapterid": 11001, "group_id": 100134, "previous_group_id": [ - 100133 + 100128 ], - "previoustage": 1101050, + "previoustage": 1101048, "buried_type": 0, "buried": 0, "grouptype": [], @@ -5241,7 +4769,7 @@ "challengeward": 13001 }, { - "id": 1101052, + "id": 1101050, "chapterid": 11001, "group_id": 100135, "previous_group_id": [ @@ -5364,13 +4892,13 @@ "challengeward": 14001 }, { - "id": 1101053, + "id": 1101051, "chapterid": 11001, "group_id": 100135, "previous_group_id": [ 100134 ], - "previoustage": 1101052, + "previoustage": 1101050, "buried_type": 0, "buried": 0, "grouptype": [], @@ -5487,13 +5015,13 @@ "challengeward": 14001 }, { - "id": 1101054, + "id": 1101052, "chapterid": 11001, "group_id": 100135, "previous_group_id": [ 100134 ], - "previoustage": 1101053, + "previoustage": 1101051, "buried_type": 0, "buried": 0, "grouptype": [], @@ -5610,13 +5138,13 @@ "challengeward": 14001 }, { - "id": 1101055, + "id": 1101053, "chapterid": 11001, "group_id": 100135, "previous_group_id": [ 100134 ], - "previoustage": 1101054, + "previoustage": 1101052, "buried_type": 0, "buried": 0, "grouptype": [], @@ -5733,13 +5261,13 @@ "challengeward": 14001 }, { - "id": 1101056, + "id": 1101054, "chapterid": 11001, "group_id": 100135, "previous_group_id": [ 100134 ], - "previoustage": 1101055, + "previoustage": 1101053, "buried_type": 0, "buried": 0, "grouptype": [], @@ -5856,13 +5384,13 @@ "challengeward": 14001 }, { - "id": 1101057, + "id": 1101055, "chapterid": 11001, "group_id": 100135, "previous_group_id": [ 100134 ], - "previoustage": 1101056, + "previoustage": 1101054, "buried_type": 0, "buried": 0, "grouptype": [], @@ -5979,13 +5507,13 @@ "challengeward": 14001 }, { - "id": 1101058, + "id": 1101056, "chapterid": 11001, "group_id": 100135, "previous_group_id": [ 100134 ], - "previoustage": 1101057, + "previoustage": 1101055, "buried_type": 0, "buried": 0, "grouptype": [], @@ -6102,13 +5630,13 @@ "challengeward": 14001 }, { - "id": 1101059, + "id": 1101057, "chapterid": 11001, "group_id": 100135, "previous_group_id": [ 100134 ], - "previoustage": 1101058, + "previoustage": 1101056, "buried_type": 0, "buried": 0, "grouptype": [], @@ -6225,7 +5753,7 @@ "challengeward": 14001 }, { - "id": 1101060, + "id": 1101058, "chapterid": 11001, "group_id": 100136, "previous_group_id": [ @@ -6305,7 +5833,7 @@ "challengeward": 0 }, { - "id": 1101061, + "id": 1101059, "chapterid": 11001, "group_id": 100137, "previous_group_id": [ @@ -6385,7 +5913,7 @@ "challengeward": 0 }, { - "id": 1101062, + "id": 1101060, "chapterid": 11001, "group_id": 100138, "previous_group_id": [ @@ -6465,7 +5993,7 @@ "challengeward": 0 }, { - "id": 1101063, + "id": 1101061, "chapterid": 11001, "group_id": 100139, "previous_group_id": [ @@ -6543,7 +6071,7 @@ "challengeward": 0 }, { - "id": 1101064, + "id": 1101062, "chapterid": 11001, "group_id": 100140, "previous_group_id": [ @@ -6621,7 +6149,7 @@ "challengeward": 0 }, { - "id": 1101065, + "id": 1101063, "chapterid": 11001, "group_id": 100141, "previous_group_id": [ @@ -6699,7 +6227,7 @@ "challengeward": 0 }, { - "id": 1101066, + "id": 1101064, "chapterid": 11001, "group_id": 100142, "previous_group_id": [ @@ -6786,7 +6314,7 @@ "challengeward": 0 }, { - "id": 1101067, + "id": 1101065, "chapterid": 11001, "group_id": 100143, "previous_group_id": [ @@ -6873,7 +6401,7 @@ "challengeward": 0 }, { - "id": 1101068, + "id": 1101066, "chapterid": 11001, "group_id": 100144, "previous_group_id": [ @@ -6960,7 +6488,7 @@ "challengeward": 0 }, { - "id": 1101069, + "id": 1101067, "chapterid": 11001, "group_id": 100145, "previous_group_id": [ @@ -7047,7 +6575,7 @@ "challengeward": 0 }, { - "id": 1101070, + "id": 1101068, "chapterid": 11001, "group_id": 100146, "previous_group_id": [ @@ -7134,7 +6662,7 @@ "challengeward": 0 }, { - "id": 1101071, + "id": 1101069, "chapterid": 11001, "group_id": 100147, "previous_group_id": [ @@ -7221,7 +6749,7 @@ "challengeward": 0 }, { - "id": 1101072, + "id": 1101070, "chapterid": 11001, "group_id": 100148, "previous_group_id": [ @@ -7308,7 +6836,7 @@ "challengeward": 0 }, { - "id": 1101073, + "id": 1101071, "chapterid": 11001, "group_id": 100149, "previous_group_id": [ @@ -7395,7 +6923,7 @@ "challengeward": 0 }, { - "id": 1101074, + "id": 1101072, "chapterid": 11001, "group_id": 100150, "previous_group_id": [ @@ -7485,7 +7013,7 @@ "challengeward": 0 }, { - "id": 1101075, + "id": 1101073, "chapterid": 11001, "group_id": 100151, "previous_group_id": [ @@ -7608,7 +7136,7 @@ "challengeward": 12001 }, { - "id": 1101076, + "id": 1101074, "chapterid": 11001, "group_id": 100152, "previous_group_id": [ @@ -7695,7 +7223,7 @@ "challengeward": 0 }, { - "id": 1101077, + "id": 1101075, "chapterid": 11001, "group_id": 100153, "previous_group_id": [ @@ -7782,7 +7310,7 @@ "challengeward": 0 }, { - "id": 1101078, + "id": 1101076, "chapterid": 11001, "group_id": 100154, "previous_group_id": [ @@ -7869,7 +7397,7 @@ "challengeward": 0 }, { - "id": 1101079, + "id": 1101077, "chapterid": 11001, "group_id": 100155, "previous_group_id": [ @@ -7982,7 +7510,7 @@ "challengeward": 12001 }, { - "id": 1101080, + "id": 1101078, "chapterid": 11001, "group_id": 100156, "previous_group_id": [ @@ -8074,7 +7602,7 @@ "challengeward": 0 }, { - "id": 1101081, + "id": 1101079, "chapterid": 11001, "group_id": 100157, "previous_group_id": [ @@ -8166,7 +7694,7 @@ "challengeward": 0 }, { - "id": 1101082, + "id": 1101080, "chapterid": 11001, "group_id": 100158, "previous_group_id": [ @@ -8258,7 +7786,7 @@ "challengeward": 0 }, { - "id": 1101083, + "id": 1101081, "chapterid": 11001, "group_id": 100159, "previous_group_id": [ @@ -8378,7 +7906,7 @@ "challengeward": 12001 }, { - "id": 1101085, + "id": 1101082, "chapterid": 11001, "group_id": 1001591, "previous_group_id": [ @@ -8459,7 +7987,7 @@ "challengeward": 0 }, { - "id": 1101086, + "id": 1101083, "chapterid": 11001, "group_id": 1001592, "previous_group_id": [ @@ -8540,7 +8068,7 @@ "challengeward": 0 }, { - "id": 1101087, + "id": 1101084, "chapterid": 11001, "group_id": 1001593, "previous_group_id": [ @@ -8621,7 +8149,7 @@ "challengeward": 0 }, { - "id": 1101088, + "id": 1101085, "chapterid": 11001, "group_id": 100160, "previous_group_id": [ @@ -8721,7 +8249,7 @@ "challengeward": 0 }, { - "id": 1101089, + "id": 1101086, "chapterid": 11001, "group_id": 100161, "previous_group_id": [ @@ -8802,7 +8330,7 @@ "challengeward": 0 }, { - "id": 1101090, + "id": 1101087, "chapterid": 11001, "group_id": 100162, "previous_group_id": [ @@ -8883,7 +8411,7 @@ "challengeward": 0 }, { - "id": 1101091, + "id": 1101088, "chapterid": 11001, "group_id": 100163, "previous_group_id": [ @@ -8964,7 +8492,7 @@ "challengeward": 0 }, { - "id": 1101092, + "id": 1101089, "chapterid": 11001, "group_id": 100164, "previous_group_id": [ @@ -9045,7 +8573,7 @@ "challengeward": 0 }, { - "id": 1101093, + "id": 1101090, "chapterid": 11001, "group_id": 100165, "previous_group_id": [ @@ -9131,7 +8659,7 @@ "challengeward": 0 }, { - "id": 1101094, + "id": 1101091, "chapterid": 11001, "group_id": 100166, "previous_group_id": [ @@ -9217,7 +8745,7 @@ "challengeward": 0 }, { - "id": 1101095, + "id": 1101092, "chapterid": 11001, "group_id": 100167, "previous_group_id": [ @@ -9303,7 +8831,7 @@ "challengeward": 0 }, { - "id": 1101096, + "id": 1101093, "chapterid": 11001, "group_id": 100168, "previous_group_id": [ @@ -9378,7 +8906,7 @@ "challengeward": 0 }, { - "id": 1101097, + "id": 1101094, "chapterid": 11001, "group_id": 100169, "previous_group_id": [ @@ -9459,7 +8987,7 @@ "challengeward": 0 }, { - "id": 1101098, + "id": 1101095, "chapterid": 11001, "group_id": 100170, "previous_group_id": [ @@ -14940,3349 +14468,6 @@ ], "challengeward": 14001 }, - { - "id": 1102049, - "chapterid": 11002, - "group_id": 100224, - "previous_group_id": [ - 100220 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 1, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_157", - "text": "2-49" - }, - "title": { - "key": "mainchapter_main_stage_title_133", - "text": "测试1" - }, - "desc": { - "key": "mainchapter_main_stage_desc_135", - "text": "测试1" - }, - "exp": 0, - "hero_exp": 300, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "10115", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10115", - "n": 1 - } - ], - "BattleReadyID": 118, - "FormatList": [ - 101071 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102050, - "chapterid": 11002, - "group_id": 100225, - "previous_group_id": [ - 100224 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_158", - "text": "2-50" - }, - "title": { - "key": "mainchapter_main_stage_title_134", - "text": "测试2" - }, - "desc": { - "key": "mainchapter_main_stage_desc_136", - "text": "测试2" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102051, - "chapterid": 11002, - "group_id": 100226, - "previous_group_id": [ - 100225 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_159", - "text": "2-51" - }, - "title": { - "key": "mainchapter_main_stage_title_135", - "text": "测试3" - }, - "desc": { - "key": "mainchapter_main_stage_desc_137", - "text": "测试3" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102052, - "chapterid": 11002, - "group_id": 100227, - "previous_group_id": [ - 100225 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_160", - "text": "2-52" - }, - "title": { - "key": "mainchapter_main_stage_title_136", - "text": "测试4" - }, - "desc": { - "key": "mainchapter_main_stage_desc_138", - "text": "测试4" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102053, - "chapterid": 11002, - "group_id": 100228, - "previous_group_id": [ - 100227, - 100226 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_161", - "text": "2-53" - }, - "title": { - "key": "mainchapter_main_stage_title_137", - "text": "测试5" - }, - "desc": { - "key": "mainchapter_main_stage_desc_139", - "text": "测试5" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102054, - "chapterid": 11002, - "group_id": 100229, - "previous_group_id": [ - 100228 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_162", - "text": "2-54" - }, - "title": { - "key": "mainchapter_main_stage_title_138", - "text": "测试6" - }, - "desc": { - "key": "mainchapter_main_stage_desc_140", - "text": "测试6" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102055, - "chapterid": 11002, - "group_id": 100230, - "previous_group_id": [ - 100229 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 2, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_163", - "text": "2-55" - }, - "title": { - "key": "mainchapter_main_stage_title_139", - "text": "测试7" - }, - "desc": { - "key": "mainchapter_main_stage_desc_141", - "text": "测试7" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102056, - "chapterid": 11002, - "group_id": 100231, - "previous_group_id": [ - 100229 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_164", - "text": "2-56" - }, - "title": { - "key": "mainchapter_main_stage_title_140", - "text": "测试8" - }, - "desc": { - "key": "mainchapter_main_stage_desc_142", - "text": "测试8" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102057, - "chapterid": 11002, - "group_id": 100232, - "previous_group_id": [ - 100229 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 1, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_165", - "text": "2-57" - }, - "title": { - "key": "mainchapter_main_stage_title_141", - "text": "测试9" - }, - "desc": { - "key": "mainchapter_main_stage_desc_143", - "text": "测试9" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102058, - "chapterid": 11002, - "group_id": 100233, - "previous_group_id": [ - 100229 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 5, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_166", - "text": "2-58" - }, - "title": { - "key": "mainchapter_main_stage_title_142", - "text": "测试10" - }, - "desc": { - "key": "mainchapter_main_stage_desc_144", - "text": "测试10" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102059, - "chapterid": 11002, - "group_id": 100234, - "previous_group_id": [ - 100229 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_111", - "text": "测试战斗组1" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_167", - "text": "2-59" - }, - "title": { - "key": "mainchapter_main_stage_title_143", - "text": "测试11" - }, - "desc": { - "key": "mainchapter_main_stage_desc_145", - "text": "测试11" - }, - "exp": 0, - "hero_exp": 300, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "10115", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10115", - "n": 1 - } - ], - "BattleReadyID": 118, - "FormatList": [ - 103021 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102060, - "chapterid": 11002, - "group_id": 100234, - "previous_group_id": [ - 100229 - ], - "previoustage": 1102059, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_112", - "text": "测试战斗组2" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_168", - "text": "2-60" - }, - "title": { - "key": "mainchapter_main_stage_title_144", - "text": "测试12" - }, - "desc": { - "key": "mainchapter_main_stage_desc_146", - "text": "测试12" - }, - "exp": 0, - "hero_exp": 330, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "11111", - "n": 1 - } - ], - "lotteryward": 17111110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6600 - }, - { - "a": "equi", - "t": "11121", - "n": 1 - } - ], - "BattleReadyID": 119, - "FormatList": [ - 103031 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102061, - "chapterid": 11002, - "group_id": 100234, - "previous_group_id": [ - 100229 - ], - "previoustage": 1102060, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_113", - "text": "测试战斗组3" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_169", - "text": "2-61" - }, - "title": { - "key": "mainchapter_main_stage_title_145", - "text": "测试13" - }, - "desc": { - "key": "mainchapter_main_stage_desc_147", - "text": "测试13" - }, - "exp": 0, - "hero_exp": 330, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "11112", - "n": 1 - } - ], - "lotteryward": 17111110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6600 - }, - { - "a": "equi", - "t": "11122", - "n": 1 - } - ], - "BattleReadyID": 119, - "FormatList": [ - 103041 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102062, - "chapterid": 11002, - "group_id": 100234, - "previous_group_id": [ - 100229 - ], - "previoustage": 1102061, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_114", - "text": "测试战斗组4" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_170", - "text": "2-62" - }, - "title": { - "key": "mainchapter_main_stage_title_146", - "text": "测试14" - }, - "desc": { - "key": "mainchapter_main_stage_desc_148", - "text": "测试14" - }, - "exp": 0, - "hero_exp": 330, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "11113", - "n": 1 - } - ], - "lotteryward": 17111110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6600 - }, - { - "a": "equi", - "t": "11123", - "n": 1 - } - ], - "BattleReadyID": 119, - "FormatList": [ - 103051 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102063, - "chapterid": 11002, - "group_id": 100234, - "previous_group_id": [ - 100229 - ], - "previoustage": 1102062, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_115", - "text": "测试战斗组5" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_171", - "text": "2-63" - }, - "title": { - "key": "mainchapter_main_stage_title_147", - "text": "测试15" - }, - "desc": { - "key": "mainchapter_main_stage_desc_149", - "text": "测试15" - }, - "exp": 0, - "hero_exp": 330, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "11114", - "n": 1 - } - ], - "lotteryward": 17111110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6600 - }, - { - "a": "equi", - "t": "11124", - "n": 1 - } - ], - "BattleReadyID": 119, - "FormatList": [ - 103061 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102064, - "chapterid": 11002, - "group_id": 100234, - "previous_group_id": [ - 100229 - ], - "previoustage": 1102063, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_116", - "text": "测试战斗组6" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_172", - "text": "2-64" - }, - "title": { - "key": "mainchapter_main_stage_title_148", - "text": "测试16" - }, - "desc": { - "key": "mainchapter_main_stage_desc_150", - "text": "测试16" - }, - "exp": 0, - "hero_exp": 330, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "11115", - "n": 1 - } - ], - "lotteryward": 17111110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6600 - }, - { - "a": "equi", - "t": "11125", - "n": 1 - } - ], - "BattleReadyID": 119, - "FormatList": [ - 103071 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102065, - "chapterid": 11002, - "group_id": 100234, - "previous_group_id": [ - 100229 - ], - "previoustage": 1102064, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 4, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "mainchapter_main_stage_maingroupName_117", - "text": "测试战斗组7" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_173", - "text": "2-65" - }, - "title": { - "key": "mainchapter_main_stage_title_149", - "text": "测试17" - }, - "desc": { - "key": "mainchapter_main_stage_desc_151", - "text": "测试17" - }, - "exp": 0, - "hero_exp": 330, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "11114", - "n": 1 - } - ], - "lotteryward": 17111110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6600 - }, - { - "a": "equi", - "t": "11124", - "n": 1 - } - ], - "BattleReadyID": 119, - "FormatList": [ - 103081 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102066, - "chapterid": 11002, - "group_id": 100235, - "previous_group_id": [ - 100234 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_174", - "text": "2-66" - }, - "title": { - "key": "mainchapter_main_stage_title_150", - "text": "测试18" - }, - "desc": { - "key": "mainchapter_main_stage_desc_152", - "text": "测试18" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102067, - "chapterid": 11002, - "group_id": 100236, - "previous_group_id": [ - 100234 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_175", - "text": "2-67" - }, - "title": { - "key": "mainchapter_main_stage_title_151", - "text": "测试19" - }, - "desc": { - "key": "mainchapter_main_stage_desc_153", - "text": "测试19" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102068, - "chapterid": 11002, - "group_id": 100237, - "previous_group_id": [ - 100234 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_176", - "text": "2-68" - }, - "title": { - "key": "mainchapter_main_stage_title_152", - "text": "测试20" - }, - "desc": { - "key": "mainchapter_main_stage_desc_154", - "text": "测试20" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102069, - "chapterid": 11002, - "group_id": 100238, - "previous_group_id": [ - 100237, - 100236, - 100235 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 1, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_177", - "text": "2-69" - }, - "title": { - "key": "mainchapter_main_stage_title_153", - "text": "测试21" - }, - "desc": { - "key": "mainchapter_main_stage_desc_155", - "text": "测试21" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102070, - "chapterid": 11002, - "group_id": 100239, - "previous_group_id": [ - 100234 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_178", - "text": "2-70" - }, - "title": { - "key": "mainchapter_main_stage_title_154", - "text": "测试22" - }, - "desc": { - "key": "mainchapter_main_stage_desc_156", - "text": "测试22" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102071, - "chapterid": 11002, - "group_id": 100240, - "previous_group_id": [ - 100234 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_179", - "text": "2-71" - }, - "title": { - "key": "mainchapter_main_stage_title_155", - "text": "测试23" - }, - "desc": { - "key": "mainchapter_main_stage_desc_157", - "text": "测试23" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102072, - "chapterid": 11002, - "group_id": 100241, - "previous_group_id": [ - 100234 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_180", - "text": "2-72" - }, - "title": { - "key": "mainchapter_main_stage_title_156", - "text": "测试24" - }, - "desc": { - "key": "mainchapter_main_stage_desc_158", - "text": "测试24" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102073, - "chapterid": 11002, - "group_id": 100242, - "previous_group_id": [ - 100241, - 100240, - 100239 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 1, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_181", - "text": "2-73" - }, - "title": { - "key": "mainchapter_main_stage_title_157", - "text": "测试25" - }, - "desc": { - "key": "mainchapter_main_stage_desc_159", - "text": "测试25" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102074, - "chapterid": 11002, - "group_id": 100243, - "previous_group_id": [ - 100234 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_182", - "text": "2-74" - }, - "title": { - "key": "mainchapter_main_stage_title_158", - "text": "测试26" - }, - "desc": { - "key": "mainchapter_main_stage_desc_160", - "text": "测试26" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102075, - "chapterid": 11002, - "group_id": 100244, - "previous_group_id": [ - 100234 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_183", - "text": "2-75" - }, - "title": { - "key": "mainchapter_main_stage_title_159", - "text": "测试27" - }, - "desc": { - "key": "mainchapter_main_stage_desc_161", - "text": "测试27" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102076, - "chapterid": 11002, - "group_id": 100245, - "previous_group_id": [ - 100234 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_184", - "text": "2-76" - }, - "title": { - "key": "mainchapter_main_stage_title_160", - "text": "测试28" - }, - "desc": { - "key": "mainchapter_main_stage_desc_162", - "text": "测试28" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102077, - "chapterid": 11002, - "group_id": 100246, - "previous_group_id": [ - 100245, - 100243, - 100244 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 1, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_185", - "text": "2-77" - }, - "title": { - "key": "mainchapter_main_stage_title_161", - "text": "测试29" - }, - "desc": { - "key": "mainchapter_main_stage_desc_163", - "text": "测试29" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102078, - "chapterid": 11002, - "group_id": 100247, - "previous_group_id": [ - 100246, - 100242, - 100238 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 1, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 1, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_186", - "text": "2-78" - }, - "title": { - "key": "mainchapter_main_stage_title_162", - "text": "测试30" - }, - "desc": { - "key": "mainchapter_main_stage_desc_164", - "text": "测试30" - }, - "exp": 0, - "hero_exp": 330, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "11115", - "n": 1 - } - ], - "lotteryward": 17111110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6600 - }, - { - "a": "equi", - "t": "11125", - "n": 1 - } - ], - "BattleReadyID": 119, - "FormatList": [ - 102081 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102079, - "chapterid": 11002, - "group_id": 100248, - "previous_group_id": [ - 100247 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 1, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_187", - "text": "2-79" - }, - "title": { - "key": "mainchapter_main_stage_title_163", - "text": "测试31" - }, - "desc": { - "key": "mainchapter_main_stage_desc_165", - "text": "测试31" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102080, - "chapterid": 11002, - "group_id": 100249, - "previous_group_id": [ - 100248 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 1, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_188", - "text": "2-80" - }, - "title": { - "key": "mainchapter_main_stage_title_164", - "text": "测试32" - }, - "desc": { - "key": "mainchapter_main_stage_desc_166", - "text": "测试32" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102081, - "chapterid": 11002, - "group_id": 100250, - "previous_group_id": [ - 100249 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 1, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_189", - "text": "2-81" - }, - "title": { - "key": "mainchapter_main_stage_title_165", - "text": "测试33" - }, - "desc": { - "key": "mainchapter_main_stage_desc_167", - "text": "测试33" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102082, - "chapterid": 11002, - "group_id": 100251, - "previous_group_id": [ - 100250 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 1, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 1, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_190", - "text": "2-82" - }, - "title": { - "key": "mainchapter_main_stage_title_166", - "text": "测试34" - }, - "desc": { - "key": "mainchapter_main_stage_desc_168", - "text": "测试34" - }, - "exp": 0, - "hero_exp": 300, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 9 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - }, - { - "a": "equi", - "t": "10115", - "n": 1 - } - ], - "lotteryward": 17110110, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 6000 - }, - { - "a": "equi", - "t": "10115", - "n": 1 - } - ], - "BattleReadyID": 118, - "FormatList": [ - 104081 - ], - "helphero": [], - "banhero": [], - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ], - "challengeward": 0 - }, - { - "id": 1102083, - "chapterid": 11002, - "group_id": 100252, - "previous_group_id": [ - 100251 - ], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 7, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 1, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_191", - "text": "2-83" - }, - "title": { - "key": "mainchapter_main_stage_title_167", - "text": "测试34" - }, - "desc": { - "key": "mainchapter_main_stage_desc_169", - "text": "测试34" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 100 - } - ], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, - { - "id": 1102084, - "chapterid": 11002, - "group_id": 100253, - "previous_group_id": [], - "previoustage": 0, - "buried_type": 0, - "buried": 0, - "grouptype": [], - "Episodetype": 9, - "stage_param": 0, - "inherit": 0, - "battle_fail": 0, - "venturemodelspeed": 0, - "venturemodelscale": 0, - "move_type": 0, - "venturemodel": "", - "bubbletalk": { - "key": "", - "text": "" - }, - "venturetype": 0, - "ventureavatar": [], - "scene_effect": [], - "scene_effectfilter": "", - "is_near": 0, - "openlevel": 1, - "EditorStage": 0, - "herocolor": 2, - "heroimg": "zxgq_qp_icon_gth", - "bubbletext": { - "key": "", - "text": "" - }, - "animation": [], - "hide": 0, - "destroy": 0, - "progress": 0, - "stroyshow": 0, - "frontstoryid": 0, - "afterstoryid": 0, - "maingroupName": { - "key": "", - "text": "" - }, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_192", - "text": "2-84" - }, - "title": { - "key": "mainchapter_main_stage_title_168", - "text": "测试34" - }, - "desc": { - "key": "mainchapter_main_stage_desc_170", - "text": "测试34" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [], - "ps_mg": [], - "firstaward": [ - { - "a": "item", - "t": "24012001", - "n": 50 - } - ], - "lotteryward": 0, - "commonaward": [ - { - "a": "attr", - "t": "gold", - "n": 100 - } - ], - "BattleReadyID": 0, - "FormatList": [], - "helphero": [], - "banhero": [], - "star": [], - "star_type": [], - "star_value": [], - "challengeward": 0 - }, { "id": 1103000, "chapterid": 11003, diff --git a/bin/json/game_mainventure.json b/bin/json/game_mainventure.json index 2652972c1..1cd2dbd76 100644 --- a/bin/json/game_mainventure.json +++ b/bin/json/game_mainventure.json @@ -166,16 +166,18 @@ "pos": 4, "venturetext": { "key": "mainchapter_main_venture_venturetext_17", - "text": "待定关卡" + "text": "兔子与猎犬" }, - "jumpidList": [] + "jumpidList": [ + 10064 + ] }, { "chapterid": 11003, "pos": 5, "venturetext": { "key": "mainchapter_main_venture_venturetext_18", - "text": "待定关卡" + "text": "塔防" }, "jumpidList": [] }, diff --git a/bin/json/game_monsterformat.json b/bin/json/game_monsterformat.json index 37bd9f979..5281f0277 100644 --- a/bin/json/game_monsterformat.json +++ b/bin/json/game_monsterformat.json @@ -239603,6 +239603,126 @@ "speed": 140, "modelsize": 1 }, + { + "Id": 720022, + "pos": 1, + "captainId": 0, + "IsBoss": 0, + "bossHpCnt": 0, + "heroid": 51050, + "star": 3, + "equip": [], + "newskill": [], + "lv": 5, + "hppro": 1, + "atkpro": 1, + "defpro": 1, + "skill1": 1, + "skill2": 1, + "skill3": 1, + "speed": 140, + "modelsize": 1 + }, + { + "Id": 720022, + "pos": 2, + "captainId": 0, + "IsBoss": 0, + "bossHpCnt": 0, + "heroid": 51050, + "star": 3, + "equip": [], + "newskill": [], + "lv": 5, + "hppro": 1, + "atkpro": 1, + "defpro": 1, + "skill1": 1, + "skill2": 1, + "skill3": 1, + "speed": 140, + "modelsize": 1 + }, + { + "Id": 720022, + "pos": 3, + "captainId": 0, + "IsBoss": 0, + "bossHpCnt": 0, + "heroid": 51050, + "star": 3, + "equip": [], + "newskill": [], + "lv": 5, + "hppro": 1, + "atkpro": 1, + "defpro": 1, + "skill1": 1, + "skill2": 1, + "skill3": 1, + "speed": 140, + "modelsize": 1 + }, + { + "Id": 720022, + "pos": 4, + "captainId": 0, + "IsBoss": 0, + "bossHpCnt": 0, + "heroid": 51050, + "star": 3, + "equip": [], + "newskill": [], + "lv": 5, + "hppro": 1, + "atkpro": 1, + "defpro": 1, + "skill1": 1, + "skill2": 1, + "skill3": 1, + "speed": 140, + "modelsize": 1 + }, + { + "Id": 720022, + "pos": 5, + "captainId": 0, + "IsBoss": 0, + "bossHpCnt": 0, + "heroid": 51050, + "star": 3, + "equip": [], + "newskill": [], + "lv": 5, + "hppro": 1, + "atkpro": 1, + "defpro": 1, + "skill1": 1, + "skill2": 1, + "skill3": 1, + "speed": 140, + "modelsize": 1 + }, + { + "Id": 720023, + "pos": 1, + "captainId": 0, + "IsBoss": 0, + "bossHpCnt": 0, + "heroid": 53001, + "star": 4, + "equip": [], + "newskill": [], + "lv": 5, + "hppro": 1, + "atkpro": 1, + "defpro": 1, + "skill1": 1, + "skill2": 1, + "skill3": 1, + "speed": 140, + "modelsize": 1 + }, { "Id": 800001, "pos": 1, diff --git a/bin/json/game_opencond.json b/bin/json/game_opencond.json index 6aa1a9082..1bd596130 100644 --- a/bin/json/game_opencond.json +++ b/bin/json/game_opencond.json @@ -3043,5 +3043,33 @@ "key": "opencond_opencond_kqbx_text_1", "text": "守护者养成,战力提升" } + }, + { + "id": "Traindragon", + "name": { + "key": "opencond_opencond_name_110", + "text": "驯龙养成" + }, + "main": [ + { + "key": 2, + "param": 1101004 + } + ], + "wkqbx": 0, + "img": "", + "prompt": { + "key": "", + "text": "" + }, + "uiid": 0, + "activateType": 0, + "notify": [], + "kqbx": 0, + "kqbx_ui": "", + "kqbx_text": { + "key": "", + "text": "" + } } ] \ No newline at end of file diff --git a/bin/json/game_passcheck.json b/bin/json/game_passcheck.json index 3c7e322d2..3ce972bc7 100644 --- a/bin/json/game_passcheck.json +++ b/bin/json/game_passcheck.json @@ -7,13 +7,11 @@ "key": "passcheck_passcheck_unlock_text_10001", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -30,13 +28,11 @@ "key": "passcheck_passcheck_unlock_text_10002", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -53,13 +49,11 @@ "key": "passcheck_passcheck_unlock_text_10003", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -76,13 +70,11 @@ "key": "passcheck_passcheck_unlock_text_10004", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -99,13 +91,11 @@ "key": "passcheck_passcheck_unlock_text_10005", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -122,13 +112,11 @@ "key": "passcheck_passcheck_unlock_text_10006", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -145,13 +133,11 @@ "key": "passcheck_passcheck_unlock_text_10007", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -168,13 +154,11 @@ "key": "passcheck_passcheck_unlock_text_10008", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -191,13 +175,11 @@ "key": "passcheck_passcheck_unlock_text_10009", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -214,13 +196,11 @@ "key": "passcheck_passcheck_unlock_text_10010", "text": "{0}层" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -237,13 +217,11 @@ "key": "passcheck_passcheck_unlock_text_20001", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -260,13 +238,11 @@ "key": "passcheck_passcheck_unlock_text_20002", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -283,13 +259,11 @@ "key": "passcheck_passcheck_unlock_text_20003", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -306,13 +280,11 @@ "key": "passcheck_passcheck_unlock_text_20004", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -329,13 +301,11 @@ "key": "passcheck_passcheck_unlock_text_20005", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -352,13 +322,11 @@ "key": "passcheck_passcheck_unlock_text_20006", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -375,13 +343,11 @@ "key": "passcheck_passcheck_unlock_text_20007", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -398,13 +364,11 @@ "key": "passcheck_passcheck_unlock_text_20008", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -421,13 +385,11 @@ "key": "passcheck_passcheck_unlock_text_20009", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -444,13 +406,11 @@ "key": "passcheck_passcheck_unlock_text_20010", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -467,13 +427,11 @@ "key": "passcheck_passcheck_unlock_text_20011", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -490,13 +448,11 @@ "key": "passcheck_passcheck_unlock_text_20012", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -513,13 +469,11 @@ "key": "passcheck_passcheck_unlock_text_20013", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -536,13 +490,11 @@ "key": "passcheck_passcheck_unlock_text_20014", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -559,13 +511,11 @@ "key": "passcheck_passcheck_unlock_text_20015", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 10 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 10 + }, "pay_reward": [ { "a": "item", @@ -582,13 +532,11 @@ "key": "passcheck_passcheck_unlock_text_30001", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -605,13 +553,11 @@ "key": "passcheck_passcheck_unlock_text_30002", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -628,13 +574,11 @@ "key": "passcheck_passcheck_unlock_text_30003", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -651,13 +595,11 @@ "key": "passcheck_passcheck_unlock_text_30004", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -674,13 +616,11 @@ "key": "passcheck_passcheck_unlock_text_30005", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -697,13 +637,11 @@ "key": "passcheck_passcheck_unlock_text_30006", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -720,13 +658,11 @@ "key": "passcheck_passcheck_unlock_text_30007", "text": "第{0}天" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -743,13 +679,11 @@ "key": "passcheck_passcheck_unlock_text_40001", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -766,13 +700,11 @@ "key": "passcheck_passcheck_unlock_text_40002", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -789,13 +721,11 @@ "key": "passcheck_passcheck_unlock_text_40003", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -812,13 +742,11 @@ "key": "passcheck_passcheck_unlock_text_40004", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -835,13 +763,11 @@ "key": "passcheck_passcheck_unlock_text_40005", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -858,13 +784,11 @@ "key": "passcheck_passcheck_unlock_text_40006", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -881,13 +805,11 @@ "key": "passcheck_passcheck_unlock_text_40007", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -904,13 +826,11 @@ "key": "passcheck_passcheck_unlock_text_40008", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -927,13 +847,11 @@ "key": "passcheck_passcheck_unlock_text_40009", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -950,13 +868,11 @@ "key": "passcheck_passcheck_unlock_text_40010", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -973,13 +889,11 @@ "key": "passcheck_passcheck_unlock_text_40011", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -996,13 +910,11 @@ "key": "passcheck_passcheck_unlock_text_40012", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1019,13 +931,11 @@ "key": "passcheck_passcheck_unlock_text_40013", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1042,13 +952,11 @@ "key": "passcheck_passcheck_unlock_text_40014", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 10 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 10 + }, "pay_reward": [ { "a": "item", @@ -1065,13 +973,11 @@ "key": "passcheck_passcheck_unlock_text_40015", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1088,13 +994,11 @@ "key": "passcheck_passcheck_unlock_text_40016", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1111,13 +1015,11 @@ "key": "passcheck_passcheck_unlock_text_40017", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1134,13 +1036,11 @@ "key": "passcheck_passcheck_unlock_text_40018", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1157,13 +1057,11 @@ "key": "passcheck_passcheck_unlock_text_40019", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1180,13 +1078,11 @@ "key": "passcheck_passcheck_unlock_text_40020", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1203,13 +1099,11 @@ "key": "passcheck_passcheck_unlock_text_40021", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1226,13 +1120,11 @@ "key": "passcheck_passcheck_unlock_text_40022", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 10 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 10 + }, "pay_reward": [ { "a": "item", @@ -1249,13 +1141,11 @@ "key": "passcheck_passcheck_unlock_text_40023", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1272,13 +1162,11 @@ "key": "passcheck_passcheck_unlock_text_40024", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1295,13 +1183,11 @@ "key": "passcheck_passcheck_unlock_text_40025", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1318,13 +1204,11 @@ "key": "passcheck_passcheck_unlock_text_40026", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1341,13 +1225,11 @@ "key": "passcheck_passcheck_unlock_text_40027", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1364,13 +1246,11 @@ "key": "passcheck_passcheck_unlock_text_40028", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1387,13 +1267,11 @@ "key": "passcheck_passcheck_unlock_text_40029", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1410,13 +1288,11 @@ "key": "passcheck_passcheck_unlock_text_40030", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 10 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 10 + }, "pay_reward": [ { "a": "item", @@ -1433,13 +1309,11 @@ "key": "passcheck_passcheck_unlock_text_40031", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1456,13 +1330,11 @@ "key": "passcheck_passcheck_unlock_text_40032", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1479,13 +1351,11 @@ "key": "passcheck_passcheck_unlock_text_40033", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1502,13 +1372,11 @@ "key": "passcheck_passcheck_unlock_text_40034", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1525,13 +1393,11 @@ "key": "passcheck_passcheck_unlock_text_40035", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1548,13 +1414,11 @@ "key": "passcheck_passcheck_unlock_text_40036", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1571,13 +1435,11 @@ "key": "passcheck_passcheck_unlock_text_40037", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1594,13 +1456,11 @@ "key": "passcheck_passcheck_unlock_text_40038", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1617,13 +1477,11 @@ "key": "passcheck_passcheck_unlock_text_40039", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 10 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 10 + }, "pay_reward": [ { "a": "item", @@ -1640,13 +1498,11 @@ "key": "passcheck_passcheck_unlock_text_40040", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1663,13 +1519,11 @@ "key": "passcheck_passcheck_unlock_text_40041", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1686,13 +1540,11 @@ "key": "passcheck_passcheck_unlock_text_40042", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1709,13 +1561,11 @@ "key": "passcheck_passcheck_unlock_text_40043", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1732,13 +1582,11 @@ "key": "passcheck_passcheck_unlock_text_40044", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1755,13 +1603,11 @@ "key": "passcheck_passcheck_unlock_text_40045", "text": "{0}级" }, - "free_reward": [ - { - "a": "item", - "t": "10000001", - "n": 1 - } - ], + "free_reward": { + "a": "item", + "t": "10000001", + "n": 1 + }, "pay_reward": [ { "a": "item", @@ -1778,13 +1624,11 @@ "key": "passcheck_passcheck_unlock_text_10001", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -1801,13 +1645,11 @@ "key": "passcheck_passcheck_unlock_text_10002", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -1824,13 +1666,11 @@ "key": "passcheck_passcheck_unlock_text_10003", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -1847,13 +1687,11 @@ "key": "passcheck_passcheck_unlock_text_10004", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -1870,13 +1708,11 @@ "key": "passcheck_passcheck_unlock_text_10005", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -1893,13 +1729,11 @@ "key": "passcheck_passcheck_unlock_text_10006", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -1916,13 +1750,11 @@ "key": "passcheck_passcheck_unlock_text_10007", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -1939,13 +1771,11 @@ "key": "passcheck_passcheck_unlock_text_10008", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -1962,13 +1792,11 @@ "key": "passcheck_passcheck_unlock_text_10009", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", @@ -1985,13 +1813,11 @@ "key": "passcheck_passcheck_unlock_text_10010", "text": "{0}个地格" }, - "free_reward": [ - { - "a": "attr", - "t": "diamond", - "n": 30 - } - ], + "free_reward": { + "a": "attr", + "t": "diamond", + "n": 30 + }, "pay_reward": [ { "a": "attr", diff --git a/bin/json/game_rdtasknpc.json b/bin/json/game_rdtasknpc.json index 3ea98704e..839db8687 100644 --- a/bin/json/game_rdtasknpc.json +++ b/bin/json/game_rdtasknpc.json @@ -7033,6 +7033,88 @@ ], "goto": 0 }, + { + "id": 320100, + "heroid": 25001, + "Levelid": 0, + "datas": [ + "GameMain", + "支线-希卡普旁的亚丝翠", + "901" + ], + "event": [ + 2, + 10010 + ], + "goto": 0 + }, + { + "id": 320108, + "heroid": 25001, + "Levelid": 0, + "datas": [ + "GameMain", + "901" + ], + "event": [], + "goto": 0 + }, + { + "id": 320109, + "heroid": 25001, + "Levelid": 0, + "datas": [ + "GameMain", + "支线-希卡普旁的亚丝翠", + "901" + ], + "event": [ + 2, + 10010 + ], + "goto": 0 + }, + { + "id": 3001061, + "heroid": 25001, + "Levelid": 0, + "datas": [ + "GameMain", + "支线-亚丝翠旁的鼻涕粗2", + "901" + ], + "event": [ + 2, + 10010 + ], + "goto": 0 + }, + { + "id": 3001068, + "heroid": 25001, + "Levelid": 0, + "datas": [ + "GameMain", + "901" + ], + "event": [], + "goto": 0 + }, + { + "id": 3001069, + "heroid": 25001, + "Levelid": 0, + "datas": [ + "GameMain", + "支线-亚丝翠旁的鼻涕粗2", + "901" + ], + "event": [ + 2, + 10010 + ], + "goto": 0 + }, { "id": 320110, "heroid": 25001, diff --git a/bin/json/game_tdbuff.json b/bin/json/game_tdbuff.json new file mode 100644 index 000000000..e9746444e --- /dev/null +++ b/bin/json/game_tdbuff.json @@ -0,0 +1,56 @@ +[ + { + "id": 2007, + "buff_type": 2005, + "describe": { + "key": "td_t_skill_describe_name2007", + "text": "超载:每次攻击获得一层超载。 每层攻击速度-25% 超载伤害+30% 达到三层持续10秒,之后重置。弓箭超载特殊效果:超载达到3层的弓箭能无视铁甲" + }, + "effectType": [ + 22, + 2 + ], + "value": [ + -250, + 300 + ], + "max_layer": 1, + "layer_effectType": [], + "layer_value": [], + "duration": 0, + "duration_layer": 10000, + "interval": 0 + }, + { + "id": 2008, + "buff_type": 2006, + "describe": { + "key": "td_t_skill_describe_name2008", + "text": "流血:有25%概率给敌方追加一层流血 每秒60%伤害 最多四层。流血特殊效果:每层流血会降低敌方治疗效果10%" + }, + "effectType": [], + "value": [], + "max_layer": 0, + "layer_effectType": [], + "layer_value": [], + "duration": 0, + "duration_layer": 0, + "interval": 0 + }, + { + "id": 2009, + "buff_type": 2007, + "describe": { + "key": "td_t_skill_describe_name2009", + "text": "狂暴:每次攻击50概率获得1层狂暴 每层伤害加5% 攻速加5% 爆炸范围+3% 最多10层 持续10秒 之后重置" + }, + "effectType": [], + "value": [], + "max_layer": 0, + "layer_effectType": [], + "layer_value": [], + "duration": 0, + "duration_layer": 0, + "interval": 0 + } +] \ No newline at end of file diff --git a/bin/json/game_worldtask.json b/bin/json/game_worldtask.json index b6b38c043..1440efcb6 100644 --- a/bin/json/game_worldtask.json +++ b/bin/json/game_worldtask.json @@ -54,7 +54,7 @@ "icon": "25001", "task_name": { "key": "worldtask_world_task_task_name_2", - "text": "触摸远光原石" + "text": "触摸月光原石" }, "task_details": { "key": "worldtask_world_task_task_details_2", @@ -78,7 +78,7 @@ 3, 103 ], - "finishparameter": "timeline_target_openshow", + "finishparameter": "timeline_target_openshow3", "fnishipoint": [], "reword": [], "module": [] @@ -705,7 +705,7 @@ "lock": 1, "lockend": 999, "ontxe": 20106, - "id_after": 20110, + "id_after": 20109, "group": 10, "exgroup": 210, "des": 2, @@ -741,26 +741,67 @@ "module": [] }, { - "key": 20110, + "key": 20109, "opencond": "", "lock": 1, "lockend": 999, "ontxe": 20108, - "id_after": 20112, + "id_after": 20110, "group": 10, "exgroup": 210, "des": 2, "icon": "25001", "task_name": { "key": "worldtask_world_task_task_name_17", - "text": "猎龙团来袭" + "text": "挑战埃雷特" }, "task_details": { "key": "worldtask_world_task_task_details_17", - "text": "可怕的猎龙团来了,为了博客岛的村民,这一次决不能让他们得逞!" + "text": "阴影从天儿降临,危险的味道随风而来,是即将要发生什么吗?" }, "npctxt": { "key": "worldtask_world_task_npctxt_17", + "text": "准备战斗" + }, + "get_item": [], + "trigger": 0, + "npc": 101048, + "completetask": [ + 1207012041 + ], + "deliver_npc": 0, + "taskend_removeitem": [], + "auto_accept": 2, + "tasktips": 0, + "deliver_task": 0, + "lock_add": 0, + "finish": [], + "finishparameter": "", + "fnishipoint": [], + "reword": [], + "module": [] + }, + { + "key": 20110, + "opencond": "", + "lock": 1, + "lockend": 999, + "ontxe": 20109, + "id_after": 20112, + "group": 10, + "exgroup": 210, + "des": 2, + "icon": "25001", + "task_name": { + "key": "worldtask_world_task_task_name_18", + "text": "猎龙团来袭" + }, + "task_details": { + "key": "worldtask_world_task_task_details_18", + "text": "可怕的猎龙团来了,为了博客岛的村民,这一次决不能让他们得逞!" + }, + "npctxt": { + "key": "worldtask_world_task_npctxt_18", "text": "猎龙团来袭" }, "get_item": [], @@ -793,15 +834,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_18", + "key": "worldtask_world_task_task_name_19", "text": "没有龙的博客岛" }, "task_details": { - "key": "worldtask_world_task_task_details_18", + "key": "worldtask_world_task_task_details_19", "text": "埃雷特竟然背叛了!还掠走了岛上所有的龙,他究竟为何站在了阴影战士那边?!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_18", + "key": "worldtask_world_task_npctxt_19", "text": "没有龙的博客岛" }, "get_item": [], @@ -834,15 +875,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_19", + "key": "worldtask_world_task_task_name_20", "text": "希卡普的秘密武器" }, "task_details": { - "key": "worldtask_world_task_task_details_19", + "key": "worldtask_world_task_task_details_20", "text": "一定要找到埃雷特,阻止阴影战士的阴谋!但所有的龙都被掠走,可要如何寻找?" }, "npctxt": { - "key": "worldtask_world_task_npctxt_19", + "key": "worldtask_world_task_npctxt_20", "text": "希卡普的秘密武器" }, "get_item": [], @@ -875,15 +916,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_20", + "key": "worldtask_world_task_task_name_21", "text": "追击埃雷特" }, "task_details": { - "key": "worldtask_world_task_task_details_20", + "key": "worldtask_world_task_task_details_21", "text": "终于将葛伦科训练到可以飞行的程度,虽然风险很高,但也必须前进!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_20", + "key": "worldtask_world_task_npctxt_21", "text": "追击埃雷特" }, "get_item": [], @@ -916,15 +957,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_21", + "key": "worldtask_world_task_task_name_22", "text": "追击阴影战士" }, "task_details": { - "key": "worldtask_world_task_task_details_21", + "key": "worldtask_world_task_task_details_22", "text": "埃雷特也有他的苦衷,但他的行为我们依然不能原谅。如果阴影战士的目的是复活漆黑,那必须得赶快阻止他!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_21", + "key": "worldtask_world_task_npctxt_22", "text": "追击阴影战士" }, "get_item": [], @@ -957,15 +998,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_22", + "key": "worldtask_world_task_task_name_23", "text": "神兵!冰霜泰坦" }, "task_details": { - "key": "worldtask_world_task_task_details_22", + "key": "worldtask_world_task_task_details_23", "text": "这一切竟都是阴影战士设的局?对手虽然是神之造物,但我们不能放弃!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_22", + "key": "worldtask_world_task_npctxt_23", "text": "神兵!冰霜泰坦" }, "get_item": [], @@ -998,15 +1039,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_23", + "key": "worldtask_world_task_task_name_24", "text": "胜利的余韵" }, "task_details": { - "key": "worldtask_world_task_task_details_23", + "key": "worldtask_world_task_task_details_24", "text": "阴影战士的阴谋被摧毁,是时候将这个喜讯告诉博客岛的村民们了!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_23", + "key": "worldtask_world_task_npctxt_24", "text": "胜利的余韵" }, "get_item": [], @@ -1039,15 +1080,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_24", + "key": "worldtask_world_task_task_name_25", "text": "初试捕羊大赛" }, "task_details": { - "key": "worldtask_world_task_task_details_24", + "key": "worldtask_world_task_task_details_25", "text": "为了庆祝胜利,博客岛上的村民准备举行一场捕羊大赛,我们也参加试试吧?!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_24", + "key": "worldtask_world_task_npctxt_25", "text": "初试捕羊大赛" }, "get_item": [], @@ -1080,15 +1121,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_25", + "key": "worldtask_world_task_task_name_26", "text": "中轴城危机" }, "task_details": { - "key": "worldtask_world_task_task_details_25", + "key": "worldtask_world_task_task_details_26", "text": "美丽的极光却是危险的信号!中轴城有难,我们必须尽快赶回去!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_25", + "key": "worldtask_world_task_npctxt_26", "text": "中轴城危机" }, "get_item": [], @@ -1121,15 +1162,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_26", + "key": "worldtask_world_task_task_name_27", "text": "更深沉的黑暗" }, "task_details": { - "key": "worldtask_world_task_task_details_26", + "key": "worldtask_world_task_task_details_27", "text": "一个危险的存在降临于圣桃树下,我不知道对方究竟是谁,但邦尼兔的神态告诉我,来人的棘手程度或许并不亚于在博克岛上遇到的诸多强敌,甚至更加危险。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_26", + "key": "worldtask_world_task_npctxt_27", "text": "去找阿宝聊聊" }, "get_item": [], @@ -1183,15 +1224,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_27", + "key": "worldtask_world_task_task_name_28", "text": "神奇的原始人" }, "task_details": { - "key": "worldtask_world_task_task_details_27", + "key": "worldtask_world_task_task_details_28", "text": "原始人聚集地地广人稀,先找这里的原始人打听打听月光原石的下落吧。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_27", + "key": "worldtask_world_task_npctxt_28", "text": "和阿宝聊聊" }, "get_item": [], @@ -1245,15 +1286,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_28", + "key": "worldtask_world_task_task_name_29", "text": "进击!鸟蛋争夺战" }, "task_details": { - "key": "worldtask_world_task_task_details_28", + "key": "worldtask_world_task_task_details_29", "text": "为了知道月光原石所在,得先帮这些原始人抢到鸟蛋。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_28", + "key": "worldtask_world_task_npctxt_29", "text": "和阿宝聊聊" }, "get_item": [], @@ -1286,15 +1327,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_29", + "key": "worldtask_world_task_task_name_30", "text": "不速之客" }, "task_details": { - "key": "worldtask_world_task_task_details_29", + "key": "worldtask_world_task_task_details_30", "text": "终于知道了月光原石的所在,可不曾想竟被食人鱼先生误认成了敌人,得尽快找到他,解除误会。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_29", + "key": "worldtask_world_task_npctxt_30", "text": "和阿宝聊聊" }, "get_item": [], @@ -1327,15 +1368,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_30", + "key": "worldtask_world_task_task_name_31", "text": "月光原石的下落" }, "task_details": { - "key": "worldtask_world_task_task_details_30", + "key": "worldtask_world_task_task_details_31", "text": "终于有了月光原石的线索,跟上小伊去找月光原石吧!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_30", + "key": "worldtask_world_task_npctxt_31", "text": "和阿宝聊聊" }, "get_item": [], @@ -1368,15 +1409,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_31", + "key": "worldtask_world_task_task_name_32", "text": "瓜哥去哪了?" }, "task_details": { - "key": "worldtask_world_task_task_details_31", + "key": "worldtask_world_task_task_details_32", "text": "终于解除了误会,跟随小伊去找月光原石吧!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_31", + "key": "worldtask_world_task_npctxt_32", "text": "和阿宝聊聊" }, "get_item": [], @@ -1409,15 +1450,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_32", + "key": "worldtask_world_task_task_name_33", "text": "瓜哥一家的异状\u00A0" }, "task_details": { - "key": "worldtask_world_task_task_details_32", + "key": "worldtask_world_task_task_details_33", "text": "瓜哥一家不知道为何突然发狂……得赶紧唤醒他们!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_32", + "key": "worldtask_world_task_npctxt_33", "text": "和阿宝聊聊" }, "get_item": [], @@ -1450,15 +1491,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_33", + "key": "worldtask_world_task_task_name_34", "text": "击败巨型猩猩怪" }, "task_details": { - "key": "worldtask_world_task_task_details_33", + "key": "worldtask_world_task_task_details_34", "text": "一切的一切都来源于此,必须打倒猩猩怪拿回月光原石!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_33", + "key": "worldtask_world_task_npctxt_34", "text": "和阿宝聊聊" }, "get_item": [], @@ -1491,15 +1532,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_34", + "key": "worldtask_world_task_task_name_35", "text": "回收月光原石" }, "task_details": { - "key": "worldtask_world_task_task_details_34", + "key": "worldtask_world_task_task_details_35", "text": "原始人聚集地的风波结束,是时候回到中轴城复命了。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_34", + "key": "worldtask_world_task_npctxt_35", "text": "和阿宝聊聊" }, "get_item": [], @@ -1532,15 +1573,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_35", + "key": "worldtask_world_task_task_name_36", "text": "升级设备" }, "task_details": { - "key": "worldtask_world_task_task_details_35", + "key": "worldtask_world_task_task_details_36", "text": "事情搞了一段落,接下来我们需要一些能强化力量的方法" }, "npctxt": { - "key": "worldtask_world_task_npctxt_35", + "key": "worldtask_world_task_npctxt_36", "text": "和骇客蜘聊聊" }, "get_item": [], @@ -1594,15 +1635,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_36", + "key": "worldtask_world_task_task_name_37", "text": "堡垒风波" }, "task_details": { - "key": "worldtask_world_task_task_details_36", + "key": "worldtask_world_task_task_details_37", "text": "为了顺利接应坏蛋联盟的伙伴,先找到邦尼兔吧!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_36", + "key": "worldtask_world_task_npctxt_37", "text": "和骇客蜘聊聊" }, "get_item": [], @@ -1656,15 +1697,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_37", + "key": "worldtask_world_task_task_name_38", "text": "初遇坏蛋联盟" }, "task_details": { - "key": "worldtask_world_task_task_details_37", + "key": "worldtask_world_task_task_details_38", "text": "邦尼兔因紧急情况离开,接应坏蛋联盟的重任只能一人完成了……" }, "npctxt": { - "key": "worldtask_world_task_npctxt_37", + "key": "worldtask_world_task_npctxt_38", "text": "和骇客蜘聊聊" }, "get_item": [], @@ -1697,15 +1738,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_38", + "key": "worldtask_world_task_task_name_39", "text": "警长的阻挠" }, "task_details": { - "key": "worldtask_world_task_task_details_38", + "key": "worldtask_world_task_task_details_39", "text": "运送月光原石途中遇到坏蛋联盟死对头——警长,没办法,必须尽快通过。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_38", + "key": "worldtask_world_task_npctxt_39", "text": "和骇客蜘聊聊" }, "get_item": [], @@ -1738,15 +1779,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_39", + "key": "worldtask_world_task_task_name_40", "text": "前往卡梅洛特城堡" }, "task_details": { - "key": "worldtask_world_task_task_details_39", + "key": "worldtask_world_task_task_details_40", "text": "虽然遇到了一些意外,但并无大碍,继续向卡梅洛特城堡进发吧。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_39", + "key": "worldtask_world_task_npctxt_40", "text": "和骇客蜘聊聊" }, "get_item": [], @@ -1779,15 +1820,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_40", + "key": "worldtask_world_task_task_name_41", "text": "追击果酱教授" }, "task_details": { - "key": "worldtask_world_task_task_details_40", + "key": "worldtask_world_task_task_details_41", "text": "没想到救下的老奶奶竟是果酱教授假扮的!必须抓住他。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_40", + "key": "worldtask_world_task_npctxt_41", "text": "和骇客蜘聊聊" }, "get_item": [], @@ -1820,15 +1861,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_41", + "key": "worldtask_world_task_task_name_42", "text": "通缉果酱教授" }, "task_details": { - "key": "worldtask_world_task_task_details_41", + "key": "worldtask_world_task_task_details_42", "text": "瓦希尔指挥官发现可疑人员混入功夫塔,难道是被通缉的果酱教授?" }, "npctxt": { - "key": "worldtask_world_task_npctxt_41", + "key": "worldtask_world_task_npctxt_42", "text": "去找骇客蛛" }, "get_item": [], @@ -1877,15 +1918,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_42", + "key": "worldtask_world_task_task_name_43", "text": "击退恐惧灵" }, "task_details": { - "key": "worldtask_world_task_task_details_42", + "key": "worldtask_world_task_task_details_43", "text": "击退恐惧灵" }, "npctxt": { - "key": "worldtask_world_task_npctxt_42", + "key": "worldtask_world_task_npctxt_43", "text": "击退恐惧灵" }, "get_item": [], @@ -1939,15 +1980,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_43", + "key": "worldtask_world_task_task_name_44", "text": "冰霜泰坦难度1" }, "task_details": { - "key": "worldtask_world_task_task_details_43", + "key": "worldtask_world_task_task_details_44", "text": "冰霜泰坦难度1" }, "npctxt": { - "key": "worldtask_world_task_npctxt_43", + "key": "worldtask_world_task_npctxt_44", "text": "冰霜泰坦难度1" }, "get_item": [], @@ -1996,15 +2037,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_44", + "key": "worldtask_world_task_task_name_45", "text": "剧情" }, "task_details": { - "key": "worldtask_world_task_task_details_44", + "key": "worldtask_world_task_task_details_45", "text": "剧情" }, "npctxt": { - "key": "worldtask_world_task_npctxt_44", + "key": "worldtask_world_task_npctxt_45", "text": "剧情" }, "get_item": [], @@ -2056,15 +2097,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_45", + "key": "worldtask_world_task_task_name_46", "text": "6件装备+6" }, "task_details": { - "key": "worldtask_world_task_task_details_45", + "key": "worldtask_world_task_task_details_46", "text": "6件装备+6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_45", + "key": "worldtask_world_task_npctxt_46", "text": "6件装备+6" }, "get_item": [], @@ -2113,15 +2154,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_46", + "key": "worldtask_world_task_task_name_47", "text": "冒险5-4通关" }, "task_details": { - "key": "worldtask_world_task_task_details_46", + "key": "worldtask_world_task_task_details_47", "text": "冒险5-4通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_46", + "key": "worldtask_world_task_npctxt_47", "text": "冒险5-4通关" }, "get_item": [], @@ -2175,15 +2216,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_47", + "key": "worldtask_world_task_task_name_48", "text": "冰霜泰坦难度2" }, "task_details": { - "key": "worldtask_world_task_task_details_47", + "key": "worldtask_world_task_task_details_48", "text": "冰霜泰坦难度2" }, "npctxt": { - "key": "worldtask_world_task_npctxt_47", + "key": "worldtask_world_task_npctxt_48", "text": "冰霜泰坦难度2" }, "get_item": [], @@ -2232,15 +2273,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_48", + "key": "worldtask_world_task_task_name_49", "text": "冒险5-8通关" }, "task_details": { - "key": "worldtask_world_task_task_details_48", + "key": "worldtask_world_task_task_details_49", "text": "冒险5-8通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_48", + "key": "worldtask_world_task_npctxt_49", "text": "冒险5-8通关" }, "get_item": [], @@ -2294,15 +2335,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_49", + "key": "worldtask_world_task_task_name_50", "text": "剧情" }, "task_details": { - "key": "worldtask_world_task_task_details_49", + "key": "worldtask_world_task_task_details_50", "text": "剧情" }, "npctxt": { - "key": "worldtask_world_task_npctxt_49", + "key": "worldtask_world_task_npctxt_50", "text": "剧情" }, "get_item": [], @@ -2349,15 +2390,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_50", + "key": "worldtask_world_task_task_name_51", "text": "剧情" }, "task_details": { - "key": "worldtask_world_task_task_details_50", + "key": "worldtask_world_task_task_details_51", "text": "剧情" }, "npctxt": { - "key": "worldtask_world_task_npctxt_50", + "key": "worldtask_world_task_npctxt_51", "text": "剧情" }, "get_item": [], @@ -2409,15 +2450,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_51", + "key": "worldtask_world_task_task_name_52", "text": "炼金塔5层" }, "task_details": { - "key": "worldtask_world_task_task_details_51", + "key": "worldtask_world_task_task_details_52", "text": "炼金塔5层" }, "npctxt": { - "key": "worldtask_world_task_npctxt_51", + "key": "worldtask_world_task_npctxt_52", "text": "炼金塔5层" }, "get_item": [], @@ -2466,15 +2507,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_52", + "key": "worldtask_world_task_task_name_53", "text": "击退恐惧灵" }, "task_details": { - "key": "worldtask_world_task_task_details_52", + "key": "worldtask_world_task_task_details_53", "text": "击退恐惧灵" }, "npctxt": { - "key": "worldtask_world_task_npctxt_52", + "key": "worldtask_world_task_npctxt_53", "text": "击退恐惧灵" }, "get_item": [], @@ -2528,15 +2569,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_53", + "key": "worldtask_world_task_task_name_54", "text": "击退恐惧灵" }, "task_details": { - "key": "worldtask_world_task_task_details_53", + "key": "worldtask_world_task_task_details_54", "text": "击退恐惧灵" }, "npctxt": { - "key": "worldtask_world_task_npctxt_53", + "key": "worldtask_world_task_npctxt_54", "text": "击退恐惧灵" }, "get_item": [], @@ -2585,15 +2626,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_54", + "key": "worldtask_world_task_task_name_55", "text": "击退恐惧灵" }, "task_details": { - "key": "worldtask_world_task_task_details_54", + "key": "worldtask_world_task_task_details_55", "text": "击退恐惧灵" }, "npctxt": { - "key": "worldtask_world_task_npctxt_54", + "key": "worldtask_world_task_npctxt_55", "text": "击退恐惧灵" }, "get_item": [], @@ -2647,15 +2688,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_55", + "key": "worldtask_world_task_task_name_56", "text": "森林泰坦难度1" }, "task_details": { - "key": "worldtask_world_task_task_details_55", + "key": "worldtask_world_task_task_details_56", "text": "森林泰坦难度1" }, "npctxt": { - "key": "worldtask_world_task_npctxt_55", + "key": "worldtask_world_task_npctxt_56", "text": "森林泰坦难度1" }, "get_item": [], @@ -2704,15 +2745,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_56", + "key": "worldtask_world_task_task_name_57", "text": "主角星座觉醒3次" }, "task_details": { - "key": "worldtask_world_task_task_details_56", + "key": "worldtask_world_task_task_details_57", "text": "主角星座觉醒3次" }, "npctxt": { - "key": "worldtask_world_task_npctxt_56", + "key": "worldtask_world_task_npctxt_57", "text": "主角星座觉醒3次" }, "get_item": [], @@ -2766,15 +2807,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_57", + "key": "worldtask_world_task_task_name_58", "text": "9件装备强化+6" }, "task_details": { - "key": "worldtask_world_task_task_details_57", + "key": "worldtask_world_task_task_details_58", "text": "9件装备强化+6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_57", + "key": "worldtask_world_task_npctxt_58", "text": "9件装备强化+6" }, "get_item": [], @@ -2823,15 +2864,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_58", + "key": "worldtask_world_task_task_name_59", "text": "击退恐惧灵" }, "task_details": { - "key": "worldtask_world_task_task_details_58", + "key": "worldtask_world_task_task_details_59", "text": "击退恐惧灵" }, "npctxt": { - "key": "worldtask_world_task_npctxt_58", + "key": "worldtask_world_task_npctxt_59", "text": "击退恐惧灵" }, "get_item": [], @@ -2885,15 +2926,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_59", + "key": "worldtask_world_task_task_name_60", "text": "击退恐惧灵" }, "task_details": { - "key": "worldtask_world_task_task_details_59", + "key": "worldtask_world_task_task_details_60", "text": "击退恐惧灵" }, "npctxt": { - "key": "worldtask_world_task_npctxt_59", + "key": "worldtask_world_task_npctxt_60", "text": "击退恐惧灵" }, "get_item": [], @@ -2942,15 +2983,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_60", + "key": "worldtask_world_task_task_name_61", "text": "剧情" }, "task_details": { - "key": "worldtask_world_task_task_details_60", + "key": "worldtask_world_task_task_details_61", "text": "剧情" }, "npctxt": { - "key": "worldtask_world_task_npctxt_60", + "key": "worldtask_world_task_npctxt_61", "text": "剧情" }, "get_item": [], @@ -3002,15 +3043,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_61", + "key": "worldtask_world_task_task_name_62", "text": "冒险6-8通关" }, "task_details": { - "key": "worldtask_world_task_task_details_61", + "key": "worldtask_world_task_task_details_62", "text": "冒险6-8通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_61", + "key": "worldtask_world_task_npctxt_62", "text": "冒险6-8通关" }, "get_item": [], @@ -3059,15 +3100,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_62", + "key": "worldtask_world_task_task_name_63", "text": "森林泰坦难度2" }, "task_details": { - "key": "worldtask_world_task_task_details_62", + "key": "worldtask_world_task_task_details_63", "text": "森林泰坦难度2" }, "npctxt": { - "key": "worldtask_world_task_npctxt_62", + "key": "worldtask_world_task_npctxt_63", "text": "森林泰坦难度2" }, "get_item": [], @@ -3121,15 +3162,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_63", + "key": "worldtask_world_task_task_name_64", "text": "12件装备强化+6" }, "task_details": { - "key": "worldtask_world_task_task_details_63", + "key": "worldtask_world_task_task_details_64", "text": "12件装备强化+6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_63", + "key": "worldtask_world_task_npctxt_64", "text": "12件装备强化+6" }, "get_item": [], @@ -3178,15 +3219,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_64", + "key": "worldtask_world_task_task_name_65", "text": "武馆木桩解锁3根" }, "task_details": { - "key": "worldtask_world_task_task_details_64", + "key": "worldtask_world_task_task_details_65", "text": "武馆木桩解锁3根" }, "npctxt": { - "key": "worldtask_world_task_npctxt_64", + "key": "worldtask_world_task_npctxt_65", "text": "武馆木桩解锁3根" }, "get_item": [], @@ -3240,15 +3281,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_65", + "key": "worldtask_world_task_task_name_66", "text": "炼金塔10层" }, "task_details": { - "key": "worldtask_world_task_task_details_65", + "key": "worldtask_world_task_task_details_66", "text": "炼金塔10层" }, "npctxt": { - "key": "worldtask_world_task_npctxt_65", + "key": "worldtask_world_task_npctxt_66", "text": "炼金塔10层" }, "get_item": [], @@ -3297,15 +3338,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_66", + "key": "worldtask_world_task_task_name_67", "text": "冒险7-8通关" }, "task_details": { - "key": "worldtask_world_task_task_details_66", + "key": "worldtask_world_task_task_details_67", "text": "冒险7-8通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_66", + "key": "worldtask_world_task_npctxt_67", "text": "冒险7-8通关" }, "get_item": [], @@ -3359,15 +3400,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_67", + "key": "worldtask_world_task_task_name_68", "text": "击退恐惧灵" }, "task_details": { - "key": "worldtask_world_task_task_details_67", + "key": "worldtask_world_task_task_details_68", "text": "击退恐惧灵" }, "npctxt": { - "key": "worldtask_world_task_npctxt_67", + "key": "worldtask_world_task_npctxt_68", "text": "击退恐惧灵" }, "get_item": [], @@ -3416,15 +3457,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_68", + "key": "worldtask_world_task_task_name_69", "text": "击退恐惧灵" }, "task_details": { - "key": "worldtask_world_task_task_details_68", + "key": "worldtask_world_task_task_details_69", "text": "击退恐惧灵" }, "npctxt": { - "key": "worldtask_world_task_npctxt_68", + "key": "worldtask_world_task_npctxt_69", "text": "击退恐惧灵" }, "get_item": [], @@ -3478,15 +3519,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_69", + "key": "worldtask_world_task_task_name_70", "text": "穿+6的无极神功套装" }, "task_details": { - "key": "worldtask_world_task_task_details_69", + "key": "worldtask_world_task_task_details_70", "text": "穿+6的无极神功套装" }, "npctxt": { - "key": "worldtask_world_task_npctxt_69", + "key": "worldtask_world_task_npctxt_70", "text": "穿+6的无极神功套装" }, "get_item": [], @@ -3535,15 +3576,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_70", + "key": "worldtask_world_task_task_name_71", "text": "加入任意俱乐部" }, "task_details": { - "key": "worldtask_world_task_task_details_70", + "key": "worldtask_world_task_task_details_71", "text": "加入任意俱乐部" }, "npctxt": { - "key": "worldtask_world_task_npctxt_70", + "key": "worldtask_world_task_npctxt_71", "text": "加入任意俱乐部" }, "get_item": [], @@ -3597,15 +3638,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_71", + "key": "worldtask_world_task_task_name_72", "text": "森林泰坦难度3" }, "task_details": { - "key": "worldtask_world_task_task_details_71", + "key": "worldtask_world_task_task_details_72", "text": "森林泰坦难度3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_71", + "key": "worldtask_world_task_npctxt_72", "text": "森林泰坦难度3" }, "get_item": [], @@ -3654,15 +3695,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_72", + "key": "worldtask_world_task_task_name_73", "text": "森林泰坦难度4" }, "task_details": { - "key": "worldtask_world_task_task_details_72", + "key": "worldtask_world_task_task_details_73", "text": "森林泰坦难度4" }, "npctxt": { - "key": "worldtask_world_task_npctxt_72", + "key": "worldtask_world_task_npctxt_73", "text": "森林泰坦难度4" }, "get_item": [], @@ -3716,15 +3757,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_73", + "key": "worldtask_world_task_task_name_74", "text": "守护者回响解锁次数10次" }, "task_details": { - "key": "worldtask_world_task_task_details_73", + "key": "worldtask_world_task_task_details_74", "text": "守护者回响解锁次数10次" }, "npctxt": { - "key": "worldtask_world_task_npctxt_73", + "key": "worldtask_world_task_npctxt_74", "text": "守护者回响解锁次数10次" }, "get_item": [], @@ -3773,15 +3814,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_74", + "key": "worldtask_world_task_task_name_75", "text": "守护者回响解锁次数15次" }, "task_details": { - "key": "worldtask_world_task_task_details_74", + "key": "worldtask_world_task_task_details_75", "text": "守护者回响解锁次数15次" }, "npctxt": { - "key": "worldtask_world_task_npctxt_74", + "key": "worldtask_world_task_npctxt_75", "text": "守护者回响解锁次数15次" }, "get_item": [], @@ -3835,15 +3876,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_75", + "key": "worldtask_world_task_task_name_76", "text": "冒险8-8通关" }, "task_details": { - "key": "worldtask_world_task_task_details_75", + "key": "worldtask_world_task_task_details_76", "text": "冒险8-8通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_75", + "key": "worldtask_world_task_npctxt_76", "text": "冒险8-8通关" }, "get_item": [], @@ -3892,15 +3933,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_76", + "key": "worldtask_world_task_task_name_77", "text": "12件装备强化+9" }, "task_details": { - "key": "worldtask_world_task_task_details_76", + "key": "worldtask_world_task_task_details_77", "text": "12件装备强化+9" }, "npctxt": { - "key": "worldtask_world_task_npctxt_76", + "key": "worldtask_world_task_npctxt_77", "text": "12件装备强化+9" }, "get_item": [], @@ -3954,15 +3995,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_77", + "key": "worldtask_world_task_task_name_78", "text": "竞技场3胜" }, "task_details": { - "key": "worldtask_world_task_task_details_77", + "key": "worldtask_world_task_task_details_78", "text": "竞技场3胜" }, "npctxt": { - "key": "worldtask_world_task_npctxt_77", + "key": "worldtask_world_task_npctxt_78", "text": "竞技场3胜" }, "get_item": [], @@ -4011,15 +4052,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_78", + "key": "worldtask_world_task_task_name_79", "text": "森林泰坦难度5" }, "task_details": { - "key": "worldtask_world_task_task_details_78", + "key": "worldtask_world_task_task_details_79", "text": "森林泰坦难度5" }, "npctxt": { - "key": "worldtask_world_task_npctxt_78", + "key": "worldtask_world_task_npctxt_79", "text": "森林泰坦难度5" }, "get_item": [], @@ -4073,15 +4114,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_79", + "key": "worldtask_world_task_task_name_80", "text": "守护者回响解锁解锁20次" }, "task_details": { - "key": "worldtask_world_task_task_details_79", + "key": "worldtask_world_task_task_details_80", "text": "守护者回响解锁解锁20次" }, "npctxt": { - "key": "worldtask_world_task_npctxt_79", + "key": "worldtask_world_task_npctxt_80", "text": "守护者回响解锁解锁20次" }, "get_item": [], @@ -4130,15 +4171,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_80", + "key": "worldtask_world_task_task_name_81", "text": "冒险9-8通关" }, "task_details": { - "key": "worldtask_world_task_task_details_80", + "key": "worldtask_world_task_task_details_81", "text": "冒险9-8通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_80", + "key": "worldtask_world_task_npctxt_81", "text": "冒险9-8通关" }, "get_item": [], @@ -4192,15 +4233,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_81", + "key": "worldtask_world_task_task_name_82", "text": "搜集12个4星装备" }, "task_details": { - "key": "worldtask_world_task_task_details_81", + "key": "worldtask_world_task_task_details_82", "text": "搜集12个4星装备" }, "npctxt": { - "key": "worldtask_world_task_npctxt_81", + "key": "worldtask_world_task_npctxt_82", "text": "搜集12个4星装备" }, "get_item": [], @@ -4249,15 +4290,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_82", + "key": "worldtask_world_task_task_name_83", "text": "炼金塔20层" }, "task_details": { - "key": "worldtask_world_task_task_details_82", + "key": "worldtask_world_task_task_details_83", "text": "炼金塔20层" }, "npctxt": { - "key": "worldtask_world_task_npctxt_82", + "key": "worldtask_world_task_npctxt_83", "text": "炼金塔20层" }, "get_item": [], @@ -4311,15 +4352,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_83", + "key": "worldtask_world_task_task_name_84", "text": "冒险10-8通关" }, "task_details": { - "key": "worldtask_world_task_task_details_83", + "key": "worldtask_world_task_task_details_84", "text": "冒险10-8通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_83", + "key": "worldtask_world_task_npctxt_84", "text": "冒险10-8通关" }, "get_item": [], @@ -4368,15 +4409,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_84", + "key": "worldtask_world_task_task_name_85", "text": "森林泰坦难度6" }, "task_details": { - "key": "worldtask_world_task_task_details_84", + "key": "worldtask_world_task_task_details_85", "text": "森林泰坦难度6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_84", + "key": "worldtask_world_task_npctxt_85", "text": "森林泰坦难度6" }, "get_item": [], @@ -4430,15 +4471,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_85", + "key": "worldtask_world_task_task_name_86", "text": "18件强化+9" }, "task_details": { - "key": "worldtask_world_task_task_details_85", + "key": "worldtask_world_task_task_details_86", "text": "18件强化+9" }, "npctxt": { - "key": "worldtask_world_task_npctxt_85", + "key": "worldtask_world_task_npctxt_86", "text": "18件强化+9" }, "get_item": [], @@ -4487,15 +4528,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_86", + "key": "worldtask_world_task_task_name_87", "text": "冒险11-8通关" }, "task_details": { - "key": "worldtask_world_task_task_details_86", + "key": "worldtask_world_task_task_details_87", "text": "冒险11-8通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_86", + "key": "worldtask_world_task_npctxt_87", "text": "冒险11-8通关" }, "get_item": [], @@ -4549,15 +4590,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_87", + "key": "worldtask_world_task_task_name_88", "text": "守护者回响解锁25次" }, "task_details": { - "key": "worldtask_world_task_task_details_87", + "key": "worldtask_world_task_task_details_88", "text": "守护者回响解锁25次" }, "npctxt": { - "key": "worldtask_world_task_npctxt_87", + "key": "worldtask_world_task_npctxt_88", "text": "守护者回响解锁25次" }, "get_item": [], @@ -4606,15 +4647,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_88", + "key": "worldtask_world_task_task_name_89", "text": "冒险12-3通关" }, "task_details": { - "key": "worldtask_world_task_task_details_88", + "key": "worldtask_world_task_task_details_89", "text": "冒险12-3通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_88", + "key": "worldtask_world_task_npctxt_89", "text": "冒险12-3通关" }, "get_item": [], @@ -4668,15 +4709,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_89", + "key": "worldtask_world_task_task_name_90", "text": "森林泰坦难度7" }, "task_details": { - "key": "worldtask_world_task_task_details_89", + "key": "worldtask_world_task_task_details_90", "text": "森林泰坦难度7" }, "npctxt": { - "key": "worldtask_world_task_npctxt_89", + "key": "worldtask_world_task_npctxt_90", "text": "森林泰坦难度7" }, "get_item": [], @@ -4725,15 +4766,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_90", + "key": "worldtask_world_task_task_name_91", "text": "8件任意装备强化+12" }, "task_details": { - "key": "worldtask_world_task_task_details_90", + "key": "worldtask_world_task_task_details_91", "text": "8件任意装备强化+12" }, "npctxt": { - "key": "worldtask_world_task_npctxt_90", + "key": "worldtask_world_task_npctxt_91", "text": "8件任意装备强化+12" }, "get_item": [], @@ -4787,15 +4828,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_91", + "key": "worldtask_world_task_task_name_92", "text": "冒险12-6通关" }, "task_details": { - "key": "worldtask_world_task_task_details_91", + "key": "worldtask_world_task_task_details_92", "text": "冒险12-6通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_91", + "key": "worldtask_world_task_npctxt_92", "text": "冒险12-6通关" }, "get_item": [], @@ -4844,15 +4885,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_92", + "key": "worldtask_world_task_task_name_93", "text": "竞技场获胜20次" }, "task_details": { - "key": "worldtask_world_task_task_details_92", + "key": "worldtask_world_task_task_details_93", "text": "竞技场获胜20次" }, "npctxt": { - "key": "worldtask_world_task_npctxt_92", + "key": "worldtask_world_task_npctxt_93", "text": "竞技场获胜20次" }, "get_item": [], @@ -4906,15 +4947,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_93", + "key": "worldtask_world_task_task_name_94", "text": "冒险12-8通关" }, "task_details": { - "key": "worldtask_world_task_task_details_93", + "key": "worldtask_world_task_task_details_94", "text": "冒险12-8通关" }, "npctxt": { - "key": "worldtask_world_task_npctxt_93", + "key": "worldtask_world_task_npctxt_94", "text": "冒险12-8通关" }, "get_item": [], @@ -4963,15 +5004,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_94", + "key": "worldtask_world_task_task_name_95", "text": "冒险关卡困难1-3" }, "task_details": { - "key": "worldtask_world_task_task_details_94", + "key": "worldtask_world_task_task_details_95", "text": "冒险关卡困难1-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_94", + "key": "worldtask_world_task_npctxt_95", "text": "冒险关卡困难1-3" }, "get_item": [], @@ -5020,15 +5061,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_95", + "key": "worldtask_world_task_task_name_96", "text": "冒险关卡困难1-6" }, "task_details": { - "key": "worldtask_world_task_task_details_95", + "key": "worldtask_world_task_task_details_96", "text": "冒险关卡困难1-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_95", + "key": "worldtask_world_task_npctxt_96", "text": "冒险关卡困难1-6" }, "get_item": [], @@ -5082,15 +5123,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_96", + "key": "worldtask_world_task_task_name_97", "text": "冒险关卡困难2-3" }, "task_details": { - "key": "worldtask_world_task_task_details_96", + "key": "worldtask_world_task_task_details_97", "text": "冒险关卡困难2-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_96", + "key": "worldtask_world_task_npctxt_97", "text": "冒险关卡困难2-3" }, "get_item": [], @@ -5139,15 +5180,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_97", + "key": "worldtask_world_task_task_name_98", "text": "冒险关卡困难2-6" }, "task_details": { - "key": "worldtask_world_task_task_details_97", + "key": "worldtask_world_task_task_details_98", "text": "冒险关卡困难2-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_97", + "key": "worldtask_world_task_npctxt_98", "text": "冒险关卡困难2-6" }, "get_item": [], @@ -5201,15 +5242,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_98", + "key": "worldtask_world_task_task_name_99", "text": "冒险关卡困难3-3" }, "task_details": { - "key": "worldtask_world_task_task_details_98", + "key": "worldtask_world_task_task_details_99", "text": "冒险关卡困难3-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_98", + "key": "worldtask_world_task_npctxt_99", "text": "冒险关卡困难3-3" }, "get_item": [], @@ -5258,15 +5299,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_99", + "key": "worldtask_world_task_task_name_100", "text": "冒险关卡困难3-6" }, "task_details": { - "key": "worldtask_world_task_task_details_99", + "key": "worldtask_world_task_task_details_100", "text": "冒险关卡困难3-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_99", + "key": "worldtask_world_task_npctxt_100", "text": "冒险关卡困难3-6" }, "get_item": [], @@ -5320,15 +5361,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_100", + "key": "worldtask_world_task_task_name_101", "text": "冒险关卡困难4-3" }, "task_details": { - "key": "worldtask_world_task_task_details_100", + "key": "worldtask_world_task_task_details_101", "text": "冒险关卡困难4-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_100", + "key": "worldtask_world_task_npctxt_101", "text": "冒险关卡困难4-3" }, "get_item": [], @@ -5367,15 +5408,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_101", + "key": "worldtask_world_task_task_name_102", "text": "冒险关卡困难4-6" }, "task_details": { - "key": "worldtask_world_task_task_details_101", + "key": "worldtask_world_task_task_details_102", "text": "冒险关卡困难4-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_101", + "key": "worldtask_world_task_npctxt_102", "text": "冒险关卡困难4-6" }, "get_item": [], @@ -5414,15 +5455,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_102", + "key": "worldtask_world_task_task_name_103", "text": "冒险关卡困难5-3" }, "task_details": { - "key": "worldtask_world_task_task_details_102", + "key": "worldtask_world_task_task_details_103", "text": "冒险关卡困难5-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_102", + "key": "worldtask_world_task_npctxt_103", "text": "冒险关卡困难5-3" }, "get_item": [], @@ -5461,15 +5502,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_103", + "key": "worldtask_world_task_task_name_104", "text": "冒险关卡困难5-6" }, "task_details": { - "key": "worldtask_world_task_task_details_103", + "key": "worldtask_world_task_task_details_104", "text": "冒险关卡困难5-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_103", + "key": "worldtask_world_task_npctxt_104", "text": "冒险关卡困难5-6" }, "get_item": [], @@ -5508,15 +5549,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_104", + "key": "worldtask_world_task_task_name_105", "text": "冒险关卡困难6-3" }, "task_details": { - "key": "worldtask_world_task_task_details_104", + "key": "worldtask_world_task_task_details_105", "text": "冒险关卡困难6-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_104", + "key": "worldtask_world_task_npctxt_105", "text": "冒险关卡困难6-3" }, "get_item": [], @@ -5555,15 +5596,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_105", + "key": "worldtask_world_task_task_name_106", "text": "冒险关卡困难6-6" }, "task_details": { - "key": "worldtask_world_task_task_details_105", + "key": "worldtask_world_task_task_details_106", "text": "冒险关卡困难6-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_105", + "key": "worldtask_world_task_npctxt_106", "text": "冒险关卡困难6-6" }, "get_item": [], @@ -5602,15 +5643,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_106", + "key": "worldtask_world_task_task_name_107", "text": "冒险关卡困难7-3" }, "task_details": { - "key": "worldtask_world_task_task_details_106", + "key": "worldtask_world_task_task_details_107", "text": "冒险关卡困难7-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_106", + "key": "worldtask_world_task_npctxt_107", "text": "冒险关卡困难7-3" }, "get_item": [], @@ -5649,15 +5690,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_107", + "key": "worldtask_world_task_task_name_108", "text": "冒险关卡困难7-6" }, "task_details": { - "key": "worldtask_world_task_task_details_107", + "key": "worldtask_world_task_task_details_108", "text": "冒险关卡困难7-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_107", + "key": "worldtask_world_task_npctxt_108", "text": "冒险关卡困难7-6" }, "get_item": [], @@ -5696,15 +5737,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_108", + "key": "worldtask_world_task_task_name_109", "text": "冒险关卡困难8-3" }, "task_details": { - "key": "worldtask_world_task_task_details_108", + "key": "worldtask_world_task_task_details_109", "text": "冒险关卡困难8-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_108", + "key": "worldtask_world_task_npctxt_109", "text": "冒险关卡困难8-3" }, "get_item": [], @@ -5743,15 +5784,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_109", + "key": "worldtask_world_task_task_name_110", "text": "冒险关卡困难8-6" }, "task_details": { - "key": "worldtask_world_task_task_details_109", + "key": "worldtask_world_task_task_details_110", "text": "冒险关卡困难8-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_109", + "key": "worldtask_world_task_npctxt_110", "text": "冒险关卡困难8-6" }, "get_item": [], @@ -5790,15 +5831,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_110", + "key": "worldtask_world_task_task_name_111", "text": "冒险关卡困难9-3" }, "task_details": { - "key": "worldtask_world_task_task_details_110", + "key": "worldtask_world_task_task_details_111", "text": "冒险关卡困难9-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_110", + "key": "worldtask_world_task_npctxt_111", "text": "冒险关卡困难9-3" }, "get_item": [], @@ -5837,15 +5878,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_111", + "key": "worldtask_world_task_task_name_112", "text": "冒险关卡困难9-6" }, "task_details": { - "key": "worldtask_world_task_task_details_111", + "key": "worldtask_world_task_task_details_112", "text": "冒险关卡困难9-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_111", + "key": "worldtask_world_task_npctxt_112", "text": "冒险关卡困难9-6" }, "get_item": [], @@ -5884,15 +5925,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_112", + "key": "worldtask_world_task_task_name_113", "text": "冒险关卡困难10-3" }, "task_details": { - "key": "worldtask_world_task_task_details_112", + "key": "worldtask_world_task_task_details_113", "text": "冒险关卡困难10-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_112", + "key": "worldtask_world_task_npctxt_113", "text": "冒险关卡困难10-3" }, "get_item": [], @@ -5931,15 +5972,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_113", + "key": "worldtask_world_task_task_name_114", "text": "冒险关卡困难10-6" }, "task_details": { - "key": "worldtask_world_task_task_details_113", + "key": "worldtask_world_task_task_details_114", "text": "冒险关卡困难10-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_113", + "key": "worldtask_world_task_npctxt_114", "text": "冒险关卡困难10-6" }, "get_item": [], @@ -5978,15 +6019,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_114", + "key": "worldtask_world_task_task_name_115", "text": "冒险关卡困难11-3" }, "task_details": { - "key": "worldtask_world_task_task_details_114", + "key": "worldtask_world_task_task_details_115", "text": "冒险关卡困难11-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_114", + "key": "worldtask_world_task_npctxt_115", "text": "冒险关卡困难11-3" }, "get_item": [], @@ -6025,15 +6066,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_115", + "key": "worldtask_world_task_task_name_116", "text": "冒险关卡困难11-6" }, "task_details": { - "key": "worldtask_world_task_task_details_115", + "key": "worldtask_world_task_task_details_116", "text": "冒险关卡困难11-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_115", + "key": "worldtask_world_task_npctxt_116", "text": "冒险关卡困难11-6" }, "get_item": [], @@ -6072,15 +6113,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_116", + "key": "worldtask_world_task_task_name_117", "text": "冒险关卡困难12-3" }, "task_details": { - "key": "worldtask_world_task_task_details_116", + "key": "worldtask_world_task_task_details_117", "text": "冒险关卡困难12-3" }, "npctxt": { - "key": "worldtask_world_task_npctxt_116", + "key": "worldtask_world_task_npctxt_117", "text": "冒险关卡困难12-3" }, "get_item": [], @@ -6119,15 +6160,15 @@ "des": 2, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_117", + "key": "worldtask_world_task_task_name_118", "text": "冒险关卡困难12-6" }, "task_details": { - "key": "worldtask_world_task_task_details_117", + "key": "worldtask_world_task_task_details_118", "text": "冒险关卡困难12-6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_117", + "key": "worldtask_world_task_npctxt_118", "text": "冒险关卡困难12-6" }, "get_item": [], @@ -6166,15 +6207,15 @@ "des": 5, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_118", + "key": "worldtask_world_task_task_name_119", "text": "兄弟,带一程" }, "task_details": { - "key": "worldtask_world_task_task_details_118", + "key": "worldtask_world_task_task_details_119", "text": "途中偶遇的守护者,期望我们带他前往某个城市。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_118", + "key": "worldtask_world_task_npctxt_119", "text": "兄弟,带一程" }, "get_item": [], @@ -6225,15 +6266,15 @@ "des": 5, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_119", + "key": "worldtask_world_task_task_name_120", "text": "特产不嫌多" }, "task_details": { - "key": "worldtask_world_task_task_details_119", + "key": "worldtask_world_task_task_details_120", "text": "一名守护者希望我们帮他购买一些特产,并承诺会用其他东西作为报酬。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_119", + "key": "worldtask_world_task_npctxt_120", "text": "特产不嫌多" }, "get_item": [], @@ -6284,15 +6325,15 @@ "des": 5, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_120", + "key": "worldtask_world_task_task_name_121", "text": "资助城市" }, "task_details": { - "key": "worldtask_world_task_task_details_120", + "key": "worldtask_world_task_task_details_121", "text": "如今我们稍有资产,守护者希望我们能资助一些城市,当地人会给予一些报酬。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_120", + "key": "worldtask_world_task_npctxt_121", "text": "资助城市" }, "get_item": [], @@ -6343,15 +6384,15 @@ "des": 5, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_121", + "key": "worldtask_world_task_task_name_122", "text": "雪中送炭" }, "task_details": { - "key": "worldtask_world_task_task_details_121", + "key": "worldtask_world_task_task_details_122", "text": "一些城市急需某些道具度过难关,我们或许应当帮助他们运转一下。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_121", + "key": "worldtask_world_task_npctxt_122", "text": "雪中送炭" }, "get_item": [], @@ -6402,15 +6443,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_122", + "key": "worldtask_world_task_task_name_123", "text": "悍娇虎逸闻一" }, "task_details": { - "key": "worldtask_world_task_task_details_122", + "key": "worldtask_world_task_task_details_123", "text": "悍娇虎独自一人站在武馆,看上去似乎很生气。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_122", + "key": "worldtask_world_task_npctxt_123", "text": "和悍娇虎聊聊" }, "get_item": [], @@ -6447,15 +6488,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_123", + "key": "worldtask_world_task_task_name_124", "text": "悍娇虎逸闻二" }, "task_details": { - "key": "worldtask_world_task_task_details_123", + "key": "worldtask_world_task_task_details_124", "text": "阿宝在哪儿呢,要在悍娇虎更生气之前找到才行。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_123", + "key": "worldtask_world_task_npctxt_124", "text": "找阿宝聊聊" }, "get_item": [], @@ -6492,15 +6533,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_124", + "key": "worldtask_world_task_task_name_125", "text": "悍娇虎逸闻三" }, "task_details": { - "key": "worldtask_world_task_task_details_124", + "key": "worldtask_world_task_task_details_125", "text": "找到阿宝,并把阿宝带回武馆吧。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_124", + "key": "worldtask_world_task_npctxt_125", "text": "找到阿宝" }, "get_item": [ @@ -6545,15 +6586,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_125", + "key": "worldtask_world_task_task_name_126", "text": "平先生的焦急" }, "task_details": { - "key": "worldtask_world_task_task_details_125", + "key": "worldtask_world_task_task_details_126", "text": "平先生焦急的看向武馆的方向,看上去像是遇到了什么棘手的事。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_125", + "key": "worldtask_world_task_npctxt_126", "text": "找平先生聊聊" }, "get_item": [], @@ -6590,15 +6631,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_126", + "key": "worldtask_world_task_task_name_127", "text": "队伍的集体提升" }, "task_details": { - "key": "worldtask_world_task_task_details_126", + "key": "worldtask_world_task_task_details_127", "text": "博克岛的发展有点超出预期,伙伴们需要一些特殊的帮助来快速提升实力,去武馆请教下师傅吧。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_126", + "key": "worldtask_world_task_npctxt_127", "text": "找师傅聊聊" }, "get_item": [], @@ -6637,15 +6678,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_127", + "key": "worldtask_world_task_task_name_128", "text": "驯龙小队的一天一" }, "task_details": { - "key": "worldtask_world_task_task_details_127", + "key": "worldtask_world_task_task_details_128", "text": "希卡普约着他的伙伴们一起做龙鞍,快帮他们收集制作材料吧。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_127", + "key": "worldtask_world_task_npctxt_128", "text": "和希卡普聊聊" }, "get_item": [], @@ -6684,15 +6725,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_128", + "key": "worldtask_world_task_task_name_129", "text": "驯龙小队的一天二" }, "task_details": { - "key": "worldtask_world_task_task_details_128", + "key": "worldtask_world_task_task_details_129", "text": "原本好好制作龙鞍的鼻涕粗突然和亚丝翠吵了起来,得上前阻止他们。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_128", + "key": "worldtask_world_task_npctxt_129", "text": "阻止鼻涕粗" }, "get_item": [], @@ -6731,15 +6772,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_129", + "key": "worldtask_world_task_task_name_130", "text": "驯龙小队的一天三" }, "task_details": { - "key": "worldtask_world_task_task_details_129", + "key": "worldtask_world_task_task_details_130", "text": "亚丝翠情绪激动,你不能让他们互相伤害。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_129", + "key": "worldtask_world_task_npctxt_130", "text": "阻止亚丝翠" }, "get_item": [], @@ -6778,15 +6819,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_130", + "key": "worldtask_world_task_task_name_131", "text": "驯龙小队的一天四" }, "task_details": { - "key": "worldtask_world_task_task_details_130", + "key": "worldtask_world_task_task_details_131", "text": "希卡普看上去很生气。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_130", + "key": "worldtask_world_task_npctxt_131", "text": "和希卡普聊聊" }, "get_item": [], @@ -6823,15 +6864,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_131", + "key": "worldtask_world_task_task_name_132", "text": "驯龙小队的一天五" }, "task_details": { - "key": "worldtask_world_task_task_details_131", + "key": "worldtask_world_task_task_details_132", "text": "和鼻涕粗沟通,让他知道问题出在哪。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_131", + "key": "worldtask_world_task_npctxt_132", "text": "找到鼻涕粗" }, "get_item": [], @@ -6868,15 +6909,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_132", + "key": "worldtask_world_task_task_name_133", "text": "驯龙小队的一天终" }, "task_details": { - "key": "worldtask_world_task_task_details_132", + "key": "worldtask_world_task_task_details_133", "text": "为了让驯龙小队重归于好,你准备去找鼻涕粗聊聊。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_132", + "key": "worldtask_world_task_npctxt_133", "text": "让他们和好如初" }, "get_item": [], @@ -6913,15 +6954,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_133", + "key": "worldtask_world_task_task_name_134", "text": "赛龙的故事" }, "task_details": { - "key": "worldtask_world_task_task_details_133", + "key": "worldtask_world_task_task_details_134", "text": "暴芙那特和悍夫那特好像又在斗嘴了。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_133", + "key": "worldtask_world_task_npctxt_134", "text": "去找双胞胎" }, "get_item": [], @@ -6951,22 +6992,22 @@ "opencond": "", "lock": 1, "lockend": 999, - "ontxe": 20100, + "ontxe": 20252, "id_after": 0, "group": 302, "exgroup": 310, "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_134", + "key": "worldtask_world_task_task_name_135", "text": "设备升级" }, "task_details": { - "key": "worldtask_world_task_task_details_134", + "key": "worldtask_world_task_task_details_135", "text": "变强的方法有很多种,冒险即将开始,铁匠铺的戈伯发来讯息有要事找我们,听说会给我们一份礼物。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_134", + "key": "worldtask_world_task_npctxt_135", "text": "和戈伯聊聊" }, "get_item": [ @@ -7004,22 +7045,22 @@ "opencond": "", "lock": 1, "lockend": 999, - "ontxe": 20108, + "ontxe": 20255, "id_after": 300103, "group": 302, "exgroup": 310, "des": 3, "icon": "25002", "task_name": { - "key": "worldtask_world_task_task_name_135", + "key": "worldtask_world_task_task_name_136", "text": "精心打造" }, "task_details": { - "key": "worldtask_world_task_task_details_135", + "key": "worldtask_world_task_task_details_136", "text": "戈伯的意思是,我们已经在锻造这一途上入门了,不过听说他有一种快捷的升级装备的路子,我们或许应该过去听听。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_135", + "key": "worldtask_world_task_npctxt_136", "text": "和戈伯聊聊" }, "get_item": [], @@ -7058,15 +7099,15 @@ "des": 3, "icon": "25003", "task_name": { - "key": "worldtask_world_task_task_name_136", + "key": "worldtask_world_task_task_name_137", "text": "精心打造" }, "task_details": { - "key": "worldtask_world_task_task_details_136", + "key": "worldtask_world_task_task_details_137", "text": "锻造一途深不见底,又是全新的考验,戈伯希望我加强训练,早日熟悉这种升级方式。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_136", + "key": "worldtask_world_task_npctxt_137", "text": "和戈伯聊聊" }, "get_item": [], @@ -7098,22 +7139,22 @@ "opencond": "", "lock": 1, "lockend": 999, - "ontxe": 20128, + "ontxe": 20257, "id_after": 0, "group": 302, "exgroup": 310, "des": 3, "icon": "25004", "task_name": { - "key": "worldtask_world_task_task_name_137", + "key": "worldtask_world_task_task_name_138", "text": "大组织,大买卖" }, "task_details": { - "key": "worldtask_world_task_task_details_137", + "key": "worldtask_world_task_task_details_138", "text": "知道吗,沃尔夫和他的那位传奇血红爪搭档来到了中轴城,而且还有笔买卖找我们谈谈,或许该抽个时间去和他勾兑勾兑。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_137", + "key": "worldtask_world_task_npctxt_138", "text": "和沃尔夫聊聊" }, "get_item": [ @@ -7146,6 +7187,88 @@ ], "module": [] }, + { + "key": 300105, + "opencond": "", + "lock": 1, + "lockend": 999, + "ontxe": 20109, + "id_after": 0, + "group": 302, + "exgroup": 310, + "des": 3, + "icon": "14003", + "task_name": { + "key": "worldtask_world_task_task_name_139", + "text": "提升等级" + }, + "task_details": { + "key": "worldtask_world_task_task_details_139", + "text": "提升等级" + }, + "npctxt": { + "key": "worldtask_world_task_npctxt_139", + "text": "提升等级" + }, + "get_item": [], + "trigger": 0, + "npc": 320100, + "completetask": [ + 14000019 + ], + "deliver_npc": 320109, + "taskend_removeitem": [], + "auto_accept": 0, + "tasktips": 0, + "deliver_task": 0, + "lock_add": 0, + "finish": [], + "finishparameter": "", + "fnishipoint": [], + "reword": [], + "module": [] + }, + { + "key": 300106, + "opencond": "", + "lock": 1, + "lockend": 999, + "ontxe": 20109, + "id_after": 0, + "group": 302, + "exgroup": 310, + "des": 3, + "icon": "14003", + "task_name": { + "key": "worldtask_world_task_task_name_140", + "text": "突破英雄" + }, + "task_details": { + "key": "worldtask_world_task_task_details_140", + "text": "突破英雄" + }, + "npctxt": { + "key": "worldtask_world_task_npctxt_140", + "text": "突破英雄" + }, + "get_item": [], + "trigger": 0, + "npc": 3001061, + "completetask": [ + 14000020 + ], + "deliver_npc": 3001069, + "taskend_removeitem": [], + "auto_accept": 0, + "tasktips": 0, + "deliver_task": 0, + "lock_add": 0, + "finish": [], + "finishparameter": "", + "fnishipoint": [], + "reword": [], + "module": [] + }, { "key": 320110, "opencond": "", @@ -7158,15 +7281,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_138", + "key": "worldtask_world_task_task_name_141", "text": "梦中世界" }, "task_details": { - "key": "worldtask_world_task_task_details_138", + "key": "worldtask_world_task_task_details_141", "text": "邦尼兔在沙人那里,看上去十分焦急,快去看看吧。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_138", + "key": "worldtask_world_task_npctxt_141", "text": "找到邦尼兔" }, "get_item": [], @@ -7205,15 +7328,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_139", + "key": "worldtask_world_task_task_name_142", "text": "挑战与狩猎" }, "task_details": { - "key": "worldtask_world_task_task_details_139", + "key": "worldtask_world_task_task_details_142", "text": "挑战与狩猎" }, "npctxt": { - "key": "worldtask_world_task_npctxt_139", + "key": "worldtask_world_task_npctxt_142", "text": "找到沃尔特" }, "get_item": [], @@ -7252,15 +7375,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_140", + "key": "worldtask_world_task_task_name_143", "text": "公会与伙伴" }, "task_details": { - "key": "worldtask_world_task_task_details_140", + "key": "worldtask_world_task_task_details_143", "text": "公会与伙伴" }, "npctxt": { - "key": "worldtask_world_task_npctxt_140", + "key": "worldtask_world_task_npctxt_143", "text": "找到沃尔夫" }, "get_item": [], @@ -7297,15 +7420,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_141", + "key": "worldtask_world_task_task_name_144", "text": "新的挑战之路" }, "task_details": { - "key": "worldtask_world_task_task_details_141", + "key": "worldtask_world_task_task_details_144", "text": "新的挑战之路" }, "npctxt": { - "key": "worldtask_world_task_npctxt_141", + "key": "worldtask_world_task_npctxt_144", "text": "找到浣熊师傅" }, "get_item": [], @@ -7342,15 +7465,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_142", + "key": "worldtask_world_task_task_name_145", "text": "巨大的怪物们" }, "task_details": { - "key": "worldtask_world_task_task_details_142", - "text": "s" + "key": "worldtask_world_task_task_details_145", + "text": "巨大的怪物们" }, "npctxt": { - "key": "worldtask_world_task_npctxt_142", + "key": "worldtask_world_task_npctxt_145", "text": "找到戈伯" }, "get_item": [], @@ -7387,15 +7510,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_143", + "key": "worldtask_world_task_task_name_146", "text": "敲打与炉火" }, "task_details": { - "key": "worldtask_world_task_task_details_143", + "key": "worldtask_world_task_task_details_146", "text": "敲打与炉火" }, "npctxt": { - "key": "worldtask_world_task_npctxt_143", + "key": "worldtask_world_task_npctxt_146", "text": "找到戈伯" }, "get_item": [], @@ -7434,15 +7557,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_144", + "key": "worldtask_world_task_task_name_147", "text": "穿戴尝试" }, "task_details": { - "key": "worldtask_world_task_task_details_144", + "key": "worldtask_world_task_task_details_147", "text": "穿戴尝试" }, "npctxt": { - "key": "worldtask_world_task_npctxt_144", + "key": "worldtask_world_task_npctxt_147", "text": "穿戴尝试" }, "get_item": [], @@ -7481,15 +7604,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_145", + "key": "worldtask_world_task_task_name_148", "text": "秘境开启" }, "task_details": { - "key": "worldtask_world_task_task_details_145", + "key": "worldtask_world_task_task_details_148", "text": "秘境开启" }, "npctxt": { - "key": "worldtask_world_task_npctxt_145", + "key": "worldtask_world_task_npctxt_148", "text": "找到小伊" }, "get_item": [], @@ -7528,15 +7651,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_146", + "key": "worldtask_world_task_task_name_149", "text": "汤水与包子" }, "task_details": { - "key": "worldtask_world_task_task_details_146", + "key": "worldtask_world_task_task_details_149", "text": "汤水与包子" }, "npctxt": { - "key": "worldtask_world_task_npctxt_146", + "key": "worldtask_world_task_npctxt_149", "text": "找到平先生" }, "get_item": [], @@ -7573,15 +7696,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_147", + "key": "worldtask_world_task_task_name_150", "text": "伙伴需要互相理解" }, "task_details": { - "key": "worldtask_world_task_task_details_147", + "key": "worldtask_world_task_task_details_150", "text": "伙伴需要互相理解" }, "npctxt": { - "key": "worldtask_world_task_npctxt_147", + "key": "worldtask_world_task_npctxt_150", "text": "找到大大" }, "get_item": [], @@ -7618,15 +7741,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_148", + "key": "worldtask_world_task_task_name_151", "text": "邻里帮助" }, "task_details": { - "key": "worldtask_world_task_task_details_148", + "key": "worldtask_world_task_task_details_151", "text": "邻里帮助" }, "npctxt": { - "key": "worldtask_world_task_npctxt_148", + "key": "worldtask_world_task_npctxt_151", "text": "找到悍娇虎" }, "get_item": [], @@ -7663,15 +7786,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_149", + "key": "worldtask_world_task_task_name_152", "text": "一较高下" }, "task_details": { - "key": "worldtask_world_task_task_details_149", + "key": "worldtask_world_task_task_details_152", "text": "一较高下" }, "npctxt": { - "key": "worldtask_world_task_npctxt_149", + "key": "worldtask_world_task_npctxt_152", "text": "找到穿靴猫" }, "get_item": [], @@ -7708,15 +7831,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_150", + "key": "worldtask_world_task_task_name_153", "text": "波比的奖励" }, "task_details": { - "key": "worldtask_world_task_task_details_150", + "key": "worldtask_world_task_task_details_153", "text": "波比的奖励" }, "npctxt": { - "key": "worldtask_world_task_npctxt_150", + "key": "worldtask_world_task_npctxt_153", "text": "找到波比" }, "get_item": [], @@ -7753,15 +7876,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_151", + "key": "worldtask_world_task_task_name_154", "text": "资金周转" }, "task_details": { - "key": "worldtask_world_task_task_details_151", + "key": "worldtask_world_task_task_details_154", "text": "资金周转" }, "npctxt": { - "key": "worldtask_world_task_npctxt_151", + "key": "worldtask_world_task_npctxt_154", "text": "找到骇客蛛" }, "get_item": [], @@ -7798,15 +7921,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_152", + "key": "worldtask_world_task_task_name_155", "text": "商队起航" }, "task_details": { - "key": "worldtask_world_task_task_details_152", + "key": "worldtask_world_task_task_details_155", "text": "商队起航" }, "npctxt": { - "key": "worldtask_world_task_npctxt_152", + "key": "worldtask_world_task_npctxt_155", "text": "商队起航" }, "get_item": [], @@ -7843,15 +7966,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_153", + "key": "worldtask_world_task_task_name_156", "text": "挖掘潜能" }, "task_details": { - "key": "worldtask_world_task_task_details_153", + "key": "worldtask_world_task_task_details_156", "text": "挖掘潜能" }, "npctxt": { - "key": "worldtask_world_task_npctxt_153", + "key": "worldtask_world_task_npctxt_156", "text": "找到希沙窦斯" }, "get_item": [], @@ -7888,15 +8011,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_154", + "key": "worldtask_world_task_task_name_157", "text": "守护者的训练" }, "task_details": { - "key": "worldtask_world_task_task_details_154", + "key": "worldtask_world_task_task_details_157", "text": "守护者的训练" }, "npctxt": { - "key": "worldtask_world_task_npctxt_154", + "key": "worldtask_world_task_npctxt_157", "text": "找到浣熊师傅" }, "get_item": [], @@ -7933,15 +8056,15 @@ "des": 3, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_155", + "key": "worldtask_world_task_task_name_158", "text": "师傅的教诲" }, "task_details": { - "key": "worldtask_world_task_task_details_155", + "key": "worldtask_world_task_task_details_158", "text": "师傅的教诲" }, "npctxt": { - "key": "worldtask_world_task_npctxt_155", + "key": "worldtask_world_task_npctxt_158", "text": "师傅的教诲" }, "get_item": [], @@ -7980,15 +8103,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_156", + "key": "worldtask_world_task_task_name_159", "text": "乌龟大师的试炼" }, "task_details": { - "key": "worldtask_world_task_task_details_156", + "key": "worldtask_world_task_task_details_159", "text": "乌龟大师的智慧与功力都非常深厚,定能给你不小启发。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_156", + "key": "worldtask_world_task_npctxt_159", "text": "有人在找你" }, "get_item": [], @@ -8042,15 +8165,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_157", + "key": "worldtask_world_task_task_name_160", "text": "乌龟大师的试炼" }, "task_details": { - "key": "worldtask_world_task_task_details_157", + "key": "worldtask_world_task_task_details_160", "text": "乌龟大师的智慧与功力都非常深厚,定能给你不小启发。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_157", + "key": "worldtask_world_task_npctxt_160", "text": "有人在找你" }, "get_item": [], @@ -8104,15 +8227,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_158", + "key": "worldtask_world_task_task_name_161", "text": "乌龟大师的试炼" }, "task_details": { - "key": "worldtask_world_task_task_details_158", + "key": "worldtask_world_task_task_details_161", "text": "乌龟大师的智慧与功力都非常深厚,定能给你不小启发。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_158", + "key": "worldtask_world_task_npctxt_161", "text": "有人在找你" }, "get_item": [], @@ -8166,15 +8289,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_159", + "key": "worldtask_world_task_task_name_162", "text": "乌龟大师的试炼" }, "task_details": { - "key": "worldtask_world_task_task_details_159", + "key": "worldtask_world_task_task_details_162", "text": "乌龟大师的智慧与功力都非常深厚,定能给你不小启发。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_159", + "key": "worldtask_world_task_npctxt_162", "text": "有人在找你" }, "get_item": [], @@ -8228,15 +8351,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_160", + "key": "worldtask_world_task_task_name_163", "text": "乌龟大师的试炼" }, "task_details": { - "key": "worldtask_world_task_task_details_160", + "key": "worldtask_world_task_task_details_163", "text": "乌龟大师的智慧与功力都非常深厚,定能给你不小启发。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_160", + "key": "worldtask_world_task_npctxt_163", "text": "有人在找你" }, "get_item": [], @@ -8290,15 +8413,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_161", + "key": "worldtask_world_task_task_name_164", "text": "乌龟大师的试炼" }, "task_details": { - "key": "worldtask_world_task_task_details_161", + "key": "worldtask_world_task_task_details_164", "text": "乌龟大师的智慧与功力都非常深厚,定能给你不小启发。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_161", + "key": "worldtask_world_task_npctxt_164", "text": "有人在找你" }, "get_item": [], @@ -8352,15 +8475,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_162", + "key": "worldtask_world_task_task_name_165", "text": "住嘴吧驴子" }, "task_details": { - "key": "worldtask_world_task_task_details_162", + "key": "worldtask_world_task_task_details_165", "text": "贫嘴驴喋喋不休几小时了,赶快做道菜让他闭嘴,让世界清净一会。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_162", + "key": "worldtask_world_task_npctxt_165", "text": "贫嘴驴的烦恼" }, "get_item": [], @@ -8414,15 +8537,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_163", + "key": "worldtask_world_task_task_name_166", "text": "亚丝翠要下厨了" }, "task_details": { - "key": "worldtask_world_task_task_details_163", + "key": "worldtask_world_task_task_details_166", "text": "亚丝翠似乎想给风里飞做吃的……考虑到亚丝翠的厨艺,你决定伸出援手。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_163", + "key": "worldtask_world_task_npctxt_166", "text": "亚丝翠的烦恼" }, "get_item": [], @@ -8476,15 +8599,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_164", + "key": "worldtask_world_task_task_name_167", "text": "姜饼人的救赎" }, "task_details": { - "key": "worldtask_world_task_task_details_164", + "key": "worldtask_world_task_task_details_167", "text": "姜饼人看起来非常忧伤,也许他需要一位守护者的帮助。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_164", + "key": "worldtask_world_task_npctxt_167", "text": "姜饼人的烦恼" }, "get_item": [], @@ -8538,15 +8661,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_165", + "key": "worldtask_world_task_task_name_168", "text": "特快加急订单" }, "task_details": { - "key": "worldtask_world_task_task_details_165", + "key": "worldtask_world_task_task_details_168", "text": "翡翠宫突发大批订单!平先生一个鹅忙得喘不上气,他需要帮手!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_165", + "key": "worldtask_world_task_npctxt_168", "text": "平先生的烦恼" }, "get_item": [], @@ -8600,15 +8723,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_166", + "key": "worldtask_world_task_task_name_169", "text": "匹诺曹的谎言" }, "task_details": { - "key": "worldtask_world_task_task_details_166", + "key": "worldtask_world_task_task_details_169", "text": "匹诺曹吹牛自己厨艺高超,不料惹上了麻烦,身为守护者的你自然不能坐视不管。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_166", + "key": "worldtask_world_task_npctxt_169", "text": "匹诺曹的烦恼" }, "get_item": [], @@ -8662,15 +8785,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_167", + "key": "worldtask_world_task_task_name_170", "text": "冒失的波比" }, "task_details": { - "key": "worldtask_world_task_task_details_167", + "key": "worldtask_world_task_task_details_170", "text": "波比又一次把琴给丢了,又一次求助你,你又一次要帮她找琴。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_167", + "key": "worldtask_world_task_npctxt_170", "text": "波比的失物找回" }, "get_item": [], @@ -8724,15 +8847,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_168", + "key": "worldtask_world_task_task_name_171", "text": "贪玩一时爽" }, "task_details": { - "key": "worldtask_world_task_task_details_168", + "key": "worldtask_world_task_task_details_171", "text": "希卡普很焦急的向你求助,他刚丢失了一件很重要的东西。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_168", + "key": "worldtask_world_task_npctxt_171", "text": "希卡普的失物找回" }, "get_item": [], @@ -8786,15 +8909,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_169", + "key": "worldtask_world_task_task_name_172", "text": "和谐之书" }, "task_details": { - "key": "worldtask_world_task_task_details_169", + "key": "worldtask_world_task_task_details_172", "text": "菲奥娜搞丢了一本魔药书,她思来想去只能求助你,这是本什么书呢?" }, "npctxt": { - "key": "worldtask_world_task_npctxt_169", + "key": "worldtask_world_task_npctxt_172", "text": "菲欧娜的失物找回" }, "get_item": [], @@ -8848,15 +8971,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_170", + "key": "worldtask_world_task_task_name_173", "text": "请假的理由" }, "task_details": { - "key": "worldtask_world_task_task_details_170", + "key": "worldtask_world_task_task_details_173", "text": "戈伯丢了东西,但他看起来十分开心,这是怎么回事?" }, "npctxt": { - "key": "worldtask_world_task_npctxt_170", + "key": "worldtask_world_task_npctxt_173", "text": "戈伯的失物找回" }, "get_item": [], @@ -8910,15 +9033,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_171", + "key": "worldtask_world_task_task_name_174", "text": "消失的马鞍" }, "task_details": { - "key": "worldtask_world_task_task_details_171", + "key": "worldtask_world_task_task_details_174", "text": "阿比盖尔的失物找回" }, "npctxt": { - "key": "worldtask_world_task_npctxt_171", + "key": "worldtask_world_task_npctxt_174", "text": "阿比盖尔的失物找回" }, "get_item": [], @@ -8972,15 +9095,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_172", + "key": "worldtask_world_task_task_name_175", "text": "岌岌可危的魔药" }, "task_details": { - "key": "worldtask_world_task_task_details_172", + "key": "worldtask_world_task_task_details_175", "text": "骇客蛛感受到了异样的气息,她需要你的帮助。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_172", + "key": "worldtask_world_task_npctxt_175", "text": "骇客蛛的紧急委托" }, "get_item": [], @@ -9034,15 +9157,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_173", + "key": "worldtask_world_task_task_name_176", "text": "躁动的羊群" }, "task_details": { - "key": "worldtask_world_task_task_details_173", + "key": "worldtask_world_task_task_details_176", "text": "不知为何,羊群近日愈发躁动,或许你能帮助希卡普摆平这件事情。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_173", + "key": "worldtask_world_task_npctxt_176", "text": "希卡普的紧急委托" }, "get_item": [], @@ -9096,15 +9219,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_174", + "key": "worldtask_world_task_task_name_177", "text": "和邦尼兔联手" }, "task_details": { - "key": "worldtask_world_task_task_details_174", + "key": "worldtask_world_task_task_details_177", "text": "豺狼们再次聚集了起来,在他们壮大之前必须先行捣毁。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_174", + "key": "worldtask_world_task_npctxt_177", "text": "邦尼兔的紧急委托" }, "get_item": [], @@ -9158,15 +9281,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_175", + "key": "worldtask_world_task_task_name_178", "text": "捣乱鼠窝" }, "task_details": { - "key": "worldtask_world_task_task_details_175", + "key": "worldtask_world_task_task_details_178", "text": "森林传来的低吼,或是豺狼们潜入了进来。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_175", + "key": "worldtask_world_task_npctxt_178", "text": "骇客蛛的委托" }, "get_item": [], @@ -9220,15 +9343,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_176", + "key": "worldtask_world_task_task_name_179", "text": "狂妄之徒" }, "task_details": { - "key": "worldtask_world_task_task_details_176", + "key": "worldtask_world_task_task_details_179", "text": "埃雷特的手下近日行为有些异常,或许是该敲打一番了。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_176", + "key": "worldtask_world_task_npctxt_179", "text": "希卡普的发现" }, "get_item": [], @@ -9282,15 +9405,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_177", + "key": "worldtask_world_task_task_name_180", "text": "清理所有怪物6" }, "task_details": { - "key": "worldtask_world_task_task_details_177", + "key": "worldtask_world_task_task_details_180", "text": "清理所有怪物6" }, "npctxt": { - "key": "worldtask_world_task_npctxt_177", + "key": "worldtask_world_task_npctxt_180", "text": "清理所有怪物6" }, "get_item": [], @@ -9344,15 +9467,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_178", + "key": "worldtask_world_task_task_name_181", "text": "神秘的身影" }, "task_details": { - "key": "worldtask_world_task_task_details_178", + "key": "worldtask_world_task_task_details_181", "text": "最近城中出现了一些陌生面孔,鬼鬼祟祟,邦尼兔要你前去调查。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_178", + "key": "worldtask_world_task_npctxt_181", "text": "邦尼兔的请求" }, "get_item": [], @@ -9408,15 +9531,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_179", + "key": "worldtask_world_task_task_name_182", "text": "不翼而飞的药材" }, "task_details": { - "key": "worldtask_world_task_task_details_179", + "key": "worldtask_world_task_task_details_182", "text": "菲欧娜的一些药材不翼而飞了,她请求你帮助查清真相。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_179", + "key": "worldtask_world_task_npctxt_182", "text": "菲欧娜的请求" }, "get_item": [], @@ -9472,15 +9595,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_180", + "key": "worldtask_world_task_task_name_183", "text": "被偷走的铁块" }, "task_details": { - "key": "worldtask_world_task_task_details_180", + "key": "worldtask_world_task_task_details_183", "text": "戈伯正在借酒浇愁,他的铁块不见了。他寻求你的帮助。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_180", + "key": "worldtask_world_task_npctxt_183", "text": "戈伯的请求" }, "get_item": [], @@ -9536,15 +9659,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_181", + "key": "worldtask_world_task_task_name_184", "text": "林中小蘑菇" }, "task_details": { - "key": "worldtask_world_task_task_details_181", + "key": "worldtask_world_task_task_details_184", "text": "平先生想要研发一道新的配方,为此需要找到传说中的一种蘑菇。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_181", + "key": "worldtask_world_task_npctxt_184", "text": "平先生的请求" }, "get_item": [], @@ -9600,15 +9723,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_182", + "key": "worldtask_world_task_task_name_185", "text": "闪光之宝" }, "task_details": { - "key": "worldtask_world_task_task_details_182", + "key": "worldtask_world_task_task_details_185", "text": "骇客蛛发现城内突然出现了一些怪异的光芒,遂派你前去调查。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_182", + "key": "worldtask_world_task_npctxt_185", "text": "骇客蛛的请求" }, "get_item": [], @@ -9664,15 +9787,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_183", + "key": "worldtask_world_task_task_name_186", "text": "慰问的包子" }, "task_details": { - "key": "worldtask_world_task_task_details_183", + "key": "worldtask_world_task_task_details_186", "text": "阿宝委托平先生做了一批包子慰问警卫人员,但阿宝临时有事无法送去。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_183", + "key": "worldtask_world_task_npctxt_186", "text": "阿宝的心事" }, "get_item": [], @@ -9724,15 +9847,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_184", + "key": "worldtask_world_task_task_name_187", "text": "寻找平先生" }, "task_details": { - "key": "worldtask_world_task_task_details_184", + "key": "worldtask_world_task_task_details_187", "text": "平先生已经把包子做好了,就等人来送了。好香啊!" }, "npctxt": { - "key": "worldtask_world_task_npctxt_184", + "key": "worldtask_world_task_npctxt_187", "text": "寻找平先生" }, "get_item": [], @@ -9786,15 +9909,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_185", + "key": "worldtask_world_task_task_name_188", "text": "特殊的卷轴" }, "task_details": { - "key": "worldtask_world_task_task_details_185", + "key": "worldtask_world_task_task_details_188", "text": "悍娇虎委托金猴去找一份卷轴,但金猴却突然失踪了。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_185", + "key": "worldtask_world_task_npctxt_188", "text": "阿宝的想法" }, "get_item": [], @@ -9846,15 +9969,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_186", + "key": "worldtask_world_task_task_name_189", "text": "寻找金猴" }, "task_details": { - "key": "worldtask_world_task_task_details_186", + "key": "worldtask_world_task_task_details_189", "text": "金猴似乎就在不远处,但他看起来很生气。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_186", + "key": "worldtask_world_task_npctxt_189", "text": "寻找金猴" }, "get_item": [], @@ -9908,15 +10031,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_187", + "key": "worldtask_world_task_task_name_190", "text": "特别的生日蛋糕" }, "task_details": { - "key": "worldtask_world_task_task_details_187", + "key": "worldtask_world_task_task_details_190", "text": "菲欧娜委托姜饼人给匹诺曹做了个特别的蛋糕,需要你帮忙拿一下。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_187", + "key": "worldtask_world_task_npctxt_190", "text": "菲欧娜的心事" }, "get_item": [], @@ -9968,15 +10091,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_188", + "key": "worldtask_world_task_task_name_191", "text": "寻找姜饼人" }, "task_details": { - "key": "worldtask_world_task_task_details_188", + "key": "worldtask_world_task_task_details_191", "text": "姜饼人正在疯狂擀着面团,不知道为啥那些面团里有些裙子珠串之类的东西。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_188", + "key": "worldtask_world_task_npctxt_191", "text": "寻找姜饼人" }, "get_item": [], @@ -10030,15 +10153,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_189", + "key": "worldtask_world_task_task_name_192", "text": "狐狸,狼,警长" }, "task_details": { - "key": "worldtask_world_task_task_details_189", + "key": "worldtask_world_task_task_details_192", "text": "沃尔夫想要你给戴安狐送信……尽管他俩近在咫尺。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_189", + "key": "worldtask_world_task_npctxt_192", "text": "黛安狐的心事" }, "get_item": [], @@ -10092,15 +10215,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_190", + "key": "worldtask_world_task_task_name_193", "text": "神秘药剂配方" }, "task_details": { - "key": "worldtask_world_task_task_details_190", + "key": "worldtask_world_task_task_details_193", "text": "菲欧娜正在研发一种新型的神秘药剂,但现在还缺少一种药材:猫的胡子。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_190", + "key": "worldtask_world_task_npctxt_193", "text": "菲欧娜有事相求" }, "get_item": [], @@ -10152,15 +10275,15 @@ "des": 1, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_191", + "key": "worldtask_world_task_task_name_194", "text": "靴猫的胡子" }, "task_details": { - "key": "worldtask_world_task_task_details_191", + "key": "worldtask_world_task_task_details_194", "text": "去找靴子猫,他会给出什么样的胡子呢?" }, "npctxt": { - "key": "worldtask_world_task_npctxt_191", + "key": "worldtask_world_task_npctxt_194", "text": "去看看靴子猫" }, "get_item": [], @@ -10214,15 +10337,15 @@ "des": 6, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_192", + "key": "worldtask_world_task_task_name_195", "text": "希卡普的礼物" }, "task_details": { - "key": "worldtask_world_task_task_details_192", + "key": "worldtask_world_task_task_details_195", "text": "铁匠铺发现一个非常奇怪的礼盒,戈伯让我交给希卡普,我们可以看看希卡普怎么说" }, "npctxt": { - "key": "worldtask_world_task_npctxt_192", + "key": "worldtask_world_task_npctxt_195", "text": "铁匠铺逛逛" }, "get_item": [], @@ -10261,15 +10384,15 @@ "des": 6, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_193", + "key": "worldtask_world_task_task_name_196", "text": "奇妙玩偶" }, "task_details": { - "key": "worldtask_world_task_task_details_193", + "key": "worldtask_world_task_task_details_196", "text": "在武馆发现了一个长得像螳螂的玩偶,或许还有其他跟多的玩偶,他们都在哪儿呢?" }, "npctxt": { - "key": "worldtask_world_task_npctxt_193", + "key": "worldtask_world_task_npctxt_196", "text": "武馆的角落内?" }, "get_item": [], @@ -10311,15 +10434,15 @@ "des": 6, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_194", + "key": "worldtask_world_task_task_name_197", "text": "花盆下的秘密" }, "task_details": { - "key": "worldtask_world_task_task_details_194", + "key": "worldtask_world_task_task_details_197", "text": "无意间在花盆下找到一封满是思念的信封,里面包含着师傅部分的往事,或许我可以问一下师傅。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_194", + "key": "worldtask_world_task_npctxt_197", "text": "翻找花盆" }, "get_item": [], @@ -10358,15 +10481,15 @@ "des": 6, "icon": "25001", "task_name": { - "key": "worldtask_world_task_task_name_195", + "key": "worldtask_world_task_task_name_198", "text": "往日追忆" }, "task_details": { - "key": "worldtask_world_task_task_details_195", + "key": "worldtask_world_task_task_details_198", "text": "无人的时候,希卡普会一个人静静看着海洋,看上去是如此的落寞,我或许可以和他聊聊。" }, "npctxt": { - "key": "worldtask_world_task_npctxt_195", + "key": "worldtask_world_task_npctxt_198", "text": "和希卡普聊聊" }, "get_item": [], diff --git a/modules/gm/module.go b/modules/gm/module.go index e7edcb63c..a40affb90 100644 --- a/modules/gm/module.go +++ b/modules/gm/module.go @@ -801,7 +801,7 @@ func (this *GM) CreateCmd(session comm.IUserSession, cmd string) (errdata *pb.Er log.Field{Key: "0", Value: datas[0]}, ) - } else if len(datas) == 1 && (datas[0] == "create") { + } else if len(datas) == 2 && (datas[0] == "create") { var ( err error ) @@ -811,8 +811,9 @@ func (this *GM) CreateCmd(session comm.IUserSession, cmd string) (errdata *pb.Er return } req := &pb.UserCreateReq{ - Figure: 16010101, - Gender: 1, + NickName: datas[1], + Figure: 16010101, + Gender: 1, } if errdata = module1.(comm.IUser).GMCreatePlayer(session, req); errdata != nil { return diff --git a/sys/configure/structs/Game.OpencondType.go b/sys/configure/structs/Game.OpencondType.go index a7be337cb..c95fe8fc4 100644 --- a/sys/configure/structs/Game.OpencondType.go +++ b/sys/configure/structs/Game.OpencondType.go @@ -14,4 +14,5 @@ const ( GameOpencondType_Maxmapid = 2 GameOpencondType_Worldtaskid = 3 GameOpencondType_Friend = 4 + GameOpencondType_MoonLevel = 5 ) diff --git a/sys/configure/structs/Game.PassCheckData.go b/sys/configure/structs/Game.PassCheckData.go index 98e526c5b..7b33dac67 100644 --- a/sys/configure/structs/Game.PassCheckData.go +++ b/sys/configure/structs/Game.PassCheckData.go @@ -15,7 +15,7 @@ type GamePassCheckData struct { PasscheckType int32 Parameter int32 UnlockText string - FreeReward []*Gameatn + FreeReward *Gameatn PayReward []*Gameatn } @@ -30,20 +30,7 @@ func (_v *GamePassCheckData)Deserialize(_buf map[string]interface{}) (err error) { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["passcheck_type"].(float64); !_ok_ { err = errors.New("passcheck_type error"); return }; _v.PasscheckType = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["parameter"].(float64); !_ok_ { err = errors.New("parameter error"); return }; _v.Parameter = int32(_tempNum_) } {var _ok_ bool; var __json_text__ map[string]interface{}; if __json_text__, _ok_ = _buf["unlock_text"].(map[string]interface{}) ; !_ok_ { err = errors.New("_v.UnlockText error"); return }; { var _ok_ bool; if _, _ok_ = __json_text__["key"].(string); !_ok_ { err = errors.New("key error"); return } }; { var _ok_ bool; if _v.UnlockText, _ok_ = __json_text__["text"].(string); !_ok_ { err = errors.New("text error"); return } } } - { - var _arr_ []interface{} - var _ok_ bool - if _arr_, _ok_ = _buf["free_reward"].([]interface{}); !_ok_ { err = errors.New("free_reward error"); return } - - _v.FreeReward = make([]*Gameatn, 0, len(_arr_)) - - for _, _e_ := range _arr_ { - var _list_v_ *Gameatn - { var _ok_ bool; var _x_ map[string]interface{}; if _x_, _ok_ = _e_.(map[string]interface{}); !_ok_ { err = errors.New("_list_v_ error"); return }; if _list_v_, err = DeserializeGameatn(_x_); err != nil { return } } - _v.FreeReward = append(_v.FreeReward, _list_v_) - } - } - + { var _ok_ bool; var _x_ map[string]interface{}; if _x_, _ok_ = _buf["free_reward"].(map[string]interface{}); !_ok_ { err = errors.New("free_reward error"); return }; if _v.FreeReward, err = DeserializeGameatn(_x_); err != nil { return } } { var _arr_ []interface{} var _ok_ bool diff --git a/sys/configure/structs/Game.TDBuff.go b/sys/configure/structs/Game.TDBuff.go new file mode 100644 index 000000000..3ace9cce3 --- /dev/null +++ b/sys/configure/structs/Game.TDBuff.go @@ -0,0 +1,42 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +type GameTDBuff struct { + _dataMap map[int32]*GameTDBuffData + _dataList []*GameTDBuffData +} + +func NewGameTDBuff(_buf []map[string]interface{}) (*GameTDBuff, error) { + _dataList := make([]*GameTDBuffData, 0, len(_buf)) + dataMap := make(map[int32]*GameTDBuffData) + for _, _ele_ := range _buf { + if _v, err2 := DeserializeGameTDBuffData(_ele_); err2 != nil { + return nil, err2 + } else { + _dataList = append(_dataList, _v) + dataMap[_v.Id] = _v + } + } + return &GameTDBuff{_dataList:_dataList, _dataMap:dataMap}, nil +} + +func (table *GameTDBuff) GetDataMap() map[int32]*GameTDBuffData { + return table._dataMap +} + +func (table *GameTDBuff) GetDataList() []*GameTDBuffData { + return table._dataList +} + +func (table *GameTDBuff) Get(key int32) *GameTDBuffData { + return table._dataMap[key] +} + + diff --git a/sys/configure/structs/Game.TDBuffData.go b/sys/configure/structs/Game.TDBuffData.go new file mode 100644 index 000000000..7bea88bd5 --- /dev/null +++ b/sys/configure/structs/Game.TDBuffData.go @@ -0,0 +1,107 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +import "errors" + +type GameTDBuffData struct { + Id int32 + BuffType int32 + Describe string + EffectType []int32 + Value []int32 + MaxLayer int32 + LayerEffectType []int32 + LayerValue []int32 + Duration int32 + DurationLayer int32 + Interval int32 +} + +const TypeId_GameTDBuffData = 204820617 + +func (*GameTDBuffData) GetTypeId() int32 { + return 204820617 +} + +func (_v *GameTDBuffData)Deserialize(_buf map[string]interface{}) (err error) { + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["id"].(float64); !_ok_ { err = errors.New("id error"); return }; _v.Id = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["buff_type"].(float64); !_ok_ { err = errors.New("buff_type error"); return }; _v.BuffType = int32(_tempNum_) } + {var _ok_ bool; var __json_text__ map[string]interface{}; if __json_text__, _ok_ = _buf["describe"].(map[string]interface{}) ; !_ok_ { err = errors.New("_v.Describe error"); return }; { var _ok_ bool; if _, _ok_ = __json_text__["key"].(string); !_ok_ { err = errors.New("key error"); return } }; { var _ok_ bool; if _v.Describe, _ok_ = __json_text__["text"].(string); !_ok_ { err = errors.New("text error"); return } } } + { + var _arr_ []interface{} + var _ok_ bool + if _arr_, _ok_ = _buf["effectType"].([]interface{}); !_ok_ { err = errors.New("effectType error"); return } + + _v.EffectType = make([]int32, 0, len(_arr_)) + + for _, _e_ := range _arr_ { + var _list_v_ int32 + { var _ok_ bool; var _x_ float64; if _x_, _ok_ = _e_.(float64); !_ok_ { err = errors.New("_list_v_ error"); return }; _list_v_ = int32(_x_) } + _v.EffectType = append(_v.EffectType, _list_v_) + } + } + + { + var _arr_ []interface{} + var _ok_ bool + if _arr_, _ok_ = _buf["value"].([]interface{}); !_ok_ { err = errors.New("value error"); return } + + _v.Value = make([]int32, 0, len(_arr_)) + + for _, _e_ := range _arr_ { + var _list_v_ int32 + { var _ok_ bool; var _x_ float64; if _x_, _ok_ = _e_.(float64); !_ok_ { err = errors.New("_list_v_ error"); return }; _list_v_ = int32(_x_) } + _v.Value = append(_v.Value, _list_v_) + } + } + + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["max_layer"].(float64); !_ok_ { err = errors.New("max_layer error"); return }; _v.MaxLayer = int32(_tempNum_) } + { + var _arr_ []interface{} + var _ok_ bool + if _arr_, _ok_ = _buf["layer_effectType"].([]interface{}); !_ok_ { err = errors.New("layer_effectType error"); return } + + _v.LayerEffectType = make([]int32, 0, len(_arr_)) + + for _, _e_ := range _arr_ { + var _list_v_ int32 + { var _ok_ bool; var _x_ float64; if _x_, _ok_ = _e_.(float64); !_ok_ { err = errors.New("_list_v_ error"); return }; _list_v_ = int32(_x_) } + _v.LayerEffectType = append(_v.LayerEffectType, _list_v_) + } + } + + { + var _arr_ []interface{} + var _ok_ bool + if _arr_, _ok_ = _buf["layer_value"].([]interface{}); !_ok_ { err = errors.New("layer_value error"); return } + + _v.LayerValue = make([]int32, 0, len(_arr_)) + + for _, _e_ := range _arr_ { + var _list_v_ int32 + { var _ok_ bool; var _x_ float64; if _x_, _ok_ = _e_.(float64); !_ok_ { err = errors.New("_list_v_ error"); return }; _list_v_ = int32(_x_) } + _v.LayerValue = append(_v.LayerValue, _list_v_) + } + } + + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["duration"].(float64); !_ok_ { err = errors.New("duration error"); return }; _v.Duration = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["duration_layer"].(float64); !_ok_ { err = errors.New("duration_layer error"); return }; _v.DurationLayer = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["interval"].(float64); !_ok_ { err = errors.New("interval error"); return }; _v.Interval = int32(_tempNum_) } + return +} + +func DeserializeGameTDBuffData(_buf map[string]interface{}) (*GameTDBuffData, error) { + v := &GameTDBuffData{} + if err := v.Deserialize(_buf); err == nil { + return v, nil + } else { + return nil, err + } +} diff --git a/sys/configure/structs/Tables.go b/sys/configure/structs/Tables.go index 5a84eb63d..6d12f759d 100644 --- a/sys/configure/structs/Tables.go +++ b/sys/configure/structs/Tables.go @@ -288,6 +288,7 @@ type Tables struct { TDWeapon *GameTDWeapon TDWeaponSkill *GameTDWeaponSkill TDWeaponRandom *GameTDWeaponRandom + TDBuff *GameTDBuff PuggsyIsLand *GamePuggsyIsLand PuggsyEvent *GamePuggsyEvent PuggsyFight *GamePuggsyFight @@ -1979,6 +1980,12 @@ func NewTables(loader JsonLoader) (*Tables, error) { if tables.TDWeaponRandom, err = NewGameTDWeaponRandom(buf) ; err != nil { return nil, err } + if buf, err = loader("game_tdbuff") ; err != nil { + return nil, err + } + if tables.TDBuff, err = NewGameTDBuff(buf) ; err != nil { + return nil, err + } if buf, err = loader("game_puggsyisland") ; err != nil { return nil, err }