配置同步

This commit is contained in:
meixiongfeng 2023-10-10 14:39:12 +08:00
parent d42497f2ea
commit bbc07a95d1
16 changed files with 847 additions and 180 deletions

View File

@ -3,6 +3,7 @@
"id": 1,
"open_cond": 1,
"open_value": 6,
"afterid": 0,
"BattleReadyID": 110,
"monsterformat_id": [
800005
@ -38,6 +39,7 @@
"id": 2,
"open_cond": 1,
"open_value": 8,
"afterid": 1,
"BattleReadyID": 110,
"monsterformat_id": [
800006
@ -73,6 +75,7 @@
"id": 3,
"open_cond": 1,
"open_value": 10,
"afterid": 2,
"BattleReadyID": 110,
"monsterformat_id": [
800007
@ -108,6 +111,7 @@
"id": 4,
"open_cond": 1,
"open_value": 12,
"afterid": 3,
"BattleReadyID": 110,
"monsterformat_id": [
800008
@ -143,6 +147,7 @@
"id": 5,
"open_cond": 1,
"open_value": 14,
"afterid": 4,
"BattleReadyID": 110,
"monsterformat_id": [
801005
@ -178,6 +183,7 @@
"id": 6,
"open_cond": 1,
"open_value": 16,
"afterid": 5,
"BattleReadyID": 110,
"monsterformat_id": [
801006
@ -213,6 +219,7 @@
"id": 7,
"open_cond": 1,
"open_value": 18,
"afterid": 6,
"BattleReadyID": 110,
"monsterformat_id": [
801007
@ -248,6 +255,7 @@
"id": 8,
"open_cond": 1,
"open_value": 20,
"afterid": 7,
"BattleReadyID": 110,
"monsterformat_id": [
801008
@ -283,6 +291,7 @@
"id": 9,
"open_cond": 1,
"open_value": 22,
"afterid": 8,
"BattleReadyID": 110,
"monsterformat_id": [
802005
@ -318,6 +327,7 @@
"id": 10,
"open_cond": 1,
"open_value": 24,
"afterid": 9,
"BattleReadyID": 110,
"monsterformat_id": [
802006
@ -353,6 +363,7 @@
"id": 11,
"open_cond": 1,
"open_value": 27,
"afterid": 10,
"BattleReadyID": 110,
"monsterformat_id": [
802007
@ -388,6 +399,7 @@
"id": 12,
"open_cond": 1,
"open_value": 30,
"afterid": 11,
"BattleReadyID": 110,
"monsterformat_id": [
802008

View File

@ -1655,7 +1655,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{
@ -1689,7 +1689,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{
@ -1725,7 +1725,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{
@ -1759,7 +1759,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{
@ -1793,7 +1793,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{
@ -2010,7 +2010,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{
@ -2046,7 +2046,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{
@ -2082,7 +2082,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{
@ -2118,7 +2118,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{
@ -2152,7 +2152,7 @@
"HeroCheck": [],
"RedAssistTeam": 0,
"BlueAssistTeam": 0,
"CanFriendHelp": 0,
"CanFriendHelp": 1,
"Numrounds": 0
},
{

View File

@ -14345,7 +14345,7 @@
"type_sp": 1,
"tasktxt": {
"key": "buried_buried_condi_tasktxt_494",
"text": "击败阴影战士,收集宝箱碎片即可过关"
"text": "击败阴影战士"
},
"type": 187,
"valid": 0,
@ -14377,7 +14377,7 @@
"type_sp": 1,
"tasktxt": {
"key": "buried_buried_condi_tasktxt_495",
"text": "搜集{1}{0}个,有完美通关奖励!"
"text": "搜集{0}/{1}个碎片,有完美通关奖励!"
},
"type": 187,
"valid": 0,

View File

@ -134,10 +134,10 @@
"type": 1,
"text": {
"key": "GM_GM_text_14",
"text": "充值几次648填数量"
"text": "代金券发放1000填次数"
},
"data": "1",
"prefix": "bingo:recharge,{0}"
"prefix": "bingo:item,10000035,1000"
},
{
"id": 15,
@ -236,7 +236,7 @@
"key": "GM_GM_text_25",
"text": "跳到主线关卡XX关填关卡Id"
},
"data": "1100144",
"data": "1100545",
"prefix": "bingo:mainline,{0}"
},
{
@ -256,7 +256,7 @@
"key": "GM_GM_text_28",
"text": "跳到世界任务XX任务任务id"
},
"data": "20230",
"data": "21190",
"prefix": "bingo:worldtask,{0}"
},
{

View File

@ -13069,8 +13069,8 @@
"text": "旧时光用,进度表示道具。"
},
"describe": {
"key": "item_item_describe_264",
"text": "旧时光用,进度表示道具。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_262",
@ -13117,8 +13117,8 @@
"text": "旧时光用测试道具2。"
},
"describe": {
"key": "item_item_describe_265",
"text": "旧时光用测试道具2。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_263",
@ -13165,8 +13165,8 @@
"text": "旧时光用测试道具3。"
},
"describe": {
"key": "item_item_describe_266",
"text": "旧时光用测试道具3。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_264",
@ -13213,8 +13213,8 @@
"text": "旧时光用测试道具4。"
},
"describe": {
"key": "item_item_describe_267",
"text": "旧时光用测试道具4。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_265",
@ -13261,8 +13261,8 @@
"text": "旧时光用测试道具5。"
},
"describe": {
"key": "item_item_describe_268",
"text": "旧时光用测试道具5。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_266",
@ -13309,8 +13309,8 @@
"text": "旧时光用测试道具6。"
},
"describe": {
"key": "item_item_describe_269",
"text": "旧时光用测试道具6。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_267",
@ -13357,8 +13357,8 @@
"text": "旧时光用测试道具7。"
},
"describe": {
"key": "item_item_describe_270",
"text": "旧时光用测试道具7。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_268",
@ -13405,8 +13405,8 @@
"text": "旧时光用测试道具8。"
},
"describe": {
"key": "item_item_describe_271",
"text": "旧时光用测试道具8。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_269",
@ -13453,8 +13453,8 @@
"text": "旧时光用测试道具9。"
},
"describe": {
"key": "item_item_describe_272",
"text": "旧时光用测试道具9。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_270",
@ -13501,8 +13501,8 @@
"text": "旧时光用测试道具10。"
},
"describe": {
"key": "item_item_describe_273",
"text": "旧时光用测试道具10。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_271",
@ -13549,8 +13549,8 @@
"text": "旧时光用测试道具11。"
},
"describe": {
"key": "item_item_describe_274",
"text": "旧时光用测试道具11。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_272",
@ -13597,8 +13597,8 @@
"text": "旧时光用测试道具12。"
},
"describe": {
"key": "item_item_describe_275",
"text": "旧时光用测试道具12。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_273",
@ -13645,8 +13645,8 @@
"text": "旧时光用测试道具13。"
},
"describe": {
"key": "item_item_describe_276",
"text": "旧时光用测试道具13。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_274",
@ -13693,8 +13693,8 @@
"text": "旧时光用测试道具14。"
},
"describe": {
"key": "item_item_describe_277",
"text": "旧时光用测试道具14。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_275",
@ -13741,8 +13741,8 @@
"text": "旧时光用测试道具15。"
},
"describe": {
"key": "item_item_describe_278",
"text": "旧时光用测试道具15。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_276",
@ -13789,8 +13789,8 @@
"text": "旧时光用测试道具16。"
},
"describe": {
"key": "item_item_describe_279",
"text": "旧时光用测试道具16。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_277",
@ -13837,8 +13837,8 @@
"text": "旧时光用测试道具17。"
},
"describe": {
"key": "item_item_describe_280",
"text": "旧时光用测试道具17。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_278",
@ -13885,8 +13885,8 @@
"text": "旧时光用测试道具18。"
},
"describe": {
"key": "item_item_describe_281",
"text": "旧时光用测试道具18。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_279",
@ -13933,8 +13933,8 @@
"text": "旧时光用测试道具19。"
},
"describe": {
"key": "item_item_describe_282",
"text": "旧时光用测试道具19。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_280",
@ -13981,8 +13981,8 @@
"text": "旧时光用测试道具20。"
},
"describe": {
"key": "item_item_describe_283",
"text": "旧时光用测试道具20。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_281",
@ -14029,8 +14029,8 @@
"text": "旧时光用测试道具21。"
},
"describe": {
"key": "item_item_describe_284",
"text": "旧时光用测试道具21。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_282",
@ -14077,8 +14077,8 @@
"text": "旧时光用测试道具22。"
},
"describe": {
"key": "item_item_describe_285",
"text": "旧时光用测试道具22。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_283",
@ -14125,8 +14125,8 @@
"text": "旧时光用测试道具23。"
},
"describe": {
"key": "item_item_describe_286",
"text": "旧时光用测试道具23。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_284",
@ -14173,8 +14173,8 @@
"text": "旧时光用测试道具24。"
},
"describe": {
"key": "item_item_describe_287",
"text": "旧时光用测试道具24。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_285",
@ -14221,8 +14221,8 @@
"text": "旧时光用测试道具25。"
},
"describe": {
"key": "item_item_describe_288",
"text": "旧时光用测试道具25。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_286",
@ -14269,8 +14269,8 @@
"text": "旧时光用测试道具26。"
},
"describe": {
"key": "item_item_describe_289",
"text": "旧时光用测试道具26。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_287",
@ -14317,8 +14317,8 @@
"text": "旧时光用测试道具27。"
},
"describe": {
"key": "item_item_describe_290",
"text": "旧时光用测试道具27。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_288",
@ -14365,8 +14365,8 @@
"text": "旧时光用测试道具28。"
},
"describe": {
"key": "item_item_describe_291",
"text": "旧时光用测试道具28。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_289",
@ -14413,8 +14413,8 @@
"text": "旧时光用测试道具29。"
},
"describe": {
"key": "item_item_describe_292",
"text": "旧时光用测试道具29。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_290",
@ -14461,8 +14461,8 @@
"text": "旧时光用测试道具30。"
},
"describe": {
"key": "item_item_describe_293",
"text": "旧时光用测试道具30。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_291",
@ -14509,8 +14509,8 @@
"text": "旧时光用测试道具31。"
},
"describe": {
"key": "item_item_describe_294",
"text": "旧时光用测试道具31。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_292",
@ -14557,8 +14557,8 @@
"text": "旧时光用测试道具32。"
},
"describe": {
"key": "item_item_describe_295",
"text": "旧时光用测试道具32。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_293",
@ -14605,8 +14605,8 @@
"text": "旧时光用测试道具33。"
},
"describe": {
"key": "item_item_describe_296",
"text": "旧时光用测试道具33。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_294",
@ -14653,8 +14653,8 @@
"text": "旧时光用测试道具34。"
},
"describe": {
"key": "item_item_describe_297",
"text": "旧时光用测试道具34。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_295",
@ -14701,8 +14701,8 @@
"text": "旧时光用测试道具35。"
},
"describe": {
"key": "item_item_describe_298",
"text": "旧时光用测试道具35。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_296",
@ -14749,8 +14749,8 @@
"text": "旧时光用测试道具36。"
},
"describe": {
"key": "item_item_describe_299",
"text": "旧时光用测试道具36。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_297",
@ -14797,8 +14797,8 @@
"text": "旧时光用测试道具37。"
},
"describe": {
"key": "item_item_describe_300",
"text": "旧时光用测试道具37。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_298",
@ -14845,8 +14845,8 @@
"text": "旧时光用测试道具38。"
},
"describe": {
"key": "item_item_describe_301",
"text": "旧时光用测试道具38。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_299",
@ -14893,8 +14893,8 @@
"text": "旧时光用测试道具39。"
},
"describe": {
"key": "item_item_describe_302",
"text": "旧时光用测试道具39。"
"key": "",
"text": ""
},
"dialogue": {
"key": "item_item_dialogue_300",
@ -19171,7 +19171,7 @@
},
"usetype": 2,
"color": 2,
"bagtype": 1,
"bagtype": 0,
"index": 1,
"special_type": 0,
"time": 0,

View File

@ -52,7 +52,7 @@
{
"id": 1006,
"scene": "GuildScene",
"image": "ld_5v5_bg1",
"image": "ld_mh_gh",
"icon": "loading_icon_gh",
"prompt": {
"key": "loading_Sheet1_prompt_6",
@ -188,5 +188,115 @@
"key": "loading_Sheet1_prompt_19",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1020,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_20",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1021,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_21",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1022,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_22",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1023,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_23",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1024,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_24",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1025,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_25",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1026,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_26",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1027,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_27",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1028,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_28",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1029,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_29",
"text": "波比的花园需要记得每周浇灌哦。"
}
},
{
"id": 1030,
"scene": "WorldMapScene",
"image": "ld_mh_bg_fc",
"icon": "loading_icon_fc",
"prompt": {
"key": "loading_Sheet1_prompt_30",
"text": "波比的花园需要记得每周浇灌哦。"
}
}
]

View File

@ -2980,6 +2980,77 @@
],
"challengeward": 0
},
{
"id": 1100134,
"chapterid": 11001,
"group_id": 100132,
"previous_group_id": [
100130
],
"previoustage": 0,
"Episodetype": 3,
"stage_param": 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": 0,
"heroimg": "zxgq_qp_icon_gth",
"bubbletext": {
"key": "main_stage_bubbletext_32",
"text": "想来一场紧张刺激的捕羊大赛吗"
},
"animation": [],
"hide": 0,
"destroy": 0,
"progress": 0,
"stroyshow": 0,
"frontstoryid": 200500,
"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": 1100200,
"chapterid": 11002,
@ -14032,7 +14103,7 @@
"chapterid": 11005,
"group_id": 100500,
"previous_group_id": [
100413
100500
],
"previoustage": 0,
"Episodetype": 0,
@ -14151,7 +14222,7 @@
"chapterid": 11005,
"group_id": 100501,
"previous_group_id": [
100413
100500
],
"previoustage": 0,
"Episodetype": 1,
@ -14270,7 +14341,7 @@
"chapterid": 11005,
"group_id": 100502,
"previous_group_id": [
100413
100500
],
"previoustage": 0,
"Episodetype": 1,

View File

@ -58,5 +58,173 @@
"jumpidList": [
10045
]
},
{
"chapterid": 11002,
"pos": 0,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_7",
"text": "章节成就"
},
"jumpidList": []
},
{
"chapterid": 11002,
"pos": 1,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_8",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11002,
"pos": 2,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_9",
"text": "精英关卡"
},
"jumpidList": []
},
{
"chapterid": 11002,
"pos": 3,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_10",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11002,
"pos": 4,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_11",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11002,
"pos": 5,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_12",
"text": "石阵秘境"
},
"jumpidList": [
10027
]
},
{
"chapterid": 11003,
"pos": 0,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_13",
"text": "章节成就"
},
"jumpidList": [
10044
]
},
{
"chapterid": 11003,
"pos": 1,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_14",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11003,
"pos": 2,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_15",
"text": "精英关卡"
},
"jumpidList": []
},
{
"chapterid": 11003,
"pos": 3,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_16",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11003,
"pos": 4,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_17",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11003,
"pos": 5,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_18",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11004,
"pos": 0,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_19",
"text": "章节成就"
},
"jumpidList": [
10044
]
},
{
"chapterid": 11004,
"pos": 1,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_20",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11004,
"pos": 2,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_21",
"text": "精英关卡"
},
"jumpidList": []
},
{
"chapterid": 11004,
"pos": 3,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_22",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11004,
"pos": 4,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_23",
"text": "待定关卡"
},
"jumpidList": []
},
{
"chapterid": 11004,
"pos": 5,
"venturetext": {
"key": "mainchapter_main_venture_venturetext_24",
"text": "待定关卡"
},
"jumpidList": []
}
]

View File

@ -238409,7 +238409,7 @@
"captainId": 1,
"IsBoss": 0,
"bossHpCnt": 0,
"heroid": 13003,
"heroid": 34007,
"star": 3,
"equip": [],
"newskill": [],
@ -238509,7 +238509,7 @@
"captainId": 1,
"IsBoss": 0,
"bossHpCnt": 0,
"heroid": 13003,
"heroid": 23004,
"star": 3,
"equip": [],
"newskill": [],
@ -238589,7 +238589,7 @@
"captainId": 0,
"IsBoss": 0,
"bossHpCnt": 0,
"heroid": 43003,
"heroid": 34007,
"star": 3,
"equip": [],
"newskill": [],
@ -238809,7 +238809,7 @@
"captainId": 1,
"IsBoss": 0,
"bossHpCnt": 0,
"heroid": 13003,
"heroid": 34007,
"star": 3,
"equip": [],
"newskill": [],
@ -239149,7 +239149,7 @@
"captainId": 0,
"IsBoss": 0,
"bossHpCnt": 0,
"heroid": 13004,
"heroid": 34007,
"star": 3,
"equip": [],
"newskill": [],
@ -239909,7 +239909,7 @@
"captainId": 1,
"IsBoss": 0,
"bossHpCnt": 0,
"heroid": 13001,
"heroid": 34007,
"star": 4,
"equip": [],
"newskill": [],
@ -240029,7 +240029,7 @@
"captainId": 0,
"IsBoss": 0,
"bossHpCnt": 0,
"heroid": 43003,
"heroid": 34007,
"star": 4,
"equip": [],
"newskill": [],

View File

@ -24008,7 +24008,6 @@
3200
],
"FollowSK": [
215002112,
215002113
],
"SucFollowSK": [],
@ -50819,7 +50818,7 @@
"ExecuteCnt": 1,
"Type": 2,
"Argu": [
425004311,
482500421,
-1,
-1
],
@ -50903,6 +50902,29 @@
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 825004216,
"EmitPR": 1000,
"From": 3,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 2,
"Argu": [
482500423,
-1,
-1
],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 835002211,
"EmitPR": 1000,
@ -51149,7 +51171,7 @@
390001003,
1000,
1,
1
2
],
"FollowSK": [],
"SucFollowSK": [],
@ -51183,6 +51205,52 @@
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 824003215,
"EmitPR": 1000,
"From": 3,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 2,
"Argu": [
482400322,
-1,
-1
],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 824003216,
"EmitPR": 1000,
"From": 3,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 2,
"Argu": [
482400323,
-1,
-1
],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 834006211,
"EmitPR": 1000,
@ -51348,19 +51416,18 @@
"RevisiParams": []
},
{
"Id": 834006311,
"EmitPR": 300,
"Id": 834006218,
"EmitPR": 1000,
"From": 3,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 3,
"Type": 2,
"Argu": [
390001004,
1000,
1,
2
483400624,
-1,
-1
],
"FollowSK": [],
"SucFollowSK": [],
@ -51487,6 +51554,29 @@
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 825001216,
"EmitPR": 1000,
"From": 3,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 2,
"Argu": [
482500123,
-1,
1
],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 844005211,
"EmitPR": 1000,
@ -51607,6 +51697,29 @@
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 844005217,
"EmitPR": 1000,
"From": 3,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 2,
"Argu": [
484400523,
-1,
-1
],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 835001211,
"EmitPR": 1000,
@ -55124,11 +55237,12 @@
"From": 4,
"Where": [],
"Order": "",
"Limit": 10,
"Limit": 1,
"ExecuteCnt": 1,
"Type": 33,
"Argu": [
3,
1,
1
],
"FollowSK": [],
@ -55140,6 +55254,29 @@
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 815002112,
"EmitPR": 1000,
"From": 3,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 2,
"Argu": [
481500211,
-1,
-1
],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 815002211,
"EmitPR": 1000,

View File

@ -18753,7 +18753,7 @@
"passSkill": [],
"Desc": {
"key": "skill_skill_atk_Desc_115002111_1",
"text": "船长对敌方1个目标造成320%伤害,夺取该目标1个增益状态并有100%概率为自身附加2回合[color=#37d8a9]攻击提升[/color]状态。"
"text": "船长对敌方1个目标造成320%伤害,并有100%概率为自身附加2回合[color=#37d8a9]攻击提升[/color]状态。"
},
"buffid": [
390001001
@ -40897,7 +40897,7 @@
"Target": 0,
"ChildSkill": {
"Id": [
824003213
824003215
]
},
"passSkill": [],
@ -40927,7 +40927,7 @@
"Target": 0,
"ChildSkill": {
"Id": [
824003214
824003216
]
},
"passSkill": [],
@ -42008,10 +42008,12 @@
"Target": 0,
"ChildSkill": {
"Id": [
825004215
825004216
]
},
"passSkill": [],
"passSkill": [
825004216
],
"Desc": {
"key": "skill_skill_atk_Desc_825004423_1",
"text": "2技能平衡血量后立即回复所有目标15%血量"
@ -43271,7 +43273,7 @@
"Target": 0,
"ChildSkill": {
"Id": [
834006217
834006218
]
},
"passSkill": [],
@ -45795,7 +45797,7 @@
"Target": 0,
"ChildSkill": {
"Id": [
844005216
844005217
]
},
"passSkill": [],

View File

@ -8917,5 +8917,165 @@
"Callback": [
913003320
]
},
{
"Id": 481500211,
"When": 16,
"FromCheck": "Target=3",
"TargetCheck": "",
"MainSkillCheck": "SkillPos=1",
"AfterSkillCheck": "",
"BuffCheck": "",
"DpsCheck": "",
"AddCon": [],
"PasPr": 1000,
"PasCorrection": 0,
"Type": "CallSkillPas",
"MaxEmitTimesInRoundByRole": 0,
"MaxEmitTimes": 0,
"MaxEmitTimesInRound": 0,
"Callback": [
815002111
]
},
{
"Id": 482500431,
"When": 16,
"FromCheck": "Target=3,Hpproless=1000",
"TargetCheck": "",
"MainSkillCheck": "",
"AfterSkillCheck": "",
"BuffCheck": "",
"DpsCheck": "",
"AddCon": [],
"PasPr": 1000,
"PasCorrection": 0,
"Type": "CallSkillPas",
"MaxEmitTimesInRoundByRole": 0,
"MaxEmitTimes": 0,
"MaxEmitTimesInRound": 0,
"Callback": [
825004212
]
},
{
"Id": 482500423,
"When": 20,
"FromCheck": "Target=3",
"TargetCheck": "",
"MainSkillCheck": "SkillPos=2",
"AfterSkillCheck": "",
"BuffCheck": "",
"DpsCheck": "",
"AddCon": [],
"PasPr": 1000,
"PasCorrection": 0,
"Type": "CallSkillPas",
"MaxEmitTimesInRoundByRole": 0,
"MaxEmitTimes": 0,
"MaxEmitTimesInRound": 0,
"Callback": [
825004215
]
},
{
"Id": 482400322,
"When": 20,
"FromCheck": "Target=3",
"TargetCheck": "",
"MainSkillCheck": "SkillPos=2",
"AfterSkillCheck": "",
"BuffCheck": "",
"DpsCheck": "",
"AddCon": [],
"PasPr": 1000,
"PasCorrection": 0,
"Type": "CallSkillPas",
"MaxEmitTimesInRoundByRole": 0,
"MaxEmitTimes": 0,
"MaxEmitTimesInRound": 0,
"Callback": [
824003213
]
},
{
"Id": 482400323,
"When": 20,
"FromCheck": "Target=3",
"TargetCheck": "",
"MainSkillCheck": "SkillPos=2",
"AfterSkillCheck": "",
"BuffCheck": "",
"DpsCheck": "",
"AddCon": [],
"PasPr": 1000,
"PasCorrection": 0,
"Type": "CallSkillPas",
"MaxEmitTimesInRoundByRole": 0,
"MaxEmitTimes": 0,
"MaxEmitTimesInRound": 0,
"Callback": [
824003214
]
},
{
"Id": 483400624,
"When": 16,
"FromCheck": "Target=3",
"TargetCheck": "",
"MainSkillCheck": "SkillPos=3",
"AfterSkillCheck": "",
"BuffCheck": "",
"DpsCheck": "",
"AddCon": [],
"PasPr": 1000,
"PasCorrection": 0,
"Type": "CallSkillPas",
"MaxEmitTimesInRoundByRole": 0,
"MaxEmitTimes": 0,
"MaxEmitTimesInRound": 1,
"Callback": [
834006217
]
},
{
"Id": 482500123,
"When": 16,
"FromCheck": "Target=3",
"TargetCheck": "",
"MainSkillCheck": "SkillPos=2",
"AfterSkillCheck": "",
"BuffCheck": "",
"DpsCheck": "",
"AddCon": [],
"PasPr": 1000,
"PasCorrection": 0,
"Type": "CallSkillPas",
"MaxEmitTimesInRoundByRole": 0,
"MaxEmitTimes": 0,
"MaxEmitTimesInRound": 1,
"Callback": [
825001213
]
},
{
"Id": 484400523,
"When": 16,
"FromCheck": "Target=3",
"TargetCheck": "",
"MainSkillCheck": "SkillPos=2",
"AfterSkillCheck": "",
"BuffCheck": "",
"DpsCheck": "",
"AddCon": [],
"PasPr": 1000,
"PasCorrection": 0,
"Type": "CallSkillPas",
"MaxEmitTimesInRoundByRole": 0,
"MaxEmitTimes": 0,
"MaxEmitTimesInRound": 1,
"Callback": [
844005216
]
}
]

View File

@ -292,7 +292,7 @@
"EventType": 17,
"EventResource": "event_rewardbox_2",
"Value1": 200,
"Value2": 3,
"Value2": 5,
"Value3": 0,
"Value4": 0,
"CostItem": [],

View File

@ -7,7 +7,7 @@
"Front": [],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 100
}
@ -38,7 +38,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 50
}
@ -65,7 +65,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 50
}
@ -93,7 +93,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 200
}
@ -115,7 +115,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 100
}
@ -142,7 +142,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 100
}
@ -170,7 +170,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 300
}
@ -192,7 +192,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 150
}
@ -219,7 +219,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 150
}
@ -247,7 +247,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 400
}
@ -269,7 +269,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 200
}
@ -296,7 +296,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 200
}
@ -324,7 +324,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 500
}
@ -346,7 +346,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 250
}
@ -373,7 +373,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 250
}
@ -401,7 +401,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 600
}
@ -423,7 +423,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 300
}
@ -450,7 +450,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 300
}
@ -478,7 +478,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 800
}
@ -500,7 +500,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 400
}
@ -527,7 +527,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 400
}
@ -555,7 +555,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 1000
}
@ -577,7 +577,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 500
}
@ -604,7 +604,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 500
}
@ -632,7 +632,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 1500
}
@ -663,7 +663,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 750
}
@ -690,7 +690,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 750
}
@ -717,7 +717,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 750
}
@ -744,7 +744,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 750
}
@ -771,7 +771,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 750
}
@ -798,7 +798,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 750
}
@ -826,7 +826,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 2000
}
@ -848,7 +848,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 1000
}
@ -875,7 +875,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 1000
}
@ -902,7 +902,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 1000
}
@ -929,7 +929,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 1000
}
@ -956,7 +956,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 1000
}
@ -983,7 +983,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 1000
}
@ -1011,7 +1011,7 @@
],
"CostItem": [
{
"a": "atn",
"a": "item",
"t": "10000037",
"n": 2000
}

View File

@ -48,6 +48,11 @@
"a": "attr",
"t": "diamond",
"n": 20
},
{
"a": "title",
"t": "10001",
"n": 1
}
],
"module": []
@ -913,7 +918,7 @@
},
{
"key": 20130,
"opencond": "",
"opencond": "sss",
"lock": 1,
"lockend": 999,
"ontxe": 20128,
@ -5537,7 +5542,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20270,
"ontxe": 20250,
"id_after": 0,
"group": 301,
"exgroup": 310,
@ -5578,7 +5583,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20280,
"ontxe": 20250,
"id_after": 300050,
"group": 302,
"exgroup": 310,
@ -5871,7 +5876,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20280,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -5914,7 +5919,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20370,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -5957,7 +5962,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20230,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -5998,7 +6003,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20370,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -6209,7 +6214,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20290,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -6250,7 +6255,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20300,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -6291,7 +6296,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20370,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -6332,7 +6337,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20370,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -6373,7 +6378,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20370,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -6414,7 +6419,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20370,
"ontxe": 20250,
"id_after": 320231,
"group": 320,
"exgroup": 310,
@ -6496,7 +6501,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20370,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -6537,7 +6542,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20370,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,
@ -6578,7 +6583,7 @@
"opencond": "",
"lock": 1,
"lockend": 999,
"ontxe": 20370,
"ontxe": 20250,
"id_after": 0,
"group": 320,
"exgroup": 310,

View File

@ -14,6 +14,7 @@ type GameArenaChallengeNpcData struct {
Id int32
OpenCond int32
OpenValue int32
Afterid int32
BattleReadyID int32
MonsterformatId []int32
StroyIdFront int32
@ -34,6 +35,7 @@ func (_v *GameArenaChallengeNpcData)Deserialize(_buf map[string]interface{}) (er
{ 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["open_cond"].(float64); !_ok_ { err = errors.New("open_cond error"); return }; _v.OpenCond = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["open_value"].(float64); !_ok_ { err = errors.New("open_value error"); return }; _v.OpenValue = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["afterid"].(float64); !_ok_ { err = errors.New("afterid error"); return }; _v.Afterid = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["BattleReadyID"].(float64); !_ok_ { err = errors.New("BattleReadyID error"); return }; _v.BattleReadyID = int32(_tempNum_) }
{
var _arr_ []interface{}