``feat(item): 新增物品出售价格属性(SellPrice)并实现物品出售功能,优化宠物面板计算和时区判断逻辑``
This commit is contained in:
@@ -46,6 +46,7 @@ type Item struct {
|
||||
DualEvTimes int `xml:"DualEvTimes,attr,omitempty"` // 双倍学习力次数(学习力双倍仪)
|
||||
YuanshenDegrade int `xml:"YuanshenDegrade,attr,omitempty"` // 融合精灵还原标识(融合精灵还原药剂)
|
||||
EvRemove int `xml:"EvRemove,attr,omitempty"` // 学习力遗忘类型(各类学习力遗忘剂)
|
||||
SellPrice int `xml:"SellPrice,attr,omitempty"` // 出售价格(出售价格修正)
|
||||
//bShowPetBag int `xml:"bShowPetBag,attr,omitempty"` // 宠物背包显示标识(副融合精灵保留药剂等)
|
||||
Nature *string `xml:"Nature,attr"` // 指向int的指针,无值时为nil
|
||||
NatureSet *string `xml:"NatureSet,attr"` // 指向string的指针,无值时为nil
|
||||
|
||||
Reference in New Issue
Block a user