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

fix: 将熊角色的最大生命值从5000降低到4000

This commit is contained in:
2025-12-06 20:17:18 +08:00
parent 95f85a34a1
commit e8a20657f8
+1 -1
View File
@@ -5,7 +5,7 @@ class_name Bear
@onready var mask: Sprite2D = $"%mask"
func register():
fields[FieldStore.Entity.MAX_HEALTH] = 5000
fields[FieldStore.Entity.MAX_HEALTH] = 4000
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.5
fields[FieldStore.Entity.OFFSET_SHOOT] = 0
attackCooldownMap[0] = 3000