一些修复和优化

This commit is contained in:
FloatGaming
2026-07-20 02:22:51 +08:00
parent 818fc9a02f
commit 0a0872c4f4
49 changed files with 2008 additions and 262 deletions
+5
View File
@@ -107,6 +107,11 @@ public class equipmentSO : ScriptableObject
return maxLevelEffects != null && maxLevelEffects.Length > 0;
}
public bool IsMaxLevelEffectActive()
{
return level >= 20 && HasFinalDreamEffect();
}
public int GetTierStageIndex()
{
if (level >= 20)