mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-08 12:47:13 +08:00
fix: 调整KukeChild治疗量和KukeMC生成数量
减少KukeChild对masterMine的治疗量从200降至50,避免过度治疗 调整KukeMC生成子体的随机范围下限从15降至5,增加战斗变化性
This commit is contained in:
@@ -11,7 +11,7 @@ func ai():
|
||||
PresetEntityAI.follow(self, currentFocusedBoss, 700)
|
||||
tryAttack(0)
|
||||
if timeLived() > 8000:
|
||||
masterMine.tryHeal(200)
|
||||
masterMine.tryHeal(50)
|
||||
tryDie(null)
|
||||
func attack(type):
|
||||
if type == 0:
|
||||
|
||||
Reference in New Issue
Block a user