1. function identifyItem(item)
  2. if not (item.BaseItem == "urn" and item.Quality == Unique) then
  3. return true
  4. end
  5. end
  6.