1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-10 21:57:12 +08:00

fix(boss): 调整熊boss的攻击伤害值

将熊boss的各种攻击方式的伤害值从4/1.5/3/2统一调整为1,以平衡游戏难度
This commit is contained in:
2025-09-30 21:36:29 +08:00
parent adfd8ffafe
commit 65eb69fb9c
6 changed files with 6 additions and 6 deletions
@@ -10,7 +10,7 @@ extends BulletBase
var myColor: Color
func register():
speed = 1
damage = 1.5
damage = 1
penerate = 1
func spawn():
myColor = allColor.gradient.sample(randf())