少年修仙传客户端代码仓库
client_linchunjie
2018-12-06 ba621730b2106a61fb03245ce983439873aa96fb
5258 【前端】【1.3】【1.3.100】符印属性计算公式优化
1个文件已修改
2 ■■■ 已修改文件
System/Rune/RuneModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Rune/RuneModel.cs
@@ -209,7 +209,7 @@
                    _dict = new Dictionary<int, float>();
                    runeAttrResultDict.Add(type, _dict);
                }
                if (params1 == 0)
                if (params1 == 0 && !_dict.ContainsKey(level))
                {
                    Equation.Instance.Clear();
                    Equation.Instance.AddKeyValue(replaceValStr, level);