1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-09 21:27:13 +08:00

test(EntityBase): 增加测试物品数量以测试武器灵魂等级功能

This commit is contained in:
2025-09-20 07:04:45 +08:00
parent 32468c136b
commit 5a94a5905b
+3 -2
View File
@@ -52,12 +52,13 @@ var attackCooldownMap = {
var attackCooldowner = {
0: CooldownTimer.new()
}
# 先给点物品,测试武器灵魂等级的功能
var inventory = {
ItemStore.ItemType.BASEBALL: 500,
ItemStore.ItemType.BASKETBALL: 500,
ItemStore.ItemType.APPLE: 5,
ItemStore.ItemType.BEACHBALL: 0,
ItemStore.ItemType.SOUL: 10,
ItemStore.ItemType.BEACHBALL: 9999,
ItemStore.ItemType.SOUL: 9999,
}
var inventoryMax = {
ItemStore.ItemType.BASEBALL: INF, # 无限