hch
2025-07-22 ad54ddbd4c12125fd44e9b7b3fd5bbcd92cce677
Main/Component/UI/Common/ItemBaseEffect.cs
@@ -106,8 +106,12 @@
    {
        switch (format)
        {
            case ItemCellformat.Format_120x120:
                return 1.2f;
            case ItemCellformat.Format_100x100:
                return 1.1f;
            case ItemCellformat.Format_84x84:
                return 1f;
            case ItemCellformat.Format_80x80:
                return 0.95f;
            case ItemCellformat.Format_70x70: