mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-31 00:11:54 +08:00
feat: 调整角色和子弹属性及武器配置
- 将Chick的最大生命值从1000提升至2000 - 修改SevenSoul子弹的能量存储机制,移除治疗并提高能量获取 - 为SevenSoul子弹添加矩形碰撞形状 - 替换Rooster的武器配置,移除PurpleCrystal和VectorStar,添加LGBT武器
This commit is contained in:
@@ -20,8 +20,7 @@ func register():
|
||||
func(area):
|
||||
var bullet = BulletTool.fromArea(area)
|
||||
if bullet and BulletTool.canDamage(bullet, launcher):
|
||||
launcher.tryHeal(1)
|
||||
launcher.storeEnergy(damage * 0.1)
|
||||
launcher.storeEnergy(damage * 2)
|
||||
)
|
||||
func spawn():
|
||||
modulate = Color(colors[index % colors.size()])
|
||||
|
||||
Reference in New Issue
Block a user