1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-30 23:32:29 +08:00
This commit is contained in:
2026-05-03 18:13:53 +08:00
parent 0bfd846f4c
commit c130c7fd14
+1 -1
View File
@@ -8,7 +8,7 @@ func register():
fields[FieldStore.Entity.MAX_HEALTH] = 400 fields[FieldStore.Entity.MAX_HEALTH] = 400
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.9 fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.9
attackCooldownMap[0] = 4000 attackCooldownMap[0] = 4000
attackCooldownMap[1] = 1500 attackCooldownMap[1] = 3000
attackCooldownMap[2] = 500 attackCooldownMap[2] = 500
sprintMultiplier = 5 sprintMultiplier = 5
func spawn(): func spawn():