装备系统完结,修复并加入很多
This commit is contained in:
@@ -28,6 +28,12 @@ public class SkillDefinition : ScriptableObject
|
||||
OnManaGained,
|
||||
// Documentation text normalized.
|
||||
OnManaLost,
|
||||
// New: triggers only when this ally takes direct damage (not generic HP loss).
|
||||
OnDamageTaken,
|
||||
// New: triggers when an adjacent ally takes direct damage.
|
||||
OnAdjacentAllyDamaged,
|
||||
// New: triggers when this ally's max HP increases.
|
||||
OnMaxHPIncreased,
|
||||
// Documentation text normalized.
|
||||
OnHPAbovePercent,
|
||||
// Documentation text normalized.
|
||||
|
||||
Reference in New Issue
Block a user