mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:42:25 +08:00
背包容量限制
This commit is contained in:
9
common/constant/store_pack_limit.go
Normal file
9
common/constant/store_pack_limit.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
STORE_PACK_LIMIT_WEIGHT = 30000 // 背包重量限制
|
||||
STORE_PACK_LIMIT_WEAPON = 2000 // 武器容量限制
|
||||
STORE_PACK_LIMIT_RELIQUARY = 1500 // 圣遗物容量限制
|
||||
STORE_PACK_LIMIT_MATERIAL = 2000 // 材料容量限制
|
||||
STORE_PACK_LIMIT_FURNITURE = 2000 // 家具容量限制
|
||||
)
|
||||
6
common/constant/weapon_awaken.go
Normal file
6
common/constant/weapon_awaken.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
WEAPON_AWAKEN_MAX_REFINEMENT = 5 // 武器最大精炼等级
|
||||
WEAPON_AWAKEN_MIN_EQUIPLEVEL = 3 // 武器精炼最小星级
|
||||
)
|
||||
Reference in New Issue
Block a user