修了很多bug和增加功能,优化不少问题
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user