配置校验

This commit is contained in:
meixiongfeng 2023-06-07 18:20:31 +08:00
parent acaed92bc5
commit 2459c429c5
23 changed files with 6713 additions and 2971 deletions

View File

@ -730,5 +730,53 @@
"key": "bubblegroup_bubblegroup_Text_Bubble_61", "key": "bubblegroup_bubblegroup_Text_Bubble_61",
"text": "希卡普,我的儿子,我为你骄傲!" "text": "希卡普,我的儿子,我为你骄傲!"
} }
},
{
"KeyId": 62,
"GroupID": 11001,
"Type": 2,
"TaskIDMin": 0,
"TaskIDMax": 0,
"weight": 10,
"Text_Bubble": {
"key": "bubblegroup_bubblegroup_Text_Bubble_62",
"text": "商店收购需求商品语录"
}
},
{
"KeyId": 63,
"GroupID": 11002,
"Type": 2,
"TaskIDMin": 0,
"TaskIDMax": 0,
"weight": 10,
"Text_Bubble": {
"key": "bubblegroup_bubblegroup_Text_Bubble_63",
"text": "商店收购普通商品语录"
}
},
{
"KeyId": 64,
"GroupID": 11003,
"Type": 2,
"TaskIDMin": 0,
"TaskIDMax": 0,
"weight": 10,
"Text_Bubble": {
"key": "bubblegroup_bubblegroup_Text_Bubble_64",
"text": "商店收购饱和商品语录"
}
},
{
"KeyId": 65,
"GroupID": 11004,
"Type": 2,
"TaskIDMin": 0,
"TaskIDMax": 0,
"weight": 10,
"Text_Bubble": {
"key": "bubblegroup_bubblegroup_Text_Bubble_65",
"text": "玩家购买成功语录"
}
} }
] ]

File diff suppressed because it is too large Load Diff

View File

@ -498,7 +498,8 @@
"id": 79, "id": 79,
"insert": 1, "insert": 1,
"filter": [ "filter": [
"eq" "eq",
"gte"
] ]
}, },
{ {
@ -766,7 +767,9 @@
{ {
"id": 124, "id": 124,
"insert": 3, "insert": 3,
"filter": [] "filter": [
"gte"
]
}, },
{ {
"id": 125, "id": 125,
@ -797,7 +800,9 @@
{ {
"id": 129, "id": 129,
"insert": 1, "insert": 1,
"filter": [] "filter": [
"gte"
]
}, },
{ {
"id": 130, "id": 130,
@ -1117,6 +1122,11 @@
"insert": 2, "insert": 2,
"filter": [] "filter": []
}, },
{
"id": 189,
"insert": 2,
"filter": []
},
{ {
"id": 20001, "id": 20001,
"insert": 1, "insert": 1,

View File

@ -46,6 +46,10 @@
"exspecialnum": 1500, "exspecialnum": 1500,
"Orspecial": 1000, "Orspecial": 1000,
"checktime": 1800, "checktime": 1800,
"extalk": 11001,
"ortalk": 11002,
"sptalk": 11003,
"buytalk": 11004,
"cityeventpro": 50000, "cityeventpro": 50000,
"cityevent": [ "cityevent": [
1001 1001
@ -98,6 +102,10 @@
"exspecialnum": 1600, "exspecialnum": 1600,
"Orspecial": 1000, "Orspecial": 1000,
"checktime": 1800, "checktime": 1800,
"extalk": 11001,
"ortalk": 11002,
"sptalk": 11003,
"buytalk": 11004,
"cityeventpro": 100000, "cityeventpro": 100000,
"cityevent": [ "cityevent": [
1001 1001
@ -151,6 +159,10 @@
"exspecialnum": 1700, "exspecialnum": 1700,
"Orspecial": 1000, "Orspecial": 1000,
"checktime": 1800, "checktime": 1800,
"extalk": 11001,
"ortalk": 11002,
"sptalk": 11003,
"buytalk": 11004,
"cityeventpro": 50000, "cityeventpro": 50000,
"cityevent": [ "cityevent": [
1001 1001
@ -204,6 +216,10 @@
"exspecialnum": 1800, "exspecialnum": 1800,
"Orspecial": 1000, "Orspecial": 1000,
"checktime": 1800, "checktime": 1800,
"extalk": 11001,
"ortalk": 11002,
"sptalk": 11003,
"buytalk": 11004,
"cityeventpro": 100000, "cityeventpro": 100000,
"cityevent": [ "cityevent": [
1001 1001
@ -256,6 +272,10 @@
"exspecialnum": 1900, "exspecialnum": 1900,
"Orspecial": 1000, "Orspecial": 1000,
"checktime": 1800, "checktime": 1800,
"extalk": 11001,
"ortalk": 11002,
"sptalk": 11003,
"buytalk": 11004,
"cityeventpro": 50000, "cityeventpro": 50000,
"cityevent": [ "cityevent": [
1001 1001

View File

@ -11,9 +11,9 @@
"key": "caravan_caravan_event_traintips_1", "key": "caravan_caravan_event_traintips_1",
"text": "列车上来了外人,这个人看上去有很急切的事情,我们必须先解决这个再离开这里。" "text": "列车上来了外人,这个人看上去有很急切的事情,我们必须先解决这个再离开这里。"
}, },
"trainstory": 888, "trainstory": 500,
"trainstorybad": 777, "trainstorybad": 500,
"trainstorygood": 888, "trainstorygood": 500,
"reword": [ "reword": [
{ {
"a": "item", "a": "item",

File diff suppressed because it is too large Load Diff

View File

@ -308,5 +308,15 @@
}, },
"data": "", "data": "",
"prefix": "bingo:cleannpc" "prefix": "bingo:cleannpc"
},
{
"id": 32,
"type": 1,
"text": {
"key": "GM_GM_text_32",
"text": "获取所有教习资源"
},
"data": "",
"prefix": "bingo:jx"
} }
] ]

View File

@ -107,7 +107,7 @@
"jump_interface": 103, "jump_interface": 103,
"task_display": { "task_display": {
"key": "guild_guild_task_task_display_4", "key": "guild_guild_task_task_display_4",
"text": "为任意影响提升1级" "text": "为任意英雄提升1级"
}, },
"reward": [ "reward": [
{ {

View File

@ -12,7 +12,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -43,7 +43,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_2", "effects": "effect_ui_bagwindow_2",
"modelName": "", "modelName": "",
"box_id": 60001, "box_id": 60001,
"synthetize_num": 0, "synthetize_num": 0,
@ -74,7 +74,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_2", "effects": "effect_ui_bagwindow_2",
"modelName": "", "modelName": "",
"box_id": 60002, "box_id": 60002,
"synthetize_num": 0, "synthetize_num": 0,
@ -105,7 +105,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_2", "effects": "effect_ui_bagwindow_2",
"modelName": "", "modelName": "",
"box_id": 60003, "box_id": 60003,
"synthetize_num": 0, "synthetize_num": 0,
@ -1366,7 +1366,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "moyao_1", "modelName": "moyao_1",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1397,7 +1397,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "moyao_2", "modelName": "moyao_2",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1490,7 +1490,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1527,7 +1527,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1564,7 +1564,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1601,7 +1601,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1638,7 +1638,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1675,7 +1675,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1712,7 +1712,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1749,7 +1749,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1786,7 +1786,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1823,7 +1823,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1860,7 +1860,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1897,7 +1897,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1934,7 +1934,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -1971,7 +1971,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2008,7 +2008,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2045,7 +2045,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2082,7 +2082,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2119,7 +2119,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2156,7 +2156,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2193,7 +2193,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2230,7 +2230,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2267,7 +2267,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2304,7 +2304,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2341,7 +2341,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2378,7 +2378,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2415,7 +2415,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2452,7 +2452,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2489,7 +2489,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2526,7 +2526,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2563,7 +2563,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2600,7 +2600,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2637,7 +2637,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2674,7 +2674,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2711,7 +2711,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2748,7 +2748,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2785,7 +2785,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2822,7 +2822,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2859,7 +2859,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2896,7 +2896,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2933,7 +2933,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -2970,7 +2970,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3007,7 +3007,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3044,7 +3044,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3081,7 +3081,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3118,7 +3118,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3155,7 +3155,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3192,7 +3192,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3229,7 +3229,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3266,7 +3266,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3303,7 +3303,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3340,7 +3340,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3377,7 +3377,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3414,7 +3414,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3451,7 +3451,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3488,7 +3488,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3525,7 +3525,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3562,7 +3562,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3599,7 +3599,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3636,7 +3636,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3673,7 +3673,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3710,7 +3710,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3747,7 +3747,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3784,7 +3784,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3821,7 +3821,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3858,7 +3858,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3895,7 +3895,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3932,7 +3932,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -3969,7 +3969,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -4006,7 +4006,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -4043,7 +4043,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -4080,7 +4080,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -4117,7 +4117,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -4154,7 +4154,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_2", "effects": "effect_ui_bagwindow_2",
"modelName": "", "modelName": "",
"box_id": 1000001, "box_id": 1000001,
"synthetize_num": 0, "synthetize_num": 0,
@ -4228,7 +4228,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -4339,7 +4339,7 @@
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -4369,7 +4369,7 @@
"key": "item_item_name_144", "key": "item_item_name_144",
"text": "英雄初级升星道具" "text": "英雄初级升星道具"
}, },
"usetype": 2, "usetype": 6,
"color": 2, "color": 2,
"bagtype": 1, "bagtype": 1,
"index": 100, "index": 100,
@ -4406,7 +4406,7 @@
"key": "item_item_name_145", "key": "item_item_name_145",
"text": "英雄中级升星道具" "text": "英雄中级升星道具"
}, },
"usetype": 2, "usetype": 6,
"color": 3, "color": 3,
"bagtype": 1, "bagtype": 1,
"index": 101, "index": 101,
@ -4449,14 +4449,14 @@
"key": "item_item_name_146", "key": "item_item_name_146",
"text": "英雄高级升星道具" "text": "英雄高级升星道具"
}, },
"usetype": 2, "usetype": 6,
"color": 4, "color": 4,
"bagtype": 1, "bagtype": 1,
"index": 102, "index": 102,
"special_type": 0, "special_type": 0,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -7385,7 +7385,7 @@
"special_type": 600, "special_type": 600,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -7422,7 +7422,7 @@
"special_type": 550, "special_type": 550,
"time": 0, "time": 0,
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_wuping_1", "effects": "effect_ui_bagwindow_3",
"modelName": "", "modelName": "",
"box_id": 0, "box_id": 0,
"synthetize_num": 0, "synthetize_num": 0,
@ -7752,7 +7752,7 @@
"effects": "", "effects": "",
"modelName": "", "modelName": "",
"box_id": 15000201, "box_id": 15000201,
"synthetize_num": 3, "synthetize_num": 5,
"access": [ "access": [
168 168
], ],
@ -7789,7 +7789,7 @@
"effects": "", "effects": "",
"modelName": "", "modelName": "",
"box_id": 15000202, "box_id": 15000202,
"synthetize_num": 3, "synthetize_num": 5,
"access": [ "access": [
168 168
], ],
@ -7826,7 +7826,7 @@
"effects": "", "effects": "",
"modelName": "", "modelName": "",
"box_id": 15000203, "box_id": 15000203,
"synthetize_num": 3, "synthetize_num": 5,
"access": [ "access": [
168 168
], ],
@ -7863,7 +7863,7 @@
"effects": "", "effects": "",
"modelName": "", "modelName": "",
"box_id": 15000204, "box_id": 15000204,
"synthetize_num": 3, "synthetize_num": 5,
"access": [ "access": [
168 168
], ],
@ -7900,7 +7900,7 @@
"effects": "", "effects": "",
"modelName": "", "modelName": "",
"box_id": 15000301, "box_id": 15000301,
"synthetize_num": 3, "synthetize_num": 5,
"access": [ "access": [
168 168
], ],
@ -7923,7 +7923,7 @@
{ {
"a": "item", "a": "item",
"t": "15000201", "t": "15000201",
"n": 4 "n": 3
} }
] ]
}, },
@ -7943,7 +7943,7 @@
"effects": "", "effects": "",
"modelName": "", "modelName": "",
"box_id": 15000302, "box_id": 15000302,
"synthetize_num": 3, "synthetize_num": 5,
"access": [ "access": [
168 168
], ],
@ -7966,7 +7966,7 @@
{ {
"a": "item", "a": "item",
"t": "15000202", "t": "15000202",
"n": 4 "n": 3
} }
] ]
}, },
@ -7986,7 +7986,7 @@
"effects": "", "effects": "",
"modelName": "", "modelName": "",
"box_id": 15000303, "box_id": 15000303,
"synthetize_num": 3, "synthetize_num": 5,
"access": [ "access": [
168 168
], ],
@ -8009,7 +8009,7 @@
{ {
"a": "item", "a": "item",
"t": "15000203", "t": "15000203",
"n": 4 "n": 3
} }
] ]
}, },
@ -8029,7 +8029,7 @@
"effects": "", "effects": "",
"modelName": "", "modelName": "",
"box_id": 15000304, "box_id": 15000304,
"synthetize_num": 3, "synthetize_num": 5,
"access": [ "access": [
168 168
], ],
@ -8052,7 +8052,7 @@
{ {
"a": "item", "a": "item",
"t": "15000204", "t": "15000204",
"n": 4 "n": 3
} }
] ]
}, },
@ -8095,7 +8095,7 @@
{ {
"a": "item", "a": "item",
"t": "15000301", "t": "15000301",
"n": 4 "n": 3
} }
] ]
}, },
@ -8138,7 +8138,7 @@
{ {
"a": "item", "a": "item",
"t": "15000302", "t": "15000302",
"n": 4 "n": 3
} }
] ]
}, },
@ -8181,7 +8181,7 @@
{ {
"a": "item", "a": "item",
"t": "15000303", "t": "15000303",
"n": 4 "n": 3
} }
] ]
}, },
@ -8224,7 +8224,7 @@
{ {
"a": "item", "a": "item",
"t": "15000304", "t": "15000304",
"n": 4 "n": 3
} }
] ]
}, },

