套装数据

前端获取
item.Info.ItemSets得到套装的数据列表

ItemSets下的成员:

套装KeyName
public string KeyName {get: set:}
套装数量
public int Count {get; set: }
包含装备|装备Key
关联iteminfo物品表

public List<string> Items {get;set:} = new():
套装属性
关联基础属性表StatAttribute

public Dictionary<int,int> Stats {get; set:}= new():
套装唯一统计
public bool AnyOne {get: set:}
排除描述装备
public string Exclude { get: set:}
套装描述
public string Description { get: set:}
描述类型
public byte Type { get: set:}
套装附带buff
关联Buff表KeyName

public List<string> BuffList { get: set:}=new():

作者:yilin01  创建时间:2026-01-04 12:23
最后编辑:yilin01  更新时间:2026-01-16 12:01