装备系统完结,修复并加入很多

This commit is contained in:
2026-04-03 19:15:02 +08:00
parent 538085b64f
commit d9376833b6
378 changed files with 62464 additions and 16756 deletions
+5 -1
View File
@@ -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