hch
2025-12-29 453e96025c4f78888e11f8da85fbdb78245e23f9
Main/System/MainLevel/MainLevelDropCell.cs
@@ -46,6 +46,10 @@
                    if (config.DailyBootyUpperList[i][0] == itemID)
                    {
                        maxValue = config.DailyBootyUpperList[i][1];
                        if (maxValue < 1000000000)
                        {
                            maxValue += (int)(maxValue * (BeautyMMManager.Instance.GetTalentEffectByType(TalentEffectType.MainLine) *1f/100));
                        }
                        break;
                    }
                }