mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat(角色): 调整角色属性和武器配置
- 提高Chick、KukeMC和Bear的最大生命值 - 将Rooster的武器从WhiteSoul更换为Volcano
This commit is contained in:
@@ -5,7 +5,7 @@ class_name Bear
|
||||
@onready var mask: Sprite2D = $"%mask"
|
||||
|
||||
func register():
|
||||
fields[FieldStore.Entity.MAX_HEALTH] = 1000
|
||||
fields[FieldStore.Entity.MAX_HEALTH] = 5000
|
||||
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.5
|
||||
fields[FieldStore.Entity.OFFSET_SHOOT] = 0
|
||||
attackCooldownMap[0] = 3000
|
||||
|
||||
Reference in New Issue
Block a user