mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-02 09:21:54 +08:00
feat(Meowmere): 调整武器和子弹属性并优化动画
- 为Meowmere子弹添加穿透属性 - 调整武器伤害计算和子子弹伤害 - 更新武器描述模板和数值显示 - 修改子弹碰撞体大小和位置 - 优化武器动画和旋转效果 - 调整角色武器库中的武器顺序
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
extends BulletBase
|
||||
|
||||
func register():
|
||||
penerate = 1
|
||||
func ai():
|
||||
PresetBulletAI.lockLauncher(self, launcher, true)
|
||||
PresetBulletAI.lockLauncher(self, launcher, true)
|
||||
|
||||
Reference in New Issue
Block a user