圣遗物主词条加权随机

This commit is contained in:
UnKownOwO
2023-02-19 14:37:09 +08:00
parent e580baeb46
commit 777ffea0a9
8 changed files with 122 additions and 7 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ type ItemData struct {
SkillAffix []int32
AwakenCoinCostList []uint32
// 圣遗物
ReliquaryType int32 `csv:"ReliquaryType,omitempty"` // 圣遗物类别
ReliquaryType int32 `csv:"ReliquaryType,omitempty"` // 圣遗物类别
MainPropDepotId int32 `csv:"MainPropDepotId,omitempty"` // 主属性库ID
AppendPropDepotId int32 `csv:"AppendPropDepotId,omitempty"` // 追加属性库ID
}
func (g *GameDataConfig) loadItemData() {