mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
圣遗物主词条加权随机
This commit is contained in:
+3
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user