591 lines
20 KiB
Go
591 lines
20 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: equipment/equipment_db.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
//装备属性词条
|
|
type EquipmentAttributeEntry struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id"` //属性词条主键id 唯一
|
|
Libraryid int32 `protobuf:"varint,2,opt,name=libraryid,proto3" json:"libraryid"` //属性词条id 非唯一
|
|
AttrName string `protobuf:"bytes,3,opt,name=AttrName,proto3" json:"AttrName"` //属性名
|
|
Lv int32 `protobuf:"varint,4,opt,name=Lv,proto3" json:"Lv"` //属性等级
|
|
Value int32 `protobuf:"varint,5,opt,name=Value,proto3" json:"Value"` //属性值
|
|
BaseValue int32 `protobuf:"varint,6,opt,name=BaseValue,proto3" json:"BaseValue"` //基础属性
|
|
EnchValue int32 `protobuf:"varint,7,opt,name=EnchValue,proto3" json:"EnchValue"` //附魔属性
|
|
}
|
|
|
|
func (x *EquipmentAttributeEntry) Reset() {
|
|
*x = EquipmentAttributeEntry{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_equipment_equipment_db_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EquipmentAttributeEntry) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EquipmentAttributeEntry) ProtoMessage() {}
|
|
|
|
func (x *EquipmentAttributeEntry) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_db_proto_msgTypes[0]
|
|
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 EquipmentAttributeEntry.ProtoReflect.Descriptor instead.
|
|
func (*EquipmentAttributeEntry) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_db_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *EquipmentAttributeEntry) GetId() int32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EquipmentAttributeEntry) GetLibraryid() int32 {
|
|
if x != nil {
|
|
return x.Libraryid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EquipmentAttributeEntry) GetAttrName() string {
|
|
if x != nil {
|
|
return x.AttrName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EquipmentAttributeEntry) GetLv() int32 {
|
|
if x != nil {
|
|
return x.Lv
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EquipmentAttributeEntry) GetValue() int32 {
|
|
if x != nil {
|
|
return x.Value
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EquipmentAttributeEntry) GetBaseValue() int32 {
|
|
if x != nil {
|
|
return x.BaseValue
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EquipmentAttributeEntry) GetEnchValue() int32 {
|
|
if x != nil {
|
|
return x.EnchValue
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//装备技能词条 特殊装备/武器or饰品
|
|
type EquipmentSkillEntry struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id"` //属性词条主键id 唯一
|
|
Libraryid int32 `protobuf:"varint,2,opt,name=libraryid,proto3" json:"libraryid"` //属性词条id 非唯一
|
|
AttrName string `protobuf:"bytes,3,opt,name=AttrName,proto3" json:"AttrName"` //属性名
|
|
SkillId int32 `protobuf:"varint,4,opt,name=SkillId,proto3" json:"SkillId"` //技能id
|
|
Lv int32 `protobuf:"varint,5,opt,name=Lv,proto3" json:"Lv"` //属性等级
|
|
}
|
|
|
|
func (x *EquipmentSkillEntry) Reset() {
|
|
*x = EquipmentSkillEntry{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_equipment_equipment_db_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EquipmentSkillEntry) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EquipmentSkillEntry) ProtoMessage() {}
|
|
|
|
func (x *EquipmentSkillEntry) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_db_proto_msgTypes[1]
|
|
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 EquipmentSkillEntry.ProtoReflect.Descriptor instead.
|
|
func (*EquipmentSkillEntry) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_db_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *EquipmentSkillEntry) GetId() int32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EquipmentSkillEntry) GetLibraryid() int32 {
|
|
if x != nil {
|
|
return x.Libraryid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EquipmentSkillEntry) GetAttrName() string {
|
|
if x != nil {
|
|
return x.AttrName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EquipmentSkillEntry) GetSkillId() int32 {
|
|
if x != nil {
|
|
return x.SkillId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EquipmentSkillEntry) GetLv() int32 {
|
|
if x != nil {
|
|
return x.Lv
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//武器数据
|
|
type DB_Equipment struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id string `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id" bson:"_id"` // 装备id
|
|
CId string `protobuf:"bytes,2,opt,name=cId,proto3" json:"cId" bson:"cId"` // 配置Id
|
|
UId string `protobuf:"bytes,3,opt,name=uId,proto3" json:"uId" bson:"uid"` // 所属玩家Id
|
|
HeroId string `protobuf:"bytes,4,opt,name=heroId,proto3" json:"heroId" bson:"heroId"` // 挂在的英雄卡片id 未装备 填 ''
|
|
Lv int32 `protobuf:"varint,5,opt,name=lv,proto3" json:"lv" bson:"lv"` //装备强化等级
|
|
Star int32 `protobuf:"varint,6,opt,name=star,proto3" json:"star" bson:"star"` //装备品质
|
|
KeepFailNum int32 `protobuf:"varint,7,opt,name=keepFailNum,proto3" json:"keepFailNum" bson:"keepFailNum"` // 连续强化失败次数
|
|
MainEntry *EquipmentAttributeEntry `protobuf:"bytes,8,opt,name=mainEntry,proto3" json:"mainEntry" bson:"mainEntry"` // 装备主词条
|
|
AdverbEntry []*EquipmentAttributeEntry `protobuf:"bytes,9,rep,name=adverbEntry,proto3" json:"adverbEntry" bson:"adverbEntry"` //装备副词条
|
|
OverlayNum uint32 `protobuf:"varint,10,opt,name=overlayNum,proto3" json:"overlayNum" bson:"overlayNum"` //叠加数量
|
|
IsInitialState bool `protobuf:"varint,11,opt,name=isInitialState,proto3" json:"isInitialState" bson:"isInitialState"` //是否初始状态
|
|
Islock bool `protobuf:"varint,12,opt,name=islock,proto3" json:"islock" bson:"islock"` //是否锁
|
|
Adverbskill []*EquipmentSkillEntry `protobuf:"bytes,13,rep,name=adverbskill,proto3" json:"adverbskill" bson:"adverbskill"` //装备副技能
|
|
}
|
|
|
|
func (x *DB_Equipment) Reset() {
|
|
*x = DB_Equipment{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_equipment_equipment_db_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DB_Equipment) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DB_Equipment) ProtoMessage() {}
|
|
|
|
func (x *DB_Equipment) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_db_proto_msgTypes[2]
|
|
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 DB_Equipment.ProtoReflect.Descriptor instead.
|
|
func (*DB_Equipment) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_db_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *DB_Equipment) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DB_Equipment) GetCId() string {
|
|
if x != nil {
|
|
return x.CId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DB_Equipment) GetUId() string {
|
|
if x != nil {
|
|
return x.UId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DB_Equipment) GetHeroId() string {
|
|
if x != nil {
|
|
return x.HeroId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DB_Equipment) GetLv() int32 {
|
|
if x != nil {
|
|
return x.Lv
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DB_Equipment) GetStar() int32 {
|
|
if x != nil {
|
|
return x.Star
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DB_Equipment) GetKeepFailNum() int32 {
|
|
if x != nil {
|
|
return x.KeepFailNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DB_Equipment) GetMainEntry() *EquipmentAttributeEntry {
|
|
if x != nil {
|
|
return x.MainEntry
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DB_Equipment) GetAdverbEntry() []*EquipmentAttributeEntry {
|
|
if x != nil {
|
|
return x.AdverbEntry
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DB_Equipment) GetOverlayNum() uint32 {
|
|
if x != nil {
|
|
return x.OverlayNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DB_Equipment) GetIsInitialState() bool {
|
|
if x != nil {
|
|
return x.IsInitialState
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *DB_Equipment) GetIslock() bool {
|
|
if x != nil {
|
|
return x.Islock
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *DB_Equipment) GetAdverbskill() []*EquipmentSkillEntry {
|
|
if x != nil {
|
|
return x.Adverbskill
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//装备套装数据
|
|
type DB_EquipmentSuit struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Suitid int32 `protobuf:"varint,1,opt,name=suitid,proto3" json:"suitid"`
|
|
Eids []string `protobuf:"bytes,3,rep,name=eids,proto3" json:"eids"`
|
|
Str int32 `protobuf:"varint,4,opt,name=str,proto3" json:"str"`
|
|
Lv int32 `protobuf:"varint,5,opt,name=lv,proto3" json:"lv"`
|
|
Effect bool `protobuf:"varint,6,opt,name=effect,proto3" json:"effect"`
|
|
}
|
|
|
|
func (x *DB_EquipmentSuit) Reset() {
|
|
*x = DB_EquipmentSuit{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_equipment_equipment_db_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DB_EquipmentSuit) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DB_EquipmentSuit) ProtoMessage() {}
|
|
|
|
func (x *DB_EquipmentSuit) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_db_proto_msgTypes[3]
|
|
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 DB_EquipmentSuit.ProtoReflect.Descriptor instead.
|
|
func (*DB_EquipmentSuit) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_db_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *DB_EquipmentSuit) GetSuitid() int32 {
|
|
if x != nil {
|
|
return x.Suitid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DB_EquipmentSuit) GetEids() []string {
|
|
if x != nil {
|
|
return x.Eids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DB_EquipmentSuit) GetStr() int32 {
|
|
if x != nil {
|
|
return x.Str
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DB_EquipmentSuit) GetLv() int32 {
|
|
if x != nil {
|
|
return x.Lv
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DB_EquipmentSuit) GetEffect() bool {
|
|
if x != nil {
|
|
return x.Effect
|
|
}
|
|
return false
|
|
}
|
|
|
|
var File_equipment_equipment_db_proto protoreflect.FileDescriptor
|
|
|
|
var file_equipment_equipment_db_proto_rawDesc = []byte{
|
|
0x0a, 0x1c, 0x65, 0x71, 0x75, 0x69, 0x70, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x65, 0x71, 0x75, 0x69,
|
|
0x70, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc5,
|
|
0x01, 0x0a, 0x17, 0x45, 0x71, 0x75, 0x69, 0x70, 0x6d, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72,
|
|
0x69, 0x62, 0x75, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x69,
|
|
0x62, 0x72, 0x61, 0x72, 0x79, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6c,
|
|
0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x74, 0x74, 0x72,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x41, 0x74, 0x74, 0x72,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x4c, 0x76, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x02, 0x4c, 0x76, 0x12, 0x14, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x42, 0x61,
|
|
0x73, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x42,
|
|
0x61, 0x73, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x6e, 0x63, 0x68,
|
|
0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x45, 0x6e, 0x63,
|
|
0x68, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x89, 0x01, 0x0a, 0x13, 0x45, 0x71, 0x75, 0x69, 0x70,
|
|
0x6d, 0x65, 0x6e, 0x74, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x0e,
|
|
0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x12, 0x1c,
|
|
0x0a, 0x09, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x09, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x41, 0x74, 0x74, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
0x41, 0x74, 0x74, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x53, 0x6b, 0x69, 0x6c,
|
|
0x6c, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x53, 0x6b, 0x69, 0x6c, 0x6c,
|
|
0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x4c, 0x76, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02,
|
|
0x4c, 0x76, 0x22, 0xac, 0x03, 0x0a, 0x0c, 0x44, 0x42, 0x5f, 0x45, 0x71, 0x75, 0x69, 0x70, 0x6d,
|
|
0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x02, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x03, 0x63, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x03, 0x75, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x49,
|
|
0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x49, 0x64, 0x12,
|
|
0x0e, 0x0a, 0x02, 0x6c, 0x76, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x6c, 0x76, 0x12,
|
|
0x12, 0x0a, 0x04, 0x73, 0x74, 0x61, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73,
|
|
0x74, 0x61, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x6b, 0x65, 0x65, 0x70, 0x46, 0x61, 0x69, 0x6c, 0x4e,
|
|
0x75, 0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6b, 0x65, 0x65, 0x70, 0x46, 0x61,
|
|
0x69, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x36, 0x0a, 0x09, 0x6d, 0x61, 0x69, 0x6e, 0x45, 0x6e, 0x74,
|
|
0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x45, 0x71, 0x75, 0x69, 0x70,
|
|
0x6d, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x45, 0x6e, 0x74,
|
|
0x72, 0x79, 0x52, 0x09, 0x6d, 0x61, 0x69, 0x6e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x3a, 0x0a,
|
|
0x0b, 0x61, 0x64, 0x76, 0x65, 0x72, 0x62, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x09, 0x20, 0x03,
|
|
0x28, 0x0b, 0x32, 0x18, 0x2e, 0x45, 0x71, 0x75, 0x69, 0x70, 0x6d, 0x65, 0x6e, 0x74, 0x41, 0x74,
|
|
0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x61, 0x64,
|
|
0x76, 0x65, 0x72, 0x62, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x76, 0x65,
|
|
0x72, 0x6c, 0x61, 0x79, 0x4e, 0x75, 0x6d, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x6f,
|
|
0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x73, 0x49,
|
|
0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28,
|
|
0x08, 0x52, 0x0e, 0x69, 0x73, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74,
|
|
0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x0c, 0x20, 0x01, 0x28,
|
|
0x08, 0x52, 0x06, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x36, 0x0a, 0x0b, 0x61, 0x64, 0x76,
|
|
0x65, 0x72, 0x62, 0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14,
|
|
0x2e, 0x45, 0x71, 0x75, 0x69, 0x70, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x45,
|
|
0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x61, 0x64, 0x76, 0x65, 0x72, 0x62, 0x73, 0x6b, 0x69, 0x6c,
|
|
0x6c, 0x22, 0x78, 0x0a, 0x10, 0x44, 0x42, 0x5f, 0x45, 0x71, 0x75, 0x69, 0x70, 0x6d, 0x65, 0x6e,
|
|
0x74, 0x53, 0x75, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x69, 0x74, 0x69, 0x64, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x75, 0x69, 0x74, 0x69, 0x64, 0x12, 0x12, 0x0a,
|
|
0x04, 0x65, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x65, 0x69, 0x64,
|
|
0x73, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x74, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03,
|
|
0x73, 0x74, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x6c, 0x76, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x02, 0x6c, 0x76, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x18, 0x06, 0x20,
|
|
0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x42, 0x06, 0x5a, 0x04, 0x2e,
|
|
0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_equipment_equipment_db_proto_rawDescOnce sync.Once
|
|
file_equipment_equipment_db_proto_rawDescData = file_equipment_equipment_db_proto_rawDesc
|
|
)
|
|
|
|
func file_equipment_equipment_db_proto_rawDescGZIP() []byte {
|
|
file_equipment_equipment_db_proto_rawDescOnce.Do(func() {
|
|
file_equipment_equipment_db_proto_rawDescData = protoimpl.X.CompressGZIP(file_equipment_equipment_db_proto_rawDescData)
|
|
})
|
|
return file_equipment_equipment_db_proto_rawDescData
|
|
}
|
|
|
|
var file_equipment_equipment_db_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
|
|
var file_equipment_equipment_db_proto_goTypes = []interface{}{
|
|
(*EquipmentAttributeEntry)(nil), // 0: EquipmentAttributeEntry
|
|
(*EquipmentSkillEntry)(nil), // 1: EquipmentSkillEntry
|
|
(*DB_Equipment)(nil), // 2: DB_Equipment
|
|
(*DB_EquipmentSuit)(nil), // 3: DB_EquipmentSuit
|
|
}
|
|
var file_equipment_equipment_db_proto_depIdxs = []int32{
|
|
0, // 0: DB_Equipment.mainEntry:type_name -> EquipmentAttributeEntry
|
|
0, // 1: DB_Equipment.adverbEntry:type_name -> EquipmentAttributeEntry
|
|
1, // 2: DB_Equipment.adverbskill:type_name -> EquipmentSkillEntry
|
|
3, // [3:3] is the sub-list for method output_type
|
|
3, // [3:3] is the sub-list for method input_type
|
|
3, // [3:3] is the sub-list for extension type_name
|
|
3, // [3:3] is the sub-list for extension extendee
|
|
0, // [0:3] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_equipment_equipment_db_proto_init() }
|
|
func file_equipment_equipment_db_proto_init() {
|
|
if File_equipment_equipment_db_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_equipment_equipment_db_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EquipmentAttributeEntry); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_equipment_equipment_db_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EquipmentSkillEntry); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_equipment_equipment_db_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DB_Equipment); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_equipment_equipment_db_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DB_EquipmentSuit); 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{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_equipment_equipment_db_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 4,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_equipment_equipment_db_proto_goTypes,
|
|
DependencyIndexes: file_equipment_equipment_db_proto_depIdxs,
|
|
MessageInfos: file_equipment_equipment_db_proto_msgTypes,
|
|
}.Build()
|
|
File_equipment_equipment_db_proto = out.File
|
|
file_equipment_equipment_db_proto_rawDesc = nil
|
|
file_equipment_equipment_db_proto_goTypes = nil
|
|
file_equipment_equipment_db_proto_depIdxs = nil
|
|
}
|