123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= 刘羿君
- // * 创建时间= 2015-10-17
- // * 用途= 道具数据
- // ***************************************************************************
- // Generated from: item.proto
- // Note: requires additional types generated from: common.proto
- namespace pomelo.item
- {
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"Item")]
- public partial class Item : global::ProtoBuf.IExtensible
- {
- public Item() {}
-
-
- private string _id;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private string _code;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string code
- {
- get { return _code; }
- set { _code = value; }
- }
-
- private int _itemType;
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"itemType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int itemType
- {
- get { return _itemType; }
- set { _itemType = value; }
- }
-
- private int _itemSecondType;
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"itemSecondType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int itemSecondType
- {
- get { return _itemSecondType; }
- set { _itemSecondType = value; }
- }
-
- private int _qColor;
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"qColor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int qColor
- {
- get { return _qColor; }
- set { _qColor = value; }
- }
-
- private int _maxGroupCount;
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"maxGroupCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int maxGroupCount
- {
- get { return _maxGroupCount; }
- set { _maxGroupCount = value; }
- }
-
- private int _groupCount;
- [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"groupCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int groupCount
- {
- get { return _groupCount; }
- set { _groupCount = value; }
- }
-
- private int _isNew;
- [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"isNew", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int isNew
- {
- get { return _isNew; }
- set { _isNew = value; }
- }
-
- private string _icon;
- [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"icon", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string icon
- {
- get { return _icon; }
- set { _icon = value; }
- }
-
- private int _enLevel = default(int);
- /// <summary>
- /// 强化等级 @Deprecated
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"enLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int enLevel
- {
- get { return _enLevel; }
- set { _enLevel = value; }
- }
-
- private int _star = default(int);
- /// <summary>
- /// 星级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"star", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int star
- {
- get { return _star; }
- set { _star = value; }
- }
-
- private string _cdTime = "";
- [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"cdTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string cdTime
- {
- get { return _cdTime; }
- set { _cdTime = value; }
- }
-
- private int _bindType = default(int);
- /// <summary>
- /// 是否绑定
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"bindType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int bindType
- {
- get { return _bindType; }
- set { _bindType = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 格子信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"Grid")]
- public partial class Grid : global::ProtoBuf.IExtensible
- {
- public Grid() {}
-
-
- private int _gridIndex;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int gridIndex
- {
- get { return _gridIndex; }
- set { _gridIndex = value; }
- }
-
- private pomelo.item.Item _item = null;
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.item.Item item
- {
- get { return _item; }
- set { _item = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 迷你道具
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MiniItem")]
- public partial class MiniItem : global::ProtoBuf.IExtensible
- {
- public MiniItem() {}
-
-
- private string _code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string code
- {
- get { return _code; }
- set { _code = value; }
- }
-
- private int _groupCount;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"groupCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int groupCount
- {
- get { return _groupCount; }
- set { _groupCount = value; }
- }
-
- private string _icon;
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"icon", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string icon
- {
- get { return _icon; }
- set { _icon = value; }
- }
-
- private int _qColor;
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"qColor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int qColor
- {
- get { return _qColor; }
- set { _qColor = value; }
- }
-
- private string _name = "";
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string name
- {
- get { return _name; }
- set { _name = value; }
- }
-
- private int _star = default(int);
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"star", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int star
- {
- get { return _star; }
- set { _star = value; }
- }
-
- private int _bindType = default(int);
- /// <summary>
- /// 是否绑定
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"bindType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int bindType
- {
- get { return _bindType; }
- set { _bindType = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 合成公式
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"Combine")]
- public partial class Combine : global::ProtoBuf.IExtensible
- {
- public Combine() {}
-
-
- private pomelo.item.MiniItem _product = null;
- /// <summary>
- /// 合成产出
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"product", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.item.MiniItem product
- {
- get { return _product; }
- set { _product = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.item.MiniItem> _materials = new global::System.Collections.Generic.List<pomelo.item.MiniItem>();
- /// <summary>
- /// 材料
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, Name=@"materials", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.MiniItem> materials
- {
- get { return _materials; }
- }
-
-
- private int _gold = default(int);
- /// <summary>
- /// 需要的金币
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"gold", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int gold
- {
- get { return _gold; }
- set { _gold = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 计数道具
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CountItem")]
- public partial class CountItem : global::ProtoBuf.IExtensible
- {
- public CountItem() {}
-
-
- private string _code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string code
- {
- get { return _code; }
- set { _code = value; }
- }
-
- private int _num;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int num
- {
- get { return _num; }
- set { _num = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CountItems")]
- public partial class CountItems : global::ProtoBuf.IExtensible
- {
- public CountItems() {}
-
-
- private readonly global::System.Collections.Generic.List<pomelo.item.CountItem> _items = new global::System.Collections.Generic.List<pomelo.item.CountItem>();
- [global::ProtoBuf.ProtoMember(1, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.CountItem> items
- {
- get { return _items; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 宝石属性
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EquipmentJewelAtt")]
- public partial class EquipmentJewelAtt : global::ProtoBuf.IExtensible
- {
- public EquipmentJewelAtt() {}
-
-
- private int _index;
- /// <summary>
- /// 孔的位置, 1表示第一个
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int index
- {
- get { return _index; }
- set { _index = value; }
- }
-
- private pomelo.item.MiniItem _gem = null;
- /// <summary>
- /// 宝石
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"gem", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.item.MiniItem gem
- {
- get { return _gem; }
- set { _gem = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeSimple> _attribute = new global::System.Collections.Generic.List<pomelo.AttributeSimple>();
- /// <summary>
- /// 宝石属性list
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"attribute", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeSimple> attribute
- {
- get { return _attribute; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 属性组
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AttributeBaseArray")]
- public partial class AttributeBaseArray : global::ProtoBuf.IExtensible
- {
- public AttributeBaseArray() {}
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _attrs = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 属性
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, Name=@"attrs", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> attrs
- {
- get { return _attrs; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EquipmentDetail")]
- public partial class EquipmentDetail : global::ProtoBuf.IExtensible
- {
- public EquipmentDetail() {}
-
-
- private int _isIdentfied = default(int);
- /// <summary>
- /// 是否鉴定过 1-鉴定过 0-没有鉴定
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"isIdentfied", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int isIdentfied
- {
- get { return _isIdentfied; }
- set { _isIdentfied = value; }
- }
-
- private int _enLevel = default(int);
- /// <summary>
- /// 强化等级 @Deprecated
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"enLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int enLevel
- {
- get { return _enLevel; }
- set { _enLevel = value; }
- }
-
- private int _score = default(int);
- /// <summary>
- /// 装备独有评分
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int score
- {
- get { return _score; }
- set { _score = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _randomAtts = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 扩展属性
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, Name=@"randomAtts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> randomAtts
- {
- get { return _randomAtts; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.item.EquipmentJewelAtt> _jewelAtts = new global::System.Collections.Generic.List<pomelo.item.EquipmentJewelAtt>();
- /// <summary>
- /// 宝石属性 @Deprecated
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, Name=@"jewelAtts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.EquipmentJewelAtt> jewelAtts
- {
- get { return _jewelAtts; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _magicAtts = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 附魔属性描述
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, Name=@"magicAtts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> magicAtts
- {
- get { return _magicAtts; }
- }
-
-
- private int _luckyExp = default(int);
- /// <summary>
- /// 已有的幸运值 @Deprecated
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"luckyExp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int luckyExp
- {
- get { return _luckyExp; }
- set { _luckyExp = value; }
- }
-
- private int _baseScore = default(int);
- /// <summary>
- /// 基础评分
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"baseScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int baseScore
- {
- get { return _baseScore; }
- set { _baseScore = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _baseAtts = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 基础属性
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(10, Name=@"baseAtts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> baseAtts
- {
- get { return _baseAtts; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _uniqueAtts = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 独有属性
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(11, Name=@"uniqueAtts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> uniqueAtts
- {
- get { return _uniqueAtts; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _tempBaseAtts = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 独有基础属性
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(12, Name=@"tempBaseAtts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> tempBaseAtts
- {
- get { return _tempBaseAtts; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _tempExtAtts = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 未保存的重铸属性, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(13, Name=@"tempExtAtts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> tempExtAtts
- {
- get { return _tempExtAtts; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _tempExtAtts_senior = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 未保存的重铸属性, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(14, Name=@"tempExtAtts_senior", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> tempExtAtts_senior
- {
- get { return _tempExtAtts_senior; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _tempUniqueAtts = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 未保存的精炼属性, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(15, Name=@"tempUniqueAtts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> tempUniqueAtts
- {
- get { return _tempUniqueAtts; }
- }
-
-
- private int _refineAttrId = default(int);
- /// <summary>
- /// 精炼过的属性名称, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"refineAttrId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int refineAttrId
- {
- get { return _refineAttrId; }
- set { _refineAttrId = value; }
- }
-
- private pomelo.AttributeBase _tempRefineAttr = null;
- /// <summary>
- /// 未保存的精炼属性, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"tempRefineAttr", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.AttributeBase tempRefineAttr
- {
- get { return _tempRefineAttr; }
- set { _tempRefineAttr = value; }
- }
-
- private int _remakeScore = default(int);
- /// <summary>
- /// 重铸评分, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"remakeScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int remakeScore
- {
- get { return _remakeScore; }
- set { _remakeScore = value; }
- }
-
- private int _tempRemakeScore = default(int);
- /// <summary>
- /// 未保存的重铸评分, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"tempRemakeScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int tempRemakeScore
- {
- get { return _tempRemakeScore; }
- set { _tempRemakeScore = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _starAttr = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 重铸星级属性, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(20, Name=@"starAttr", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> starAttr
- {
- get { return _starAttr; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeBase> _tempstarAttr = new global::System.Collections.Generic.List<pomelo.AttributeBase>();
- /// <summary>
- /// 未保存重铸星级属性, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(21, Name=@"tempstarAttr", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeBase> tempstarAttr
- {
- get { return _tempstarAttr; }
- }
-
-
- private int _seniorTempRemakeScore = default(int);
- /// <summary>
- /// 未保存的高级重铸评分, 废弃
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(22, IsRequired = false, Name=@"seniorTempRemakeScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int seniorTempRemakeScore
- {
- get { return _seniorTempRemakeScore; }
- set { _seniorTempRemakeScore = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.item.AttributeBaseArray> _godSpeAttrs = new global::System.Collections.Generic.List<pomelo.item.AttributeBaseArray>();
- /// <summary>
- /// 神器特殊属性组
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(23, Name=@"godSpeAttrs", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.AttributeBaseArray> godSpeAttrs
- {
- get { return _godSpeAttrs; }
- }
-
-
- private int _godSkId = default(int);
- /// <summary>
- /// 神器技能id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(24, IsRequired = false, Name=@"godSkId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int godSkId
- {
- get { return _godSkId; }
- set { _godSkId = value; }
- }
-
- private int _godSkLv = default(int);
- /// <summary>
- /// 神器技能lv
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(25, IsRequired = false, Name=@"godSkLv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int godSkLv
- {
- get { return _godSkLv; }
- set { _godSkLv = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EarItemDetail")]
- public partial class EarItemDetail : global::ProtoBuf.IExtensible
- {
- public EarItemDetail() {}
-
-
- private string _id = "";
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private string _ownId = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ownId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string ownId
- {
- get { return _ownId; }
- set { _ownId = value; }
- }
-
- private string _ownName = "";
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ownName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string ownName
- {
- get { return _ownName; }
- set { _ownName = value; }
- }
-
- private string _time = "";
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string time
- {
- get { return _time; }
- set { _time = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 道具详情
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ItemDetail")]
- public partial class ItemDetail : global::ProtoBuf.IExtensible
- {
- public ItemDetail() {}
-
-
- private string _id = "";
- /// <summary>
- /// uuid
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private string _code = "";
- /// <summary>
- /// 模版id 区分是否是装备
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string code
- {
- get { return _code; }
- set { _code = value; }
- }
-
- private int _bindType = default(int);
- /// <summary>
- /// 0 没有绑定 1 绑定 2 装备绑定
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"bindType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int bindType
- {
- get { return _bindType; }
- set { _bindType = value; }
- }
-
- private int _canTrade = default(int);
- /// <summary>
- /// 1 可以 0 不可以
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"canTrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int canTrade
- {
- get { return _canTrade; }
- set { _canTrade = value; }
- }
-
- private int _canAuction = default(int);
- /// <summary>
- /// 同上
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"canAuction", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int canAuction
- {
- get { return _canAuction; }
- set { _canAuction = value; }
- }
-
- private int _canDepotRole = default(int);
- /// <summary>
- /// 同上
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"canDepotRole", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int canDepotRole
- {
- get { return _canDepotRole; }
- set { _canDepotRole = value; }
- }
-
- private int _canDepotGuild = default(int);
- /// <summary>
- /// 同上
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"canDepotGuild", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int canDepotGuild
- {
- get { return _canDepotGuild; }
- set { _canDepotGuild = value; }
- }
-
- private pomelo.item.EquipmentDetail _equipDetail = null;
- /// <summary>
- /// 装备才有的详情
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"equipDetail", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.item.EquipmentDetail equipDetail
- {
- get { return _equipDetail; }
- set { _equipDetail = value; }
- }
-
- private pomelo.item.EarItemDetail _earDetail = null;
- [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"earDetail", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.item.EarItemDetail earDetail
- {
- get { return _earDetail; }
- set { _earDetail = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 寄卖道具的信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ConsignmentItem")]
- public partial class ConsignmentItem : global::ProtoBuf.IExtensible
- {
- public ConsignmentItem() {}
-
-
- private pomelo.item.ItemDetail _detail = null;
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"detail", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.item.ItemDetail detail
- {
- get { return _detail; }
- set { _detail = value; }
- }
-
- private int _groupCount = default(int);
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"groupCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int groupCount
- {
- get { return _groupCount; }
- set { _groupCount = value; }
- }
-
- private int _publishTimes = default(int);
- /// <summary>
- /// 已经宣传的次数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"publishTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int publishTimes
- {
- get { return _publishTimes; }
- set { _publishTimes = value; }
- }
-
- private int _consignmentPrice = default(int);
- /// <summary>
- /// 寄卖价格
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"consignmentPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int consignmentPrice
- {
- get { return _consignmentPrice; }
- set { _consignmentPrice = value; }
- }
-
- private string _consignmentTime = "";
- /// <summary>
- /// 寄卖到期时间(24h + lateMinutes分钟) 单位:ms
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"consignmentTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string consignmentTime
- {
- get { return _consignmentTime; }
- set { _consignmentTime = value; }
- }
-
- private string _consignmentPlayerName = "";
- /// <summary>
- /// 寄卖玩家名称
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"consignmentPlayerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string consignmentPlayerName
- {
- get { return _consignmentPlayerName; }
- set { _consignmentPlayerName = value; }
- }
-
- private int _consignmentPlayerPro = default(int);
- /// <summary>
- /// 寄卖玩家职业
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"consignmentPlayerPro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int consignmentPlayerPro
- {
- get { return _consignmentPlayerPro; }
- set { _consignmentPlayerPro = value; }
- }
-
- private string _consignmentPlayerId = "";
- /// <summary>
- /// 寄卖玩家的id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"consignmentPlayerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string consignmentPlayerId
- {
- get { return _consignmentPlayerId; }
- set { _consignmentPlayerId = value; }
- }
-
- private long _lateTime = default(long);
- /// <summary>
- /// 寄卖上架延迟时间 单位:ms
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"lateTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(long))]
- public long lateTime
- {
- get { return _lateTime; }
- set { _lateTime = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 单条血炼属性(一个血炼项可能有多个属性)
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BloodAttrItem")]
- public partial class BloodAttrItem : global::ProtoBuf.IExtensible
- {
- public BloodAttrItem() {}
-
-
- private readonly global::System.Collections.Generic.List<pomelo.AttributeSimple> _attrItem = new global::System.Collections.Generic.List<pomelo.AttributeSimple>();
- [global::ProtoBuf.ProtoMember(1, Name=@"attrItem", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.AttributeSimple> attrItem
- {
- get { return _attrItem; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 单个格子的索引和强化等级信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EquipGridStrengthInfo")]
- public partial class EquipGridStrengthInfo : global::ProtoBuf.IExtensible
- {
- public EquipGridStrengthInfo() {}
-
-
- private int _pos;
- /// <summary>
- /// EquipType:格子索引
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int pos
- {
- get { return _pos; }
- set { _pos = value; }
- }
-
- private int _enLevel = default(int);
- /// <summary>
- /// 强化等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"enLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int enLevel
- {
- get { return _enLevel; }
- set { _enLevel = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.item.BloodAttrItem> _bloodAttr = new global::System.Collections.Generic.List<pomelo.item.BloodAttrItem>();
- /// <summary>
- /// 血炼属性
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"bloodAttr", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.BloodAttrItem> bloodAttr
- {
- get { return _bloodAttr; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 已穿戴的时装信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EquipFashionInfo")]
- public partial class EquipFashionInfo : global::ProtoBuf.IExtensible
- {
- public EquipFashionInfo() {}
-
-
- private int _pos;
- /// <summary>
- /// 1: 武饰 2:衣服 3:背饰
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int pos
- {
- get { return _pos; }
- set { _pos = value; }
- }
-
- private string _itemcode = "";
- /// <summary>
- /// 穿戴的时装物品模板ID
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"itemcode", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string itemcode
- {
- get { return _itemcode; }
- set { _itemcode = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 绑定枚举
- /// </summary>
-
- [global::ProtoBuf.ProtoContract(Name=@"BindType")]
- public enum BindType
- {
-
- /// <summary>
- /// 未绑定(商店和身上均显示未绑定)
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"UN_BIND", Value=0)]
- UN_BIND = 0,
-
- /// <summary>
- /// 已绑定
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"BIND", Value=1)]
- BIND = 1,
-
- /// <summary>
- /// 装备后绑定
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"EQUIP_BIND", Value=2)]
- EQUIP_BIND = 2,
-
- /// <summary>
- /// 获取后绑定
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"BIND_AFTER_GET", Value=3)]
- BIND_AFTER_GET = 3,
-
- /// <summary>
- /// 获取后装绑
- /// </summary>
-
- [global::ProtoBuf.ProtoEnum(Name=@"EQUIP_BIND_AFTER_GET", Value=4)]
- EQUIP_BIND_AFTER_GET = 4
- }
-
- }
-
|