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

refactor(Bullet): 移除ChickSprint的atk变量并简化伤害计算

调整Cat角色的攻击冷却时间和冲刺倍数
为BulletBase添加speedScale属性和setupCuttable方法
将Volcano的animator速度设置移至ai方法并应用speedScale
This commit is contained in:
2025-11-23 06:51:48 +08:00
parent 38d3222316
commit 33e6758965
4 changed files with 20 additions and 9 deletions
+2 -1
View File
@@ -10,8 +10,9 @@ var dmg5: float = 0
var splitAngle: float = 10
func register():
animator.speed_scale = launcher.fields.get(FieldStore.Entity.ATTACK_SPEED)
setupCuttable(0.1)
func ai():
animator.speed_scale = launcher.fields.get(FieldStore.Entity.ATTACK_SPEED) * speedScale
PresetBulletAI.lockLauncher(self, launcher, true)
rotation = lerp_angle(
rotation,