mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat: 调整角色和子弹属性及武器配置
- 将Chick的最大生命值从1000提升至2000 - 修改SevenSoul子弹的能量存储机制,移除治疗并提高能量获取 - 为SevenSoul子弹添加矩形碰撞形状 - 替换Rooster的武器配置,移除PurpleCrystal和VectorStar,添加LGBT武器
This commit is contained in:
@@ -4,7 +4,7 @@ class_name Chick
|
||||
@onready var firepot = $"%firepot"
|
||||
|
||||
func register():
|
||||
fields[FieldStore.Entity.MAX_HEALTH] = 1000
|
||||
fields[FieldStore.Entity.MAX_HEALTH] = 2000
|
||||
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.4
|
||||
attackCooldownMap[0] = 400
|
||||
attackCooldownMap[1] = 12000
|
||||
|
||||
Reference in New Issue
Block a user