天师
error word in AttributeService.lua ????
in file AttributeService.lua line 52 53 54 wind = 风, ray = 雷, ice = 冰 is correct ?
But i see
["wind"] = { name = Txt("雷"), key = "m_wind", recordkey = "wind", TempDataName = "Wind", },
["ray"] = { name = Txt("风"), key = "m_ray", recordkey = "ray", TempDataName = "Ray", },
["ice"] = { name = Txt("冰"), key = "m_ice", recordkey = "ice", TempDataName = "Ice", },
["restrainBuffValue"] = { name = Txt("相克buff抵消值"), key = "m_restrainBuffValue", recordkey = "restrainBuffValue", TempDataName = "RestrainBuffValue", },