From 77356e845c5094542458b4fc745160320c11343f Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 21 Jul 2023 11:55:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pb/stonehenge_db.pb.go | 46 +-- pb/stonehenge_msg.pb.go | 642 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 620 insertions(+), 68 deletions(-) diff --git a/pb/stonehenge_db.pb.go b/pb/stonehenge_db.pb.go index 9fad1fae2..127b31c4f 100644 --- a/pb/stonehenge_db.pb.go +++ b/pb/stonehenge_db.pb.go @@ -116,6 +116,7 @@ type DBStonehenge struct { Reward map[int32]bool `protobuf:"bytes,9,rep,name=reward,proto3" json:"reward" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 是否首通 key:stageid Addweight map[int32]int32 `protobuf:"bytes,10,rep,name=addweight,proto3" json:"addweight" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 选择buff权重增加 key 类型 Rtime int64 `protobuf:"varint,11,opt,name=rtime,proto3" json:"rtime"` // 刷新时间 + Etime int64 `protobuf:"varint,12,opt,name=etime,proto3" json:"etime"` // 结算时间 } func (x *DBStonehenge) Reset() { @@ -227,6 +228,13 @@ func (x *DBStonehenge) GetRtime() int64 { return 0 } +func (x *DBStonehenge) GetEtime() int64 { + if x != nil { + return x.Etime + } + return 0 +} + var File_stonehenge_stonehenge_db_proto protoreflect.FileDescriptor var file_stonehenge_stonehenge_db_proto_rawDesc = []byte{ @@ -252,7 +260,7 @@ var file_stonehenge_stonehenge_db_proto_rawDesc = []byte{ 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, - 0x01, 0x22, 0x8c, 0x05, 0x0a, 0x0c, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, + 0x01, 0x22, 0xa2, 0x05, 0x0a, 0x0c, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 0x44, 0x18, @@ -277,23 +285,25 @@ var file_stonehenge_stonehenge_db_proto_rawDesc = []byte{ 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x1a, 0x3b, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, - 0x62, 0x75, 0x66, 0x66, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x40, 0x0a, 0x09, 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, - 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1d, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x44, 0x42, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x39, 0x0a, 0x0b, 0x52, 0x65, 0x77, 0x61, 0x72, - 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, - 0x38, 0x01, 0x1a, 0x3c, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x45, - 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, - 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x03, 0x52, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x74, 0x69, 0x6d, + 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x1a, 0x3b, + 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x62, 0x75, 0x66, 0x66, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, + 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, + 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x40, 0x0a, 0x09, 0x48, + 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1d, 0x0a, 0x05, 0x76, 0x61, + 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x44, 0x42, 0x48, 0x65, + 0x72, 0x6f, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x39, 0x0a, + 0x0b, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, + 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3c, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x77, + 0x65, 0x69, 0x67, 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/pb/stonehenge_msg.pb.go b/pb/stonehenge_msg.pb.go index 6349799d3..6c4e9e4c3 100644 --- a/pb/stonehenge_msg.pb.go +++ b/pb/stonehenge_msg.pb.go @@ -20,6 +20,7 @@ const ( _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) +// 获取关卡信息 type StonehengeGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache @@ -63,7 +64,8 @@ type StonehengeGetListResp struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Data *DBStonehenge `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` + Data *DBStonehenge `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` + Boosid []int32 `protobuf:"varint,2,rep,packed,name=boosid,proto3" json:"boosid"` } func (x *StonehengeGetListResp) Reset() { @@ -105,6 +107,13 @@ func (x *StonehengeGetListResp) GetData() *DBStonehenge { return nil } +func (x *StonehengeGetListResp) GetBoosid() []int32 { + if x != nil { + return x.Boosid + } + return nil +} + // 选择英雄 type StonehengeSelectHeroReq struct { state protoimpl.MessageState @@ -295,6 +304,400 @@ func (x *StonehengeSelectBuffResp) GetAddweight() map[int32]int32 { return nil } +// 进入关卡 +type StonehengeGotoRoomReq struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Portal int32 `protobuf:"varint,1,opt,name=portal,proto3" json:"portal"` //传送门id +} + +func (x *StonehengeGotoRoomReq) Reset() { + *x = StonehengeGotoRoomReq{} + if protoimpl.UnsafeEnabled { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *StonehengeGotoRoomReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*StonehengeGotoRoomReq) ProtoMessage() {} + +func (x *StonehengeGotoRoomReq) ProtoReflect() protoreflect.Message { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[6] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use StonehengeGotoRoomReq.ProtoReflect.Descriptor instead. +func (*StonehengeGotoRoomReq) Descriptor() ([]byte, []int) { + return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{6} +} + +func (x *StonehengeGotoRoomReq) GetPortal() int32 { + if x != nil { + return x.Portal + } + return 0 +} + +type StonehengeGotoRoomResp struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Room *RoomData `protobuf:"bytes,1,opt,name=room,proto3" json:"room"` +} + +func (x *StonehengeGotoRoomResp) Reset() { + *x = StonehengeGotoRoomResp{} + if protoimpl.UnsafeEnabled { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[7] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *StonehengeGotoRoomResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*StonehengeGotoRoomResp) ProtoMessage() {} + +func (x *StonehengeGotoRoomResp) ProtoReflect() protoreflect.Message { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[7] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use StonehengeGotoRoomResp.ProtoReflect.Descriptor instead. +func (*StonehengeGotoRoomResp) Descriptor() ([]byte, []int) { + return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{7} +} + +func (x *StonehengeGotoRoomResp) GetRoom() *RoomData { + if x != nil { + return x.Room + } + return nil +} + +// 完成事件 +type StonehengeEventReq struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Eventid int32 `protobuf:"varint,1,opt,name=eventid,proto3" json:"eventid"` //事件id + Param1 string `protobuf:"bytes,2,opt,name=param1,proto3" json:"param1"` + Param2 string `protobuf:"bytes,3,opt,name=param2,proto3" json:"param2"` + Param3 string `protobuf:"bytes,4,opt,name=param3,proto3" json:"param3"` +} + +func (x *StonehengeEventReq) Reset() { + *x = StonehengeEventReq{} + if protoimpl.UnsafeEnabled { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[8] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *StonehengeEventReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*StonehengeEventReq) ProtoMessage() {} + +func (x *StonehengeEventReq) ProtoReflect() protoreflect.Message { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[8] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use StonehengeEventReq.ProtoReflect.Descriptor instead. +func (*StonehengeEventReq) Descriptor() ([]byte, []int) { + return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{8} +} + +func (x *StonehengeEventReq) GetEventid() int32 { + if x != nil { + return x.Eventid + } + return 0 +} + +func (x *StonehengeEventReq) GetParam1() string { + if x != nil { + return x.Param1 + } + return "" +} + +func (x *StonehengeEventReq) GetParam2() string { + if x != nil { + return x.Param2 + } + return "" +} + +func (x *StonehengeEventReq) GetParam3() string { + if x != nil { + return x.Param3 + } + return "" +} + +type StonehengeEventResp struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Eventid int32 `protobuf:"varint,1,opt,name=eventid,proto3" json:"eventid"` //事件id + NewEvent int32 `protobuf:"varint,2,opt,name=newEvent,proto3" json:"newEvent"` // 新的事件id +} + +func (x *StonehengeEventResp) Reset() { + *x = StonehengeEventResp{} + if protoimpl.UnsafeEnabled { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[9] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *StonehengeEventResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*StonehengeEventResp) ProtoMessage() {} + +func (x *StonehengeEventResp) ProtoReflect() protoreflect.Message { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[9] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use StonehengeEventResp.ProtoReflect.Descriptor instead. +func (*StonehengeEventResp) Descriptor() ([]byte, []int) { + return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{9} +} + +func (x *StonehengeEventResp) GetEventid() int32 { + if x != nil { + return x.Eventid + } + return 0 +} + +func (x *StonehengeEventResp) GetNewEvent() int32 { + if x != nil { + return x.NewEvent + } + return 0 +} + +//获取房间信息 +type StonehengeGetRoomInfoReq struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *StonehengeGetRoomInfoReq) Reset() { + *x = StonehengeGetRoomInfoReq{} + if protoimpl.UnsafeEnabled { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[10] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *StonehengeGetRoomInfoReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*StonehengeGetRoomInfoReq) ProtoMessage() {} + +func (x *StonehengeGetRoomInfoReq) ProtoReflect() protoreflect.Message { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[10] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use StonehengeGetRoomInfoReq.ProtoReflect.Descriptor instead. +func (*StonehengeGetRoomInfoReq) Descriptor() ([]byte, []int) { + return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{10} +} + +type StonehengeGetRoomInfoResp struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Room *RoomData `protobuf:"bytes,1,opt,name=room,proto3" json:"room"` +} + +func (x *StonehengeGetRoomInfoResp) Reset() { + *x = StonehengeGetRoomInfoResp{} + if protoimpl.UnsafeEnabled { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[11] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *StonehengeGetRoomInfoResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*StonehengeGetRoomInfoResp) ProtoMessage() {} + +func (x *StonehengeGetRoomInfoResp) ProtoReflect() protoreflect.Message { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[11] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use StonehengeGetRoomInfoResp.ProtoReflect.Descriptor instead. +func (*StonehengeGetRoomInfoResp) Descriptor() ([]byte, []int) { + return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{11} +} + +func (x *StonehengeGetRoomInfoResp) GetRoom() *RoomData { + if x != nil { + return x.Room + } + return nil +} + +// 结算 +type StonehengeFinishReq struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *StonehengeFinishReq) Reset() { + *x = StonehengeFinishReq{} + if protoimpl.UnsafeEnabled { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[12] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *StonehengeFinishReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*StonehengeFinishReq) ProtoMessage() {} + +func (x *StonehengeFinishReq) ProtoReflect() protoreflect.Message { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[12] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use StonehengeFinishReq.ProtoReflect.Descriptor instead. +func (*StonehengeFinishReq) Descriptor() ([]byte, []int) { + return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{12} +} + +type StonehengeFinishResp struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Data *DBStonehenge `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` +} + +func (x *StonehengeFinishResp) Reset() { + *x = StonehengeFinishResp{} + if protoimpl.UnsafeEnabled { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[13] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *StonehengeFinishResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*StonehengeFinishResp) ProtoMessage() {} + +func (x *StonehengeFinishResp) ProtoReflect() protoreflect.Message { + mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[13] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use StonehengeFinishResp.ProtoReflect.Descriptor instead. +func (*StonehengeFinishResp) Descriptor() ([]byte, []int) { + return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{13} +} + +func (x *StonehengeFinishResp) GetData() *DBStonehenge { + if x != nil { + return x.Data + } + return nil +} + var File_stonehenge_stonehenge_msg_proto protoreflect.FileDescriptor var file_stonehenge_stonehenge_msg_proto_rawDesc = []byte{ @@ -304,38 +707,69 @@ var file_stonehenge_stonehenge_msg_proto_rawDesc = []byte{ 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x12, 0x68, 0x65, 0x72, 0x6f, 0x2f, 0x68, 0x65, 0x72, 0x6f, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x16, 0x0a, 0x14, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, - 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x3a, 0x0a, + 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x52, 0x0a, 0x15, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, - 0x6e, 0x67, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2b, 0x0a, 0x17, 0x53, 0x74, 0x6f, - 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, - 0x6f, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x68, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, - 0x09, 0x52, 0x03, 0x68, 0x69, 0x64, 0x22, 0x95, 0x01, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, - 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, 0x52, - 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x23, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, - 0x6c, 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x48, 0x65, 0x72, - 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x1a, 0x40, 0x0a, 0x09, - 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1d, 0x0a, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x44, 0x42, 0x48, - 0x65, 0x72, 0x6f, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x35, - 0x0a, 0x17, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, - 0x63, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x66, - 0x66, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x75, 0x66, - 0x66, 0x54, 0x79, 0x70, 0x65, 0x22, 0xa0, 0x01, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, + 0x6e, 0x67, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x6f, + 0x73, 0x69, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, + 0x64, 0x22, 0x2b, 0x0a, 0x17, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, + 0x68, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x68, 0x69, 0x64, 0x22, 0x95, + 0x01, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x04, 0x68, + 0x65, 0x72, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x53, 0x74, 0x6f, 0x6e, + 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, + 0x52, 0x65, 0x73, 0x70, 0x2e, 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, + 0x68, 0x65, 0x72, 0x6f, 0x1a, 0x40, 0x0a, 0x09, 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x6b, 0x65, 0x79, 0x12, 0x1d, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x44, 0x42, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x35, 0x0a, 0x17, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, - 0x73, 0x70, 0x12, 0x46, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, - 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x73, 0x70, - 0x2e, 0x41, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, - 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x1a, 0x3c, 0x0a, 0x0e, 0x41, 0x64, - 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, - 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, - 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, - 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x66, 0x66, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x75, 0x66, 0x66, 0x54, 0x79, 0x70, 0x65, 0x22, 0xa0, 0x01, + 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x73, 0x70, 0x12, 0x46, 0x0a, 0x09, 0x61, 0x64, + 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, + 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x41, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, + 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, + 0x68, 0x74, 0x1a, 0x3c, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x45, + 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, + 0x22, 0x2f, 0x0a, 0x15, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x6f, + 0x74, 0x6f, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x72, + 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, + 0x6c, 0x22, 0x37, 0x0a, 0x16, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, + 0x6f, 0x74, 0x6f, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x72, + 0x6f, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, + 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x22, 0x76, 0x0a, 0x12, 0x53, 0x74, + 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, + 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, + 0x72, 0x61, 0x6d, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, + 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, + 0x72, 0x61, 0x6d, 0x33, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, + 0x6d, 0x33, 0x22, 0x4b, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x1a, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, + 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x3a, 0x0a, 0x19, 0x53, + 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6f, 0x6d, + 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x6d, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, + 0x61, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x22, 0x15, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x6e, 0x65, + 0x68, 0x65, 0x6e, 0x67, 0x65, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x52, 0x65, 0x71, 0x22, 0x39, + 0x0a, 0x14, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x46, 0x69, 0x6e, 0x69, + 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, + 0x6e, 0x67, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, + 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -350,29 +784,41 @@ func file_stonehenge_stonehenge_msg_proto_rawDescGZIP() []byte { return file_stonehenge_stonehenge_msg_proto_rawDescData } -var file_stonehenge_stonehenge_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 8) +var file_stonehenge_stonehenge_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 16) var file_stonehenge_stonehenge_msg_proto_goTypes = []interface{}{ - (*StonehengeGetListReq)(nil), // 0: StonehengeGetListReq - (*StonehengeGetListResp)(nil), // 1: StonehengeGetListResp - (*StonehengeSelectHeroReq)(nil), // 2: StonehengeSelectHeroReq - (*StonehengeSelectHeroResp)(nil), // 3: StonehengeSelectHeroResp - (*StonehengeSelectBuffReq)(nil), // 4: StonehengeSelectBuffReq - (*StonehengeSelectBuffResp)(nil), // 5: StonehengeSelectBuffResp - nil, // 6: StonehengeSelectHeroResp.HeroEntry - nil, // 7: StonehengeSelectBuffResp.AddweightEntry - (*DBStonehenge)(nil), // 8: DBStonehenge - (*DBHero)(nil), // 9: DBHero + (*StonehengeGetListReq)(nil), // 0: StonehengeGetListReq + (*StonehengeGetListResp)(nil), // 1: StonehengeGetListResp + (*StonehengeSelectHeroReq)(nil), // 2: StonehengeSelectHeroReq + (*StonehengeSelectHeroResp)(nil), // 3: StonehengeSelectHeroResp + (*StonehengeSelectBuffReq)(nil), // 4: StonehengeSelectBuffReq + (*StonehengeSelectBuffResp)(nil), // 5: StonehengeSelectBuffResp + (*StonehengeGotoRoomReq)(nil), // 6: StonehengeGotoRoomReq + (*StonehengeGotoRoomResp)(nil), // 7: StonehengeGotoRoomResp + (*StonehengeEventReq)(nil), // 8: StonehengeEventReq + (*StonehengeEventResp)(nil), // 9: StonehengeEventResp + (*StonehengeGetRoomInfoReq)(nil), // 10: StonehengeGetRoomInfoReq + (*StonehengeGetRoomInfoResp)(nil), // 11: StonehengeGetRoomInfoResp + (*StonehengeFinishReq)(nil), // 12: StonehengeFinishReq + (*StonehengeFinishResp)(nil), // 13: StonehengeFinishResp + nil, // 14: StonehengeSelectHeroResp.HeroEntry + nil, // 15: StonehengeSelectBuffResp.AddweightEntry + (*DBStonehenge)(nil), // 16: DBStonehenge + (*RoomData)(nil), // 17: RoomData + (*DBHero)(nil), // 18: DBHero } var file_stonehenge_stonehenge_msg_proto_depIdxs = []int32{ - 8, // 0: StonehengeGetListResp.data:type_name -> DBStonehenge - 6, // 1: StonehengeSelectHeroResp.hero:type_name -> StonehengeSelectHeroResp.HeroEntry - 7, // 2: StonehengeSelectBuffResp.addweight:type_name -> StonehengeSelectBuffResp.AddweightEntry - 9, // 3: StonehengeSelectHeroResp.HeroEntry.value:type_name -> DBHero - 4, // [4:4] is the sub-list for method output_type - 4, // [4:4] is the sub-list for method input_type - 4, // [4:4] is the sub-list for extension type_name - 4, // [4:4] is the sub-list for extension extendee - 0, // [0:4] is the sub-list for field type_name + 16, // 0: StonehengeGetListResp.data:type_name -> DBStonehenge + 14, // 1: StonehengeSelectHeroResp.hero:type_name -> StonehengeSelectHeroResp.HeroEntry + 15, // 2: StonehengeSelectBuffResp.addweight:type_name -> StonehengeSelectBuffResp.AddweightEntry + 17, // 3: StonehengeGotoRoomResp.room:type_name -> RoomData + 17, // 4: StonehengeGetRoomInfoResp.room:type_name -> RoomData + 16, // 5: StonehengeFinishResp.data:type_name -> DBStonehenge + 18, // 6: StonehengeSelectHeroResp.HeroEntry.value:type_name -> DBHero + 7, // [7:7] is the sub-list for method output_type + 7, // [7:7] is the sub-list for method input_type + 7, // [7:7] is the sub-list for extension type_name + 7, // [7:7] is the sub-list for extension extendee + 0, // [0:7] is the sub-list for field type_name } func init() { file_stonehenge_stonehenge_msg_proto_init() } @@ -455,6 +901,102 @@ func file_stonehenge_stonehenge_msg_proto_init() { return nil } } + file_stonehenge_stonehenge_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*StonehengeGotoRoomReq); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_stonehenge_stonehenge_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*StonehengeGotoRoomResp); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_stonehenge_stonehenge_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*StonehengeEventReq); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_stonehenge_stonehenge_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*StonehengeEventResp); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_stonehenge_stonehenge_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*StonehengeGetRoomInfoReq); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_stonehenge_stonehenge_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*StonehengeGetRoomInfoResp); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_stonehenge_stonehenge_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*StonehengeFinishReq); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_stonehenge_stonehenge_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*StonehengeFinishResp); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } } type x struct{} out := protoimpl.TypeBuilder{ @@ -462,7 +1004,7 @@ func file_stonehenge_stonehenge_msg_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_stonehenge_stonehenge_msg_proto_rawDesc, NumEnums: 0, - NumMessages: 8, + NumMessages: 16, NumExtensions: 0, NumServices: 0, }, From 0a09dcedf99615177ce23d2836a15506e9dc80e8 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 21 Jul 2023 14:49:15 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=8A=BD=E5=8D=A1=20=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E6=8A=BD=E5=87=BA5=E6=98=9F=E8=8B=B1=E9=9B=84=E5=90=8EA?= =?UTF-8?q?=E6=AC=A1=E6=8A=BD=E5=A5=96=E5=86=85=E4=B8=8D=E4=BC=9A=E5=86=8D?= =?UTF-8?q?=E6=8A=BD=E5=88=B05=E6=98=9F=E8=8B=B1=E9=9B=84=20=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/api_drawCard.go | 16 +-- modules/stonehenge/api_selecthero.go | 12 +- modules/stonehenge/modelStonehenge.go | 1 - modules/stonehenge/modelworldbuff.go | 1 - pb/stonehenge_db.pb.go | 178 +++++++++++--------------- pb/stonehenge_msg.pb.go | 159 +++++++++++------------ 6 files changed, 171 insertions(+), 196 deletions(-) diff --git a/modules/hero/api_drawCard.go b/modules/hero/api_drawCard.go index 7ceef39a9..bbad631a7 100644 --- a/modules/hero/api_drawCard.go +++ b/modules/hero/api_drawCard.go @@ -250,14 +250,14 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq } } //抽出5星英雄后A次抽奖内不会再抽到5星英雄(普通卡池+阵营卡池) - if heroRecord.Race[req.DrawType] >= cfgGlobal.DrawCardContinuousRestrictionStar5 && Is5Star { - if IsBaodiPool { - strPool[len(strPool)-1] = drawConf.P3pool - } else { - strPool[len(strPool)-1] = drawConf.N3pool - } - Is5Star = false - } + // if heroRecord.Race[req.DrawType] >= cfgGlobal.DrawCardContinuousRestrictionStar5 && Is5Star { + // if IsBaodiPool { + // strPool[len(strPool)-1] = drawConf.P3pool + // } else { + // strPool[len(strPool)-1] = drawConf.N3pool + // } + // Is5Star = false + // } } } // 通过卡池获得最终的英雄 diff --git a/modules/stonehenge/api_selecthero.go b/modules/stonehenge/api_selecthero.go index 68cf24b9a..f25ef4fdf 100644 --- a/modules/stonehenge/api_selecthero.go +++ b/modules/stonehenge/api_selecthero.go @@ -16,6 +16,7 @@ func (this *apiComp) SelectHero(session comm.IUserSession, req *pb.StonehengeSel var ( stone *pb.DBStonehenge update map[string]interface{} + heros []*pb.DBHero ) update = make(map[string]interface{}) if errdata = this.SelectHeroCheck(session, req); errdata != nil { @@ -33,11 +34,16 @@ func (this *apiComp) SelectHero(session comm.IUserSession, req *pb.StonehengeSel } return } else { - newHero := new(pb.DBHero) - *newHero = *hero - stone.Hero[hero.HeroID] = newHero + heros = append(heros, hero) + // newHero := new(pb.DBHero) + // *newHero = *hero + // //stone.Hero[hero.HeroID] = newHero + // CreateBattleServer() } } + if stone.Hero, errdata = this.module.battle.CreateRolesByHeros(heros); errdata != nil { + return + } update["hero"] = stone.Hero this.module.modelStonehenge.ChangeStonehengeData(session.GetUserId(), update) } else { diff --git a/modules/stonehenge/modelStonehenge.go b/modules/stonehenge/modelStonehenge.go index ab54edb84..4bab722f7 100644 --- a/modules/stonehenge/modelStonehenge.go +++ b/modules/stonehenge/modelStonehenge.go @@ -39,7 +39,6 @@ func (this *MStonehenge) GetStonehengeData(uid string) *pb.DBStonehenge { stone.Uid = uid stone.Rooms = nil // 注意初始房间为空 stone.Userbuff = make(map[int32]int32, 0) - stone.Hero = make(map[string]*pb.DBHero, 0) stone.Reward = make(map[int32]bool, 0) stone.Addweight = make(map[int32]int32, 0) stone.Rtime = configure.Now().Unix() diff --git a/modules/stonehenge/modelworldbuff.go b/modules/stonehenge/modelworldbuff.go index b100b2a46..9c5eb2363 100644 --- a/modules/stonehenge/modelworldbuff.go +++ b/modules/stonehenge/modelworldbuff.go @@ -38,7 +38,6 @@ func (this *MWorldBuff) GetStonehengeData(uid string) *pb.DBStonehenge { stone.Uid = uid stone.Rooms = nil // 注意初始房间为空 stone.Userbuff = make(map[int32]int32, 0) - stone.Hero = make(map[string]*pb.DBHero, 0) stone.Reward = make(map[int32]bool, 0) stone.Addweight = make(map[int32]int32, 0) stone.Rtime = configure.Now().Unix() diff --git a/pb/stonehenge_db.pb.go b/pb/stonehenge_db.pb.go index 127b31c4f..5693034e6 100644 --- a/pb/stonehenge_db.pb.go +++ b/pb/stonehenge_db.pb.go @@ -26,11 +26,11 @@ type RoomData struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Event map[int32]bool `protobuf:"bytes,1,rep,name=event,proto3" json:"event" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //房间的事件信息 true 表示已完成 - Portal []int32 `protobuf:"varint,2,rep,packed,name=portal,proto3" json:"portal"` // 传送门id - Selectbuff []int32 `protobuf:"varint,3,rep,packed,name=selectbuff,proto3" json:"selectbuff"` // 给前端显示的buff 组 - Group map[int32]int32 `protobuf:"bytes,4,rep,name=group,proto3" json:"group" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 事件组 - Complete bool `protobuf:"varint,5,opt,name=complete,proto3" json:"complete"` // 房间是否通关 + Event map[int32]bool `protobuf:"bytes,1,rep,name=event,proto3" json:"event" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //房间的事件信息 true 表示已完成 + Portal []int32 `protobuf:"varint,2,rep,packed,name=portal,proto3" json:"portal"` // 传送门id + Selectbuff []int32 `protobuf:"varint,3,rep,packed,name=selectbuff,proto3" json:"selectbuff"` // 给前端显示的buff 组 + // map group = 4; // 事件组 + Complete bool `protobuf:"varint,5,opt,name=complete,proto3" json:"complete"` // 房间是否通关 } func (x *RoomData) Reset() { @@ -86,13 +86,6 @@ func (x *RoomData) GetSelectbuff() []int32 { return nil } -func (x *RoomData) GetGroup() map[int32]int32 { - if x != nil { - return x.Group - } - return nil -} - func (x *RoomData) GetComplete() bool { if x != nil { return x.Complete @@ -105,18 +98,18 @@ type DBStonehenge struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id"` //ID - Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid"` - StageID int32 `protobuf:"varint,3,opt,name=stageID,proto3" json:"stageID"` // 关卡id - CurRoomIndes int32 `protobuf:"varint,4,opt,name=curRoomIndes,proto3" json:"curRoomIndes"` // 当前房间索引 初始 0 每通关一次+1 - Rooms *RoomData `protobuf:"bytes,5,opt,name=rooms,proto3" json:"rooms"` // 当前房间信息 - Envbuff []int32 `protobuf:"varint,6,rep,packed,name=envbuff,proto3" json:"envbuff"` // 环境buff 不能被更改 - Userbuff map[int32]int32 `protobuf:"bytes,7,rep,name=userbuff,proto3" json:"userbuff" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 玩家获得的buff key buff 类型 - Hero map[string]*DBHero `protobuf:"bytes,8,rep,name=hero,proto3" json:"hero" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 英雄信息 - Reward map[int32]bool `protobuf:"bytes,9,rep,name=reward,proto3" json:"reward" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 是否首通 key:stageid - Addweight map[int32]int32 `protobuf:"bytes,10,rep,name=addweight,proto3" json:"addweight" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 选择buff权重增加 key 类型 - Rtime int64 `protobuf:"varint,11,opt,name=rtime,proto3" json:"rtime"` // 刷新时间 - Etime int64 `protobuf:"varint,12,opt,name=etime,proto3" json:"etime"` // 结算时间 + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id"` //ID + Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid"` + StageID int32 `protobuf:"varint,3,opt,name=stageID,proto3" json:"stageID"` // 关卡id + CurRoomIndes int32 `protobuf:"varint,4,opt,name=curRoomIndes,proto3" json:"curRoomIndes"` // 当前房间索引 初始 0 每通关一次+1 + Rooms *RoomData `protobuf:"bytes,5,opt,name=rooms,proto3" json:"rooms"` // 当前房间信息 + Envbuff []int32 `protobuf:"varint,6,rep,packed,name=envbuff,proto3" json:"envbuff"` // 环境buff 不能被更改 + Userbuff map[int32]int32 `protobuf:"bytes,7,rep,name=userbuff,proto3" json:"userbuff" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 玩家获得的buff key buff 类型 + Hero []*BattleRole `protobuf:"bytes,8,rep,name=hero,proto3" json:"hero"` // 英雄信息 + Reward map[int32]bool `protobuf:"bytes,9,rep,name=reward,proto3" json:"reward" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 是否首通 key:stageid + Addweight map[int32]int32 `protobuf:"bytes,10,rep,name=addweight,proto3" json:"addweight" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 选择buff权重增加 key 类型 + Rtime int64 `protobuf:"varint,11,opt,name=rtime,proto3" json:"rtime"` // 刷新时间 + Etime int64 `protobuf:"varint,12,opt,name=etime,proto3" json:"etime"` // 结算时间 } func (x *DBStonehenge) Reset() { @@ -200,7 +193,7 @@ func (x *DBStonehenge) GetUserbuff() map[int32]int32 { return nil } -func (x *DBStonehenge) GetHero() map[string]*DBHero { +func (x *DBStonehenge) GetHero() []*BattleRole { if x != nil { return x.Hero } @@ -240,61 +233,50 @@ var File_stonehenge_stonehenge_db_proto protoreflect.FileDescriptor var file_stonehenge_stonehenge_db_proto_rawDesc = []byte{ 0x0a, 0x1e, 0x73, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x1a, 0x12, 0x68, 0x65, 0x72, 0x6f, 0x2f, 0x68, 0x65, 0x72, 0x6f, 0x5f, 0x64, 0x62, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xaa, 0x02, 0x0a, 0x08, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, - 0x61, 0x12, 0x2a, 0x0a, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x14, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x16, 0x0a, - 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x70, - 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x62, - 0x75, 0x66, 0x66, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x65, 0x6c, 0x65, 0x63, - 0x74, 0x62, 0x75, 0x66, 0x66, 0x12, 0x2a, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x04, + 0x1a, 0x16, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f, + 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc4, 0x01, 0x0a, 0x08, 0x52, 0x6f, 0x6f, + 0x6d, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2a, 0x0a, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x2e, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x1a, 0x38, 0x0a, - 0x0a, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, - 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x38, 0x0a, 0x0a, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, - 0x01, 0x22, 0xa2, 0x05, 0x0a, 0x0c, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, - 0x67, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, - 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x03, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 0x44, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 0x44, 0x12, 0x22, - 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x64, 0x65, 0x73, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x63, 0x75, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x64, - 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x05, 0x72, 0x6f, 0x6f, 0x6d, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x72, 0x6f, - 0x6f, 0x6d, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x76, 0x62, 0x75, 0x66, 0x66, 0x18, 0x06, - 0x20, 0x03, 0x28, 0x05, 0x52, 0x07, 0x65, 0x6e, 0x76, 0x62, 0x75, 0x66, 0x66, 0x12, 0x37, 0x0a, - 0x08, 0x75, 0x73, 0x65, 0x72, 0x62, 0x75, 0x66, 0x66, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x1b, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x2e, 0x55, - 0x73, 0x65, 0x72, 0x62, 0x75, 0x66, 0x66, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x75, 0x73, - 0x65, 0x72, 0x62, 0x75, 0x66, 0x66, 0x12, 0x2b, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x08, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, - 0x6e, 0x67, 0x65, 0x2e, 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x68, - 0x65, 0x72, 0x6f, 0x12, 0x31, 0x0a, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x09, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, - 0x67, 0x65, 0x2e, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, - 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x3a, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x44, 0x42, 0x53, 0x74, - 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x74, 0x69, 0x6d, - 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x1a, 0x3b, - 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x62, 0x75, 0x66, 0x66, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, - 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, - 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, - 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x40, 0x0a, 0x09, 0x48, - 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1d, 0x0a, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x44, 0x42, 0x48, 0x65, - 0x72, 0x6f, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x39, 0x0a, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x03, 0x28, + 0x05, 0x52, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x62, 0x75, 0x66, 0x66, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0a, 0x73, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x62, 0x75, 0x66, 0x66, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x65, 0x74, 0x65, 0x1a, 0x38, 0x0a, 0x0a, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x6e, + 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, + 0xd4, 0x04, 0x0a, 0x0c, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, + 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, + 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, + 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 0x44, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 0x44, 0x12, 0x22, 0x0a, 0x0c, + 0x63, 0x75, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x64, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0c, 0x63, 0x75, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x64, 0x65, 0x73, + 0x12, 0x1f, 0x0a, 0x05, 0x72, 0x6f, 0x6f, 0x6d, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x72, 0x6f, 0x6f, 0x6d, + 0x73, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x76, 0x62, 0x75, 0x66, 0x66, 0x18, 0x06, 0x20, 0x03, + 0x28, 0x05, 0x52, 0x07, 0x65, 0x6e, 0x76, 0x62, 0x75, 0x66, 0x66, 0x12, 0x37, 0x0a, 0x08, 0x75, + 0x73, 0x65, 0x72, 0x62, 0x75, 0x66, 0x66, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, + 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x2e, 0x55, 0x73, 0x65, + 0x72, 0x62, 0x75, 0x66, 0x66, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, + 0x62, 0x75, 0x66, 0x66, 0x12, 0x1f, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x08, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, + 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12, 0x31, 0x0a, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, + 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, + 0x65, 0x6e, 0x67, 0x65, 0x2e, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x3a, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x77, + 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x44, 0x42, + 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x77, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x74, + 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, + 0x1a, 0x3b, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x62, 0x75, 0x66, 0x66, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, + 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x39, 0x0a, 0x0b, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, @@ -318,32 +300,28 @@ func file_stonehenge_stonehenge_db_proto_rawDescGZIP() []byte { return file_stonehenge_stonehenge_db_proto_rawDescData } -var file_stonehenge_stonehenge_db_proto_msgTypes = make([]protoimpl.MessageInfo, 8) +var file_stonehenge_stonehenge_db_proto_msgTypes = make([]protoimpl.MessageInfo, 6) var file_stonehenge_stonehenge_db_proto_goTypes = []interface{}{ (*RoomData)(nil), // 0: RoomData (*DBStonehenge)(nil), // 1: DBStonehenge nil, // 2: RoomData.EventEntry - nil, // 3: RoomData.GroupEntry - nil, // 4: DBStonehenge.UserbuffEntry - nil, // 5: DBStonehenge.HeroEntry - nil, // 6: DBStonehenge.RewardEntry - nil, // 7: DBStonehenge.AddweightEntry - (*DBHero)(nil), // 8: DBHero + nil, // 3: DBStonehenge.UserbuffEntry + nil, // 4: DBStonehenge.RewardEntry + nil, // 5: DBStonehenge.AddweightEntry + (*BattleRole)(nil), // 6: BattleRole } var file_stonehenge_stonehenge_db_proto_depIdxs = []int32{ 2, // 0: RoomData.event:type_name -> RoomData.EventEntry - 3, // 1: RoomData.group:type_name -> RoomData.GroupEntry - 0, // 2: DBStonehenge.rooms:type_name -> RoomData - 4, // 3: DBStonehenge.userbuff:type_name -> DBStonehenge.UserbuffEntry - 5, // 4: DBStonehenge.hero:type_name -> DBStonehenge.HeroEntry - 6, // 5: DBStonehenge.reward:type_name -> DBStonehenge.RewardEntry - 7, // 6: DBStonehenge.addweight:type_name -> DBStonehenge.AddweightEntry - 8, // 7: DBStonehenge.HeroEntry.value:type_name -> DBHero - 8, // [8:8] is the sub-list for method output_type - 8, // [8:8] is the sub-list for method input_type - 8, // [8:8] is the sub-list for extension type_name - 8, // [8:8] is the sub-list for extension extendee - 0, // [0:8] is the sub-list for field type_name + 0, // 1: DBStonehenge.rooms:type_name -> RoomData + 3, // 2: DBStonehenge.userbuff:type_name -> DBStonehenge.UserbuffEntry + 6, // 3: DBStonehenge.hero:type_name -> BattleRole + 4, // 4: DBStonehenge.reward:type_name -> DBStonehenge.RewardEntry + 5, // 5: DBStonehenge.addweight:type_name -> DBStonehenge.AddweightEntry + 6, // [6:6] is the sub-list for method output_type + 6, // [6:6] is the sub-list for method input_type + 6, // [6:6] is the sub-list for extension type_name + 6, // [6:6] is the sub-list for extension extendee + 0, // [0:6] is the sub-list for field type_name } func init() { file_stonehenge_stonehenge_db_proto_init() } @@ -351,7 +329,7 @@ func file_stonehenge_stonehenge_db_proto_init() { if File_stonehenge_stonehenge_db_proto != nil { return } - file_hero_hero_db_proto_init() + file_battle_battle_db_proto_init() if !protoimpl.UnsafeEnabled { file_stonehenge_stonehenge_db_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RoomData); i { @@ -384,7 +362,7 @@ func file_stonehenge_stonehenge_db_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_stonehenge_stonehenge_db_proto_rawDesc, NumEnums: 0, - NumMessages: 8, + NumMessages: 6, NumExtensions: 0, NumServices: 0, }, diff --git a/pb/stonehenge_msg.pb.go b/pb/stonehenge_msg.pb.go index 6c4e9e4c3..fdbd43c0e 100644 --- a/pb/stonehenge_msg.pb.go +++ b/pb/stonehenge_msg.pb.go @@ -167,7 +167,7 @@ type StonehengeSelectHeroResp struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Hero map[string]*DBHero `protobuf:"bytes,1,rep,name=hero,proto3" json:"hero" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + Hero []*BattleRole `protobuf:"bytes,1,rep,name=hero,proto3" json:"hero"` } func (x *StonehengeSelectHeroResp) Reset() { @@ -202,7 +202,7 @@ func (*StonehengeSelectHeroResp) Descriptor() ([]byte, []int) { return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{3} } -func (x *StonehengeSelectHeroResp) GetHero() map[string]*DBHero { +func (x *StonehengeSelectHeroResp) GetHero() []*BattleRole { if x != nil { return x.Hero } @@ -705,71 +705,66 @@ var file_stonehenge_stonehenge_msg_proto_rawDesc = []byte{ 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x73, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x1a, 0x12, 0x68, 0x65, 0x72, 0x6f, 0x2f, 0x68, 0x65, 0x72, 0x6f, 0x5f, 0x64, 0x62, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x16, 0x0a, 0x14, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, - 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x52, 0x0a, - 0x15, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, - 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, - 0x6e, 0x67, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x6f, - 0x73, 0x69, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, - 0x64, 0x22, 0x2b, 0x0a, 0x17, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, - 0x65, 0x6c, 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, - 0x68, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x68, 0x69, 0x64, 0x22, 0x95, - 0x01, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, - 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x04, 0x68, - 0x65, 0x72, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x53, 0x74, 0x6f, 0x6e, - 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, - 0x52, 0x65, 0x73, 0x70, 0x2e, 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, - 0x68, 0x65, 0x72, 0x6f, 0x1a, 0x40, 0x0a, 0x09, 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, - 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, - 0x6b, 0x65, 0x79, 0x12, 0x1d, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x07, 0x2e, 0x44, 0x42, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x05, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x35, 0x0a, 0x17, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, - 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, - 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x66, 0x66, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x75, 0x66, 0x66, 0x54, 0x79, 0x70, 0x65, 0x22, 0xa0, 0x01, - 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, - 0x63, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x73, 0x70, 0x12, 0x46, 0x0a, 0x09, 0x61, 0x64, - 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, - 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x41, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x1a, 0x3c, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x45, - 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, - 0x22, 0x2f, 0x0a, 0x15, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x6f, - 0x74, 0x6f, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x72, - 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, - 0x6c, 0x22, 0x37, 0x0a, 0x16, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, - 0x6f, 0x74, 0x6f, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x72, - 0x6f, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, - 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x22, 0x76, 0x0a, 0x12, 0x53, 0x74, - 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, - 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, - 0x72, 0x61, 0x6d, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, - 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, - 0x72, 0x61, 0x6d, 0x33, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, - 0x6d, 0x33, 0x22, 0x4b, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, + 0x6f, 0x1a, 0x16, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, + 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x16, 0x0a, 0x14, 0x53, 0x74, 0x6f, + 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, + 0x71, 0x22, 0x52, 0x0a, 0x15, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, + 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, + 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, + 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x62, + 0x6f, 0x6f, 0x73, 0x69, 0x64, 0x22, 0x2b, 0x0a, 0x17, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, + 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x71, + 0x12, 0x10, 0x0a, 0x03, 0x68, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x68, + 0x69, 0x64, 0x22, 0x3b, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1f, + 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, + 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x22, + 0x35, 0x0a, 0x17, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, + 0x66, 0x66, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x75, + 0x66, 0x66, 0x54, 0x79, 0x70, 0x65, 0x22, 0xa0, 0x01, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, + 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, + 0x65, 0x73, 0x70, 0x12, 0x46, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, + 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, + 0x6e, 0x67, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x73, + 0x70, 0x2e, 0x41, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x09, 0x61, 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x1a, 0x3c, 0x0a, 0x0e, 0x41, + 0x64, 0x64, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, + 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, + 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x2f, 0x0a, 0x15, 0x53, 0x74, 0x6f, + 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x6f, 0x74, 0x6f, 0x52, 0x6f, 0x6f, 0x6d, 0x52, + 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x22, 0x37, 0x0a, 0x16, 0x53, 0x74, + 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x6f, 0x74, 0x6f, 0x52, 0x6f, 0x6f, 0x6d, + 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x72, + 0x6f, 0x6f, 0x6d, 0x22, 0x76, 0x0a, 0x12, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, + 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, - 0x1a, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, - 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x3a, 0x0a, 0x19, 0x53, - 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6f, 0x6d, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x6d, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, - 0x61, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x22, 0x15, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x6e, 0x65, - 0x68, 0x65, 0x6e, 0x67, 0x65, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x52, 0x65, 0x71, 0x22, 0x39, - 0x0a, 0x14, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x46, 0x69, 0x6e, 0x69, - 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, - 0x6e, 0x67, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, - 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x74, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x61, 0x72, 0x61, 0x6d, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, + 0x61, 0x6d, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x22, 0x4b, 0x0a, 0x13, 0x53, + 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, + 0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, + 0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x1a, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, + 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, + 0x6f, 0x52, 0x65, 0x71, 0x22, 0x3a, 0x0a, 0x19, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, + 0x67, 0x65, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, + 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x6d, + 0x22, 0x15, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x46, 0x69, + 0x6e, 0x69, 0x73, 0x68, 0x52, 0x65, 0x71, 0x22, 0x39, 0x0a, 0x14, 0x53, 0x74, 0x6f, 0x6e, 0x65, + 0x68, 0x65, 0x6e, 0x67, 0x65, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, + 0x21, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, + 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x04, 0x64, 0x61, + 0x74, 0x61, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, } var ( @@ -784,7 +779,7 @@ func file_stonehenge_stonehenge_msg_proto_rawDescGZIP() []byte { return file_stonehenge_stonehenge_msg_proto_rawDescData } -var file_stonehenge_stonehenge_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 16) +var file_stonehenge_stonehenge_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 15) var file_stonehenge_stonehenge_msg_proto_goTypes = []interface{}{ (*StonehengeGetListReq)(nil), // 0: StonehengeGetListReq (*StonehengeGetListResp)(nil), // 1: StonehengeGetListResp @@ -800,25 +795,23 @@ var file_stonehenge_stonehenge_msg_proto_goTypes = []interface{}{ (*StonehengeGetRoomInfoResp)(nil), // 11: StonehengeGetRoomInfoResp (*StonehengeFinishReq)(nil), // 12: StonehengeFinishReq (*StonehengeFinishResp)(nil), // 13: StonehengeFinishResp - nil, // 14: StonehengeSelectHeroResp.HeroEntry - nil, // 15: StonehengeSelectBuffResp.AddweightEntry - (*DBStonehenge)(nil), // 16: DBStonehenge + nil, // 14: StonehengeSelectBuffResp.AddweightEntry + (*DBStonehenge)(nil), // 15: DBStonehenge + (*BattleRole)(nil), // 16: BattleRole (*RoomData)(nil), // 17: RoomData - (*DBHero)(nil), // 18: DBHero } var file_stonehenge_stonehenge_msg_proto_depIdxs = []int32{ - 16, // 0: StonehengeGetListResp.data:type_name -> DBStonehenge - 14, // 1: StonehengeSelectHeroResp.hero:type_name -> StonehengeSelectHeroResp.HeroEntry - 15, // 2: StonehengeSelectBuffResp.addweight:type_name -> StonehengeSelectBuffResp.AddweightEntry + 15, // 0: StonehengeGetListResp.data:type_name -> DBStonehenge + 16, // 1: StonehengeSelectHeroResp.hero:type_name -> BattleRole + 14, // 2: StonehengeSelectBuffResp.addweight:type_name -> StonehengeSelectBuffResp.AddweightEntry 17, // 3: StonehengeGotoRoomResp.room:type_name -> RoomData 17, // 4: StonehengeGetRoomInfoResp.room:type_name -> RoomData - 16, // 5: StonehengeFinishResp.data:type_name -> DBStonehenge - 18, // 6: StonehengeSelectHeroResp.HeroEntry.value:type_name -> DBHero - 7, // [7:7] is the sub-list for method output_type - 7, // [7:7] is the sub-list for method input_type - 7, // [7:7] is the sub-list for extension type_name - 7, // [7:7] is the sub-list for extension extendee - 0, // [0:7] is the sub-list for field type_name + 15, // 5: StonehengeFinishResp.data:type_name -> DBStonehenge + 6, // [6:6] is the sub-list for method output_type + 6, // [6:6] is the sub-list for method input_type + 6, // [6:6] is the sub-list for extension type_name + 6, // [6:6] is the sub-list for extension extendee + 0, // [0:6] is the sub-list for field type_name } func init() { file_stonehenge_stonehenge_msg_proto_init() } @@ -827,7 +820,7 @@ func file_stonehenge_stonehenge_msg_proto_init() { return } file_stonehenge_stonehenge_db_proto_init() - file_hero_hero_db_proto_init() + file_battle_battle_db_proto_init() if !protoimpl.UnsafeEnabled { file_stonehenge_stonehenge_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StonehengeGetListReq); i { @@ -1004,7 +997,7 @@ func file_stonehenge_stonehenge_msg_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_stonehenge_stonehenge_msg_proto_rawDesc, NumEnums: 0, - NumMessages: 16, + NumMessages: 15, NumExtensions: 0, NumServices: 0, }, From 762ee216f443b1edd5bcbb30bd4cad2d96522c14 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 21 Jul 2023 14:50:31 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/json/game_bufflottery.json | 98 + bin/json/game_drawpool.json | 56 +- bin/json/game_eventlottery.json | 46 + bin/json/game_huntingboss.json | 90 +- bin/json/game_mainstage.json | 9066 ++++------------- bin/json/game_pandamasjx.json | 30 +- bin/json/game_recharge.json | 226 +- bin/json/game_roomlottery.json | 68 + sys/configure/structs/Game.Bufflottery.go | 42 + sys/configure/structs/Game.BufflotteryData.go | 53 + sys/configure/structs/Game.Eventlottery.go | 42 + .../structs/Game.EventlotteryData.go | 51 + sys/configure/structs/Game.MainStageData.go | 25 - sys/configure/structs/Game.Roomlottery.go | 42 + sys/configure/structs/Game.RoomlotteryData.go | 51 + sys/configure/structs/Tables.go | 21 + 16 files changed, 2830 insertions(+), 7177 deletions(-) create mode 100644 bin/json/game_bufflottery.json create mode 100644 bin/json/game_eventlottery.json create mode 100644 bin/json/game_roomlottery.json create mode 100644 sys/configure/structs/Game.Bufflottery.go create mode 100644 sys/configure/structs/Game.BufflotteryData.go create mode 100644 sys/configure/structs/Game.Eventlottery.go create mode 100644 sys/configure/structs/Game.EventlotteryData.go create mode 100644 sys/configure/structs/Game.Roomlottery.go create mode 100644 sys/configure/structs/Game.RoomlotteryData.go diff --git a/bin/json/game_bufflottery.json b/bin/json/game_bufflottery.json new file mode 100644 index 000000000..09d8d0cce --- /dev/null +++ b/bin/json/game_bufflottery.json @@ -0,0 +1,98 @@ +[ + { + "Id": 1, + "GroupId": 100001, + "GroupType": 1, + "SubGroupWt": 1000, + "SubGroupId": 1001, + "SubGroupType": 1, + "buffID": 251023111, + "SubGroupNum": 3, + "BuffWt": 50, + "TypeWt": 60 + }, + { + "Id": 2, + "GroupId": 100001, + "GroupType": 1, + "SubGroupWt": 0, + "SubGroupId": 1001, + "SubGroupType": 0, + "buffID": 251023112, + "SubGroupNum": 0, + "BuffWt": 50, + "TypeWt": 60 + }, + { + "Id": 3, + "GroupId": 100001, + "GroupType": 1, + "SubGroupWt": 0, + "SubGroupId": 1001, + "SubGroupType": 0, + "buffID": 200000001, + "SubGroupNum": 0, + "BuffWt": 50, + "TypeWt": 60 + }, + { + "Id": 4, + "GroupId": 100001, + "GroupType": 1, + "SubGroupWt": 0, + "SubGroupId": 1001, + "SubGroupType": 0, + "buffID": 200000002, + "SubGroupNum": 0, + "BuffWt": 50, + "TypeWt": 60 + }, + { + "Id": 5, + "GroupId": 100002, + "GroupType": 2, + "SubGroupWt": 1000, + "SubGroupId": 1001, + "SubGroupType": 1, + "buffID": 253005111, + "SubGroupNum": 2, + "BuffWt": 50, + "TypeWt": 60 + }, + { + "Id": 6, + "GroupId": 100002, + "GroupType": 0, + "SubGroupWt": 0, + "SubGroupId": 1001, + "SubGroupType": 0, + "buffID": 253005112, + "SubGroupNum": 0, + "BuffWt": 50, + "TypeWt": 60 + }, + { + "Id": 7, + "GroupId": 100002, + "GroupType": 0, + "SubGroupWt": 1000, + "SubGroupId": 1002, + "SubGroupType": 2, + "buffID": 225002011, + "SubGroupNum": 1, + "BuffWt": 500, + "TypeWt": 600 + }, + { + "Id": 8, + "GroupId": 100002, + "GroupType": 0, + "SubGroupWt": 0, + "SubGroupId": 1002, + "SubGroupType": 0, + "buffID": 225002012, + "SubGroupNum": 0, + "BuffWt": 500, + "TypeWt": 600 + } +] \ No newline at end of file diff --git a/bin/json/game_drawpool.json b/bin/json/game_drawpool.json index e104461c1..8b0501b4a 100644 --- a/bin/json/game_drawpool.json +++ b/bin/json/game_drawpool.json @@ -33,15 +33,15 @@ "consumeB": [ { "a": "attr", - "t": "gold", - "n": 10 + "t": "diamond", + "n": 200 } ], "consumeB10": [ { "a": "attr", - "t": "gold", - "n": 100 + "t": "diamond", + "n": 2000 } ], "attgr_display": [ @@ -100,15 +100,15 @@ "consumeB": [ { "a": "attr", - "t": "gold", - "n": 10 + "t": "diamond", + "n": 200 } ], "consumeB10": [ { "a": "attr", - "t": "gold", - "n": 100 + "t": "diamond", + "n": 2000 } ], "attgr_display": [ @@ -158,15 +158,15 @@ "consumeB": [ { "a": "attr", - "t": "gold", - "n": 10 + "t": "diamond", + "n": 200 } ], "consumeB10": [ { "a": "attr", - "t": "gold", - "n": 100 + "t": "diamond", + "n": 2000 } ], "attgr_display": [ @@ -216,15 +216,15 @@ "consumeB": [ { "a": "attr", - "t": "gold", - "n": 10 + "t": "diamond", + "n": 200 } ], "consumeB10": [ { "a": "attr", - "t": "gold", - "n": 100 + "t": "diamond", + "n": 2000 } ], "attgr_display": [ @@ -274,15 +274,15 @@ "consumeB": [ { "a": "attr", - "t": "gold", - "n": 10 + "t": "diamond", + "n": 200 } ], "consumeB10": [ { "a": "attr", - "t": "gold", - "n": 100 + "t": "diamond", + "n": 2000 } ], "attgr_display": [ @@ -332,15 +332,15 @@ "consumeB": [ { "a": "attr", - "t": "gold", - "n": 10 + "t": "diamond", + "n": 200 } ], "consumeB10": [ { "a": "attr", - "t": "gold", - "n": 100 + "t": "diamond", + "n": 2000 } ], "attgr_display": [ @@ -390,15 +390,15 @@ "consumeB": [ { "a": "attr", - "t": "gold", - "n": 10 + "t": "diamond", + "n": 200 } ], "consumeB10": [ { "a": "attr", - "t": "gold", - "n": 100 + "t": "diamond", + "n": 2000 } ], "attgr_display": [ diff --git a/bin/json/game_eventlottery.json b/bin/json/game_eventlottery.json new file mode 100644 index 000000000..1b1c2d8d0 --- /dev/null +++ b/bin/json/game_eventlottery.json @@ -0,0 +1,46 @@ +[ + { + "Id": 1, + "GroupId": 1001001, + "GroupType": 2, + "SubGroupWt": 1000, + "SubGroupId": 1001, + "SubGroupType": 1, + "EventID": 10000001, + "SubGroupNum": 1, + "EventWt": 50 + }, + { + "Id": 2, + "GroupId": 1001001, + "GroupType": 0, + "SubGroupWt": 1000, + "SubGroupId": 1001, + "SubGroupType": 0, + "EventID": 10000002, + "SubGroupNum": 0, + "EventWt": 100 + }, + { + "Id": 3, + "GroupId": 1001001, + "GroupType": 0, + "SubGroupWt": 1000, + "SubGroupId": 1002, + "SubGroupType": 2, + "EventID": 10000003, + "SubGroupNum": 2, + "EventWt": 500 + }, + { + "Id": 4, + "GroupId": 1001001, + "GroupType": 0, + "SubGroupWt": 1000, + "SubGroupId": 1002, + "SubGroupType": 0, + "EventID": 10000004, + "SubGroupNum": 0, + "EventWt": 500 + } +] \ No newline at end of file diff --git a/bin/json/game_huntingboss.json b/bin/json/game_huntingboss.json index c745ad388..c485afe82 100644 --- a/bin/json/game_huntingboss.json +++ b/bin/json/game_huntingboss.json @@ -28,7 +28,7 @@ } ], "drop": 10001000, - "heroexp": 60, + "heroexp": 200, "bossmodel": 53001, "boss": [ 401003 @@ -84,7 +84,7 @@ } ], "drop": 10002000, - "heroexp": 88, + "heroexp": 242, "bossmodel": 53001, "boss": [ 401006 @@ -145,7 +145,7 @@ } ], "drop": 10003000, - "heroexp": 120, + "heroexp": 288, "bossmodel": 53001, "boss": [ 401009 @@ -206,7 +206,7 @@ } ], "drop": 10004000, - "heroexp": 156, + "heroexp": 338, "bossmodel": 53001, "boss": [ 401012 @@ -267,7 +267,7 @@ } ], "drop": 10005000, - "heroexp": 196, + "heroexp": 392, "bossmodel": 53001, "boss": [ 401015 @@ -328,7 +328,7 @@ } ], "drop": 10006000, - "heroexp": 240, + "heroexp": 450, "bossmodel": 53001, "boss": [ 401018 @@ -394,7 +394,7 @@ } ], "drop": 10007000, - "heroexp": 288, + "heroexp": 512, "bossmodel": 53001, "boss": [ 401021 @@ -460,7 +460,7 @@ } ], "drop": 10008000, - "heroexp": 340, + "heroexp": 578, "bossmodel": 53001, "boss": [ 401024 @@ -526,7 +526,7 @@ } ], "drop": 10009000, - "heroexp": 450, + "heroexp": 648, "bossmodel": 53001, "boss": [ 401027 @@ -592,7 +592,7 @@ } ], "drop": 10010000, - "heroexp": 570, + "heroexp": 722, "bossmodel": 53001, "boss": [ 401030 @@ -658,7 +658,7 @@ } ], "drop": 10011000, - "heroexp": 700, + "heroexp": 800, "bossmodel": 53001, "boss": [ 401033 @@ -780,7 +780,7 @@ } ], "drop": 20001000, - "heroexp": 60, + "heroexp": 200, "bossmodel": 51004, "boss": [ 402003 @@ -836,7 +836,7 @@ } ], "drop": 20002000, - "heroexp": 88, + "heroexp": 242, "bossmodel": 51004, "boss": [ 402006 @@ -897,7 +897,7 @@ } ], "drop": 20003000, - "heroexp": 120, + "heroexp": 288, "bossmodel": 51004, "boss": [ 402009 @@ -958,7 +958,7 @@ } ], "drop": 20004000, - "heroexp": 156, + "heroexp": 338, "bossmodel": 51004, "boss": [ 402012 @@ -1019,7 +1019,7 @@ } ], "drop": 20005000, - "heroexp": 196, + "heroexp": 392, "bossmodel": 51004, "boss": [ 402015 @@ -1080,7 +1080,7 @@ } ], "drop": 20006000, - "heroexp": 240, + "heroexp": 450, "bossmodel": 51004, "boss": [ 402018 @@ -1146,7 +1146,7 @@ } ], "drop": 20007000, - "heroexp": 288, + "heroexp": 512, "bossmodel": 51004, "boss": [ 402021 @@ -1212,7 +1212,7 @@ } ], "drop": 20008000, - "heroexp": 340, + "heroexp": 578, "bossmodel": 51004, "boss": [ 402024 @@ -1278,7 +1278,7 @@ } ], "drop": 20009000, - "heroexp": 450, + "heroexp": 648, "bossmodel": 51004, "boss": [ 402027 @@ -1344,7 +1344,7 @@ } ], "drop": 20010000, - "heroexp": 570, + "heroexp": 722, "bossmodel": 51004, "boss": [ 402030 @@ -1410,7 +1410,7 @@ } ], "drop": 20011000, - "heroexp": 700, + "heroexp": 800, "bossmodel": 51004, "boss": [ 402033 @@ -1532,7 +1532,7 @@ } ], "drop": 30001000, - "heroexp": 60, + "heroexp": 200, "bossmodel": 51005, "boss": [ 403003 @@ -1588,7 +1588,7 @@ } ], "drop": 30002000, - "heroexp": 88, + "heroexp": 242, "bossmodel": 51005, "boss": [ 403006 @@ -1649,7 +1649,7 @@ } ], "drop": 30003000, - "heroexp": 120, + "heroexp": 288, "bossmodel": 51005, "boss": [ 403009 @@ -1710,7 +1710,7 @@ } ], "drop": 30004000, - "heroexp": 156, + "heroexp": 338, "bossmodel": 51005, "boss": [ 403012 @@ -1771,7 +1771,7 @@ } ], "drop": 30005000, - "heroexp": 196, + "heroexp": 392, "bossmodel": 51005, "boss": [ 403015 @@ -1832,7 +1832,7 @@ } ], "drop": 30006000, - "heroexp": 240, + "heroexp": 450, "bossmodel": 51005, "boss": [ 403018 @@ -1898,7 +1898,7 @@ } ], "drop": 30007000, - "heroexp": 288, + "heroexp": 512, "bossmodel": 51005, "boss": [ 403021 @@ -1964,7 +1964,7 @@ } ], "drop": 30008000, - "heroexp": 340, + "heroexp": 578, "bossmodel": 51005, "boss": [ 403024 @@ -2030,7 +2030,7 @@ } ], "drop": 30009000, - "heroexp": 450, + "heroexp": 648, "bossmodel": 51005, "boss": [ 403027 @@ -2096,7 +2096,7 @@ } ], "drop": 30010000, - "heroexp": 570, + "heroexp": 722, "bossmodel": 51005, "boss": [ 403030 @@ -2162,7 +2162,7 @@ } ], "drop": 30011000, - "heroexp": 700, + "heroexp": 800, "bossmodel": 51005, "boss": [ 403033 @@ -2284,7 +2284,7 @@ } ], "drop": 40001000, - "heroexp": 127, + "heroexp": 200, "bossmodel": 51002, "boss": [ 404003 @@ -2340,7 +2340,7 @@ } ], "drop": 40002000, - "heroexp": 128, + "heroexp": 242, "bossmodel": 51002, "boss": [ 404006 @@ -2401,7 +2401,7 @@ } ], "drop": 40003000, - "heroexp": 129, + "heroexp": 288, "bossmodel": 51002, "boss": [ 404009 @@ -2462,7 +2462,7 @@ } ], "drop": 40004000, - "heroexp": 130, + "heroexp": 338, "bossmodel": 51002, "boss": [ 404012 @@ -2523,7 +2523,7 @@ } ], "drop": 40005000, - "heroexp": 131, + "heroexp": 392, "bossmodel": 51002, "boss": [ 404015 @@ -2584,7 +2584,7 @@ } ], "drop": 40006000, - "heroexp": 132, + "heroexp": 450, "bossmodel": 51002, "boss": [ 404018 @@ -2650,7 +2650,7 @@ } ], "drop": 40007000, - "heroexp": 133, + "heroexp": 512, "bossmodel": 51002, "boss": [ 404021 @@ -2716,7 +2716,7 @@ } ], "drop": 40008000, - "heroexp": 134, + "heroexp": 578, "bossmodel": 51002, "boss": [ 404024 @@ -2782,7 +2782,7 @@ } ], "drop": 40009000, - "heroexp": 135, + "heroexp": 648, "bossmodel": 51002, "boss": [ 404027 @@ -2848,7 +2848,7 @@ } ], "drop": 40010000, - "heroexp": 136, + "heroexp": 722, "bossmodel": 51002, "boss": [ 404030 @@ -2914,7 +2914,7 @@ } ], "drop": 40011000, - "heroexp": 137, + "heroexp": 800, "bossmodel": 51002, "boss": [ 404033 @@ -2980,7 +2980,7 @@ } ], "drop": 40012000, - "heroexp": 138, + "heroexp": 800, "bossmodel": 51002, "boss": [ 404036 diff --git a/bin/json/game_mainstage.json b/bin/json/game_mainstage.json index a0ea4408d..41b79e12c 100644 --- a/bin/json/game_mainstage.json +++ b/bin/json/game_mainstage.json @@ -7,32 +7,22 @@ "previoustage": 0, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13001", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_34004", "bubbletext": { "key": "main_stage_bubbletext_1", "text": "这里好像有人影,快来找找吧~" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 1, - "detailwindow": "effect_chezhan", "frontstoryid": 10240, - "afterstoryid": 0, + "afterstoryid": 10241, "mainlineName": { "key": "mainchapter_main_stage_mainlineName_1", "text": "1-1" @@ -90,10 +80,21 @@ "FormatList": [ 101011 ], - "captainId": 450035, - "star": [], - "star_type": [], - "star_value": [] + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] }, { "id": 1100102, @@ -103,31 +104,21 @@ "previoustage": 0, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13002", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "attr_diamond", "bubbletext": { "key": "main_stage_bubbletext_2", "text": "快来帮瓜哥抢鸟蛋吧!" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 1, - "detailwindow": "effect_chezhan", - "frontstoryid": 10241, + "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { "key": "mainchapter_main_stage_mainlineName_2", @@ -135,7 +126,7 @@ }, "title": { "key": "mainchapter_main_stage_title_2", - "text": "巨石阵" + "text": "抢鸟蛋!" }, "desc": { "key": "mainchapter_main_stage_desc_2", @@ -186,10 +177,21 @@ "FormatList": [ 101021 ], - "captainId": 530025, - "star": [], - "star_type": [], - "star_value": [] + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] }, { "id": 1100103, @@ -199,30 +201,20 @@ "previoustage": 1100102, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13003", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "attr_diamond", "bubbletext": { "key": "main_stage_bubbletext_3", "text": "快来帮瓜哥抢鸟蛋吧!" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 1, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 10243, "mainlineName": { @@ -231,7 +223,7 @@ }, "title": { "key": "mainchapter_main_stage_title_3", - "text": "原始荒漠" + "text": "抢鸟蛋!" }, "desc": { "key": "mainchapter_main_stage_desc_3", @@ -282,43 +274,44 @@ "FormatList": [ 101031 ], - "captainId": 530025, - "star": [], - "star_type": [], - "star_value": [] + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] }, { "id": 1100104, "chapterid": 11001, - "taskid": 100102, + "taskid": 100103, "unlockid": 100101, - "previoustage": 1100103, - "Episodetype": 4, + "previoustage": 0, + "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13004", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_34004", "bubbletext": { "key": "main_stage_bubbletext_4", - "text": "快来帮瓜哥抢鸟蛋吧!" + "text": "拿到鸟蛋了!快和瓜哥分享吧~" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 1, - "detailwindow": "effect_chezhan", "frontstoryid": 10250, "afterstoryid": 0, "mainlineName": { @@ -327,21 +320,119 @@ }, "title": { "key": "mainchapter_main_stage_title_4", - "text": "地质突变" + "text": "鸟蛋得手" }, "desc": { "key": "mainchapter_main_stage_desc_4", + "text": "吃鸟蛋" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], + "star": [], + "star_type": [], + "star_value": [] + }, + { + "id": 1100105, + "chapterid": 11001, + "taskid": 100104, + "unlockid": 100103, + "previoustage": 0, + "Episodetype": 7, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "attr_diamond", + "bubbletext": { + "key": "main_stage_bubbletext_5", + "text": "地动山摇!好像有什么东西掉出来了?" + }, + "animation": "", + "hide": 0, + "destroy": 1, + "progress": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_5", + "text": "1-5" + }, + "title": { + "key": "mainchapter_main_stage_title_5", + "text": "隐藏宝箱" + }, + "desc": { + "key": "mainchapter_main_stage_desc_5", + "text": "隐藏宝箱" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [ + { + "a": "equi", + "t": "10114", + "n": 1 + } + ], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], + "star": [], + "star_type": [], + "star_value": [] + }, + { + "id": 1100106, + "chapterid": 11001, + "taskid": 100105, + "unlockid": 100103, + "previoustage": 0, + "Episodetype": 1, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_13002", + "bubbletext": { + "key": "main_stage_bubbletext_6", + "text": "吃饱喝足,快向瓜哥询问月光原石的线索!" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 1, + "frontstoryid": 10251, + "afterstoryid": 10252, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_6", + "text": "1-6" + }, + "title": { + "key": "mainchapter_main_stage_title_6", + "text": "沙尘中的偷袭" + }, + "desc": { + "key": "mainchapter_main_stage_desc_6", "text": "原始世界突然山崩地裂,原始人一家赖以生存的洞穴被毁,还遇上了一个身份不明的人。" }, "exp": 0, "hero_exp": 300, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 10 - } - ], + "ps_consume": [], "ps_mg": [ { "a": "attr", @@ -357,7 +448,7 @@ }, { "a": "equi", - "t": "10113", + "t": "10114", "n": 1 } ], @@ -370,7 +461,7 @@ }, { "a": "equi", - "t": "10113", + "t": "10114", "n": 1 } ], @@ -378,127 +469,56 @@ "FormatList": [ 101041 ], - "captainId": 130025, - "star": [], - "star_type": [], - "star_value": [] + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] }, { - "id": 1100105, + "id": 1100107, "chapterid": 11001, - "taskid": 100103, - "unlockid": 100102, - "previoustage": 0, - "Episodetype": 7, - "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, - "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13005", - "bubbletext": { - "key": "main_stage_bubbletext_5", - "text": "地动山摇!好像有什么东西掉出来了?" - }, - "animation": "", - "challenge": 0, - "hide": 1, - "destroy": 1, - "progress": 0, - "detailwindow": "", - "frontstoryid": 0, - "afterstoryid": 0, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_5", - "text": "" - }, - "title": { - "key": "mainchapter_main_stage_title_5", - "text": "" - }, - "desc": { - "key": "mainchapter_main_stage_desc_5", - "text": "" - }, - "exp": 0, - "hero_exp": 0, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 10 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [], - "lotteryward": 0, - "commonaward": [], - "BattleReadyID": 0, - "FormatList": [], - "captainId": 0, - "star": [], - "star_type": [], - "star_value": [] - }, - { - "id": 1100106, - "chapterid": 11001, - "taskid": 100104, - "unlockid": 100102, + "taskid": 100106, + "unlockid": 100105, "previoustage": 0, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13006", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_13002", "bubbletext": { - "key": "main_stage_bubbletext_6", - "text": "这道鬼鬼祟祟地人影是?!" + "key": "main_stage_bubbletext_7", + "text": "竟然是乌龙······但这鬼鬼祟祟的身影是!?" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, - "progress": 0, - "detailwindow": "effect_chezhan", + "progress": 1, "frontstoryid": 10253, - "afterstoryid": 10254, + "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_6", - "text": "1-5" + "key": "mainchapter_main_stage_mainlineName_7", + "text": "1-7" }, "title": { - "key": "mainchapter_main_stage_title_6", + "key": "mainchapter_main_stage_title_7", "text": "偷盗者" }, "desc": { - "key": "mainchapter_main_stage_desc_6", + "key": "mainchapter_main_stage_desc_7", "text": "众人遇到独自前来偷袭的豺狼小怪,试图抢夺月光原石。" }, "exp": 0, @@ -518,9 +538,14 @@ } ], "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, { "a": "equi", - "t": "10114", + "t": "10113", "n": 1 } ], @@ -533,7 +558,7 @@ }, { "a": "equi", - "t": "10114", + "t": "10113", "n": 1 } ], @@ -541,55 +566,232 @@ "FormatList": [ 101051 ], - "captainId": 530025, + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] + }, + { + "id": 1100108, + "chapterid": 11001, + "taskid": 100107, + "unlockid": 100106, + "previoustage": 0, + "Episodetype": 3, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_51004", + "bubbletext": { + "key": "main_stage_bubbletext_8", + "text": "与食人鱼先生一起打倒了敌人,食人鱼先生果然好强" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 1, + "frontstoryid": 10254, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_8", + "text": "1-8" + }, + "title": { + "key": "mainchapter_main_stage_title_8", + "text": "食人鱼" + }, + "desc": { + "key": "mainchapter_main_stage_desc_8", + "text": "食人鱼" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], "star": [], "star_type": [], "star_value": [] }, { - "id": 1100107, + "id": 1100109, "chapterid": 11001, - "taskid": 100105, - "unlockid": 100104, + "taskid": 100108, + "unlockid": 100107, + "previoustage": 0, + "Episodetype": 5, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "attr_diamond", + "bubbletext": { + "key": "main_stage_bubbletext_9", + "text": "又一次地动山摇!好像打开了隐藏的地方?" + }, + "animation": "", + "hide": 1, + "destroy": 1, + "progress": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_9", + "text": "1-9" + }, + "title": { + "key": "mainchapter_main_stage_title_9", + "text": "小游戏" + }, + "desc": { + "key": "mainchapter_main_stage_desc_9", + "text": "测试事件5" + }, + "exp": 0, + "hero_exp": 300, + "ps_consume": [ + { + "a": "attr", + "t": "ps", + "n": 10 + } + ], + "ps_mg": [ + { + "a": "attr", + "t": "ps", + "n": 1 + } + ], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10113", + "n": 1 + } + ], + "lotteryward": 17110110, + "commonaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + } + ], + "BattleReadyID": 0, + "FormatList": [], + "star": [], + "star_type": [], + "star_value": [] + }, + { + "id": 1100110, + "chapterid": 11001, + "taskid": 100109, + "unlockid": 100108, + "previoustage": 0, + "Episodetype": 3, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_44005", + "bubbletext": { + "key": "main_stage_bubbletext_10", + "text": "跟着小伊去寻找月光原石吧~" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 1, + "frontstoryid": 10255, + "afterstoryid": 10256, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_10", + "text": "1-10" + }, + "title": { + "key": "mainchapter_main_stage_title_10", + "text": "寻找原石" + }, + "desc": { + "key": "mainchapter_main_stage_desc_10", + "text": "寻找原石" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], + "star": [], + "star_type": [], + "star_value": [] + }, + { + "id": 1100111, + "chapterid": 11001, + "taskid": 100110, + "unlockid": 100108, "previoustage": 0, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13007", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_34004", "bubbletext": { - "key": "main_stage_bubbletext_7", + "key": "main_stage_bubbletext_11", "text": "瓜哥突然失控!?" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, - "progress": 0, - "detailwindow": "effect_chezhan", - "frontstoryid": 10256, + "progress": 1, + "frontstoryid": 10257, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_7", - "text": "1-6" + "key": "mainchapter_main_stage_mainlineName_11", + "text": "1-11" }, "title": { - "key": "mainchapter_main_stage_title_7", - "text": "突发事件" + "key": "mainchapter_main_stage_title_11", + "text": "被控制" }, "desc": { - "key": "mainchapter_main_stage_desc_7", + "key": "mainchapter_main_stage_desc_11", "text": "瓜哥一家到巨型猩猩怪的领地之后,整个人……" }, "exp": 0, @@ -618,11 +820,6 @@ "a": "equi", "t": "10115", "n": 1 - }, - { - "a": "hero", - "t": "43001", - "n": 1 } ], "lotteryward": 17110110, @@ -642,55 +839,56 @@ "FormatList": [ 101061 ], - "captainId": 450035, - "star": [], - "star_type": [], - "star_value": [] + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] }, { - "id": 1100108, + "id": 1100112, "chapterid": 11001, - "taskid": 100105, - "unlockid": 0, + "taskid": 100110, + "unlockid": 100109, "previoustage": 1100107, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13008", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_34004", "bubbletext": { - "key": "main_stage_bubbletext_8", + "key": "main_stage_bubbletext_12", "text": "瓜哥突然失控!?" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, - "progress": 0, - "detailwindow": "effect_chezhan", + "progress": 1, "frontstoryid": 0, - "afterstoryid": 10258, + "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_8", - "text": "1-7" + "key": "mainchapter_main_stage_mainlineName_12", + "text": "1-12" }, "title": { - "key": "mainchapter_main_stage_title_8", + "key": "mainchapter_main_stage_title_12", "text": "被控制" }, "desc": { - "key": "mainchapter_main_stage_desc_8", + "key": "mainchapter_main_stage_desc_12", "text": "瓜哥一家受到月光原石的影响,彻底失控。" }, "exp": 0, @@ -738,55 +936,105 @@ "FormatList": [ 101071 ], - "captainId": 450035, + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] + }, + { + "id": 1100113, + "chapterid": 11001, + "taskid": 100111, + "unlockid": 100110, + "previoustage": 0, + "Episodetype": 3, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "attr_diamond", + "bubbletext": { + "key": "main_stage_bubbletext_13", + "text": "解决失控了!但到底是什么原因?" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 1, + "frontstoryid": 10258, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_13", + "text": "1-13" + }, + "title": { + "key": "mainchapter_main_stage_title_13", + "text": "月光力量" + }, + "desc": { + "key": "mainchapter_main_stage_desc_13", + "text": "回去强化" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], "star": [], "star_type": [], "star_value": [] }, { - "id": 1100109, + "id": 1100114, "chapterid": 11001, - "taskid": 100106, - "unlockid": 100105, + "taskid": 100112, + "unlockid": 100111, "previoustage": 0, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13009", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_9", + "key": "main_stage_bubbletext_14", "text": "巨大的身影浮现!那拿着月光原石的是什么??" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, - "progress": 0, - "detailwindow": "effect_chezhan", - "frontstoryid": 10321, + "progress": 1, + "frontstoryid": 0, "afterstoryid": 10322, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_9", - "text": "1-8" + "key": "mainchapter_main_stage_mainlineName_14", + "text": "1-14" }, "title": { - "key": "mainchapter_main_stage_title_9", + "key": "mainchapter_main_stage_title_14", "text": "猩猩怪山洞" }, "desc": { - "key": "mainchapter_main_stage_desc_9", + "key": "mainchapter_main_stage_desc_14", "text": "原来猩猩怪意外获得月光原石,这才导致地质突变,一群人进入抢夺月光原石的混战。" }, "exp": 0, @@ -834,56 +1082,117 @@ "FormatList": [ 101081 ], - "captainId": 550025, + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] + }, + { + "id": 1100115, + "chapterid": 11001, + "taskid": 100113, + "unlockid": 100112, + "previoustage": 0, + "Episodetype": 7, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "attr_diamond", + "bubbletext": { + "key": "main_stage_bubbletext_15", + "text": "来之不易的月光原石······将它带回指挥部吧~" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 0, + "frontstoryid": 10322, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_15", + "text": "1-15" + }, + "title": { + "key": "mainchapter_main_stage_title_15", + "text": "获得月光原石" + }, + "desc": { + "key": "mainchapter_main_stage_desc_15", + "text": "获得月光原石" + }, + "exp": 0, + "hero_exp": 0, + "ps_consume": [], + "ps_mg": [], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10115", + "n": 1 + } + ], + "lotteryward": 0, + "commonaward": [], + "BattleReadyID": 0, + "FormatList": [], "star": [], "star_type": [], "star_value": [] }, { - "id": 1100110, + "id": 1100116, "chapterid": 11001, - "taskid": 100107, - "unlockid": 100106, + "taskid": 100114, + "unlockid": 100113, "previoustage": 0, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13010", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_10", + "key": "main_stage_bubbletext_16", "text": "听说这里沉睡着财宝与强大的敌人······(精英难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", - "frontstoryid": 20100, - "afterstoryid": 20102, + "frontstoryid": 0, + "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_10", + "key": "mainchapter_main_stage_mainlineName_16", "text": "2-1" }, "title": { - "key": "mainchapter_main_stage_title_10", - "text": "村庄奇遇" + "key": "mainchapter_main_stage_title_16", + "text": "精英关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_10", - "text": "来到村庄,打探月光原石消息,遇到被欺侮的大龙。从大龙口中得知月光原石的下落,决定带大龙重新回翡翠宫,解除他们之间的误会。" + "key": "mainchapter_main_stage_desc_16", + "text": "精英关卡" }, "exp": 0, "hero_exp": 330, @@ -905,7 +1214,7 @@ { "a": "attr", "t": "gold", - "n": 6600 + "n": 6000 }, { "a": "equi", @@ -913,7 +1222,7 @@ "n": 1 } ], - "lotteryward": 17111110, + "lotteryward": 17110110, "commonaward": [ { "a": "attr", @@ -930,7 +1239,6 @@ "FormatList": [ 122011 ], - "captainId": 530025, "star": [ 1, 1, @@ -948,50 +1256,40 @@ ] }, { - "id": 1100111, + "id": 1100117, "chapterid": 11001, - "taskid": 100107, - "unlockid": 0, - "previoustage": 1100110, + "taskid": 100114, + "unlockid": 100113, + "previoustage": 1100116, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13011", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_11", + "key": "main_stage_bubbletext_17", "text": "听说这里沉睡着财宝与强大的敌人······(精英难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_11", + "key": "mainchapter_main_stage_mainlineName_17", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_11", - "text": "" + "key": "mainchapter_main_stage_title_17", + "text": "精英关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_11", - "text": "" + "key": "mainchapter_main_stage_desc_17", + "text": "精英关卡" }, "exp": 0, "hero_exp": 400, @@ -1013,7 +1311,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -1038,7 +1336,6 @@ "FormatList": [ 122021 ], - "captainId": 450035, "star": [ 1, 1, @@ -1056,50 +1353,40 @@ ] }, { - "id": 1100112, + "id": 1100118, "chapterid": 11001, - "taskid": 100107, - "unlockid": 0, - "previoustage": 1100111, + "taskid": 100114, + "unlockid": 100113, + "previoustage": 1100117, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13012", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_12", + "key": "main_stage_bubbletext_18", "text": "听说这里沉睡着财宝与强大的敌人······(精英难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_12", + "key": "mainchapter_main_stage_mainlineName_18", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_12", - "text": "" + "key": "mainchapter_main_stage_title_18", + "text": "精英关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_12", - "text": "" + "key": "mainchapter_main_stage_desc_18", + "text": "精英关卡" }, "exp": 0, "hero_exp": 400, @@ -1121,7 +1408,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -1146,7 +1433,6 @@ "FormatList": [ 122031 ], - "captainId": 530025, "star": [ 1, 1, @@ -1164,50 +1450,40 @@ ] }, { - "id": 1100113, + "id": 1100119, "chapterid": 11001, - "taskid": 100107, - "unlockid": 0, - "previoustage": 1100112, + "taskid": 100114, + "unlockid": 100113, + "previoustage": 1100118, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13013", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_13", + "key": "main_stage_bubbletext_19", "text": "听说这里沉睡着财宝与强大的敌人······(精英难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_13", + "key": "mainchapter_main_stage_mainlineName_19", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_13", - "text": "" + "key": "mainchapter_main_stage_title_19", + "text": "精英关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_13", - "text": "" + "key": "mainchapter_main_stage_desc_19", + "text": "精英关卡" }, "exp": 0, "hero_exp": 400, @@ -1229,7 +1505,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -1254,7 +1530,6 @@ "FormatList": [ 122041 ], - "captainId": 530025, "star": [ 1, 1, @@ -1272,50 +1547,40 @@ ] }, { - "id": 1100114, + "id": 1100120, "chapterid": 11001, - "taskid": 100107, - "unlockid": 0, - "previoustage": 1100113, + "taskid": 100114, + "unlockid": 100113, + "previoustage": 1100119, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13014", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_14", + "key": "main_stage_bubbletext_20", "text": "听说这里沉睡着财宝与强大的敌人······(精英难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_14", + "key": "mainchapter_main_stage_mainlineName_20", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_14", - "text": "" + "key": "mainchapter_main_stage_title_20", + "text": "精英关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_14", - "text": "" + "key": "mainchapter_main_stage_desc_20", + "text": "精英关卡" }, "exp": 0, "hero_exp": 400, @@ -1337,7 +1602,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -1362,7 +1627,6 @@ "FormatList": [ 122051 ], - "captainId": 130025, "star": [ 1, 1, @@ -1380,50 +1644,40 @@ ] }, { - "id": 1100115, + "id": 1100121, "chapterid": 11001, - "taskid": 100107, - "unlockid": 0, - "previoustage": 1100114, + "taskid": 100114, + "unlockid": 100113, + "previoustage": 1100120, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13015", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_15", + "key": "main_stage_bubbletext_21", "text": "听说这里沉睡着财宝与强大的敌人······(精英难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_15", + "key": "mainchapter_main_stage_mainlineName_21", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_15", - "text": "" + "key": "mainchapter_main_stage_title_21", + "text": "精英关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_15", - "text": "" + "key": "mainchapter_main_stage_desc_21", + "text": "精英关卡" }, "exp": 0, "hero_exp": 400, @@ -1445,7 +1699,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -1470,7 +1724,6 @@ "FormatList": [ 122061 ], - "captainId": 530025, "star": [ 1, 1, @@ -1488,394 +1741,40 @@ ] }, { - "id": 1100116, + "id": 1100122, "chapterid": 11001, - "taskid": 100107, - "unlockid": 0, - "previoustage": 1100115, + "taskid": 100114, + "unlockid": 100113, + "previoustage": 1100121, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13016", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_16", + "key": "main_stage_bubbletext_22", "text": "听说这里沉睡着财宝与强大的敌人······(精英难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_16", + "key": "mainchapter_main_stage_mainlineName_22", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_16", - "text": "" + "key": "mainchapter_main_stage_title_22", + "text": "精英关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_16", - "text": "" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 10 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [], - "lotteryward": 17110110, - "commonaward": [], - "BattleReadyID": 118, - "FormatList": [ - 122071 - ], - "captainId": 0, - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ] - }, - { - "id": 1100117, - "chapterid": 11001, - "taskid": 100107, - "unlockid": 0, - "previoustage": 1100116, - "Episodetype": 8, - "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, - "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13017", - "bubbletext": { - "key": "main_stage_bubbletext_17", - "text": "听说这里沉睡着财宝与强大的敌人······(精英难度战斗)" - }, - "animation": "", - "challenge": 1, - "hide": 0, - "destroy": 0, - "progress": 0, - "detailwindow": "", - "frontstoryid": 0, - "afterstoryid": 0, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_17", - "text": "" - }, - "title": { - "key": "mainchapter_main_stage_title_17", - "text": "" - }, - "desc": { - "key": "mainchapter_main_stage_desc_17", - "text": "" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 10 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [], - "lotteryward": 17110110, - "commonaward": [], - "BattleReadyID": 118, - "FormatList": [ - 122081 - ], - "captainId": 0, - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ] - }, - { - "id": 1100118, - "chapterid": 11001, - "taskid": 100108, - "unlockid": 100107, - "previoustage": 0, - "Episodetype": 8, - "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, - "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13018", - "bubbletext": { - "key": "main_stage_bubbletext_18", - "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" - }, - "animation": "", - "challenge": 1, - "hide": 0, - "destroy": 0, - "progress": 0, - "detailwindow": "", - "frontstoryid": 0, - "afterstoryid": 0, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_18", - "text": "" - }, - "title": { - "key": "mainchapter_main_stage_title_18", - "text": "" - }, - "desc": { - "key": "mainchapter_main_stage_desc_18", - "text": "" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 10 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [], - "lotteryward": 17110110, - "commonaward": [], - "BattleReadyID": 118, - "FormatList": [ - 141011 - ], - "captainId": 0, - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ] - }, - { - "id": 1100119, - "chapterid": 11001, - "taskid": 100108, - "unlockid": 0, - "previoustage": 1100118, - "Episodetype": 8, - "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, - "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13019", - "bubbletext": { - "key": "main_stage_bubbletext_19", - "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" - }, - "animation": "", - "challenge": 1, - "hide": 0, - "destroy": 0, - "progress": 0, - "detailwindow": "", - "frontstoryid": 0, - "afterstoryid": 0, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_19", - "text": "" - }, - "title": { - "key": "mainchapter_main_stage_title_19", - "text": "" - }, - "desc": { - "key": "mainchapter_main_stage_desc_19", - "text": "" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 10 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [], - "lotteryward": 17110110, - "commonaward": [], - "BattleReadyID": 118, - "FormatList": [ - 141021 - ], - "captainId": 0, - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ] - }, - { - "id": 1100120, - "chapterid": 11001, - "taskid": 100108, - "unlockid": 0, - "previoustage": 1100119, - "Episodetype": 8, - "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, - "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13020", - "bubbletext": { - "key": "main_stage_bubbletext_20", - "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" - }, - "animation": "", - "challenge": 1, - "hide": 0, - "destroy": 0, - "progress": 0, - "detailwindow": "", - "frontstoryid": 0, - "afterstoryid": 0, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_20", - "text": "" - }, - "title": { - "key": "mainchapter_main_stage_title_20", - "text": "" - }, - "desc": { - "key": "mainchapter_main_stage_desc_20", - "text": "" + "key": "mainchapter_main_stage_desc_22", + "text": "精英关卡" }, "exp": 0, "hero_exp": 400, @@ -1894,11 +1793,399 @@ } ], "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10133", + "n": 1 + } + ], + "lotteryward": 17110110, + "commonaward": [ { "a": "attr", "t": "gold", "n": 8000 }, + { + "a": "equi", + "t": "10133", + "n": 1 + } + ], + "BattleReadyID": 118, + "FormatList": [ + 122071 + ], + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] + }, + { + "id": 1100123, + "chapterid": 11001, + "taskid": 100114, + "unlockid": 100113, + "previoustage": 1100122, + "Episodetype": 8, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", + "bubbletext": { + "key": "main_stage_bubbletext_23", + "text": "听说这里沉睡着财宝与强大的敌人······(精英难度战斗)" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_23", + "text": "" + }, + "title": { + "key": "mainchapter_main_stage_title_23", + "text": "精英关卡" + }, + "desc": { + "key": "mainchapter_main_stage_desc_23", + "text": "精英关卡" + }, + "exp": 0, + "hero_exp": 400, + "ps_consume": [ + { + "a": "attr", + "t": "ps", + "n": 10 + } + ], + "ps_mg": [ + { + "a": "attr", + "t": "ps", + "n": 1 + } + ], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10134", + "n": 1 + } + ], + "lotteryward": 17110110, + "commonaward": [ + { + "a": "attr", + "t": "gold", + "n": 8000 + }, + { + "a": "equi", + "t": "10134", + "n": 1 + } + ], + "BattleReadyID": 118, + "FormatList": [ + 122081 + ], + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] + }, + { + "id": 1100124, + "chapterid": 11001, + "taskid": 100115, + "unlockid": 100114, + "previoustage": 0, + "Episodetype": 8, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", + "bubbletext": { + "key": "main_stage_bubbletext_24", + "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_24", + "text": "" + }, + "title": { + "key": "mainchapter_main_stage_title_24", + "text": "困难关卡" + }, + "desc": { + "key": "mainchapter_main_stage_desc_24", + "text": "困难关卡" + }, + "exp": 0, + "hero_exp": 400, + "ps_consume": [ + { + "a": "attr", + "t": "ps", + "n": 10 + } + ], + "ps_mg": [ + { + "a": "attr", + "t": "ps", + "n": 1 + } + ], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10133", + "n": 1 + } + ], + "lotteryward": 17110110, + "commonaward": [ + { + "a": "attr", + "t": "gold", + "n": 8000 + }, + { + "a": "equi", + "t": "10133", + "n": 1 + } + ], + "BattleReadyID": 118, + "FormatList": [ + 141011 + ], + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] + }, + { + "id": 1100125, + "chapterid": 11001, + "taskid": 100115, + "unlockid": 100114, + "previoustage": 1100124, + "Episodetype": 8, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", + "bubbletext": { + "key": "main_stage_bubbletext_25", + "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_25", + "text": "" + }, + "title": { + "key": "mainchapter_main_stage_title_25", + "text": "困难关卡" + }, + "desc": { + "key": "mainchapter_main_stage_desc_25", + "text": "困难关卡" + }, + "exp": 0, + "hero_exp": 400, + "ps_consume": [ + { + "a": "attr", + "t": "ps", + "n": 10 + } + ], + "ps_mg": [ + { + "a": "attr", + "t": "ps", + "n": 1 + } + ], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10134", + "n": 1 + } + ], + "lotteryward": 17110110, + "commonaward": [ + { + "a": "attr", + "t": "gold", + "n": 8000 + }, + { + "a": "equi", + "t": "10134", + "n": 1 + } + ], + "BattleReadyID": 118, + "FormatList": [ + 141021 + ], + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] + }, + { + "id": 1100126, + "chapterid": 11001, + "taskid": 100115, + "unlockid": 100114, + "previoustage": 1100125, + "Episodetype": 8, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", + "bubbletext": { + "key": "main_stage_bubbletext_26", + "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_26", + "text": "" + }, + "title": { + "key": "mainchapter_main_stage_title_26", + "text": "困难关卡" + }, + "desc": { + "key": "mainchapter_main_stage_desc_26", + "text": "困难关卡" + }, + "exp": 0, + "hero_exp": 400, + "ps_consume": [ + { + "a": "attr", + "t": "ps", + "n": 10 + } + ], + "ps_mg": [ + { + "a": "attr", + "t": "ps", + "n": 1 + } + ], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, { "a": "equi", "t": "10135", @@ -1922,7 +2209,6 @@ "FormatList": [ 141031 ], - "captainId": 450035, "star": [ 1, 1, @@ -1940,50 +2226,40 @@ ] }, { - "id": 1100121, + "id": 1100127, "chapterid": 11001, - "taskid": 100108, - "unlockid": 0, - "previoustage": 1100120, + "taskid": 100115, + "unlockid": 100114, + "previoustage": 1100126, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13021", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_21", + "key": "main_stage_bubbletext_27", "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_21", + "key": "mainchapter_main_stage_mainlineName_27", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_21", - "text": "" + "key": "mainchapter_main_stage_title_27", + "text": "困难关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_21", - "text": "" + "key": "mainchapter_main_stage_desc_27", + "text": "困难关卡" }, "exp": 0, "hero_exp": 400, @@ -2005,7 +2281,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -2030,7 +2306,6 @@ "FormatList": [ 141041 ], - "captainId": 450035, "star": [ 1, 1, @@ -2048,50 +2323,40 @@ ] }, { - "id": 1100122, + "id": 1100128, "chapterid": 11001, - "taskid": 100108, - "unlockid": 0, - "previoustage": 1100121, + "taskid": 100115, + "unlockid": 100114, + "previoustage": 1100127, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13022", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_22", + "key": "main_stage_bubbletext_28", "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_22", + "key": "mainchapter_main_stage_mainlineName_28", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_22", - "text": "" + "key": "mainchapter_main_stage_title_28", + "text": "困难关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_22", - "text": "" + "key": "mainchapter_main_stage_desc_28", + "text": "困难关卡" }, "exp": 0, "hero_exp": 400, @@ -2113,7 +2378,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -2138,7 +2403,6 @@ "FormatList": [ 141051 ], - "captainId": 450035, "star": [ 1, 1, @@ -2156,50 +2420,40 @@ ] }, { - "id": 1100123, + "id": 1100129, "chapterid": 11001, - "taskid": 100108, - "unlockid": 0, - "previoustage": 1100122, + "taskid": 100115, + "unlockid": 100114, + "previoustage": 1100128, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13023", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_23", + "key": "main_stage_bubbletext_29", "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_23", + "key": "mainchapter_main_stage_mainlineName_29", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_23", - "text": "" + "key": "mainchapter_main_stage_title_29", + "text": "困难关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_23", - "text": "" + "key": "mainchapter_main_stage_desc_29", + "text": "困难关卡" }, "exp": 0, "hero_exp": 400, @@ -2221,7 +2475,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -2246,7 +2500,6 @@ "FormatList": [ 141061 ], - "captainId": 530025, "star": [ 1, 1, @@ -2264,50 +2517,40 @@ ] }, { - "id": 1100124, + "id": 1100130, "chapterid": 11001, - "taskid": 100108, - "unlockid": 0, - "previoustage": 1100123, + "taskid": 100115, + "unlockid": 100114, + "previoustage": 1100129, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13024", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_24", + "key": "main_stage_bubbletext_30", "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_24", + "key": "mainchapter_main_stage_mainlineName_30", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_24", - "text": "" + "key": "mainchapter_main_stage_title_30", + "text": "困难关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_24", - "text": "" + "key": "mainchapter_main_stage_desc_30", + "text": "困难关卡" }, "exp": 0, "hero_exp": 400, @@ -2329,11 +2572,11 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", - "t": "10132", + "t": "10133", "n": 1 } ], @@ -2354,7 +2597,6 @@ "FormatList": [ 141071 ], - "captainId": 530025, "star": [ 1, 1, @@ -2372,136 +2614,40 @@ ] }, { - "id": 1100125, + "id": 1100131, "chapterid": 11001, - "taskid": 100108, - "unlockid": 0, - "previoustage": 1100124, + "taskid": 100115, + "unlockid": 100114, + "previoustage": 1100130, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13025", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_25", + "key": "main_stage_bubbletext_31", "text": "这是一处远比上一处更加强大的敌人聚集地·······(困难难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_25", + "key": "mainchapter_main_stage_mainlineName_31", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_25", - "text": "" + "key": "mainchapter_main_stage_title_31", + "text": "困难关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_25", - "text": "" - }, - "exp": 0, - "hero_exp": 400, - "ps_consume": [ - { - "a": "attr", - "t": "ps", - "n": 10 - } - ], - "ps_mg": [ - { - "a": "attr", - "t": "ps", - "n": 1 - } - ], - "firstaward": [], - "lotteryward": 17110110, - "commonaward": [], - "BattleReadyID": 118, - "FormatList": [ - 141081 - ], - "captainId": 0, - "star": [ - 1, - 1, - 1 - ], - "star_type": [ - 1, - 2, - 2 - ], - "star_value": [ - 0, - 2, - 1 - ] - }, - { - "id": 1100126, - "chapterid": 11001, - "taskid": 100109, - "unlockid": 100108, - "previoustage": 0, - "Episodetype": 8, - "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, - "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13026", - "bubbletext": { - "key": "main_stage_bubbletext_26", - "text": "这是荒野上令所有人闻风丧胆的地方······被瓜哥标注的死亡禁区!(地狱难度战斗)" - }, - "animation": "", - "challenge": 1, - "hide": 0, - "destroy": 0, - "progress": 0, - "detailwindow": "", - "frontstoryid": 0, - "afterstoryid": 0, - "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_26", - "text": "" - }, - "title": { - "key": "mainchapter_main_stage_title_26", - "text": "" - }, - "desc": { - "key": "mainchapter_main_stage_desc_26", - "text": "" + "key": "mainchapter_main_stage_desc_31", + "text": "困难关卡" }, "exp": 0, "hero_exp": 400, @@ -2520,11 +2666,108 @@ } ], "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10134", + "n": 1 + } + ], + "lotteryward": 17110110, + "commonaward": [ { "a": "attr", "t": "gold", "n": 8000 }, + { + "a": "equi", + "t": "10132", + "n": 1 + } + ], + "BattleReadyID": 118, + "FormatList": [ + 141081 + ], + "star": [ + 1, + 1, + 1 + ], + "star_type": [ + 1, + 2, + 2 + ], + "star_value": [ + 0, + 2, + 1 + ] + }, + { + "id": 1100132, + "chapterid": 11001, + "taskid": 100116, + "unlockid": 100115, + "previoustage": 0, + "Episodetype": 8, + "openlevel": 1, + "EditorStage": 0, + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", + "bubbletext": { + "key": "main_stage_bubbletext_32", + "text": "这是荒野上令所有人闻风丧胆的地方······被瓜哥标注的死亡禁区!(地狱难度战斗)" + }, + "animation": "", + "hide": 0, + "destroy": 0, + "progress": 0, + "frontstoryid": 0, + "afterstoryid": 0, + "mainlineName": { + "key": "mainchapter_main_stage_mainlineName_32", + "text": "" + }, + "title": { + "key": "mainchapter_main_stage_title_32", + "text": "地狱关卡" + }, + "desc": { + "key": "mainchapter_main_stage_desc_32", + "text": "地狱关卡" + }, + "exp": 0, + "hero_exp": 400, + "ps_consume": [ + { + "a": "attr", + "t": "ps", + "n": 10 + } + ], + "ps_mg": [ + { + "a": "attr", + "t": "ps", + "n": 1 + } + ], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, { "a": "equi", "t": "10133", @@ -2548,7 +2791,6 @@ "FormatList": [ 161011 ], - "captainId": 130025, "star": [ 1, 1, @@ -2566,50 +2808,40 @@ ] }, { - "id": 1100127, + "id": 1100133, "chapterid": 11001, - "taskid": 100109, - "unlockid": 0, - "previoustage": 1100126, + "taskid": 100116, + "unlockid": 100115, + "previoustage": 1100132, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13027", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_27", + "key": "main_stage_bubbletext_33", "text": "这是荒野上令所有人闻风丧胆的地方······被瓜哥标注的死亡禁区!(地狱难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_27", + "key": "mainchapter_main_stage_mainlineName_33", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_27", - "text": "" + "key": "mainchapter_main_stage_title_33", + "text": "地狱关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_27", - "text": "" + "key": "mainchapter_main_stage_desc_33", + "text": "地狱关卡" }, "exp": 0, "hero_exp": 400, @@ -2631,7 +2863,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -2656,7 +2888,6 @@ "FormatList": [ 161021 ], - "captainId": 530025, "star": [ 1, 1, @@ -2674,50 +2905,40 @@ ] }, { - "id": 1100128, + "id": 1100134, "chapterid": 11001, - "taskid": 100109, - "unlockid": 0, - "previoustage": 1100127, + "taskid": 100116, + "unlockid": 100115, + "previoustage": 1100133, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13028", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_28", + "key": "main_stage_bubbletext_34", "text": "这是荒野上令所有人闻风丧胆的地方······被瓜哥标注的死亡禁区!(地狱难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_28", + "key": "mainchapter_main_stage_mainlineName_34", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_28", - "text": "" + "key": "mainchapter_main_stage_title_34", + "text": "地狱关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_28", - "text": "" + "key": "mainchapter_main_stage_desc_34", + "text": "地狱关卡" }, "exp": 0, "hero_exp": 400, @@ -2739,7 +2960,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -2764,7 +2985,6 @@ "FormatList": [ 161031 ], - "captainId": 450035, "star": [ 1, 1, @@ -2782,50 +3002,40 @@ ] }, { - "id": 1100129, + "id": 1100135, "chapterid": 11001, - "taskid": 100109, - "unlockid": 0, - "previoustage": 1100128, + "taskid": 100116, + "unlockid": 100115, + "previoustage": 1100134, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13029", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_29", + "key": "main_stage_bubbletext_35", "text": "这是荒野上令所有人闻风丧胆的地方······被瓜哥标注的死亡禁区!(地狱难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_29", + "key": "mainchapter_main_stage_mainlineName_35", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_29", - "text": "" + "key": "mainchapter_main_stage_title_35", + "text": "地狱关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_29", - "text": "" + "key": "mainchapter_main_stage_desc_35", + "text": "地狱关卡" }, "exp": 0, "hero_exp": 400, @@ -2847,7 +3057,7 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", @@ -2872,7 +3082,6 @@ "FormatList": [ 161041 ], - "captainId": 450035, "star": [ 1, 1, @@ -2890,50 +3099,40 @@ ] }, { - "id": 1100130, + "id": 1100136, "chapterid": 11001, - "taskid": 100109, - "unlockid": 0, - "previoustage": 1100129, + "taskid": 100116, + "unlockid": 100115, + "previoustage": 1100135, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13030", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_30", + "key": "main_stage_bubbletext_36", "text": "这是荒野上令所有人闻风丧胆的地方······被瓜哥标注的死亡禁区!(地狱难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_30", + "key": "mainchapter_main_stage_mainlineName_36", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_30", - "text": "" + "key": "mainchapter_main_stage_title_36", + "text": "地狱关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_30", - "text": "" + "key": "mainchapter_main_stage_desc_36", + "text": "地狱关卡" }, "exp": 0, "hero_exp": 400, @@ -2955,11 +3154,11 @@ { "a": "attr", "t": "gold", - "n": 8000 + "n": 6000 }, { "a": "equi", - "t": "10135", + "t": "10133", "n": 1 } ], @@ -2980,7 +3179,6 @@ "FormatList": [ 161051 ], - "captainId": 550025, "star": [ 1, 1, @@ -2998,50 +3196,40 @@ ] }, { - "id": 1100131, + "id": 1100137, "chapterid": 11001, - "taskid": 100109, - "unlockid": 0, - "previoustage": 1100130, + "taskid": 100116, + "unlockid": 100115, + "previoustage": 1100136, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13031", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_31", + "key": "main_stage_bubbletext_37", "text": "这是荒野上令所有人闻风丧胆的地方······被瓜哥标注的死亡禁区!(地狱难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_31", + "key": "mainchapter_main_stage_mainlineName_37", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_31", - "text": "" + "key": "mainchapter_main_stage_title_37", + "text": "地狱关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_31", - "text": "" + "key": "mainchapter_main_stage_desc_37", + "text": "地狱关卡" }, "exp": 0, "hero_exp": 400, @@ -3059,14 +3247,35 @@ "n": 1 } ], - "firstaward": [], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10134", + "n": 1 + } + ], "lotteryward": 17110110, - "commonaward": [], + "commonaward": [ + { + "a": "attr", + "t": "gold", + "n": 8000 + }, + { + "a": "equi", + "t": "10134", + "n": 1 + } + ], "BattleReadyID": 118, "FormatList": [ 161061 ], - "captainId": 0, "star": [ 1, 1, @@ -3084,50 +3293,40 @@ ] }, { - "id": 1100132, + "id": 1100138, "chapterid": 11001, - "taskid": 100109, - "unlockid": 0, - "previoustage": 1100131, + "taskid": 100116, + "unlockid": 100115, + "previoustage": 1100137, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13032", + "venturemodel": "Person/10000/10000W.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_32", + "key": "main_stage_bubbletext_38", "text": "这是荒野上令所有人闻风丧胆的地方······被瓜哥标注的死亡禁区!(地狱难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_32", + "key": "mainchapter_main_stage_mainlineName_38", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_32", - "text": "" + "key": "mainchapter_main_stage_title_38", + "text": "地狱关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_32", - "text": "" + "key": "mainchapter_main_stage_desc_38", + "text": "地狱关卡" }, "exp": 0, "hero_exp": 400, @@ -3145,14 +3344,35 @@ "n": 1 } ], - "firstaward": [], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10133", + "n": 1 + } + ], "lotteryward": 17110110, - "commonaward": [], + "commonaward": [ + { + "a": "attr", + "t": "gold", + "n": 8000 + }, + { + "a": "equi", + "t": "10134", + "n": 1 + } + ], "BattleReadyID": 118, "FormatList": [ 161071 ], - "captainId": 0, "star": [ 1, 1, @@ -3170,50 +3390,40 @@ ] }, { - "id": 1100133, + "id": 1100139, "chapterid": 11001, - "taskid": 100109, - "unlockid": 0, - "previoustage": 1100132, + "taskid": 100116, + "unlockid": 100115, + "previoustage": 1100138, "Episodetype": 8, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, - "venturemodel": "", - "ventureavatar": [], - "heroimg": "xxtx_js_13033", + "venturemodel": "Person/10000/10000M.prefab", + "ventureavatar": [ + "zxgq_js_44005" + ], + "heroimg": "zxgq_js_55002", "bubbletext": { - "key": "main_stage_bubbletext_33", + "key": "main_stage_bubbletext_39", "text": "这是荒野上令所有人闻风丧胆的地方······被瓜哥标注的死亡禁区!(地狱难度战斗)" }, "animation": "", - "challenge": 1, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { - "key": "mainchapter_main_stage_mainlineName_33", + "key": "mainchapter_main_stage_mainlineName_39", "text": "" }, "title": { - "key": "mainchapter_main_stage_title_33", - "text": "" + "key": "mainchapter_main_stage_title_39", + "text": "地狱关卡" }, "desc": { - "key": "mainchapter_main_stage_desc_33", - "text": "" + "key": "mainchapter_main_stage_desc_39", + "text": "地狱关卡" }, "exp": 0, "hero_exp": 400, @@ -3231,14 +3441,35 @@ "n": 1 } ], - "firstaward": [], + "firstaward": [ + { + "a": "attr", + "t": "gold", + "n": 6000 + }, + { + "a": "equi", + "t": "10134", + "n": 1 + } + ], "lotteryward": 17110110, - "commonaward": [], + "commonaward": [ + { + "a": "attr", + "t": "gold", + "n": 8000 + }, + { + "a": "equi", + "t": "10135", + "n": 1 + } + ], "BattleReadyID": 118, "FormatList": [ 161081 ], - "captainId": 0, "star": [ 1, 1, @@ -3256,37 +3487,25 @@ ] }, { - "id": 1100134, + "id": 1100201, "chapterid": 11002, "taskid": 0, "unlockid": 0, "previoustage": 1100201, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13034", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 20105, "afterstoryid": 20107, "mainlineName": { @@ -3346,7 +3565,6 @@ "FormatList": [ 102021 ], - "captainId": 440065, "star": [ 1, 1, @@ -3364,37 +3582,25 @@ ] }, { - "id": 1100135, + "id": 1100202, "chapterid": 11002, "taskid": 0, "unlockid": 0, "previoustage": 1100202, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13035", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 20109, "afterstoryid": 20110, "mainlineName": { @@ -3454,7 +3660,6 @@ "FormatList": [ 102031 ], - "captainId": 510055, "star": [ 1, 1, @@ -3472,37 +3677,25 @@ ] }, { - "id": 1100136, + "id": 1100203, "chapterid": 11002, "taskid": 0, "unlockid": 0, "previoustage": 1100203, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13036", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 20112, "afterstoryid": 20113, "mainlineName": { @@ -3562,7 +3755,6 @@ "FormatList": [ 102041 ], - "captainId": 530025, "star": [ 1, 1, @@ -3580,37 +3772,25 @@ ] }, { - "id": 1100137, + "id": 1100204, "chapterid": 11002, "taskid": 0, "unlockid": 0, "previoustage": 1100204, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13037", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 20115, "afterstoryid": 20117, "mainlineName": { @@ -3670,7 +3850,6 @@ "FormatList": [ 102051 ], - "captainId": 530025, "star": [ 1, 1, @@ -3688,37 +3867,25 @@ ] }, { - "id": 1100138, + "id": 1100205, "chapterid": 11002, "taskid": 0, "unlockid": 0, "previoustage": 1100205, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13038", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 20118, "afterstoryid": 0, "mainlineName": { @@ -3778,7 +3945,6 @@ "FormatList": [ 102061 ], - "captainId": 530035, "star": [ 1, 1, @@ -3796,37 +3962,25 @@ ] }, { - "id": 1100139, + "id": 1100206, "chapterid": 11002, "taskid": 0, "unlockid": 0, "previoustage": 1100206, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13039", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 20119, "afterstoryid": 0, "mainlineName": { @@ -3886,7 +4040,6 @@ "FormatList": [ 102071 ], - "captainId": 240045, "star": [ 1, 1, @@ -3904,37 +4057,25 @@ ] }, { - "id": 1100140, + "id": 1100207, "chapterid": 11002, "taskid": 0, "unlockid": 0, "previoustage": 1100207, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13040", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 20122, "afterstoryid": 20125, "mainlineName": { @@ -3994,7 +4135,6 @@ "FormatList": [ 102081 ], - "captainId": 240045, "star": [ 1, 1, @@ -4012,37 +4152,25 @@ ] }, { - "id": 1100141, + "id": 1100208, "chapterid": 11003, "taskid": 0, "unlockid": 0, "previoustage": 1100208, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13041", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 20200, "afterstoryid": 20201, "mainlineName": { @@ -4102,7 +4230,6 @@ "FormatList": [ 123011 ], - "captainId": 430025, "star": [ 1, 1, @@ -4120,37 +4247,25 @@ ] }, { - "id": 1100142, + "id": 1100209, "chapterid": 11003, "taskid": 0, "unlockid": 0, "previoustage": 1100301, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13042", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 20204, "afterstoryid": 20206, "mainlineName": { @@ -4210,7 +4325,6 @@ "FormatList": [ 103021 ], - "captainId": 430035, "star": [ 1, 1, @@ -4228,37 +4342,25 @@ ] }, { - "id": 1100143, + "id": 1100210, "chapterid": 11003, "taskid": 0, "unlockid": 0, "previoustage": 1100302, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13043", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 20207, "afterstoryid": 20209, "mainlineName": { @@ -4318,7 +4420,6 @@ "FormatList": [ 103031 ], - "captainId": 340055, "star": [ 1, 1, @@ -4336,37 +4437,25 @@ ] }, { - "id": 1100144, + "id": 1100211, "chapterid": 11003, "taskid": 0, "unlockid": 0, "previoustage": 1100303, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13044", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 20210, "afterstoryid": 20211, "mainlineName": { @@ -4426,7 +4515,6 @@ "FormatList": [ 103041 ], - "captainId": 240015, "star": [ 1, 1, @@ -4444,37 +4532,25 @@ ] }, { - "id": 1100145, + "id": 1100212, "chapterid": 11003, "taskid": 0, "unlockid": 0, "previoustage": 1100304, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13045", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 20222, "afterstoryid": 0, "mainlineName": { @@ -4534,7 +4610,6 @@ "FormatList": [ 103051 ], - "captainId": 340055, "star": [ 1, 1, @@ -4552,37 +4627,25 @@ ] }, { - "id": 1100146, + "id": 1100213, "chapterid": 11003, "taskid": 0, "unlockid": 0, "previoustage": 1100305, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13046", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 20223, "afterstoryid": 20224, "mainlineName": { @@ -4642,7 +4705,6 @@ "FormatList": [ 103061 ], - "captainId": 240045, "star": [ 1, 1, @@ -4660,37 +4722,25 @@ ] }, { - "id": 1100147, + "id": 1100214, "chapterid": 11003, "taskid": 0, "unlockid": 0, "previoustage": 1100306, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13047", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 20228, "afterstoryid": 20231, "mainlineName": { @@ -4750,7 +4800,6 @@ "FormatList": [ 103071 ], - "captainId": 430025, "star": [ 1, 1, @@ -4768,37 +4817,25 @@ ] }, { - "id": 1100148, + "id": 1100215, "chapterid": 11003, "taskid": 0, "unlockid": 0, "previoustage": 1100307, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13048", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 20232, "afterstoryid": 20233, "mainlineName": { @@ -4858,7 +4895,6 @@ "FormatList": [ 103081 ], - "captainId": 240045, "star": [ 1, 1, @@ -4876,37 +4912,25 @@ ] }, { - "id": 1100149, + "id": 1100216, "chapterid": 11004, "taskid": 0, "unlockid": 0, "previoustage": 1100308, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13049", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_shilaike", "frontstoryid": 20300, "afterstoryid": 20305, "mainlineName": { @@ -4966,7 +4990,6 @@ "FormatList": [ 124011 ], - "captainId": 330035, "star": [ 1, 1, @@ -4984,37 +5007,25 @@ ] }, { - "id": 1100150, + "id": 1100217, "chapterid": 11004, "taskid": 0, "unlockid": 0, "previoustage": 1100401, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13050", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_shilaike", "frontstoryid": 20306, "afterstoryid": 20307, "mainlineName": { @@ -5074,7 +5085,6 @@ "FormatList": [ 104021 ], - "captainId": 140035, "star": [ 1, 1, @@ -5092,37 +5102,25 @@ ] }, { - "id": 1100151, + "id": 1100218, "chapterid": 11004, "taskid": 0, "unlockid": 0, "previoustage": 1100402, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13051", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_shilaike", "frontstoryid": 20309, "afterstoryid": 20314, "mainlineName": { @@ -5182,7 +5180,6 @@ "FormatList": [ 104031 ], - "captainId": 340065, "star": [ 1, 1, @@ -5200,37 +5197,25 @@ ] }, { - "id": 1100152, + "id": 1100219, "chapterid": 11004, "taskid": 0, "unlockid": 0, "previoustage": 1100403, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13052", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_shilaike", "frontstoryid": 20316, "afterstoryid": 0, "mainlineName": { @@ -5290,7 +5275,6 @@ "FormatList": [ 104041 ], - "captainId": 240045, "star": [ 1, 1, @@ -5308,37 +5292,25 @@ ] }, { - "id": 1100153, + "id": 1100220, "chapterid": 11004, "taskid": 0, "unlockid": 0, "previoustage": 1100404, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13053", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_shilaike", "frontstoryid": 20317, "afterstoryid": 0, "mainlineName": { @@ -5398,7 +5370,6 @@ "FormatList": [ 104051 ], - "captainId": 240045, "star": [ 1, 1, @@ -5416,37 +5387,25 @@ ] }, { - "id": 1100154, + "id": 1100221, "chapterid": 11004, "taskid": 0, "unlockid": 0, "previoustage": 1100405, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13054", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_shilaike", "frontstoryid": 0, "afterstoryid": 20318, "mainlineName": { @@ -5506,7 +5465,6 @@ "FormatList": [ 104061 ], - "captainId": 240045, "star": [ 1, 1, @@ -5524,37 +5482,25 @@ ] }, { - "id": 1100155, + "id": 1100222, "chapterid": 11004, "taskid": 0, "unlockid": 0, "previoustage": 1100406, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13055", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_shilaike", "frontstoryid": 20321, "afterstoryid": 20322, "mainlineName": { @@ -5614,7 +5560,6 @@ "FormatList": [ 104071 ], - "captainId": 340075, "star": [ 1, 1, @@ -5632,37 +5577,25 @@ ] }, { - "id": 1100156, + "id": 1100223, "chapterid": 11004, "taskid": 0, "unlockid": 0, "previoustage": 1100407, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13056", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_shilaike", "frontstoryid": 20323, "afterstoryid": 20326, "mainlineName": { @@ -5722,7 +5655,6 @@ "FormatList": [ 104081 ], - "captainId": 130045, "star": [ 1, 1, @@ -5740,37 +5672,25 @@ ] }, { - "id": 1100157, + "id": 1100224, "chapterid": 11005, "taskid": 0, "unlockid": 0, "previoustage": 1100408, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13057", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -5830,7 +5750,6 @@ "FormatList": [ 125011 ], - "captainId": 440065, "star": [ 1, 1, @@ -5848,37 +5767,25 @@ ] }, { - "id": 1100158, + "id": 1100225, "chapterid": 11005, "taskid": 0, "unlockid": 0, "previoustage": 1100501, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13058", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -5938,7 +5845,6 @@ "FormatList": [ 105021 ], - "captainId": 150035, "star": [ 1, 1, @@ -5956,37 +5862,25 @@ ] }, { - "id": 1100159, + "id": 1100226, "chapterid": 11005, "taskid": 0, "unlockid": 0, "previoustage": 1100502, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13059", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -6046,7 +5940,6 @@ "FormatList": [ 105031 ], - "captainId": 450015, "star": [ 1, 1, @@ -6064,37 +5957,25 @@ ] }, { - "id": 1100160, + "id": 1100227, "chapterid": 11005, "taskid": 0, "unlockid": 0, "previoustage": 1100503, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13060", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -6154,7 +6035,6 @@ "FormatList": [ 105041 ], - "captainId": 440065, "star": [ 1, 1, @@ -6172,37 +6052,25 @@ ] }, { - "id": 1100161, + "id": 1100228, "chapterid": 11005, "taskid": 0, "unlockid": 0, "previoustage": 1100504, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13061", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -6262,7 +6130,6 @@ "FormatList": [ 105051 ], - "captainId": 140055, "star": [ 1, 1, @@ -6280,37 +6147,25 @@ ] }, { - "id": 1100162, + "id": 1100229, "chapterid": 11005, "taskid": 0, "unlockid": 0, "previoustage": 1100505, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13062", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -6370,7 +6225,6 @@ "FormatList": [ 105061 ], - "captainId": 450015, "star": [ 1, 1, @@ -6388,37 +6242,25 @@ ] }, { - "id": 1100163, + "id": 1100230, "chapterid": 11005, "taskid": 0, "unlockid": 0, "previoustage": 1100506, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13063", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -6478,7 +6320,6 @@ "FormatList": [ 105071 ], - "captainId": 240045, "star": [ 1, 1, @@ -6496,37 +6337,25 @@ ] }, { - "id": 1100164, + "id": 1100231, "chapterid": 11005, "taskid": 0, "unlockid": 0, "previoustage": 1100507, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13064", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -6586,7 +6415,6 @@ "FormatList": [ 105081 ], - "captainId": 240025, "star": [ 1, 1, @@ -6604,37 +6432,25 @@ ] }, { - "id": 1100165, + "id": 1100232, "chapterid": 11006, "taskid": 0, "unlockid": 0, "previoustage": 1100508, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13065", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -6694,7 +6510,6 @@ "FormatList": [ 126011 ], - "captainId": 450015, "star": [ 1, 1, @@ -6712,37 +6527,25 @@ ] }, { - "id": 1100166, + "id": 1100233, "chapterid": 11006, "taskid": 0, "unlockid": 0, "previoustage": 1100601, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13066", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -6802,7 +6605,6 @@ "FormatList": [ 106021 ], - "captainId": 240025, "star": [ 1, 1, @@ -6820,37 +6622,25 @@ ] }, { - "id": 1100167, + "id": 1100234, "chapterid": 11006, "taskid": 0, "unlockid": 0, "previoustage": 1100602, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13067", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -6910,7 +6700,6 @@ "FormatList": [ 106031 ], - "captainId": 240045, "star": [ 1, 1, @@ -6928,37 +6717,25 @@ ] }, { - "id": 1100168, + "id": 1100235, "chapterid": 11006, "taskid": 0, "unlockid": 0, "previoustage": 1100603, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13068", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7018,7 +6795,6 @@ "FormatList": [ 106041 ], - "captainId": 150035, "star": [ 1, 1, @@ -7036,37 +6812,25 @@ ] }, { - "id": 1100169, + "id": 1100236, "chapterid": 11006, "taskid": 0, "unlockid": 0, "previoustage": 1100604, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13069", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7126,7 +6890,6 @@ "FormatList": [ 106051 ], - "captainId": 440065, "star": [ 1, 1, @@ -7144,37 +6907,25 @@ ] }, { - "id": 1100170, + "id": 1100237, "chapterid": 11006, "taskid": 0, "unlockid": 0, "previoustage": 1100605, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13070", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7234,7 +6985,6 @@ "FormatList": [ 106061 ], - "captainId": 140055, "star": [ 1, 1, @@ -7252,37 +7002,25 @@ ] }, { - "id": 1100171, + "id": 1100238, "chapterid": 11006, "taskid": 0, "unlockid": 0, "previoustage": 1100606, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13071", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7342,7 +7080,6 @@ "FormatList": [ 106071 ], - "captainId": 150035, "star": [ 1, 1, @@ -7360,37 +7097,25 @@ ] }, { - "id": 1100172, + "id": 1100239, "chapterid": 11006, "taskid": 0, "unlockid": 0, "previoustage": 1100607, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13072", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7450,7 +7175,6 @@ "FormatList": [ 106081 ], - "captainId": 150035, "star": [ 1, 1, @@ -7468,37 +7192,25 @@ ] }, { - "id": 1100173, + "id": 1100240, "chapterid": 11007, "taskid": 0, "unlockid": 0, "previoustage": 1100608, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13073", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7558,7 +7270,6 @@ "FormatList": [ 127011 ], - "captainId": 150035, "star": [ 1, 1, @@ -7576,37 +7287,25 @@ ] }, { - "id": 1100174, + "id": 1100241, "chapterid": 11007, "taskid": 0, "unlockid": 0, "previoustage": 1100701, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13074", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7666,7 +7365,6 @@ "FormatList": [ 107021 ], - "captainId": 350015, "star": [ 1, 1, @@ -7684,37 +7382,25 @@ ] }, { - "id": 1100175, + "id": 1100242, "chapterid": 11007, "taskid": 0, "unlockid": 0, "previoustage": 1100702, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13075", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7774,7 +7460,6 @@ "FormatList": [ 107031 ], - "captainId": 440065, "star": [ 1, 1, @@ -7792,37 +7477,25 @@ ] }, { - "id": 1100176, + "id": 1100243, "chapterid": 11007, "taskid": 0, "unlockid": 0, "previoustage": 1100703, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13076", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7882,7 +7555,6 @@ "FormatList": [ 107041 ], - "captainId": 140055, "star": [ 1, 1, @@ -7900,37 +7572,25 @@ ] }, { - "id": 1100177, + "id": 1100244, "chapterid": 11007, "taskid": 0, "unlockid": 0, "previoustage": 1100704, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13077", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -7990,7 +7650,6 @@ "FormatList": [ 107051 ], - "captainId": 440065, "star": [ 1, 1, @@ -8008,37 +7667,25 @@ ] }, { - "id": 1100178, + "id": 1100245, "chapterid": 11007, "taskid": 0, "unlockid": 0, "previoustage": 1100705, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13078", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -8098,7 +7745,6 @@ "FormatList": [ 107061 ], - "captainId": 350015, "star": [ 1, 1, @@ -8116,37 +7762,25 @@ ] }, { - "id": 1100179, + "id": 1100246, "chapterid": 11007, "taskid": 0, "unlockid": 0, "previoustage": 1100706, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13079", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -8206,7 +7840,6 @@ "FormatList": [ 107071 ], - "captainId": 450015, "star": [ 1, 1, @@ -8224,37 +7857,25 @@ ] }, { - "id": 1100180, + "id": 1100247, "chapterid": 11007, "taskid": 0, "unlockid": 0, "previoustage": 1100707, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13080", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -8314,7 +7935,6 @@ "FormatList": [ 107081 ], - "captainId": 440065, "star": [ 1, 1, @@ -8332,37 +7952,25 @@ ] }, { - "id": 1100181, + "id": 1100248, "chapterid": 11008, "taskid": 0, "unlockid": 0, "previoustage": 1100708, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13081", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -8422,7 +8030,6 @@ "FormatList": [ 128011 ], - "captainId": 440065, "star": [ 1, 1, @@ -8440,37 +8047,25 @@ ] }, { - "id": 1100182, + "id": 1100249, "chapterid": 11008, "taskid": 0, "unlockid": 0, "previoustage": 1100801, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13082", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -8530,7 +8125,6 @@ "FormatList": [ 108021 ], - "captainId": 140055, "star": [ 1, 1, @@ -8548,37 +8142,25 @@ ] }, { - "id": 1100183, + "id": 1100250, "chapterid": 11008, "taskid": 0, "unlockid": 0, "previoustage": 1100802, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13083", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -8638,7 +8220,6 @@ "FormatList": [ 108031 ], - "captainId": 150035, "star": [ 1, 1, @@ -8656,37 +8237,25 @@ ] }, { - "id": 1100184, + "id": 1100251, "chapterid": 11008, "taskid": 0, "unlockid": 0, "previoustage": 1100803, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13084", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -8746,7 +8315,6 @@ "FormatList": [ 108041 ], - "captainId": 240025, "star": [ 1, 1, @@ -8764,37 +8332,25 @@ ] }, { - "id": 1100185, + "id": 1100252, "chapterid": 11008, "taskid": 0, "unlockid": 0, "previoustage": 1100804, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13085", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -8854,7 +8410,6 @@ "FormatList": [ 108051 ], - "captainId": 450015, "star": [ 1, 1, @@ -8872,37 +8427,25 @@ ] }, { - "id": 1100186, + "id": 1100253, "chapterid": 11008, "taskid": 0, "unlockid": 0, "previoustage": 1100805, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13086", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -8962,7 +8505,6 @@ "FormatList": [ 108061 ], - "captainId": 240025, "star": [ 1, 1, @@ -8980,37 +8522,25 @@ ] }, { - "id": 1100187, + "id": 1100254, "chapterid": 11008, "taskid": 0, "unlockid": 0, "previoustage": 1100806, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13087", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -9070,7 +8600,6 @@ "FormatList": [ 108071 ], - "captainId": 440065, "star": [ 1, 1, @@ -9088,37 +8617,25 @@ ] }, { - "id": 1100188, + "id": 1100255, "chapterid": 11008, "taskid": 0, "unlockid": 0, "previoustage": 1100807, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13088", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -9178,7 +8695,6 @@ "FormatList": [ 108081 ], - "captainId": 440065, "star": [ 1, 1, @@ -9196,37 +8712,25 @@ ] }, { - "id": 1100189, + "id": 1100256, "chapterid": 11009, "taskid": 0, "unlockid": 0, "previoustage": 1100808, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13089", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -9286,7 +8790,6 @@ "FormatList": [ 129011 ], - "captainId": 150035, "star": [ 1, 1, @@ -9304,37 +8807,25 @@ ] }, { - "id": 1100190, + "id": 1100257, "chapterid": 11009, "taskid": 0, "unlockid": 0, "previoustage": 1100901, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13090", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -9394,7 +8885,6 @@ "FormatList": [ 109021 ], - "captainId": 150035, "star": [ 1, 1, @@ -9412,37 +8902,25 @@ ] }, { - "id": 1100191, + "id": 1100258, "chapterid": 11009, "taskid": 0, "unlockid": 0, "previoustage": 1100902, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13091", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -9502,7 +8980,6 @@ "FormatList": [ 109031 ], - "captainId": 350015, "star": [ 1, 1, @@ -9520,37 +8997,25 @@ ] }, { - "id": 1100192, + "id": 1100259, "chapterid": 11009, "taskid": 0, "unlockid": 0, "previoustage": 1100903, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13092", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -9610,7 +9075,6 @@ "FormatList": [ 109041 ], - "captainId": 350015, "star": [ 1, 1, @@ -9628,37 +9092,25 @@ ] }, { - "id": 1100193, + "id": 1100260, "chapterid": 11009, "taskid": 0, "unlockid": 0, "previoustage": 1100904, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13093", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -9718,7 +9170,6 @@ "FormatList": [ 109051 ], - "captainId": 140055, "star": [ 1, 1, @@ -9736,37 +9187,25 @@ ] }, { - "id": 1100194, + "id": 1100261, "chapterid": 11009, "taskid": 0, "unlockid": 0, "previoustage": 1100905, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13094", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -9826,7 +9265,6 @@ "FormatList": [ 109061 ], - "captainId": 440065, "star": [ 1, 1, @@ -9844,37 +9282,25 @@ ] }, { - "id": 1100195, + "id": 1100262, "chapterid": 11009, "taskid": 0, "unlockid": 0, "previoustage": 1100906, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13095", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -9934,7 +9360,6 @@ "FormatList": [ 109071 ], - "captainId": 240045, "star": [ 1, 1, @@ -9952,37 +9377,25 @@ ] }, { - "id": 1100196, + "id": 1100263, "chapterid": 11009, "taskid": 0, "unlockid": 0, "previoustage": 1100907, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13096", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -10042,7 +9455,6 @@ "FormatList": [ 109081 ], - "captainId": 140055, "star": [ 1, 1, @@ -10060,37 +9472,25 @@ ] }, { - "id": 1100197, + "id": 1100264, "chapterid": 11010, "taskid": 0, "unlockid": 0, "previoustage": 1100908, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13097", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -10150,7 +9550,6 @@ "FormatList": [ 130011 ], - "captainId": 240045, "star": [ 1, 1, @@ -10168,37 +9567,25 @@ ] }, { - "id": 1100198, + "id": 1100265, "chapterid": 11010, "taskid": 0, "unlockid": 0, "previoustage": 1101001, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13098", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -10258,7 +9645,6 @@ "FormatList": [ 110021 ], - "captainId": 150035, "star": [ 1, 1, @@ -10276,37 +9662,25 @@ ] }, { - "id": 1100199, + "id": 1100266, "chapterid": 11010, "taskid": 0, "unlockid": 0, "previoustage": 1101002, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13099", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -10366,7 +9740,6 @@ "FormatList": [ 110031 ], - "captainId": 140055, "star": [ 1, 1, @@ -10384,37 +9757,25 @@ ] }, { - "id": 1100200, + "id": 1100267, "chapterid": 11010, "taskid": 0, "unlockid": 0, "previoustage": 1101003, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13100", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -10474,7 +9835,6 @@ "FormatList": [ 110041 ], - "captainId": 450015, "star": [ 1, 1, @@ -10492,37 +9852,25 @@ ] }, { - "id": 1100201, + "id": 1100268, "chapterid": 11010, "taskid": 0, "unlockid": 0, "previoustage": 1101004, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13101", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -10582,7 +9930,6 @@ "FormatList": [ 110051 ], - "captainId": 350015, "star": [ 1, 1, @@ -10600,37 +9947,25 @@ ] }, { - "id": 1100202, + "id": 1100269, "chapterid": 11010, "taskid": 0, "unlockid": 0, "previoustage": 1101005, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13102", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -10690,7 +10025,6 @@ "FormatList": [ 110061 ], - "captainId": 150035, "star": [ 1, 1, @@ -10708,37 +10042,25 @@ ] }, { - "id": 1100203, + "id": 1100270, "chapterid": 11010, "taskid": 0, "unlockid": 0, "previoustage": 1101006, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13103", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -10798,7 +10120,6 @@ "FormatList": [ 110071 ], - "captainId": 240045, "star": [ 1, 1, @@ -10816,37 +10137,25 @@ ] }, { - "id": 1100204, + "id": 1100271, "chapterid": 11010, "taskid": 0, "unlockid": 0, "previoustage": 1101007, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13104", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -10906,7 +10215,6 @@ "FormatList": [ 110081 ], - "captainId": 240045, "star": [ 1, 1, @@ -10924,37 +10232,25 @@ ] }, { - "id": 1100205, + "id": 1100272, "chapterid": 11011, "taskid": 0, "unlockid": 0, "previoustage": 1101008, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13105", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11014,7 +10310,6 @@ "FormatList": [ 131011 ], - "captainId": 140055, "star": [ 1, 1, @@ -11032,37 +10327,25 @@ ] }, { - "id": 1100206, + "id": 1100273, "chapterid": 11011, "taskid": 0, "unlockid": 0, "previoustage": 1101101, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13106", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11122,7 +10405,6 @@ "FormatList": [ 111021 ], - "captainId": 440065, "star": [ 1, 1, @@ -11140,37 +10422,25 @@ ] }, { - "id": 1100207, + "id": 1100274, "chapterid": 11011, "taskid": 0, "unlockid": 0, "previoustage": 1101102, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13107", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11230,7 +10500,6 @@ "FormatList": [ 111031 ], - "captainId": 150035, "star": [ 1, 1, @@ -11248,37 +10517,25 @@ ] }, { - "id": 1100208, + "id": 1100275, "chapterid": 11011, "taskid": 0, "unlockid": 0, "previoustage": 1101103, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13108", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11338,7 +10595,6 @@ "FormatList": [ 111041 ], - "captainId": 450015, "star": [ 1, 1, @@ -11356,37 +10612,25 @@ ] }, { - "id": 1100209, + "id": 1100276, "chapterid": 11011, "taskid": 0, "unlockid": 0, "previoustage": 1101104, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13109", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11446,7 +10690,6 @@ "FormatList": [ 111051 ], - "captainId": 440065, "star": [ 1, 1, @@ -11464,37 +10707,25 @@ ] }, { - "id": 1100210, + "id": 1100277, "chapterid": 11011, "taskid": 0, "unlockid": 0, "previoustage": 1101105, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13110", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11554,7 +10785,6 @@ "FormatList": [ 111061 ], - "captainId": 150035, "star": [ 1, 1, @@ -11572,37 +10802,25 @@ ] }, { - "id": 1100211, + "id": 1100278, "chapterid": 11011, "taskid": 0, "unlockid": 0, "previoustage": 1101106, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13111", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11662,7 +10880,6 @@ "FormatList": [ 111071 ], - "captainId": 240025, "star": [ 1, 1, @@ -11680,37 +10897,25 @@ ] }, { - "id": 1100212, + "id": 1100279, "chapterid": 11011, "taskid": 0, "unlockid": 0, "previoustage": 1101107, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13112", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11770,7 +10975,6 @@ "FormatList": [ 111081 ], - "captainId": 240045, "star": [ 1, 1, @@ -11788,37 +10992,25 @@ ] }, { - "id": 1100213, + "id": 1100280, "chapterid": 11012, "taskid": 0, "unlockid": 0, "previoustage": 1101108, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13113", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11878,7 +11070,6 @@ "FormatList": [ 132011 ], - "captainId": 440065, "star": [ 1, 1, @@ -11896,37 +11087,25 @@ ] }, { - "id": 1100214, + "id": 1100281, "chapterid": 11012, "taskid": 0, "unlockid": 0, "previoustage": 1101201, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13114", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -11986,7 +11165,6 @@ "FormatList": [ 112021 ], - "captainId": 350015, "star": [ 1, 1, @@ -12004,37 +11182,25 @@ ] }, { - "id": 1100215, + "id": 1100282, "chapterid": 11012, "taskid": 0, "unlockid": 0, "previoustage": 1101202, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13115", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -12094,7 +11260,6 @@ "FormatList": [ 112031 ], - "captainId": 350015, "star": [ 1, 1, @@ -12112,37 +11277,25 @@ ] }, { - "id": 1100216, + "id": 1100283, "chapterid": 11012, "taskid": 0, "unlockid": 0, "previoustage": 1101203, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13116", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -12202,7 +11355,6 @@ "FormatList": [ 112041 ], - "captainId": 150035, "star": [ 1, 1, @@ -12220,37 +11372,25 @@ ] }, { - "id": 1100217, + "id": 1100284, "chapterid": 11012, "taskid": 0, "unlockid": 0, "previoustage": 1101204, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13117", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -12310,7 +11450,6 @@ "FormatList": [ 112051 ], - "captainId": 450015, "star": [ 1, 1, @@ -12328,37 +11467,25 @@ ] }, { - "id": 1100218, + "id": 1100285, "chapterid": 11012, "taskid": 0, "unlockid": 0, "previoustage": 1101205, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13118", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -12418,7 +11545,6 @@ "FormatList": [ 112061 ], - "captainId": 350015, "star": [ 1, 1, @@ -12436,37 +11562,25 @@ ] }, { - "id": 1100219, + "id": 1100286, "chapterid": 11012, "taskid": 0, "unlockid": 0, "previoustage": 1101206, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13119", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -12526,7 +11640,6 @@ "FormatList": [ 112071 ], - "captainId": 440065, "star": [ 1, 1, @@ -12544,37 +11657,25 @@ ] }, { - "id": 1100220, + "id": 1100287, "chapterid": 11012, "taskid": 0, "unlockid": 0, "previoustage": 1101207, "Episodetype": 1, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13120", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -12634,7 +11735,6 @@ "FormatList": [ 112081 ], - "captainId": 240045, "star": [ 1, 1, @@ -12652,37 +11752,25 @@ ] }, { - "id": 1100221, + "id": 1100288, "chapterid": 12001, "taskid": 0, "unlockid": 0, "previoustage": 0, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13121", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -12742,7 +11830,6 @@ "FormatList": [ 121011 ], - "captainId": 450035, "star": [ 1, 1, @@ -12760,37 +11847,25 @@ ] }, { - "id": 1100222, + "id": 1100289, "chapterid": 12001, "taskid": 0, "unlockid": 0, "previoustage": 1200101, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13122", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -12850,7 +11925,6 @@ "FormatList": [ 121021 ], - "captainId": 530025, "star": [ 1, 1, @@ -12868,37 +11942,25 @@ ] }, { - "id": 1100223, + "id": 1100290, "chapterid": 12001, "taskid": 0, "unlockid": 0, "previoustage": 1200102, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13123", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -12958,7 +12020,6 @@ "FormatList": [ 121031 ], - "captainId": 530025, "star": [ 1, 1, @@ -12976,37 +12037,25 @@ ] }, { - "id": 1100224, + "id": 1100291, "chapterid": 12001, "taskid": 0, "unlockid": 0, "previoustage": 1200103, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13124", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -13066,7 +12115,6 @@ "FormatList": [ 121041 ], - "captainId": 130025, "star": [ 1, 1, @@ -13084,37 +12132,25 @@ ] }, { - "id": 1100225, + "id": 1100292, "chapterid": 12001, "taskid": 0, "unlockid": 0, "previoustage": 1200104, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13125", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -13174,7 +12210,6 @@ "FormatList": [ 121051 ], - "captainId": 530025, "star": [ 1, 1, @@ -13192,37 +12227,25 @@ ] }, { - "id": 1100226, + "id": 1100293, "chapterid": 12001, "taskid": 0, "unlockid": 0, "previoustage": 1200105, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13126", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -13282,7 +12305,6 @@ "FormatList": [ 121061 ], - "captainId": 450035, "star": [ 1, 1, @@ -13300,37 +12322,25 @@ ] }, { - "id": 1100227, + "id": 1100294, "chapterid": 12001, "taskid": 0, "unlockid": 0, "previoustage": 1200106, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13127", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -13390,7 +12400,6 @@ "FormatList": [ 121071 ], - "captainId": 450035, "star": [ 1, 1, @@ -13408,37 +12417,25 @@ ] }, { - "id": 1100228, + "id": 1100295, "chapterid": 12001, "taskid": 0, "unlockid": 0, "previoustage": 1200107, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13128", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -13498,7 +12495,6 @@ "FormatList": [ 121081 ], - "captainId": 550025, "star": [ 1, 1, @@ -13516,37 +12512,25 @@ ] }, { - "id": 1100229, + "id": 1100296, "chapterid": 12002, "taskid": 0, "unlockid": 0, "previoustage": 1200108, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13129", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -13606,7 +12590,6 @@ "FormatList": [ 122011 ], - "captainId": 530025, "star": [ 1, 1, @@ -13624,37 +12607,25 @@ ] }, { - "id": 1100230, + "id": 1100297, "chapterid": 12002, "taskid": 0, "unlockid": 0, "previoustage": 1200201, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13130", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -13714,7 +12685,6 @@ "FormatList": [ 122021 ], - "captainId": 440065, "star": [ 1, 1, @@ -13732,37 +12702,25 @@ ] }, { - "id": 1100231, + "id": 1100298, "chapterid": 12002, "taskid": 0, "unlockid": 0, "previoustage": 1200202, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13131", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -13822,7 +12780,6 @@ "FormatList": [ 122031 ], - "captainId": 510055, "star": [ 1, 1, @@ -13840,37 +12797,25 @@ ] }, { - "id": 1100232, + "id": 1100299, "chapterid": 12002, "taskid": 0, "unlockid": 0, "previoustage": 1200203, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13132", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -13930,7 +12875,6 @@ "FormatList": [ 122041 ], - "captainId": 530025, "star": [ 1, 1, @@ -13948,37 +12892,25 @@ ] }, { - "id": 1100233, + "id": 1100300, "chapterid": 12002, "taskid": 0, "unlockid": 0, "previoustage": 1200204, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13133", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -14038,7 +12970,6 @@ "FormatList": [ 122051 ], - "captainId": 530025, "star": [ 1, 1, @@ -14056,37 +12987,25 @@ ] }, { - "id": 1100234, + "id": 1100301, "chapterid": 12002, "taskid": 0, "unlockid": 0, "previoustage": 1200205, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13134", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -14146,7 +13065,6 @@ "FormatList": [ 122061 ], - "captainId": 530035, "star": [ 1, 1, @@ -14164,37 +13082,25 @@ ] }, { - "id": 1100235, + "id": 1100302, "chapterid": 12002, "taskid": 0, "unlockid": 0, "previoustage": 1200206, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13135", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -14254,7 +13160,6 @@ "FormatList": [ 122071 ], - "captainId": 240045, "star": [ 1, 1, @@ -14272,37 +13177,25 @@ ] }, { - "id": 1100236, + "id": 1100303, "chapterid": 12002, "taskid": 0, "unlockid": 0, "previoustage": 1200207, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13136", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -14362,7 +13255,6 @@ "FormatList": [ 122081 ], - "captainId": 240045, "star": [ 1, 1, @@ -14380,37 +13272,25 @@ ] }, { - "id": 1100237, + "id": 1100304, "chapterid": 12003, "taskid": 0, "unlockid": 0, "previoustage": 1200208, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13137", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -14470,7 +13350,6 @@ "FormatList": [ 123011 ], - "captainId": 430025, "star": [ 1, 1, @@ -14488,37 +13367,25 @@ ] }, { - "id": 1100238, + "id": 1100305, "chapterid": 12003, "taskid": 0, "unlockid": 0, "previoustage": 1200301, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13138", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -14578,7 +13445,6 @@ "FormatList": [ 123021 ], - "captainId": 430035, "star": [ 1, 1, @@ -14596,37 +13462,25 @@ ] }, { - "id": 1100239, + "id": 1100306, "chapterid": 12003, "taskid": 0, "unlockid": 0, "previoustage": 1200302, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13139", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -14686,7 +13540,6 @@ "FormatList": [ 123031 ], - "captainId": 340055, "star": [ 1, 1, @@ -14704,37 +13557,25 @@ ] }, { - "id": 1100240, + "id": 1100307, "chapterid": 12003, "taskid": 0, "unlockid": 0, "previoustage": 1200303, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13140", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -14794,7 +13635,6 @@ "FormatList": [ 123041 ], - "captainId": 240015, "star": [ 1, 1, @@ -14812,37 +13652,25 @@ ] }, { - "id": 1100241, + "id": 1100308, "chapterid": 12003, "taskid": 0, "unlockid": 0, "previoustage": 1200304, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13141", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -14902,7 +13730,6 @@ "FormatList": [ 123051 ], - "captainId": 340055, "star": [ 1, 1, @@ -14920,37 +13747,25 @@ ] }, { - "id": 1100242, + "id": 1100309, "chapterid": 12003, "taskid": 0, "unlockid": 0, "previoustage": 1200305, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13142", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15010,7 +13825,6 @@ "FormatList": [ 123061 ], - "captainId": 240045, "star": [ 1, 1, @@ -15028,37 +13842,25 @@ ] }, { - "id": 1100243, + "id": 1100310, "chapterid": 12003, "taskid": 0, "unlockid": 0, "previoustage": 1200306, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13143", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15118,7 +13920,6 @@ "FormatList": [ 123071 ], - "captainId": 430025, "star": [ 1, 1, @@ -15136,37 +13937,25 @@ ] }, { - "id": 1100244, + "id": 1100311, "chapterid": 12003, "taskid": 0, "unlockid": 0, "previoustage": 1200307, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13144", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15226,7 +14015,6 @@ "FormatList": [ 123081 ], - "captainId": 240045, "star": [ 1, 1, @@ -15244,37 +14032,25 @@ ] }, { - "id": 1100245, + "id": 1100312, "chapterid": 12004, "taskid": 0, "unlockid": 0, "previoustage": 1200308, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13145", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15334,7 +14110,6 @@ "FormatList": [ 124011 ], - "captainId": 330035, "star": [ 1, 1, @@ -15352,37 +14127,25 @@ ] }, { - "id": 1100246, + "id": 1100313, "chapterid": 12004, "taskid": 0, "unlockid": 0, "previoustage": 1200401, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13146", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15442,7 +14205,6 @@ "FormatList": [ 124021 ], - "captainId": 140035, "star": [ 1, 1, @@ -15460,37 +14222,25 @@ ] }, { - "id": 1100247, + "id": 1100314, "chapterid": 12004, "taskid": 0, "unlockid": 0, "previoustage": 1200402, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13147", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15550,7 +14300,6 @@ "FormatList": [ 124031 ], - "captainId": 340065, "star": [ 1, 1, @@ -15568,37 +14317,25 @@ ] }, { - "id": 1100248, + "id": 1100315, "chapterid": 12004, "taskid": 0, "unlockid": 0, "previoustage": 1200403, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13148", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15658,7 +14395,6 @@ "FormatList": [ 124041 ], - "captainId": 240045, "star": [ 1, 1, @@ -15676,37 +14412,25 @@ ] }, { - "id": 1100249, + "id": 1100316, "chapterid": 12004, "taskid": 0, "unlockid": 0, "previoustage": 1200404, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13149", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15766,7 +14490,6 @@ "FormatList": [ 124051 ], - "captainId": 240045, "star": [ 1, 1, @@ -15784,37 +14507,25 @@ ] }, { - "id": 1100250, + "id": 1100317, "chapterid": 12004, "taskid": 0, "unlockid": 0, "previoustage": 1200405, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13150", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15874,7 +14585,6 @@ "FormatList": [ 124061 ], - "captainId": 240045, "star": [ 1, 1, @@ -15892,37 +14602,25 @@ ] }, { - "id": 1100251, + "id": 1100318, "chapterid": 12004, "taskid": 0, "unlockid": 0, "previoustage": 1200406, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13151", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -15982,7 +14680,6 @@ "FormatList": [ 124071 ], - "captainId": 340075, "star": [ 1, 1, @@ -16000,37 +14697,25 @@ ] }, { - "id": 1100252, + "id": 1100319, "chapterid": 12004, "taskid": 0, "unlockid": 0, "previoustage": 1200407, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13152", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -16090,7 +14775,6 @@ "FormatList": [ 124081 ], - "captainId": 130045, "star": [ 1, 1, @@ -16108,37 +14792,25 @@ ] }, { - "id": 1100253, + "id": 1100320, "chapterid": 12005, "taskid": 0, "unlockid": 0, "previoustage": 1200408, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13153", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -16198,7 +14870,6 @@ "FormatList": [ 125011 ], - "captainId": 440065, "star": [ 1, 1, @@ -16216,37 +14887,25 @@ ] }, { - "id": 1100254, + "id": 1100321, "chapterid": 12005, "taskid": 0, "unlockid": 0, "previoustage": 1200501, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13154", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -16306,7 +14965,6 @@ "FormatList": [ 125021 ], - "captainId": 150035, "star": [ 1, 1, @@ -16324,37 +14982,25 @@ ] }, { - "id": 1100255, + "id": 1100322, "chapterid": 12005, "taskid": 0, "unlockid": 0, "previoustage": 1200502, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13155", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -16414,7 +15060,6 @@ "FormatList": [ 125031 ], - "captainId": 450015, "star": [ 1, 1, @@ -16432,37 +15077,25 @@ ] }, { - "id": 1100256, + "id": 1100323, "chapterid": 12005, "taskid": 0, "unlockid": 0, "previoustage": 1200503, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13156", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -16522,7 +15155,6 @@ "FormatList": [ 125041 ], - "captainId": 440065, "star": [ 1, 1, @@ -16540,37 +15172,25 @@ ] }, { - "id": 1100257, + "id": 1100324, "chapterid": 12005, "taskid": 0, "unlockid": 0, "previoustage": 1200504, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13157", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -16630,7 +15250,6 @@ "FormatList": [ 125051 ], - "captainId": 140055, "star": [ 1, 1, @@ -16648,37 +15267,25 @@ ] }, { - "id": 1100258, + "id": 1100325, "chapterid": 12005, "taskid": 0, "unlockid": 0, "previoustage": 1200505, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13158", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -16738,7 +15345,6 @@ "FormatList": [ 125061 ], - "captainId": 450015, "star": [ 1, 1, @@ -16756,37 +15362,25 @@ ] }, { - "id": 1100259, + "id": 1100326, "chapterid": 12005, "taskid": 0, "unlockid": 0, "previoustage": 1200506, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13159", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -16846,7 +15440,6 @@ "FormatList": [ 125071 ], - "captainId": 240045, "star": [ 1, 1, @@ -16864,37 +15457,25 @@ ] }, { - "id": 1100260, + "id": 1100327, "chapterid": 12005, "taskid": 0, "unlockid": 0, "previoustage": 1200507, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13160", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -16954,7 +15535,6 @@ "FormatList": [ 125081 ], - "captainId": 240025, "star": [ 1, 1, @@ -16972,37 +15552,25 @@ ] }, { - "id": 1100261, + "id": 1100328, "chapterid": 12006, "taskid": 0, "unlockid": 0, "previoustage": 1200508, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13161", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -17062,7 +15630,6 @@ "FormatList": [ 126011 ], - "captainId": 450015, "star": [ 1, 1, @@ -17080,37 +15647,25 @@ ] }, { - "id": 1100262, + "id": 1100329, "chapterid": 12006, "taskid": 0, "unlockid": 0, "previoustage": 1200601, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13162", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -17170,7 +15725,6 @@ "FormatList": [ 126021 ], - "captainId": 240025, "star": [ 1, 1, @@ -17188,37 +15742,25 @@ ] }, { - "id": 1100263, + "id": 1100330, "chapterid": 12006, "taskid": 0, "unlockid": 0, "previoustage": 1200602, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13163", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -17278,7 +15820,6 @@ "FormatList": [ 126031 ], - "captainId": 240045, "star": [ 1, 1, @@ -17296,37 +15837,25 @@ ] }, { - "id": 1100264, + "id": 1100331, "chapterid": 12006, "taskid": 0, "unlockid": 0, "previoustage": 1200603, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13164", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -17386,7 +15915,6 @@ "FormatList": [ 126041 ], - "captainId": 150035, "star": [ 1, 1, @@ -17404,37 +15932,25 @@ ] }, { - "id": 1100265, + "id": 1100332, "chapterid": 12006, "taskid": 0, "unlockid": 0, "previoustage": 1200604, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13165", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -17494,7 +16010,6 @@ "FormatList": [ 126051 ], - "captainId": 440065, "star": [ 1, 1, @@ -17512,37 +16027,25 @@ ] }, { - "id": 1100266, + "id": 1100333, "chapterid": 12006, "taskid": 0, "unlockid": 0, "previoustage": 1200605, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13166", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -17602,7 +16105,6 @@ "FormatList": [ 126061 ], - "captainId": 140055, "star": [ 1, 1, @@ -17620,37 +16122,25 @@ ] }, { - "id": 1100267, + "id": 1100334, "chapterid": 12006, "taskid": 0, "unlockid": 0, "previoustage": 1200606, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13167", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -17710,7 +16200,6 @@ "FormatList": [ 126071 ], - "captainId": 150035, "star": [ 1, 1, @@ -17728,37 +16217,25 @@ ] }, { - "id": 1100268, + "id": 1100335, "chapterid": 12006, "taskid": 0, "unlockid": 0, "previoustage": 1200607, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13168", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -17818,7 +16295,6 @@ "FormatList": [ 126081 ], - "captainId": 150035, "star": [ 1, 1, @@ -17836,37 +16312,25 @@ ] }, { - "id": 1100269, + "id": 1100336, "chapterid": 12007, "taskid": 0, "unlockid": 0, "previoustage": 1200608, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13169", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -17926,7 +16390,6 @@ "FormatList": [ 127011 ], - "captainId": 150035, "star": [ 1, 1, @@ -17944,37 +16407,25 @@ ] }, { - "id": 1100270, + "id": 1100337, "chapterid": 12007, "taskid": 0, "unlockid": 0, "previoustage": 1200701, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13170", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -18034,7 +16485,6 @@ "FormatList": [ 127021 ], - "captainId": 350015, "star": [ 1, 1, @@ -18052,37 +16502,25 @@ ] }, { - "id": 1100271, + "id": 1100338, "chapterid": 12007, "taskid": 0, "unlockid": 0, "previoustage": 1200702, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13171", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -18142,7 +16580,6 @@ "FormatList": [ 127031 ], - "captainId": 440065, "star": [ 1, 1, @@ -18160,37 +16597,25 @@ ] }, { - "id": 1100272, + "id": 1100339, "chapterid": 12007, "taskid": 0, "unlockid": 0, "previoustage": 1200703, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13172", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -18250,7 +16675,6 @@ "FormatList": [ 127041 ], - "captainId": 140055, "star": [ 1, 1, @@ -18268,37 +16692,25 @@ ] }, { - "id": 1100273, + "id": 1100340, "chapterid": 12007, "taskid": 0, "unlockid": 0, "previoustage": 1200704, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13173", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -18358,7 +16770,6 @@ "FormatList": [ 127051 ], - "captainId": 440065, "star": [ 1, 1, @@ -18376,37 +16787,25 @@ ] }, { - "id": 1100274, + "id": 1100341, "chapterid": 12007, "taskid": 0, "unlockid": 0, "previoustage": 1200705, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13174", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -18466,7 +16865,6 @@ "FormatList": [ 127061 ], - "captainId": 350015, "star": [ 1, 1, @@ -18484,37 +16882,25 @@ ] }, { - "id": 1100275, + "id": 1100342, "chapterid": 12007, "taskid": 0, "unlockid": 0, "previoustage": 1200706, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13175", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -18574,7 +16960,6 @@ "FormatList": [ 127071 ], - "captainId": 450015, "star": [ 1, 1, @@ -18592,37 +16977,25 @@ ] }, { - "id": 1100276, + "id": 1100343, "chapterid": 12007, "taskid": 0, "unlockid": 0, "previoustage": 1200707, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13176", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -18682,7 +17055,6 @@ "FormatList": [ 127081 ], - "captainId": 440065, "star": [ 1, 1, @@ -18700,37 +17072,25 @@ ] }, { - "id": 1100277, + "id": 1100344, "chapterid": 12008, "taskid": 0, "unlockid": 0, "previoustage": 1200708, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13177", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -18790,7 +17150,6 @@ "FormatList": [ 128011 ], - "captainId": 440065, "star": [ 1, 1, @@ -18808,37 +17167,25 @@ ] }, { - "id": 1100278, + "id": 1100345, "chapterid": 12008, "taskid": 0, "unlockid": 0, "previoustage": 1200801, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13178", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -18898,7 +17245,6 @@ "FormatList": [ 128021 ], - "captainId": 140055, "star": [ 1, 1, @@ -18916,37 +17262,25 @@ ] }, { - "id": 1100279, + "id": 1100346, "chapterid": 12008, "taskid": 0, "unlockid": 0, "previoustage": 1200802, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13179", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19006,7 +17340,6 @@ "FormatList": [ 128031 ], - "captainId": 150035, "star": [ 1, 1, @@ -19024,37 +17357,25 @@ ] }, { - "id": 1100280, + "id": 1100347, "chapterid": 12008, "taskid": 0, "unlockid": 0, "previoustage": 1200803, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13180", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19114,7 +17435,6 @@ "FormatList": [ 128041 ], - "captainId": 240025, "star": [ 1, 1, @@ -19132,37 +17452,25 @@ ] }, { - "id": 1100281, + "id": 1100348, "chapterid": 12008, "taskid": 0, "unlockid": 0, "previoustage": 1200804, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13181", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19222,7 +17530,6 @@ "FormatList": [ 128051 ], - "captainId": 450015, "star": [ 1, 1, @@ -19240,37 +17547,25 @@ ] }, { - "id": 1100282, + "id": 1100349, "chapterid": 12008, "taskid": 0, "unlockid": 0, "previoustage": 1200805, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13182", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19330,7 +17625,6 @@ "FormatList": [ 128061 ], - "captainId": 240025, "star": [ 1, 1, @@ -19348,37 +17642,25 @@ ] }, { - "id": 1100283, + "id": 1100350, "chapterid": 12008, "taskid": 0, "unlockid": 0, "previoustage": 1200806, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13183", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19438,7 +17720,6 @@ "FormatList": [ 128071 ], - "captainId": 440065, "star": [ 1, 1, @@ -19456,37 +17737,25 @@ ] }, { - "id": 1100284, + "id": 1100351, "chapterid": 12008, "taskid": 0, "unlockid": 0, "previoustage": 1200807, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13184", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19546,7 +17815,6 @@ "FormatList": [ 128081 ], - "captainId": 440065, "star": [ 1, 1, @@ -19564,37 +17832,25 @@ ] }, { - "id": 1100285, + "id": 1100352, "chapterid": 12009, "taskid": 0, "unlockid": 0, "previoustage": 1200808, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13185", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19654,7 +17910,6 @@ "FormatList": [ 129011 ], - "captainId": 150035, "star": [ 1, 1, @@ -19672,37 +17927,25 @@ ] }, { - "id": 1100286, + "id": 1100353, "chapterid": 12009, "taskid": 0, "unlockid": 0, "previoustage": 1200901, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13186", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19762,7 +18005,6 @@ "FormatList": [ 129021 ], - "captainId": 150035, "star": [ 1, 1, @@ -19780,37 +18022,25 @@ ] }, { - "id": 1100287, + "id": 1100354, "chapterid": 12009, "taskid": 0, "unlockid": 0, "previoustage": 1200902, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13187", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19870,7 +18100,6 @@ "FormatList": [ 129031 ], - "captainId": 350015, "star": [ 1, 1, @@ -19888,37 +18117,25 @@ ] }, { - "id": 1100288, + "id": 1100355, "chapterid": 12009, "taskid": 0, "unlockid": 0, "previoustage": 1200903, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13188", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -19978,7 +18195,6 @@ "FormatList": [ 129041 ], - "captainId": 350015, "star": [ 1, 1, @@ -19996,37 +18212,25 @@ ] }, { - "id": 1100289, + "id": 1100356, "chapterid": 12009, "taskid": 0, "unlockid": 0, "previoustage": 1200904, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13189", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -20086,7 +18290,6 @@ "FormatList": [ 129051 ], - "captainId": 140055, "star": [ 1, 1, @@ -20104,37 +18307,25 @@ ] }, { - "id": 1100290, + "id": 1100357, "chapterid": 12009, "taskid": 0, "unlockid": 0, "previoustage": 1200905, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13190", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -20194,7 +18385,6 @@ "FormatList": [ 129061 ], - "captainId": 440065, "star": [ 1, 1, @@ -20212,37 +18402,25 @@ ] }, { - "id": 1100291, + "id": 1100358, "chapterid": 12009, "taskid": 0, "unlockid": 0, "previoustage": 1200906, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13191", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -20302,7 +18480,6 @@ "FormatList": [ 129071 ], - "captainId": 240045, "star": [ 1, 1, @@ -20320,37 +18497,25 @@ ] }, { - "id": 1100292, + "id": 1100359, "chapterid": 12009, "taskid": 0, "unlockid": 0, "previoustage": 1200907, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13192", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -20410,7 +18575,6 @@ "FormatList": [ 129081 ], - "captainId": 140055, "star": [ 1, 1, @@ -20428,37 +18592,25 @@ ] }, { - "id": 1100293, + "id": 1100360, "chapterid": 12010, "taskid": 0, "unlockid": 0, "previoustage": 1200908, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13193", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -20518,7 +18670,6 @@ "FormatList": [ 130011 ], - "captainId": 240045, "star": [ 1, 1, @@ -20536,37 +18687,25 @@ ] }, { - "id": 1100294, + "id": 1100361, "chapterid": 12010, "taskid": 0, "unlockid": 0, "previoustage": 1201001, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13194", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -20626,7 +18765,6 @@ "FormatList": [ 130021 ], - "captainId": 150035, "star": [ 1, 1, @@ -20644,37 +18782,25 @@ ] }, { - "id": 1100295, + "id": 1100362, "chapterid": 12010, "taskid": 0, "unlockid": 0, "previoustage": 1201002, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13195", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -20734,7 +18860,6 @@ "FormatList": [ 130031 ], - "captainId": 140055, "star": [ 1, 1, @@ -20752,37 +18877,25 @@ ] }, { - "id": 1100296, + "id": 1100363, "chapterid": 12010, "taskid": 0, "unlockid": 0, "previoustage": 1201003, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13196", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -20842,7 +18955,6 @@ "FormatList": [ 130041 ], - "captainId": 450015, "star": [ 1, 1, @@ -20860,37 +18972,25 @@ ] }, { - "id": 1100297, + "id": 1100364, "chapterid": 12010, "taskid": 0, "unlockid": 0, "previoustage": 1201004, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13197", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -20950,7 +19050,6 @@ "FormatList": [ 130051 ], - "captainId": 350015, "star": [ 1, 1, @@ -20968,37 +19067,25 @@ ] }, { - "id": 1100298, + "id": 1100365, "chapterid": 12010, "taskid": 0, "unlockid": 0, "previoustage": 1201005, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13198", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -21058,7 +19145,6 @@ "FormatList": [ 130061 ], - "captainId": 150035, "star": [ 1, 1, @@ -21076,37 +19162,25 @@ ] }, { - "id": 1100299, + "id": 1100366, "chapterid": 12010, "taskid": 0, "unlockid": 0, "previoustage": 1201006, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13199", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -21166,7 +19240,6 @@ "FormatList": [ 130071 ], - "captainId": 240045, "star": [ 1, 1, @@ -21184,37 +19257,25 @@ ] }, { - "id": 1100300, + "id": 1100367, "chapterid": 12010, "taskid": 0, "unlockid": 0, "previoustage": 1201007, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13200", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -21274,7 +19335,6 @@ "FormatList": [ 130081 ], - "captainId": 240045, "star": [ 1, 1, @@ -21292,37 +19352,25 @@ ] }, { - "id": 1100301, + "id": 1100368, "chapterid": 12011, "taskid": 0, "unlockid": 0, "previoustage": 1201008, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13201", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -21382,7 +19430,6 @@ "FormatList": [ 131011 ], - "captainId": 140055, "star": [ 1, 1, @@ -21400,37 +19447,25 @@ ] }, { - "id": 1100302, + "id": 1100369, "chapterid": 12011, "taskid": 0, "unlockid": 0, "previoustage": 1201101, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13202", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -21490,7 +19525,6 @@ "FormatList": [ 131021 ], - "captainId": 440065, "star": [ 1, 1, @@ -21508,37 +19542,25 @@ ] }, { - "id": 1100303, + "id": 1100370, "chapterid": 12011, "taskid": 0, "unlockid": 0, "previoustage": 1201102, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13203", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -21598,7 +19620,6 @@ "FormatList": [ 131031 ], - "captainId": 150035, "star": [ 1, 1, @@ -21616,37 +19637,25 @@ ] }, { - "id": 1100304, + "id": 1100371, "chapterid": 12011, "taskid": 0, "unlockid": 0, "previoustage": 1201103, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13204", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -21706,7 +19715,6 @@ "FormatList": [ 131041 ], - "captainId": 450015, "star": [ 1, 1, @@ -21724,37 +19732,25 @@ ] }, { - "id": 1100305, + "id": 1100372, "chapterid": 12011, "taskid": 0, "unlockid": 0, "previoustage": 1201104, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13205", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -21814,7 +19810,6 @@ "FormatList": [ 131051 ], - "captainId": 440065, "star": [ 1, 1, @@ -21832,37 +19827,25 @@ ] }, { - "id": 1100306, + "id": 1100373, "chapterid": 12011, "taskid": 0, "unlockid": 0, "previoustage": 1201105, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13206", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -21922,7 +19905,6 @@ "FormatList": [ 131061 ], - "captainId": 150035, "star": [ 1, 1, @@ -21940,37 +19922,25 @@ ] }, { - "id": 1100307, + "id": 1100374, "chapterid": 12011, "taskid": 0, "unlockid": 0, "previoustage": 1201106, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13207", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -22030,7 +20000,6 @@ "FormatList": [ 131071 ], - "captainId": 240025, "star": [ 1, 1, @@ -22048,37 +20017,25 @@ ] }, { - "id": 1100308, + "id": 1100375, "chapterid": 12011, "taskid": 0, "unlockid": 0, "previoustage": 1201107, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13208", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -22138,7 +20095,6 @@ "FormatList": [ 131081 ], - "captainId": 240045, "star": [ 1, 1, @@ -22156,37 +20112,25 @@ ] }, { - "id": 1100309, + "id": 1100376, "chapterid": 12012, "taskid": 0, "unlockid": 0, "previoustage": 1201108, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13209", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -22246,7 +20190,6 @@ "FormatList": [ 132011 ], - "captainId": 440065, "star": [ 1, 1, @@ -22264,37 +20207,25 @@ ] }, { - "id": 1100310, + "id": 1100377, "chapterid": 12012, "taskid": 0, "unlockid": 0, "previoustage": 1201201, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13210", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -22354,7 +20285,6 @@ "FormatList": [ 132021 ], - "captainId": 350015, "star": [ 1, 1, @@ -22372,37 +20302,25 @@ ] }, { - "id": 1100311, + "id": 1100378, "chapterid": 12012, "taskid": 0, "unlockid": 0, "previoustage": 1201202, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13211", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -22462,7 +20380,6 @@ "FormatList": [ 132031 ], - "captainId": 350015, "star": [ 1, 1, @@ -22480,37 +20397,25 @@ ] }, { - "id": 1100312, + "id": 1100379, "chapterid": 12012, "taskid": 0, "unlockid": 0, "previoustage": 1201203, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13212", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -22570,7 +20475,6 @@ "FormatList": [ 132041 ], - "captainId": 150035, "star": [ 1, 1, @@ -22588,37 +20492,25 @@ ] }, { - "id": 1100313, + "id": 1100380, "chapterid": 12012, "taskid": 0, "unlockid": 0, "previoustage": 1201204, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13213", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -22678,7 +20570,6 @@ "FormatList": [ 132051 ], - "captainId": 450015, "star": [ 1, 1, @@ -22696,37 +20587,25 @@ ] }, { - "id": 1100314, + "id": 1100381, "chapterid": 12012, "taskid": 0, "unlockid": 0, "previoustage": 1201205, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13214", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -22786,7 +20665,6 @@ "FormatList": [ 132061 ], - "captainId": 350015, "star": [ 1, 1, @@ -22804,37 +20682,25 @@ ] }, { - "id": 1100315, + "id": 1100382, "chapterid": 12012, "taskid": 0, "unlockid": 0, "previoustage": 1201206, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13215", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -22894,7 +20760,6 @@ "FormatList": [ 132071 ], - "captainId": 440065, "star": [ 1, 1, @@ -22912,37 +20777,25 @@ ] }, { - "id": 1100316, + "id": 1100383, "chapterid": 12012, "taskid": 0, "unlockid": 0, "previoustage": 1201207, "Episodetype": 2, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13216", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23002,7 +20855,6 @@ "FormatList": [ 132081 ], - "captainId": 240045, "star": [ 1, 1, @@ -23020,37 +20872,25 @@ ] }, { - "id": 1100317, + "id": 1100384, "chapterid": 13001, "taskid": 0, "unlockid": 0, "previoustage": 0, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13217", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23110,7 +20950,6 @@ "FormatList": [ 141011 ], - "captainId": 450035, "star": [ 1, 1, @@ -23128,37 +20967,25 @@ ] }, { - "id": 1100318, + "id": 1100385, "chapterid": 13001, "taskid": 0, "unlockid": 0, "previoustage": 1300101, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13218", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23218,7 +21045,6 @@ "FormatList": [ 141021 ], - "captainId": 530025, "star": [ 1, 1, @@ -23236,37 +21062,25 @@ ] }, { - "id": 1100319, + "id": 1100386, "chapterid": 13001, "taskid": 0, "unlockid": 0, "previoustage": 1300102, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13219", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23326,7 +21140,6 @@ "FormatList": [ 141031 ], - "captainId": 530025, "star": [ 1, 1, @@ -23344,37 +21157,25 @@ ] }, { - "id": 1100320, + "id": 1100387, "chapterid": 13001, "taskid": 0, "unlockid": 0, "previoustage": 1300103, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13220", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23434,7 +21235,6 @@ "FormatList": [ 141041 ], - "captainId": 130025, "star": [ 1, 1, @@ -23452,37 +21252,25 @@ ] }, { - "id": 1100321, + "id": 1100388, "chapterid": 13001, "taskid": 0, "unlockid": 0, "previoustage": 1300104, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13221", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23542,7 +21330,6 @@ "FormatList": [ 141051 ], - "captainId": 530025, "star": [ 1, 1, @@ -23560,37 +21347,25 @@ ] }, { - "id": 1100322, + "id": 1100389, "chapterid": 13001, "taskid": 0, "unlockid": 0, "previoustage": 1300105, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13222", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23650,7 +21425,6 @@ "FormatList": [ 141061 ], - "captainId": 450035, "star": [ 1, 1, @@ -23668,37 +21442,25 @@ ] }, { - "id": 1100323, + "id": 1100390, "chapterid": 13001, "taskid": 0, "unlockid": 0, "previoustage": 1300106, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13223", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23758,7 +21520,6 @@ "FormatList": [ 141071 ], - "captainId": 450035, "star": [ 1, 1, @@ -23776,37 +21537,25 @@ ] }, { - "id": 1100324, + "id": 1100391, "chapterid": 13001, "taskid": 0, "unlockid": 0, "previoustage": 1300107, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13224", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23866,7 +21615,6 @@ "FormatList": [ 141081 ], - "captainId": 550025, "star": [ 1, 1, @@ -23884,37 +21632,25 @@ ] }, { - "id": 1100325, + "id": 1100392, "chapterid": 13002, "taskid": 0, "unlockid": 0, "previoustage": 1300108, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13225", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -23974,7 +21710,6 @@ "FormatList": [ 142011 ], - "captainId": 530025, "star": [ 1, 1, @@ -23992,37 +21727,25 @@ ] }, { - "id": 1100326, + "id": 1100393, "chapterid": 13002, "taskid": 0, "unlockid": 0, "previoustage": 1300201, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13226", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -24082,7 +21805,6 @@ "FormatList": [ 142021 ], - "captainId": 440065, "star": [ 1, 1, @@ -24100,37 +21822,25 @@ ] }, { - "id": 1100327, + "id": 1100394, "chapterid": 13002, "taskid": 0, "unlockid": 0, "previoustage": 1300202, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13227", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -24190,7 +21900,6 @@ "FormatList": [ 142031 ], - "captainId": 510055, "star": [ 1, 1, @@ -24208,37 +21917,25 @@ ] }, { - "id": 1100328, + "id": 1100395, "chapterid": 13002, "taskid": 0, "unlockid": 0, "previoustage": 1300203, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13228", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -24298,7 +21995,6 @@ "FormatList": [ 142041 ], - "captainId": 530025, "star": [ 1, 1, @@ -24316,37 +22012,25 @@ ] }, { - "id": 1100329, + "id": 1100396, "chapterid": 13002, "taskid": 0, "unlockid": 0, "previoustage": 1300204, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13229", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -24406,7 +22090,6 @@ "FormatList": [ 142051 ], - "captainId": 530025, "star": [ 1, 1, @@ -24424,37 +22107,25 @@ ] }, { - "id": 1100330, + "id": 1100397, "chapterid": 13002, "taskid": 0, "unlockid": 0, "previoustage": 1300205, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13230", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -24514,7 +22185,6 @@ "FormatList": [ 142061 ], - "captainId": 530035, "star": [ 1, 1, @@ -24532,37 +22202,25 @@ ] }, { - "id": 1100331, + "id": 1100398, "chapterid": 13002, "taskid": 0, "unlockid": 0, "previoustage": 1300206, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13231", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -24622,7 +22280,6 @@ "FormatList": [ 142071 ], - "captainId": 240045, "star": [ 1, 1, @@ -24640,37 +22297,25 @@ ] }, { - "id": 1100332, + "id": 1100399, "chapterid": 13002, "taskid": 0, "unlockid": 0, "previoustage": 1300207, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13232", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -24730,7 +22375,6 @@ "FormatList": [ 142081 ], - "captainId": 240045, "star": [ 1, 1, @@ -24748,37 +22392,25 @@ ] }, { - "id": 1100333, + "id": 1100400, "chapterid": 13003, "taskid": 0, "unlockid": 0, "previoustage": 1300208, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13233", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -24838,7 +22470,6 @@ "FormatList": [ 143011 ], - "captainId": 430025, "star": [ 1, 1, @@ -24856,37 +22487,25 @@ ] }, { - "id": 1100334, + "id": 1100401, "chapterid": 13003, "taskid": 0, "unlockid": 0, "previoustage": 1300301, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13234", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -24946,7 +22565,6 @@ "FormatList": [ 143021 ], - "captainId": 430035, "star": [ 1, 1, @@ -24964,37 +22582,25 @@ ] }, { - "id": 1100335, + "id": 1100402, "chapterid": 13003, "taskid": 0, "unlockid": 0, "previoustage": 1300302, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13235", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -25054,7 +22660,6 @@ "FormatList": [ 143031 ], - "captainId": 340055, "star": [ 1, 1, @@ -25072,37 +22677,25 @@ ] }, { - "id": 1100336, + "id": 1100403, "chapterid": 13003, "taskid": 0, "unlockid": 0, "previoustage": 1300303, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13236", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -25162,7 +22755,6 @@ "FormatList": [ 143041 ], - "captainId": 240015, "star": [ 1, 1, @@ -25180,37 +22772,25 @@ ] }, { - "id": 1100337, + "id": 1100404, "chapterid": 13003, "taskid": 0, "unlockid": 0, "previoustage": 1300304, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13237", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -25270,7 +22850,6 @@ "FormatList": [ 143051 ], - "captainId": 340055, "star": [ 1, 1, @@ -25288,37 +22867,25 @@ ] }, { - "id": 1100338, + "id": 1100405, "chapterid": 13003, "taskid": 0, "unlockid": 0, "previoustage": 1300305, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13238", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -25378,7 +22945,6 @@ "FormatList": [ 143061 ], - "captainId": 240045, "star": [ 1, 1, @@ -25396,37 +22962,25 @@ ] }, { - "id": 1100339, + "id": 1100406, "chapterid": 13003, "taskid": 0, "unlockid": 0, "previoustage": 1300306, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13239", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -25486,7 +23040,6 @@ "FormatList": [ 143071 ], - "captainId": 430025, "star": [ 1, 1, @@ -25504,37 +23057,25 @@ ] }, { - "id": 1100340, + "id": 1100407, "chapterid": 13003, "taskid": 0, "unlockid": 0, "previoustage": 1300307, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13240", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -25594,7 +23135,6 @@ "FormatList": [ 143081 ], - "captainId": 240045, "star": [ 1, 1, @@ -25612,37 +23152,25 @@ ] }, { - "id": 1100341, + "id": 1100408, "chapterid": 13004, "taskid": 0, "unlockid": 0, "previoustage": 1300308, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13241", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -25702,7 +23230,6 @@ "FormatList": [ 144011 ], - "captainId": 330035, "star": [ 1, 1, @@ -25720,37 +23247,25 @@ ] }, { - "id": 1100342, + "id": 1100409, "chapterid": 13004, "taskid": 0, "unlockid": 0, "previoustage": 1300401, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13242", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -25810,7 +23325,6 @@ "FormatList": [ 144021 ], - "captainId": 140035, "star": [ 1, 1, @@ -25828,37 +23342,25 @@ ] }, { - "id": 1100343, + "id": 1100410, "chapterid": 13004, "taskid": 0, "unlockid": 0, "previoustage": 1300402, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13243", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -25918,7 +23420,6 @@ "FormatList": [ 144031 ], - "captainId": 340065, "star": [ 1, 1, @@ -25936,37 +23437,25 @@ ] }, { - "id": 1100344, + "id": 1100411, "chapterid": 13004, "taskid": 0, "unlockid": 0, "previoustage": 1300403, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13244", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26026,7 +23515,6 @@ "FormatList": [ 144041 ], - "captainId": 240045, "star": [ 1, 1, @@ -26044,37 +23532,25 @@ ] }, { - "id": 1100345, + "id": 1100412, "chapterid": 13004, "taskid": 0, "unlockid": 0, "previoustage": 1300404, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13245", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26134,7 +23610,6 @@ "FormatList": [ 144051 ], - "captainId": 240045, "star": [ 1, 1, @@ -26152,37 +23627,25 @@ ] }, { - "id": 1100346, + "id": 1100413, "chapterid": 13004, "taskid": 0, "unlockid": 0, "previoustage": 1300405, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13246", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26242,7 +23705,6 @@ "FormatList": [ 144061 ], - "captainId": 240045, "star": [ 1, 1, @@ -26260,37 +23722,25 @@ ] }, { - "id": 1100347, + "id": 1100414, "chapterid": 13004, "taskid": 0, "unlockid": 0, "previoustage": 1300406, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13247", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26350,7 +23800,6 @@ "FormatList": [ 144071 ], - "captainId": 340075, "star": [ 1, 1, @@ -26368,37 +23817,25 @@ ] }, { - "id": 1100348, + "id": 1100415, "chapterid": 13004, "taskid": 0, "unlockid": 0, "previoustage": 1300407, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13248", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26458,7 +23895,6 @@ "FormatList": [ 144081 ], - "captainId": 130045, "star": [ 1, 1, @@ -26476,37 +23912,25 @@ ] }, { - "id": 1100349, + "id": 1100416, "chapterid": 13005, "taskid": 0, "unlockid": 0, "previoustage": 1300408, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13249", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26566,7 +23990,6 @@ "FormatList": [ 145011 ], - "captainId": 440065, "star": [ 1, 1, @@ -26584,37 +24007,25 @@ ] }, { - "id": 1100350, + "id": 1100417, "chapterid": 13005, "taskid": 0, "unlockid": 0, "previoustage": 1300501, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13250", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26674,7 +24085,6 @@ "FormatList": [ 145021 ], - "captainId": 150035, "star": [ 1, 1, @@ -26692,37 +24102,25 @@ ] }, { - "id": 1100351, + "id": 1100418, "chapterid": 13005, "taskid": 0, "unlockid": 0, "previoustage": 1300502, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13251", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26782,7 +24180,6 @@ "FormatList": [ 145031 ], - "captainId": 450015, "star": [ 1, 1, @@ -26800,37 +24197,25 @@ ] }, { - "id": 1100352, + "id": 1100419, "chapterid": 13005, "taskid": 0, "unlockid": 0, "previoustage": 1300503, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13252", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26890,7 +24275,6 @@ "FormatList": [ 145041 ], - "captainId": 440065, "star": [ 1, 1, @@ -26908,37 +24292,25 @@ ] }, { - "id": 1100353, + "id": 1100420, "chapterid": 13005, "taskid": 0, "unlockid": 0, "previoustage": 1300504, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13253", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -26998,7 +24370,6 @@ "FormatList": [ 145051 ], - "captainId": 140055, "star": [ 1, 1, @@ -27016,37 +24387,25 @@ ] }, { - "id": 1100354, + "id": 1100421, "chapterid": 13005, "taskid": 0, "unlockid": 0, "previoustage": 1300505, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13254", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -27106,7 +24465,6 @@ "FormatList": [ 145061 ], - "captainId": 450015, "star": [ 1, 1, @@ -27124,37 +24482,25 @@ ] }, { - "id": 1100355, + "id": 1100422, "chapterid": 13005, "taskid": 0, "unlockid": 0, "previoustage": 1300506, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13255", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -27214,7 +24560,6 @@ "FormatList": [ 145071 ], - "captainId": 240045, "star": [ 1, 1, @@ -27232,37 +24577,25 @@ ] }, { - "id": 1100356, + "id": 1100423, "chapterid": 13005, "taskid": 0, "unlockid": 0, "previoustage": 1300507, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13256", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -27322,7 +24655,6 @@ "FormatList": [ 145081 ], - "captainId": 240025, "star": [ 1, 1, @@ -27340,37 +24672,25 @@ ] }, { - "id": 1100357, + "id": 1100424, "chapterid": 13006, "taskid": 0, "unlockid": 0, "previoustage": 1300508, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13257", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -27430,7 +24750,6 @@ "FormatList": [ 146011 ], - "captainId": 450015, "star": [ 1, 1, @@ -27448,37 +24767,25 @@ ] }, { - "id": 1100358, + "id": 1100425, "chapterid": 13006, "taskid": 0, "unlockid": 0, "previoustage": 1300601, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13258", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -27538,7 +24845,6 @@ "FormatList": [ 146021 ], - "captainId": 240025, "star": [ 1, 1, @@ -27556,37 +24862,25 @@ ] }, { - "id": 1100359, + "id": 1100426, "chapterid": 13006, "taskid": 0, "unlockid": 0, "previoustage": 1300602, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13259", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -27646,7 +24940,6 @@ "FormatList": [ 146031 ], - "captainId": 240045, "star": [ 1, 1, @@ -27664,37 +24957,25 @@ ] }, { - "id": 1100360, + "id": 1100427, "chapterid": 13006, "taskid": 0, "unlockid": 0, "previoustage": 1300603, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13260", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -27754,7 +25035,6 @@ "FormatList": [ 146041 ], - "captainId": 150035, "star": [ 1, 1, @@ -27772,37 +25052,25 @@ ] }, { - "id": 1100361, + "id": 1100428, "chapterid": 13006, "taskid": 0, "unlockid": 0, "previoustage": 1300604, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13261", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -27862,7 +25130,6 @@ "FormatList": [ 146051 ], - "captainId": 440065, "star": [ 1, 1, @@ -27880,37 +25147,25 @@ ] }, { - "id": 1100362, + "id": 1100429, "chapterid": 13006, "taskid": 0, "unlockid": 0, "previoustage": 1300605, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13262", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -27970,7 +25225,6 @@ "FormatList": [ 146061 ], - "captainId": 140055, "star": [ 1, 1, @@ -27988,37 +25242,25 @@ ] }, { - "id": 1100363, + "id": 1100430, "chapterid": 13006, "taskid": 0, "unlockid": 0, "previoustage": 1300606, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13263", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -28078,7 +25320,6 @@ "FormatList": [ 146071 ], - "captainId": 150035, "star": [ 1, 1, @@ -28096,37 +25337,25 @@ ] }, { - "id": 1100364, + "id": 1100431, "chapterid": 13006, "taskid": 0, "unlockid": 0, "previoustage": 1300607, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13264", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -28186,7 +25415,6 @@ "FormatList": [ 146081 ], - "captainId": 150035, "star": [ 1, 1, @@ -28204,37 +25432,25 @@ ] }, { - "id": 1100365, + "id": 1100432, "chapterid": 13007, "taskid": 0, "unlockid": 0, "previoustage": 1300608, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13265", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -28294,7 +25510,6 @@ "FormatList": [ 147011 ], - "captainId": 150035, "star": [ 1, 1, @@ -28312,37 +25527,25 @@ ] }, { - "id": 1100366, + "id": 1100433, "chapterid": 13007, "taskid": 0, "unlockid": 0, "previoustage": 1300701, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13266", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -28402,7 +25605,6 @@ "FormatList": [ 147021 ], - "captainId": 350015, "star": [ 1, 1, @@ -28420,37 +25622,25 @@ ] }, { - "id": 1100367, + "id": 1100434, "chapterid": 13007, "taskid": 0, "unlockid": 0, "previoustage": 1300702, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13267", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -28510,7 +25700,6 @@ "FormatList": [ 147031 ], - "captainId": 440065, "star": [ 1, 1, @@ -28528,37 +25717,25 @@ ] }, { - "id": 1100368, + "id": 1100435, "chapterid": 13007, "taskid": 0, "unlockid": 0, "previoustage": 1300703, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13268", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -28618,7 +25795,6 @@ "FormatList": [ 147041 ], - "captainId": 140055, "star": [ 1, 1, @@ -28636,37 +25812,25 @@ ] }, { - "id": 1100369, + "id": 1100436, "chapterid": 13007, "taskid": 0, "unlockid": 0, "previoustage": 1300704, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13269", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -28726,7 +25890,6 @@ "FormatList": [ 147051 ], - "captainId": 440065, "star": [ 1, 1, @@ -28744,37 +25907,25 @@ ] }, { - "id": 1100370, + "id": 1100437, "chapterid": 13007, "taskid": 0, "unlockid": 0, "previoustage": 1300705, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13270", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -28834,7 +25985,6 @@ "FormatList": [ 147061 ], - "captainId": 350015, "star": [ 1, 1, @@ -28852,37 +26002,25 @@ ] }, { - "id": 1100371, + "id": 1100438, "chapterid": 13007, "taskid": 0, "unlockid": 0, "previoustage": 1300706, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13271", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -28942,7 +26080,6 @@ "FormatList": [ 147071 ], - "captainId": 450015, "star": [ 1, 1, @@ -28960,37 +26097,25 @@ ] }, { - "id": 1100372, + "id": 1100439, "chapterid": 13007, "taskid": 0, "unlockid": 0, "previoustage": 1300707, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13272", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -29050,7 +26175,6 @@ "FormatList": [ 147081 ], - "captainId": 440065, "star": [ 1, 1, @@ -29068,37 +26192,25 @@ ] }, { - "id": 1100373, + "id": 1100440, "chapterid": 13008, "taskid": 0, "unlockid": 0, "previoustage": 1300708, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13273", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -29158,7 +26270,6 @@ "FormatList": [ 148011 ], - "captainId": 440065, "star": [ 1, 1, @@ -29176,37 +26287,25 @@ ] }, { - "id": 1100374, + "id": 1100441, "chapterid": 13008, "taskid": 0, "unlockid": 0, "previoustage": 1300801, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13274", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -29266,7 +26365,6 @@ "FormatList": [ 148021 ], - "captainId": 140055, "star": [ 1, 1, @@ -29284,37 +26382,25 @@ ] }, { - "id": 1100375, + "id": 1100442, "chapterid": 13008, "taskid": 0, "unlockid": 0, "previoustage": 1300802, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13275", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -29374,7 +26460,6 @@ "FormatList": [ 148031 ], - "captainId": 150035, "star": [ 1, 1, @@ -29392,37 +26477,25 @@ ] }, { - "id": 1100376, + "id": 1100443, "chapterid": 13008, "taskid": 0, "unlockid": 0, "previoustage": 1300803, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13276", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -29482,7 +26555,6 @@ "FormatList": [ 148041 ], - "captainId": 240025, "star": [ 1, 1, @@ -29500,37 +26572,25 @@ ] }, { - "id": 1100377, + "id": 1100444, "chapterid": 13008, "taskid": 0, "unlockid": 0, "previoustage": 1300804, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13277", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -29590,7 +26650,6 @@ "FormatList": [ 148051 ], - "captainId": 450015, "star": [ 1, 1, @@ -29608,37 +26667,25 @@ ] }, { - "id": 1100378, + "id": 1100445, "chapterid": 13008, "taskid": 0, "unlockid": 0, "previoustage": 1300805, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13278", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -29698,7 +26745,6 @@ "FormatList": [ 148061 ], - "captainId": 240025, "star": [ 1, 1, @@ -29716,37 +26762,25 @@ ] }, { - "id": 1100379, + "id": 1100446, "chapterid": 13008, "taskid": 0, "unlockid": 0, "previoustage": 1300806, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13279", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -29806,7 +26840,6 @@ "FormatList": [ 148071 ], - "captainId": 440065, "star": [ 1, 1, @@ -29824,37 +26857,25 @@ ] }, { - "id": 1100380, + "id": 1100447, "chapterid": 13008, "taskid": 0, "unlockid": 0, "previoustage": 1300807, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13280", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -29914,7 +26935,6 @@ "FormatList": [ 148081 ], - "captainId": 440065, "star": [ 1, 1, @@ -29932,37 +26952,25 @@ ] }, { - "id": 1100381, + "id": 1100448, "chapterid": 13009, "taskid": 0, "unlockid": 0, "previoustage": 1300808, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13281", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30022,7 +27030,6 @@ "FormatList": [ 149011 ], - "captainId": 150035, "star": [ 1, 1, @@ -30040,37 +27047,25 @@ ] }, { - "id": 1100382, + "id": 1100449, "chapterid": 13009, "taskid": 0, "unlockid": 0, "previoustage": 1300901, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13282", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30130,7 +27125,6 @@ "FormatList": [ 149021 ], - "captainId": 150035, "star": [ 1, 1, @@ -30148,37 +27142,25 @@ ] }, { - "id": 1100383, + "id": 1100450, "chapterid": 13009, "taskid": 0, "unlockid": 0, "previoustage": 1300902, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13283", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30238,7 +27220,6 @@ "FormatList": [ 149031 ], - "captainId": 350015, "star": [ 1, 1, @@ -30256,37 +27237,25 @@ ] }, { - "id": 1100384, + "id": 1100451, "chapterid": 13009, "taskid": 0, "unlockid": 0, "previoustage": 1300903, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13284", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30346,7 +27315,6 @@ "FormatList": [ 149041 ], - "captainId": 350015, "star": [ 1, 1, @@ -30364,37 +27332,25 @@ ] }, { - "id": 1100385, + "id": 1100452, "chapterid": 13009, "taskid": 0, "unlockid": 0, "previoustage": 1300904, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13285", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30454,7 +27410,6 @@ "FormatList": [ 149051 ], - "captainId": 140055, "star": [ 1, 1, @@ -30472,37 +27427,25 @@ ] }, { - "id": 1100386, + "id": 1100453, "chapterid": 13009, "taskid": 0, "unlockid": 0, "previoustage": 1300905, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13286", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30562,7 +27505,6 @@ "FormatList": [ 149061 ], - "captainId": 440065, "star": [ 1, 1, @@ -30580,37 +27522,25 @@ ] }, { - "id": 1100387, + "id": 1100454, "chapterid": 13009, "taskid": 0, "unlockid": 0, "previoustage": 1300906, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13287", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30670,7 +27600,6 @@ "FormatList": [ 149071 ], - "captainId": 240045, "star": [ 1, 1, @@ -30688,37 +27617,25 @@ ] }, { - "id": 1100388, + "id": 1100455, "chapterid": 13009, "taskid": 0, "unlockid": 0, "previoustage": 1300907, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13288", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30778,7 +27695,6 @@ "FormatList": [ 149081 ], - "captainId": 140055, "star": [ 1, 1, @@ -30796,37 +27712,25 @@ ] }, { - "id": 1100389, + "id": 1100456, "chapterid": 13010, "taskid": 0, "unlockid": 0, "previoustage": 1300908, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13289", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30886,7 +27790,6 @@ "FormatList": [ 150011 ], - "captainId": 240045, "star": [ 1, 1, @@ -30904,37 +27807,25 @@ ] }, { - "id": 1100390, + "id": 1100457, "chapterid": 13010, "taskid": 0, "unlockid": 0, "previoustage": 1301001, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13290", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -30994,7 +27885,6 @@ "FormatList": [ 150021 ], - "captainId": 150035, "star": [ 1, 1, @@ -31012,37 +27902,25 @@ ] }, { - "id": 1100391, + "id": 1100458, "chapterid": 13010, "taskid": 0, "unlockid": 0, "previoustage": 1301002, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13291", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -31102,7 +27980,6 @@ "FormatList": [ 150031 ], - "captainId": 140055, "star": [ 1, 1, @@ -31120,37 +27997,25 @@ ] }, { - "id": 1100392, + "id": 1100459, "chapterid": 13010, "taskid": 0, "unlockid": 0, "previoustage": 1301003, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13292", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -31210,7 +28075,6 @@ "FormatList": [ 150041 ], - "captainId": 450015, "star": [ 1, 1, @@ -31228,37 +28092,25 @@ ] }, { - "id": 1100393, + "id": 1100460, "chapterid": 13010, "taskid": 0, "unlockid": 0, "previoustage": 1301004, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13293", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -31318,7 +28170,6 @@ "FormatList": [ 150051 ], - "captainId": 350015, "star": [ 1, 1, @@ -31336,37 +28187,25 @@ ] }, { - "id": 1100394, + "id": 1100461, "chapterid": 13010, "taskid": 0, "unlockid": 0, "previoustage": 1301005, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13294", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -31426,7 +28265,6 @@ "FormatList": [ 150061 ], - "captainId": 150035, "star": [ 1, 1, @@ -31444,37 +28282,25 @@ ] }, { - "id": 1100395, + "id": 1100462, "chapterid": 13010, "taskid": 0, "unlockid": 0, "previoustage": 1301006, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13295", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -31534,7 +28360,6 @@ "FormatList": [ 150071 ], - "captainId": 240045, "star": [ 1, 1, @@ -31552,37 +28377,25 @@ ] }, { - "id": 1100396, + "id": 1100463, "chapterid": 13010, "taskid": 0, "unlockid": 0, "previoustage": 1301007, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13296", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -31642,7 +28455,6 @@ "FormatList": [ 150081 ], - "captainId": 240045, "star": [ 1, 1, @@ -31660,37 +28472,25 @@ ] }, { - "id": 1100397, + "id": 1100464, "chapterid": 13011, "taskid": 0, "unlockid": 0, "previoustage": 1301008, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13297", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -31750,7 +28550,6 @@ "FormatList": [ 151011 ], - "captainId": 140055, "star": [ 1, 1, @@ -31768,37 +28567,25 @@ ] }, { - "id": 1100398, + "id": 1100465, "chapterid": 13011, "taskid": 0, "unlockid": 0, "previoustage": 1301101, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13298", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -31858,7 +28645,6 @@ "FormatList": [ 151021 ], - "captainId": 440065, "star": [ 1, 1, @@ -31876,37 +28662,25 @@ ] }, { - "id": 1100399, + "id": 1100466, "chapterid": 13011, "taskid": 0, "unlockid": 0, "previoustage": 1301102, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13299", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -31966,7 +28740,6 @@ "FormatList": [ 151031 ], - "captainId": 150035, "star": [ 1, 1, @@ -31984,37 +28757,25 @@ ] }, { - "id": 1100400, + "id": 1100467, "chapterid": 13011, "taskid": 0, "unlockid": 0, "previoustage": 1301103, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13300", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -32074,7 +28835,6 @@ "FormatList": [ 151041 ], - "captainId": 450015, "star": [ 1, 1, @@ -32092,37 +28852,25 @@ ] }, { - "id": 1100401, + "id": 1100468, "chapterid": 13011, "taskid": 0, "unlockid": 0, "previoustage": 1301104, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13301", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -32182,7 +28930,6 @@ "FormatList": [ 151051 ], - "captainId": 440065, "star": [ 1, 1, @@ -32200,37 +28947,25 @@ ] }, { - "id": 1100402, + "id": 1100469, "chapterid": 13011, "taskid": 0, "unlockid": 0, "previoustage": 1301105, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13302", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -32290,7 +29025,6 @@ "FormatList": [ 151061 ], - "captainId": 150035, "star": [ 1, 1, @@ -32308,37 +29042,25 @@ ] }, { - "id": 1100403, + "id": 1100470, "chapterid": 13011, "taskid": 0, "unlockid": 0, "previoustage": 1301106, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13303", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -32398,7 +29120,6 @@ "FormatList": [ 151071 ], - "captainId": 240025, "star": [ 1, 1, @@ -32416,37 +29137,25 @@ ] }, { - "id": 1100404, + "id": 1100471, "chapterid": 13011, "taskid": 0, "unlockid": 0, "previoustage": 1301107, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13304", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -32506,7 +29215,6 @@ "FormatList": [ 151081 ], - "captainId": 240045, "star": [ 1, 1, @@ -32524,37 +29232,25 @@ ] }, { - "id": 1100405, + "id": 1100472, "chapterid": 13012, "taskid": 0, "unlockid": 0, "previoustage": 1301108, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13305", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -32614,7 +29310,6 @@ "FormatList": [ 152011 ], - "captainId": 440065, "star": [ 1, 1, @@ -32632,37 +29327,25 @@ ] }, { - "id": 1100406, + "id": 1100473, "chapterid": 13012, "taskid": 0, "unlockid": 0, "previoustage": 1301201, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13306", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -32722,7 +29405,6 @@ "FormatList": [ 152021 ], - "captainId": 350015, "star": [ 1, 1, @@ -32740,37 +29422,25 @@ ] }, { - "id": 1100407, + "id": 1100474, "chapterid": 13012, "taskid": 0, "unlockid": 0, "previoustage": 1301202, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13307", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -32830,7 +29500,6 @@ "FormatList": [ 152031 ], - "captainId": 350015, "star": [ 1, 1, @@ -32848,37 +29517,25 @@ ] }, { - "id": 1100408, + "id": 1100475, "chapterid": 13012, "taskid": 0, "unlockid": 0, "previoustage": 1301203, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13308", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -32938,7 +29595,6 @@ "FormatList": [ 152041 ], - "captainId": 150035, "star": [ 1, 1, @@ -32956,37 +29612,25 @@ ] }, { - "id": 1100409, + "id": 1100476, "chapterid": 13012, "taskid": 0, "unlockid": 0, "previoustage": 1301204, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13309", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -33046,7 +29690,6 @@ "FormatList": [ 152051 ], - "captainId": 450015, "star": [ 1, 1, @@ -33064,37 +29707,25 @@ ] }, { - "id": 1100410, + "id": 1100477, "chapterid": 13012, "taskid": 0, "unlockid": 0, "previoustage": 1301205, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13310", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -33154,7 +29785,6 @@ "FormatList": [ 152061 ], - "captainId": 350015, "star": [ 1, 1, @@ -33172,37 +29802,25 @@ ] }, { - "id": 1100411, + "id": 1100478, "chapterid": 13012, "taskid": 0, "unlockid": 0, "previoustage": 1301206, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13311", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -33262,7 +29880,6 @@ "FormatList": [ 152071 ], - "captainId": 440065, "star": [ 1, 1, @@ -33280,37 +29897,25 @@ ] }, { - "id": 1100412, + "id": 1100479, "chapterid": 13012, "taskid": 0, "unlockid": 0, "previoustage": 1301207, "Episodetype": 3, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13312", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -33370,7 +29975,6 @@ "FormatList": [ 152081 ], - "captainId": 240045, "star": [ 1, 1, @@ -33388,37 +29992,25 @@ ] }, { - "id": 1100413, + "id": 1100480, "chapterid": 14001, "taskid": 0, "unlockid": 0, "previoustage": 0, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13313", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -33478,7 +30070,6 @@ "FormatList": [ 161011 ], - "captainId": 450035, "star": [ 1, 1, @@ -33496,37 +30087,25 @@ ] }, { - "id": 1100414, + "id": 1100481, "chapterid": 14001, "taskid": 0, "unlockid": 0, "previoustage": 1400101, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13314", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -33586,7 +30165,6 @@ "FormatList": [ 161021 ], - "captainId": 530025, "star": [ 1, 1, @@ -33604,37 +30182,25 @@ ] }, { - "id": 1100415, + "id": 1100482, "chapterid": 14001, "taskid": 0, "unlockid": 0, "previoustage": 1400102, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13315", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -33694,7 +30260,6 @@ "FormatList": [ 161031 ], - "captainId": 530025, "star": [ 1, 1, @@ -33712,37 +30277,25 @@ ] }, { - "id": 1100416, + "id": 1100483, "chapterid": 14001, "taskid": 0, "unlockid": 0, "previoustage": 1400103, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13316", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -33802,7 +30355,6 @@ "FormatList": [ 161041 ], - "captainId": 130025, "star": [ 1, 1, @@ -33820,37 +30372,25 @@ ] }, { - "id": 1100417, + "id": 1100484, "chapterid": 14001, "taskid": 0, "unlockid": 0, "previoustage": 1400104, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13317", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -33910,7 +30450,6 @@ "FormatList": [ 161051 ], - "captainId": 530025, "star": [ 1, 1, @@ -33928,37 +30467,25 @@ ] }, { - "id": 1100418, + "id": 1100485, "chapterid": 14001, "taskid": 0, "unlockid": 0, "previoustage": 1400105, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13318", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34018,7 +30545,6 @@ "FormatList": [ 161061 ], - "captainId": 450035, "star": [ 1, 1, @@ -34036,37 +30562,25 @@ ] }, { - "id": 1100419, + "id": 1100486, "chapterid": 14001, "taskid": 0, "unlockid": 0, "previoustage": 1400106, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13319", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34126,7 +30640,6 @@ "FormatList": [ 161071 ], - "captainId": 450035, "star": [ 1, 1, @@ -34144,37 +30657,25 @@ ] }, { - "id": 1100420, + "id": 1100487, "chapterid": 14001, "taskid": 0, "unlockid": 0, "previoustage": 1400107, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13320", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34234,7 +30735,6 @@ "FormatList": [ 161081 ], - "captainId": 550025, "star": [ 1, 1, @@ -34252,37 +30752,25 @@ ] }, { - "id": 1100421, + "id": 1100488, "chapterid": 14002, "taskid": 0, "unlockid": 0, "previoustage": 1400108, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13321", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34342,7 +30830,6 @@ "FormatList": [ 162011 ], - "captainId": 530025, "star": [ 1, 1, @@ -34360,37 +30847,25 @@ ] }, { - "id": 1100422, + "id": 1100489, "chapterid": 14002, "taskid": 0, "unlockid": 0, "previoustage": 1400201, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13322", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34450,7 +30925,6 @@ "FormatList": [ 162021 ], - "captainId": 440065, "star": [ 1, 1, @@ -34468,37 +30942,25 @@ ] }, { - "id": 1100423, + "id": 1100490, "chapterid": 14002, "taskid": 0, "unlockid": 0, "previoustage": 1400202, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13323", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34558,7 +31020,6 @@ "FormatList": [ 162031 ], - "captainId": 510055, "star": [ 1, 1, @@ -34576,37 +31037,25 @@ ] }, { - "id": 1100424, + "id": 1100491, "chapterid": 14002, "taskid": 0, "unlockid": 0, "previoustage": 1400203, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13324", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34666,7 +31115,6 @@ "FormatList": [ 162041 ], - "captainId": 530025, "star": [ 1, 1, @@ -34684,37 +31132,25 @@ ] }, { - "id": 1100425, + "id": 1100492, "chapterid": 14002, "taskid": 0, "unlockid": 0, "previoustage": 1400204, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13325", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34774,7 +31210,6 @@ "FormatList": [ 162051 ], - "captainId": 530025, "star": [ 1, 1, @@ -34792,37 +31227,25 @@ ] }, { - "id": 1100426, + "id": 1100493, "chapterid": 14002, "taskid": 0, "unlockid": 0, "previoustage": 1400205, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13326", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34882,7 +31305,6 @@ "FormatList": [ 162061 ], - "captainId": 530035, "star": [ 1, 1, @@ -34900,37 +31322,25 @@ ] }, { - "id": 1100427, + "id": 1100494, "chapterid": 14002, "taskid": 0, "unlockid": 0, "previoustage": 1400206, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13327", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -34990,7 +31400,6 @@ "FormatList": [ 162071 ], - "captainId": 240045, "star": [ 1, 1, @@ -35008,37 +31417,25 @@ ] }, { - "id": 1100428, + "id": 1100495, "chapterid": 14002, "taskid": 0, "unlockid": 0, "previoustage": 1400207, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13328", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -35098,7 +31495,6 @@ "FormatList": [ 162081 ], - "captainId": 240045, "star": [ 1, 1, @@ -35116,37 +31512,25 @@ ] }, { - "id": 1100429, + "id": 1100496, "chapterid": 14003, "taskid": 0, "unlockid": 0, "previoustage": 1400208, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13329", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -35206,7 +31590,6 @@ "FormatList": [ 163011 ], - "captainId": 430025, "star": [ 1, 1, @@ -35224,37 +31607,25 @@ ] }, { - "id": 1100430, + "id": 1100497, "chapterid": 14003, "taskid": 0, "unlockid": 0, "previoustage": 1400301, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13330", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -35314,7 +31685,6 @@ "FormatList": [ 163021 ], - "captainId": 430035, "star": [ 1, 1, @@ -35332,37 +31702,25 @@ ] }, { - "id": 1100431, + "id": 1100498, "chapterid": 14003, "taskid": 0, "unlockid": 0, "previoustage": 1400302, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13331", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -35422,7 +31780,6 @@ "FormatList": [ 163031 ], - "captainId": 340055, "star": [ 1, 1, @@ -35440,37 +31797,25 @@ ] }, { - "id": 1100432, + "id": 1100499, "chapterid": 14003, "taskid": 0, "unlockid": 0, "previoustage": 1400303, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13332", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -35530,7 +31875,6 @@ "FormatList": [ 163041 ], - "captainId": 240015, "star": [ 1, 1, @@ -35548,37 +31892,25 @@ ] }, { - "id": 1100433, + "id": 1100500, "chapterid": 14003, "taskid": 0, "unlockid": 0, "previoustage": 1400304, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13333", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -35638,7 +31970,6 @@ "FormatList": [ 163051 ], - "captainId": 340055, "star": [ 1, 1, @@ -35656,37 +31987,25 @@ ] }, { - "id": 1100434, + "id": 1100501, "chapterid": 14003, "taskid": 0, "unlockid": 0, "previoustage": 1400305, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13334", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -35746,7 +32065,6 @@ "FormatList": [ 163061 ], - "captainId": 240045, "star": [ 1, 1, @@ -35764,37 +32082,25 @@ ] }, { - "id": 1100435, + "id": 1100502, "chapterid": 14003, "taskid": 0, "unlockid": 0, "previoustage": 1400306, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13335", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -35854,7 +32160,6 @@ "FormatList": [ 163071 ], - "captainId": 430025, "star": [ 1, 1, @@ -35872,37 +32177,25 @@ ] }, { - "id": 1100436, + "id": 1100503, "chapterid": 14003, "taskid": 0, "unlockid": 0, "previoustage": 1400307, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13336", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -35962,7 +32255,6 @@ "FormatList": [ 163081 ], - "captainId": 240045, "star": [ 1, 1, @@ -35980,37 +32272,25 @@ ] }, { - "id": 1100437, + "id": 1100504, "chapterid": 14004, "taskid": 0, "unlockid": 0, "previoustage": 1400308, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13337", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -36070,7 +32350,6 @@ "FormatList": [ 164011 ], - "captainId": 330035, "star": [ 1, 1, @@ -36088,37 +32367,25 @@ ] }, { - "id": 1100438, + "id": 1100505, "chapterid": 14004, "taskid": 0, "unlockid": 0, "previoustage": 1400401, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13338", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -36178,7 +32445,6 @@ "FormatList": [ 164021 ], - "captainId": 140035, "star": [ 1, 1, @@ -36196,37 +32462,25 @@ ] }, { - "id": 1100439, + "id": 1100506, "chapterid": 14004, "taskid": 0, "unlockid": 0, "previoustage": 1400402, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13339", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -36286,7 +32540,6 @@ "FormatList": [ 164031 ], - "captainId": 340065, "star": [ 1, 1, @@ -36304,37 +32557,25 @@ ] }, { - "id": 1100440, + "id": 1100507, "chapterid": 14004, "taskid": 0, "unlockid": 0, "previoustage": 1400403, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13340", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -36394,7 +32635,6 @@ "FormatList": [ 164041 ], - "captainId": 240045, "star": [ 1, 1, @@ -36412,37 +32652,25 @@ ] }, { - "id": 1100441, + "id": 1100508, "chapterid": 14004, "taskid": 0, "unlockid": 0, "previoustage": 1400404, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13341", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -36502,7 +32730,6 @@ "FormatList": [ 164051 ], - "captainId": 240045, "star": [ 1, 1, @@ -36520,37 +32747,25 @@ ] }, { - "id": 1100442, + "id": 1100509, "chapterid": 14004, "taskid": 0, "unlockid": 0, "previoustage": 1400405, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13342", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -36610,7 +32825,6 @@ "FormatList": [ 164061 ], - "captainId": 240045, "star": [ 1, 1, @@ -36628,37 +32842,25 @@ ] }, { - "id": 1100443, + "id": 1100510, "chapterid": 14004, "taskid": 0, "unlockid": 0, "previoustage": 1400406, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13343", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -36718,7 +32920,6 @@ "FormatList": [ 164071 ], - "captainId": 340075, "star": [ 1, 1, @@ -36736,37 +32937,25 @@ ] }, { - "id": 1100444, + "id": 1100511, "chapterid": 14004, "taskid": 0, "unlockid": 0, "previoustage": 1400407, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13344", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -36826,7 +33015,6 @@ "FormatList": [ 164081 ], - "captainId": 130045, "star": [ 1, 1, @@ -36844,37 +33032,25 @@ ] }, { - "id": 1100445, + "id": 1100512, "chapterid": 14005, "taskid": 0, "unlockid": 0, "previoustage": 1400408, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13345", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -36934,7 +33110,6 @@ "FormatList": [ 165011 ], - "captainId": 440065, "star": [ 1, 1, @@ -36952,37 +33127,25 @@ ] }, { - "id": 1100446, + "id": 1100513, "chapterid": 14005, "taskid": 0, "unlockid": 0, "previoustage": 1400501, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13346", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -37042,7 +33205,6 @@ "FormatList": [ 165021 ], - "captainId": 150035, "star": [ 1, 1, @@ -37060,37 +33222,25 @@ ] }, { - "id": 1100447, + "id": 1100514, "chapterid": 14005, "taskid": 0, "unlockid": 0, "previoustage": 1400502, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13347", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -37150,7 +33300,6 @@ "FormatList": [ 165031 ], - "captainId": 450015, "star": [ 1, 1, @@ -37168,37 +33317,25 @@ ] }, { - "id": 1100448, + "id": 1100515, "chapterid": 14005, "taskid": 0, "unlockid": 0, "previoustage": 1400503, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13348", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -37258,7 +33395,6 @@ "FormatList": [ 165041 ], - "captainId": 440065, "star": [ 1, 1, @@ -37276,37 +33412,25 @@ ] }, { - "id": 1100449, + "id": 1100516, "chapterid": 14005, "taskid": 0, "unlockid": 0, "previoustage": 1400504, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13349", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -37366,7 +33490,6 @@ "FormatList": [ 165051 ], - "captainId": 140055, "star": [ 1, 1, @@ -37384,37 +33507,25 @@ ] }, { - "id": 1100450, + "id": 1100517, "chapterid": 14005, "taskid": 0, "unlockid": 0, "previoustage": 1400505, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13350", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -37474,7 +33585,6 @@ "FormatList": [ 165061 ], - "captainId": 450015, "star": [ 1, 1, @@ -37492,37 +33602,25 @@ ] }, { - "id": 1100451, + "id": 1100518, "chapterid": 14005, "taskid": 0, "unlockid": 0, "previoustage": 1400506, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13351", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -37582,7 +33680,6 @@ "FormatList": [ 165071 ], - "captainId": 240045, "star": [ 1, 1, @@ -37600,37 +33697,25 @@ ] }, { - "id": 1100452, + "id": 1100519, "chapterid": 14005, "taskid": 0, "unlockid": 0, "previoustage": 1400507, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13352", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -37690,7 +33775,6 @@ "FormatList": [ 165081 ], - "captainId": 240025, "star": [ 1, 1, @@ -37708,37 +33792,25 @@ ] }, { - "id": 1100453, + "id": 1100520, "chapterid": 14006, "taskid": 0, "unlockid": 0, "previoustage": 1400508, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13353", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -37798,7 +33870,6 @@ "FormatList": [ 166011 ], - "captainId": 450015, "star": [ 1, 1, @@ -37816,37 +33887,25 @@ ] }, { - "id": 1100454, + "id": 1100521, "chapterid": 14006, "taskid": 0, "unlockid": 0, "previoustage": 1400601, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13354", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -37906,7 +33965,6 @@ "FormatList": [ 166021 ], - "captainId": 240025, "star": [ 1, 1, @@ -37924,37 +33982,25 @@ ] }, { - "id": 1100455, + "id": 1100522, "chapterid": 14006, "taskid": 0, "unlockid": 0, "previoustage": 1400602, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13355", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38014,7 +34060,6 @@ "FormatList": [ 166031 ], - "captainId": 240045, "star": [ 1, 1, @@ -38032,37 +34077,25 @@ ] }, { - "id": 1100456, + "id": 1100523, "chapterid": 14006, "taskid": 0, "unlockid": 0, "previoustage": 1400603, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13356", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38122,7 +34155,6 @@ "FormatList": [ 166041 ], - "captainId": 150035, "star": [ 1, 1, @@ -38140,37 +34172,25 @@ ] }, { - "id": 1100457, + "id": 1100524, "chapterid": 14006, "taskid": 0, "unlockid": 0, "previoustage": 1400604, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13357", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38230,7 +34250,6 @@ "FormatList": [ 166051 ], - "captainId": 440065, "star": [ 1, 1, @@ -38248,37 +34267,25 @@ ] }, { - "id": 1100458, + "id": 1100525, "chapterid": 14006, "taskid": 0, "unlockid": 0, "previoustage": 1400605, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13358", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38338,7 +34345,6 @@ "FormatList": [ 166061 ], - "captainId": 140055, "star": [ 1, 1, @@ -38356,37 +34362,25 @@ ] }, { - "id": 1100459, + "id": 1100526, "chapterid": 14006, "taskid": 0, "unlockid": 0, "previoustage": 1400606, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13359", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38446,7 +34440,6 @@ "FormatList": [ 166071 ], - "captainId": 150035, "star": [ 1, 1, @@ -38464,37 +34457,25 @@ ] }, { - "id": 1100460, + "id": 1100527, "chapterid": 14006, "taskid": 0, "unlockid": 0, "previoustage": 1400607, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13360", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38554,7 +34535,6 @@ "FormatList": [ 166081 ], - "captainId": 150035, "star": [ 1, 1, @@ -38572,37 +34552,25 @@ ] }, { - "id": 1100461, + "id": 1100528, "chapterid": 14007, "taskid": 0, "unlockid": 0, "previoustage": 1400608, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13361", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38662,7 +34630,6 @@ "FormatList": [ 167011 ], - "captainId": 150035, "star": [ 1, 1, @@ -38680,37 +34647,25 @@ ] }, { - "id": 1100462, + "id": 1100529, "chapterid": 14007, "taskid": 0, "unlockid": 0, "previoustage": 1400701, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13362", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38770,7 +34725,6 @@ "FormatList": [ 167021 ], - "captainId": 350015, "star": [ 1, 1, @@ -38788,37 +34742,25 @@ ] }, { - "id": 1100463, + "id": 1100530, "chapterid": 14007, "taskid": 0, "unlockid": 0, "previoustage": 1400702, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13363", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38878,7 +34820,6 @@ "FormatList": [ 167031 ], - "captainId": 440065, "star": [ 1, 1, @@ -38896,37 +34837,25 @@ ] }, { - "id": 1100464, + "id": 1100531, "chapterid": 14007, "taskid": 0, "unlockid": 0, "previoustage": 1400703, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13364", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -38986,7 +34915,6 @@ "FormatList": [ 167041 ], - "captainId": 140055, "star": [ 1, 1, @@ -39004,37 +34932,25 @@ ] }, { - "id": 1100465, + "id": 1100532, "chapterid": 14007, "taskid": 0, "unlockid": 0, "previoustage": 1400704, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13365", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -39094,7 +35010,6 @@ "FormatList": [ 167051 ], - "captainId": 440065, "star": [ 1, 1, @@ -39112,37 +35027,25 @@ ] }, { - "id": 1100466, + "id": 1100533, "chapterid": 14007, "taskid": 0, "unlockid": 0, "previoustage": 1400705, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13366", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -39202,7 +35105,6 @@ "FormatList": [ 167061 ], - "captainId": 350015, "star": [ 1, 1, @@ -39220,37 +35122,25 @@ ] }, { - "id": 1100467, + "id": 1100534, "chapterid": 14007, "taskid": 0, "unlockid": 0, "previoustage": 1400706, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13367", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -39310,7 +35200,6 @@ "FormatList": [ 167071 ], - "captainId": 450015, "star": [ 1, 1, @@ -39328,37 +35217,25 @@ ] }, { - "id": 1100468, + "id": 1100535, "chapterid": 14007, "taskid": 0, "unlockid": 0, "previoustage": 1400707, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13368", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -39418,7 +35295,6 @@ "FormatList": [ 167081 ], - "captainId": 440065, "star": [ 1, 1, @@ -39436,37 +35312,25 @@ ] }, { - "id": 1100469, + "id": 1100536, "chapterid": 14008, "taskid": 0, "unlockid": 0, "previoustage": 1400708, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13369", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -39526,7 +35390,6 @@ "FormatList": [ 168011 ], - "captainId": 440065, "star": [ 1, 1, @@ -39544,37 +35407,25 @@ ] }, { - "id": 1100470, + "id": 1100537, "chapterid": 14008, "taskid": 0, "unlockid": 0, "previoustage": 1400801, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13370", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -39634,7 +35485,6 @@ "FormatList": [ 168021 ], - "captainId": 140055, "star": [ 1, 1, @@ -39652,37 +35502,25 @@ ] }, { - "id": 1100471, + "id": 1100538, "chapterid": 14008, "taskid": 0, "unlockid": 0, "previoustage": 1400802, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13371", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -39742,7 +35580,6 @@ "FormatList": [ 168031 ], - "captainId": 150035, "star": [ 1, 1, @@ -39760,37 +35597,25 @@ ] }, { - "id": 1100472, + "id": 1100539, "chapterid": 14008, "taskid": 0, "unlockid": 0, "previoustage": 1400803, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13372", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -39850,7 +35675,6 @@ "FormatList": [ 168041 ], - "captainId": 240025, "star": [ 1, 1, @@ -39868,37 +35692,25 @@ ] }, { - "id": 1100473, + "id": 1100540, "chapterid": 14008, "taskid": 0, "unlockid": 0, "previoustage": 1400804, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13373", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -39958,7 +35770,6 @@ "FormatList": [ 168051 ], - "captainId": 450015, "star": [ 1, 1, @@ -39976,37 +35787,25 @@ ] }, { - "id": 1100474, + "id": 1100541, "chapterid": 14008, "taskid": 0, "unlockid": 0, "previoustage": 1400805, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13374", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -40066,7 +35865,6 @@ "FormatList": [ 168061 ], - "captainId": 240025, "star": [ 1, 1, @@ -40084,37 +35882,25 @@ ] }, { - "id": 1100475, + "id": 1100542, "chapterid": 14008, "taskid": 0, "unlockid": 0, "previoustage": 1400806, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13375", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -40174,7 +35960,6 @@ "FormatList": [ 168071 ], - "captainId": 440065, "star": [ 1, 1, @@ -40192,37 +35977,25 @@ ] }, { - "id": 1100476, + "id": 1100543, "chapterid": 14008, "taskid": 0, "unlockid": 0, "previoustage": 1400807, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13376", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -40282,7 +36055,6 @@ "FormatList": [ 168081 ], - "captainId": 440065, "star": [ 1, 1, @@ -40300,37 +36072,25 @@ ] }, { - "id": 1100477, + "id": 1100544, "chapterid": 14009, "taskid": 0, "unlockid": 0, "previoustage": 1400808, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13377", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -40390,7 +36150,6 @@ "FormatList": [ 169011 ], - "captainId": 150035, "star": [ 1, 1, @@ -40408,37 +36167,25 @@ ] }, { - "id": 1100478, + "id": 1100545, "chapterid": 14009, "taskid": 0, "unlockid": 0, "previoustage": 1400901, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13378", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -40498,7 +36245,6 @@ "FormatList": [ 169021 ], - "captainId": 150035, "star": [ 1, 1, @@ -40516,37 +36262,25 @@ ] }, { - "id": 1100479, + "id": 1100546, "chapterid": 14009, "taskid": 0, "unlockid": 0, "previoustage": 1400902, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13379", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -40606,7 +36340,6 @@ "FormatList": [ 169031 ], - "captainId": 350015, "star": [ 1, 1, @@ -40624,37 +36357,25 @@ ] }, { - "id": 1100480, + "id": 1100547, "chapterid": 14009, "taskid": 0, "unlockid": 0, "previoustage": 1400903, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13380", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -40714,7 +36435,6 @@ "FormatList": [ 169041 ], - "captainId": 350015, "star": [ 1, 1, @@ -40732,37 +36452,25 @@ ] }, { - "id": 1100481, + "id": 1100548, "chapterid": 14009, "taskid": 0, "unlockid": 0, "previoustage": 1400904, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13381", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -40822,7 +36530,6 @@ "FormatList": [ 169051 ], - "captainId": 140055, "star": [ 1, 1, @@ -40840,37 +36547,25 @@ ] }, { - "id": 1100482, + "id": 1100549, "chapterid": 14009, "taskid": 0, "unlockid": 0, "previoustage": 1400905, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13382", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -40930,7 +36625,6 @@ "FormatList": [ 169061 ], - "captainId": 440065, "star": [ 1, 1, @@ -40948,37 +36642,25 @@ ] }, { - "id": 1100483, + "id": 1100550, "chapterid": 14009, "taskid": 0, "unlockid": 0, "previoustage": 1400906, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13383", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -41038,7 +36720,6 @@ "FormatList": [ 169071 ], - "captainId": 240045, "star": [ 1, 1, @@ -41056,37 +36737,25 @@ ] }, { - "id": 1100484, + "id": 1100551, "chapterid": 14009, "taskid": 0, "unlockid": 0, "previoustage": 1400907, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13384", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_chezhan", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -41146,7 +36815,6 @@ "FormatList": [ 169081 ], - "captainId": 140055, "star": [ 1, 1, @@ -41164,37 +36832,25 @@ ] }, { - "id": 1100485, + "id": 1100552, "chapterid": 14010, "taskid": 0, "unlockid": 0, "previoustage": 1400908, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13385", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -41254,7 +36910,6 @@ "FormatList": [ 170011 ], - "captainId": 240045, "star": [ 1, 1, @@ -41272,37 +36927,25 @@ ] }, { - "id": 1100486, + "id": 1100553, "chapterid": 14010, "taskid": 0, "unlockid": 0, "previoustage": 1401001, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13386", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -41362,7 +37005,6 @@ "FormatList": [ 170021 ], - "captainId": 150035, "star": [ 1, 1, @@ -41380,37 +37022,25 @@ ] }, { - "id": 1100487, + "id": 1100554, "chapterid": 14010, "taskid": 0, "unlockid": 0, "previoustage": 1401002, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13387", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -41470,7 +37100,6 @@ "FormatList": [ 170031 ], - "captainId": 140055, "star": [ 1, 1, @@ -41488,37 +37117,25 @@ ] }, { - "id": 1100488, + "id": 1100555, "chapterid": 14010, "taskid": 0, "unlockid": 0, "previoustage": 1401003, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13388", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -41578,7 +37195,6 @@ "FormatList": [ 170041 ], - "captainId": 450015, "star": [ 1, 1, @@ -41596,37 +37212,25 @@ ] }, { - "id": 1100489, + "id": 1100556, "chapterid": 14010, "taskid": 0, "unlockid": 0, "previoustage": 1401004, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13389", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -41686,7 +37290,6 @@ "FormatList": [ 170051 ], - "captainId": 350015, "star": [ 1, 1, @@ -41704,37 +37307,25 @@ ] }, { - "id": 1100490, + "id": 1100557, "chapterid": 14010, "taskid": 0, "unlockid": 0, "previoustage": 1401005, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13390", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -41794,7 +37385,6 @@ "FormatList": [ 170061 ], - "captainId": 150035, "star": [ 1, 1, @@ -41812,37 +37402,25 @@ ] }, { - "id": 1100491, + "id": 1100558, "chapterid": 14010, "taskid": 0, "unlockid": 0, "previoustage": 1401006, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13391", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -41902,7 +37480,6 @@ "FormatList": [ 170071 ], - "captainId": 240045, "star": [ 1, 1, @@ -41920,37 +37497,25 @@ ] }, { - "id": 1100492, + "id": 1100559, "chapterid": 14010, "taskid": 0, "unlockid": 0, "previoustage": 1401007, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13392", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_gongfuxiongmao", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42010,7 +37575,6 @@ "FormatList": [ 170081 ], - "captainId": 240045, "star": [ 1, 1, @@ -42028,37 +37592,25 @@ ] }, { - "id": 1100493, + "id": 1100560, "chapterid": 14011, "taskid": 0, "unlockid": 0, "previoustage": 1401008, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13393", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42118,7 +37670,6 @@ "FormatList": [ 171011 ], - "captainId": 140055, "star": [ 1, 1, @@ -42136,37 +37687,25 @@ ] }, { - "id": 1100494, + "id": 1100561, "chapterid": 14011, "taskid": 0, "unlockid": 0, "previoustage": 1401101, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13394", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42226,7 +37765,6 @@ "FormatList": [ 171021 ], - "captainId": 440065, "star": [ 1, 1, @@ -42244,37 +37782,25 @@ ] }, { - "id": 1100495, + "id": 1100562, "chapterid": 14011, "taskid": 0, "unlockid": 0, "previoustage": 1401102, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13395", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42334,7 +37860,6 @@ "FormatList": [ 171031 ], - "captainId": 150035, "star": [ 1, 1, @@ -42352,37 +37877,25 @@ ] }, { - "id": 1100496, + "id": 1100563, "chapterid": 14011, "taskid": 0, "unlockid": 0, "previoustage": 1401103, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13396", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42442,7 +37955,6 @@ "FormatList": [ 171041 ], - "captainId": 450015, "star": [ 1, 1, @@ -42460,37 +37972,25 @@ ] }, { - "id": 1100497, + "id": 1100564, "chapterid": 14011, "taskid": 0, "unlockid": 0, "previoustage": 1401104, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13397", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42550,7 +38050,6 @@ "FormatList": [ 171051 ], - "captainId": 440065, "star": [ 1, 1, @@ -42568,37 +38067,25 @@ ] }, { - "id": 1100498, + "id": 1100565, "chapterid": 14011, "taskid": 0, "unlockid": 0, "previoustage": 1401105, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13398", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42658,7 +38145,6 @@ "FormatList": [ 171061 ], - "captainId": 150035, "star": [ 1, 1, @@ -42676,37 +38162,25 @@ ] }, { - "id": 1100499, + "id": 1100566, "chapterid": 14011, "taskid": 0, "unlockid": 0, "previoustage": 1401106, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13399", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42766,7 +38240,6 @@ "FormatList": [ 171071 ], - "captainId": 240025, "star": [ 1, 1, @@ -42784,37 +38257,25 @@ ] }, { - "id": 1100500, + "id": 1100567, "chapterid": 14011, "taskid": 0, "unlockid": 0, "previoustage": 1401107, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13400", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_huaidanlianmeng", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42874,7 +38335,6 @@ "FormatList": [ 171081 ], - "captainId": 240045, "star": [ 1, 1, @@ -42892,37 +38352,25 @@ ] }, { - "id": 1100501, + "id": 1100568, "chapterid": 14012, "taskid": 0, "unlockid": 0, "previoustage": 1401108, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13401", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -42982,7 +38430,6 @@ "FormatList": [ 172011 ], - "captainId": 440065, "star": [ 1, 1, @@ -43000,37 +38447,25 @@ ] }, { - "id": 1100502, + "id": 1100569, "chapterid": 14012, "taskid": 0, "unlockid": 0, "previoustage": 1401201, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13402", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -43090,7 +38525,6 @@ "FormatList": [ 172021 ], - "captainId": 350015, "star": [ 1, 1, @@ -43108,37 +38542,25 @@ ] }, { - "id": 1100503, + "id": 1100570, "chapterid": 14012, "taskid": 0, "unlockid": 0, "previoustage": 1401202, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13403", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -43198,7 +38620,6 @@ "FormatList": [ 172031 ], - "captainId": 350015, "star": [ 1, 1, @@ -43216,37 +38637,25 @@ ] }, { - "id": 1100504, + "id": 1100571, "chapterid": 14012, "taskid": 0, "unlockid": 0, "previoustage": 1401203, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13404", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -43306,7 +38715,6 @@ "FormatList": [ 172041 ], - "captainId": 150035, "star": [ 1, 1, @@ -43324,37 +38732,25 @@ ] }, { - "id": 1100505, + "id": 1100572, "chapterid": 14012, "taskid": 0, "unlockid": 0, "previoustage": 1401204, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13405", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -43414,7 +38810,6 @@ "FormatList": [ 172051 ], - "captainId": 450015, "star": [ 1, 1, @@ -43432,37 +38827,25 @@ ] }, { - "id": 1100506, + "id": 1100573, "chapterid": 14012, "taskid": 0, "unlockid": 0, "previoustage": 1401205, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13406", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -43522,7 +38905,6 @@ "FormatList": [ 172061 ], - "captainId": 350015, "star": [ 1, 1, @@ -43540,37 +38922,25 @@ ] }, { - "id": 1100507, + "id": 1100574, "chapterid": 14012, "taskid": 0, "unlockid": 0, "previoustage": 1401206, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13407", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -43630,7 +39000,6 @@ "FormatList": [ 172071 ], - "captainId": 440065, "star": [ 1, 1, @@ -43648,37 +39017,25 @@ ] }, { - "id": 1100508, + "id": 1100575, "chapterid": 14012, "taskid": 0, "unlockid": 0, "previoustage": 1401207, "Episodetype": 4, "openlevel": 1, - "Episodelocation": { - "x": 0, - "y": 0, - "z": 0 - }, "EditorStage": 0, - "venturepos": { - "x": 0, - "y": 0, - "z": 0 - }, "venturemodel": "", "ventureavatar": [], - "heroimg": "xxtx_js_13408", + "heroimg": "", "bubbletext": { "key": "", "text": "" }, "animation": "", - "challenge": 0, "hide": 0, "destroy": 0, "progress": 0, - "detailwindow": "effect_xunlong", "frontstoryid": 0, "afterstoryid": 0, "mainlineName": { @@ -43738,7 +39095,6 @@ "FormatList": [ 172081 ], - "captainId": 240045, "star": [ 1, 1, diff --git a/bin/json/game_pandamasjx.json b/bin/json/game_pandamasjx.json index 300aed76b..974af9727 100644 --- a/bin/json/game_pandamasjx.json +++ b/bin/json/game_pandamasjx.json @@ -2,7 +2,7 @@ { "id": "10001", "job": 0, - "race": 3, + "race": 2, "type": 1, "name": { "key": "item_pandamas_jx_name_1", @@ -27,7 +27,7 @@ "key": "item_pandamas_jx_description_1", "text": "训练直觉守护者时,训练时长提升20%" }, - "duration": 36, + "duration": 200, "exp": 0, "probability": 0, "ants": [], @@ -64,7 +64,7 @@ "key": "item_pandamas_jx_description_2", "text": "训练真诚守护者时,训练时长提升20%" }, - "duration": 36, + "duration": 200, "exp": 0, "probability": 0, "ants": [], @@ -76,7 +76,7 @@ { "id": "10003", "job": 0, - "race": 2, + "race": 3, "type": 1, "name": { "key": "item_pandamas_jx_name_3", @@ -101,7 +101,7 @@ "key": "item_pandamas_jx_description_3", "text": "训练共情守护者时,训练时长提升20%" }, - "duration": 36, + "duration": 200, "exp": 0, "probability": 0, "ants": [], @@ -138,7 +138,7 @@ "key": "item_pandamas_jx_description_4", "text": "训练责任守护者时,训练时长提升20%" }, - "duration": 36, + "duration": 200, "exp": 0, "probability": 0, "ants": [], @@ -150,7 +150,7 @@ { "id": "10005", "job": 0, - "race": 3, + "race": 2, "type": 1, "name": { "key": "item_pandamas_jx_name_5", @@ -224,7 +224,7 @@ { "id": "10007", "job": 0, - "race": 2, + "race": 3, "type": 1, "name": { "key": "item_pandamas_jx_name_7", @@ -490,7 +490,7 @@ { "id": "20001", "job": 0, - "race": 3, + "race": 2, "type": 2, "name": { "key": "item_pandamas_jx_name_13", @@ -575,7 +575,7 @@ { "id": "20003", "job": 0, - "race": 2, + "race": 3, "type": 2, "name": { "key": "item_pandamas_jx_name_15", @@ -649,7 +649,7 @@ { "id": "20005", "job": 0, - "race": 3, + "race": 2, "type": 2, "name": { "key": "item_pandamas_jx_name_17", @@ -745,7 +745,7 @@ { "id": "20007", "job": 0, - "race": 2, + "race": 3, "type": 2, "name": { "key": "item_pandamas_jx_name_19", @@ -1106,7 +1106,7 @@ "key": "item_pandamas_jx_description_26", "text": "提升可挂机的时间{0}分" }, - "duration": 1, + "duration": 200, "exp": 0, "probability": 0, "ants": [], @@ -1143,7 +1143,7 @@ "key": "item_pandamas_jx_description_27", "text": "提升可挂机的时间{0}分" }, - "duration": 1, + "duration": 200, "exp": 0, "probability": 0, "ants": [], @@ -1180,7 +1180,7 @@ "key": "item_pandamas_jx_description_28", "text": "提升可挂机的时间{0}分,提升经验值获取{0}%" }, - "duration": 1, + "duration": 200, "exp": 10, "probability": 0, "ants": [], diff --git a/bin/json/game_recharge.json b/bin/json/game_recharge.json index c7103590e..a4d245f31 100644 --- a/bin/json/game_recharge.json +++ b/bin/json/game_recharge.json @@ -6,11 +6,6 @@ "monetaryunit": "¥", "amount": 600, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 60 - }, { "a": "attr", "t": "diamond", @@ -18,11 +13,6 @@ } ], "diamond_num_double": [ - { - "a": "attr", - "t": "vipexp", - "n": 60 - }, { "a": "attr", "t": "diamond", @@ -41,11 +31,6 @@ "monetaryunit": "¥", "amount": 3000, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 300 - }, { "a": "attr", "t": "diamond", @@ -53,11 +38,6 @@ } ], "diamond_num_double": [ - { - "a": "attr", - "t": "vipexp", - "n": 300 - }, { "a": "attr", "t": "diamond", @@ -76,11 +56,6 @@ "monetaryunit": "¥", "amount": 6800, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 680 - }, { "a": "attr", "t": "diamond", @@ -88,11 +63,6 @@ } ], "diamond_num_double": [ - { - "a": "attr", - "t": "vipexp", - "n": 680 - }, { "a": "attr", "t": "diamond", @@ -111,11 +81,6 @@ "monetaryunit": "¥", "amount": 9800, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 980 - }, { "a": "attr", "t": "diamond", @@ -123,11 +88,6 @@ } ], "diamond_num_double": [ - { - "a": "attr", - "t": "vipexp", - "n": 980 - }, { "a": "attr", "t": "diamond", @@ -146,11 +106,6 @@ "monetaryunit": "¥", "amount": 12800, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 1280 - }, { "a": "attr", "t": "diamond", @@ -158,11 +113,6 @@ } ], "diamond_num_double": [ - { - "a": "attr", - "t": "vipexp", - "n": 1280 - }, { "a": "attr", "t": "diamond", @@ -181,11 +131,6 @@ "monetaryunit": "¥", "amount": 19800, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 1980 - }, { "a": "attr", "t": "diamond", @@ -193,11 +138,6 @@ } ], "diamond_num_double": [ - { - "a": "attr", - "t": "vipexp", - "n": 1980 - }, { "a": "attr", "t": "diamond", @@ -216,11 +156,6 @@ "monetaryunit": "¥", "amount": 32800, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 3280 - }, { "a": "attr", "t": "diamond", @@ -228,11 +163,6 @@ } ], "diamond_num_double": [ - { - "a": "attr", - "t": "vipexp", - "n": 3280 - }, { "a": "attr", "t": "diamond", @@ -251,11 +181,6 @@ "monetaryunit": "¥", "amount": 64800, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 6480 - }, { "a": "attr", "t": "diamond", @@ -263,11 +188,6 @@ } ], "diamond_num_double": [ - { - "a": "attr", - "t": "vipexp", - "n": 6480 - }, { "a": "attr", "t": "diamond", @@ -285,13 +205,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 600, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 60 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -304,13 +218,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 600, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 60 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -323,13 +231,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 3000, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 300 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -342,13 +244,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 6800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 680 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -361,13 +257,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 12800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 1280 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -380,13 +270,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 3000, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 300 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -399,13 +283,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 9800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 980 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -418,13 +296,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 19800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 1980 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -437,13 +309,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 32800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 3280 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -456,13 +322,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 44800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 4480 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -475,13 +335,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 64800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 6480 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -494,13 +348,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 12800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 1280 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -513,13 +361,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 19800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 1980 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -532,13 +374,7 @@ "recharge_type": 2, "monetaryunit": "¥", "amount": 32800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 3280 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -552,11 +388,6 @@ "monetaryunit": "¥", "amount": 3000, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 300 - }, { "a": "attr", "t": "diamond", @@ -576,11 +407,6 @@ "monetaryunit": "¥", "amount": 9800, "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 980 - }, { "a": "attr", "t": "diamond", @@ -599,13 +425,7 @@ "recharge_type": 4, "monetaryunit": "¥", "amount": 9800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 980 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -618,13 +438,7 @@ "recharge_type": 4, "monetaryunit": "¥", "amount": 9800, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 980 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", @@ -637,13 +451,7 @@ "recharge_type": 5, "monetaryunit": "¥", "amount": 3000, - "vipexp": [ - { - "a": "attr", - "t": "vipexp", - "n": 300 - } - ], + "vipexp": [], "diamond_num_double": [], "channel": "0", "text": "0", diff --git a/bin/json/game_roomlottery.json b/bin/json/game_roomlottery.json new file mode 100644 index 000000000..fee0c4196 --- /dev/null +++ b/bin/json/game_roomlottery.json @@ -0,0 +1,68 @@ +[ + { + "Id": 1, + "GroupId": 100001, + "GroupType": 1, + "SubGroupWt": 1000, + "SubGroupId": 1001, + "SubGroupType": 1, + "RoomID": 100001, + "SubGroupNum": 1, + "RoomWt": 50 + }, + { + "Id": 2, + "GroupId": 100001, + "GroupType": 0, + "SubGroupWt": 0, + "SubGroupId": 1001, + "SubGroupType": 0, + "RoomID": 100002, + "SubGroupNum": 0, + "RoomWt": 50 + }, + { + "Id": 3, + "GroupId": 100001, + "GroupType": 0, + "SubGroupWt": 0, + "SubGroupId": 1001, + "SubGroupType": 0, + "RoomID": 100003, + "SubGroupNum": 0, + "RoomWt": 50 + }, + { + "Id": 4, + "GroupId": 100002, + "GroupType": 2, + "SubGroupWt": 1000, + "SubGroupId": 1001, + "SubGroupType": 1, + "RoomID": 100004, + "SubGroupNum": 1, + "RoomWt": 50 + }, + { + "Id": 5, + "GroupId": 100002, + "GroupType": 0, + "SubGroupWt": 0, + "SubGroupId": 0, + "SubGroupType": 0, + "RoomID": 100005, + "SubGroupNum": 0, + "RoomWt": 50 + }, + { + "Id": 6, + "GroupId": 100002, + "GroupType": 0, + "SubGroupWt": 500, + "SubGroupId": 1002, + "SubGroupType": 1, + "RoomID": 100006, + "SubGroupNum": 1, + "RoomWt": 50 + } +] \ No newline at end of file diff --git a/sys/configure/structs/Game.Bufflottery.go b/sys/configure/structs/Game.Bufflottery.go new file mode 100644 index 000000000..9264c8c58 --- /dev/null +++ b/sys/configure/structs/Game.Bufflottery.go @@ -0,0 +1,42 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +type GameBufflottery struct { + _dataMap map[int32]*GameBufflotteryData + _dataList []*GameBufflotteryData +} + +func NewGameBufflottery(_buf []map[string]interface{}) (*GameBufflottery, error) { + _dataList := make([]*GameBufflotteryData, 0, len(_buf)) + dataMap := make(map[int32]*GameBufflotteryData) + for _, _ele_ := range _buf { + if _v, err2 := DeserializeGameBufflotteryData(_ele_); err2 != nil { + return nil, err2 + } else { + _dataList = append(_dataList, _v) + dataMap[_v.Id] = _v + } + } + return &GameBufflottery{_dataList:_dataList, _dataMap:dataMap}, nil +} + +func (table *GameBufflottery) GetDataMap() map[int32]*GameBufflotteryData { + return table._dataMap +} + +func (table *GameBufflottery) GetDataList() []*GameBufflotteryData { + return table._dataList +} + +func (table *GameBufflottery) Get(key int32) *GameBufflotteryData { + return table._dataMap[key] +} + + diff --git a/sys/configure/structs/Game.BufflotteryData.go b/sys/configure/structs/Game.BufflotteryData.go new file mode 100644 index 000000000..c750c8425 --- /dev/null +++ b/sys/configure/structs/Game.BufflotteryData.go @@ -0,0 +1,53 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +import "errors" + +type GameBufflotteryData struct { + Id int32 + GroupId int32 + GroupType int32 + SubGroupWt int32 + SubGroupId int32 + SubGroupType int32 + BuffID int32 + SubGroupNum int32 + BuffWt int32 + TypeWt int32 +} + +const TypeId_GameBufflotteryData = 1547284068 + +func (*GameBufflotteryData) GetTypeId() int32 { + return 1547284068 +} + +func (_v *GameBufflotteryData)Deserialize(_buf map[string]interface{}) (err error) { + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["Id"].(float64); !_ok_ { err = errors.New("Id error"); return }; _v.Id = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["GroupId"].(float64); !_ok_ { err = errors.New("GroupId error"); return }; _v.GroupId = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["GroupType"].(float64); !_ok_ { err = errors.New("GroupType error"); return }; _v.GroupType = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupWt"].(float64); !_ok_ { err = errors.New("SubGroupWt error"); return }; _v.SubGroupWt = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupId"].(float64); !_ok_ { err = errors.New("SubGroupId error"); return }; _v.SubGroupId = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupType"].(float64); !_ok_ { err = errors.New("SubGroupType error"); return }; _v.SubGroupType = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["buffID"].(float64); !_ok_ { err = errors.New("buffID error"); return }; _v.BuffID = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupNum"].(float64); !_ok_ { err = errors.New("SubGroupNum error"); return }; _v.SubGroupNum = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["BuffWt"].(float64); !_ok_ { err = errors.New("BuffWt error"); return }; _v.BuffWt = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["TypeWt"].(float64); !_ok_ { err = errors.New("TypeWt error"); return }; _v.TypeWt = int32(_tempNum_) } + return +} + +func DeserializeGameBufflotteryData(_buf map[string]interface{}) (*GameBufflotteryData, error) { + v := &GameBufflotteryData{} + if err := v.Deserialize(_buf); err == nil { + return v, nil + } else { + return nil, err + } +} diff --git a/sys/configure/structs/Game.Eventlottery.go b/sys/configure/structs/Game.Eventlottery.go new file mode 100644 index 000000000..46c8d97e4 --- /dev/null +++ b/sys/configure/structs/Game.Eventlottery.go @@ -0,0 +1,42 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +type GameEventlottery struct { + _dataMap map[int32]*GameEventlotteryData + _dataList []*GameEventlotteryData +} + +func NewGameEventlottery(_buf []map[string]interface{}) (*GameEventlottery, error) { + _dataList := make([]*GameEventlotteryData, 0, len(_buf)) + dataMap := make(map[int32]*GameEventlotteryData) + for _, _ele_ := range _buf { + if _v, err2 := DeserializeGameEventlotteryData(_ele_); err2 != nil { + return nil, err2 + } else { + _dataList = append(_dataList, _v) + dataMap[_v.Id] = _v + } + } + return &GameEventlottery{_dataList:_dataList, _dataMap:dataMap}, nil +} + +func (table *GameEventlottery) GetDataMap() map[int32]*GameEventlotteryData { + return table._dataMap +} + +func (table *GameEventlottery) GetDataList() []*GameEventlotteryData { + return table._dataList +} + +func (table *GameEventlottery) Get(key int32) *GameEventlotteryData { + return table._dataMap[key] +} + + diff --git a/sys/configure/structs/Game.EventlotteryData.go b/sys/configure/structs/Game.EventlotteryData.go new file mode 100644 index 000000000..0ef617dcd --- /dev/null +++ b/sys/configure/structs/Game.EventlotteryData.go @@ -0,0 +1,51 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +import "errors" + +type GameEventlotteryData struct { + Id int32 + GroupId int32 + GroupType int32 + SubGroupWt int32 + SubGroupId int32 + SubGroupType int32 + EventID int32 + SubGroupNum int32 + EventWt int32 +} + +const TypeId_GameEventlotteryData = -761035211 + +func (*GameEventlotteryData) GetTypeId() int32 { + return -761035211 +} + +func (_v *GameEventlotteryData)Deserialize(_buf map[string]interface{}) (err error) { + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["Id"].(float64); !_ok_ { err = errors.New("Id error"); return }; _v.Id = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["GroupId"].(float64); !_ok_ { err = errors.New("GroupId error"); return }; _v.GroupId = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["GroupType"].(float64); !_ok_ { err = errors.New("GroupType error"); return }; _v.GroupType = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupWt"].(float64); !_ok_ { err = errors.New("SubGroupWt error"); return }; _v.SubGroupWt = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupId"].(float64); !_ok_ { err = errors.New("SubGroupId error"); return }; _v.SubGroupId = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupType"].(float64); !_ok_ { err = errors.New("SubGroupType error"); return }; _v.SubGroupType = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["EventID"].(float64); !_ok_ { err = errors.New("EventID error"); return }; _v.EventID = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupNum"].(float64); !_ok_ { err = errors.New("SubGroupNum error"); return }; _v.SubGroupNum = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["EventWt"].(float64); !_ok_ { err = errors.New("EventWt error"); return }; _v.EventWt = int32(_tempNum_) } + return +} + +func DeserializeGameEventlotteryData(_buf map[string]interface{}) (*GameEventlotteryData, error) { + v := &GameEventlotteryData{} + if err := v.Deserialize(_buf); err == nil { + return v, nil + } else { + return nil, err + } +} diff --git a/sys/configure/structs/Game.MainStageData.go b/sys/configure/structs/Game.MainStageData.go index 2eeda093c..ee0be923b 100644 --- a/sys/configure/structs/Game.MainStageData.go +++ b/sys/configure/structs/Game.MainStageData.go @@ -9,7 +9,6 @@ package cfg import "errors" -import "bright/serialization" type GameMainStageData struct { Id int32 @@ -19,19 +18,15 @@ type GameMainStageData struct { Previoustage int32 Episodetype int32 Openlevel int32 - Episodelocation serialization.Vector3 EditorStage int32 - Venturepos serialization.Vector3 Venturemodel string Ventureavatar []string Heroimg string Bubbletext string Animation string - Challenge int32 Hide int32 Destroy int32 Progress int32 - Detailwindow string Frontstoryid int32 Afterstoryid int32 MainlineName string @@ -46,7 +41,6 @@ type GameMainStageData struct { Commonaward []*Gameatn BattleReadyID int32 FormatList []int32 - CaptainId int32 Star []int32 StarType []int32 StarValue []int32 @@ -66,23 +60,7 @@ func (_v *GameMainStageData)Deserialize(_buf map[string]interface{}) (err error) { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["previoustage"].(float64); !_ok_ { err = errors.New("previoustage error"); return }; _v.Previoustage = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["Episodetype"].(float64); !_ok_ { err = errors.New("Episodetype error"); return }; _v.Episodetype = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["openlevel"].(float64); !_ok_ { err = errors.New("openlevel error"); return }; _v.Openlevel = int32(_tempNum_) } - { var _ok_ bool; var _v_ map[string]interface{}; if _v_, _ok_ = _buf["Episodelocation"].(map[string]interface{}); !_ok_ { err = errors.New("Episodelocation error"); return } - var _x_, _y_, _z_ float32; - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _v_["x"].(float64); !_ok_ { err = errors.New("x error"); return }; _x_ = float32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _v_["y"].(float64); !_ok_ { err = errors.New("y error"); return }; _y_ = float32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _v_["z"].(float64); !_ok_ { err = errors.New("z error"); return }; _z_ = float32(_tempNum_) } - _v.Episodelocation = serialization.NewVector3(_x_, _y_, _z_) - } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["EditorStage"].(float64); !_ok_ { err = errors.New("EditorStage error"); return }; _v.EditorStage = int32(_tempNum_) } - { var _ok_ bool; var _v_ map[string]interface{}; if _v_, _ok_ = _buf["venturepos"].(map[string]interface{}); !_ok_ { err = errors.New("venturepos error"); return } - var _x_, _y_, _z_ float32; - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _v_["x"].(float64); !_ok_ { err = errors.New("x error"); return }; _x_ = float32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _v_["y"].(float64); !_ok_ { err = errors.New("y error"); return }; _y_ = float32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _v_["z"].(float64); !_ok_ { err = errors.New("z error"); return }; _z_ = float32(_tempNum_) } - _v.Venturepos = serialization.NewVector3(_x_, _y_, _z_) - } - { var _ok_ bool; if _v.Venturemodel, _ok_ = _buf["venturemodel"].(string); !_ok_ { err = errors.New("venturemodel error"); return } } { var _arr_ []interface{} @@ -101,11 +79,9 @@ func (_v *GameMainStageData)Deserialize(_buf map[string]interface{}) (err error) { var _ok_ bool; if _v.Heroimg, _ok_ = _buf["heroimg"].(string); !_ok_ { err = errors.New("heroimg error"); return } } {var _ok_ bool; var __json_text__ map[string]interface{}; if __json_text__, _ok_ = _buf["bubbletext"].(map[string]interface{}) ; !_ok_ { err = errors.New("_v.Bubbletext error"); return }; { var _ok_ bool; if _, _ok_ = __json_text__["key"].(string); !_ok_ { err = errors.New("key error"); return } }; { var _ok_ bool; if _v.Bubbletext, _ok_ = __json_text__["text"].(string); !_ok_ { err = errors.New("text error"); return } } } { var _ok_ bool; if _v.Animation, _ok_ = _buf["animation"].(string); !_ok_ { err = errors.New("animation error"); return } } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["challenge"].(float64); !_ok_ { err = errors.New("challenge error"); return }; _v.Challenge = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["hide"].(float64); !_ok_ { err = errors.New("hide error"); return }; _v.Hide = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["destroy"].(float64); !_ok_ { err = errors.New("destroy error"); return }; _v.Destroy = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["progress"].(float64); !_ok_ { err = errors.New("progress error"); return }; _v.Progress = int32(_tempNum_) } - { var _ok_ bool; if _v.Detailwindow, _ok_ = _buf["detailwindow"].(string); !_ok_ { err = errors.New("detailwindow error"); return } } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["frontstoryid"].(float64); !_ok_ { err = errors.New("frontstoryid error"); return }; _v.Frontstoryid = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["afterstoryid"].(float64); !_ok_ { err = errors.New("afterstoryid error"); return }; _v.Afterstoryid = int32(_tempNum_) } {var _ok_ bool; var __json_text__ map[string]interface{}; if __json_text__, _ok_ = _buf["mainlineName"].(map[string]interface{}) ; !_ok_ { err = errors.New("_v.MainlineName error"); return }; { var _ok_ bool; if _, _ok_ = __json_text__["key"].(string); !_ok_ { err = errors.New("key error"); return } }; { var _ok_ bool; if _v.MainlineName, _ok_ = __json_text__["text"].(string); !_ok_ { err = errors.New("text error"); return } } } @@ -185,7 +161,6 @@ func (_v *GameMainStageData)Deserialize(_buf map[string]interface{}) (err error) } } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["captainId"].(float64); !_ok_ { err = errors.New("captainId error"); return }; _v.CaptainId = int32(_tempNum_) } { var _arr_ []interface{} var _ok_ bool diff --git a/sys/configure/structs/Game.Roomlottery.go b/sys/configure/structs/Game.Roomlottery.go new file mode 100644 index 000000000..5f11f3426 --- /dev/null +++ b/sys/configure/structs/Game.Roomlottery.go @@ -0,0 +1,42 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +type GameRoomlottery struct { + _dataMap map[int32]*GameRoomlotteryData + _dataList []*GameRoomlotteryData +} + +func NewGameRoomlottery(_buf []map[string]interface{}) (*GameRoomlottery, error) { + _dataList := make([]*GameRoomlotteryData, 0, len(_buf)) + dataMap := make(map[int32]*GameRoomlotteryData) + for _, _ele_ := range _buf { + if _v, err2 := DeserializeGameRoomlotteryData(_ele_); err2 != nil { + return nil, err2 + } else { + _dataList = append(_dataList, _v) + dataMap[_v.Id] = _v + } + } + return &GameRoomlottery{_dataList:_dataList, _dataMap:dataMap}, nil +} + +func (table *GameRoomlottery) GetDataMap() map[int32]*GameRoomlotteryData { + return table._dataMap +} + +func (table *GameRoomlottery) GetDataList() []*GameRoomlotteryData { + return table._dataList +} + +func (table *GameRoomlottery) Get(key int32) *GameRoomlotteryData { + return table._dataMap[key] +} + + diff --git a/sys/configure/structs/Game.RoomlotteryData.go b/sys/configure/structs/Game.RoomlotteryData.go new file mode 100644 index 000000000..8bdd53316 --- /dev/null +++ b/sys/configure/structs/Game.RoomlotteryData.go @@ -0,0 +1,51 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +import "errors" + +type GameRoomlotteryData struct { + Id int32 + GroupId int32 + GroupType int32 + SubGroupWt int32 + SubGroupId int32 + SubGroupType int32 + RoomID int32 + SubGroupNum int32 + RoomWt int32 +} + +const TypeId_GameRoomlotteryData = 1194612956 + +func (*GameRoomlotteryData) GetTypeId() int32 { + return 1194612956 +} + +func (_v *GameRoomlotteryData)Deserialize(_buf map[string]interface{}) (err error) { + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["Id"].(float64); !_ok_ { err = errors.New("Id error"); return }; _v.Id = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["GroupId"].(float64); !_ok_ { err = errors.New("GroupId error"); return }; _v.GroupId = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["GroupType"].(float64); !_ok_ { err = errors.New("GroupType error"); return }; _v.GroupType = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupWt"].(float64); !_ok_ { err = errors.New("SubGroupWt error"); return }; _v.SubGroupWt = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupId"].(float64); !_ok_ { err = errors.New("SubGroupId error"); return }; _v.SubGroupId = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupType"].(float64); !_ok_ { err = errors.New("SubGroupType error"); return }; _v.SubGroupType = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["RoomID"].(float64); !_ok_ { err = errors.New("RoomID error"); return }; _v.RoomID = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["SubGroupNum"].(float64); !_ok_ { err = errors.New("SubGroupNum error"); return }; _v.SubGroupNum = int32(_tempNum_) } + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["RoomWt"].(float64); !_ok_ { err = errors.New("RoomWt error"); return }; _v.RoomWt = int32(_tempNum_) } + return +} + +func DeserializeGameRoomlotteryData(_buf map[string]interface{}) (*GameRoomlotteryData, error) { + v := &GameRoomlotteryData{} + if err := v.Deserialize(_buf); err == nil { + return v, nil + } else { + return nil, err + } +} diff --git a/sys/configure/structs/Tables.go b/sys/configure/structs/Tables.go index efb67a3a0..b6959eead 100644 --- a/sys/configure/structs/Tables.go +++ b/sys/configure/structs/Tables.go @@ -200,6 +200,9 @@ type Tables struct { GuildBossRank *GameGuildBossRank GuildBossScore *GameGuildBossScore TrendChose *GameTrendChose + Roomlottery *GameRoomlottery + Bufflottery *GameBufflottery + Eventlottery *GameEventlottery } func NewTables(loader JsonLoader) (*Tables, error) { @@ -1341,5 +1344,23 @@ func NewTables(loader JsonLoader) (*Tables, error) { if tables.TrendChose, err = NewGameTrendChose(buf) ; err != nil { return nil, err } + if buf, err = loader("game_roomlottery") ; err != nil { + return nil, err + } + if tables.Roomlottery, err = NewGameRoomlottery(buf) ; err != nil { + return nil, err + } + if buf, err = loader("game_bufflottery") ; err != nil { + return nil, err + } + if tables.Bufflottery, err = NewGameBufflottery(buf) ; err != nil { + return nil, err + } + if buf, err = loader("game_eventlottery") ; err != nil { + return nil, err + } + if tables.Eventlottery, err = NewGameEventlottery(buf) ; err != nil { + return nil, err + } return tables, nil }