View File

@ -15,7 +15,7 @@
"功能入口-商人" "功能入口-商人"
], ],
"functionicon": "icon_sd", "functionicon": "icon_sd",
"mainscreen": "" "jumpId": 122
}, },
{ {
"Id": 2, "Id": 2,
@ -33,7 +33,7 @@
"功能入口-公告" "功能入口-公告"
], ],
"functionicon": "icon_gg", "functionicon": "icon_gg",
"mainscreen": "" "jumpId": 722
}, },
{ {
"Id": 3, "Id": 3,
@ -51,7 +51,7 @@
"功能入口-邮件" "功能入口-邮件"
], ],
"functionicon": "icon_yj", "functionicon": "icon_yj",
"mainscreen": "" "jumpId": 721
}, },
{ {
"Id": 4, "Id": 4,
@ -69,7 +69,7 @@
"功能入口-捕羊大赛" "功能入口-捕羊大赛"
], ],
"functionicon": "ty_qp_by", "functionicon": "ty_qp_by",
"mainscreen": "" "jumpId": 170
}, },
{ {
"Id": 5, "Id": 5,
@ -87,7 +87,7 @@
"功能入口-烹饪" "功能入口-烹饪"
], ],
"functionicon": "ty_qp_pr", "functionicon": "ty_qp_pr",
"mainscreen": "" "jumpId": 140
}, },
{ {
"Id": 6, "Id": 6,
@ -105,7 +105,7 @@
"传送点-指挥部" "传送点-指挥部"
], ],
"functionicon": "ty_qp_zhb", "functionicon": "ty_qp_zhb",
"mainscreen": "" "jumpId": 905
}, },
{ {
"Id": 7, "Id": 7,
@ -123,7 +123,7 @@
"功能入口-竞技场" "功能入口-竞技场"
], ],
"functionicon": "ty_qp_jjc", "functionicon": "ty_qp_jjc",
"mainscreen": "" "jumpId": 156
}, },
{ {
"Id": 8, "Id": 8,
@ -135,18 +135,35 @@
"sceneicon": "ty_qp_my01", "sceneicon": "ty_qp_my01",
"functionname": { "functionname": {
"key": "navigation_Sheet1_functionname_8", "key": "navigation_Sheet1_functionname_8",
"text": "会" "text": "会"
}, },
"npcName": [ "npcName": [
"功能入口-工会申请", "功能入口-工会申请"
"传送点-公会"
], ],
"functionicon": "ty_qp_gh", "functionicon": "ty_qp_gh",
"mainscreen": "" "jumpId": 157
}, },
{ {
"Id": 9, "Id": 9,
"scene": "GameMain", "scene": "GameMain",
"scenename": {
"key": "navigation_Sheet1_scenename_8",
"text": "中轴城"
},
"sceneicon": "ty_qp_my01",
"functionname": {
"key": "navigation_Sheet1_functionname_8",
"text": "公会"
},
"npcName": [
"传送点-公会"
],
"functionicon": "ty_qp_gh",
"jumpId": 11003
},
{
"Id": 10,
"scene": "GameMain",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_19", "key": "navigation_Sheet1_scenename_19",
"text": "中轴城" "text": "中轴城"
@ -160,10 +177,10 @@
"功能入口-维京远征" "功能入口-维京远征"
], ],
"functionicon": "ty_qp_yz", "functionicon": "ty_qp_yz",
"mainscreen": "" "jumpId": 167
}, },
{ {
"Id": 10, "Id": 11,
"scene": "SmithyScene", "scene": "SmithyScene",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_9", "key": "navigation_Sheet1_scenename_9",
@ -178,10 +195,10 @@
"打造" "打造"
], ],
"functionicon": "ty_qp_zm", "functionicon": "ty_qp_zm",
"mainscreen": "传送点-铁匠铺" "jumpId": 1001
}, },
{ {
"Id": 11, "Id": 12,
"scene": "SmithyScene", "scene": "SmithyScene",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_10", "key": "navigation_Sheet1_scenename_10",
@ -196,10 +213,10 @@
"锻造炉" "锻造炉"
], ],
"functionicon": "ty_qp_wdj", "functionicon": "ty_qp_wdj",
"mainscreen": "传送点-铁匠铺" "jumpId": 1002
}, },
{ {
"Id": 12, "Id": 13,
"scene": "SmithyScene", "scene": "SmithyScene",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_11", "key": "navigation_Sheet1_scenename_11",
@ -214,10 +231,10 @@
"手册台" "手册台"
], ],
"functionicon": "ty_qp_sj", "functionicon": "ty_qp_sj",
"mainscreen": "传送点-铁匠铺" "jumpId": 1003
}, },
{ {
"Id": 13, "Id": 14,
"scene": "WuGuanScene", "scene": "WuGuanScene",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_12", "key": "navigation_Sheet1_scenename_12",
@ -232,10 +249,10 @@
"总教习" "总教习"
], ],
"functionicon": "ty_qp_jx", "functionicon": "ty_qp_jx",
"mainscreen": "" "jumpId": 10004
}, },
{ {
"Id": 14, "Id": 15,
"scene": "WuGuanScene", "scene": "WuGuanScene",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_13", "key": "navigation_Sheet1_scenename_13",
@ -250,10 +267,10 @@
"阿宝" "阿宝"
], ],
"functionicon": "ty_qp_mryj", "functionicon": "ty_qp_mryj",
"mainscreen": "" "jumpId": 10002
}, },
{ {
"Id": 15, "Id": 16,
"scene": "WuGuanScene", "scene": "WuGuanScene",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_14", "key": "navigation_Sheet1_scenename_14",
@ -268,10 +285,10 @@
"告示板" "告示板"
], ],
"functionicon": "ty_qp_gsb", "functionicon": "ty_qp_gsb",
"mainscreen": "" "jumpId": 10006
}, },
{ {
"Id": 16, "Id": 17,
"scene": "WuGuanScene", "scene": "WuGuanScene",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_15", "key": "navigation_Sheet1_scenename_15",
@ -286,10 +303,10 @@
"木桩" "木桩"
], ],
"functionicon": "ty_qp_mz", "functionicon": "ty_qp_mz",
"mainscreen": "" "jumpId": 137
}, },
{ {
"Id": 17, "Id": 18,
"scene": "GameMain", "scene": "GameMain",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_16", "key": "navigation_Sheet1_scenename_16",
@ -304,10 +321,10 @@
"功能入口-藏书馆" "功能入口-藏书馆"
], ],
"functionicon": "ty_qp_hgd", "functionicon": "ty_qp_hgd",
"mainscreen": "" "jumpId": 146
}, },
{ {
"Id": 18, "Id": 19,
"scene": "CommandScene", "scene": "CommandScene",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_17", "key": "navigation_Sheet1_scenename_17",
@ -322,10 +339,10 @@
"功能入口_旧时光" "功能入口_旧时光"
], ],
"functionicon": "ty_qp_jsg", "functionicon": "ty_qp_jsg",
"mainscreen": "" "jumpId": 169
}, },
{ {
"Id": 19, "Id": 20,
"scene": "CommandScene", "scene": "CommandScene",
"scenename": { "scenename": {
"key": "navigation_Sheet1_scenename_18", "key": "navigation_Sheet1_scenename_18",
@ -340,6 +357,6 @@
"功能入口_主角星座图" "功能入口_主角星座图"
], ],
"functionicon": "ty_qp_tf", "functionicon": "ty_qp_tf",
"mainscreen": "" "jumpId": 171
} }
] ]

