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

fix: 移除KukeChild的DAMAGE_MULTIPILER字段

该字段未被使用且可能导致混淆,因此从KukeChild的register函数中移除
This commit is contained in:
2025-09-17 21:59:14 +08:00
parent b6c1d0e3df
commit 4d3b654f2f
-1
View File
@@ -6,7 +6,6 @@ func register():
fields[FieldStore.Entity.MAX_HEALTH] = 25
fields[FieldStore.Entity.OFFSET_SHOOT] = 5
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.25
fields[FieldStore.Entity.DAMAGE_MULTIPILER] = 0.1
attackCooldownMap[0] = 50
func ai():
PresetEntityAI.follow(self, currentFocusedBoss, 700)