Formula

CommonFun.checkIsNoNeedPercent

function CommonFun.checkIsNoNeedPercent(key)
  for i = 1, #CommonFun.BaseAttrCalNoPer do
    local single = CommonFun.BaseAttrCalNoPer[i]
    if single == key then
      return true
    end
  end
end