配置同步

This commit is contained in:
meixiongfeng 2023-06-19 18:32:07 +08:00
parent f212b3b2b2
commit 53bbf1b8c7
6 changed files with 421 additions and 384 deletions

View File

@ -383,7 +383,7 @@
"id": 61, "id": 61,
"insert": 1, "insert": 1,
"filter": [ "filter": [
"eq" "gte"
] ]
}, },
{ {

View File

@ -733,6 +733,6 @@
"buzkashi_bumpdis": 5, "buzkashi_bumpdis": 5,
"stamina_potion": 10000003, "stamina_potion": 10000003,
"fight_ps": 3, "fight_ps": 3,
"player_bodychange": 20060 "player_bodychange": 20170
} }
] ]

View File

@ -83,7 +83,7 @@
"startPar": "", "startPar": "",
"parameter": "", "parameter": "",
"interface": "", "interface": "",
"condition": "worldtasksubfinish_20010", "condition": "worldtasktrigger_20011",
"followtj": "OpenNpcOption_20010_熊猫_1", "followtj": "OpenNpcOption_20010_熊猫_1",
"followguide": 1000202, "followguide": 1000202,
"finger": [ "finger": [

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,7 @@ type GameHuntingOpenTimeData struct {
Opentimetext string Opentimetext string
Bg string Bg string
Icon string Icon string
BossIcon string
} }
const TypeId_GameHuntingOpenTimeData = 1854578068 const TypeId_GameHuntingOpenTimeData = 1854578068
@ -47,6 +48,7 @@ func (_v *GameHuntingOpenTimeData)Deserialize(_buf map[string]interface{}) (err
{var _ok_ bool; var __json_text__ map[string]interface{}; if __json_text__, _ok_ = _buf["opentimetext"].(map[string]interface{}) ; !_ok_ { err = errors.New("_v.Opentimetext error"); return }; { var _ok_ bool; if _, _ok_ = __json_text__["key"].(string); !_ok_ { err = errors.New("key error"); return } }; { var _ok_ bool; if _v.Opentimetext, _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["opentimetext"].(map[string]interface{}) ; !_ok_ { err = errors.New("_v.Opentimetext error"); return }; { var _ok_ bool; if _, _ok_ = __json_text__["key"].(string); !_ok_ { err = errors.New("key error"); return } }; { var _ok_ bool; if _v.Opentimetext, _ok_ = __json_text__["text"].(string); !_ok_ { err = errors.New("text error"); return } } }
{ var _ok_ bool; if _v.Bg, _ok_ = _buf["bg"].(string); !_ok_ { err = errors.New("bg error"); return } } { var _ok_ bool; if _v.Bg, _ok_ = _buf["bg"].(string); !_ok_ { err = errors.New("bg error"); return } }
{ var _ok_ bool; if _v.Icon, _ok_ = _buf["icon"].(string); !_ok_ { err = errors.New("icon error"); return } } { var _ok_ bool; if _v.Icon, _ok_ = _buf["icon"].(string); !_ok_ { err = errors.New("icon error"); return } }
{ var _ok_ bool; if _v.BossIcon, _ok_ = _buf["bossIcon"].(string); !_ok_ { err = errors.New("bossIcon error"); return } }
return return
} }

View File

@ -18,6 +18,7 @@ type GameVikingBossSkillData struct {
Introduce string Introduce string
Icon string Icon string
Guardskill []int32 Guardskill []int32
BossIcon string
} }
const TypeId_GameVikingBossSkillData = -1331434488 const TypeId_GameVikingBossSkillData = -1331434488
@ -47,6 +48,7 @@ func (_v *GameVikingBossSkillData)Deserialize(_buf map[string]interface{}) (err
} }
} }
{ var _ok_ bool; if _v.BossIcon, _ok_ = _buf["bossIcon"].(string); !_ok_ { err = errors.New("bossIcon error"); return } }
return return
} }