1
1
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:
2026-06-12 17:51:15 +08:00
parent 43a8c5329e
commit 7a964d1f64
+1 -1
View File
@@ -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, # 无限