1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-23 20:12:30 +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 KukeMC
var canSummon: bool = true
func register():
fields[FieldStore.Entity.MAX_HEALTH] = 3000
fields[FieldStore.Entity.MAX_HEALTH] = 3500
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.5
attackCooldownMap[0] = 2000
attackCooldownMap[1] = 5000