同步代码

This commit is contained in:
meixiongfeng 2022-12-21 19:42:35 +08:00
parent 441c7353c4
commit 796b23899e
26 changed files with 1772 additions and 446 deletions

4
.gitignore vendored
View File

@ -28,4 +28,8 @@ cmd/v2/my.db
.idea/ .idea/
bin/cross.json bin/cross.json
bin/gm.json bin/gm.json
bin/cmd
bin/mainte
bin/gateway
bin/worker
deployment/ deployment/

View File

@ -3,12 +3,6 @@
"id": 10001, "id": 10001,
"scene": "LevelDemo_Fcamer_1_1", "scene": "LevelDemo_Fcamer_1_1",
"levelname": "Look For Blast Air", "levelname": "Look For Blast Air",
"formatList": [],
"droplist": [
10001,
10002,
10003
],
"passformatList": [], "passformatList": [],
"passdroplist": [ "passdroplist": [
10001, 10001,
@ -29,14 +23,6 @@
"id": 10002, "id": 10002,
"scene": "LevelDemo_Fcamer_1_2", "scene": "LevelDemo_Fcamer_1_2",
"levelname": "Rescue Grug", "levelname": "Rescue Grug",
"formatList": [
101011,
101021
],
"droplist": [
10301,
10302
],
"passformatList": [], "passformatList": [],
"passdroplist": [ "passdroplist": [
10301, 10301,
@ -56,12 +42,6 @@
"id": 10003, "id": 10003,
"scene": "LevelDemo_Fcamer_1_3", "scene": "LevelDemo_Fcamer_1_3",
"levelname": "Repair Broken Books", "levelname": "Repair Broken Books",
"formatList": [],
"droplist": [
10101,
10102,
10103
],
"passformatList": [], "passformatList": [],
"passdroplist": [ "passdroplist": [
10101, 10101,
@ -82,15 +62,6 @@
"id": 10004, "id": 10004,
"scene": "LevelDemo_Fcamer_1_4", "scene": "LevelDemo_Fcamer_1_4",
"levelname": "Restart The Windmill", "levelname": "Restart The Windmill",
"formatList": [
101011,
101021
],
"droplist": [
10401,
10402,
10403
],
"passformatList": [], "passformatList": [],
"passdroplist": [ "passdroplist": [
10401, 10401,
@ -111,12 +82,6 @@
"id": 10005, "id": 10005,
"scene": "LevelDemo_Fcamer_1_5", "scene": "LevelDemo_Fcamer_1_5",
"levelname": "Tame The Rampage Flock", "levelname": "Tame The Rampage Flock",
"formatList": [
101011,
101012,
101013
],
"droplist": [],
"passformatList": [ "passformatList": [
101011, 101011,
101012, 101012,
@ -137,12 +102,6 @@
"id": 10006, "id": 10006,
"scene": "LevelDemo_Fcamer_1_6", "scene": "LevelDemo_Fcamer_1_6",
"levelname": "Against Eret", "levelname": "Against Eret",
"formatList": [
101011,
101012,
101013
],
"droplist": [],
"passformatList": [ "passformatList": [
101013 101013
], ],
@ -161,12 +120,6 @@
"id": 10007, "id": 10007,
"scene": "LevelDemo_Fcamer_1_7", "scene": "LevelDemo_Fcamer_1_7",
"levelname": "Repress Eret", "levelname": "Repress Eret",
"formatList": [
101011,
101012,
101013
],
"droplist": [],
"passformatList": [ "passformatList": [
101011, 101011,
101012, 101012,
@ -187,14 +140,6 @@
"id": 10008, "id": 10008,
"scene": "LevelDemo_Fcamer_1_8", "scene": "LevelDemo_Fcamer_1_8",
"levelname": "Moon Hill", "levelname": "Moon Hill",
"formatList": [
101011,
101021
],
"droplist": [
10301,
10302
],
"passformatList": [], "passformatList": [],
"passdroplist": [ "passdroplist": [
10301, 10301,
@ -214,14 +159,6 @@
"id": 10009, "id": 10009,
"scene": "LevelDemo_Fcamer_1_9", "scene": "LevelDemo_Fcamer_1_9",
"levelname": "Moon Hill", "levelname": "Moon Hill",
"formatList": [
101011,
101021
],
"droplist": [
10301,
10302
],
"passformatList": [], "passformatList": [],
"passdroplist": [ "passdroplist": [
10301, 10301,
@ -241,14 +178,6 @@
"id": 10010, "id": 10010,
"scene": "LevelDemo_Fcamer_1_10", "scene": "LevelDemo_Fcamer_1_10",
"levelname": "Moon Hill", "levelname": "Moon Hill",
"formatList": [
101011,
101021
],
"droplist": [
10301,
10302
],
"passformatList": [], "passformatList": [],
"passdroplist": [ "passdroplist": [
10301, 10301,

View File

@ -153,6 +153,7 @@
"viking_num": 10, "viking_num": 10,
"viking_reset": 1, "viking_reset": 1,
"kungfu_time": 30, "kungfu_time": 30,
"kungfu_InitialPracticeStake": 2,
"dreamland_fightnum": 30, "dreamland_fightnum": 30,
"dreamland_recovery": 60, "dreamland_recovery": 60,
"dreamland_cos": { "dreamland_cos": {
@ -335,6 +336,8 @@
"First_plot2" "First_plot2"
], ],
"VIP_DaysSent": 7, "VIP_DaysSent": 7,
"MonthlyCard_DaysSent": 30 "MonthlyCard_DaysSent": 30,
"opennewguide": 1,
"library_StoryUnlocking": 3
} }
] ]

View File

@ -50,14 +50,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 1 "n": 1
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 1 "n": 1
} }
], ],
@ -119,14 +119,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 2 "n": 2
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 2 "n": 2
} }
], ],
@ -188,14 +188,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 3 "n": 3
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 3 "n": 3
} }
], ],
@ -257,14 +257,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 4 "n": 4
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 4 "n": 4
} }
], ],
@ -326,14 +326,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 5 "n": 5
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 5 "n": 5
} }
], ],
@ -395,14 +395,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 6 "n": 6
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 6 "n": 6
} }
], ],
@ -464,14 +464,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 7 "n": 7
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 7 "n": 7
} }
], ],
@ -533,14 +533,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 8 "n": 8
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 8 "n": 8
} }
], ],
@ -602,14 +602,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 1 "n": 1
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 1 "n": 1
} }
], ],
@ -671,14 +671,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 2 "n": 2
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 2 "n": 2
} }
], ],
@ -740,14 +740,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 3 "n": 3
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 3 "n": 3
} }
], ],
@ -809,14 +809,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 4 "n": 4
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 4 "n": 4
} }
], ],
@ -878,14 +878,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 5 "n": 5
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 5 "n": 5
} }
], ],
@ -947,14 +947,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 6 "n": 6
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 6 "n": 6
} }
], ],
@ -1016,14 +1016,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 7 "n": 7
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 7 "n": 7
} }
], ],
@ -1085,14 +1085,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 8 "n": 8
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 8 "n": 8
} }
], ],
@ -1154,14 +1154,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 1 "n": 1
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 1 "n": 1
} }
], ],
@ -1223,14 +1223,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 2 "n": 2
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 2 "n": 2
} }
], ],
@ -1292,14 +1292,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 3 "n": 3
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 3 "n": 3
} }
], ],
@ -1361,14 +1361,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 4 "n": 4
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 4 "n": 4
} }
], ],
@ -1430,14 +1430,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 5 "n": 5
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 5 "n": 5
} }
], ],
@ -1499,14 +1499,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 6 "n": 6
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 6 "n": 6
} }
], ],
@ -1568,14 +1568,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 7 "n": 7
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 7 "n": 7
} }
], ],
@ -1637,14 +1637,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 8 "n": 8
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 8 "n": 8
} }
], ],
@ -1706,14 +1706,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 1 "n": 1
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 1 "n": 1
} }
], ],
@ -1775,14 +1775,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 2 "n": 2
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 2 "n": 2
} }
], ],
@ -1844,14 +1844,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 3 "n": 3
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 3 "n": 3
} }
], ],
@ -1913,14 +1913,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 4 "n": 4
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 4 "n": 4
} }
], ],
@ -1982,14 +1982,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 5 "n": 5
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 5 "n": 5
} }
], ],
@ -2051,14 +2051,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 6 "n": 6
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 6 "n": 6
} }
], ],
@ -2120,14 +2120,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 7 "n": 7
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 7 "n": 7
} }
], ],
@ -2189,14 +2189,14 @@
"delicious_consume": [ "delicious_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110001",
"n": 8 "n": 8
} }
], ],
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 8 "n": 8
} }
], ],
@ -2243,7 +2243,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 1 "n": 1
} }
], ],
@ -2290,7 +2290,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 2 "n": 2
} }
], ],
@ -2337,7 +2337,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 3 "n": 3
} }
], ],
@ -2384,7 +2384,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 4 "n": 4
} }
], ],
@ -2431,7 +2431,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 5 "n": 5
} }
], ],
@ -2478,7 +2478,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 6 "n": 6
} }
], ],
@ -2525,7 +2525,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 7 "n": 7
} }
], ],
@ -2572,7 +2572,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 8 "n": 8
} }
], ],
@ -2619,7 +2619,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 9 "n": 9
} }
], ],
@ -2666,7 +2666,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 10 "n": 10
} }
], ],
@ -2713,7 +2713,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 11 "n": 11
} }
], ],
@ -2760,7 +2760,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 12 "n": 12
} }
], ],
@ -2807,7 +2807,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 13 "n": 13
} }
], ],
@ -2854,7 +2854,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 14 "n": 14
} }
], ],
@ -2901,7 +2901,7 @@
"skill_consume": [ "skill_consume": [
{ {
"a": "item", "a": "item",
"t": "10002", "t": "110002",
"n": 15 "n": 15
} }
], ],

