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

fix(Chick): 调整小鸡角色的最大生命值为1500

原生命值15过低,导致角色过于脆弱。调整为1500以提高生存能力,同时保持游戏平衡性。
This commit is contained in:
2025-11-16 16:32:01 +08:00
parent c3ab252c41
commit 1d37329aef
+1 -1
View File
@@ -6,7 +6,7 @@ class_name Chick
var played: bool = false
func register():
fields[FieldStore.Entity.MAX_HEALTH] = 15
fields[FieldStore.Entity.MAX_HEALTH] = 1500
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.4
attackCooldownMap[0] = 400
attackCooldownMap[1] = 12000