mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-13 23:27:13 +08:00
fix(statemachine): 调整钻石初始库存数量为100
将实体的钻石初始库存从10修改为100,优化初始道具配置
This commit is contained in:
@@ -70,7 +70,7 @@ var inventory = {
|
||||
ItemStore.ItemType.BEACHBALL: 0,
|
||||
ItemStore.ItemType.SOUL: 0,
|
||||
ItemStore.ItemType.CRYSTAL: 0,
|
||||
ItemStore.ItemType.DIAMOND: 10
|
||||
ItemStore.ItemType.DIAMOND: 100
|
||||
}
|
||||
var inventoryMax = {
|
||||
ItemStore.ItemType.BASEBALL: INF, # 无限
|
||||
|
||||
Reference in New Issue
Block a user