修了很多bug和增加功能,优化不少问题
This commit is contained in:
@@ -45,7 +45,9 @@ public enum EffectType
|
||||
// Adds a virtual "Perfect" judgement to targeted ally tracks (counts + score + triggers note-hit hooks).
|
||||
GrantExtraPerfect,
|
||||
// While active, redirects damage that would be taken by this ally to an adjacent ally.
|
||||
RedirectSelfDamageToAdjacent
|
||||
RedirectSelfDamageToAdjacent,
|
||||
// While active, any non-Miss note judgement on the ally's track is rewritten to Perfect.
|
||||
RewriteNonMissToPerfect
|
||||
}
|
||||
|
||||
public interface ICombatant
|
||||
|
||||
Reference in New Issue
Block a user