hch
2025-07-23 2336d5e71a6ed9c00f9a86c29d7aa33b9a1e38d5
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: