1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-31 16:31:54 +08:00

feat(武器/子弹): 增强酸性武器伤害并添加子弹分裂功能

- 提高酸性武器的基础攻击力和弱点攻击伤害
- 为酸性子弹添加分裂功能,分裂时保持原子弹的缩放方向
This commit is contained in:
2026-01-23 23:51:46 +08:00
parent 3eb1f84a21
commit 3746a6c73b
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -5,3 +5,6 @@ func ai():
super.ai()
scale *= 1.01
modulate.a = 1 - timeLived() / lifeTime
func split(newBullet: BulletBase, _index: int, _total: int, _lastBullet: float):
newBullet.scale = scale.sign()
return newBullet