View File

@ -417,7 +417,7 @@
"id": "hjeart demon tower", "id": "hjeart demon tower",
"name": { "name": {
"key": "opencond_opencond_name_19", "key": "opencond_opencond_name_19",
"text": "心魔塔" "text": "功夫大师挑战塔"
}, },
"main": [ "main": [
{ {

View File

@ -223,22 +223,22 @@
"id": 10021, "id": 10021,
"title": { "title": {
"key": "ruledesc_ruledesc_title_21", "key": "ruledesc_ruledesc_title_21",
"text": "会申请说明" "text": "会申请说明"
}, },
"content": { "content": {
"key": "ruledesc_ruledesc_content_21", "key": "ruledesc_ruledesc_content_21",
"text": "这里可以加入其他人的会" "text": "这里可以加入其他人的会"
} }
}, },
{ {
"id": 10022, "id": 10022,
"title": { "title": {
"key": "ruledesc_ruledesc_title_22", "key": "ruledesc_ruledesc_title_22",
"text": "会创建说明" "text": "会创建说明"
}, },
"content": { "content": {
"key": "ruledesc_ruledesc_content_22", "key": "ruledesc_ruledesc_content_22",
"text": "这里可以创建属于自己的会" "text": "这里可以创建属于自己的会"
} }
}, },
{ {

View File

@ -10048,7 +10048,7 @@
"Argu": [ "Argu": [
414007211, 414007211,
-1, -1,
1 -1
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [],
@ -10118,7 +10118,7 @@
390001403, 390001403,
1000, 1000,
1, 1,
0 -1
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [],
@ -10159,7 +10159,7 @@
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 10, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 3,
"Type": 1, "Type": 1,
"Argu": [ "Argu": [
1, 1,
@ -10215,7 +10215,7 @@
"Type": 3, "Type": 3,
"Argu": [ "Argu": [
390001104, 390001104,
300, 600,
1, 1,
1 1
], ],
@ -12591,7 +12591,9 @@
4000 4000
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [
213003212
],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -12610,7 +12612,7 @@
"Type": 5, "Type": 5,
"Argu": [ "Argu": [
1, 1,
1, 2,
50 50
], ],
"FollowSK": [], "FollowSK": [],
@ -12633,7 +12635,7 @@
"Type": 2, "Type": 2,
"Argu": [ "Argu": [
413003211, 413003211,
1, -1,
-1 -1
], ],
"FollowSK": [], "FollowSK": [],
@ -12699,14 +12701,17 @@
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 1, "Type": 11,
"Argu": [ "Argu": [
1, 2,
1, 2,
180 180
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [
213003312,
213003313
],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -12832,7 +12837,7 @@
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [
235005213 235005212
], ],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
@ -12842,7 +12847,7 @@
"RevisiParams": [] "RevisiParams": []
}, },
{ {
"Id": 235005213, "Id": 235005212,
"EmitPR": 1000, "EmitPR": 1000,
"From": 2, "From": 2,
"Where": [], "Where": [],
@ -12962,30 +12967,6 @@
"RevisiCondition": "", "RevisiCondition": "",
"RevisiParams": [] "RevisiParams": []
}, },
{
"Id": 390001315,
"EmitPR": 1000,
"From": 1,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 3,
"Argu": [
390001325,
1000,
1,
-1
],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{ {
"Id": 215001011, "Id": 215001011,
"EmitPR": 1000, "EmitPR": 1000,
@ -13322,15 +13303,16 @@
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
"ExecuteCnt": 2, "ExecuteCnt": 1,
"Type": 1, "Type": 1,
"Argu": [ "Argu": [
1, 1,
4, 4,
1500 3000
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [
245001112,
245001113 245001113
], ],
"FailFollowSK": [], "FailFollowSK": [],
@ -13489,21 +13471,19 @@
{ {
"Id": 245001311, "Id": 245001311,
"EmitPR": 1000, "EmitPR": 1000,
"From": 2, "From": 3,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 2, "Type": 8,
"Argu": [ "Argu": [
445001311, 1,
-1, -1,
-1 1000
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [],
245001316
],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -13514,14 +13494,14 @@
{ {
"Id": 245001312, "Id": 245001312,
"EmitPR": 1000, "EmitPR": 1000,
"From": 3, "From": 2,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 8, "Type": 8,
"Argu": [ "Argu": [
1, 3,
-1, -1,
1000 1000
], ],
@ -13540,16 +13520,18 @@
"From": 2, "From": 2,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 8, "Type": 1,
"Argu": [ "Argu": [
3, 1,
-1, 4,
1000 6000
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [
245001314
],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -13565,61 +13547,12 @@
"Order": "", "Order": "",
"Limit": 10, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 1,
"Argu": [
1,
4,
6000
],
"FollowSK": [],
"SucFollowSK": [
245001315
],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 245001315,
"EmitPR": 1000,
"From": 2,
"Where": [],
"Order": "",
"Limit": 1,
"ExecuteCnt": 1,
"Type": 3,
"Argu": [
390001007,
500,
1,
2
],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 245001316,
"EmitPR": 1000,
"From": 2,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 3, "Type": 3,
"Argu": [ "Argu": [
390001007, 390001007,
1000, 1000,
1, 1,
1 2
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [],
@ -14535,10 +14468,7 @@
2 2
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [],
234008312,
234008313
],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -14553,15 +14483,17 @@
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
"ExecuteCnt": 2, "ExecuteCnt": 8,
"Type": 1, "Type": 1,
"Argu": [ "Argu": [
1, 1,
4, 4,
3600 800
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [
234008313
],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -15543,76 +15475,6 @@
"RevisiCondition": "", "RevisiCondition": "",
"RevisiParams": [] "RevisiParams": []
}, },
{
"Id": 235006313,
"EmitPR": 1000,
"From": 4,
"Where": [],
"Order": "",
"Limit": 1,
"ExecuteCnt": 1,
"Type": 2,
"Argu": [
435006311,
-1,
1
],
"FollowSK": [],
"SucFollowSK": [
235006314
],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 235006314,
"EmitPR": 1000,
"From": 4,
"Where": [],
"Order": "",
"Limit": 1,
"ExecuteCnt": 1,
"Type": 3,
"Argu": [
390001105,
600,
1,
1
],
"FollowSK": [],
"SucFollowSK": [
235006315
],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 235006315,
"EmitPR": 1000,
"From": 3,
"Where": [],
"Order": "",
"Limit": 1,
"ExecuteCnt": 1,
"Type": 28,
"Argu": [],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{ {
"Id": 234002011, "Id": 234002011,
"EmitPR": 1000, "EmitPR": 1000,
@ -15853,7 +15715,7 @@
{ {
"Id": 224005211, "Id": 224005211,
"EmitPR": 1000, "EmitPR": 1000,
"From": 1, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 10, "Limit": 10,
@ -15864,10 +15726,10 @@
-1, -1,
1000 1000
], ],
"FollowSK": [ "FollowSK": [],
"SucFollowSK": [
224005212 224005212
], ],
"SucFollowSK": [],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -15878,7 +15740,7 @@
{ {
"Id": 224005212, "Id": 224005212,
"EmitPR": 1000, "EmitPR": 1000,
"From": 1, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 10, "Limit": 10,
@ -15915,7 +15777,9 @@
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [
224005312 224005312,
224005313,
224005314
], ],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
@ -15958,7 +15822,7 @@
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 12, "Type": 12,
"Argu": [ "Argu": [
300 -300
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [],
@ -16284,7 +16148,7 @@
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 21, "Type": 1,
"Argu": [ "Argu": [
1, 1,
4, 4,
@ -16768,10 +16632,10 @@
{ {
"Id": 243001311, "Id": 243001311,
"EmitPR": 1000, "EmitPR": 1000,
"From": 2, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 10, "Limit": 1,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 1, "Type": 1,
"Argu": [ "Argu": [
@ -16793,7 +16657,7 @@
{ {
"Id": 243001312, "Id": 243001312,
"EmitPR": 1000, "EmitPR": 1000,
"From": 10, "From": 11,
"Where": [], "Where": [],
"Order": "Type=Rand", "Order": "Type=Rand",
"Limit": 1, "Limit": 1,
@ -16915,10 +16779,10 @@
{ {
"Id": 234003211, "Id": 234003211,
"EmitPR": 1000, "EmitPR": 1000,
"From": 4, "From": 2,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 1, "Type": 1,
"Argu": [ "Argu": [
@ -16928,6 +16792,7 @@
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [
234003212,
234003213 234003213
], ],
"FailFollowSK": [], "FailFollowSK": [],
@ -16940,37 +16805,10 @@
{ {
"Id": 234003212, "Id": 234003212,
"EmitPR": 1000, "EmitPR": 1000,
"From": 4, "From": 2,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 10,
"ExecuteCnt": 1,
"Type": 1,
"Argu": [
1,
4,
2000
],
"FollowSK": [],
"SucFollowSK": [
234003213,
234003214,
234003215
],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 234003213,
"EmitPR": 1000,
"From": 4,
"Where": [],
"Order": "",
"Limit": 1,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 3, "Type": 3,
"Argu": [ "Argu": [
@ -16989,35 +16827,14 @@
"RevisiParams": [] "RevisiParams": []
}, },
{ {
"Id": 234003214, "Id": 234003213,
"EmitPR": 1000, "EmitPR": 1000,
"From": 2, "From": 2,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 10, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 14, "Type": 36,
"Argu": [
250
],
"FollowSK": [],
"SucFollowSK": [],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 234003215,
"EmitPR": 1000,
"From": 1,
"Where": [],
"Order": "",
"Limit": 10,
"ExecuteCnt": 1,
"Type": 12,
"Argu": [ "Argu": [
250 250
], ],
@ -17426,12 +17243,10 @@
"Argu": [ "Argu": [
434007111, 434007111,
-1, -1,
1 -1
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [],
234007113
],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -17529,7 +17344,8 @@
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [
234007214 234007214,
234007215
], ],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
@ -17553,9 +17369,7 @@
600 600
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [],
234007215
],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -17648,33 +17462,7 @@
"Argu": [ "Argu": [
434007311, 434007311,
-1, -1,
1 -1
],
"FollowSK": [],
"SucFollowSK": [
234007314,
234007315
],
"FailFollowSK": [],
"MustHit": false,
"DpsRevisiType": 0,
"DpsCondition": "",
"RevisiCondition": "",
"RevisiParams": []
},
{
"Id": 234007314,
"EmitPR": 1000,
"From": 3,
"Where": [],
"Order": "",
"Limit": 1,
"ExecuteCnt": 1,
"Type": 1,
"Argu": [
1,
4,
300
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [],
@ -17686,7 +17474,7 @@
"RevisiParams": [] "RevisiParams": []
}, },
{ {
"Id": 234007315, "Id": 234007314,
"EmitPR": 1000, "EmitPR": 1000,
"From": 3, "From": 3,
"Where": [], "Where": [],
@ -17761,7 +17549,7 @@
{ {
"Id": 243006211, "Id": 243006211,
"EmitPR": 1000, "EmitPR": 1000,
"From": 1, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
@ -17788,7 +17576,7 @@
{ {
"Id": 243006212, "Id": 243006212,
"EmitPR": 1000, "EmitPR": 1000,
"From": 1, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
@ -17812,7 +17600,7 @@
{ {
"Id": 243006213, "Id": 243006213,
"EmitPR": 1000, "EmitPR": 1000,
"From": 1, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
@ -17836,7 +17624,7 @@
{ {
"Id": 243006214, "Id": 243006214,
"EmitPR": 1000, "EmitPR": 1000,
"From": 1, "From": 4,
"Where": [ "Where": [
"EnemyHpproless=500" "EnemyHpproless=500"
], ],
@ -17983,16 +17771,16 @@
{ {
"Id": 213001211, "Id": 213001211,
"EmitPR": 1000, "EmitPR": 1000,
"From": 1, "From": 2,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 2, "Type": 1,
"Argu": [ "Argu": [
413001211, 1,
-1, 4,
-1 2000
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [],
@ -18006,10 +17794,10 @@
{ {
"Id": 213001311, "Id": 213001311,
"EmitPR": 1000, "EmitPR": 1000,
"From": 4, "From": 2,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 1, "Type": 1,
"Argu": [ "Argu": [
@ -18082,7 +17870,7 @@
"From": 4, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 2, "Limit": 1,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 1, "Type": 1,
"Argu": [ "Argu": [
@ -18107,7 +17895,7 @@
"From": 4, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 2, "Limit": 1,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 32, "Type": 32,
"Argu": [ "Argu": [
@ -18139,9 +17927,7 @@
2250 2250
], ],
"FollowSK": [], "FollowSK": [],
"SucFollowSK": [ "SucFollowSK": [],
214005212
],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 0,
@ -18175,7 +17961,7 @@
{ {
"Id": 214005213, "Id": 214005213,
"EmitPR": 1000, "EmitPR": 1000,
"From": 2, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
@ -18183,7 +17969,7 @@
"Type": 2, "Type": 2,
"Argu": [ "Argu": [
414005211, 414005211,
1, -1,
-1 -1
], ],
"FollowSK": [], "FollowSK": [],
@ -18198,7 +17984,7 @@
{ {
"Id": 214005214, "Id": 214005214,
"EmitPR": 1000, "EmitPR": 1000,
"From": 2, "From": 4,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
@ -19097,7 +18883,7 @@
"Type": 2, "Type": 2,
"Argu": [ "Argu": [
415002211, 415002211,
1, -1,
-1 -1
], ],
"FollowSK": [], "FollowSK": [],
@ -19116,7 +18902,7 @@
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
"ExecuteCnt": 2, "ExecuteCnt": 1,
"Type": 3, "Type": 3,
"Argu": [ "Argu": [
390001205, 390001205,
@ -19144,7 +18930,7 @@
"Type": 2, "Type": 2,
"Argu": [ "Argu": [
415002212, 415002212,
1, -1,
-1 -1
], ],
"FollowSK": [], "FollowSK": [],
@ -19252,7 +19038,7 @@
{ {
"Id": 215002314, "Id": 215002314,
"EmitPR": 1000, "EmitPR": 1000,
"From": 1, "From": 2,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
@ -20009,9 +19795,7 @@
4, 4,
1200 1200
], ],
"FollowSK": [ "FollowSK": [],
224001314
],
"SucFollowSK": [], "SucFollowSK": [],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
@ -20312,10 +20096,10 @@
{ {
"Id": 233002311, "Id": 233002311,
"EmitPR": 1000, "EmitPR": 1000,
"From": 4, "From": 2,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 10,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 1, "Type": 1,
"Argu": [ "Argu": [
@ -21259,10 +21043,8 @@
"Id": 255005312, "Id": 255005312,
"EmitPR": 1000, "EmitPR": 1000,
"From": 4, "From": 4,
"Where": [ "Where": [],
"EnemyHpproless=500" "Order": "PropertyUp=20",
],
"Order": "PropertyDown=3",
"Limit": 1, "Limit": 1,
"ExecuteCnt": 1, "ExecuteCnt": 1,
"Type": 1, "Type": 1,
@ -21277,10 +21059,13 @@
"SucFollowSK": [], "SucFollowSK": [],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
"DpsRevisiType": 0, "DpsRevisiType": 106,
"DpsCondition": "", "DpsCondition": "",
"RevisiCondition": "", "RevisiCondition": "",
"RevisiParams": [] "RevisiParams": [
100,
50
]
}, },
{ {
"Id": 255005313, "Id": 255005313,
@ -24830,12 +24615,10 @@
"Type": 2, "Type": 2,
"Argu": [ "Argu": [
451010111, 451010111,
1, -1,
1 -1
],
"FollowSK": [
251010113
], ],
"FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,
@ -25631,7 +25414,7 @@
{ {
"Id": 215003212, "Id": 215003212,
"EmitPR": 1000, "EmitPR": 1000,
"From": 4, "From": 3,
"Where": [], "Where": [],
"Order": "", "Order": "",
"Limit": 1, "Limit": 1,
@ -28367,12 +28150,10 @@
"Type": 2, "Type": 2,
"Argu": [ "Argu": [
453006211, 453006211,
1, -1,
1 -1
],
"FollowSK": [
253006213
], ],
"FollowSK": [],
"SucFollowSK": [], "SucFollowSK": [],
"FailFollowSK": [], "FailFollowSK": [],
"MustHit": false, "MustHit": false,

View File

@ -8721,7 +8721,6 @@
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
213003311, 213003311,
213003312,
213003313 213003313
] ]
}, },
@ -8811,8 +8810,7 @@
"Target": 2, "Target": 2,
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
235005211, 235005211
235005212
] ]
}, },
"Desc": { "Desc": {
@ -9092,8 +9090,7 @@
"Id": [ "Id": [
245001311, 245001311,
245001312, 245001312,
245001313, 245001313
245001314
] ]
}, },
"Desc": { "Desc": {
@ -9440,12 +9437,13 @@
"Target": 2, "Target": 2,
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
234008311 234008311,
234008312
] ]
}, },
"Desc": { "Desc": {
"key": "skill_skill_atk_Desc_134008311", "key": "skill_skill_atk_Desc_134008311",
"text": "悍夫那特先为自身施加2回合【速度提升】效果之后对敌方1个目标造成2次自身攻击力360%的伤害并吸收目标10行动值" "text": "悍夫那特先为自身施加2回合【速度提升】效果之后对敌方1个目标造成4次自身攻击力200%的伤害并吸收目标10行动值"
}, },
"buffid": [ "buffid": [
390001003 390001003
@ -9929,7 +9927,7 @@
}, },
"Desc": { "Desc": {
"key": "skill_skill_atk_Desc_135006311", "key": "skill_skill_atk_Desc_135006311",
"text": "平先生恢复30%生命值并恢复30%行动值" "text": "平先生恢复友方30%生命值并恢复30%行动值"
}, },
"buffid": [], "buffid": [],
"map": "" "map": ""
@ -10136,7 +10134,7 @@
"Type": 1, "Type": 1,
"CD": 3, "CD": 3,
"Where": [], "Where": [],
"Target": 0, "Target": 1,
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
224005211 224005211
@ -10170,9 +10168,7 @@
"Target": 2, "Target": 2,
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
224005311, 224005311
224005313,
224005314
] ]
}, },
"Desc": { "Desc": {
@ -10688,13 +10684,12 @@
"Target": 2, "Target": 2,
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
234003211, 234003211
234003212
] ]
}, },
"Desc": { "Desc": {
"key": "skill_skill_atk_Desc_134003211", "key": "skill_skill_atk_Desc_134003211",
"text": "圣诞老人对敌方1个目标发起2段攻击每段造成攻击力200%的伤害每段有75%概率附加1回合【眩晕】状态。第二段攻击会偷取目标25%行动值并平均分配给我发" "text": "圣诞老人对敌方群体发起攻击造成攻击力200%的伤害有75%概率附加1回合【眩晕】状态并偷取目标25%行动值并平均分配给我方"
}, },
"buffid": [ "buffid": [
390001105 390001105
@ -11149,10 +11144,10 @@
"CorrectPos": 0, "CorrectPos": 0,
"IsMelee": 0, "IsMelee": 0,
"act": "Skill_2", "act": "Skill_2",
"Type": 2, "Type": 1,
"CD": 0, "CD": 0,
"Where": [], "Where": [],
"Target": 1, "Target": 2,
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
213001211 213001211
@ -11160,7 +11155,7 @@
}, },
"Desc": { "Desc": {
"key": "skill_skill_atk_Desc_113001211", "key": "skill_skill_atk_Desc_113001211",
"text": "若敌方攻击当前生命值低于50%的我方队友则反击" "text": "闪闪对敌方所有人造成攻击力200%的伤害"
}, },
"buffid": [], "buffid": [],
"map": "" "map": ""
@ -11189,7 +11184,7 @@
}, },
"Desc": { "Desc": {
"key": "skill_skill_atk_Desc_113001311", "key": "skill_skill_atk_Desc_113001311",
"text": "闪闪对敌方1个目标造成攻击力350%的伤害并为我方附加2回合【防御提升】状态" "text": "闪闪对敌方所有目标造成攻击力350%的伤害并为我方附加2回合【防御提升】状态"
}, },
"buffid": [ "buffid": [
390001002 390001002
@ -11244,8 +11239,7 @@
"Target": 2, "Target": 2,
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
214005111, 214005111
214005112
] ]
}, },
"Desc": { "Desc": {
@ -11275,6 +11269,7 @@
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
214005211, 214005211,
214005212,
214005213 214005213
] ]
}, },
@ -12303,13 +12298,12 @@
"Target": 2, "Target": 2,
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
233002312,
233002311 233002311
] ]
}, },
"Desc": { "Desc": {
"key": "skill_skill_atk_Desc_133002311", "key": "skill_skill_atk_Desc_133002311",
"text": "坦克对敌方1个目标造成攻击力750%的伤害若目标身上存在减益状态每一个减益状态额外造成20%的伤害" "text": "坦克对敌方所有目标造成攻击力750%的伤害若目标身上存在减益状态每一个减益状态额外造成20%的伤害"
}, },
"buffid": [], "buffid": [],
"map": "" "map": ""
@ -12836,8 +12830,7 @@
"Target": 2, "Target": 2,
"ChildSkill": { "ChildSkill": {
"Id": [ "Id": [
255005311, 255005311
255005312
] ]
}, },
"Desc": { "Desc": {
@ -13019,7 +13012,7 @@
"Id": [ "Id": [
255007211, 255007211,
255007213, 255007213,
25507215 255007215
] ]
}, },
"Desc": { "Desc": {

View File

@ -1200,7 +1200,7 @@
"BuffType": 21, "BuffType": 21,
"EffectArgu": [ "EffectArgu": [
1, 1,
1, 2,
350 350
], ],
"BufParNum": 1, "BufParNum": 1,

View File

@ -634,7 +634,7 @@
"When": 18, "When": 18,
"FromCheck": "", "FromCheck": "",
"TargetCheck": "2", "TargetCheck": "2",
"MainSkillCheck": "", "MainSkillCheck": "MainSkillID=113003211",
"AfterSkillCheck": "", "AfterSkillCheck": "",
"BuffCheck": "Effect=3,Succ=1", "BuffCheck": "Effect=3,Succ=1",
"AddCon": [], "AddCon": [],
@ -1016,7 +1016,7 @@
"When": 10, "When": 10,
"FromCheck": "Target=3", "FromCheck": "Target=3",
"TargetCheck": "", "TargetCheck": "",
"MainSkillCheck": "", "MainSkillCheck": "MainSkillID=134007111",
"AfterSkillCheck": "", "AfterSkillCheck": "",
"BuffCheck": "", "BuffCheck": "",
"AddCon": [], "AddCon": [],
@ -1032,7 +1032,7 @@
"When": 10, "When": 10,
"FromCheck": "Target=3", "FromCheck": "Target=3",
"TargetCheck": "", "TargetCheck": "",
"MainSkillCheck": "", "MainSkillCheck": "MainSkillID=134007311",
"AfterSkillCheck": "", "AfterSkillCheck": "",
"BuffCheck": "", "BuffCheck": "",
"AddCon": [], "AddCon": [],
@ -1040,8 +1040,7 @@
"Type": "CallSkillPas", "Type": "CallSkillPas",
"MaxEmitTimes": 1, "MaxEmitTimes": 1,
"Callback": [ "Callback": [
234007314, 234007314
234007315
] ]
}, },
{ {

View File

@ -13,6 +13,7 @@ import (
"go_dreamfactory/utils" "go_dreamfactory/utils"
) )
const moduleName = "hero"
const ( const (
equip_suit = "game_equipsuit.json" //装备套装表 equip_suit = "game_equipsuit.json" //装备套装表
new_hero = "game_hero.json" //英雄 new_hero = "game_hero.json" //英雄
@ -139,7 +140,7 @@ func (this *configureComp) GetHeroAwakenConfig(hid string, phase int32) (cfg *cf
) )
if cfg, ok = this.awakenMap[utils.ToInt64(hid)+int64(phase)<<31]; !ok { if cfg, ok = this.awakenMap[utils.ToInt64(hid)+int64(phase)<<31]; !ok {
par = fmt.Errorf("hid:%s,phase:%d", hid, phase) par = fmt.Errorf("hid:%s,phase:%d", hid, phase)
err = comm.NewNotFoundConfErr("hero", hero_awaken, par) err = comm.NewNotFoundConfErr(moduleName, hero_awaken, par)
} }
return return
} }
@ -175,7 +176,7 @@ func (this *configureComp) SetHeroDrawConfig() {
func (this *configureComp) GetPollByType(poosType string) (conf map[int32][]*cfg.GameDrawCardData, err error) { func (this *configureComp) GetPollByType(poosType string) (conf map[int32][]*cfg.GameDrawCardData, err error) {
var ok bool var ok bool
if conf, ok = this.drawCardCfg[poosType]; !ok { if conf, ok = this.drawCardCfg[poosType]; !ok {
err = comm.NewNotFoundConfErr("hero", hero_drawcard, poosType) err = comm.NewNotFoundConfErr(moduleName, hero_drawcard, poosType)
} }
return return
} }
@ -186,14 +187,12 @@ func (this *configureComp) GetHeroExp(hid string) (conf *cfg.GameHeroExpData, er
) )
if v, err = this.GetConfigure(hero_exp); err == nil { if v, err = this.GetConfigure(hero_exp); err == nil {
if c, ok := v.(*cfg.GameHeroExp); ok { if c, ok := v.(*cfg.GameHeroExp); ok {
if conf = c.Get(hid); conf == nil { if conf = c.Get(hid); conf != nil {
err = comm.NewNotFoundConfErr("hero", hero_exp, hid)
return return
} }
} }
return
} }
err = comm.NewNotFoundConfErr("hero", hero_exp, hid) err = comm.NewNotFoundConfErr(moduleName, hero_exp, hid)
return return
} }
@ -204,13 +203,12 @@ func (this *configureComp) GetHeroConfig(heroCfgId string) (conf *cfg.GameHeroDa
) )
if v, err = this.GetConfigure(new_hero); err == nil { if v, err = this.GetConfigure(new_hero); err == nil {
if configure, ok := v.(*cfg.GameHero); ok { if configure, ok := v.(*cfg.GameHero); ok {
if conf, ok = configure.GetDataMap()[heroCfgId]; !ok { if conf, ok = configure.GetDataMap()[heroCfgId]; ok {
err = comm.NewNotFoundConfErr("hero", new_hero, heroCfgId) return
} }
return
} }
} }
err = comm.NewNotFoundConfErr("hero", new_hero, heroCfgId) err = comm.NewNotFoundConfErr(moduleName, new_hero, heroCfgId)
return return
} }
@ -259,13 +257,12 @@ func (this *configureComp) GetHeroSkillUpConfig(skillid int32) (data *cfg.GameHe
if v, err = this.GetConfigure(hero_skillup); err == nil { if v, err = this.GetConfigure(hero_skillup); err == nil {
if conf, ok := v.(*cfg.GameHeroSkillLevel); ok { if conf, ok := v.(*cfg.GameHeroSkillLevel); ok {
if data = conf.Get(skillid); data == nil { if data = conf.Get(skillid); data != nil {
err = comm.NewNotFoundConfErr("hero", hero_skillup, skillid) return
} }
return
} }
} }
err = comm.NewNotFoundConfErr("hero", hero_skillup, skillid) err = comm.NewNotFoundConfErr(moduleName, hero_skillup, skillid)
return return
} }
@ -292,13 +289,12 @@ func (this *configureComp) GetHeroFucionConfig(cid string) (data *cfg.GameHerofu
) )
if v, err = this.GetConfigure(hero_fusion); err == nil { if v, err = this.GetConfigure(hero_fusion); err == nil {
if configure, ok := v.(*cfg.GameHerofusion); ok { if configure, ok := v.(*cfg.GameHerofusion); ok {
if data = configure.Get(cid); data == nil { if data = configure.Get(cid); data != nil {
err = comm.NewNotFoundConfErr("hero", hero_fusion, cid) return
} }
return
} }
} }
err = comm.NewNotFoundConfErr("hero", hero_fusion, cid) err = comm.NewNotFoundConfErr(moduleName, hero_fusion, cid)
return return
} }
@ -308,13 +304,12 @@ func (this *configureComp) GetHeroTalent(id int32) (data *cfg.GameHeroTalentData
) )
if v, err = this.GetConfigure(hero_talent); err == nil { if v, err = this.GetConfigure(hero_talent); err == nil {
if configure, ok := v.(*cfg.GameHeroTalent); ok { if configure, ok := v.(*cfg.GameHeroTalent); ok {
if data = configure.Get(id); data == nil { if data = configure.Get(id); data != nil {
err = comm.NewNotFoundConfErr("hero", hero_talent, id) return
} }
return
} }
} }
err = comm.NewNotFoundConfErr("hero", hero_talent, id) err = comm.NewNotFoundConfErr(moduleName, hero_talent, id)
return return
} }
@ -353,11 +348,7 @@ func (this *configureComp) GetShopItemsConfigureByGroups(groupid int32, user *pb
v interface{} v interface{}
table *cfg.GameShopitem table *cfg.GameShopitem
) )
if v, err = this.GetConfigure(game_shopitem); err != nil { if v, err = this.GetConfigure(game_shopitem); err == nil {
this.module.Errorf("err:%v", err)
err = comm.NewNotFoundConfErr("hero", game_shopitem, groupid)
return
} else {
table = v.(*cfg.GameShopitem) table = v.(*cfg.GameShopitem)
for _, v := range table.GetDataMap() { for _, v := range table.GetDataMap() {
if v.Id == groupid && if v.Id == groupid &&
@ -369,6 +360,7 @@ func (this *configureComp) GetShopItemsConfigureByGroups(groupid int32, user *pb
} }
} }
} }
err = comm.NewNotFoundConfErr(moduleName, game_shopitem, groupid)
return return
} }
@ -414,7 +406,6 @@ func (this *configureComp) GetHeroMaxLv(star int32) int32 {
func (this *configureComp) GetHeroTalentMaxLv(heroid string) (maxlv int32) { func (this *configureComp) GetHeroTalentMaxLv(heroid string) (maxlv int32) {
if v, err := this.GetConfigure(hero_talentbox); err == nil { if v, err := this.GetConfigure(hero_talentbox); err == nil {
if configure, ok := v.(*cfg.GameTalentBox); ok { if configure, ok := v.(*cfg.GameTalentBox); ok {
return int32(len(configure.GetDataList())) return int32(len(configure.GetDataList()))
} }
} }

View File

@ -12,6 +12,8 @@ import (
"sync" "sync"
) )
var moduleName = "library"
const ( const (
// game_libraryhero = "game_libraryhero.json" // 英雄对应的羁绊id信息 // game_libraryhero = "game_libraryhero.json" // 英雄对应的羁绊id信息
// game_libraryfetter = "game_libraryfetter.json" // 羁绊信息表 // game_libraryfetter = "game_libraryfetter.json" // 羁绊信息表
@ -70,7 +72,7 @@ func (this *configureComp) GetFavorability(hid string, lv int32) (conf *cfg.Game
) )
if conf, ok = this.favorability[hid+"-"+strconv.Itoa(int(lv))]; !ok { if conf, ok = this.favorability[hid+"-"+strconv.Itoa(int(lv))]; !ok {
par = fmt.Errorf("hid:%s,lv:%d", hid, lv) par = fmt.Errorf("hid:%s,lv:%d", hid, lv)
err = comm.NewNotFoundConfErr("hero", game_favorability, par) err = comm.NewNotFoundConfErr(moduleName, game_favorability, par)
} }
return return
} }
@ -105,7 +107,7 @@ func (this *configureComp) GetFriendData(id int32, lv int32) (conf []*cfg.GameFr
) )
if conf, ok = this.friend[int64(id)<<8+int64(lv)]; !ok { if conf, ok = this.friend[int64(id)<<8+int64(lv)]; !ok {
par = fmt.Errorf("hid:%d,lv:%d", id, lv) par = fmt.Errorf("hid:%d,lv:%d", id, lv)
err = comm.NewNotFoundConfErr("hero", game_friends, par) err = comm.NewNotFoundConfErr(moduleName, game_friends, par)
} }
return return
} }
@ -137,7 +139,7 @@ func (this *configureComp) GetFavorabilityExp(hid string) (conf []int32, err err
ok bool ok bool
) )
if conf, ok = this.favorLvExp[hid]; !ok { if conf, ok = this.favorLvExp[hid]; !ok {
err = comm.NewNotFoundConfErr("hero", game_favorability, hid) err = comm.NewNotFoundConfErr(moduleName, game_favorability, hid)
} }
return return
} }

View File

@ -22,6 +22,7 @@ type GameBuriedCondiData struct {
NPC int32 NPC int32
Value int32 Value int32
Filter []int32 Filter []int32
Filter2 []string
} }
const TypeId_GameBuriedCondiData = 1792922092 const TypeId_GameBuriedCondiData = 1792922092
@ -68,6 +69,20 @@ func (_v *GameBuriedCondiData)Deserialize(_buf map[string]interface{}) (err erro
} }
} }
{
var _arr_ []interface{}
var _ok_ bool
if _arr_, _ok_ = _buf["filter2"].([]interface{}); !_ok_ { err = errors.New("filter2 error"); return }
_v.Filter2 = make([]string, 0, len(_arr_))
for _, _e_ := range _arr_ {
var _list_v_ string
{ if _list_v_, _ok_ = _e_.(string); !_ok_ { err = errors.New("_list_v_ error"); return } }
_v.Filter2 = append(_v.Filter2, _list_v_)
}
}
return return
} }

View File

@ -29,6 +29,10 @@ type GameCaravanCityData struct {
Exspecialnum int32 Exspecialnum int32
Orspecial int32 Orspecial int32
Checktime int32 Checktime int32
Extalk int32
Ortalk int32
Sptalk int32
Buytalk int32
Cityeventpro int32 Cityeventpro int32
Cityevent []int32 Cityevent []int32
} }
@ -123,6 +127,10 @@ func (_v *GameCaravanCityData)Deserialize(_buf map[string]interface{}) (err erro
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["exspecialnum"].(float64); !_ok_ { err = errors.New("exspecialnum error"); return }; _v.Exspecialnum = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["exspecialnum"].(float64); !_ok_ { err = errors.New("exspecialnum error"); return }; _v.Exspecialnum = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["Orspecial"].(float64); !_ok_ { err = errors.New("Orspecial error"); return }; _v.Orspecial = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["Orspecial"].(float64); !_ok_ { err = errors.New("Orspecial error"); return }; _v.Orspecial = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["checktime"].(float64); !_ok_ { err = errors.New("checktime error"); return }; _v.Checktime = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["checktime"].(float64); !_ok_ { err = errors.New("checktime error"); return }; _v.Checktime = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["extalk"].(float64); !_ok_ { err = errors.New("extalk error"); return }; _v.Extalk = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["ortalk"].(float64); !_ok_ { err = errors.New("ortalk error"); return }; _v.Ortalk = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["sptalk"].(float64); !_ok_ { err = errors.New("sptalk error"); return }; _v.Sptalk = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["buytalk"].(float64); !_ok_ { err = errors.New("buytalk error"); return }; _v.Buytalk = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["cityeventpro"].(float64); !_ok_ { err = errors.New("cityeventpro error"); return }; _v.Cityeventpro = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["cityeventpro"].(float64); !_ok_ { err = errors.New("cityeventpro error"); return }; _v.Cityeventpro = int32(_tempNum_) }
{ {
var _arr_ []interface{} var _arr_ []interface{}

View File

@ -18,7 +18,7 @@ type GameNavigationData struct {
Functionname string Functionname string
NpcName []string NpcName []string
Functionicon string Functionicon string
Mainscreen string JumpId int32
} }
const TypeId_GameNavigationData = -800652966 const TypeId_GameNavigationData = -800652966
@ -48,7 +48,7 @@ func (_v *GameNavigationData)Deserialize(_buf map[string]interface{}) (err error
} }
{ var _ok_ bool; if _v.Functionicon, _ok_ = _buf["functionicon"].(string); !_ok_ { err = errors.New("functionicon error"); return } } { var _ok_ bool; if _v.Functionicon, _ok_ = _buf["functionicon"].(string); !_ok_ { err = errors.New("functionicon error"); return } }
{ var _ok_ bool; if _v.Mainscreen, _ok_ = _buf["mainscreen"].(string); !_ok_ { err = errors.New("mainscreen error"); return } } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["jumpId"].(float64); !_ok_ { err = errors.New("jumpId error"); return }; _v.JumpId = int32(_tempNum_) }
return return
} }

View File

@ -27,7 +27,6 @@ type Tables struct {
Equip *GameEquip Equip *GameEquip
EquipAttrlibraryS *GameEquipAttrlibraryS EquipAttrlibraryS *GameEquipAttrlibraryS
EquipSuit *GameEquipSuit EquipSuit *GameEquipSuit
EquipColor *GameEquipColor
EquipIntensify *GameEquipIntensify EquipIntensify *GameEquipIntensify
EquipSCompose *GameEquipSCompose EquipSCompose *GameEquipSCompose
EquipAttribute *GameEquipAttribute EquipAttribute *GameEquipAttribute
@ -79,7 +78,6 @@ type Tables struct {
HeroConvertdata *GameHeroConvertdata HeroConvertdata *GameHeroConvertdata
LinestoryTimeLine *GameLinestoryTimeLine LinestoryTimeLine *GameLinestoryTimeLine
LinestoryMainTask *GameLinestoryMainTask LinestoryMainTask *GameLinestoryMainTask
Herofusion *GameHerofusion
PlayerInfor *GamePlayerInfor PlayerInfor *GamePlayerInfor
PlayerInfor_overview *GamePlayerInfor_overview PlayerInfor_overview *GamePlayerInfor_overview
ArenaActiveReward *GameArenaActiveReward ArenaActiveReward *GameArenaActiveReward
@ -289,12 +287,6 @@ func NewTables(loader JsonLoader) (*Tables, error) {
if tables.EquipSuit, err = NewGameEquipSuit(buf) ; err != nil { if tables.EquipSuit, err = NewGameEquipSuit(buf) ; err != nil {
return nil, err return nil, err
} }
if buf, err = loader("game_equipcolor") ; err != nil {
return nil, err
}
if tables.EquipColor, err = NewGameEquipColor(buf) ; err != nil {
return nil, err
}
if buf, err = loader("game_equipintensify") ; err != nil { if buf, err = loader("game_equipintensify") ; err != nil {
return nil, err return nil, err
} }
@ -601,12 +593,6 @@ func NewTables(loader JsonLoader) (*Tables, error) {
if tables.LinestoryMainTask, err = NewGameLinestoryMainTask(buf) ; err != nil { if tables.LinestoryMainTask, err = NewGameLinestoryMainTask(buf) ; err != nil {
return nil, err return nil, err
} }
if buf, err = loader("game_herofusion") ; err != nil {
return nil, err
}
if tables.Herofusion, err = NewGameHerofusion(buf) ; err != nil {
return nil, err
}
if buf, err = loader("game_playerinfor") ; err != nil { if buf, err = loader("game_playerinfor") ; err != nil {
return nil, err return nil, err
} }

View File

@ -18,7 +18,6 @@ type GameEquipData struct {
Suittype int32 Suittype int32
Suitintr string Suitintr string
Pos int32 Pos int32
Star int32
Color int32 Color int32
Effects string Effects string
Leadlibrary int32 Leadlibrary int32
@ -46,7 +45,6 @@ func (_v *GameEquipData)Deserialize(_buf map[string]interface{}) (err error) {
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["suittype"].(float64); !_ok_ { err = errors.New("suittype error"); return }; _v.Suittype = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["suittype"].(float64); !_ok_ { err = errors.New("suittype error"); return }; _v.Suittype = int32(_tempNum_) }
{var _ok_ bool; var __json_text__ map[string]interface{}; if __json_text__, _ok_ = _buf["suitintr"].(map[string]interface{}) ; !_ok_ { err = errors.New("_v.Suitintr error"); return }; { var _ok_ bool; if _, _ok_ = __json_text__["key"].(string); !_ok_ { err = errors.New("key error"); return } }; { var _ok_ bool; if _v.Suitintr, _ok_ = __json_text__["text"].(string); !_ok_ { err = errors.New("text error"); return } } } {var _ok_ bool; var __json_text__ map[string]interface{}; if __json_text__, _ok_ = _buf["suitintr"].(map[string]interface{}) ; !_ok_ { err = errors.New("_v.Suitintr error"); return }; { var _ok_ bool; if _, _ok_ = __json_text__["key"].(string); !_ok_ { err = errors.New("key error"); return } }; { var _ok_ bool; if _v.Suitintr, _ok_ = __json_text__["text"].(string); !_ok_ { err = errors.New("text error"); return } } }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["pos"].(float64); !_ok_ { err = errors.New("pos error"); return }; _v.Pos = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["pos"].(float64); !_ok_ { err = errors.New("pos error"); return }; _v.Pos = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["star"].(float64); !_ok_ { err = errors.New("star error"); return }; _v.Star = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["color"].(float64); !_ok_ { err = errors.New("color error"); return }; _v.Color = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["color"].(float64); !_ok_ { err = errors.New("color error"); return }; _v.Color = int32(_tempNum_) }
{ var _ok_ bool; if _v.Effects, _ok_ = _buf["Effects"].(string); !_ok_ { err = errors.New("Effects error"); return } } { var _ok_ bool; if _v.Effects, _ok_ = _buf["Effects"].(string); !_ok_ { err = errors.New("Effects error"); return } }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["leadlibrary"].(float64); !_ok_ { err = errors.New("leadlibrary error"); return }; _v.Leadlibrary = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["leadlibrary"].(float64); !_ok_ { err = errors.New("leadlibrary error"); return }; _v.Leadlibrary = int32(_tempNum_) }