修了很多bug和增加功能,优化不少问题

This commit is contained in:
FloatGaming
2026-02-28 06:59:22 +08:00
parent 508a40bba0
commit e11cc1da7a
345 changed files with 173803 additions and 69332 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ public class SkillDefinition : ScriptableObject
// New: attack threshold trigger (attack < attackTriggerValue)
OnAttackBelowValue,
// New: triggers once when this ally is defeated (HP reaches 0 from above).
OnSelfDefeated
OnSelfDefeated,
// New: triggers on this ally when an adjacent ally releases a skill (casts on mana full).
OnAdjacentAllySkillCast
}
[Header("Inspector")]