1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-01 17:01:53 +08:00

feat(武器): 为齿轮武器添加升华选项和增强效果

- 在Cogwheel.gd中添加5个升华选项,提供不同属性增强
- 修改齿轮子弹逻辑,支持旋转加速、重力吸附等新效果
- 调整MuyangDog的初始武器配置,将齿轮作为主武器
- 修复箭头武器的生命偷取值归零
- 初始化钻石库存为10个
This commit is contained in:
2026-05-10 16:34:45 +08:00
parent dd586e89c7
commit a05a288612
5 changed files with 67 additions and 9 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ var inventory = {
ItemStore.ItemType.BEACHBALL: 0,
ItemStore.ItemType.SOUL: 0,
ItemStore.ItemType.CRYSTAL: 0,
ItemStore.ItemType.DIAMOND: 0
ItemStore.ItemType.DIAMOND: 10
}
var inventoryMax = {
ItemStore.ItemType.BASEBALL: INF, # 无限