mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-02 08:12:12 +08:00
fix: 移除KukeChild的DAMAGE_MULTIPILER字段
该字段未被使用且可能导致混淆,因此从KukeChild的register函数中移除
This commit is contained in:
@@ -6,7 +6,6 @@ func register():
|
|||||||
fields[FieldStore.Entity.MAX_HEALTH] = 25
|
fields[FieldStore.Entity.MAX_HEALTH] = 25
|
||||||
fields[FieldStore.Entity.OFFSET_SHOOT] = 5
|
fields[FieldStore.Entity.OFFSET_SHOOT] = 5
|
||||||
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.25
|
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.25
|
||||||
fields[FieldStore.Entity.DAMAGE_MULTIPILER] = 0.1
|
|
||||||
attackCooldownMap[0] = 50
|
attackCooldownMap[0] = 50
|
||||||
func ai():
|
func ai():
|
||||||
PresetEntityAI.follow(self, currentFocusedBoss, 700)
|
PresetEntityAI.follow(self, currentFocusedBoss, 700)
|
||||||
|
|||||||
Reference in New Issue
Block a user