View File

@ -6422,7 +6422,7 @@
{ {
"hid": "11021", "hid": "11021",
"name": { "name": {
"key": "hero_55007", "key": "hero_55008",
"text": "莫甘娜巨怪" "text": "莫甘娜巨怪"
}, },
"star": 5, "star": 5,
@ -6452,10 +6452,10 @@
"y": 0, "y": 0,
"z": 0 "z": 0
}, },
"skill": 111021011, "skill": 155006011,
"skill1": 111021111, "skill1": 155006111,
"skill2": 111021211, "skill2": 155006211,
"skill3": 111021311, "skill3": 155006311,
"txt": { "txt": {
"key": "atlas_11021", "key": "atlas_11021",
"text": "" "text": ""

View File

@ -1588,5 +1588,20 @@
"atkgrow": 1300, "atkgrow": 1300,
"defgrow": 1250, "defgrow": 1250,
"speedgrow": 0 "speedgrow": 0
},
{
"id": "11021",
"hp": 0,
"atk": 0,
"def": 0,
"speed": 170,
"cri": 50,
"cridam": 1500,
"effhit": 0,
"effre": 200,
"hpgrow": 1900,
"atkgrow": 1700,
"defgrow": 1700,
"speedgrow": 0
} }
] ]

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,14 @@
[ [
{ {
"histroy": "150041", "histroy": "140021",
"name": "故事一", "name": {
"txt": "library_story150041", "key": "library_name140021",
"text": "得意弟子"
},
"txt": {
"key": "library_story140021",
"text": "小雪豹一出生就被扔到了翡翠宫门前,没有人知道他的父母是谁。浣熊师傅捡到小雪豹后,便把他当成亲生儿子一般抚养,取名“大龙”。<br>大龙身体里像是天生具有顽劣因子,喜欢到处搞破坏,焚烧房屋、打架……浣熊师傅拿他没办法,只好把他关到练功房闭门思过。然而大龙并没有悔过,情绪越发暴躁,练功房内时常传出捶打东西的声音。有一天,这些声音突然消失了……惴惴不安地打开大门,结果,大龙身姿矫健地立在他面前,而练功房里的器具因为长久的练习被磨得十分光滑。“大龙竟然有如此的武学天赋!”从此,师傅带着大龙练习功夫,大龙也不负师傅所望,练就千卷功夫书,成为了师傅最得意的弟子。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -12,9 +18,15 @@
] ]
}, },
{ {
"histroy": "150042", "histroy": "140022",
"name": "故事二", "name": {
"txt": "library_story150042", "key": "library_name140022",
"text": "长岗越狱"
},
"txt": {
"key": "library_story140022",
"text": "功夫武学上已无对手的大龙,骄傲地认为神龙秘笈就是自己的囊中之物。然而乌龟大师却看出大龙内心的阴暗面,拒绝授予其神龙秘笈。大龙无法接受,狂性大发。关键时刻大龙被乌龟大师降服,囚禁于长岗监狱。<br> 时光荏苒,一晃二十年过去了。乌龟大师勘破天机,预言大龙将重返和平谷,浣熊师傅急忙派大鹅信使飞往监狱,通知加强看守。大龙在地下深处被重重铁链锁住,监狱里几千人看守他一人,机关重重,根本没有逃出生天的可能。然而大鹅信使身上飘落了一根羽毛,碰巧落到地下深处的大龙身旁。大龙眼中闪现出精光,悄悄利用这根羽毛打开了层层枷锁,不费吹灰之力便打败了监狱看守,冲出监狱,渐渐逼近和平谷。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -24,9 +36,15 @@
] ]
}, },
{ {
"histroy": "150043", "histroy": "140023",
"name": "故事三", "name": {
"txt": "library_story150043", "key": "library_name140023",
"text": "最终败北"
},
"txt": {
"key": "library_story140023",
"text": "复仇心切的大龙回到翡翠宫,熟悉的环境让他心生感叹:“我回家了!”师傅却皱眉告诉他这儿不是他的家。看着师傅如今严肃的面容,大龙不禁埋怨起当初乌龟大师拒绝将神龙秘笈交给他时,师傅没有替他做主。打斗之中,师傅因不忍下手而落入下风,倒在地上,大龙情绪激动地吼道:“我做的一切都是为了让你自豪!告诉我你有多自豪,师傅!告诉我!告诉我!”师傅眼中充满了痛苦和愧疚,“从一开始你就是我的骄傲,就因为这样,我的宠爱让你走上了歧途,我很抱歉。”大龙眼中闪过一抹挣扎,马上变为凌厉,一把扼住师傅的脖子,师傅奄奄一息……千钧一发之际,神龙大侠出现了,使出无须铁指扣打败了大龙,大龙最终也没有明白功夫的真谛在于相信自己。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -37,8 +55,14 @@
}, },
{ {
"histroy": "250011", "histroy": "250011",
"name": "故事一", "name": {
"txt": "library_story250011", "key": "library_name250011",
"text": "童年经历"
},
"txt": {
"key": "library_story250011",
"text": "阿宝童年的时候,生活在熊猫村。年幼的阿宝惹人喜爱,憨态可掬,是李山夫妇的掌上明珠。<br>他本该无忧无虑地长大,不料某一日,年轻气盛的沈王爷听信了“熊猫将会打败自己”的传言,率领大军前来围攻熊猫村。<br>村口炮火声连天,阿宝妈妈急匆匆地跑回来,将阿宝放进一个萝卜筐里,眼含热泪摸了摸阿宝的头。而年幼的阿宝并不知道发生了什么,仍旧天真无邪地笑着,几口就将筐内的萝卜啃个精光。<br>蔬菜车一路运送到山下的面馆,年轻的平先生来到后院搬运蔬菜,一眼就看到了趴在筐里的阿宝。<br>那一刻的阿宝击中了平先生内心中最柔软的部分,从此,他便收养了阿宝。阿宝跟随平先生在面馆长大,日子一天天平静地过了下去,直到山顶武馆选拔“神龙大侠”的那天。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -49,8 +73,14 @@
}, },
{ {
"histroy": "250012", "histroy": "250012",
"name": "故事二", "name": {
"txt": "library_story250012", "key": "library_name250012",
"text": "打败太郎"
},
"txt": {
"key": "library_story250012",
"text": "为了抵御太郎的威胁,乌龟大师选定阿宝来做神龙大侠。起初,浣熊师父与盖世五侠颇为不解,因为阿宝膘肥体壮,又完全没学过功夫,怎么看都不像是这块料。然而,在乌龟的鼓励下,阿宝跟随浣熊师傅勤学苦练,终于初见成效。<br>浣熊师傅在收到太郎越狱的消息后,马上带着阿宝去取神龙秘笈。可是,当阿宝满怀希望地翻开神龙秘笈的时候,竟发现里面什么都没有。<br>平先生看出了阿宝的沮丧,为了安慰儿子,便告诉了他一个秘密。“我的拿手汤其实并没有秘密配方,重要之处在于,你要相信它是特别的。”<br>这句话启发了阿宝,他前去迎战太郎,在最后时刻,无师自通地领悟了“无须铁指”——打败太郎以后,山谷再度恢复了平静;而阿宝,也成为了真正的神龙大侠。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -61,8 +91,14 @@
}, },
{ {
"histroy": "250013", "histroy": "250013",
"name": "故事三", "name": {
"txt": "library_story250013", "key": "library_name250013",
"text": "功夫传承"
},
"txt": {
"key": "library_story250013",
"text": "阿宝当上神龙大侠没多久,浣熊师傅就让他来教盖世五侠功夫。可是由于阿宝没有教学经验,整个课堂一时间鸡飞狗跳。<br>阿宝沮丧地回到家,却意外在面馆遇见了一个和他长得一模一样的熊猫——那竟是他失散多年的父亲李山。<br>父子俩为这迟来的相逢感动得热泪盈眶,李山带阿宝回到熊猫村,那里有许许多多和他一样的亲人同类。与此同时,悍娇虎带回消息,灵界的天煞为非作歹,抓走了许多功夫高手。关键时刻,阿宝想到神龙秘笈中的含义:他让熊猫们充分发挥自己的长处,培养出一支独一无二的“熊猫军队”,成功击退了天煞。<br>经此一战,阿宝也从此前毫无经验的“师傅”,变成了真正功夫传承者。从此以后,每当路过武馆,都能看到阿宝认真教授功夫的身影呢。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -73,8 +109,14 @@
}, },
{ {
"histroy": "350011", "histroy": "350011",
"name": "故事一", "name": {
"txt": "library_story350011", "key": "library_name350011",
"text": "师者的摸索"
},
"txt": {
"key": "library_story350011",
"text": "浣熊师傅12岁时被乌龟大师收养经过多年潜心修炼成为翡翠宫现任掌门。或许是因为身世的原因浣熊师傅第一眼看到被遗弃在翡翠宫外的大龙就决定收养他甚至当儿子一样抚养。无论大龙多么顽皮师傅都不忍重罚还将毕生武学传授给大龙。<br>浣熊师傅认为大龙是神龙大侠的不二人选,然而乌龟大师却不赞同。师傅内心挣扎,张了张嘴,但想到乌龟大师从不会出错,最终还是一句话都没说。大龙怀恨在心,血洗和平谷,师傅出手阻止,正要下狠手时脑海中浮现出幼年大龙面带灿烂笑容奔向自己的温馨画面,心里一软,关键时刻乌龟大师制服了大龙。看着满目疮痍的和平谷,师傅痛苦地摇着头,喃喃自语:“我错了吗?”"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -85,8 +127,14 @@
}, },
{ {
"histroy": "350012", "histroy": "350012",
"name": "故事二", "name": {
"txt": "library_story350012", "key": "library_name350012",
"text": "师者的成长"
},
"txt": {
"key": "library_story350012",
"text": "因为大龙事件,浣熊师傅后来对盖世五侠几个徒弟要求便格外严格,威严冷漠,在阿宝被选上神龙大侠时更是极力否认,他等着阿宝受不了苦主动离开。乌龟大师羽化登仙前郑重地告诫师傅要相信阿宝,于是师傅带着怀疑的目光开始审视阿宝,偶然发现阿宝的习武天赋源自于对食物的热爱,于是便用包子馒头零食来诱导阿宝练功,一来一往中,这个最瞧不上的徒儿却让师父重新展露出笑容。<br>然而逃出监狱的大龙,再次揭开了浣熊师傅内心的伤疤。决战之时,师傅愧疚地对大龙说道:“我很抱歉,我的宠爱让你走上了歧途。”大龙扼住师傅咽喉欲致其死地,阿宝及时赶到,击败了大龙。至此,浣熊师傅终于认可了阿宝神龙大侠的身份,他的心结解开了,内心也获得了平静。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -97,8 +145,14 @@
}, },
{ {
"histroy": "350013", "histroy": "350013",
"name": "故事三", "name": {
"txt": "library_story350013", "key": "library_name350013",
"text": "亦师亦友的默契"
},
"txt": {
"key": "library_story350013",
"text": "沈王爷将阿宝打得遍体鳞伤时,师傅传授的“静下心来,一切皆有可能”,帮助阿宝顿悟了太极。阿宝教授他人功夫时接连失败,师傅的“让你变成自己”的心决,让阿宝领悟了教授要义。看到阿宝的进步,师傅心中充满了骄傲与自豪。然而,天煞的出现,让师徒两人皆陷入困境……后来阿宝打败天煞回到凡界,师傅看到阿宝手中的太极禅杖,明白阿宝已经无师自通地学会了气功,他罕见地露出羡慕嫉妒的神情,抬起头,耸起肩,渴望地看着阿宝,“你可以教我吗?”两人相视一笑。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -108,9 +162,15 @@
] ]
}, },
{ {
"histroy": "350021", "histroy": "140051",
"name": "故事一", "name": {
"txt": "library_story350021", "key": "library_name140051",
"text": "扫地僧灵鹤"
},
"txt": {
"key": "library_story140051",
"text": "二十年前,灵鹤还只是大力武馆的一个清洁工,但他对武术心驰神往。朋友美玲看出了他的心思,鼓励他参加武馆新一届的学徒选拔赛。<br> 选拔赛当天,看到选手一个个被担架抬下来,灵鹤害怕地吞了吞口水。围观者纷纷嘲笑灵鹤不自量力,有人直接丢给他一把扫帚,灵鹤开始泄气地打扫,却一不小心踏入比赛范围,触发了机关,一只巨大的流星锤向他呼啸而来。灵鹤呆住了,他抬头看向远处象征着胜利的红旗,回头看到美玲鼓励的眼神,瞬间浑身充满了自信和力量。他侧过身子躲过流星锤,辗转腾挪跃过旋转的钉桩,儒雅优美地飞到终点,一把拔起红旗。成功了!灵鹤终于成为武馆里名副其实的“扫地僧”。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -120,9 +180,15 @@
] ]
}, },
{ {
"histroy": "350022", "histroy": "140052",
"name": "故事二", "name": {
"txt": "library_story350022", "key": "library_name140052",
"text": "盖世五侠鹤大师"
},
"txt": {
"key": "library_story140052",
"text": "成为武馆学徒后,灵鹤仍然尽职尽责地打扫着卫生。一天,悍娇虎奉浣熊师傅之命来武馆寻找武士,看见了扫地的灵鹤,这不就是师傅在卷轴上写的“清洁工”吗?得知悍娇虎邀请他去翡翠宫共抗野猪,灵鹤幻想着能在翡翠宫跟着浣熊师傅学武,便欣然前往。<br>在与野猪对战中,悍娇虎一时不敌,被野猪一脚踹飞,灵鹤迅速飞起,精准地接住她,轻轻地放在地上。最终他与悍娇虎、俏小龙等人一起打败了野猪。灵鹤的表现赢得了师傅的认可:“你的双臂可以成为你的武器,你是悍娇虎盾一般最可靠的盟友。”就这样,灵鹤被师傅收留,成为盖世五侠之一,当之无愧的鹤大师。"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",
@ -132,9 +198,15 @@
] ]
}, },
{ {
"histroy": "350023", "histroy": "140053",
"name": "故事三", "name": {
"txt": "library_story350023", "key": "library_name140053",
"text": "善良冷静的伙伴"
},
"txt": {
"key": "library_story140053",
"text": "鹤大师进入翡翠宫修行后,最喜欢的就是书法,长久的练习造就了他冷静克制的性格。当阿宝被选为神龙大侠后,大家都对他进行吐槽和不认可,只有鹤大师始终保持沉默,静静地观察着这位意外的闯入者。就算阿宝冒冒失失地闯进他的房间,他也只是简短地说道,“你不属于这里”。<br> 而在阿宝低头呢喃,“我知道,只是我有一个梦想,关于功夫……”,看到阿宝很失落,鹤大师心生不忍,改口说:“我指的是这是我的房间。”<br> “寡言之人,也有温暖的心。”"
},
"prize": [ "prize": [
{ {
"a": "attr", "a": "attr",

View File

@ -158,5 +158,25 @@
"text": "系统" "text": "系统"
}, },
"duration": 720 "duration": 720
},
{
"id": "VipLvReward",
"title": {
"key": "MailTitle_VipLvReward",
"text": "商会等级奖励"
},
"recipient": {
"key": "MailRecipient_VipLvReward",
"text": "亲爱的{0}"
},
"content": {
"key": "MailContent_VipLvReward",
"text": "我们已根据您在商会的职位发放每日分红,请查收"
},
"sender": {
"key": "MailSender_VipLvReward",
"text": "商会管理员"
},
"duration": 720
} }
] ]

View File

@ -56,8 +56,8 @@
}, },
{ {
"a": "hero", "a": "hero",
"t": "43901", "t": "14007",
"n": 5 "n": 1
} }
], ],
"exp": 400, "exp": 400,
@ -91,7 +91,7 @@
"FormatList": [ "FormatList": [
101021 101021
], ],
"captainId": "440051", "captainId": "240025",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -100,9 +100,9 @@
"n": 2640 "n": 2640
}, },
{ {
"a": "hero", "a": "item",
"t": "44911", "t": "30001",
"n": 5 "n": 1
} }
], ],
"exp": 1040, "exp": 1040,
@ -144,7 +144,7 @@
}, },
{ {
"a": "hero", "a": "hero",
"t": "43902", "t": "43901",
"n": 5 "n": 5
} }
], ],
@ -224,7 +224,7 @@
"FormatList": [ "FormatList": [
101041 101041
], ],
"captainId": "440061", "captainId": "240025",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -313,7 +313,7 @@
101051, 101051,
101052 101052
], ],
"captainId": "140031", "captainId": "530013",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -359,7 +359,7 @@
101061, 101061,
101062 101062
], ],
"captainId": "", "captainId": "440053",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -405,7 +405,7 @@
101071, 101071,
101072 101072
], ],
"captainId": "350011", "captainId": "440063",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -483,7 +483,7 @@
101081, 101081,
101082 101082
], ],
"captainId": "250041", "captainId": "250013",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -529,7 +529,7 @@
101091, 101091,
101092 101092
], ],
"captainId": "250042", "captainId": "450033",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -664,7 +664,7 @@
102011, 102011,
102021 102021
], ],
"captainId": "340061", "captainId": "240023",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -710,7 +710,7 @@
102031, 102031,
102032 102032
], ],
"captainId": "440051", "captainId": "530013",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -846,7 +846,7 @@
102052, 102052,
102032 102032
], ],
"captainId": "350011", "captainId": "530013",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -924,7 +924,7 @@
102061, 102061,
102062 102062
], ],
"captainId": "340061", "captainId": "450033",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -970,7 +970,7 @@
102071, 102071,
102072 102072
], ],
"captainId": "350021", "captainId": "250043",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -1059,7 +1059,7 @@
102081, 102081,
102082 102082
], ],
"captainId": "350011", "captainId": "140033",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -1105,7 +1105,7 @@
102091, 102091,
102092 102092
], ],
"captainId": "440051", "captainId": "450033",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -1151,7 +1151,7 @@
102101, 102101,
102102 102102
], ],
"captainId": "250042", "captainId": "350014",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -1197,7 +1197,7 @@
103011, 103011,
103021 103021
], ],
"captainId": "240031", "captainId": "240023",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -1243,7 +1243,7 @@
103031, 103031,
103032 103032
], ],
"captainId": "250041", "captainId": "530013",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {
@ -1290,7 +1290,7 @@
101102, 101102,
101103 101103
], ],
"captainId": "350011", "captainId": "340064",
"battlescene": "bg_zhandoulmboss", "battlescene": "bg_zhandoulmboss",
"award": [ "award": [
{ {

View File

@ -6,7 +6,7 @@
"key": "vipname1", "key": "vipname1",
"text": "特邀会员" "text": "特邀会员"
}, },
"vip_lv_png": "icon_vip_dj00", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj00", "vip_lv_gift_png": "icon_vip_dj00",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -38,7 +38,7 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1 20101
] ]
}, },
{ {
@ -48,7 +48,7 @@
"key": "vipname2", "key": "vipname2",
"text": "高级会员" "text": "高级会员"
}, },
"vip_lv_png": "icon_vip_dj01", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj01", "vip_lv_gift_png": "icon_vip_dj01",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -80,8 +80,8 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20102,
2 20201
] ]
}, },
{ {
@ -91,7 +91,7 @@
"key": "vipname3", "key": "vipname3",
"text": "资深会员" "text": "资深会员"
}, },
"vip_lv_png": "icon_vip_dj02", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj02", "vip_lv_gift_png": "icon_vip_dj02",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -123,9 +123,8 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20103,
2, 20202
3
] ]
}, },
{ {
@ -135,7 +134,7 @@
"key": "vipname4", "key": "vipname4",
"text": "理事" "text": "理事"
}, },
"vip_lv_png": "icon_vip_dj03", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj03", "vip_lv_gift_png": "icon_vip_dj03",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -167,10 +166,9 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20104,
2, 20203,
3, 20701
4
] ]
}, },
{ {
@ -180,7 +178,7 @@
"key": "vipname5", "key": "vipname5",
"text": "高级理事" "text": "高级理事"
}, },
"vip_lv_png": "icon_vip_dj04", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj04", "vip_lv_gift_png": "icon_vip_dj04",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -212,10 +210,9 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20105,
2, 20204,
3, 20702
4
] ]
}, },
{ {
@ -225,7 +222,7 @@
"key": "vipname6", "key": "vipname6",
"text": "理事长" "text": "理事长"
}, },
"vip_lv_png": "icon_vip_dj05", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj05", "vip_lv_gift_png": "icon_vip_dj05",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -257,10 +254,9 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20106,
2, 20205,
3, 20703
4
] ]
}, },
{ {
@ -270,7 +266,7 @@
"key": "vipname7", "key": "vipname7",
"text": "监事" "text": "监事"
}, },
"vip_lv_png": "icon_vip_dj06", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj06", "vip_lv_gift_png": "icon_vip_dj06",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -302,10 +298,12 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20107,
2, 20206,
3, 20704,
4 20801,
20901,
21001
] ]
}, },
{ {
@ -315,7 +313,7 @@
"key": "vipname8", "key": "vipname8",
"text": "高级监事" "text": "高级监事"
}, },
"vip_lv_png": "icon_vip_dj07", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj07", "vip_lv_gift_png": "icon_vip_dj07",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -347,10 +345,12 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20108,
2, 20207,
3, 20705,
4 20802,
20902,
21002
] ]
}, },
{ {
@ -360,7 +360,7 @@
"key": "vipname9", "key": "vipname9",
"text": "监事长" "text": "监事长"
}, },
"vip_lv_png": "icon_vip_dj08", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj08", "vip_lv_gift_png": "icon_vip_dj08",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -392,10 +392,12 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20109,
2, 20208,
3, 20706,
4 20803,
20903,
21003
] ]
}, },
{ {
@ -405,7 +407,7 @@
"key": "vipname10", "key": "vipname10",
"text": "荣誉副会长" "text": "荣誉副会长"
}, },
"vip_lv_png": "icon_vip_dj09", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj09", "vip_lv_gift_png": "icon_vip_dj09",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -437,10 +439,14 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20110,
2, 20209,
3, 20707,
4 20804,
20904,
21004,
20401,
20501
] ]
}, },
{ {
@ -450,7 +456,7 @@
"key": "vipname11", "key": "vipname11",
"text": "执行副会长" "text": "执行副会长"
}, },
"vip_lv_png": "icon_vip_dj10", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj10", "vip_lv_gift_png": "icon_vip_dj10",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -482,10 +488,14 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20111,
2, 20210,
3, 20708,
4 20805,
20905,
21005,
20402,
20502
] ]
}, },
{ {
@ -495,7 +505,7 @@
"key": "vipname12", "key": "vipname12",
"text": "常务副会长" "text": "常务副会长"
}, },
"vip_lv_png": "icon_vip_dj11", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj11", "vip_lv_gift_png": "icon_vip_dj11",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -527,10 +537,14 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20112,
2, 20211,
3, 20709,
4 20806,
20906,
21006,
20403,
20503
] ]
}, },
{ {
@ -540,7 +554,7 @@
"key": "vipname13", "key": "vipname13",
"text": "秘书长" "text": "秘书长"
}, },
"vip_lv_png": "icon_vip_dj12", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj12", "vip_lv_gift_png": "icon_vip_dj12",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -572,10 +586,14 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20113,
2, 20212,
3, 20710,
4 20807,
20907,
21007,
20404,
20504
] ]
}, },
{ {
@ -585,7 +603,7 @@
"key": "vipname14", "key": "vipname14",
"text": "执行会长" "text": "执行会长"
}, },
"vip_lv_png": "icon_vip_dj13", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj13", "vip_lv_gift_png": "icon_vip_dj13",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -617,10 +635,14 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20114,
2, 20213,
3, 20711,
4 20808,
20908,
21008,
20405,
20505
] ]
}, },
{ {
@ -630,7 +652,7 @@
"key": "vipname15", "key": "vipname15",
"text": "商会主席" "text": "商会主席"
}, },
"vip_lv_png": "icon_vip_dj14", "vip_lv_png": "wp_icon_bydw02",
"vip_lv_gift_png": "icon_vip_dj14", "vip_lv_gift_png": "icon_vip_dj14",
"original_priceprice": { "original_priceprice": {
"a": "attr", "a": "attr",
@ -662,10 +684,14 @@
} }
], ],
"vip_privilege": [ "vip_privilege": [
1, 20115,
2, 20214,
3, 20712,
4 20809,
20909,
21009,
20406,
20506
] ]
} }
] ]

