少年修仙传客户端代码仓库
client_linchunjie
2018-12-24 8b71d981ed384833b8e782ecf05ebdb4b3d1a78f
5367 【前端】【1.4】聚魂功能开发
2个文件已修改
6 ■■■■ 已修改文件
System/GatheringSoul/GatherSoulComposeCategoryCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/GatheringSoul/GatherSoulComposeModel.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/GatheringSoul/GatherSoulComposeCategoryCell.cs
@@ -53,7 +53,7 @@
                        Language.Get(propertyCountNameKey), Language.Get("SoulCategoryProperty"));
                    break;
                case 2:
                    m_CategoryName.text = StringUtility.Contact(Language.Get(qualityNameKey),
                    m_CategoryName.text = StringUtility.Contact(Language.Get(qualityNameKey), Language.Get(propertyCountNameKey),
                        Language.Get("ComposeSoulCore"));
                    break;
                case 3:
System/GatheringSoul/GatherSoulComposeModel.cs
@@ -90,10 +90,6 @@
                    continue;
                }
                var propertyCount = gatherSoulConfig.AttrType.Length;
                if (itemConfig.Type == GatheringSoulModel.GATHERSOUL_CORE_TYPE)
                {
                    propertyCount = 0;
                }
                var quality = itemConfig.ItemColor;
                var category = new ComposeCategory()
                {