1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-06 19:57:12 +08:00

加了后坐力然后优化了能量显示的逻辑,司马trae

This commit is contained in:
2025-08-28 21:57:04 +08:00
parent 77e6711358
commit 9015d2b723
7 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ func applyDot():
await TickTool.millseconds(100 / launcher.fields[FieldStore.Entity.ATTACK_SPEED])
return true
func succeedToHit(_dmg: float):
fields[FieldStore.Bullet.DAMAGE] *= 1.05
fields[FieldStore.Bullet.DAMAGE] *= 1.03