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