1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-13 07:07:12 +08:00

feat(角色): 调整角色属性和武器配置

- 提高Chick、KukeMC和Bear的最大生命值
- 将Rooster的武器从WhiteSoul更换为Volcano
This commit is contained in:
2025-11-30 16:25:56 +08:00
parent c950d01cfc
commit ee4ad92ce0
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ class_name Chick
var played: bool = false
func register():
fields[FieldStore.Entity.MAX_HEALTH] = 1500
fields[FieldStore.Entity.MAX_HEALTH] = 2500
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.4
attackCooldownMap[0] = 400
attackCooldownMap[1] = 12000