diff --git a/README.md b/README.md index 29e2ff0..7b09387 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Navigate to the [Releases](https://git.xeondev.com/HonkaiSlopRail/dahlia-sr-0.14 page and download the latest release for your platform. ## Connecting -[Get 3.7.51 CN client](https://gofile.io/d/Yul9Nm), +[Get 3.7.5X CN client](https://gofile.io/d/Yul9Nm), After you extract client package, delete `AccountPlatNative.dll` inside \StarRail_Data\Plugins\x86_64 in order to make this PS work (recommend rename it instead in case something go wrong) diff --git a/dispatch/src/dispatch.zig b/dispatch/src/dispatch.zig index 9dfc628..3770d5e 100644 --- a/dispatch/src/dispatch.zig +++ b/dispatch/src/dispatch.zig @@ -119,23 +119,9 @@ pub fn onQueryGateway(req: *httpz.Request, res: *httpz.Response) !void { proto.ex_resource_url = .{ .Const = ex_resource_url }; proto.lua_url = .{ .Const = lua_url }; - proto.unk1 = true; - proto.unk2 = true; - proto.unk3 = true; - proto.unk4 = true; - proto.unk5 = true; - proto.unk6 = true; - proto.unk7 = true; - proto.unk8 = true; - proto.unk9 = true; - proto.unk10 = true; - proto.NMOCNDHBPNF = true; - proto.FDLIDHBPDJP = true; - proto.EDEPKFDHKGH = true; - proto.DBBDEFFFFNG = true; - proto.JHDAMHIBPDF = true; - proto.OAHFBCEIIEA = true; - proto.KGOGMMCNOBP = true; + proto.data_use_asset_boundle = true; + proto.res_use_asset_boundle = true; + proto.use_tcp = true; const data = try proto.encode(res.arena); const size = Base64Encoder.calcSize(data.len); diff --git a/gameserver/src/handlers.zig b/gameserver/src/handlers.zig index 843cccf..80ff8ba 100644 --- a/gameserver/src/handlers.zig +++ b/gameserver/src/handlers.zig @@ -119,6 +119,7 @@ pub const HandlerList = [_]struct { CmdID, Action }{ .{ CmdID.CmdGetEnteredSceneCsReq, scene.onGetEnteredScene }, .{ CmdID.CmdInteractPropCsReq, scene.onInteractProp }, .{ CmdID.CmdChangeEraFlipperDataCsReq, scene.onChangeEraFlipperData }, + .{ CmdID.CmdSetTrainWorldIdCsReq, scene.onSetTrainWorldId }, //events .{ CmdID.CmdGetActivityScheduleConfigCsReq, events.onGetActivity }, .{ CmdID.CmdUpdateServerPrefsDataCsReq, events.onUpdateServerPrefsData }, @@ -140,6 +141,10 @@ pub const HandlerList = [_]struct { CmdID, Action }{ }; const DummyCmdList = [_]struct { CmdID, CmdID }{ + .{ CmdID.CmdGetRechargeGiftInfoCsReq, CmdID.CmdTakeRechargeGiftRewardScRsp }, + .{ CmdID.CmdTakeRechargeGiftRewardCsReq, CmdID.CmdTakeRechargeGiftRewardScRsp }, + .{ CmdID.CmdGetRechargeBenefitInfoCsReq, CmdID.CmdGetRechargeBenefitInfoScRsp }, + .{ CmdID.CmdTakeRechargeBenefitRewardCsReq, CmdID.CmdTakeRechargeBenefitRewardScRsp }, .{ CmdID.CmdGetMarkItemListCsReq, CmdID.CmdGetMarkItemListScRsp }, .{ CmdID.CmdGetPlayerBoardDataCsReq, CmdID.CmdGetPlayerBoardDataScRsp }, .{ CmdID.CmdGetCurAssistCsReq, CmdID.CmdGetCurAssistScRsp }, @@ -156,6 +161,15 @@ const DummyCmdList = [_]struct { CmdID, CmdID }{ .{ CmdID.CmdGetLevelRewardTakenListCsReq, CmdID.CmdGetLevelRewardTakenListScRsp }, .{ CmdID.CmdGetMaterialSubmitActivityDataCsReq, CmdID.CmdGetMaterialSubmitActivityDataScRsp }, .{ CmdID.CmdMusicRhythmDataCsReq, CmdID.CmdMusicRhythmDataScRsp }, + .{ CmdID.CmdGetRogueCommonDialogueDataCsReq, CmdID.CmdGetRogueCommonDialogueDataScRsp }, + .{ CmdID.CmdGetRogueInfoCsReq, CmdID.CmdGetRogueInfoScRsp }, + .{ CmdID.CmdGetRogueHandbookDataCsReq, CmdID.CmdGetRogueHandbookDataScRsp }, + .{ CmdID.CmdGetRogueEndlessActivityDataCsReq, CmdID.CmdGetRogueEndlessActivityDataScRsp }, + .{ CmdID.CmdChessRogueQueryCsReq, CmdID.CmdChessRogueQueryScRsp }, + .{ CmdID.CmdRogueTournQueryCsReq, CmdID.CmdRogueTournQueryScRsp }, + .{ CmdID.CmdPlayerReturnInfoQueryCsReq, CmdID.CmdPlayerReturnInfoQueryScRsp }, + .{ CmdID.CmdRogueMagicQueryCsReq, CmdID.CmdRogueMagicQueryScRsp }, + .{ CmdID.CmdRogueTournGetCurRogueCocoonInfoCsReq, CmdID.CmdRogueTournGetCurRogueCocoonInfoScRsp }, //friendlist .{ CmdID.CmdGetFriendApplyListInfoCsReq, CmdID.CmdGetFriendApplyListInfoScRsp }, .{ CmdID.CmdGetChatFriendHistoryCsReq, CmdID.CmdGetChatFriendHistoryScRsp }, @@ -163,6 +177,61 @@ const DummyCmdList = [_]struct { CmdID, CmdID }{ .{ CmdID.CmdGetFriendDevelopmentInfoCsReq, CmdID.CmdGetFriendDevelopmentInfoScRsp }, .{ CmdID.CmdGetFriendRecommendListInfoCsReq, CmdID.CmdGetFriendRecommendListInfoScRsp }, //add + .{ CmdID.CmdGetEraFlipperDataCsReq, CmdID.CmdGetEraFlipperDataScRsp }, + .{ CmdID.CmdGetUnreleasedBlockInfoCsReq, CmdID.CmdGetUnreleasedBlockInfoScRsp }, + .{ CmdID.CmdPBPIGABCJED, CmdID.CmdABJBJOCBPLH }, + .{ CmdID.CmdEKNCLPMCCNE, CmdID.CmdNJHPBNBHOLL }, + .{ CmdID.CmdOCPJHDOFIMC, CmdID.CmdKGIPBNHOJLG }, + .{ CmdID.CmdCJGIAPJKIDL, CmdID.CmdDAEDKDPBMIM }, + .{ CmdID.CmdHEDNPLNCICC, CmdID.CmdGJDJCDBBHOE }, + .{ CmdID.CmdLCCNLFAHCBA, CmdID.CmdNKEJNOCLJEA }, + .{ CmdID.CmdAIEAADPOFKA, CmdID.CmdDAHLBDGMHCH }, + .{ CmdID.CmdOPHHNPGIKNK, CmdID.CmdHAIBDDPANJJ }, + .{ CmdID.CmdGetActivityHotDataCsReq, CmdID.CmdGetActivityHotDataScRsp }, + .{ CmdID.CmdGetDrinkMakerDataCsReq, CmdID.CmdGetDrinkMakerDataScRsp }, + .{ CmdID.CmdMatchThreeGetDataCsReq, CmdID.CmdMatchThreeGetDataScRsp }, + .{ CmdID.CmdTarotBookGetDataCsReq, CmdID.CmdTarotBookGetDataScRsp }, + .{ CmdID.CmdGetSummonActivityDataCsReq, CmdID.CmdGetSummonActivityDataScRsp }, + .{ CmdID.CmdGetFeverTimeActivityDataCsReq, CmdID.CmdGetFeverTimeActivityDataScRsp }, + .{ CmdID.CmdTextJoinQueryCsReq, CmdID.CmdTextJoinQueryScRsp }, + .{ CmdID.CmdGetBoxingClubInfoCsReq, CmdID.CmdGetBoxingClubInfoScRsp }, + .{ CmdID.CmdGetTrainVisitorRegisterCsReq, CmdID.CmdGetTrainVisitorRegisterScRsp }, + .{ CmdID.CmdGetTelevisionActivityDataCsReq, CmdID.CmdGetTelevisionActivityDataScRsp }, + .{ CmdID.CmdGetMuseumInfoCsReq, CmdID.CmdGetMuseumInfoScRsp }, + .{ CmdID.CmdTravelBrochureGetDataCsReq, CmdID.CmdTravelBrochureGetDataScRsp }, + .{ CmdID.CmdSpaceZooDataCsReq, CmdID.CmdSpaceZooDataScRsp }, + .{ CmdID.CmdGetElationActivityDataCsReq, CmdID.CmdGetElationActivityDataScRsp }, + .{ CmdID.CmdGetHipplenDataCsReq, CmdID.CmdGetHipplenDataScRsp }, + .{ CmdID.CmdParkourGetDataCsReq, CmdID.CmdParkourGetDataScRsp }, + .{ CmdID.CmdGetPlanetFesDataCsReq, CmdID.CmdGetPlanetFesDataScRsp }, + .{ CmdID.CmdFateQueryCsReq, CmdID.CmdFateQueryScRsp }, + .{ CmdID.CmdMarbleGetDataCsReq, CmdID.CmdMarbleGetDataScRsp }, + .{ CmdID.CmdChimeraGetDataCsReq, CmdID.CmdChimeraGetDataScRsp }, + .{ CmdID.CmdGetFightFestDataCsReq, CmdID.CmdGetFightFestDataScRsp }, + .{ CmdID.CmdGetSwordTrainingDataCsReq, CmdID.CmdGetSwordTrainingDataScRsp }, + .{ CmdID.CmdGetTrackPhotoActivityDataCsReq, CmdID.CmdGetTrackPhotoActivityDataScRsp }, + .{ CmdID.CmdMatchThreeV2GetDataCsReq, CmdID.CmdMatchThreeV2GetDataScRsp }, + .{ CmdID.CmdGetStrongChallengeActivityDataCsReq, CmdID.CmdGetStrongChallengeActivityDataScRsp }, + .{ CmdID.CmdGetAetherDivideChallengeInfoCsReq, CmdID.CmdGetAetherDivideChallengeInfoScRsp }, + .{ CmdID.CmdDifficultyAdjustmentGetDataCsReq, CmdID.CmdDifficultyAdjustmentGetDataScRsp }, + .{ CmdID.CmdGetSwitchMascotDataCsReq, CmdID.CmdGetSwitchMascotDataScRsp }, + .{ CmdID.CmdGetGunPlayDataCsReq, CmdID.CmdGetGunPlayDataScRsp }, + .{ CmdID.CmdGetShareDataCsReq, CmdID.CmdGetShareDataScRsp }, + .{ CmdID.CmdGetPlayerReturnMultiDropInfoCsReq, CmdID.CmdGetPlayerReturnMultiDropInfoScRsp }, + .{ CmdID.CmdGetMultipleDropInfoCsReq, CmdID.CmdGetMultipleDropInfoScRsp }, + .{ CmdID.CmdGetStarFightDataCsReq, CmdID.CmdGetStarFightDataScRsp }, + .{ CmdID.CmdGetRogueScoreRewardInfoCsReq, CmdID.CmdGetRogueScoreRewardInfoScRsp }, + .{ CmdID.CmdGetChessRogueNousStoryInfoCsReq, CmdID.CmdGetChessRogueNousStoryInfoScRsp }, + .{ CmdID.CmdMultiplayerGetMatchPlayDataCsReq, CmdID.CmdMultiplayerGetMatchPlayDataScRsp }, + .{ CmdID.CmdGetMbtiReportCsReq, CmdID.CmdGetMbtiReportScRsp }, + .{ CmdID.CmdMonopolyGetRegionProgressCsReq, CmdID.CmdMonopolyGetRegionProgressScRsp }, + .{ CmdID.CmdGetMonopolyInfoCsReq, CmdID.CmdGetMonopolyInfoScRsp }, + .{ CmdID.CmdGetMainMissionCustomValueCsReq, CmdID.CmdGetMainMissionCustomValueScRsp }, + .{ CmdID.CmdGetAetherDivideInfoCsReq, CmdID.CmdGetAetherDivideInfoScRsp }, + .{ CmdID.CmdHeliobusActivityDataCsReq, CmdID.CmdHeliobusActivityDataScRsp }, + .{ CmdID.CmdRogueArcadeGetInfoCsReq, CmdID.CmdRogueArcadeGetInfoScRsp }, + .{ CmdID.CmdCommonRogueQueryCsReq, CmdID.CmdCommonRogueQueryScRsp }, + .{ CmdID.CmdSwitchHandDataCsReq, CmdID.CmdSwitchHandDataScRsp }, .{ CmdID.CmdGetMissionMessageInfoCsReq, CmdID.CmdGetMissionMessageInfoScRsp }, .{ CmdID.CmdTrainPartyGetDataCsReq, CmdID.CmdTrainPartyGetDataScRsp }, .{ CmdID.CmdQueryProductInfoCsReq, CmdID.CmdQueryProductInfoScRsp }, diff --git a/gameserver/src/services/login.zig b/gameserver/src/services/login.zig index 139a397..f0ddaa8 100644 --- a/gameserver/src/services/login.zig +++ b/gameserver/src/services/login.zig @@ -9,11 +9,11 @@ const ArrayList = std.ArrayList; const CmdID = protocol.CmdID; const content = [_]u32{ - 200001, 200002, 200003, 200004, 200005, 200006, 200007, - 150017, 150015, 150021, 150018, 130011, 130012, 130013, - 150025, 140006, 150026, 130014, 150034, 150029, 150035, - 150041, 150039, 150045, 150057, 150042, 150067, 150064, - 150063, 150024, 171002, 150068, + 200001, 200002, 200003, 200004, 200005, 200006, 200007, 200008, + 150017, 150015, 150021, 150018, 130011, 130012, 130013, 150025, + 140006, 150026, 130014, 150034, 150029, 150035, 150041, 150039, + 150045, 150057, 150042, 150067, 150064, 150063, 150024, 171002, + 150068, 150070, 150071, }; pub fn onPlayerGetToken(session: *Session, _: *const Packet, allocator: Allocator) !void { diff --git a/gameserver/src/services/scene.zig b/gameserver/src/services/scene.zig index 4b1f1fc..8d96324 100644 --- a/gameserver/src/services/scene.zig +++ b/gameserver/src/services/scene.zig @@ -287,3 +287,12 @@ pub fn onChangeEraFlipperData(session: *Session, packet: *const Packet, allocato .data = req.data, }); } +pub fn onSetTrainWorldId(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SetTrainWorldIdCsReq, allocator); + defer req.deinit(); + + try session.send(CmdID.CmdSetTrainWorldIdScRsp, protocol.SetTrainWorldIdScRsp{ + .retcode = 0, + .JHJPDNINCLJ = req.JHJPDNINCLJ, + }); +} diff --git a/hotfix.json b/hotfix.json index 28dcb8d..23a8b99 100644 --- a/hotfix.json +++ b/hotfix.json @@ -6,5 +6,13 @@ "ifix_version": "0", "lua_url": "https://autopatchcn.bhsr.com/lua/BetaLive/output_12579929_9566349ee5fb_c6341faaf9b027", "lua_version": "" + }, + "CNBETAWin3.7.52": { + "asset_bundle_url": "https://autopatchcn.bhsr.com/asb/BetaLive/output_12667947_227b15b1bb81_6191be20fa4374", + "ex_resource_url": "https://autopatchcn.bhsr.com/design_data/BetaLive/output_12667947_f39357aaad70_d21eabf55b71eb", + "ifix_url": "https://autopatchcn.bhsr.com/ifix/BetaLive/output_0_40d2ce0253_c61ba99f70b885", + "ifix_version": "0", + "lua_url": "https://autopatchcn.bhsr.com/lua/BetaLive/output_12668602_bb2724b6e4aa_96844284b2e8b2", + "lua_version": "" } } \ No newline at end of file diff --git a/protocol/src/protocol.pb.zig b/protocol/src/protocol.pb.zig index 3103ca6..8087a3f 100644 --- a/protocol/src/protocol.pb.zig +++ b/protocol/src/protocol.pb.zig @@ -1870,7 +1870,7 @@ pub const MBDNNNBGBMB = enum(i32) { pub const ECKDOLOPPAL = enum(i32) { ECKDOLOPPAL_OBKDMOABJII = 0, - ECKDOLOPPAL_MLIKBLJDCDF = 1, + ECKDOLOPPAL_dialogue_basic_info = 1, ECKDOLOPPAL_NOCFOCBHIHJ = 2, _, }; @@ -6515,17 +6515,17 @@ pub const BBOJHKHEIPD = enum(i32) { _, }; -pub const KCKFFKDFBED = enum(i32) { - KCKFFKDFBED_ABIKGKJHBFN = 0, - KCKFFKDFBED_BHPPJGAHECE = 1, - KCKFFKDFBED_PHGLHCCEFHP = 2, +pub const RogueBoothStatus = enum(i32) { + RogueBoothStatus_ABIKGKJHBFN = 0, + RogueBoothStatus_BHPPJGAHECE = 1, + RogueBoothStatus_PHGLHCCEFHP = 2, _, }; -pub const AMANAHODMCF = enum(i32) { - AMANAHODMCF_IBBIDELDKKM = 0, - AMANAHODMCF_KFJPBOHGKJK = 1, - AMANAHODMCF_LMIJIKCPADO = 2, +pub const RogueCollectionStatus = enum(i32) { + RogueCollectionStatus_IBBIDELDKKM = 0, + RogueCollectionStatus_KFJPBOHGKJK = 1, + RogueCollectionStatus_LMIJIKCPADO = 2, _, }; @@ -7327,10 +7327,10 @@ pub const GFIINMHFGIA = enum(i32) { _, }; -pub const OCKDIDOPGCK = enum(i32) { - OCKDIDOPGCK_ALOCMFAKBKP = 0, - OCKDIDOPGCK_LPIPNOJDMBD = 1, - OCKDIDOPGCK_HOKPFJCDICB = 2, +pub const TrainVisitorRegisterGetType = enum(i32) { + TrainVisitorRegisterGetType_ALOCMFAKBKP = 0, + TrainVisitorRegisterGetType_LPIPNOJDMBD = 1, + TrainVisitorRegisterGetType_HOKPFJCDICB = 2, _, }; @@ -12850,13 +12850,13 @@ pub const LIHKFBKOGNB = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GEJIONMNIKJ = struct { +pub const GetAetherDivideChallengeInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const DBJKDLIOIEO = struct { +pub const GetAetherDivideChallengeInfoScRsp = struct { retcode: u32 = 0, FJDOMPEILGM: ArrayList(u32), CIELMLCNNDD: u32 = 0, @@ -14962,13 +14962,13 @@ pub const HMHECIGCHKG = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const DPCFNEKEAGF = struct { +pub const GetBoxingClubInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const BPNMEBKDJEA = struct { +pub const GetBoxingClubInfoScRsp = struct { retcode: u32 = 0, challenge_list: ArrayList(HMHECIGCHKG), @@ -16877,10 +16877,10 @@ pub const GetLoginChatInfoScRsp = struct { }; pub const DLNGEIDENFI = struct { - BAOOKDNBKBG: ?ItemCostData = null, + rogue_revive_cost: ?ItemCostData = null, pub const _desc_table = .{ - .BAOOKDNBKBG = fd(9, .{ .SubMessage = {} }), + .rogue_revive_cost = fd(9, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -16977,12 +16977,12 @@ pub const IBLEJCDAHPL = struct { pub const KJGPIDCJHIG = struct { JAKENMOLLCI: ArrayList(IBLEJCDAHPL), FGKDPEEHJAK: u32 = 0, - KOAMFAFDEAD: bool = false, + confirm: bool = false, pub const _desc_table = .{ .JAKENMOLLCI = fd(13, .{ .List = .{ .SubMessage = {} } }), .FGKDPEEHJAK = fd(3, .{ .Varint = .Simple }), - .KOAMFAFDEAD = fd(14, .{ .Varint = .Simple }), + .confirm = fd(14, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -17256,7 +17256,7 @@ pub const GDDADJLINNC = struct { EAFKFIAOAHC: ?IIBMMHJLLNH = null, BONCAALANBG: ?AIPGDMCNFGI = null, LDLAKMODANM: ?KCCPMAKBJBA = null, - GCLEKILECBI: ?NGNKNEDPCPK = null, + pending_action: ?RogueCommonPendingAction = null, NLLCOCHLENF: ?EKHNOPOJDGE = null, IICDMMGJDNO: ?EOJALGLNHFE = null, PLNHMFPOOHN: ?BFFGNEGPJCD = null, @@ -17272,7 +17272,7 @@ pub const GDDADJLINNC = struct { .EAFKFIAOAHC = fd(9, .{ .SubMessage = {} }), .BONCAALANBG = fd(5, .{ .SubMessage = {} }), .LDLAKMODANM = fd(1, .{ .SubMessage = {} }), - .GCLEKILECBI = fd(13, .{ .SubMessage = {} }), + .pending_action = fd(13, .{ .SubMessage = {} }), .NLLCOCHLENF = fd(1717, .{ .SubMessage = {} }), .IICDMMGJDNO = fd(11, .{ .SubMessage = {} }), .PLNHMFPOOHN = fd(10, .{ .SubMessage = {} }), @@ -17422,13 +17422,13 @@ pub const OLACDPDJNML = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const FMDBHHLPJLF = struct { +pub const ChessRogueQueryCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const PBJPGCCKDAA = struct { +pub const ChessRogueQueryScRsp = struct { retcode: u32 = 0, rogue_get_info: ?AIIDGCDHIBI = null, DOFLAGFNKBN: ?GDDADJLINNC = null, @@ -18224,13 +18224,13 @@ pub const LLAJPJOMHEF = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const MIGIKKGEHAB = struct { +pub const GetChessRogueNousStoryInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const HJFPNHKKGEM = struct { +pub const GetChessRogueNousStoryInfoScRsp = struct { DDHFCHHIJBO: ArrayList(CNHGNPNLMFM), retcode: u32 = 0, BMKLNLLNKNN: ArrayList(LLAJPJOMHEF), @@ -18572,13 +18572,13 @@ pub const CMDMFMOLKGB = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const IMEIPJBFLPL = struct { +pub const ChimeraGetDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const BOJIMHGFGEE = struct { +pub const ChimeraGetDataScRsp = struct { APKGPGIGKFN: KNKBGOLJMBF = @enumFromInt(0), lineup: ?NOIKPKOINPN = null, retcode: u32 = 0, @@ -20961,13 +20961,13 @@ pub const HJCOEHHEEJF = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const IMMCALOKIJN = struct { +pub const GetDrinkMakerDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KMCHEILEKKI = struct { +pub const GetDrinkMakerDataScRsp = struct { exp: u32 = 0, OFHEBCLKKHH: ?HIFMFKLGHHK = null, retcode: u32 = 0, @@ -23352,7 +23352,7 @@ pub const CDKJNODKDLM = struct { difficulty_level: u32 = 0, EKFDIFKLKAP: ?OONDHDOABLE = null, EKFIIBKJLEF: ?EDOFBKHGPAC = null, - GCLEKILECBI: ?IIDPHHDBFLO = null, + pending_action: ?IIDPHHDBFLO = null, KGBLIPKDFNI: ?CNLNNJDDEGM = null, LALBMNBAKKA: u32 = 0, BFBFLGANPHK: ?PMBIGOADBKN = null, @@ -23368,7 +23368,7 @@ pub const CDKJNODKDLM = struct { .difficulty_level = fd(13, .{ .Varint = .Simple }), .EKFDIFKLKAP = fd(1301, .{ .SubMessage = {} }), .EKFIIBKJLEF = fd(1, .{ .SubMessage = {} }), - .GCLEKILECBI = fd(15, .{ .SubMessage = {} }), + .pending_action = fd(15, .{ .SubMessage = {} }), .KGBLIPKDFNI = fd(3, .{ .SubMessage = {} }), .LALBMNBAKKA = fd(2, .{ .Varint = .Simple }), .BFBFLGANPHK = fd(7, .{ .SubMessage = {} }), @@ -23827,10 +23827,10 @@ pub const IGEOKLHOGKC = struct { }; pub const PJCCJAFEPMP = struct { - GCLEKILECBI: ?IIDPHHDBFLO = null, + pending_action: ?IIDPHHDBFLO = null, pub const _desc_table = .{ - .GCLEKILECBI = fd(15, .{ .SubMessage = {} }), + .pending_action = fd(15, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -23979,13 +23979,13 @@ pub const OGMGDCJLKIC = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const EBCACFHPPCF = struct { +pub const FateQueryCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const DMFFKCBGKKJ = struct { +pub const FateQueryScRsp = struct { rogue_get_info: ?JCLJCOIACKP = null, PHMBJPFKKAK: ?CDKJNODKDLM = null, retcode: u32 = 0, @@ -24355,7 +24355,7 @@ pub const DPOLNPLHIAA = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const EHNELHJAMLI = struct { +pub const FeverTimeActivityData = struct { BGGBJACGAIC: u32 = 0, HAHKIAAGFIE: u32 = 0, OKMAIJHGIMP: NMIMBJMPHOH = @enumFromInt(0), @@ -24369,15 +24369,15 @@ pub const EHNELHJAMLI = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const OLPAAHBAHMJ = struct { +pub const GetFeverTimeActivityDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const ADEBBLIHHNO = struct { +pub const GetFeverTimeActivityDataScRsp = struct { retcode: u32 = 0, - ABAJINBJIEL: ArrayList(EHNELHJAMLI), + ABAJINBJIEL: ArrayList(FeverTimeActivityData), pub const _desc_table = .{ .retcode = fd(6, .{ .Varint = .Simple }), @@ -25565,13 +25565,13 @@ pub const GENJBKAANDE = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KFAGMGMMHGC = struct { +pub const GetFightFestDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const DOEAMNCKPNN = struct { +pub const GetFightFestDataScRsp = struct { retcode: u32 = 0, MPAEABHCNGA: ArrayList(u32), challenge_list: ArrayList(GENJBKAANDE), @@ -28521,7 +28521,7 @@ pub const OMBLHDLMGKP = struct { pub const BDDINONAGBN = struct { OJDOBCHGKMJ: bool = false, unique_id: u32 = 0, - GCLEKILECBI: ?LMCCGDOPBAO = null, + pending_action: ?LMCCGDOPBAO = null, JDKBOGFIFDD: ArrayList(OMBLHDLMGKP), OOCAOBICBAB: u32 = 0, ABDLJHFBHFL: ?AAGMDFOFHMP = null, @@ -28530,7 +28530,7 @@ pub const BDDINONAGBN = struct { pub const _desc_table = .{ .OJDOBCHGKMJ = fd(14, .{ .Varint = .Simple }), .unique_id = fd(8, .{ .Varint = .Simple }), - .GCLEKILECBI = fd(2, .{ .SubMessage = {} }), + .pending_action = fd(2, .{ .SubMessage = {} }), .JDKBOGFIFDD = fd(15, .{ .List = .{ .SubMessage = {} } }), .OOCAOBICBAB = fd(4, .{ .Varint = .Simple }), .ABDLJHFBHFL = fd(13, .{ .SubMessage = {} }), @@ -29869,7 +29869,7 @@ pub const PAMFKKJCPCN = struct { JCNCBNBPMCA, KCJIHKIKJMO, ELHKKABFJGF, - GCLEKILECBI, + pending_action, FJBEEBDPHNN, FGBOAIPGGFK, PGAHFMEMIJN, @@ -29914,7 +29914,7 @@ pub const PAMFKKJCPCN = struct { JCNCBNBPMCA: DLNMANNHHAN, KCJIHKIKJMO: u32, ELHKKABFJGF: INLMMKLJCLF, - GCLEKILECBI: LMCCGDOPBAO, + pending_action: LMCCGDOPBAO, FJBEEBDPHNN: BFAGPFAMEAF, FGBOAIPGGFK: KLLKBOEACAJ, PGAHFMEMIJN: NNGECOOOBKE, @@ -29958,7 +29958,7 @@ pub const PAMFKKJCPCN = struct { .JCNCBNBPMCA = fd(195, .{ .SubMessage = {} }), .KCJIHKIKJMO = fd(1285, .{ .Varint = .Simple }), .ELHKKABFJGF = fd(577, .{ .SubMessage = {} }), - .GCLEKILECBI = fd(1867, .{ .SubMessage = {} }), + .pending_action = fd(1867, .{ .SubMessage = {} }), .FJBEEBDPHNN = fd(1069, .{ .SubMessage = {} }), .FGBOAIPGGFK = fd(362, .{ .SubMessage = {} }), .PGAHFMEMIJN = fd(1400, .{ .SubMessage = {} }), @@ -30734,10 +30734,10 @@ pub const PMGFGENKPCI = struct { }; pub const FKPCMCMBGHO = struct { - LLHFNKJOFMA: u32 = 0, + option_id: u32 = 0, pub const _desc_table = .{ - .LLHFNKJOFMA = fd(10, .{ .Varint = .Simple }), + .option_id = fd(10, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -32669,13 +32669,13 @@ pub const FJDEAEAFMLK = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const PFCGHODONEK = struct { +pub const GetHipplenDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const MLGECIDINHM = struct { +pub const GetHipplenDataScRsp = struct { JFDNECHLADP: ?HHLGFMEKIEI = null, FCAKCIAFJBO: ?MKELEBAEBED = null, retcode: u32 = 0, @@ -35386,7 +35386,7 @@ pub const KGEIJDNMEKO = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const EGHOBCIMPNH = struct { +pub const MarbleGetDataScRsp = struct { MKLBDPEAEBD: ArrayList(u32), score_id: i32 = 0, IMGBOKEIFFN: ArrayList(u32), @@ -35654,7 +35654,7 @@ pub const GetCrossInfoScRsp = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const IPBNIMPLEBD = struct { +pub const MatchThreeGetDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); @@ -35728,7 +35728,7 @@ pub const DINKMKHIGMC = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const NDNODNGCIFP = struct { +pub const MatchThreeGetDataScRsp = struct { retcode: u32 = 0, BGGCGHGNOFL: ?DINKMKHIGMC = null, @@ -35824,7 +35824,7 @@ pub const EMKJJGADDLD = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const AGLLFHMLCFF = struct { +pub const MatchThreeV2GetDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); @@ -35880,7 +35880,7 @@ pub const IJDJAOGLHCI = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const BBGHLIMPOBH = struct { +pub const MatchThreeV2GetDataScRsp = struct { JDFAHEGKDEF: ?IJDJAOGLHCI = null, retcode: u32 = 0, @@ -37248,7 +37248,7 @@ pub const AAEAIIFGMEE = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KGNHCCPMBLH = struct { +pub const GetMonopolyInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); @@ -37366,7 +37366,7 @@ pub const KKKDBMNDEGP = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GMICFOLDOPA = struct { +pub const GetMonopolyInfoScRsp = struct { PFDCONGABMC: ArrayList(u32), JMLNBIJGPNL: ?IKENBJPMNJL = null, DOCALFGLOBE: ?OGIDHOILEFE = null, @@ -37512,13 +37512,13 @@ pub const IBDDDFBMPGL = struct { BMPCOAAOIBA: ArrayList(u32), event_id: u32 = 0, EECAOOKOJJG: u32 = 0, - LLHFNKJOFMA: u32 = 0, + option_id: u32 = 0, pub const _desc_table = .{ .BMPCOAAOIBA = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), .event_id = fd(12, .{ .Varint = .Simple }), .EECAOOKOJJG = fd(14, .{ .Varint = .Simple }), - .LLHFNKJOFMA = fd(15, .{ .Varint = .Simple }), + .option_id = fd(15, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -37739,11 +37739,11 @@ pub const AFPAEBGOLHG = struct { }; pub const EDIDBDGJIAF = struct { - LLHFNKJOFMA: u32 = 0, + option_id: u32 = 0, event_id: u32 = 0, pub const _desc_table = .{ - .LLHFNKJOFMA = fd(13, .{ .Varint = .Simple }), + .option_id = fd(13, .{ .Varint = .Simple }), .event_id = fd(9, .{ .Varint = .Simple }), }; @@ -37753,12 +37753,12 @@ pub const EDIDBDGJIAF = struct { pub const PFIMOFGLIOO = struct { JPBELMFFOGC: u32 = 0, event_id: u32 = 0, - LLHFNKJOFMA: u32 = 0, + option_id: u32 = 0, pub const _desc_table = .{ .JPBELMFFOGC = fd(15, .{ .Varint = .Simple }), .event_id = fd(5, .{ .Varint = .Simple }), - .LLHFNKJOFMA = fd(8, .{ .Varint = .Simple }), + .option_id = fd(8, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -37766,14 +37766,14 @@ pub const PFIMOFGLIOO = struct { pub const DPCPMOLHGME = struct { LIGADLAGLPO: ArrayList(PFIMOFGLIOO), - LLHFNKJOFMA: u32 = 0, + option_id: u32 = 0, DOCALFGLOBE: ?IBAOFCICLIL = null, retcode: u32 = 0, event_id: u32 = 0, pub const _desc_table = .{ .LIGADLAGLPO = fd(10, .{ .List = .{ .SubMessage = {} } }), - .LLHFNKJOFMA = fd(7, .{ .Varint = .Simple }), + .option_id = fd(7, .{ .Varint = .Simple }), .DOCALFGLOBE = fd(9, .{ .SubMessage = {} }), .retcode = fd(6, .{ .Varint = .Simple }), .event_id = fd(1, .{ .Varint = .Simple }), @@ -38602,7 +38602,7 @@ pub const PCFGODKODHM = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const MMJEHAILNGE = struct { +pub const GetMbtiReportCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); @@ -38620,7 +38620,7 @@ pub const NGOAOOEHDNJ = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const MNCBHMNLIFG = struct { +pub const GetMbtiReportScRsp = struct { GJANPGHIKEC: bool = false, progress: u32 = 0, OBDDOMLJCFJ: i32 = 0, @@ -38816,13 +38816,13 @@ pub const MAOFJEEAPJO = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KAGABFDOIAO = struct { +pub const MonopolyGetRegionProgressCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const BBPBBBDDKFI = struct { +pub const MonopolyGetRegionProgressScRsp = struct { retcode: u32 = 0, MOEFALEGGLO: u32 = 0, INFDCOAHCJN: u32 = 0, @@ -39122,7 +39122,7 @@ pub const PCNPHFGKBHB = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const HHMDEJFGFKG = struct { +pub const MultiplayerGetMatchPlayDataCsReq = struct { MIAPPMPIICC: ArrayList(FightGameMode), pub const _desc_table = .{ @@ -39159,7 +39159,7 @@ pub const JJPIBMHEEIF = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GPAFHGJOCGH = struct { +pub const MultiplayerGetMatchPlayDataScRsp = struct { retcode: u32 = 0, HGNELDGFLGL: ArrayList(JJPIBMHEEIF), @@ -39244,7 +39244,7 @@ pub const MFCMNNJGHDJ = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const PDPHCLPCNBP = struct { +pub const GetMultipleDropInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); @@ -39262,7 +39262,7 @@ pub const GCPJEPGMIOC = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GAIEHAKNMMF = struct { +pub const GetMultipleDropInfoScRsp = struct { LNIIMLOMKOE: ArrayList(GCPJEPGMIOC), CHDDIKCDEJM: ArrayList(CKDJGLBBFDP), retcode: u32 = 0, @@ -39286,7 +39286,7 @@ pub const MAMDABMCIMP = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CNOOEFBFLCL = struct { +pub const GetPlayerReturnMultiDropInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); @@ -39324,7 +39324,7 @@ pub const CKDJGLBBFDP = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const HPIDGCJDPEE = struct { +pub const GetPlayerReturnMultiDropInfoScRsp = struct { retcode: u32 = 0, ILKFLOKICGD: ?ALJLIEANFEA = null, CHDDIKCDEJM: ArrayList(CKDJGLBBFDP), @@ -39464,13 +39464,13 @@ pub const PHJGLGALDJA = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LPMBCEGLLEN = struct { +pub const GetMuseumInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LOELHDFPJKD = struct { +pub const GetMuseumInfoScRsp = struct { OOPGDGKCECA: ArrayList(u32), EDHKFJKJJGP: u32 = 0, MKAOJHGPKGD: u32 = 0, @@ -40242,13 +40242,13 @@ pub const CHNEOEFNJJO = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const HDBILLENKMG = struct { +pub const ParkourGetDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GNLLJMIMNPC = struct { +pub const ParkourGetDataScRsp = struct { retcode: u32 = 0, FEFEBNLINGO: ArrayList(CHNEOEFNJJO), @@ -40660,13 +40660,13 @@ pub const UnlockPhoneCaseScNotify = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LGNMIJKJKJC = struct { +pub const GetPlanetFesDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CHOIPPBOANF = struct { +pub const GetPlanetFesDataScRsp = struct { KCJJGMIANIG: ?DBJEDFBDNED = null, retcode: u32 = 0, PHMBJPFKKAK: ?HNPOOMBJMBI = null, @@ -40825,10 +40825,10 @@ pub const OGDHCKCMIPG = struct { }; pub const HJPPFMLPLHI = struct { - DACLKNBCNNP: ArrayList(CKDCKMKNAGE), + option_result_info: ArrayList(CKDCKMKNAGE), pub const _desc_table = .{ - .DACLKNBCNNP = fd(14, .{ .List = .{ .SubMessage = {} } }), + .option_result_info = fd(14, .{ .List = .{ .SubMessage = {} } }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -43105,10 +43105,10 @@ pub const ServerAnnounceNotify = struct { pub const GateServer = struct { region_name: ManagedString = .Empty, ip: ManagedString = .Empty, - unk1: bool = false, + data_use_asset_boundle: bool = false, lua_url: ManagedString = .Empty, ex_resource_url: ManagedString = .Empty, - unk2: bool = false, + res_use_asset_boundle: bool = false, asset_bundle_url: ManagedString = .Empty, port: u32 = 0, unk3: bool = false, @@ -43131,15 +43131,15 @@ pub const GateServer = struct { DBBDEFFFFNG: bool = false, JHDAMHIBPDF: bool = false, OAHFBCEIIEA: bool = false, - KGOGMMCNOBP: bool = false, + use_tcp: bool = false, pub const _desc_table = .{ .region_name = fd(5, .String), .ip = fd(6, .String), - .unk1 = fd(8, .{ .Varint = .Simple }), + .data_use_asset_boundle = fd(8, .{ .Varint = .Simple }), .lua_url = fd(9, .String), .ex_resource_url = fd(10, .String), - .unk2 = fd(11, .{ .Varint = .Simple }), + .res_use_asset_boundle = fd(11, .{ .Varint = .Simple }), .asset_bundle_url = fd(12, .String), .port = fd(13, .{ .Varint = .Simple }), .unk3 = fd(164, .{ .Varint = .Simple }), @@ -43162,7 +43162,7 @@ pub const GateServer = struct { .DBBDEFFFFNG = fd(1674, .{ .Varint = .Simple }), .JHDAMHIBPDF = fd(1680, .{ .Varint = .Simple }), .OAHFBCEIIEA = fd(1789, .{ .Varint = .Simple }), - .KGOGMMCNOBP = fd(1759, .{ .Varint = .Simple }), + .use_tcp = fd(1759, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -44128,7 +44128,7 @@ pub const BCIEDHOKLJN = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const IPALIMDICEL = struct { +pub const PlayerReturnTakeRewardScRsp = struct { retcode: u32 = 0, NJFPIAJMINM: ?ItemList = null, @@ -44140,7 +44140,7 @@ pub const IPALIMDICEL = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const JLLFEEOBFIB = struct { +pub const PlayerReturnInfoQueryCsReq = struct { INPKCDGKOPB: u32 = 0, pub const _desc_table = .{ @@ -44190,7 +44190,7 @@ pub const FDEMNKNKOPE = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const PEGNHMLBKJK = struct { +pub const PlayerReturnInfoQueryScRsp = struct { retcode: u32 = 0, HGCBIEIKCLJ: u32 = 0, GHDDDJHLLEM: ?FDEMNKNKOPE = null, @@ -46470,14 +46470,14 @@ pub const JFGNOHIHAMO = struct { }; pub const IIDKOFOKFEO = struct { - DOGJCPGOLOB: u32 = 0, + miracle_id: u32 = 0, MPKLHHLONIO: u32 = 0, max_times: u32 = 0, FPPEMJHAAAC: ArrayList(IIDKOFOKFEO.FPPEMJHAAACEntry), cur_times: u32 = 0, pub const _desc_table = .{ - .DOGJCPGOLOB = fd(11, .{ .Varint = .Simple }), + .miracle_id = fd(11, .{ .Varint = .Simple }), .MPKLHHLONIO = fd(15, .{ .Varint = .Simple }), .max_times = fd(2, .{ .Varint = .Simple }), .FPPEMJHAAAC = fd(1, .{ .List = .{ .SubMessage = {} } }), @@ -46567,10 +46567,10 @@ pub const LBAABPIEFKI = struct { }; pub const AHDEIGAMBKG = struct { - BAOOKDNBKBG: ?ItemCostData = null, + rogue_revive_cost: ?ItemCostData = null, pub const _desc_table = .{ - .BAOOKDNBKBG = fd(10, .{ .SubMessage = {} }), + .rogue_revive_cost = fd(10, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -46640,7 +46640,7 @@ pub const GKEJAFABHFD = struct { LDLAKMODANM: ?KCCPMAKBJBA = null, IAIDEKEFLEE: ?OBKPGBFDKHF = null, rogue_map: ?JEFPCMIJPEH = null, - GCLEKILECBI: ?NGNKNEDPCPK = null, + pending_action: ?RogueCommonPendingAction = null, IICDMMGJDNO: ?LDPKBANKIIK = null, PLNHMFPOOHN: ?KLCNEAJGDOD = null, PEHFGBFODMA: ?HBJNIJABILE = null, @@ -46652,7 +46652,7 @@ pub const GKEJAFABHFD = struct { .LDLAKMODANM = fd(12, .{ .SubMessage = {} }), .IAIDEKEFLEE = fd(8, .{ .SubMessage = {} }), .rogue_map = fd(15, .{ .SubMessage = {} }), - .GCLEKILECBI = fd(5, .{ .SubMessage = {} }), + .pending_action = fd(5, .{ .SubMessage = {} }), .IICDMMGJDNO = fd(9, .{ .SubMessage = {} }), .PLNHMFPOOHN = fd(10, .{ .SubMessage = {} }), .PEHFGBFODMA = fd(13, .{ .SubMessage = {} }), @@ -46934,14 +46934,14 @@ pub const HNGEDNHEHIP = struct { FHFOCHPOGNE: f32 = 0, rogue_dialogue_event_id: u32 = 0, is_valid: bool = false, - NGKMIONAHMK: i32 = 0, + display_int_value: i32 = 0, arg_id: u32 = 0, pub const _desc_table = .{ .FHFOCHPOGNE = fd(9, .{ .FixedInt = .I32 }), .rogue_dialogue_event_id = fd(7, .{ .Varint = .Simple }), .is_valid = fd(5, .{ .Varint = .Simple }), - .NGKMIONAHMK = fd(14, .{ .Varint = .Simple }), + .display_int_value = fd(14, .{ .Varint = .Simple }), .arg_id = fd(6, .{ .Varint = .Simple }), }; @@ -46982,13 +46982,13 @@ pub const LDEIOCPIFPO = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const HGJJMEKHJAB = struct { +pub const GetRogueInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const EJBIMMPCPIO = struct { +pub const GetRogueInfoScRsp = struct { retcode: u32 = 0, rogue_game_info: ?LCDJDKIAOCC = null, @@ -47414,13 +47414,13 @@ pub const DFNEHAIHGKK = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const AHIFJEGEGBH = struct { +pub const GetRogueScoreRewardInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const JGMGPJBILHJ = struct { +pub const GetRogueScoreRewardInfoScRsp = struct { retcode: u32 = 0, DOFLAGFNKBN: ?CBFFAIFLDIP = null, @@ -47690,13 +47690,13 @@ pub const PBNFEGELHPB = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const FKDEBAICAAO = struct { +pub const RogueArcadeGetInfoCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const PGFGEEADLJP = struct { +pub const RogueArcadeGetInfoScRsp = struct { retcode: u32 = 0, room_id: u32 = 0, @@ -47929,13 +47929,13 @@ pub const AIPGDMCNFGI = struct { pub const LEJLBPNJNKD = struct { cur_times: u32 = 0, MPKLHHLONIO: u32 = 0, - DOGJCPGOLOB: u32 = 0, + miracle_id: u32 = 0, FPPEMJHAAAC: ArrayList(LEJLBPNJNKD.FPPEMJHAAACEntry), pub const _desc_table = .{ .cur_times = fd(6, .{ .Varint = .Simple }), .MPKLHHLONIO = fd(7, .{ .Varint = .Simple }), - .DOGJCPGOLOB = fd(15, .{ .Varint = .Simple }), + .miracle_id = fd(15, .{ .Varint = .Simple }), .FPPEMJHAAAC = fd(1, .{ .List = .{ .SubMessage = {} } }), }; @@ -47979,10 +47979,10 @@ pub const CLHNHJFALIH = struct { }; pub const GILEPFBMKHH = struct { - DOGJCPGOLOB: u32 = 0, + miracle_id: u32 = 0, pub const _desc_table = .{ - .DOGJCPGOLOB = fd(12, .{ .Varint = .Simple }), + .miracle_id = fd(12, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -48401,10 +48401,10 @@ pub const IJJOICGNJEM = struct { }; pub const EHPHHGKFLNL = struct { - DOGJCPGOLOB: u32 = 0, + miracle_id: u32 = 0, pub const _desc_table = .{ - .DOGJCPGOLOB = fd(2, .{ .Varint = .Simple }), + .miracle_id = fd(2, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -48583,14 +48583,14 @@ pub const JBENCNEAKPE = struct { pub const KIBEBIEBEJE = struct { MDOKPHMEBPM: bool = false, - DOGJCPGOLOB: u32 = 0, + miracle_id: u32 = 0, cost_data: ?ItemCostData = null, KLKOCOMOCMC: ?ItemCostData = null, DJFIODAFCIL: bool = false, pub const _desc_table = .{ .MDOKPHMEBPM = fd(6, .{ .Varint = .Simple }), - .DOGJCPGOLOB = fd(5, .{ .Varint = .Simple }), + .miracle_id = fd(5, .{ .Varint = .Simple }), .cost_data = fd(11, .{ .SubMessage = {} }), .KLKOCOMOCMC = fd(4, .{ .SubMessage = {} }), .DJFIODAFCIL = fd(3, .{ .Varint = .Simple }), @@ -48758,11 +48758,11 @@ pub const NELFLKMAAAG = struct { }; pub const MPJCFEFLGJK = struct { - DOGJCPGOLOB: u32 = 0, + miracle_id: u32 = 0, interacted_prop_entity_id: u32 = 0, pub const _desc_table = .{ - .DOGJCPGOLOB = fd(13, .{ .Varint = .Simple }), + .miracle_id = fd(13, .{ .Varint = .Simple }), .interacted_prop_entity_id = fd(3, .{ .Varint = .Simple }), }; @@ -49313,7 +49313,7 @@ pub const NMLBPKACCOC = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KLPEOEANAPM = struct { +pub const RogueMagicScepter = struct { scepter_id: u32 = 0, level: u32 = 0, @@ -49326,7 +49326,7 @@ pub const KLPEOEANAPM = struct { }; pub const KLLLLFKCCEI = struct { - modifier_content: ?KLPEOEANAPM = null, + modifier_content: ?RogueMagicScepter = null, LFMCOCGHFAM: ArrayList(KLLLLFKCCEI.LFMCOCGHFAMEntry), EBHCEKMCOFB: ArrayList(NMLBPKACCOC), CGFLBBGJOJB: ArrayList(BCBBCFPPPHM), @@ -49514,7 +49514,7 @@ pub const NNIPNDGFALJ = struct { }; pub const CEFIAABMKMD = struct { - KPBEJMDKAAM: ArrayList(KLPEOEANAPM), + KPBEJMDKAAM: ArrayList(RogueMagicScepter), IEGLIKMNAEO: u32 = 0, pub const _desc_table = .{ @@ -49527,7 +49527,7 @@ pub const CEFIAABMKMD = struct { pub const GDGJOBPLDEP = struct { JELDEMLPDEO: bool = false, - OCEIFDAOJDO: ?KLPEOEANAPM = null, + OCEIFDAOJDO: ?RogueMagicScepter = null, pub const _desc_table = .{ .JELDEMLPDEO = fd(8, .{ .Varint = .Simple }), @@ -49550,7 +49550,7 @@ pub const MJHBFNAOCLJ = struct { }; pub const PFJBNOJPAIG = struct { - PBKHAJEGAIA: ?KLPEOEANAPM = null, + PBKHAJEGAIA: ?RogueMagicScepter = null, pub const _desc_table = .{ .PBKHAJEGAIA = fd(14, .{ .SubMessage = {} }), @@ -49561,7 +49561,7 @@ pub const PFJBNOJPAIG = struct { pub const OLBDKGDKDAA = struct { DGKMNENJJDE: bool = false, - MJBEIMCEPNO: ?KLPEOEANAPM = null, + MJBEIMCEPNO: ?RogueMagicScepter = null, pub const _desc_table = .{ .DGKMNENJJDE = fd(4, .{ .Varint = .Simple }), @@ -49686,7 +49686,7 @@ pub const NFIHHIAFPBK = struct { }; pub const HNEFKBODKKN = struct { - action: ?NGNKNEDPCPK = null, + action: ?RogueCommonPendingAction = null, EKOLMJJICDM: u32 = 0, pub const _desc_table = .{ @@ -49697,7 +49697,7 @@ pub const HNEFKBODKKN = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const NGNKNEDPCPK = struct { +pub const RogueCommonPendingAction = struct { JMBFILJLCEF: ?FDBJAPKONCN = null, queue_position: u32 = 0, @@ -50087,16 +50087,16 @@ pub const CHEGFBIEFNC = struct { }; pub const PHGFJLPLMHH = struct { - LMLGPPMDEIG: ?KLPEOEANAPM = null, + magic_item: ?RogueMagicScepter = null, pub const _desc_table = .{ - .LMLGPPMDEIG = fd(9, .{ .SubMessage = {} }), + .magic_item = fd(9, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const NKLKNHFOPKB = struct { +pub const RogueMagicUnitInfo = struct { CLNDIDNIEEJ: u32 = 0, magic_unit_id: u32 = 0, @@ -50124,19 +50124,19 @@ pub const HLEKBABCDCL = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const FHKEEDOLOBO = struct { +pub const GetRogueHandbookDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const AEHCIIHAMBJ = struct { +pub const GetRogueHandbookDataScRsp = struct { retcode: u32 = 0, - IKGOPPLNNBP: ?HLEKBABCDCL = null, + rogue_tourn_handbook: ?HLEKBABCDCL = null, pub const _desc_table = .{ .retcode = fd(11, .{ .Varint = .Simple }), - .IKGOPPLNNBP = fd(13, .{ .SubMessage = {} }), + .rogue_tourn_handbook = fd(13, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -50146,7 +50146,7 @@ pub const JIOFFGNHLLM = struct { ACCCHBFAFID: ArrayList(NBAODEHKEEJ), BCDLIBGNNHF: ArrayList(DMCFPHKHCNO), PNEFDEFOGDJ: ArrayList(AOCDKFAOBCP), - BFIOJFILLJO: ArrayList(NKLKNHFOPKB), + BFIOJFILLJO: ArrayList(RogueMagicUnitInfo), NIDLMLLPGLI: ArrayList(PHGFJLPLMHH), pub const _desc_table = .{ @@ -50255,11 +50255,11 @@ pub const PHHNFEFBHNN = struct { }; pub const AIOJIFMDLFH = struct { - BAOOKDNBKBG: ?ItemCostData = null, + rogue_revive_cost: ?ItemCostData = null, avatar_id_list: ArrayList(u32), pub const _desc_table = .{ - .BAOOKDNBKBG = fd(8, .{ .SubMessage = {} }), + .rogue_revive_cost = fd(8, .{ .SubMessage = {} }), .avatar_id_list = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), }; @@ -50464,7 +50464,7 @@ pub const BJEGLFAJKHA = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const BJDHAPHDEHH = struct { +pub const CommonRogueQueryCsReq = struct { POPNPAHIGFN: ArrayList(u32), pub const _desc_table = .{ @@ -50474,7 +50474,7 @@ pub const BJDHAPHDEHH = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CBAFJJELCOI = struct { +pub const CommonRogueQueryScRsp = struct { retcode: u32 = 0, ADHDALLKGPG: u32 = 0, rogue_get_info: ArrayList(BJEGLFAJKHA), @@ -50488,7 +50488,7 @@ pub const CBAFJJELCOI = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LBOFIPJNCAP = struct { +pub const CommonRogueUpdateScNotify = struct { NOOPCPNIJIN: ?NOOPCPNIJIN_union, pub const _NOOPCPNIJIN_case = enum { @@ -50514,7 +50514,7 @@ pub const LBOFIPJNCAP = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const AHHCILAABFK = struct { +pub const RogueCommonDialogueBasicInfo = struct { talk_dialogue_id: u32 = 0, aeon_talk_id: u32 = 0, @@ -50576,11 +50576,11 @@ pub const BNMELADFKLB = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const DALBCHLBFEA = struct { +pub const RogueCommonDialogueInfo = struct { AKDGEPAFDCI: ?AKDGEPAFDCI_union, pub const _AKDGEPAFDCI_case = enum { - MLIKBLJDCDF, + dialogue_basic_info, MHKDHHKPKAF, JEFEIFADFPI, LEGJADCKKKC, @@ -50588,14 +50588,14 @@ pub const DALBCHLBFEA = struct { IONNBPHMBFO, }; pub const AKDGEPAFDCI_union = union(_AKDGEPAFDCI_case) { - MLIKBLJDCDF: AHHCILAABFK, + dialogue_basic_info: RogueCommonDialogueBasicInfo, MHKDHHKPKAF: EDPEEGNOCPE, JEFEIFADFPI: BFBOMAOIAPM, LEGJADCKKKC: HPHDPIPGNFF, LAGIEHOOFGJ: KOFKBFGBHAJ, IONNBPHMBFO: BNMELADFKLB, pub const _union_desc = .{ - .MLIKBLJDCDF = fd(5, .{ .SubMessage = {} }), + .dialogue_basic_info = fd(5, .{ .SubMessage = {} }), .MHKDHHKPKAF = fd(13, .{ .SubMessage = {} }), .JEFEIFADFPI = fd(2, .{ .SubMessage = {} }), .LEGJADCKKKC = fd(4, .{ .SubMessage = {} }), @@ -50611,19 +50611,19 @@ pub const DALBCHLBFEA = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const EFOJJPAMBLO = struct { - HAMIIACPBDL: f32 = 0, - NGKMIONAHMK: i32 = 0, +pub const RogueCommonDialogueOptionDisplayInfo = struct { + display_float_value: f32 = 0, + display_int_value: i32 = 0, pub const _desc_table = .{ - .HAMIIACPBDL = fd(15, .{ .FixedInt = .I32 }), - .NGKMIONAHMK = fd(6, .{ .Varint = .Simple }), + .display_float_value = fd(15, .{ .FixedInt = .I32 }), + .display_int_value = fd(6, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const MKJOFHJEALP = struct { +pub const RogueCommonDialogueOptionBattleResultInfo = struct { battle_event_id: u32 = 0, pub const _desc_table = .{ @@ -50643,7 +50643,7 @@ pub const LIBDEIJEPFL = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const BJKNFFGBAJD = struct { +pub const RogueCommonDialogueOptionResultInfo = struct { HDHCIKLEJKC: ?HDHCIKLEJKC_union, pub const _HDHCIKLEJKC_case = enum { @@ -50651,7 +50651,7 @@ pub const BJKNFFGBAJD = struct { FPKMHIKBOAM, }; pub const HDHCIKLEJKC_union = union(_HDHCIKLEJKC_case) { - BAGHJLCHBNM: MKJOFHJEALP, + BAGHJLCHBNM: RogueCommonDialogueOptionBattleResultInfo, FPKMHIKBOAM: LIBDEIJEPFL, pub const _union_desc = .{ .BAGHJLCHBNM = fd(9, .{ .SubMessage = {} }), @@ -50666,19 +50666,19 @@ pub const BJKNFFGBAJD = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const DILMFEGKKNM = struct { - KOAMFAFDEAD: bool = false, +pub const RogueCommonDialogueOptionInfo = struct { + confirm: bool = false, is_valid: bool = false, - LLHFNKJOFMA: u32 = 0, - DACLKNBCNNP: ArrayList(BJKNFFGBAJD), - display_value: ?EFOJJPAMBLO = null, + option_id: u32 = 0, + option_result_info: ArrayList(RogueCommonDialogueOptionResultInfo), + display_value: ?RogueCommonDialogueOptionDisplayInfo = null, arg_id: u32 = 0, pub const _desc_table = .{ - .KOAMFAFDEAD = fd(14, .{ .Varint = .Simple }), + .confirm = fd(14, .{ .Varint = .Simple }), .is_valid = fd(15, .{ .Varint = .Simple }), - .LLHFNKJOFMA = fd(3, .{ .Varint = .Simple }), - .DACLKNBCNNP = fd(9, .{ .List = .{ .SubMessage = {} } }), + .option_id = fd(3, .{ .Varint = .Simple }), + .option_result_info = fd(9, .{ .List = .{ .SubMessage = {} } }), .display_value = fd(13, .{ .SubMessage = {} }), .arg_id = fd(1, .{ .Varint = .Simple }), }; @@ -50686,71 +50686,71 @@ pub const DILMFEGKKNM = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const MHEFPCMJDOH = struct { +pub const RogueCommonDialogueDataInfo = struct { event_unique_id: u32 = 0, - PAEGJJEMDFE: ArrayList(DILMFEGKKNM), - NKPEJAFOLLG: ?DALBCHLBFEA = null, + option_list: ArrayList(RogueCommonDialogueOptionInfo), + dialogue_info: ?RogueCommonDialogueInfo = null, pub const _desc_table = .{ .event_unique_id = fd(1, .{ .Varint = .Simple }), - .PAEGJJEMDFE = fd(11, .{ .List = .{ .SubMessage = {} } }), - .NKPEJAFOLLG = fd(8, .{ .SubMessage = {} }), + .option_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .dialogue_info = fd(8, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const ICPJOFDGLPC = struct { +pub const GetRogueCommonDialogueDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const EMPIBLJGIOC = struct { +pub const GetRogueCommonDialogueDataScRsp = struct { retcode: u32 = 0, - MMKDFCNFJKF: ArrayList(MHEFPCMJDOH), + dialogue_data_list: ArrayList(RogueCommonDialogueDataInfo), pub const _desc_table = .{ .retcode = fd(7, .{ .Varint = .Simple }), - .MMKDFCNFJKF = fd(12, .{ .List = .{ .SubMessage = {} } }), + .dialogue_data_list = fd(12, .{ .List = .{ .SubMessage = {} } }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CCBKNLDOLJH = struct { +pub const SelectRogueCommonDialogueOptionCsReq = struct { event_unique_id: u32 = 0, - LLHFNKJOFMA: u32 = 0, + option_id: u32 = 0, pub const _desc_table = .{ .event_unique_id = fd(3, .{ .Varint = .Simple }), - .LLHFNKJOFMA = fd(14, .{ .Varint = .Simple }), + .option_id = fd(14, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const EAMNGABAKGB = struct { - DOGFELPLOMC: ?MHEFPCMJDOH = null, - LLHFNKJOFMA: u32 = 0, - MELGBMKCACN: ArrayList(u32), +pub const SelectRogueCommonDialogueOptionScRsp = struct { + dialogue_data: ?RogueCommonDialogueDataInfo = null, + option_id: u32 = 0, + effect_event_id_list: ArrayList(u32), event_unique_id: u32 = 0, retcode: u32 = 0, - BDCMKAEGGIF: bool = false, + event_has_effect: bool = false, pub const _desc_table = .{ - .DOGFELPLOMC = fd(13, .{ .SubMessage = {} }), - .LLHFNKJOFMA = fd(9, .{ .Varint = .Simple }), - .MELGBMKCACN = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .dialogue_data = fd(13, .{ .SubMessage = {} }), + .option_id = fd(9, .{ .Varint = .Simple }), + .effect_event_id_list = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), .event_unique_id = fd(3, .{ .Varint = .Simple }), .retcode = fd(15, .{ .Varint = .Simple }), - .BDCMKAEGGIF = fd(4, .{ .Varint = .Simple }), + .event_has_effect = fd(4, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const NDMBKKGADNO = struct { +pub const FinishRogueCommonDialogueCsReq = struct { event_unique_id: u32 = 0, pub const _desc_table = .{ @@ -50760,7 +50760,7 @@ pub const NDMBKKGADNO = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const FFEBCHCIACF = struct { +pub const FinishRogueCommonDialogueScRsp = struct { event_unique_id: u32 = 0, retcode: u32 = 0, @@ -50772,36 +50772,36 @@ pub const FFEBCHCIACF = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const AFKBBNDLPBE = struct { - MMKDFCNFJKF: ArrayList(MHEFPCMJDOH), +pub const SyncRogueCommonDialogueDataScNotify = struct { + dialogue_data_list: ArrayList(RogueCommonDialogueDataInfo), pub const _desc_table = .{ - .MMKDFCNFJKF = fd(1, .{ .List = .{ .SubMessage = {} } }), + .dialogue_data_list = fd(1, .{ .List = .{ .SubMessage = {} } }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const AEBNKGPCHPC = struct { +pub const SyncRogueCommonDialogueOptionFinishScNotify = struct { event_unique_id: u32 = 0, - DOGFELPLOMC: ?MHEFPCMJDOH = null, - NEKPKABCGCO: ?DILMFEGKKNM = null, - LLHFNKJOFMA: u32 = 0, + dialogue_data: ?RogueCommonDialogueDataInfo = null, + NEKPKABCGCO: ?RogueCommonDialogueOptionInfo = null, + option_id: u32 = 0, pub const _desc_table = .{ .event_unique_id = fd(14, .{ .Varint = .Simple }), - .DOGFELPLOMC = fd(6, .{ .SubMessage = {} }), + .dialogue_data = fd(6, .{ .SubMessage = {} }), .NEKPKABCGCO = fd(1, .{ .SubMessage = {} }), - .LLHFNKJOFMA = fd(12, .{ .Varint = .Simple }), + .option_id = fd(12, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const IPDPBNOLJPO = struct { +pub const RogueTournCurAreaInfo = struct { rogue_magic_battle_const: u32 = 0, DMBLMOOAEMA: u32 = 0, - GCLEKILECBI: ?NGNKNEDPCPK = null, + pending_action: ?RogueCommonPendingAction = null, OAJEPOBKMDM: ManagedString = .Empty, JHMNGAKDCBA: u32 = 0, EKOLMJJICDM: u32 = 0, @@ -50809,7 +50809,7 @@ pub const IPDPBNOLJPO = struct { pub const _desc_table = .{ .rogue_magic_battle_const = fd(5, .{ .Varint = .Simple }), .DMBLMOOAEMA = fd(7, .{ .Varint = .Simple }), - .GCLEKILECBI = fd(4, .{ .SubMessage = {} }), + .pending_action = fd(4, .{ .SubMessage = {} }), .OAJEPOBKMDM = fd(3, .String), .JHMNGAKDCBA = fd(8, .{ .Varint = .Simple }), .EKOLMJJICDM = fd(10, .{ .Varint = .Simple }), @@ -50818,7 +50818,7 @@ pub const IPDPBNOLJPO = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GGPBCFDAHGK = struct { +pub const RogueWorkbenchGetInfoCsReq = struct { prop_entity_id: u32 = 0, pub const _desc_table = .{ @@ -50828,8 +50828,8 @@ pub const GGPBCFDAHGK = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const PMONFIOMJOC = struct { - NIBFGBONNGK: ArrayList(PMONFIOMJOC.NIBFGBONNGKEntry), +pub const RogueWorkbenchGetInfoScRsp = struct { + NIBFGBONNGK: ArrayList(RogueWorkbenchGetInfoScRsp.NIBFGBONNGKEntry), retcode: u32 = 0, pub const _desc_table = .{ @@ -50839,7 +50839,7 @@ pub const PMONFIOMJOC = struct { pub const NIBFGBONNGKEntry = struct { key: u32 = 0, - value: ?BCNMDHMKOED = null, + value: ?WorkbenchFuncInfo = null, pub const _desc_table = .{ .key = fd(1, .{ .Varint = .Simple }), @@ -50852,7 +50852,7 @@ pub const PMONFIOMJOC = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const BCNMDHMKOED = struct { +pub const WorkbenchFuncInfo = struct { LMJLGBAGCCG: ?LMJLGBAGCCG_union, pub const _LMJLGBAGCCG_case = enum { @@ -50861,19 +50861,19 @@ pub const BCNMDHMKOED = struct { POLEGBFCELI, OCMIMOPEOJH, JGKBIIJGLHM, - LMLGPPMDEIG, + magic_item, IOCGDLJCHKE, JLLFPKCIOAN, EMEDFFCPFJO, KCJPONMHDNB, }; pub const LMJLGBAGCCG_union = union(_LMJLGBAGCCG_case) { - BAOLCGEGHPI: LHCHJCBKKHB, - FPGCLIHIMON: GHOLJECOIIK, - POLEGBFCELI: OCOAMJPGLGJ, - OCMIMOPEOJH: IFGFFGEAGKN, - JGKBIIJGLHM: LDOFBIHPIEK, - LMLGPPMDEIG: HNBGEMFNAGF, + BAOLCGEGHPI: WorkbenchReforgeBuffFuncInfo, + FPGCLIHIMON: WorkbenchReforgeFormulaFuncInfo, + POLEGBFCELI: WorkbenchEnhanceBuffFuncInfo, + OCMIMOPEOJH: WorkbenchComposeMiracleFunc, + JGKBIIJGLHM: WorkbenchReforgeHexAvatarFunc, + magic_item: HNBGEMFNAGF, IOCGDLJCHKE: ALJAMLEKJCK, JLLFPKCIOAN: DGKKNFGGJJK, EMEDFFCPFJO: GOLDBACHMAB, @@ -50884,7 +50884,7 @@ pub const BCNMDHMKOED = struct { .POLEGBFCELI = fd(15, .{ .SubMessage = {} }), .OCMIMOPEOJH = fd(6, .{ .SubMessage = {} }), .JGKBIIJGLHM = fd(12, .{ .SubMessage = {} }), - .LMLGPPMDEIG = fd(1, .{ .SubMessage = {} }), + .magic_item = fd(1, .{ .SubMessage = {} }), .IOCGDLJCHKE = fd(4, .{ .SubMessage = {} }), .JLLFPKCIOAN = fd(13, .{ .SubMessage = {} }), .EMEDFFCPFJO = fd(3, .{ .SubMessage = {} }), @@ -50899,45 +50899,45 @@ pub const BCNMDHMKOED = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LHCHJCBKKHB = struct { +pub const WorkbenchReforgeBuffFuncInfo = struct { cost_data: ?ItemCostData = null, JGEHHOAGFEP: u32 = 0, - AAPANKJAFFL: u32 = 0, - JKGNFHLBOLC: bool = false, - ECKGIFNNMCL: i32 = 0, + free_reforge_num: u32 = 0, + can_free_reforge: bool = false, + int_reforge_num_value: i32 = 0, pub const _desc_table = .{ .cost_data = fd(9, .{ .SubMessage = {} }), .JGEHHOAGFEP = fd(7, .{ .Varint = .Simple }), - .AAPANKJAFFL = fd(15, .{ .Varint = .Simple }), - .JKGNFHLBOLC = fd(3, .{ .Varint = .Simple }), - .ECKGIFNNMCL = fd(4, .{ .Varint = .Simple }), + .free_reforge_num = fd(15, .{ .Varint = .Simple }), + .can_free_reforge = fd(3, .{ .Varint = .Simple }), + .int_reforge_num_value = fd(4, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GHOLJECOIIK = struct { +pub const WorkbenchReforgeFormulaFuncInfo = struct { JGEHHOAGFEP: u32 = 0, cost_data: ?ItemCostData = null, - ECKGIFNNMCL: i32 = 0, - JKGNFHLBOLC: bool = false, - AAPANKJAFFL: u32 = 0, + int_reforge_num_value: i32 = 0, + can_free_reforge: bool = false, + free_reforge_num: u32 = 0, pub const _desc_table = .{ .JGEHHOAGFEP = fd(15, .{ .Varint = .Simple }), .cost_data = fd(4, .{ .SubMessage = {} }), - .ECKGIFNNMCL = fd(9, .{ .Varint = .Simple }), - .JKGNFHLBOLC = fd(2, .{ .Varint = .Simple }), - .AAPANKJAFFL = fd(13, .{ .Varint = .Simple }), + .int_reforge_num_value = fd(9, .{ .Varint = .Simple }), + .can_free_reforge = fd(2, .{ .Varint = .Simple }), + .free_reforge_num = fd(13, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const OCOAMJPGLGJ = struct { +pub const WorkbenchEnhanceBuffFuncInfo = struct { max_num: u32 = 0, - HAHFMDPJDLG: ArrayList(OCOAMJPGLGJ.HAHFMDPJDLGEntry), + HAHFMDPJDLG: ArrayList(WorkbenchEnhanceBuffFuncInfo.HAHFMDPJDLGEntry), cur_num: u32 = 0, pub const _desc_table = .{ @@ -50961,17 +50961,17 @@ pub const OCOAMJPGLGJ = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const IFGFFGEAGKN = struct { +pub const WorkbenchComposeMiracleFunc = struct { cost_data: ?ItemCostData = null, - AAPANKJAFFL: u32 = 0, - IMEICEHOCKM: ArrayList(IFGFFGEAGKN.IMEICEHOCKMEntry), - ECKGIFNNMCL: i32 = 0, + free_reforge_num: u32 = 0, + IMEICEHOCKM: ArrayList(WorkbenchComposeMiracleFunc.IMEICEHOCKMEntry), + int_reforge_num_value: i32 = 0, pub const _desc_table = .{ .cost_data = fd(12, .{ .SubMessage = {} }), - .AAPANKJAFFL = fd(3, .{ .Varint = .Simple }), + .free_reforge_num = fd(3, .{ .Varint = .Simple }), .IMEICEHOCKM = fd(2, .{ .List = .{ .SubMessage = {} } }), - .ECKGIFNNMCL = fd(8, .{ .Varint = .Simple }), + .int_reforge_num_value = fd(8, .{ .Varint = .Simple }), }; pub const IMEICEHOCKMEntry = struct { @@ -50989,15 +50989,15 @@ pub const IFGFFGEAGKN = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LDOFBIHPIEK = struct { +pub const WorkbenchReforgeHexAvatarFunc = struct { cost_data: ?ItemCostData = null, - AAPANKJAFFL: u32 = 0, - ECKGIFNNMCL: i32 = 0, + free_reforge_num: u32 = 0, + int_reforge_num_value: i32 = 0, pub const _desc_table = .{ .cost_data = fd(10, .{ .SubMessage = {} }), - .AAPANKJAFFL = fd(9, .{ .Varint = .Simple }), - .ECKGIFNNMCL = fd(12, .{ .Varint = .Simple }), + .free_reforge_num = fd(9, .{ .Varint = .Simple }), + .int_reforge_num_value = fd(12, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -51005,13 +51005,13 @@ pub const LDOFBIHPIEK = struct { pub const FNDDLNFHMIM = struct { FCKOIIBAICI: bool = false, - LMLGPPMDEIG: ?KLPEOEANAPM = null, + magic_item: ?RogueMagicScepter = null, cost_data: ?ItemCostData = null, KOLEHEDODFE: ?ItemCostData = null, pub const _desc_table = .{ .FCKOIIBAICI = fd(14, .{ .Varint = .Simple }), - .LMLGPPMDEIG = fd(13, .{ .SubMessage = {} }), + .magic_item = fd(13, .{ .SubMessage = {} }), .cost_data = fd(1, .{ .SubMessage = {} }), .KOLEHEDODFE = fd(9, .{ .SubMessage = {} }), }; @@ -51058,13 +51058,13 @@ pub const ALJAMLEKJCK = struct { }; pub const DGKKNFGGJJK = struct { - ECKGIFNNMCL: i32 = 0, - AAPANKJAFFL: u32 = 0, + int_reforge_num_value: i32 = 0, + free_reforge_num: u32 = 0, cost_data: ?ItemCostData = null, pub const _desc_table = .{ - .ECKGIFNNMCL = fd(1, .{ .Varint = .Simple }), - .AAPANKJAFFL = fd(8, .{ .Varint = .Simple }), + .int_reforge_num_value = fd(1, .{ .Varint = .Simple }), + .free_reforge_num = fd(8, .{ .Varint = .Simple }), .cost_data = fd(5, .{ .SubMessage = {} }), }; @@ -51072,15 +51072,15 @@ pub const DGKKNFGGJJK = struct { }; pub const GOLDBACHMAB = struct { - AAPANKJAFFL: u32 = 0, + free_reforge_num: u32 = 0, EMGNOBGLEIB: ?ItemCostData = null, - ECKGIFNNMCL: i32 = 0, + int_reforge_num_value: i32 = 0, LHJIFCFEJCF: ArrayList(GOLDBACHMAB.LHJIFCFEJCFEntry), pub const _desc_table = .{ - .AAPANKJAFFL = fd(12, .{ .Varint = .Simple }), + .free_reforge_num = fd(12, .{ .Varint = .Simple }), .EMGNOBGLEIB = fd(15, .{ .SubMessage = {} }), - .ECKGIFNNMCL = fd(2, .{ .Varint = .Simple }), + .int_reforge_num_value = fd(2, .{ .Varint = .Simple }), .LHJIFCFEJCF = fd(10, .{ .List = .{ .SubMessage = {} } }), }; @@ -51121,8 +51121,8 @@ pub const IBEICOACGCO = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const NAHGHNMDPKB = struct { - JEJDBCOJDDJ: ?HOPBGDLHMPE = null, +pub const RogueWorkbenchHandleFuncCsReq = struct { + JEJDBCOJDDJ: ?RogueWorkbenchContentInfo = null, func_id: u32 = 0, prop_entity_id: u32 = 0, @@ -51135,21 +51135,21 @@ pub const NAHGHNMDPKB = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LILKJLIGCEL = struct { +pub const RogueWorkbenchHandleFuncScRsp = struct { func_id: u32 = 0, - HJKACKBHMDJ: ?BCNMDHMKOED = null, + workbench_content: ?WorkbenchFuncInfo = null, retcode: u32 = 0, pub const _desc_table = .{ .func_id = fd(13, .{ .Varint = .Simple }), - .HJKACKBHMDJ = fd(15, .{ .SubMessage = {} }), + .workbench_content = fd(15, .{ .SubMessage = {} }), .retcode = fd(2, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const HOPBGDLHMPE = struct { +pub const RogueWorkbenchContentInfo = struct { PAIIGOGGOFJ: ?PAIIGOGGOFJ_union, pub const _PAIIGOGGOFJ_case = enum { @@ -51158,19 +51158,19 @@ pub const HOPBGDLHMPE = struct { POLEGBFCELI, OCMIMOPEOJH, JGKBIIJGLHM, - LMLGPPMDEIG, + magic_item, IOCGDLJCHKE, JLLFPKCIOAN, EMEDFFCPFJO, KCJPONMHDNB, }; pub const PAIIGOGGOFJ_union = union(_PAIIGOGGOFJ_case) { - BAOLCGEGHPI: KIOEGCEEFFC, - FPGCLIHIMON: EKIKCKHHJAA, - POLEGBFCELI: IEJBLLAIBMB, - OCMIMOPEOJH: EIONFKLFLJK, - JGKBIIJGLHM: IMILPOBKMMC, - LMLGPPMDEIG: OHHOOPNDPNC, + BAOLCGEGHPI: WorkbenchReforgeBuffTargetInfo, + FPGCLIHIMON: WorkbenchReforgeFormulaTargetInfo, + POLEGBFCELI: WorkbenchEnhanceBuffTargetInfo, + OCMIMOPEOJH: WorkbenchComposeMiracleTargetInfo, + JGKBIIJGLHM: WorkbenchReforgeHexAvatarTargetInfo, + magic_item: OHHOOPNDPNC, IOCGDLJCHKE: AAPIFCJIHCJ, JLLFPKCIOAN: KEJLKGBJMCN, EMEDFFCPFJO: NMMFFCKJJEB, @@ -51181,7 +51181,7 @@ pub const HOPBGDLHMPE = struct { .POLEGBFCELI = fd(10, .{ .SubMessage = {} }), .OCMIMOPEOJH = fd(1, .{ .SubMessage = {} }), .JGKBIIJGLHM = fd(5, .{ .SubMessage = {} }), - .LMLGPPMDEIG = fd(12, .{ .SubMessage = {} }), + .magic_item = fd(12, .{ .SubMessage = {} }), .IOCGDLJCHKE = fd(13, .{ .SubMessage = {} }), .JLLFPKCIOAN = fd(7, .{ .SubMessage = {} }), .EMEDFFCPFJO = fd(2, .{ .SubMessage = {} }), @@ -51196,51 +51196,51 @@ pub const HOPBGDLHMPE = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KIOEGCEEFFC = struct { - NJGDBDACONP: u32 = 0, +pub const WorkbenchReforgeBuffTargetInfo = struct { + target_reforge_buff_id: u32 = 0, pub const _desc_table = .{ - .NJGDBDACONP = fd(11, .{ .Varint = .Simple }), + .target_reforge_buff_id = fd(11, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const EKIKCKHHJAA = struct { - FPAJOKEJGMC: u32 = 0, +pub const WorkbenchReforgeFormulaTargetInfo = struct { + target_reforge_formula_id: u32 = 0, pub const _desc_table = .{ - .FPAJOKEJGMC = fd(15, .{ .Varint = .Simple }), + .target_reforge_formula_id = fd(15, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const IEJBLLAIBMB = struct { - NDGONGLHDOI: u32 = 0, +pub const WorkbenchEnhanceBuffTargetInfo = struct { + target_buff_id: u32 = 0, pub const _desc_table = .{ - .NDGONGLHDOI = fd(8, .{ .Varint = .Simple }), + .target_buff_id = fd(8, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const EIONFKLFLJK = struct { - DLBGDPAJPHN: ArrayList(u32), +pub const WorkbenchComposeMiracleTargetInfo = struct { + target_compose_miracle_id_list: ArrayList(u32), pub const _desc_table = .{ - .DLBGDPAJPHN = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .target_compose_miracle_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const IMILPOBKMMC = struct { - BNOJBOIOKMF: u32 = 0, +pub const WorkbenchReforgeHexAvatarTargetInfo = struct { + target_reforge_hex_id: u32 = 0, pub const _desc_table = .{ - .BNOJBOIOKMF = fd(5, .{ .Varint = .Simple }), + .target_reforge_hex_id = fd(5, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -51298,7 +51298,7 @@ pub const LGJJKLNCJLG = struct { pub const MBDDPCFMFEK = struct { IHKCJECPNMK: u32 = 0, - status: AMANAHODMCF = @enumFromInt(0), + status: RogueCollectionStatus = @enumFromInt(0), pub const _desc_table = .{ .IHKCJECPNMK = fd(15, .{ .Varint = .Simple }), @@ -51310,7 +51310,7 @@ pub const MBDDPCFMFEK = struct { pub const BMAMKPADHHB = struct { OPMLOFLOGEJ: u32 = 0, - status: KCKFFKDFBED = @enumFromInt(0), + status: RogueBoothStatus = @enumFromInt(0), IHKCJECPNMK: u32 = 0, pub const _desc_table = .{ @@ -51365,7 +51365,7 @@ pub const ICOGFNHNFAP = struct { pub const AFCJOBGCAJF = struct { FMAOLHFLHKA: u32 = 0, OPMLOFLOGEJ: u32 = 0, - status: KCKFFKDFBED = @enumFromInt(0), + status: RogueBoothStatus = @enumFromInt(0), pub const _desc_table = .{ .FMAOLHFLHKA = fd(12, .{ .Varint = .Simple }), @@ -51376,7 +51376,7 @@ pub const AFCJOBGCAJF = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KENLCMJBHMC = struct { +pub const SetRogueExhibitionCsReq = struct { OCFKJJOHDCD: ArrayList(u32), EADPFKFNGLC: ArrayList(BBOJHKHEIPD), LNBOJPDNBLO: ArrayList(u32), @@ -51390,7 +51390,7 @@ pub const KENLCMJBHMC = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CFNGEEOFONA = struct { +pub const SetRogueExhibitionScRsp = struct { retcode: u32 = 0, PEOBGOANCLP: ArrayList(ICOGFNHNFAP), BFHGHLBBOMA: ArrayList(AFCJOBGCAJF), @@ -51405,10 +51405,10 @@ pub const CFNGEEOFONA = struct { }; pub const FDGAMCLNJND = struct { - DOGJCPGOLOB: u32 = 0, + miracle_id: u32 = 0, pub const _desc_table = .{ - .DOGJCPGOLOB = fd(15, .{ .Varint = .Simple }), + .miracle_id = fd(15, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -51603,13 +51603,13 @@ pub const PGBGNOGCJIC = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CCFKEPHJECI = struct { +pub const GetRogueEndlessActivityDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const JNAFHOCCEOA = struct { +pub const GetRogueEndlessActivityDataScRsp = struct { LFNLBCFLMEK: ArrayList(u32), data: ArrayList(PGBGNOGCJIC), DILCDNJCIJM: u32 = 0, @@ -51855,8 +51855,8 @@ pub const KGOKJGBOJEI = struct { lineup: ?AIOJIFMDLFH = null, GEIBKNHCGJF: ?KIEJHNAKIKM = null, HAEJGOHGFDK: ?EOJALGLNHFE = null, - LMLGPPMDEIG: ?FPDLOLLNOKK = null, - basic_info: ?IPDPBNOLJPO = null, + magic_item: ?FPDLOLLNOKK = null, + basic_info: ?RogueTournCurAreaInfo = null, NEOGEFMHJPP: ?IOGCDBEMNMO = null, pub const _desc_table = .{ @@ -51865,7 +51865,7 @@ pub const KGOKJGBOJEI = struct { .lineup = fd(7, .{ .SubMessage = {} }), .GEIBKNHCGJF = fd(4, .{ .SubMessage = {} }), .HAEJGOHGFDK = fd(3, .{ .SubMessage = {} }), - .LMLGPPMDEIG = fd(15, .{ .SubMessage = {} }), + .magic_item = fd(15, .{ .SubMessage = {} }), .basic_info = fd(6, .{ .SubMessage = {} }), .NEOGEFMHJPP = fd(1, .{ .SubMessage = {} }), }; @@ -51876,12 +51876,12 @@ pub const KGOKJGBOJEI = struct { pub const PLPOBHLIKLC = struct { FILLIFEHLKI: ?LFLLIMDJILB = null, retcode: u32 = 0, - DEMKCNIDDJF: ?KGOKJGBOJEI = null, + rogue_tourn_cur_info: ?KGOKJGBOJEI = null, pub const _desc_table = .{ .FILLIFEHLKI = fd(8, .{ .SubMessage = {} }), .retcode = fd(11, .{ .Varint = .Simple }), - .DEMKCNIDDJF = fd(3, .{ .SubMessage = {} }), + .rogue_tourn_cur_info = fd(3, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -51895,12 +51895,12 @@ pub const GOILEIMINDK = struct { pub const DMPAINJEGCD = struct { FILLIFEHLKI: ?LFLLIMDJILB = null, - DEMKCNIDDJF: ?KGOKJGBOJEI = null, + rogue_tourn_cur_info: ?KGOKJGBOJEI = null, retcode: u32 = 0, pub const _desc_table = .{ .FILLIFEHLKI = fd(3, .{ .SubMessage = {} }), - .DEMKCNIDDJF = fd(14, .{ .SubMessage = {} }), + .rogue_tourn_cur_info = fd(14, .{ .SubMessage = {} }), .retcode = fd(10, .{ .Varint = .Simple }), }; @@ -52028,13 +52028,13 @@ pub const CIJPOJOEGGD = struct { }; pub const NMBFIAAMJDN = struct { - DEMKCNIDDJF: ?KGOKJGBOJEI = null, + rogue_tourn_cur_info: ?KGOKJGBOJEI = null, FLCLDHFLDKF: ?CIJPOJOEGGD = null, BFFICHHODAM: ?AFJCHNJIHIC = null, PLNHMFPOOHN: ?LineupInfo = null, pub const _desc_table = .{ - .DEMKCNIDDJF = fd(15, .{ .SubMessage = {} }), + .rogue_tourn_cur_info = fd(15, .{ .SubMessage = {} }), .FLCLDHFLDKF = fd(12, .{ .SubMessage = {} }), .BFFICHHODAM = fd(13, .{ .SubMessage = {} }), .PLNHMFPOOHN = fd(10, .{ .SubMessage = {} }), @@ -52047,7 +52047,7 @@ pub const NKJKIOPECPH = struct { OCLMNBBLGHJ: ArrayList(u32), BMFGJPCAIOC: ArrayList(u32), AMCIHPPODAA: ArrayList(BCBBCFPPPHM), - PGONJMKBPGP: ArrayList(KLPEOEANAPM), + PGONJMKBPGP: ArrayList(RogueMagicScepter), pub const _desc_table = .{ .OCLMNBBLGHJ = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), @@ -52096,10 +52096,10 @@ pub const DMKHEJINBHI = struct { }; pub const LLAAGPNGDAI = struct { - BAOOKDNBKBG: ?ItemCostData = null, + rogue_revive_cost: ?ItemCostData = null, pub const _desc_table = .{ - .BAOOKDNBKBG = fd(13, .{ .SubMessage = {} }), + .rogue_revive_cost = fd(13, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -52117,19 +52117,19 @@ pub const AMNPFHHPMGB = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const FBAIJOOPECG = struct { +pub const RogueMagicReviveAvatarScRsp = struct { retcode: u32 = 0, - BAOOKDNBKBG: ?ItemCostData = null, + rogue_revive_cost: ?ItemCostData = null, pub const _desc_table = .{ .retcode = fd(11, .{ .Varint = .Simple }), - .BAOOKDNBKBG = fd(3, .{ .SubMessage = {} }), + .rogue_revive_cost = fd(3, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LHGOAKJKPDF = struct { +pub const RogueMagicQueryCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); @@ -52183,7 +52183,7 @@ pub const CNONGMHDCCC = struct { area_id: u32 = 0, FGAEHNGGAME: u32 = 0, OEIEEHIAJMK: ArrayList(u32), - BCDNOFGLOND: bool = false, + completed: bool = false, record_info: ?IOMMGADHHDP = null, CBGCNNIKFNF: ?CGHAALINNBJ = null, MAGPFBDDFGJ: bool = false, @@ -52193,7 +52193,7 @@ pub const CNONGMHDCCC = struct { .area_id = fd(8, .{ .Varint = .Simple }), .FGAEHNGGAME = fd(5, .{ .Varint = .Simple }), .OEIEEHIAJMK = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), - .BCDNOFGLOND = fd(15, .{ .Varint = .Simple }), + .completed = fd(15, .{ .Varint = .Simple }), .record_info = fd(1, .{ .SubMessage = {} }), .CBGCNNIKFNF = fd(3, .{ .SubMessage = {} }), .MAGPFBDDFGJ = fd(11, .{ .Varint = .Simple }), @@ -52232,7 +52232,7 @@ pub const PBGFMHMKFMN = struct { HEMGPABLMCN: ArrayList(u32), LAHGPFHFINN: ?DKKOBEMMGCN = null, HNNHMLFJNEE: ArrayList(CNONGMHDCCC), - rogue_magic_unit_info_list: ArrayList(NKLKNHFOPKB), + rogue_magic_unit_info_list: ArrayList(RogueMagicUnitInfo), pub const _desc_table = .{ .NDGMIOMJHHD = fd(8, .{ .List = .{ .SubMessage = {} } }), @@ -52247,14 +52247,14 @@ pub const PBGFMHMKFMN = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CNNONAOENKL = struct { +pub const RogueMagicQueryScRsp = struct { retcode: u32 = 0, - DEMKCNIDDJF: ?KGOKJGBOJEI = null, + rogue_tourn_cur_info: ?KGOKJGBOJEI = null, rogue_get_info: ?PBGFMHMKFMN = null, pub const _desc_table = .{ .retcode = fd(12, .{ .Varint = .Simple }), - .DEMKCNIDDJF = fd(9, .{ .SubMessage = {} }), + .rogue_tourn_cur_info = fd(9, .{ .SubMessage = {} }), .rogue_get_info = fd(13, .{ .SubMessage = {} }), }; @@ -52482,12 +52482,12 @@ pub const JDOFCFELEMH = struct { }; pub const BCLIDBJNFMM = struct { - KOAMFAFDEAD: bool = false, + confirm: bool = false, PFOFLOJHEEO: u32 = 0, DKDLPCHDPKJ: u32 = 0, pub const _desc_table = .{ - .KOAMFAFDEAD = fd(5, .{ .Varint = .Simple }), + .confirm = fd(5, .{ .Varint = .Simple }), .PFOFLOJHEEO = fd(8, .{ .Varint = .Simple }), .DKDLPCHDPKJ = fd(6, .{ .Varint = .Simple }), }; @@ -52499,25 +52499,25 @@ pub const MEAJDDEHDLH = struct { DKDLPCHDPKJ: u32 = 0, HPMBMFKFDEE: ArrayList(u32), PFOFLOJHEEO: u32 = 0, - KOAMFAFDEAD: bool = false, + confirm: bool = false, pub const _desc_table = .{ .DKDLPCHDPKJ = fd(14, .{ .Varint = .Simple }), .HPMBMFKFDEE = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), .PFOFLOJHEEO = fd(13, .{ .Varint = .Simple }), - .KOAMFAFDEAD = fd(4, .{ .Varint = .Simple }), + .confirm = fd(4, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; pub const OOMCCKAKGKI = struct { - KOAMFAFDEAD: bool = false, + confirm: bool = false, PFOFLOJHEEO: u32 = 0, HPMBMFKFDEE: ArrayList(u32), pub const _desc_table = .{ - .KOAMFAFDEAD = fd(8, .{ .Varint = .Simple }), + .confirm = fd(8, .{ .Varint = .Simple }), .PFOFLOJHEEO = fd(12, .{ .Varint = .Simple }), .HPMBMFKFDEE = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), }; @@ -52526,13 +52526,13 @@ pub const OOMCCKAKGKI = struct { }; pub const JLFAKBKNECJ = struct { - KOAMFAFDEAD: bool = false, + confirm: bool = false, FMAIGBBDOML: u32 = 0, CKEBKOOCJBN: ArrayList(u32), PFOFLOJHEEO: u32 = 0, pub const _desc_table = .{ - .KOAMFAFDEAD = fd(9, .{ .Varint = .Simple }), + .confirm = fd(9, .{ .Varint = .Simple }), .FMAIGBBDOML = fd(5, .{ .Varint = .Simple }), .CKEBKOOCJBN = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), .PFOFLOJHEEO = fd(8, .{ .Varint = .Simple }), @@ -52574,13 +52574,13 @@ pub const BIGOFIKKNDO = struct { pub const HOOLAJGLJNK = struct { CKEBKOOCJBN: ArrayList(u32), EPADNENMGGM: u32 = 0, - KOAMFAFDEAD: bool = false, + confirm: bool = false, PFOFLOJHEEO: u32 = 0, pub const _desc_table = .{ .CKEBKOOCJBN = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), .EPADNENMGGM = fd(12, .{ .Varint = .Simple }), - .KOAMFAFDEAD = fd(14, .{ .Varint = .Simple }), + .confirm = fd(14, .{ .Varint = .Simple }), .PFOFLOJHEEO = fd(10, .{ .Varint = .Simple }), }; @@ -52670,12 +52670,12 @@ pub const MPCAEPEOANK = struct { }; pub const IDBCKEHCOHJ = struct { - KOAMFAFDEAD: bool = false, + confirm: bool = false, HPMBMFKFDEE: ArrayList(u32), PFOFLOJHEEO: u32 = 0, pub const _desc_table = .{ - .KOAMFAFDEAD = fd(14, .{ .Varint = .Simple }), + .confirm = fd(14, .{ .Varint = .Simple }), .HPMBMFKFDEE = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), .PFOFLOJHEEO = fd(6, .{ .Varint = .Simple }), }; @@ -52711,12 +52711,12 @@ pub const NEICCPJEPAL = struct { pub const CJMDLJAOEHD = struct { PFOFLOJHEEO: u32 = 0, - KOAMFAFDEAD: bool = false, + confirm: bool = false, ICIEANCNJAH: ArrayList(u32), pub const _desc_table = .{ .PFOFLOJHEEO = fd(5, .{ .Varint = .Simple }), - .KOAMFAFDEAD = fd(13, .{ .Varint = .Simple }), + .confirm = fd(13, .{ .Varint = .Simple }), .ICIEANCNJAH = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), }; @@ -52847,8 +52847,8 @@ pub const LDOAJHJDADG = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GMNJJMDCLHH = struct { - FPNOPCDDAJK: ?IPDPBNOLJPO = null, +pub const RogueTournCurInfo = struct { + FPNOPCDDAJK: ?RogueTournCurAreaInfo = null, JMLHDHLHNCI: ?LEEPBDMDLGJ = null, pub const _desc_table = .{ @@ -53051,13 +53051,13 @@ pub const CFHDDAAJFIO = struct { pub const FCHBLIEKDIO = struct { FILLIFEHLKI: ?LDOAJHJDADG = null, - DEMKCNIDDJF: ?GMNJJMDCLHH = null, + rogue_tourn_cur_info: ?RogueTournCurInfo = null, retcode: u32 = 0, MBLEMNJEDCP: u32 = 0, pub const _desc_table = .{ .FILLIFEHLKI = fd(3, .{ .SubMessage = {} }), - .DEMKCNIDDJF = fd(14, .{ .SubMessage = {} }), + .rogue_tourn_cur_info = fd(14, .{ .SubMessage = {} }), .retcode = fd(2, .{ .Varint = .Simple }), .MBLEMNJEDCP = fd(12, .{ .Varint = .Simple }), }; @@ -53073,12 +53073,12 @@ pub const MLMDECIBOEB = struct { pub const LKCMNAAIMMM = struct { FILLIFEHLKI: ?LDOAJHJDADG = null, - DEMKCNIDDJF: ?GMNJJMDCLHH = null, + rogue_tourn_cur_info: ?RogueTournCurInfo = null, retcode: u32 = 0, pub const _desc_table = .{ .FILLIFEHLKI = fd(2, .{ .SubMessage = {} }), - .DEMKCNIDDJF = fd(7, .{ .SubMessage = {} }), + .rogue_tourn_cur_info = fd(7, .{ .SubMessage = {} }), .retcode = fd(5, .{ .Varint = .Simple }), }; @@ -53115,7 +53115,7 @@ pub const RogueTournFinishInfo = struct { KPICHLOBKCH: ?MPFJNMCJGNA = null, BFFICHHODAM: ?DMIPNBPKHPC = null, PLNHMFPOOHN: ?LineupInfo = null, - DEMKCNIDDJF: ?GMNJJMDCLHH = null, + rogue_tourn_cur_info: ?RogueTournCurInfo = null, MGAJGCAPKID: ?CGENFOGPPEN = null, pub const _desc_table = .{ @@ -53124,7 +53124,7 @@ pub const RogueTournFinishInfo = struct { .KPICHLOBKCH = fd(14, .{ .SubMessage = {} }), .BFFICHHODAM = fd(10, .{ .SubMessage = {} }), .PLNHMFPOOHN = fd(9, .{ .SubMessage = {} }), - .DEMKCNIDDJF = fd(6, .{ .SubMessage = {} }), + .rogue_tourn_cur_info = fd(6, .{ .SubMessage = {} }), .MGAJGCAPKID = fd(1, .{ .SubMessage = {} }), }; @@ -53247,25 +53247,25 @@ pub const PIBAKIJCEOL = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CEMEPHAFBEN = struct { +pub const RogueTournQueryCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const PAHMCHOPGKC = struct { +pub const RogueTournAreaInfo = struct { EBEOBMCOMPC: bool = false, is_taken_reward: bool = false, MAGPFBDDFGJ: bool = false, area_id: u32 = 0, - BCDNOFGLOND: bool = false, + completed: bool = false, pub const _desc_table = .{ .EBEOBMCOMPC = fd(8, .{ .Varint = .Simple }), .is_taken_reward = fd(7, .{ .Varint = .Simple }), .MAGPFBDDFGJ = fd(14, .{ .Varint = .Simple }), .area_id = fd(3, .{ .Varint = .Simple }), - .BCDNOFGLOND = fd(9, .{ .Varint = .Simple }), + .completed = fd(9, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -53369,12 +53369,12 @@ pub const OKEJDBPNPIN = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const NFECLNGMNNA = struct { +pub const RogueTournInfo = struct { AEIALIAAEFB: ?GCNFIIIBHAF = null, DPKGBEKGIFA: ?EAHJPLFNIMI = null, - HNNHMLFJNEE: ArrayList(PAHMCHOPGKC), + HNNHMLFJNEE: ArrayList(RogueTournAreaInfo), JKCBDFPIHCD: ?LBFDDPCMJBL = null, - IKGOPPLNNBP: ?JDDECEEOAGK = null, + rogue_tourn_handbook: ?JDDECEEOAGK = null, DCIDCHKCJIP: ArrayList(AKBABFFAIDA), JGJPPLILCAC: ?OKEJDBPNPIN = null, KJMFEBIIALC: ?IDHEIMMEMAB = null, @@ -53386,7 +53386,7 @@ pub const NFECLNGMNNA = struct { .DPKGBEKGIFA = fd(11, .{ .SubMessage = {} }), .HNNHMLFJNEE = fd(4, .{ .List = .{ .SubMessage = {} } }), .JKCBDFPIHCD = fd(6, .{ .SubMessage = {} }), - .IKGOPPLNNBP = fd(8, .{ .SubMessage = {} }), + .rogue_tourn_handbook = fd(8, .{ .SubMessage = {} }), .DCIDCHKCJIP = fd(14, .{ .List = .{ .SubMessage = {} } }), .JGJPPLILCAC = fd(13, .{ .SubMessage = {} }), .KJMFEBIIALC = fd(12, .{ .SubMessage = {} }), @@ -53397,13 +53397,13 @@ pub const NFECLNGMNNA = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const DDPEFJCMLJL = struct { - DEMKCNIDDJF: ?GMNJJMDCLHH = null, - rogue_get_info: ?NFECLNGMNNA = null, +pub const RogueTournQueryScRsp = struct { + rogue_tourn_cur_info: ?RogueTournCurInfo = null, + rogue_get_info: ?RogueTournInfo = null, retcode: u32 = 0, pub const _desc_table = .{ - .DEMKCNIDDJF = fd(12, .{ .SubMessage = {} }), + .rogue_tourn_cur_info = fd(12, .{ .SubMessage = {} }), .rogue_get_info = fd(4, .{ .SubMessage = {} }), .retcode = fd(8, .{ .Varint = .Simple }), }; @@ -53412,7 +53412,7 @@ pub const DDPEFJCMLJL = struct { }; pub const OGBGKDNMJJN = struct { - HNNHMLFJNEE: ArrayList(PAHMCHOPGKC), + HNNHMLFJNEE: ArrayList(RogueTournAreaInfo), pub const _desc_table = .{ .HNNHMLFJNEE = fd(2, .{ .List = .{ .SubMessage = {} } }), @@ -53426,7 +53426,7 @@ pub const AKBABFFAIDA = struct { end_time: i64 = 0, time: i64 = 0, max_times: u32 = 0, - DEMKCNIDDJF: ?GMNJJMDCLHH = null, + rogue_tourn_cur_info: ?RogueTournCurInfo = null, name: ManagedString = .Empty, data: ?FPFCHFANNGH = null, @@ -53435,7 +53435,7 @@ pub const AKBABFFAIDA = struct { .end_time = fd(15, .{ .Varint = .Simple }), .time = fd(10, .{ .Varint = .Simple }), .max_times = fd(5, .{ .Varint = .Simple }), - .DEMKCNIDDJF = fd(6, .{ .SubMessage = {} }), + .rogue_tourn_cur_info = fd(6, .{ .SubMessage = {} }), .name = fd(7, .String), .data = fd(8, .{ .SubMessage = {} }), }; @@ -53848,20 +53848,20 @@ pub const EFKCPPCLINI = struct { }; pub const MIKGGFKJCMI = struct { - DOGJCPGOLOB: u32 = 0, + miracle_id: u32 = 0, pub const _desc_table = .{ - .DOGJCPGOLOB = fd(3, .{ .Varint = .Simple }), + .miracle_id = fd(3, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; pub const KCAJDNDALID = struct { - DOGJCPGOLOB: u32 = 0, + miracle_id: u32 = 0, pub const _desc_table = .{ - .DOGJCPGOLOB = fd(2, .{ .Varint = .Simple }), + .miracle_id = fd(2, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -54059,10 +54059,10 @@ pub const DNJFHOHBEIH = struct { }; pub const DLIFNCLEKHL = struct { - BAOOKDNBKBG: ?ItemCostData = null, + rogue_revive_cost: ?ItemCostData = null, pub const _desc_table = .{ - .BAOOKDNBKBG = fd(12, .{ .SubMessage = {} }), + .rogue_revive_cost = fd(12, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -54082,11 +54082,11 @@ pub const JBAGBPPIHFC = struct { pub const IEGIMEHHLKH = struct { retcode: u32 = 0, - BAOOKDNBKBG: ?ItemCostData = null, + rogue_revive_cost: ?ItemCostData = null, pub const _desc_table = .{ .retcode = fd(10, .{ .Varint = .Simple }), - .BAOOKDNBKBG = fd(6, .{ .SubMessage = {} }), + .rogue_revive_cost = fd(6, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -56582,13 +56582,13 @@ pub const CJLFFCEHOAO = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KJIEOKEFPAF = struct { +pub const SpaceZooDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const MFPFDOKCIPH = struct { +pub const SpaceZooDataScRsp = struct { ECKPOKGOKPL: ArrayList(u32), retcode: u32 = 0, HNBFMCHAMNP: ArrayList(CJLFFCEHOAO), @@ -56796,13 +56796,13 @@ pub const CBFMBNLLANM = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GPHFMAKAMPG = struct { +pub const GetStarFightDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KCNPMHJGHNM = struct { +pub const GetStarFightDataScRsp = struct { PGJPADLGHAN: ArrayList(CBFMBNLLANM), retcode: u32 = 0, @@ -57000,13 +57000,13 @@ pub const HHAIBOJDKHL = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const JEEHLBCGFJK = struct { +pub const GetStrongChallengeActivityDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LHBCEGEFIAC = struct { +pub const GetStrongChallengeActivityDataScRsp = struct { retcode: u32 = 0, MJOGPMFLMIP: ?HHAIBOJDKHL = null, @@ -57084,13 +57084,13 @@ pub const LFHDAKEMLFG = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GEKLGPLOBOE = struct { +pub const GetSummonActivityDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const NFKANNMMPEH = struct { +pub const GetSummonActivityDataScRsp = struct { MAOKKOPFEMN: ArrayList(LFHDAKEMLFG), retcode: u32 = 0, @@ -57363,7 +57363,7 @@ pub const EABJOHDGLEM = struct { skill_info: ?PCMPPNJIMNF = null, PJECGLKOKCE: ?KKPPBCOCDEE = null, ACDDCCNGFBG: ?EMIDNOHOJAD = null, - GCLEKILECBI: ?FPJHHECLEMF = null, + pending_action: ?FPJHHECLEMF = null, FLEMDLIGBKG: u32 = 0, pub const _desc_table = .{ @@ -57373,7 +57373,7 @@ pub const EABJOHDGLEM = struct { .skill_info = fd(14, .{ .SubMessage = {} }), .PJECGLKOKCE = fd(8, .{ .SubMessage = {} }), .ACDDCCNGFBG = fd(4, .{ .SubMessage = {} }), - .GCLEKILECBI = fd(11, .{ .SubMessage = {} }), + .pending_action = fd(11, .{ .SubMessage = {} }), .FLEMDLIGBKG = fd(1, .{ .Varint = .Simple }), }; @@ -57793,13 +57793,13 @@ pub const GFLBONPIOOD = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CHFOOHMJNPO = struct { +pub const GetSwordTrainingDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const KPIKJKNMFKE = struct { +pub const GetSwordTrainingDataScRsp = struct { retcode: u32 = 0, IFAHFDOKFGL: bool = false, OGBAIOJNLFH: u32 = 0, @@ -57870,10 +57870,10 @@ pub const IMFEIOIEJMP = struct { }; pub const ANMLGADENCM = struct { - LLHFNKJOFMA: u32 = 0, + option_id: u32 = 0, pub const _desc_table = .{ - .LLHFNKJOFMA = fd(14, .{ .Varint = .Simple }), + .option_id = fd(14, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -58547,17 +58547,17 @@ pub const KAKCDNNHNCN = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LMHFDBJPCAP = struct { +pub const TarotBookGetDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const JMKEBFCMIPO = struct { - OIKDGFPJAFN: ArrayList(JMKEBFCMIPO.OIKDGFPJAFNEntry), +pub const TarotBookGetDataScRsp = struct { + OIKDGFPJAFN: ArrayList(TarotBookGetDataScRsp.OIKDGFPJAFNEntry), KLJPJOOBPBH: u32 = 0, CBONFDKGDEH: u32 = 0, - PIFDIDIFEKF: ArrayList(JMKEBFCMIPO.PIFDIDIFEKFEntry), + PIFDIDIFEKF: ArrayList(TarotBookGetDataScRsp.PIFDIDIFEKFEntry), EFIGPBCGALD: ?ACDCEEDDMCK = null, retcode: u32 = 0, GJBKPOGPLNO: ?KAKCDNNHNCN = null, @@ -58895,13 +58895,13 @@ pub const BBHONAKBECI = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LJDGJLPLHIH = struct { +pub const GetTelevisionActivityDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const GALFJGOGDHL = struct { +pub const GetTelevisionActivityDataScRsp = struct { retcode: u32 = 0, ICHAJBIILBK: ArrayList(BBHONAKBECI), @@ -59029,7 +59029,7 @@ pub const PALCBGGAIME = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const OPNEJICJDJH = struct { +pub const TextJoinQueryCsReq = struct { OGJJNJFIHDH: ArrayList(u32), pub const _desc_table = .{ @@ -59039,7 +59039,7 @@ pub const OPNEJICJDJH = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const APANIBFAOED = struct { +pub const TextJoinQueryScRsp = struct { IFEPFPHKOOF: ArrayList(JMECCMFNHJJ), retcode: u32 = 0, @@ -59085,13 +59085,13 @@ pub const OPFBNICIDHD = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const FDNIEBAOINP = struct { +pub const GetTrackPhotoActivityDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const FPDOEGNIAAK = struct { +pub const GetTrackPhotoActivityDataScRsp = struct { GNFNLHPDIPH: ArrayList(OPFBNICIDHD), retcode: u32 = 0, @@ -59642,10 +59642,10 @@ pub const NNDAJKKEIOE = struct { }; pub const COGEIHCIBKA = struct { - GCLEKILECBI: ?CNDPNBDBNNE = null, + pending_action: ?CNDPNBDBNNE = null, pub const _desc_table = .{ - .GCLEKILECBI = fd(1, .{ .SubMessage = {} }), + .pending_action = fd(1, .{ .SubMessage = {} }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -59818,12 +59818,12 @@ pub const CNDPNBDBNNE = struct { }; pub const FDAIHLHOIOE = struct { - KOAMFAFDEAD: bool = false, - LLHFNKJOFMA: u32 = 0, + confirm: bool = false, + option_id: u32 = 0, pub const _desc_table = .{ - .KOAMFAFDEAD = fd(4, .{ .Varint = .Simple }), - .LLHFNKJOFMA = fd(2, .{ .Varint = .Simple }), + .confirm = fd(4, .{ .Varint = .Simple }), + .option_id = fd(2, .{ .Varint = .Simple }), }; pub usingnamespace protobuf.MessageMixins(@This()); @@ -59832,23 +59832,23 @@ pub const FDAIHLHOIOE = struct { pub const PGKLPPPNMKE = struct { JOKDFODLEPH: AOEDKMHHLAK = @enumFromInt(0), event_id: u32 = 0, - PAEGJJEMDFE: ArrayList(FDAIHLHOIOE), + option_list: ArrayList(FDAIHLHOIOE), pub const _desc_table = .{ .JOKDFODLEPH = fd(11, .{ .Varint = .Simple }), .event_id = fd(15, .{ .Varint = .Simple }), - .PAEGJJEMDFE = fd(9, .{ .List = .{ .SubMessage = {} } }), + .option_list = fd(9, .{ .List = .{ .SubMessage = {} } }), }; pub usingnamespace protobuf.MessageMixins(@This()); }; pub const CBFMIPLKJFF = struct { - LLHFNKJOFMA: u32 = 0, + option_id: u32 = 0, event_id: u32 = 0, pub const _desc_table = .{ - .LLHFNKJOFMA = fd(8, .{ .Varint = .Simple }), + .option_id = fd(8, .{ .Varint = .Simple }), .event_id = fd(5, .{ .Varint = .Simple }), }; @@ -60646,8 +60646,8 @@ pub const GABCLPMBCAM = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const ELMLHIMCCFL = struct { - type: OCKDIDOPGCK = @enumFromInt(0), +pub const GetTrainVisitorRegisterCsReq = struct { + type: TrainVisitorRegisterGetType = @enumFromInt(0), pub const _desc_table = .{ .type = fd(3, .{ .Varint = .Simple }), @@ -60656,7 +60656,7 @@ pub const ELMLHIMCCFL = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const CAFBJEBFAIC = struct { +pub const GetTrainVisitorRegisterScRsp = struct { HHIKMOBHJCH: ArrayList(GABCLPMBCAM), retcode: u32 = 0, NNIMCJEOOJG: ArrayList(u32), @@ -60752,17 +60752,17 @@ pub const KJENHPFPJOG = struct { pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const LOEJLDBMELC = struct { +pub const TravelBrochureGetDataCsReq = struct { pub const _desc_table = .{}; pub usingnamespace protobuf.MessageMixins(@This()); }; -pub const ODNHKDDNLPB = struct { +pub const TravelBrochureGetDataScRsp = struct { retcode: u32 = 0, custom_value: u32 = 0, - BOEHADJMGAP: ArrayList(ODNHKDDNLPB.BOEHADJMGAPEntry), - LHKBKMDEKEP: ArrayList(ODNHKDDNLPB.LHKBKMDEKEPEntry), + BOEHADJMGAP: ArrayList(TravelBrochureGetDataScRsp.BOEHADJMGAPEntry), + LHKBKMDEKEP: ArrayList(TravelBrochureGetDataScRsp.LHKBKMDEKEPEntry), pub const _desc_table = .{ .retcode = fd(9, .{ .Varint = .Simple }), diff --git a/protocol/src/root.zig b/protocol/src/root.zig index e4d0a0e..36629d9 100644 --- a/protocol/src/root.zig +++ b/protocol/src/root.zig @@ -250,10 +250,10 @@ pub const CmdID = enum(u16) { CmdMFCMNNJGHDJ = 1050, CmdNEDMNNMKCFD = 1051, CmdFOCOPOALNFP = 1052, - CmdGPAFHGJOCGH = 1061, + CmdMultiplayerGetMatchPlayDataScRsp = 1061, CmdBIAPIHNJHIN = 1076, CmdDNCIJBOACFO = 1089, - CmdHHMDEJFGFKG = 1091, + CmdMultiplayerGetMatchPlayDataCsReq = 1091, CmdAILPJKHCGGB = 1095, CmdPJMOBPLICEO = 1109, CmdHFICGFPKIJI = 1147, @@ -420,7 +420,7 @@ pub const CmdID = enum(u16) { CmdNOOHANIHDOB = 1801, CmdMILMMEFNLNJ = 1803, CmdBOBPIMEIKNI = 1808, - CmdEJBIMMPCPIO = 1809, + CmdGetRogueInfoScRsp = 1809, CmdNJKDJFMNKHG = 1810, CmdAAJKBEEBDAM = 1811, CmdHGILBKEAANN = 1813, @@ -429,7 +429,7 @@ pub const CmdID = enum(u16) { CmdLMBFKNBBIAN = 1817, CmdDNCMGMKKEHP = 1819, CmdEDEFMJMJHDG = 1820, - CmdAHIFJEGEGBH = 1823, + CmdGetRogueScoreRewardInfoCsReq = 1823, CmdJKGANDLBMDP = 1828, CmdIEJDCCKFGEC = 1830, CmdGHPMFEBLDAM = 1833, @@ -439,7 +439,7 @@ pub const CmdID = enum(u16) { CmdKAMDNPBKKEL = 1840, CmdIHCJAJGPJKK = 1842, CmdNGGMFNPNKEN = 1846, - CmdHGJJMEKHJAB = 1847, + CmdGetRogueInfoCsReq = 1847, CmdLOEBIPHOOHN = 1848, CmdNIJGLMIEFIG = 1850, CmdKGAECMDGBNH = 1851, @@ -464,7 +464,7 @@ pub const CmdID = enum(u16) { CmdJDIGBEDAFAK = 1887, CmdCFCMNGNHGFB = 1888, CmdFDDECGPJDKD = 1889, - CmdJGMGPJBILHJ = 1890, + CmdGetRogueScoreRewardInfoScRsp = 1890, CmdCBEDDKNMNDO = 1892, CmdDFEOPEHIBPM = 1893, CmdBODKPNEFBBP = 1894, @@ -739,17 +739,17 @@ pub const CmdID = enum(u16) { CmdNMCKJKNBLKD = 3709, CmdCPKIJGOKEEI = 3711, CmdHODDGPADLPG = 3717, - CmdCAFBJEBFAIC = 3720, + CmdGetTrainVisitorRegisterScRsp = 3720, CmdOOIGFJFMMHN = 3745, CmdJDLHPKNAEPH = 3747, CmdCJELMCNKCGN = 3751, CmdCMLJLFNKMBD = 3761, - CmdELMLHIMCCFL = 3789, + CmdGetTrainVisitorRegisterCsReq = 3789, CmdEPCJCLFDMPK = 3791, CmdAOPFAGDEFAN = 3795, CmdPALCBGGAIME = 3809, CmdDCHBPIPBGOG = 3811, - CmdAPANIBFAOED = 3817, + CmdTextJoinQueryScRsp = 3817, CmdTextJoinQueryCsReq = 3838, CmdEDKHIIKKODJ = 3851, CmdSendMsgScRsp = 3909, @@ -807,13 +807,13 @@ pub const CmdID = enum(u16) { CmdGetOrigamiPropInfoCsReq = 4193, CmdCancelCacheNotifyCsReq = 4195, CmdUpdateMovieRacingDataCsReq = 4198, - CmdBPNMEBKDJEA = 4209, + CmdGetBoxingClubInfoScRsp = 4209, CmdKLNKDCOGKAB = 4211, CmdJCMIIGMBKED = 4217, CmdEMCHJNAOJML = 4220, CmdJFPLIKOOFEH = 4238, CmdOHFGLCDJBAJ = 4245, - CmdDPCFNEKEAGF = 4247, + CmdGetBoxingClubInfoCsReq = 4247, CmdLJOKCKAGIPN = 4250, CmdGBOGGNAKMFG = 4251, CmdILAFJJCACNA = 4252, @@ -823,7 +823,7 @@ pub const CmdID = enum(u16) { CmdMAJGIAAMOPL = 4289, CmdOPGOBPLGBOI = 4291, CmdBBPHBNHNNKJ = 4295, - CmdLOELHDFPJKD = 4309, + CmdGetMuseumInfoScRsp = 4309, CmdDCDHMPBNLLA = 4310, CmdABEEIIHOPKJ = 4311, CmdEOBDAMHNOCD = 4314, @@ -836,7 +836,7 @@ pub const CmdID = enum(u16) { CmdOBABKHGHKFB = 4338, CmdNMEHFCJAACK = 4345, CmdEJPNNCNLONC = 4346, - CmdLPMBCEGLLEN = 4347, + CmdGetMuseumInfoCsReq = 4347, CmdHDPCKNIPILG = 4350, CmdDELNPHOJHII = 4351, CmdFKIEEDNBPCO = 4352, @@ -870,7 +870,7 @@ pub const CmdID = enum(u16) { CmdQuitTreasureDungeonCsReq = 4498, CmdNGDGKNLHDBB = 4511, CmdEOENAEACHIG = 4517, - CmdIPALIMDICEL = 4520, + CmdPlayerReturnTakeRewardScRsp = 4520, CmdBJJLCBBDHOF = 4538, CmdPBOMOMDNPNC = 4545, CmdDFHMNEKALKP = 4547, @@ -879,14 +879,14 @@ pub const CmdID = enum(u16) { CmdADLCNMFDMHH = 4561, CmdFNDIILLENPF = 4576, CmdBCIEDHOKLJN = 4589, - CmdPEGNHMLBKJK = 4591, - CmdJLLFEEOBFIB = 4595, - CmdGAIEHAKNMMF = 4609, + CmdPlayerReturnInfoQueryScRsp = 4591, + CmdPlayerReturnInfoQueryCsReq = 4595, + CmdGetMultipleDropInfoScRsp = 4609, CmdCKGJHJGAEPP = 4611, - CmdCNOOEFBFLCL = 4617, + CmdGetPlayerReturnMultiDropInfoCsReq = 4617, CmdMAMDABMCIMP = 4638, - CmdPDPHCLPCNBP = 4647, - CmdHPIDGCJDPEE = 4651, + CmdGetMultipleDropInfoCsReq = 4647, + CmdGetPlayerReturnMultiDropInfoScRsp = 4651, CmdGKFKFEJIPBL = 4703, CmdJGLPIMNCIOO = 4706, CmdGJDJCDBBHOE = 4709, @@ -927,7 +927,7 @@ pub const CmdID = enum(u16) { CmdFMHGDKEFBBJ = 4811, CmdGetAetherDivideInfoCsReq = 4812, CmdKEJCGNHOAML = 4813, - CmdDBJKDLIOIEO = 4814, + CmdGetAetherDivideChallengeInfoScRsp = 4814, CmdMHJBACDKLFE = 4816, CmdLJNBHDOAOOC = 4820, CmdMHCGODLNNPJ = 4823, @@ -941,7 +941,7 @@ pub const CmdID = enum(u16) { CmdAEINLINFCDL = 4833, CmdOPEKCNGFDJO = 4834, CmdMPPINLPANKB = 4835, - CmdGEJIONMNIKJ = 4836, + CmdGetAetherDivideChallengeInfoCsReq = 4836, CmdEDAGAAECHLK = 4839, CmdFOJNPAEENOP = 4840, CmdLAFNPEBLNDE = 4843, @@ -1014,13 +1014,13 @@ pub const CmdID = enum(u16) { CmdMDFHEJDFPPF = 5504, CmdEMGANNEHNLJ = 5506, CmdPJBEEHEFGII = 5508, - CmdHJFPNHKKGEM = 5514, + CmdGetChessRogueNousStoryInfoScRsp = 5514, CmdBIGOGDODAFH = 5515, - CmdMIGIKKGEHAB = 5525, + CmdGetChessRogueNousStoryInfoCsReq = 5525, CmdAEJFOFIFGJJ = 5527, CmdEKKDJDGIOCN = 5529, CmdFGBHBCKPEEC = 5530, - CmdFMDBHHLPJLF = 5532, + CmdChessRogueQueryCsReq = 5532, CmdDKMLFPLIOLM = 5535, CmdNCHANEEDHEB = 5536, CmdOCAGICPAPNN = 5538, @@ -1029,7 +1029,7 @@ pub const CmdID = enum(u16) { CmdEGOEBBEKOAK = 5543, CmdAFBHPGLBLCH = 5545, CmdCEJFNFDKADC = 5546, - CmdPBJPGCCKDAA = 5549, + CmdChessRogueQueryScRsp = 5549, CmdIFNPPMEGAGK = 5552, CmdLOKEPEOLDLK = 5555, CmdGFHPIELAEMD = 5559, @@ -1058,7 +1058,7 @@ pub const CmdID = enum(u16) { CmdNDMBKKGADNO = 5602, CmdJMMJGOOJBEH = 5603, CmdCFIEHABLDOC = 5605, - CmdAEHCIIHAMBJ = 5606, + CmdGetRogueHandbookDataScRsp = 5606, CmdBADNPCNJGOM = 5607, CmdODFBPOALLPD = 5609, CmdLNDHKMMPBFJ = 5611, @@ -1070,7 +1070,7 @@ pub const CmdID = enum(u16) { CmdMPJCFEFLGJK = 5620, CmdHPEJDAODMLN = 5621, CmdJBENCNEAKPE = 5625, - CmdEMPIBLJGIOC = 5627, + CmdGetRogueCommonDialogueDataScRsp = 5627, CmdLILKJLIGCEL = 5628, CmdMKKJIHPPCNF = 5630, CmdCCBKNLDOLJH = 5631, @@ -1092,16 +1092,16 @@ pub const CmdID = enum(u16) { CmdJCIGNGGPCBN = 5655, CmdHIBPKPMLBBP = 5656, CmdOJBDHNMJPLH = 5658, - CmdKENLCMJBHMC = 5659, + CmdSetRogueExhibitionCsReq = 5659, CmdMPLLHJCDKFN = 5661, - CmdCBAFJJELCOI = 5665, + CmdCommonRogueQueryScRsp = 5665, CmdIBDFBFGGGHM = 5666, CmdGLFANALPNBG = 5668, - CmdFHKEEDOLOBO = 5669, - CmdBJDHAPHDEHH = 5672, + CmdGetRogueHandbookDataCsReq = 5669, + CmdCommonRogueQueryCsReq = 5672, CmdDAMECIJDLOE = 5676, - CmdCFNGEEOFONA = 5678, - CmdICPJOFDGLPC = 5679, + CmdSetRogueExhibitionScRsp = 5678, + CmdGetRogueCommonDialogueDataCsReq = 5679, CmdAFKBBNDLPBE = 5680, CmdAEBNKGPCHPC = 5683, CmdMBNABDOJJJN = 5684, @@ -1146,7 +1146,7 @@ pub const CmdID = enum(u16) { CmdIDOGDCHCOMJ = 5905, CmdJDFGHDDLNJE = 5919, CmdNPGOMPIDMFJ = 5933, - CmdDMFFKCBGKKJ = 5952, + CmdFateQueryScRsp = 5952, CmdCNACENHJLOL = 5955, CmdNANEFGENLAO = 5957, CmdHPAFBMDJODD = 5959, @@ -1156,7 +1156,7 @@ pub const CmdID = enum(u16) { CmdDPOLNPLHIAA = 5964, CmdJLKBPPLJKIJ = 5966, CmdMMPJPKEODEL = 5967, - CmdEBCACFHPPCF = 5969, + CmdFateQueryCsReq = 5969, CmdEMOPJEGPHGK = 5970, CmdGHCCOIMOGJB = 5973, CmdNOEBCPDGJAC = 5974, @@ -1174,11 +1174,11 @@ pub const CmdID = enum(u16) { CmdPKKGGNJICEO = 5998, CmdCJMDEHEGBDB = 6000, CmdNDBCPOEKMAP = 6001, - CmdCCFKEPHJECI = 6002, + CmdGetRogueEndlessActivityDataCsReq = 6002, CmdAACAGDMNDIA = 6003, CmdCKNFINDGJON = 6005, CmdPGPKFJMBNBG = 6006, - CmdJNAFHOCCEOA = 6007, + CmdGetRogueEndlessActivityDataScRsp = 6007, CmdMKIBJDIGCOJ = 6008, CmdDDJJOEOEAFE = 6009, CmdJAACIPEBEFB = 6010, @@ -1191,7 +1191,7 @@ pub const CmdID = enum(u16) { CmdIKAIOFPBHJM = 6019, CmdLONGMLLNJHJ = 6020, CmdAOOCNHIDGNN = 6021, - CmdCEMEPHAFBEN = 6023, + CmdRogueTournQueryCsReq = 6023, CmdPCHHLGNHFJL = 6024, CmdOGBGKDNMJJN = 6025, CmdGOPCELBLMEK = 6027, @@ -1248,7 +1248,7 @@ pub const CmdID = enum(u16) { CmdCCCJDJCBJLO = 6091, CmdHPLHFAIIDEO = 6093, CmdIEGIMEHHLKH = 6096, - CmdDDPEFJCMLJL = 6097, + CmdRogueTournQueryScRsp = 6097, CmdIDJKKNKJGFP = 6098, CmdBOAOLFBJAGJ = 6099, CmdOFHDPLMJPCA = 6100, @@ -1272,7 +1272,7 @@ pub const CmdID = enum(u16) { CmdFinishEmotionDialoguePerformanceCsReq = 6389, CmdHeartDialTraceScriptCsReq = 6391, CmdHeartDialScriptChangeScNotify = 6395, - CmdODNHKDDNLPB = 6409, + CmdTravelBrochureGetDataScRsp = 6409, CmdKALFPKOLCMC = 6410, CmdHELMGHHLLMB = 6411, CmdMBCONMAHPGC = 6420, @@ -1280,7 +1280,7 @@ pub const CmdID = enum(u16) { CmdIEOHIBMALDB = 6437, CmdAKOOJPGGIID = 6438, CmdPIIHEFOPBGL = 6445, - CmdLOEJLDBMELC = 6447, + CmdTravelBrochureGetDataCsReq = 6447, CmdGMOJKLOLCMI = 6450, CmdKNLCKNHNEIO = 6451, CmdLJAEKJBGAJH = 6461, @@ -1309,31 +1309,31 @@ pub const CmdID = enum(u16) { CmdLBOLCAABCCG = 6546, CmdJOABMHCDHDL = 6548, CmdEnterEraFlipperRegionCsReq = 6555, - CmdOJOBJIHLCAK = 6557, - CmdBDAGNLNGHIC = 6559, - CmdChangeEraFlipperDataScRsp = 6562, - CmdPKBPGMGMDAC = 6567, - CmdGetEraFlipperDataScRsp = 6568, + CmdGetEraFlipperDataScRsp = 6557, + CmdChangeEraFlipperDataScRsp = 6559, + CmdEraFlipperDataChangeScNotify = 6562, + CmdGetEraFlipperDataCsReq = 6567, + CmdEnterEraFlipperRegionScRsp = 6568, CmdAKHJLLNNAJA = 6570, - CmdIHEOCPCAMBF = 6572, - CmdBGDHCMBNNFC = 6574, + CmdResetEraFlipperDataScRsp = 6572, + CmdChangeEraFlipperDataCsReq = 6574, CmdKGIPBNHOJLG = 6582, CmdCCBCMAOCEDG = 6584, CmdOCPJHDOFIMC = 6592, CmdPFFDLKILHFM = 6595, CmdCHJANNPMLEO = 6599, - CmdLHBCEGEFIAC = 6609, + CmdGetStrongChallengeActivityDataScRsp = 6609, CmdLFDJEIEKICL = 6617, CmdMAFFBCDOIEM = 6638, - CmdJEEHLBCGFJK = 6647, + CmdGetStrongChallengeActivityDataCsReq = 6647, CmdCDIEDODAHDO = 6651, - CmdMFPFDOKCIPH = 6709, + CmdSpaceZooDataScRsp = 6709, CmdKFNDBFAEMJN = 6711, CmdOHHPBOEJLLC = 6717, CmdDAGIOJOBGEE = 6720, CmdNFELMOCJCMM = 6738, CmdMIBIMKEPCME = 6745, - CmdKJIEOKEFPAF = 6747, + CmdSpaceZooDataCsReq = 6747, CmdLOPHALHNDHF = 6750, CmdPIAMJEHGGHH = 6751, CmdEGOCFONOBKF = 6752, @@ -1382,22 +1382,22 @@ pub const CmdID = enum(u16) { CmdIIKBHNKPJFO = 6954, CmdBLHIJCEDNNE = 6964, CmdJEPAGHNAPCC = 6965, - CmdGALFJGOGDHL = 6966, + CmdGetTelevisionActivityDataScRsp = 6966, CmdIEEJNPGCEGA = 6969, - CmdLJDGJLPLHIH = 6973, + CmdGetTelevisionActivityDataCsReq = 6973, CmdJPIKKKDADND = 6974, CmdJADFJJNOAAB = 6981, CmdKADIILDGAPD = 6982, CmdNPOPGIHLDNO = 6983, CmdAKLPOCNEDDJ = 6984, CmdMDDJJLJFACE = 6985, - CmdKMCHEILEKKI = 6986, + CmdGetDrinkMakerDataScRsp = 6986, CmdOPHHNPGIKNK = 6987, CmdOGDMBJBOBDN = 6989, CmdLFHDJPDIHDO = 6990, CmdMFIEPPHJHBC = 6991, CmdFEPPFECHKPB = 6992, - CmdIMMCALOKIJN = 6993, + CmdGetDrinkMakerDataCsReq = 6993, CmdNLBILPPLBFL = 6994, CmdHAIBDDPANJJ = 6995, CmdGBNCOMHBFJA = 6997, @@ -1410,7 +1410,7 @@ pub const CmdID = enum(u16) { CmdNJPCCBNPMEP = 7004, CmdDLEOPIFLMAO = 7006, CmdMEKBAOOIFOK = 7008, - CmdGMICFOLDOPA = 7009, + CmdGetMonopolyInfoScRsp = 7009, CmdHJDFOHNJPPH = 7010, CmdFHLDKLFKEPG = 7011, CmdAGJIJJBBDKG = 7013, @@ -1436,12 +1436,12 @@ pub const CmdID = enum(u16) { CmdGDBCMFABPBJ = 7036, CmdNOHGHMMFBLC = 7037, CmdMKLFMDBBAON = 7038, - CmdMMJEHAILNGE = 7039, + CmdGetMbtiReportCsReq = 7039, CmdMAOFJEEAPJO = 7040, CmdIFEBFONCHCO = 7041, CmdFGOIFCABMMG = 7044, CmdGFJGFKCGLKM = 7046, - CmdKGNHCCPMBLH = 7047, + CmdGetMonopolyInfoCsReq = 7047, CmdKMBIPNPCADD = 7048, CmdJAJOKJHMGBJ = 7049, CmdOAFHJFCNGKJ = 7050, @@ -1451,7 +1451,7 @@ pub const CmdID = enum(u16) { CmdBJOLJJALLLL = 7056, CmdDJDOLLMENFG = 7057, CmdKGGEIGMPLNL = 7058, - CmdKAGABFDOIAO = 7059, + CmdMonopolyGetRegionProgressCsReq = 7059, CmdJKGPHJNFDIA = 7060, CmdDPCPMOLHGME = 7061, CmdKOIEKODNAGI = 7062, @@ -1468,8 +1468,8 @@ pub const CmdID = enum(u16) { CmdOFMKJHFPBNK = 7075, CmdKKDNFLDMGLM = 7076, CmdLFKLOAPMFKP = 7077, - CmdBBPBBBDDKFI = 7078, - CmdMNCBHMNLIFG = 7079, + CmdMonopolyGetRegionProgressScRsp = 7078, + CmdGetMbtiReportScRsp = 7079, CmdDABEMHCDIEC = 7080, CmdOBEIGOMKPFB = 7081, CmdMJPJNDCKOPF = 7083, @@ -1487,8 +1487,8 @@ pub const CmdID = enum(u16) { CmdHHFJJDMGIIP = 7098, CmdEPLPNAPFBHM = 7099, CmdDDBDPDMFLME = 7100, - CmdGetEraFlipperDataCsReq = 7102, - CmdResetEraFlipperDataCsReq = 7105, + CmdNKEJNOCLJEA = 7102, + CmdMFPLAPMOBLK = 7105, CmdPEJJABDLOIH = 7107, CmdEAOKBOCDHHG = 7109, CmdKJLCMECMHHE = 7110, @@ -1497,26 +1497,26 @@ pub const CmdID = enum(u16) { CmdLIHDIHMOLGB = 7114, CmdHHOHOHHFJLF = 7116, CmdKMLLPPEIBOP = 7117, - CmdEraFlipperDataChangeScNotify = 7119, + CmdLCCNLFAHCBA = 7119, CmdMBJFFJDBAJJ = 7120, CmdGDPEMIMGBNI = 7123, CmdCLBIFDFPJNK = 7125, CmdHOMKHAKNBCD = 7126, CmdDCFMOCENKKJ = 7127, CmdHMDKLFGHGMG = 7131, - CmdChangeEraFlipperDataCsReq = 7133, - CmdResetEraFlipperDataScRsp = 7135, + CmdGBPDEECDBEF = 7133, + CmdFKJKJKGLJMP = 7135, CmdFKCIBEMNKFE = 7136, - CmdEnterEraFlipperRegionScRsp = 7148, - CmdOLPAAHBAHMJ = 7151, + CmdDABHBBCPIFG = 7148, + CmdGetFeverTimeActivityDataCsReq = 7151, CmdCNLBFFIELGM = 7152, - CmdADEBBLIHHNO = 7153, + CmdGetFeverTimeActivityDataScRsp = 7153, CmdFPCCJFBKNFI = 7157, CmdFDECMDAKEDC = 7160, CmdDOLBDKNMMEL = 7161, - CmdGPHFMAKAMPG = 7162, + CmdGetStarFightDataCsReq = 7162, CmdGPBIAGAOKKB = 7163, - CmdKCNPMHJGHNM = 7167, + CmdGetStarFightDataScRsp = 7167, CmdFJMDLCBMMFJ = 7170, CmdClockParkGetInfoScRsp = 7202, CmdBPMLEFKKJCG = 7207, @@ -1534,9 +1534,9 @@ pub const CmdID = enum(u16) { CmdEBGILDGNGCL = 7243, CmdJMCMMNKANEO = 7246, CmdHPDKMOJIGNE = 7250, - CmdDOEAMNCKPNN = 7252, + CmdGetFightFestDataScRsp = 7252, CmdCGAAGOKHIEM = 7255, - CmdKFAGMGMMHGC = 7269, + CmdGetFightFestDataCsReq = 7269, CmdCJDINMHAICJ = 7275, CmdGKIALGMGJND = 7281, CmdGBFLDCLCEDO = 7283, @@ -1569,26 +1569,26 @@ pub const CmdID = enum(u16) { CmdAENCOEBKFMA = 7396, CmdNMIOCHECKLE = 7398, CmdDAADKJADMPP = 7400, - CmdNDNODNGCIFP = 7402, + CmdMatchThreeGetDataScRsp = 7402, CmdANFGNJFOFFI = 7405, CmdJFHBMCMGGPG = 7407, CmdBEHGLJAPOJF = 7409, CmdHEOOEKCDMBA = 7412, CmdKFPNNLAGCON = 7413, CmdOLIPBINKPHL = 7417, - CmdIPBNIMPLEBD = 7419, + CmdMatchThreeGetDataCsReq = 7419, CmdGOFPCLNNHLG = 7420, - CmdAGLLFHMLCFF = 7425, + CmdMatchThreeV2GetDataCsReq = 7425, CmdBNPJMLIIJHE = 7427, CmdEMKJJGADDLD = 7431, CmdEEMDHJFINBD = 7433, CmdLNBENIECPOI = 7434, CmdBODCPLJDPGF = 7435, CmdPENCGFNCOEI = 7443, - CmdBBGHLIMPOBH = 7446, + CmdMatchThreeV2GetDataScRsp = 7446, CmdLCNHIJFMBAI = 7448, CmdNJKMOLIKBAK = 7451, - CmdCHFOOHMJNPO = 7452, + CmdGetSwordTrainingDataCsReq = 7452, CmdHNMPDDELBMP = 7453, CmdCKIAKLCJJLH = 7454, CmdJNPHKPDLOIG = 7455, @@ -1621,24 +1621,24 @@ pub const CmdID = enum(u16) { CmdMBMAOKAKEPA = 7495, CmdMEGEDCOBMKC = 7496, CmdBCAFEPLNPGG = 7497, - CmdKPIKJKNMFKE = 7498, + CmdGetSwordTrainingDataScRsp = 7498, CmdPGGINNBANBD = 7500, CmdContentPackageGetDataScRsp = 7502, CmdContentPackageGetDataCsReq = 7519, CmdContentPackageTransferScNotify = 7533, CmdContentPackageSyncDataScNotify = 7548, CmdMIHHADFCMLC = 7551, - CmdFDNIEBAOINP = 7552, + CmdGetTrackPhotoActivityDataCsReq = 7552, CmdDFDDNHAMHHC = 7553, CmdIDIEFCGCKBD = 7555, CmdAHAMDHHLPEN = 7556, - CmdFPDOEGNIAAK = 7557, + CmdGetTrackPhotoActivityDataScRsp = 7557, CmdAFBBLGEHOBE = 7559, CmdOKHPABFGLOG = 7560, CmdGHEJNPKMHCP = 7561, - CmdGEKLGPLOBOE = 7562, + CmdGetSummonActivityDataCsReq = 7562, CmdBPIPPBJBFBE = 7563, - CmdNFKANNMMPEH = 7567, + CmdGetSummonActivityDataScRsp = 7567, CmdICIBMIJKHAK = 7570, CmdMusicRhythmStartLevelCsReq = 7575, CmdMusicRhythmFinishLevelCsReq = 7577, @@ -1664,8 +1664,8 @@ pub const CmdID = enum(u16) { CmdLCAMCNOFPMP = 7652, CmdLMAHEGLKOJJ = 7655, CmdPKKLLLANPFG = 7669, - CmdPGFGEEADLJP = 7675, - CmdFKDEBAICAAO = 7681, + CmdRogueArcadeGetInfoScRsp = 7675, + CmdRogueArcadeGetInfoCsReq = 7681, CmdPBNFEGELHPB = 7683, CmdBAEODIMMFGE = 7685, CmdKGCHIHCEINK = 7698, @@ -1683,7 +1683,7 @@ pub const CmdID = enum(u16) { CmdPAOFAEHLGEJ = 7726, CmdALMEAJGADBP = 7730, CmdJDOFCFELEMH = 7733, - CmdLHGOAKJKPDF = 7735, + CmdRogueMagicQueryCsReq = 7735, CmdFBKGCCFALGG = 7737, CmdGOILEIMINDK = 7738, CmdNKPDDCNPJPE = 7745, @@ -1694,7 +1694,7 @@ pub const CmdID = enum(u16) { CmdAMEJIHNHFID = 7755, CmdEKGPBLKOCFH = 7757, CmdOKHKBMNLLIL = 7761, - CmdFBAIJOOPECG = 7762, + CmdRogueMagicReviveAvatarScRsp = 7762, CmdOKFNCCGBHHI = 7766, CmdAMNPFHHPMGB = 7767, CmdDPOEEJJBLEC = 7769, @@ -1706,7 +1706,7 @@ pub const CmdID = enum(u16) { CmdFFBNNEMNAIG = 7791, CmdGIFKNBFOPDP = 7792, CmdFOGJMOKNDCL = 7795, - CmdCNNONAOENKL = 7798, + CmdRogueMagicQueryScRsp = 7798, CmdAKNPOFCGAEA = 8001, CmdTrainPartyGetDataScRsp = 8009, CmdTrainPartyEnterCsReq = 8010, @@ -1759,12 +1759,12 @@ pub const CmdID = enum(u16) { CmdABKDDBIDCJE = 8143, CmdNMNNAGFIPEP = 8144, CmdGJOCPAMNIIH = 8145, - CmdJMKEBFCMIPO = 8146, + CmdTarotBookGetDataScRsp = 8146, CmdKINPGIFGGED = 8147, CmdKMENEDCHAAM = 8149, CmdHHKCFNGDHKL = 8150, CmdEAAPHCNFLEK = 8152, - CmdLMHFDBJPCAP = 8153, + CmdTarotBookGetDataCsReq = 8153, CmdBMKBLIHIKIG = 8154, CmdHKMIMDPJAJN = 8155, CmdDFELMHMHDOP = 8157, @@ -1775,9 +1775,9 @@ pub const CmdID = enum(u16) { CmdICLGFIHJIAF = 8163, CmdEABDAHBDKPE = 8164, CmdHBEDPFHCAPJ = 8165, - CmdBOJIMHGFGEE = 8166, + CmdChimeraGetDataScRsp = 8166, CmdEBNIKJNJMBD = 8170, - CmdIMEIPJBFLPL = 8173, + CmdChimeraGetDataCsReq = 8173, CmdOKOMOBEDNPF = 8175, CmdIOMKBPMHPAM = 8177, CmdHKFIBMBCPNK = 8180, @@ -1787,7 +1787,7 @@ pub const CmdID = enum(u16) { CmdGetMarkChestCsReq = 8193, CmdMarkChestChangedScNotify = 8194, CmdEHLDJKJGNCN = 8201, - CmdCHOIPPBOANF = 8202, + CmdGetPlanetFesDataScRsp = 8202, CmdOGHKDPJINAK = 8203, CmdHOJLKBMHNPH = 8204, CmdDNDEJBMDCMJ = 8205, @@ -1804,7 +1804,7 @@ pub const CmdID = enum(u16) { CmdFCECPHKCHGK = 8216, CmdJFJGLMKBAFD = 8217, CmdOGKFHINGNLC = 8218, - CmdLGNMIJKJKJC = 8219, + CmdGetPlanetFesDataCsReq = 8219, CmdDKEOICABNFP = 8220, CmdHFAJLDKAMEO = 8221, CmdNDCAPHOBAKC = 8222, @@ -1854,10 +1854,10 @@ pub const CmdID = enum(u16) { CmdGBHLODAEAHH = 8273, CmdLLBMDLJHJLO = 8274, CmdBPNJPCNEKBD = 8275, - CmdEGHOBCIMPNH = 8276, + CmdMarbleGetDataScRsp = 8276, CmdMFANAADHHPG = 8279, CmdPNIEHBLNHOB = 8282, - CmdKGEIJDNMEKO = 8283, + CmdMarbleGetDataCsReq = 8283, CmdKCGJFHILEOI = 8284, CmdOKEKJDFOIKD = 8287, CmdIAGEJNPIHJG = 8292, @@ -1890,9 +1890,9 @@ pub const CmdID = enum(u16) { CmdLLIEMGCGHDG = 8383, CmdLPIKOGPOMNI = 8384, CmdPPMGKFEDNOL = 8385, - CmdGNLLJMIMNPC = 8386, + CmdParkourGetDataScRsp = 8386, CmdFPMFIIPPIMO = 8389, - CmdHDBILLENKMG = 8393, + CmdParkourGetDataCsReq = 8393, CmdKIFFLDHFMLL = 8394, CmdBHHDIGKNGGK = 8397, CmdGHBGNOKPDKL = 8401, @@ -2006,7 +2006,7 @@ pub const CmdID = enum(u16) { CmdFPLOMPFOFPL = 8965, CmdJIAMLEMCLHD = 8969, CmdGOHAIMEMEFG = 8970, - CmdMLGECIDINHM = 9002, + CmdGetHipplenDataScRsp = 9002, CmdLKJMMAJJCBK = 9005, CmdIMKPBFNLMBJ = 9007, CmdMCHDFOHHBLF = 9009, @@ -2014,7 +2014,7 @@ pub const CmdID = enum(u16) { CmdJBFCBGJADOA = 9012, CmdIJJLBEKHICO = 9013, CmdOHFABPDBIDE = 9017, - CmdPFCGHODONEK = 9019, + CmdGetHipplenDataCsReq = 9019, CmdFBPHNLFDFAE = 9025, CmdHJJAFGIBNDI = 9027, CmdGIGAMCJGJKP = 9031, diff --git a/resources/AvatarConfig.json b/resources/AvatarConfig.json index e8673c8..366624b 100644 --- a/resources/AvatarConfig.json +++ b/resources/AvatarConfig.json @@ -6849,6 +6849,194 @@ "AssistOffset": [], "AssistBgOffset": [], "AvatarSelfShowOffset": [] + }, + { + "AvatarID": 1014, + "AvatarName": { + "Hash": 540031813, + "Hash64": 11292532298779825003 + }, + "AvatarFullName": { + "Hash": -1779143381, + "Hash64": 8951245737780219460 + }, + "AdventurePlayerID": 1014, + "AvatarVOTag": "saber", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Saber_00_Config.json", + "DamageType": "Wind", + "SPNeed": { + "Value": 360.0 + }, + "ExpGroup": 1, + "MaxPromotion": 6, + "MaxRank": 6, + "RankIDList": [ + 101401, + 101402, + 101403, + 101404, + 101405, + 101406 + ], + "SkillList": [ + 101401, + 101402, + 101403, + 101404, + 101406, + 101407, + 101408 + ], + "AvatarBaseType": "Warrior", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Saber_00/Avatar_Saber_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/Avatar/1014.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/Avatar/1014.png", + "AvatarMiniIconPath": "SpriteOutput/AvatarMiniIcon/1014.png", + "AvatarGachaResultImgPath": "SpriteOutput/AvatarDrawCardResult/1014.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1014B.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/Avatar/UltraSkillCutIn_1014.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Avatar/Saber_00/Manikin_Avatar_Maid_Saber_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Avatar/Manikin_Avatar_Saber_00_Config.json", + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarriorSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1014.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1014.png", + "AvatarCutinImgPath": "SpriteOutput/AvatarCutinFigures/1014.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1014.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarDrawCard/1014.png", + "AvatarCutinIntroText": { + "Hash": 1175625416, + "Hash64": 4799067612581879871 + }, + "AvatarDropOffset": [ + 134.0, + 2.0, + 0.6399999856948853, + 134.0, + 2.0, + 0.6399999856948853, + 134.0, + 2.0, + 0.6399999856948853 + ], + "AvatarTrialOffset": [], + "PlayerCardOffset": [ + 82.0, + -84.0, + 0.7699999809265137 + ], + "AssistOffset": [ + 70.0, + -72.0, + 1.100000023841858 + ], + "AssistBgOffset": [ + 108.0, + -300.0, + 1.0 + ], + "AvatarSelfShowOffset": [ + 0.0, + -100.0, + 5.0 + ] + }, + { + "AvatarID": 1015, + "AvatarName": { + "Hash": 2106115754, + "Hash64": 18287682968624271100 + }, + "AvatarFullName": { + "Hash": 284003939, + "Hash64": 1286075273557870370 + }, + "AdventurePlayerID": 1015, + "AvatarVOTag": "archer", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Archer_00_Config.json", + "DamageType": "Quantum", + "SPNeed": { + "Value": 220.0 + }, + "ExpGroup": 1, + "MaxPromotion": 6, + "MaxRank": 6, + "RankIDList": [ + 101501, + 101502, + 101503, + 101504, + 101505, + 101506 + ], + "SkillList": [ + 101501, + 101502, + 101503, + 101504, + 101506, + 101507, + 101509 + ], + "AvatarBaseType": "Rogue", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Archer_00/Avatar_Archer_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/Avatar/1015.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/Avatar/1015.png", + "AvatarMiniIconPath": "SpriteOutput/AvatarMiniIcon/1015.png", + "AvatarGachaResultImgPath": "SpriteOutput/AvatarDrawCardResult/1015.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1015B.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/Avatar/UltraSkillCutIn_1015.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Avatar/Archer_00/Manikin_Avatar_Male_Archer_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Avatar/Manikin_Avatar_Archer_00_Config.json", + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/RogueSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1015.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1015.png", + "AvatarCutinImgPath": "SpriteOutput/AvatarCutinFigures/1015.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1015.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarDrawCard/1015.png", + "AvatarCutinIntroText": { + "Hash": 1175625417, + "Hash64": 7434233205966059744 + }, + "AvatarDropOffset": [ + 45.0, + 33.0, + 0.6399999856948853, + 45.0, + 33.0, + 0.6399999856948853, + 45.0, + 33.0, + 0.6399999856948853 + ], + "AvatarTrialOffset": [], + "PlayerCardOffset": [ + 82.0, + -84.0, + 0.7699999809265137 + ], + "AssistOffset": [ + 70.0, + -72.0, + 1.100000023841858 + ], + "AssistBgOffset": [ + 108.0, + -300.0, + 1.0 + ], + "AvatarSelfShowOffset": [ + 0.0, + -100.0, + 5.0 + ] } ] } \ No newline at end of file diff --git a/resources/AvatarPlayerIcon.json b/resources/AvatarPlayerIcon.json index 5f1da54..a420033 100644 --- a/resources/AvatarPlayerIcon.json +++ b/resources/AvatarPlayerIcon.json @@ -518,6 +518,558 @@ "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8003.png", "AvatarID": 8003, "SortType": 3 + }, + { + "ID": 201014, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1014.png", + "AvatarID": 1014, + "SortType": 3 + }, + { + "ID": 201015, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1015.png", + "AvatarID": 1015, + "SortType": 3 + }, + { + "ID": 200001, + "ImagePath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Anonymous.png", + "IsVisible": true, + "SortType": 1 + }, + { + "ID": 200101, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200101.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200102, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200102.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200103, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200103.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200104, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200104.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200105, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200105.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200106, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200106.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200107, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200107.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200108, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200108.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200109, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200109.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200110, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200110.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200111, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200111.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200112, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200112.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200113, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200113.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200114, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200114.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200115, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200115.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200116, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200116.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200117, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200117.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200118, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200118.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200119, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200119.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200120, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200120.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200121, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200121.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200122, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200122.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200123, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200123.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200124, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200124.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200125, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200125.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200126, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200126.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200127, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200127.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200128, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200128.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200129, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200129.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200130, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200130.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200131, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200131.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200132, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200132.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200133, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200133.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200134, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200134.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200135, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200135.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200136, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200136.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200137, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200137.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200138, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200138.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200139, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200139.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200140, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200140.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200141, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200141.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200142, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200142.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200143, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200143.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200144, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200144.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200145, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200145.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200146, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200146.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200147, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200147.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200148, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200148.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200149, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200149.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 200150, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200150.png", + "IsVisible": true, + "SortType": 5 + }, + { + "ID": 202001, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202001.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202002, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202002.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202003, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202003.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202004, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202004.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202005, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202005.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202006, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202006.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202007, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202007.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202008, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202008.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202009, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202009.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202010, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202010.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202011, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202011.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202012, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202012.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202013, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202013.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202014, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202014.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202015, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202015.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202016, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202016.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202017, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202017.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202018, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202018.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202019, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202019.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202020, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202020.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202021, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202021.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202022, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202022.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202023, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202023.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202024, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202024.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202025, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202025.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202028, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202028.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202029, + "ImagePath": "SpriteOutput/AvatarRoundIcon/AvatarSkin/1100101.png", + "IsVisible": true, + "SortType": 4 + }, + { + "ID": 202030, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202030.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202031, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202031.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202033, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202033.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202034, + "ImagePath": "SpriteOutput/AvatarRoundIcon/AvatarSkin/1131001.png", + "IsVisible": true, + "SortType": 4 + }, + { + "ID": 202035, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202035.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202036, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202036.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202037, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202037.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202038, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202038.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202039, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202039.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202040, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202040.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202041, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202041.png", + "IsVisible": true, + "SortType": 2 + }, + { + "ID": 202042, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202042.png", + "IsVisible": true, + "SortType": 2 } ] } \ No newline at end of file diff --git a/resources/AvatarSkillTreeConfig.json b/resources/AvatarSkillTreeConfig.json index d8b5662..6504dfd 100644 --- a/resources/AvatarSkillTreeConfig.json +++ b/resources/AvatarSkillTreeConfig.json @@ -169512,6 +169512,3881 @@ "AbilityName": "", "PointTriggerKey": "PointS10", "ParamList": [] + }, + { + "PointID": 1015001, + "Level": 1, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101501 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1015001, + "Level": 2, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110191, + "ItemNum": 3 + }, + { + "ItemID": 111001, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [ + 101501 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1015001, + "Level": 3, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110192, + "ItemNum": 3 + }, + { + "ItemID": 111002, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [ + 101501 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1015001, + "Level": 4, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110192, + "ItemNum": 5 + }, + { + "ItemID": 111002, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101501 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1015001, + "Level": 5, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110193, + "ItemNum": 3 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101501 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1015001, + "Level": 6, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110193, + "ItemNum": 8 + }, + { + "ItemID": 111003, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101501 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 1, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 2, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 2500 + }, + { + "ItemID": 111001, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 1, + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 3, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110191, + "ItemNum": 3 + }, + { + "ItemID": 111001, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 4, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110192, + "ItemNum": 3 + }, + { + "ItemID": 111002, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 5, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110192, + "ItemNum": 5 + }, + { + "ItemID": 111002, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 6, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 30000 + }, + { + "ItemID": 110192, + "ItemNum": 7 + }, + { + "ItemID": 111002, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 7, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110193, + "ItemNum": 3 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 8, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110193, + "ItemNum": 5 + }, + { + "ItemID": 110502, + "ItemNum": 1 + }, + { + "ItemID": 111003, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 9, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110193, + "ItemNum": 8 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110502, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015002, + "Level": 10, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 300000 + }, + { + "ItemID": 110193, + "ItemNum": 14 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110502, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101502 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 1, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 2, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 2500 + }, + { + "ItemID": 111001, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 1, + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 3, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110191, + "ItemNum": 3 + }, + { + "ItemID": 111001, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 4, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110192, + "ItemNum": 3 + }, + { + "ItemID": 111002, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 5, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110192, + "ItemNum": 5 + }, + { + "ItemID": 111002, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 6, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 30000 + }, + { + "ItemID": 110192, + "ItemNum": 7 + }, + { + "ItemID": 111002, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 7, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110193, + "ItemNum": 3 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 8, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110193, + "ItemNum": 5 + }, + { + "ItemID": 110502, + "ItemNum": 1 + }, + { + "ItemID": 111003, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 9, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110193, + "ItemNum": 8 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110502, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015003, + "Level": 10, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 300000 + }, + { + "ItemID": 110193, + "ItemNum": 14 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110502, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101503 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 1, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 2, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 2500 + }, + { + "ItemID": 111001, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 1, + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 3, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110191, + "ItemNum": 3 + }, + { + "ItemID": 111001, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 4, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110192, + "ItemNum": 3 + }, + { + "ItemID": 111002, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 5, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110192, + "ItemNum": 5 + }, + { + "ItemID": 111002, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 6, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 30000 + }, + { + "ItemID": 110192, + "ItemNum": 7 + }, + { + "ItemID": 111002, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 7, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110193, + "ItemNum": 3 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 8, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110193, + "ItemNum": 5 + }, + { + "ItemID": 110502, + "ItemNum": 1 + }, + { + "ItemID": 111003, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 9, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110193, + "ItemNum": 8 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110502, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015004, + "Level": 10, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 300000 + }, + { + "ItemID": 110193, + "ItemNum": 14 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110502, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101504 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1015007, + "Level": 1, + "AvatarID": 1015, + "PointType": 2, + "AnchorType": "Point05", + "MaxLevel": 1, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101507 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_Maze.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointMaze", + "ParamList": [] + }, + { + "PointID": 1015101, + "Level": 1, + "AvatarID": 1015, + "PointType": 3, + "AnchorType": "Point06", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110191, + "ItemNum": 3 + }, + { + "ItemID": 110502, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_SkillTree1.png", + "PointName": "SkillPointName_1015101", + "PointDesc": "SkillPointDesc_1015101", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "Avatar_Archer_00_SkillTree01", + "PointTriggerKey": "PointB1", + "ParamList": [ + { + "Value": 2.0 + } + ] + }, + { + "PointID": 1015102, + "Level": 1, + "AvatarID": 1015, + "PointType": 3, + "AnchorType": "Point07", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110192, + "ItemNum": 5 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110502, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_SkillTree2.png", + "PointName": "SkillPointName_1015102", + "PointDesc": "SkillPointDesc_1015102", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "Avatar_Archer_00_SkillTree02", + "PointTriggerKey": "PointB2", + "ParamList": [ + { + "Value": 1.0 + } + ] + }, + { + "PointID": 1015103, + "Level": 1, + "AvatarID": 1015, + "PointType": 3, + "AnchorType": "Point08", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110193, + "ItemNum": 8 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110502, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1015/SkillIcon_1015_SkillTree3.png", + "PointName": "SkillPointName_1015103", + "PointDesc": "SkillPointDesc_1015103", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "Avatar_Archer_00_SkillTree03", + "PointTriggerKey": "PointB3", + "ParamList": [ + { + "Value": 1.2000000001862645 + }, + { + "Value": 1.0 + }, + { + "Value": 4.0 + } + ] + }, + { + "PointID": 1015201, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point09", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [ + { + "PropertyType": "QuantumAddedRatio", + "Value": { + "Value": 0.031999999890103936 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 2500 + }, + { + "ItemID": 111001, + "ItemNum": 2 + } + ], + "AvatarLevelLimit": 1, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconQuantumAddedRatio.png", + "PointName": "SkillPointName_1015201", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS1", + "ParamList": [] + }, + { + "PointID": 1015202, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point10", + "MaxLevel": 1, + "PrePoint": [ + 1015101 + ], + "StatusAddList": [ + { + "PropertyType": "AttackAddedRatio", + "Value": { + "Value": 0.0400000000372529 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110191, + "ItemNum": 3 + }, + { + "ItemID": 111001, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "PointName": "SkillPointName_1015202", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS2", + "ParamList": [] + }, + { + "PointID": 1015203, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point11", + "MaxLevel": 1, + "PrePoint": [ + 1015202 + ], + "StatusAddList": [ + { + "PropertyType": "QuantumAddedRatio", + "Value": { + "Value": 0.031999999890103936 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110192, + "ItemNum": 3 + }, + { + "ItemID": 111002, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconQuantumAddedRatio.png", + "PointName": "SkillPointName_1015203", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS3", + "ParamList": [] + }, + { + "PointID": 1015204, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point12", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [ + { + "PropertyType": "CriticalChanceBase", + "Value": { + "Value": 0.026999999536201358 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110192, + "ItemNum": 3 + }, + { + "ItemID": 111002, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "PointName": "SkillPointName_1015204", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS4", + "ParamList": [] + }, + { + "PointID": 1015205, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point13", + "MaxLevel": 1, + "PrePoint": [ + 1015102 + ], + "StatusAddList": [ + { + "PropertyType": "QuantumAddedRatio", + "Value": { + "Value": 0.04799999948590994 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110192, + "ItemNum": 5 + }, + { + "ItemID": 111002, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconQuantumAddedRatio.png", + "PointName": "SkillPointName_1015205", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS5", + "ParamList": [] + }, + { + "PointID": 1015206, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point14", + "MaxLevel": 1, + "PrePoint": [ + 1015205 + ], + "StatusAddList": [ + { + "PropertyType": "AttackAddedRatio", + "Value": { + "Value": 0.060000000055879354 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110193, + "ItemNum": 3 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "PointName": "SkillPointName_1015206", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS6", + "ParamList": [] + }, + { + "PointID": 1015207, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point15", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [ + { + "PropertyType": "QuantumAddedRatio", + "Value": { + "Value": 0.04799999948590994 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110193, + "ItemNum": 3 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconQuantumAddedRatio.png", + "PointName": "SkillPointName_1015207", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS7", + "ParamList": [] + }, + { + "PointID": 1015208, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point16", + "MaxLevel": 1, + "PrePoint": [ + 1015103 + ], + "StatusAddList": [ + { + "PropertyType": "CriticalChanceBase", + "Value": { + "Value": 0.0400000000372529 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110193, + "ItemNum": 8 + }, + { + "ItemID": 111003, + "ItemNum": 8 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "PointName": "SkillPointName_1015208", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS8", + "ParamList": [] + }, + { + "PointID": 1015209, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point17", + "MaxLevel": 1, + "PrePoint": [ + 1015208 + ], + "StatusAddList": [ + { + "PropertyType": "AttackAddedRatio", + "Value": { + "Value": 0.0800000000745058 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110193, + "ItemNum": 8 + }, + { + "ItemID": 111003, + "ItemNum": 8 + } + ], + "AvatarLevelLimit": 75, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "PointName": "SkillPointName_1015209", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS9", + "ParamList": [] + }, + { + "PointID": 1015210, + "Level": 1, + "AvatarID": 1015, + "PointType": 1, + "AnchorType": "Point18", + "MaxLevel": 1, + "PrePoint": [ + 1015208 + ], + "StatusAddList": [ + { + "PropertyType": "QuantumAddedRatio", + "Value": { + "Value": 0.06399999978020787 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110193, + "ItemNum": 8 + }, + { + "ItemID": 111003, + "ItemNum": 8 + } + ], + "AvatarLevelLimit": 80, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconQuantumAddedRatio.png", + "PointName": "SkillPointName_1015210", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS10", + "ParamList": [] + }, + { + "PointID": 1014001, + "Level": 1, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101401, + 101408 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1014001, + "Level": 2, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110181, + "ItemNum": 3 + }, + { + "ItemID": 111011, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [ + 101401, + 101408 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1014001, + "Level": 3, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110182, + "ItemNum": 3 + }, + { + "ItemID": 111012, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [ + 101401, + 101408 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1014001, + "Level": 4, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110182, + "ItemNum": 5 + }, + { + "ItemID": 111012, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101401, + 101408 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1014001, + "Level": 5, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110183, + "ItemNum": 3 + }, + { + "ItemID": 111013, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101401, + 101408 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1014001, + "Level": 6, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point01", + "MaxLevel": 6, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110183, + "ItemNum": 8 + }, + { + "ItemID": 111013, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101401, + 101408 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Normal.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointNormal", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 1, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 2, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 2500 + }, + { + "ItemID": 111011, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 1, + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 3, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110181, + "ItemNum": 3 + }, + { + "ItemID": 111011, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 4, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110182, + "ItemNum": 3 + }, + { + "ItemID": 111012, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 5, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110182, + "ItemNum": 5 + }, + { + "ItemID": 111012, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 6, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 30000 + }, + { + "ItemID": 110182, + "ItemNum": 7 + }, + { + "ItemID": 111012, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 7, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110183, + "ItemNum": 3 + }, + { + "ItemID": 111013, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 8, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110183, + "ItemNum": 5 + }, + { + "ItemID": 110501, + "ItemNum": 1 + }, + { + "ItemID": 111013, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 9, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110183, + "ItemNum": 8 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110501, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014002, + "Level": 10, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point02", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 300000 + }, + { + "ItemID": 110183, + "ItemNum": 14 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110501, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101402 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_BP.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 1, + "AbilityName": "", + "PointTriggerKey": "PointBPSkill", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 1, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 2, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 2500 + }, + { + "ItemID": 111011, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 1, + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 3, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110181, + "ItemNum": 3 + }, + { + "ItemID": 111011, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 4, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110182, + "ItemNum": 3 + }, + { + "ItemID": 111012, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 5, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110182, + "ItemNum": 5 + }, + { + "ItemID": 111012, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 6, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 30000 + }, + { + "ItemID": 110182, + "ItemNum": 7 + }, + { + "ItemID": 111012, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 7, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110183, + "ItemNum": 3 + }, + { + "ItemID": 111013, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 8, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110183, + "ItemNum": 5 + }, + { + "ItemID": 110501, + "ItemNum": 1 + }, + { + "ItemID": 111013, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 9, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110183, + "ItemNum": 8 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110501, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014003, + "Level": 10, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point03", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 300000 + }, + { + "ItemID": 110183, + "ItemNum": 14 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110501, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101403 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Ultra.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 2, + "AbilityName": "", + "PointTriggerKey": "PointUltra", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 1, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 2, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 2500 + }, + { + "ItemID": 111011, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 1, + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 3, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110181, + "ItemNum": 3 + }, + { + "ItemID": 111011, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 4, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110182, + "ItemNum": 3 + }, + { + "ItemID": 111012, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 5, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110182, + "ItemNum": 5 + }, + { + "ItemID": 111012, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 6, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 30000 + }, + { + "ItemID": 110182, + "ItemNum": 7 + }, + { + "ItemID": 111012, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 7, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110183, + "ItemNum": 3 + }, + { + "ItemID": 111013, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 8, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110183, + "ItemNum": 5 + }, + { + "ItemID": 110501, + "ItemNum": 1 + }, + { + "ItemID": 111013, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 9, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110183, + "ItemNum": 8 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110501, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014004, + "Level": 10, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point04", + "MaxLevel": 10, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 300000 + }, + { + "ItemID": 110183, + "ItemNum": 14 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110501, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [ + 101404 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Passive.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "RecommendPriority": 3, + "AbilityName": "", + "PointTriggerKey": "PointPassive", + "ParamList": [] + }, + { + "PointID": 1014007, + "Level": 1, + "AvatarID": 1014, + "PointType": 2, + "AnchorType": "Point05", + "MaxLevel": 1, + "DefaultUnlock": true, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [], + "LevelUpSkillID": [ + 101407 + ], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_Maze.png", + "PointName": "", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointMaze", + "ParamList": [] + }, + { + "PointID": 1014101, + "Level": 1, + "AvatarID": 1014, + "PointType": 3, + "AnchorType": "Point06", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110181, + "ItemNum": 3 + }, + { + "ItemID": 110501, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_SkillTree1.png", + "PointName": "SkillPointName_1014101", + "PointDesc": "SkillPointDesc_1014101", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointB1", + "ParamList": [ + { + "Value": 0.20000000018626451 + }, + { + "Value": 0.40000000037252903 + }, + { + "Value": 0.20000000018626451 + } + ] + }, + { + "PointID": 1014102, + "Level": 1, + "AvatarID": 1014, + "PointType": 3, + "AnchorType": "Point07", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110182, + "ItemNum": 5 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110501, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_SkillTree2.png", + "PointName": "SkillPointName_1014102", + "PointDesc": "SkillPointDesc_1014102", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointB2", + "ParamList": [ + { + "Value": 120.0 + }, + { + "Value": 0.6000000005587935 + }, + { + "Value": 0.6000000005587935 + } + ] + }, + { + "PointID": 1014103, + "Level": 1, + "AvatarID": 1014, + "PointType": 3, + "AnchorType": "Point08", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110183, + "ItemNum": 8 + }, + { + "ItemID": 241, + "ItemNum": 1 + }, + { + "ItemID": 110501, + "ItemNum": 1 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/SkillIcons/Avatar/1014/SkillIcon_1014_SkillTree3.png", + "PointName": "SkillPointName_1014103", + "PointDesc": "SkillPointDesc_1014103", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointB3", + "ParamList": [ + { + "Value": 0.5000000004656613 + }, + { + "Value": 2.0 + }, + { + "Value": 0.0400000000372529 + }, + { + "Value": 8.0 + } + ] + }, + { + "PointID": 1014201, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point09", + "MaxLevel": 1, + "PrePoint": [], + "StatusAddList": [ + { + "PropertyType": "WindAddedRatio", + "Value": { + "Value": 0.031999999890103936 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 2500 + }, + { + "ItemID": 111011, + "ItemNum": 2 + } + ], + "AvatarLevelLimit": 1, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconWindAddedRatio.png", + "PointName": "SkillPointName_1014201", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS1", + "ParamList": [] + }, + { + "PointID": 1014202, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point10", + "MaxLevel": 1, + "PrePoint": [ + 1014101 + ], + "StatusAddList": [ + { + "PropertyType": "CriticalChanceBase", + "Value": { + "Value": 0.026999999536201358 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 110181, + "ItemNum": 3 + }, + { + "ItemID": 111011, + "ItemNum": 6 + } + ], + "AvatarPromotionLimit": 2, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "PointName": "SkillPointName_1014202", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS2", + "ParamList": [] + }, + { + "PointID": 1014203, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point11", + "MaxLevel": 1, + "PrePoint": [ + 1014202 + ], + "StatusAddList": [ + { + "PropertyType": "WindAddedRatio", + "Value": { + "Value": 0.031999999890103936 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110182, + "ItemNum": 3 + }, + { + "ItemID": 111012, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconWindAddedRatio.png", + "PointName": "SkillPointName_1014203", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS3", + "ParamList": [] + }, + { + "PointID": 1014204, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point12", + "MaxLevel": 1, + "PrePoint": [ + 1014203 + ], + "StatusAddList": [ + { + "PropertyType": "HPAddedRatio", + "Value": { + "Value": 0.0400000000372529 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110182, + "ItemNum": 3 + }, + { + "ItemID": 111012, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 3, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "PointName": "SkillPointName_1014204", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS4", + "ParamList": [] + }, + { + "PointID": 1014205, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point13", + "MaxLevel": 1, + "PrePoint": [ + 1014102 + ], + "StatusAddList": [ + { + "PropertyType": "WindAddedRatio", + "Value": { + "Value": 0.04799999948590994 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 110182, + "ItemNum": 5 + }, + { + "ItemID": 111012, + "ItemNum": 4 + } + ], + "AvatarPromotionLimit": 4, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconWindAddedRatio.png", + "PointName": "SkillPointName_1014205", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS5", + "ParamList": [] + }, + { + "PointID": 1014206, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point14", + "MaxLevel": 1, + "PrePoint": [ + 1014205 + ], + "StatusAddList": [ + { + "PropertyType": "CriticalChanceBase", + "Value": { + "Value": 0.0400000000372529 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110183, + "ItemNum": 3 + }, + { + "ItemID": 111013, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "PointName": "SkillPointName_1014206", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS6", + "ParamList": [] + }, + { + "PointID": 1014207, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point15", + "MaxLevel": 1, + "PrePoint": [ + 1014206 + ], + "StatusAddList": [ + { + "PropertyType": "WindAddedRatio", + "Value": { + "Value": 0.04799999948590994 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 45000 + }, + { + "ItemID": 110183, + "ItemNum": 3 + }, + { + "ItemID": 111013, + "ItemNum": 3 + } + ], + "AvatarPromotionLimit": 5, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconWindAddedRatio.png", + "PointName": "SkillPointName_1014207", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS7", + "ParamList": [] + }, + { + "PointID": 1014208, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point16", + "MaxLevel": 1, + "PrePoint": [ + 1014103 + ], + "StatusAddList": [ + { + "PropertyType": "HPAddedRatio", + "Value": { + "Value": 0.060000000055879354 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110183, + "ItemNum": 8 + }, + { + "ItemID": 111013, + "ItemNum": 8 + } + ], + "AvatarPromotionLimit": 6, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "PointName": "SkillPointName_1014208", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS8", + "ParamList": [] + }, + { + "PointID": 1014209, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point17", + "MaxLevel": 1, + "PrePoint": [ + 1014208 + ], + "StatusAddList": [ + { + "PropertyType": "CriticalChanceBase", + "Value": { + "Value": 0.05299999983981252 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110183, + "ItemNum": 8 + }, + { + "ItemID": 111013, + "ItemNum": 8 + } + ], + "AvatarLevelLimit": 75, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "PointName": "SkillPointName_1014209", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS9", + "ParamList": [] + }, + { + "PointID": 1014210, + "Level": 1, + "AvatarID": 1014, + "PointType": 1, + "AnchorType": "Point18", + "MaxLevel": 1, + "PrePoint": [ + 1014208 + ], + "StatusAddList": [ + { + "PropertyType": "WindAddedRatio", + "Value": { + "Value": 0.06399999978020787 + } + } + ], + "MaterialList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110183, + "ItemNum": 8 + }, + { + "ItemID": 111013, + "ItemNum": 8 + } + ], + "AvatarLevelLimit": 80, + "LevelUpSkillID": [], + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconWindAddedRatio.png", + "PointName": "SkillPointName_1014210", + "PointDesc": "", + "SimplePointDesc": "", + "ExtraEffectIDList": [], + "SimpleExtraEffectIDList": [], + "AbilityName": "", + "PointTriggerKey": "PointS10", + "ParamList": [] } ] } \ No newline at end of file diff --git a/resources/MapEntrance.json b/resources/MapEntrance.json index cac6d36..da6a31f 100644 --- a/resources/MapEntrance.json +++ b/resources/MapEntrance.json @@ -7651,6 +7651,125 @@ "BeginMainMissionList": [], "FinishMainMissionList": [], "FinishSubMissionList": [] + }, + { + "ID": 40447001, + "EntranceType": "Explore", + "PlaneID": 40447, + "FloorID": 40447001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40447002, + "EntranceType": "Explore", + "PlaneID": 40447, + "FloorID": 40447002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40447003, + "EntranceType": "Explore", + "PlaneID": 40447, + "FloorID": 40447003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40447004, + "EntranceType": "Explore", + "PlaneID": 40447, + "FloorID": 40447004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40447005, + "EntranceType": "Explore", + "PlaneID": 40447, + "FloorID": 40447005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40448001, + "EntranceType": "Explore", + "PlaneID": 40448, + "FloorID": 40448001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40448002, + "EntranceType": "Explore", + "PlaneID": 40448, + "FloorID": 40448002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40448003, + "EntranceType": "Explore", + "PlaneID": 40448, + "FloorID": 40448003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40449001, + "EntranceType": "Explore", + "PlaneID": 40449, + "FloorID": 40449001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40449002, + "EntranceType": "Explore", + "PlaneID": 40449, + "FloorID": 40449002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40449003, + "EntranceType": "Explore", + "PlaneID": 40449, + "FloorID": 40449003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40449004, + "EntranceType": "Explore", + "PlaneID": 40449, + "FloorID": 40449004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 10341901, + "EntranceType": "Explore", + "PlaneID": 10341, + "FloorID": 10341001, + "StartGroupID": 367, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] } ] } \ No newline at end of file diff --git a/resources/MazePlane.json b/resources/MazePlane.json index ca8cd88..2d709d7 100644 --- a/resources/MazePlane.json +++ b/resources/MazePlane.json @@ -4995,6 +4995,121 @@ 80408009, 80408010 ] + }, + { + "PlaneID": 40445, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40445001, + "FloorIDList": [ + 40445001 + ] + }, + { + "PlaneID": 40446, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40446001, + "FloorIDList": [ + 40446001, + 40446002 + ] + }, + { + "PlaneID": 40443, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40443001, + "FloorIDList": [ + 40443001 + ] + }, + { + "PlaneID": 40444, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40444001, + "FloorIDList": [ + 40444001 + ] + }, + { + "PlaneID": 40447, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40447001, + "FloorIDList": [ + 40447001, + 40447002, + 40447003, + 40447004, + 40447005 + ] + }, + { + "PlaneID": 40448, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40448001, + "FloorIDList": [ + 40448001, + 40448002, + 40448003 + ] + }, + { + "PlaneID": 40449, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40449001, + "FloorIDList": [ + 40449001, + 40449002, + 40449003, + 40449004 + ] } ] } \ No newline at end of file