mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +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 // 家具容量限制
|
||||
)
|
||||
Reference in New Issue
Block a user