装备系统完结,修复并加入很多
This commit is contained in:
@@ -47,7 +47,11 @@ public enum EffectType
|
||||
// While active, redirects damage that would be taken by this ally to an adjacent ally.
|
||||
RedirectSelfDamageToAdjacent,
|
||||
// While active, any non-Miss note judgement on the ally's track is rewritten to Perfect.
|
||||
RewriteNonMissToPerfect
|
||||
RewriteNonMissToPerfect,
|
||||
// Equipment/passive specific: restore current mana directly.
|
||||
RestoreMana,
|
||||
// Equipment/passive specific: effect is handled entirely by custom code path.
|
||||
CustomPassive
|
||||
}
|
||||
|
||||
public interface ICombatant
|
||||
|
||||
Reference in New Issue
Block a user