| Utility/UIHelper.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Utility/UIHelper.cs
@@ -581,7 +581,7 @@ } else { int attrValue = _propertyDict[_key]; float attrValue = _propertyDict[_key]; int fightParm = GetFightPowerParmByAttrId(_key); if(_key == 11) { @@ -602,7 +602,7 @@ attrValue = attrValue * fightParm; } } Equation.Instance.AddKeyValue(cfg.Parameter,attrValue); Equation.Instance.AddKeyValue(cfg.Parameter, attrValue); } }