View File

@ -290,6 +290,8 @@ type (
AddVipData(session IUserSession, oldVip, newVip int32) AddVipData(session IUserSession, oldVip, newVip int32)
// 查询所有特权 key 对应comm.PrivilegeType1类型 // 查询所有特权 key 对应comm.PrivilegeType1类型
CheckAllPrivilege(session IUserSession) map[int32]*pb.PrivilegeList CheckAllPrivilege(session IUserSession) map[int32]*pb.PrivilegeList
// 通过特权类型获取特权对应的增加数量
GetCountByPrivilegeId(uid string, pId int32) (count int32)
} }
//武馆 //武馆
IMartialhall interface { IMartialhall interface {

View File

@ -70,15 +70,11 @@ func (this *Gourmet) Reddot(session comm.IUserSession, rid ...comm.ReddotType) (
} }
func (this *Gourmet) CheckPoint20(uid string) bool { func (this *Gourmet) CheckPoint20(uid string) bool {
cfgCom := this.configure.GetGlobalConf() // 获取总的下单时长
if cfgCom == nil {
return false
}
_gourmet, err := this.modelGourmet.getGourmetList(uid) _gourmet, err := this.modelGourmet.getGourmetList(uid)
if err != nil { if err != nil {
return false return false
} }
if cfgCom.Gourmet < _gourmet.OrderCostTime { // 大于总时长是不允许的 if _gourmet.OrderCostTime > 0 {
return false return false
} }
return true return true

View File

@ -88,8 +88,8 @@ func (this *apiComp) Buy(session comm.IUserSession, req *pb.HuntingBuyReq) (code
list.RecoveryTime = 0 list.RecoveryTime = 0
} }
addCount += req.Count addCount += req.Count
if amount+addCount > conf.VikingNum { if amount+addCount > conf.HuntingNum {
code = pb.ErrorCode_VikingBuyMaxCount code = pb.ErrorCode_HuntingBuyMaxCount
return return
} }
mapData["recoveryTime"] = list.RecoveryTime mapData["recoveryTime"] = list.RecoveryTime

View File

@ -44,10 +44,7 @@ func (this *apiComp) Challenge(session comm.IUserSession, req *pb.HuntingChallen
code = pb.ErrorCode_HuntingNoChallengeCount code = pb.ErrorCode_HuntingNoChallengeCount
return return
} }
// if hunting.ChallengeCount > this.module.configure.GetGlobalConf().HuntingNum+hunting.BuyCount {
// code = pb.ErrorCode_HuntingMaxChallengeCount
// return
// }
cfgData := this.module.configure.GetHuntingBossConfigData(req.BossType, req.Difficulty) cfgData := this.module.configure.GetHuntingBossConfigData(req.BossType, req.Difficulty)
if cfgData == nil { if cfgData == nil {
code = pb.ErrorCode_ConfigNoFound code = pb.ErrorCode_ConfigNoFound

View File

@ -2,11 +2,14 @@ package hunting
import ( import (
"go_dreamfactory/comm" "go_dreamfactory/comm"
"go_dreamfactory/lego/sys/mgo"
"go_dreamfactory/pb" "go_dreamfactory/pb"
"go_dreamfactory/sys/configure" "go_dreamfactory/sys/configure"
cfg "go_dreamfactory/sys/configure/structs" cfg "go_dreamfactory/sys/configure/structs"
"go_dreamfactory/utils" "go_dreamfactory/utils"
"strconv"
"go.mongodb.org/mongo-driver/bson/primitive"
"google.golang.org/protobuf/proto" "google.golang.org/protobuf/proto"
) )
@ -28,7 +31,38 @@ func (this *apiComp) GetList(session comm.IUserSession, req *pb.HuntingGetListRe
} }
list, err := this.module.modelHunting.getHuntingList(session.GetUserId()) list, err := this.module.modelHunting.getHuntingList(session.GetUserId())
if err != nil { if mgo.MongodbNil == err {
result := &pb.DBHunting{
Id: primitive.NewObjectID().Hex(),
Uid: session.GetUserId(),
Boss: make(map[int32]int32),
BossTime: make(map[string]int32),
}
_cfg := this.module.configure.GetHuntingBossTypeConfigData()
for k := range _cfg {
result.Boss[k] = 0
str := strconv.Itoa(int(k)) + "_1"
result.BossTime[str] = 0
}
this.module.modelHunting.Add(session.GetUserId(), result)
conf := this.module.configure.GetGlobalConf()
if conf == nil {
code = pb.ErrorCode_ConfigNoFound
return
}
iCont := conf.EnchantbossInitial
atn := conf.EnchantbossCos
if iCont > 0 {
this.module.DispenseRes(session, []*cfg.Gameatn{&cfg.Gameatn{
A: atn.A,
T: atn.T,
N: iCont,
}}, true)
}
} else if err != nil {
code = pb.ErrorCode_DBError code = pb.ErrorCode_DBError
return return
} }

View File

@ -6,9 +6,7 @@ import (
"go_dreamfactory/lego/sys/mgo" "go_dreamfactory/lego/sys/mgo"
"go_dreamfactory/modules" "go_dreamfactory/modules"
"go_dreamfactory/pb" "go_dreamfactory/pb"
"strconv"
"go.mongodb.org/mongo-driver/bson/primitive"
"go.mongodb.org/mongo-driver/mongo" "go.mongodb.org/mongo-driver/mongo"
"go.mongodb.org/mongo-driver/x/bsonx" "go.mongodb.org/mongo-driver/x/bsonx"
) )
@ -35,27 +33,11 @@ func (this *modelHunting) modifyHuntingDataByObjId(uid string, data map[string]i
// 获取列表信息 // 获取列表信息
func (this *modelHunting) getHuntingList(uid string) (result *pb.DBHunting, err error) { func (this *modelHunting) getHuntingList(uid string) (result *pb.DBHunting, err error) {
result = &pb.DBHunting{ result = &pb.DBHunting{}
Id: primitive.NewObjectID().Hex(),
Uid: uid,
Boss: make(map[int32]int32),
BossTime: make(map[string]int32),
}
if err = this.Get(uid, result); err != nil && mgo.MongodbNil != err { if err = this.Get(uid, result); err != nil && mgo.MongodbNil != err {
return return
} }
if mgo.MongodbNil == err {
if len(result.Boss) == 0 {
_cfg := this.module.configure.GetHuntingBossTypeConfigData()
for k := range _cfg {
result.Boss[k] = 0
str := strconv.Itoa(int(k)) + "_1"
result.BossTime[str] = 0
}
}
this.Add(uid, result)
}
err = nil err = nil
return result, err return result, err
} }

View File

@ -38,16 +38,39 @@ func (this *modelMartialhall) queryUserMartialhall(uid string) (result *pb.DBMar
this.module.Errorln(err) this.module.Errorln(err)
} }
if err == mgo.MongodbNil { if err == mgo.MongodbNil {
unlocknum := this.module.configure.GetGlobalConf().KungfuInitialPracticeStake
result = &pb.DBMartialhall{ result = &pb.DBMartialhall{
Id: primitive.NewObjectID().Hex(), Id: primitive.NewObjectID().Hex(),
Uid: uid, Uid: uid,
Lv: 1, Lv: 1,
Pillar1: &pb.DBPillar{Index: 1, Isunlock: true}, Pillar1: &pb.DBPillar{Index: 1},
Pillar2: &pb.DBPillar{Index: 2}, Pillar2: &pb.DBPillar{Index: 2},
Pillar3: &pb.DBPillar{Index: 3}, Pillar3: &pb.DBPillar{Index: 3},
Pillar4: &pb.DBPillar{Index: 4}, Pillar4: &pb.DBPillar{Index: 4},
Pillar5: &pb.DBPillar{Index: 5}, Pillar5: &pb.DBPillar{Index: 5},
} }
switch unlocknum {
case 1:
result.Pillar1.Isunlock = true
case 2:
result.Pillar1.Isunlock = true
result.Pillar2.Isunlock = true
case 3:
result.Pillar1.Isunlock = true
result.Pillar2.Isunlock = true
result.Pillar3.Isunlock = true
case 4:
result.Pillar1.Isunlock = true
result.Pillar2.Isunlock = true
result.Pillar3.Isunlock = true
result.Pillar4.Isunlock = true
case 5:
result.Pillar1.Isunlock = true
result.Pillar2.Isunlock = true
result.Pillar3.Isunlock = true
result.Pillar4.Isunlock = true
result.Pillar5.Isunlock = true
}
if err = this.Add(uid, result); err != nil { if err = this.Add(uid, result); err != nil {
this.module.Errorln(err) this.module.Errorln(err)
return return

View File

@ -3,8 +3,11 @@ package privilege
import ( import (
"fmt" "fmt"
"go_dreamfactory/lego/core" "go_dreamfactory/lego/core"
"go_dreamfactory/lego/sys/log"
"go_dreamfactory/modules" "go_dreamfactory/modules"
"go_dreamfactory/sys/configure"
cfg "go_dreamfactory/sys/configure/structs" cfg "go_dreamfactory/sys/configure/structs"
"sync"
) )
const ( const (
@ -16,6 +19,8 @@ const (
type configureComp struct { type configureComp struct {
modules.MCompConfigure modules.MCompConfigure
module *Privilege module *Privilege
hlock sync.RWMutex
_privilegeMap map[int32]map[int32]int32
} }
//组件初始化接口 //组件初始化接口
@ -24,6 +29,25 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp
this.module = module.(*Privilege) this.module = module.(*Privilege)
this.LoadConfigure(game_privilegecard, cfg.NewGamePrivilegeCard) this.LoadConfigure(game_privilegecard, cfg.NewGamePrivilegeCard)
this.LoadConfigure(game_privilege, cfg.NewGamePrivilege) this.LoadConfigure(game_privilege, cfg.NewGamePrivilege)
this._privilegeMap = make(map[int32]map[int32]int32, 0)
configure.RegisterConfigure(game_privilege, cfg.NewGamePrivilege, func() {
if v, err := this.GetConfigure(game_privilege); err == nil {
if configure, ok := v.(*cfg.GamePrivilege); ok {
this.hlock.Lock()
defer this.hlock.Unlock()
for k, v := range configure.GetDataMap() {
if v1, ok := this._privilegeMap[v.PrivilegeType]; ok {
v1[k] = v.PrivilegeParameter
} else {
this._privilegeMap[v.PrivilegeType] = make(map[int32]int32)
}
}
return
}
}
log.Errorf("get game_pagoda conf err:%v", err)
return
})
return return
} }
@ -59,3 +83,11 @@ func (this *configureComp) GetPrivilegeData(id int32) (result *cfg.GamePrivilege
this.module.Errorf("GetPrivilegeData err, id:%d", id) this.module.Errorf("GetPrivilegeData err, id:%d", id)
return nil return nil
} }
func (this *configureComp) GetPrivilegeByType(iType int32) (result map[int32]int32) {
result = make(map[int32]int32)
if v, ok := this._privilegeMap[iType]; ok {
result = v
}
return result
}

View File

@ -401,3 +401,18 @@ func (this *Privilege) SendDailyPrivilegeMail(session comm.IUserSession, cId []i
this.mail.SendMailByCid(session, comm.VipDaily, res) this.mail.SendMailByCid(session, comm.VipDaily, res)
} }
} }
func (this *Privilege) GetCountByPrivilegeId(uid string, pId int32) (count int32) {
vip, err := this.modelVip.getVipList(uid)
if err != nil {
return
}
if v, ok := vip.Privilege[pId]; ok {
data := this.configure.GetPrivilegeByType(pId)
for _, v1 := range v.PrivilegeID {
if c, ok1 := data[v1]; ok1 {
count += c
}
}
}
return
}

View File

@ -69,7 +69,7 @@ func (this *apiComp) Buy(session comm.IUserSession, req *pb.VikingBuyReq) (code
if list.RecoveryTime+int64(conf.VikingExpeditionRecoveryTime*60) <= configure.Now().Unix() { if list.RecoveryTime+int64(conf.VikingExpeditionRecoveryTime*60) <= configure.Now().Unix() {
curCount++ curCount++
list.RecoveryTime += int64(conf.VikingExpeditionRecoveryTime * 60) list.RecoveryTime += int64(conf.VikingExpeditionRecoveryTime * 60)
if curCount >= conf.HuntingNum { if curCount >= conf.VikingNum {
list.RecoveryTime = 0 list.RecoveryTime = 0
break break
} }

View File

@ -63,7 +63,7 @@ func (this *apiComp) GetList(session comm.IUserSession, req *pb.VikingGetListReq
if list.RecoveryTime+int64(conf.VikingExpeditionRecoveryTime*60) <= configure.Now().Unix() { if list.RecoveryTime+int64(conf.VikingExpeditionRecoveryTime*60) <= configure.Now().Unix() {
curCount++ curCount++
list.RecoveryTime += int64(conf.VikingExpeditionRecoveryTime * 60) list.RecoveryTime += int64(conf.VikingExpeditionRecoveryTime * 60)
if curCount >= conf.HuntingNum { if curCount >= conf.VikingNum {
list.RecoveryTime = 0 list.RecoveryTime = 0
break break
} }

View File

@ -108,6 +108,21 @@ func (this *apiComp) Finish(session comm.IUserSession, req *pb.WorldtaskFinishRe
) )
}() }()
for _, v := range curTaskConf.Reword {
if v.A == comm.HeroType {
hero = append(hero, v.T)
}
}
if len(hero) > 0 {
ishave := this.module.ModuleUser.CheckTujianHero(session, hero)
for i, v := range ishave {
if v {
newhero = append(newhero, hero[i])
}
}
}
rsp.Newheros = newhero
// 完成任务 // 完成任务
if err := this.module.modelWorldtask.finishTask(req.GroupId, req.TaskId, userTask); err != nil { if err := this.module.modelWorldtask.finishTask(req.GroupId, req.TaskId, userTask); err != nil {
code = pb.ErrorCode_WorldtaskFinish code = pb.ErrorCode_WorldtaskFinish
@ -131,21 +146,6 @@ func (this *apiComp) Finish(session comm.IUserSession, req *pb.WorldtaskFinishRe
) )
} }
for _, v := range curTaskConf.Reword {
if v.A == comm.HeroType {
hero = append(hero, v.T)
}
}
if len(hero) > 0 {
ishave := this.module.ModuleUser.CheckTujianHero(session, hero)
for i, v := range ishave {
if v {
newhero = append(newhero, hero[i])
}
}
}
rsp.Newheros = newhero
} }
//判断任务是否已完成 //判断任务是否已完成

View File

@ -267,6 +267,7 @@ type BattleRole struct {
EquipSkill []*SkillData `protobuf:"bytes,11,rep,name=equipSkill,proto3" json:"equipSkill" bson:"normalSkill"` //普通技能 EquipSkill []*SkillData `protobuf:"bytes,11,rep,name=equipSkill,proto3" json:"equipSkill" bson:"normalSkill"` //普通技能
Property map[string]int32 `protobuf:"bytes,12,rep,name=property,proto3" json:"property" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 属性相关 Property map[string]int32 `protobuf:"bytes,12,rep,name=property,proto3" json:"property" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 属性相关
Ishelp bool `protobuf:"varint,13,opt,name=ishelp,proto3" json:"ishelp"` //是否是助战英雄 Ishelp bool `protobuf:"varint,13,opt,name=ishelp,proto3" json:"ishelp"` //是否是助战英雄
Isboos bool `protobuf:"varint,14,opt,name=isboos,proto3" json:"isboos"` //是否是boos
} }
func (x *BattleRole) Reset() { func (x *BattleRole) Reset() {
@ -392,6 +393,13 @@ func (x *BattleRole) GetIshelp() bool {
return false return false
} }
func (x *BattleRole) GetIsboos() bool {
if x != nil {
return x.Isboos
}
return false
}
//战斗阵型信息 //战斗阵型信息
type DBBattleFormt struct { type DBBattleFormt struct {
state protoimpl.MessageState state protoimpl.MessageState
@ -605,7 +613,7 @@ var File_battle_battle_db_proto protoreflect.FileDescriptor
var file_battle_battle_db_proto_rawDesc = []byte{ var file_battle_battle_db_proto_rawDesc = []byte{
0x0a, 0x16, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x0a, 0x16, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f,
0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd2, 0x03, 0x0a, 0x0a, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xea, 0x03, 0x0a, 0x0a, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52,
0x6f, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x6f, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
0x52, 0x03, 0x74, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x52, 0x03, 0x74, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x03, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x03,
@ -630,68 +638,69 @@ var file_battle_battle_db_proto_rawDesc = []byte{
0x19, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x19, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x2e, 0x50, 0x72, 0x6f,
0x70, 0x65, 0x72, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x70, 0x70, 0x65, 0x72, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x70,
0x65, 0x72, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x68, 0x65, 0x6c, 0x70, 0x18, 0x0d, 0x65, 0x72, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x68, 0x65, 0x6c, 0x70, 0x18, 0x0d,
0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x68, 0x65, 0x6c, 0x70, 0x1a, 0x3b, 0x0a, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x68, 0x65, 0x6c, 0x70, 0x12, 0x16, 0x0a, 0x06,
0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x69, 0x73, 0x62, 0x6f, 0x6f, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73,
0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x62, 0x6f, 0x6f, 0x73, 0x1a, 0x3b, 0x0a, 0x0d, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79,
0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x9e, 0x01, 0x0a, 0x0d, 0x44, 0x42, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38,
0x65, 0x61, 0x64, 0x70, 0x6f, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6c, 0x65, 0x01, 0x22, 0x9e, 0x01, 0x0a, 0x0d, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f,
0x61, 0x64, 0x70, 0x6f, 0x73, 0x12, 0x1f, 0x0a, 0x04, 0x74, 0x65, 0x61, 0x6d, 0x18, 0x02, 0x20, 0x72, 0x6d, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x65, 0x61, 0x64, 0x70, 0x6f, 0x73, 0x18, 0x01,
0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6c, 0x65, 0x61, 0x64, 0x70, 0x6f, 0x73, 0x12, 0x1f, 0x0a,
0x52, 0x04, 0x74, 0x65, 0x61, 0x6d, 0x12, 0x25, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x74, 0x65, 0x61, 0x04, 0x74, 0x65, 0x61, 0x6d, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61,
0x6d, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x04, 0x74, 0x65, 0x61, 0x6d, 0x12, 0x25,
0x52, 0x6f, 0x6c, 0x65, 0x52, 0x07, 0x73, 0x79, 0x73, 0x74, 0x65, 0x61, 0x6d, 0x12, 0x2b, 0x0a, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x74, 0x65, 0x61, 0x6d, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
0x0a, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x74, 0x65, 0x61, 0x6d, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x07, 0x73, 0x79,
0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x0a, 0x73, 0x74, 0x65, 0x61, 0x6d, 0x12, 0x2b, 0x0a, 0x0a, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x74,
0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x74, 0x65, 0x61, 0x6d, 0x22, 0xa7, 0x03, 0x0a, 0x0e, 0x44, 0x65, 0x61, 0x6d, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74,
0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x0e, 0x0a, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x0a, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x74, 0x65,
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x61, 0x6d, 0x22, 0xa7, 0x03, 0x0a, 0x0e, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52,
0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x74, 0x6c, 0x65, 0x12, 0x21, 0x0a, 0x05, 0x62, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02,
0x28, 0x0e, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x21, 0x0a, 0x05, 0x62,
0x05, 0x62, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x05, 0x70, 0x74, 0x79, 0x70, 0x65, 0x18, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74,
0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x09, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x74, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x05, 0x62, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1f,
0x52, 0x05, 0x70, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6c, 0x65, 0x76, 0x65, 0x0a, 0x05, 0x70, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x09, 0x2e,
0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x50, 0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x52, 0x05, 0x70, 0x74, 0x79, 0x70, 0x65, 0x12,
0x23, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0d, 0x16, 0x0a, 0x06, 0x70, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
0x2e, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x06, 0x70, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x23, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65,
0x74, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0d, 0x2e, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65,
0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09,
0x49, 0x64, 0x12, 0x2a, 0x0a, 0x08, 0x72, 0x65, 0x64, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x08, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x09, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x08, 0x72, 0x65,
0x6f, 0x72, 0x6d, 0x74, 0x52, 0x08, 0x72, 0x65, 0x64, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x64, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44,
0x0a, 0x0a, 0x62, 0x6c, 0x75, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x74, 0x52, 0x08, 0x72, 0x65,
0x28, 0x09, 0x52, 0x0a, 0x62, 0x6c, 0x75, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x12, 0x2c, 0x64, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x6c, 0x75, 0x65, 0x43, 0x6f,
0x0a, 0x09, 0x62, 0x75, 0x6c, 0x65, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x6d, 0x70, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x6c, 0x75, 0x65,
0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x09, 0x62, 0x75, 0x6c, 0x65, 0x66, 0x6c,
0x74, 0x52, 0x09, 0x62, 0x75, 0x6c, 0x65, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x0a, 0x0b, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x42, 0x61,
0x72, 0x6f, 0x75, 0x6e, 0x64, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x74, 0x52, 0x09, 0x62, 0x75, 0x6c, 0x65, 0x66,
0x0e, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x0a, 0x0b, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x72, 0x65, 0x73,
0x52, 0x0b, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x25, 0x0a, 0x75, 0x6c, 0x74, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x42, 0x61,
0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0d, 0x2e, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x52, 0x0b, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x72,
0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x52, 0x06, 0x72, 0x65, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18,
0x73, 0x75, 0x6c, 0x74, 0x2a, 0x39, 0x0a, 0x0a, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x54, 0x79, 0x0c, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65,
0x70, 0x65, 0x12, 0x07, 0x0a, 0x03, 0x6e, 0x69, 0x6c, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2a, 0x39, 0x0a, 0x0a,
0x76, 0x65, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x70, 0x76, 0x70, 0x10, 0x02, 0x12, 0x07, 0x0a, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x07, 0x0a, 0x03, 0x6e, 0x69,
0x03, 0x70, 0x76, 0x62, 0x10, 0x03, 0x12, 0x07, 0x0a, 0x03, 0x65, 0x76, 0x65, 0x10, 0x04, 0x2a, 0x6c, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x70, 0x76, 0x65, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03,
0xa6, 0x01, 0x0a, 0x08, 0x50, 0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x70, 0x76, 0x70, 0x10, 0x02, 0x12, 0x07, 0x0a, 0x03, 0x70, 0x76, 0x62, 0x10, 0x03, 0x12, 0x07,
0x6e, 0x75, 0x6c, 0x6c, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x6d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x0a, 0x03, 0x65, 0x76, 0x65, 0x10, 0x04, 0x2a, 0xa6, 0x01, 0x0a, 0x08, 0x50, 0x6c, 0x61, 0x79,
0x6e, 0x65, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x10, 0x02, 0x54, 0x79, 0x70, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x6e, 0x75, 0x6c, 0x6c, 0x10, 0x00, 0x12, 0x0c,
0x12, 0x09, 0x0a, 0x05, 0x72, 0x74, 0x61, 0x73, 0x6b, 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x68, 0x0a, 0x08, 0x6d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06,
0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x10, 0x04, 0x12, 0x0a, 0x0a, 0x06, 0x76, 0x69, 0x6b, 0x69, 0x70, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x72, 0x74, 0x61, 0x73,
0x6e, 0x67, 0x10, 0x05, 0x12, 0x0f, 0x0a, 0x0b, 0x6d, 0x6f, 0x6f, 0x6e, 0x66, 0x61, 0x6e, 0x74, 0x6b, 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x68, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x10, 0x04,
0x61, 0x73, 0x79, 0x10, 0x06, 0x12, 0x09, 0x0a, 0x05, 0x61, 0x72, 0x65, 0x6e, 0x61, 0x10, 0x07, 0x12, 0x0a, 0x0a, 0x06, 0x76, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x10, 0x05, 0x12, 0x0f, 0x0a, 0x0b,
0x12, 0x0b, 0x0a, 0x07, 0x61, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x79, 0x10, 0x08, 0x12, 0x10, 0x0a, 0x6d, 0x6f, 0x6f, 0x6e, 0x66, 0x61, 0x6e, 0x74, 0x61, 0x73, 0x79, 0x10, 0x06, 0x12, 0x09, 0x0a,
0x0c, 0x68, 0x65, 0x72, 0x6f, 0x74, 0x65, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x10, 0x09, 0x12, 0x05, 0x61, 0x72, 0x65, 0x6e, 0x61, 0x10, 0x07, 0x12, 0x0b, 0x0a, 0x07, 0x61, 0x63, 0x61, 0x64,
0x0a, 0x0a, 0x06, 0x63, 0x6f, 0x6d, 0x62, 0x61, 0x74, 0x10, 0x0a, 0x12, 0x0b, 0x0a, 0x07, 0x65, 0x65, 0x6d, 0x79, 0x10, 0x08, 0x12, 0x10, 0x0a, 0x0c, 0x68, 0x65, 0x72, 0x6f, 0x74, 0x65, 0x61,
0x6e, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x10, 0x0b, 0x2a, 0x1f, 0x0a, 0x0c, 0x42, 0x42, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x10, 0x09, 0x12, 0x0a, 0x0a, 0x06, 0x63, 0x6f, 0x6d, 0x62, 0x61,
0x74, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x06, 0x0a, 0x02, 0x69, 0x6e, 0x10, 0x00, 0x74, 0x10, 0x0a, 0x12, 0x0b, 0x0a, 0x07, 0x65, 0x6e, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x10, 0x0b,
0x12, 0x07, 0x0a, 0x03, 0x65, 0x6e, 0x64, 0x10, 0x02, 0x2a, 0x2b, 0x0a, 0x0c, 0x44, 0x42, 0x42, 0x2a, 0x1f, 0x0a, 0x0c, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65,
0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x12, 0x08, 0x0a, 0x04, 0x64, 0x72, 0x61, 0x12, 0x06, 0x0a, 0x02, 0x69, 0x6e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x65, 0x6e, 0x64, 0x10,
0x77, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x72, 0x65, 0x64, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x02, 0x2a, 0x2b, 0x0a, 0x0c, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6d,
0x62, 0x75, 0x6c, 0x65, 0x10, 0x02, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x12, 0x08, 0x0a, 0x04, 0x64, 0x72, 0x61, 0x77, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x72,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x65, 0x64, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x62, 0x75, 0x6c, 0x65, 0x10, 0x02, 0x42, 0x06,
0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
} }
var ( var (

View File

@ -452,13 +452,14 @@ type BattleInfo struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` //战斗id Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` //战斗id
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"` //战斗标题 Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"` //战斗标题
Btype BattleType `protobuf:"varint,3,opt,name=btype,proto3,enum=BattleType" json:"btype"` //战斗类型 Scene string `protobuf:"bytes,3,opt,name=scene,proto3" json:"scene"` //战斗场景
Ptype PlayType `protobuf:"varint,4,opt,name=ptype,proto3,enum=PlayType" json:"ptype"` //玩法类型 Btype BattleType `protobuf:"varint,4,opt,name=btype,proto3,enum=BattleType" json:"btype"` //战斗类型
RedCompId string `protobuf:"bytes,5,opt,name=redCompId,proto3" json:"redCompId"` //红方阵营id Ptype PlayType `protobuf:"varint,5,opt,name=ptype,proto3,enum=PlayType" json:"ptype"` //玩法类型
Redflist []*DBBattleFormt `protobuf:"bytes,6,rep,name=redflist,proto3" json:"redflist"` //红方阵型列表 RedCompId string `protobuf:"bytes,6,opt,name=redCompId,proto3" json:"redCompId"` //红方阵营id
BlueCompId string `protobuf:"bytes,7,opt,name=blueCompId,proto3" json:"blueCompId"` //蓝方阵营id Redflist []*DBBattleFormt `protobuf:"bytes,7,rep,name=redflist,proto3" json:"redflist"` //红方阵型列表
Buleflist []*DBBattleFormt `protobuf:"bytes,8,rep,name=buleflist,proto3" json:"buleflist"` //红方阵型列表 BlueCompId string `protobuf:"bytes,8,opt,name=blueCompId,proto3" json:"blueCompId"` //蓝方阵营id
Tasks []int32 `protobuf:"varint,9,rep,packed,name=tasks,proto3" json:"tasks"` //任务列表 Buleflist []*DBBattleFormt `protobuf:"bytes,9,rep,name=buleflist,proto3" json:"buleflist"` //红方阵型列表
Tasks []int32 `protobuf:"varint,10,rep,packed,name=tasks,proto3" json:"tasks"` //任务列表
} }
func (x *BattleInfo) Reset() { func (x *BattleInfo) Reset() {
@ -507,6 +508,13 @@ func (x *BattleInfo) GetTitle() string {
return "" return ""
} }
func (x *BattleInfo) GetScene() string {
if x != nil {
return x.Scene
}
return ""
}
func (x *BattleInfo) GetBtype() BattleType { func (x *BattleInfo) GetBtype() BattleType {
if x != nil { if x != nil {
return x.Btype return x.Btype
@ -860,51 +868,53 @@ var file_battle_battle_msg_proto_rawDesc = []byte{
0x52, 0x09, 0x72, 0x65, 0x64, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x2d, 0x0a, 0x0a, 0x62, 0x52, 0x09, 0x72, 0x65, 0x64, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x2d, 0x0a, 0x0a, 0x62,
0x75, 0x6c, 0x65, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x75, 0x6c, 0x65, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x0d, 0x2e, 0x50, 0x56, 0x50, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x0d, 0x2e, 0x50, 0x56, 0x50, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a,
0x62, 0x75, 0x6c, 0x65, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x22, 0xa4, 0x02, 0x0a, 0x0a, 0x42, 0x62, 0x75, 0x6c, 0x65, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x22, 0xba, 0x02, 0x0a, 0x0a, 0x42,
0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74,
0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12,
0x21, 0x0a, 0x05, 0x62, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0b, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x65, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x05, 0x62, 0x74, 0x79, 0x73, 0x63, 0x65, 0x6e, 0x65, 0x12, 0x21, 0x0a, 0x05, 0x62, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04,
0x70, 0x65, 0x12, 0x1f, 0x0a, 0x05, 0x70, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x54, 0x79, 0x70,
0x0e, 0x32, 0x09, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x52, 0x05, 0x70, 0x74, 0x65, 0x52, 0x05, 0x62, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x05, 0x70, 0x74, 0x79, 0x70,
0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x09, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x54, 0x79,
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x70, 0x65, 0x52, 0x05, 0x70, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x64,
0x64, 0x12, 0x2a, 0x0a, 0x08, 0x72, 0x65, 0x64, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x06, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65,
0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x08, 0x72, 0x65, 0x64, 0x66, 0x6c,
0x72, 0x6d, 0x74, 0x52, 0x08, 0x72, 0x65, 0x64, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x69, 0x73, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x42, 0x61,
0x0a, 0x62, 0x6c, 0x75, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x74, 0x52, 0x08, 0x72, 0x65, 0x64, 0x66, 0x6c,
0x09, 0x52, 0x0a, 0x62, 0x6c, 0x75, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x6c, 0x75, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x49,
0x09, 0x62, 0x75, 0x6c, 0x65, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x6c, 0x75, 0x65, 0x43, 0x6f, 0x6d,
0x32, 0x0e, 0x2e, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x74, 0x70, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x09, 0x62, 0x75, 0x6c, 0x65, 0x66, 0x6c, 0x69, 0x73, 0x74,
0x52, 0x09, 0x62, 0x75, 0x6c, 0x65, 0x66, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x42, 0x61, 0x74, 0x74, 0x6c,
0x61, 0x73, 0x6b, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x05, 0x52, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x74, 0x52, 0x09, 0x62, 0x75, 0x6c, 0x65, 0x66, 0x6c, 0x69, 0x73,
0x73, 0x22, 0x3b, 0x0a, 0x09, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6d, 0x64, 0x12, 0x18, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x05,
0x0a, 0x07, 0x63, 0x6d, 0x64, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x52, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x22, 0x3b, 0x0a, 0x09, 0x42, 0x61, 0x74, 0x74, 0x6c,
0x07, 0x63, 0x6d, 0x64, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x43, 0x6d, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6d, 0x64, 0x74, 0x79, 0x70, 0x65, 0x18,
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xb5, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6d, 0x64, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14,
0x01, 0x0a, 0x0c, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76,
0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xb5, 0x01, 0x0a, 0x0c, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52,
0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20,
0x12, 0x1a, 0x0a, 0x08, 0x43, 0x6f, 0x73, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f,
0x28, 0x05, 0x52, 0x08, 0x43, 0x6f, 0x73, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x05, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x43, 0x6f, 0x73, 0x74, 0x74, 0x69,
0x69, 0x6e, 0x63, 0x6d, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x42, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x43, 0x6f, 0x73, 0x74, 0x74, 0x69,
0x74, 0x74, 0x6c, 0x65, 0x43, 0x6d, 0x64, 0x52, 0x05, 0x69, 0x6e, 0x63, 0x6d, 0x64, 0x12, 0x22, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x05, 0x69, 0x6e, 0x63, 0x6d, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28,
0x0a, 0x06, 0x6f, 0x75, 0x74, 0x63, 0x6d, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x0b, 0x32, 0x0a, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6d, 0x64, 0x52, 0x05, 0x69,
0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6d, 0x64, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x63, 0x6e, 0x63, 0x6d, 0x64, 0x12, 0x22, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x63, 0x6d, 0x64, 0x18, 0x04,
0x6d, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x74, 0x61, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6d, 0x64,
0x73, 0x6b, 0x18, 0x05, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x63, 0x6d, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x70,
0x74, 0x65, 0x74, 0x61, 0x73, 0x6b, 0x22, 0x66, 0x0a, 0x10, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x05, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0c,
0x52, 0x70, 0x63, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x69, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x74, 0x61, 0x73, 0x6b, 0x22, 0x66, 0x0a, 0x10,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x72, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x70, 0x63, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x72,
0x74, 0x68, 0x6f, 0x64, 0x12, 0x28, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x02, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x28, 0x0a, 0x04, 0x64, 0x61,
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2e, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x0a, 0x12, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52, 0x04,
0x75, 0x6c, 0x74, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x73, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x18, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2e, 0x0a, 0x12, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x68,
0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x42, 0x06, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x73,
0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73, 0x63,
0x68, 0x65, 0x63, 0x6b, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x33,
} }
var ( var (

View File

@ -76,6 +76,7 @@ type GameGlobalData struct {
VikingNum int32 VikingNum int32
VikingReset int32 VikingReset int32
KungfuTime int32 KungfuTime int32
KungfuInitialPracticeStake int32
DreamlandFightnum int32 DreamlandFightnum int32
DreamlandRecovery int32 DreamlandRecovery int32
DreamlandCos *Gameatn DreamlandCos *Gameatn
@ -148,6 +149,8 @@ type GameGlobalData struct {
CGPloatTxt []string CGPloatTxt []string
VIPDaysSent int32 VIPDaysSent int32
MonthlyCardDaysSent int32 MonthlyCardDaysSent int32
Opennewguide int32
LibraryStoryUnlocking int32
} }
const TypeId_GameGlobalData = 477542761 const TypeId_GameGlobalData = 477542761
@ -287,6 +290,7 @@ func (_v *GameGlobalData)Deserialize(_buf map[string]interface{}) (err error) {
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["viking_num"].(float64); !_ok_ { err = errors.New("viking_num error"); return }; _v.VikingNum = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["viking_num"].(float64); !_ok_ { err = errors.New("viking_num error"); return }; _v.VikingNum = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["viking_reset"].(float64); !_ok_ { err = errors.New("viking_reset error"); return }; _v.VikingReset = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["viking_reset"].(float64); !_ok_ { err = errors.New("viking_reset error"); return }; _v.VikingReset = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["kungfu_time"].(float64); !_ok_ { err = errors.New("kungfu_time error"); return }; _v.KungfuTime = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["kungfu_time"].(float64); !_ok_ { err = errors.New("kungfu_time error"); return }; _v.KungfuTime = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["kungfu_InitialPracticeStake"].(float64); !_ok_ { err = errors.New("kungfu_InitialPracticeStake error"); return }; _v.KungfuInitialPracticeStake = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["dreamland_fightnum"].(float64); !_ok_ { err = errors.New("dreamland_fightnum error"); return }; _v.DreamlandFightnum = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["dreamland_fightnum"].(float64); !_ok_ { err = errors.New("dreamland_fightnum error"); return }; _v.DreamlandFightnum = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["dreamland_recovery"].(float64); !_ok_ { err = errors.New("dreamland_recovery error"); return }; _v.DreamlandRecovery = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["dreamland_recovery"].(float64); !_ok_ { err = errors.New("dreamland_recovery error"); return }; _v.DreamlandRecovery = int32(_tempNum_) }
{ var _ok_ bool; var _x_ map[string]interface{}; if _x_, _ok_ = _buf["dreamland_cos"].(map[string]interface{}); !_ok_ { err = errors.New("dreamland_cos error"); return }; if _v.DreamlandCos, err = DeserializeGameatn(_x_); err != nil { return } } { var _ok_ bool; var _x_ map[string]interface{}; if _x_, _ok_ = _buf["dreamland_cos"].(map[string]interface{}); !_ok_ { err = errors.New("dreamland_cos error"); return }; if _v.DreamlandCos, err = DeserializeGameatn(_x_); err != nil { return } }
@ -606,6 +610,8 @@ func (_v *GameGlobalData)Deserialize(_buf map[string]interface{}) (err error) {
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["VIP_DaysSent"].(float64); !_ok_ { err = errors.New("VIP_DaysSent error"); return }; _v.VIPDaysSent = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["VIP_DaysSent"].(float64); !_ok_ { err = errors.New("VIP_DaysSent error"); return }; _v.VIPDaysSent = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["MonthlyCard_DaysSent"].(float64); !_ok_ { err = errors.New("MonthlyCard_DaysSent error"); return }; _v.MonthlyCardDaysSent = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["MonthlyCard_DaysSent"].(float64); !_ok_ { err = errors.New("MonthlyCard_DaysSent error"); return }; _v.MonthlyCardDaysSent = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["opennewguide"].(float64); !_ok_ { err = errors.New("opennewguide error"); return }; _v.Opennewguide = int32(_tempNum_) }
{ var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["library_StoryUnlocking"].(float64); !_ok_ { err = errors.New("library_StoryUnlocking error"); return }; _v.LibraryStoryUnlocking = int32(_tempNum_) }
return return
} }