1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-31 00:11:54 +08:00

修了大激光的dot

This commit is contained in:
2025-08-28 21:14:36 +08:00
parent 265ea2fe65
commit 99ce9b48dc
5 changed files with 267 additions and 384 deletions
-6
View File
@@ -13,12 +13,6 @@ func applyDot():
await TickTool.millseconds(100 / launcher.fields[FieldStore.Entity.ATTACK_SPEED])
hitbox.disabled = false
await TickTool.millseconds(100 / launcher.fields[FieldStore.Entity.ATTACK_SPEED])
BulletBase.generate(
preload("res://components/Bullets/LaserPluse.tscn"),
launcher,
position,
rotation
)
return true
func succeedToHit(_dmg: float):
fields[FieldStore.Bullet.DAMAGE] *= 1.05