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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user