• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 130: Line 130:  
     return Iterator.equipmentBy(context, n, function(e)
 
     return Iterator.equipmentBy(context, n, function(e)
 
         return e._type == type
 
         return e._type == type
 +
    end)
 +
end
 +
 +
function Iterator.equipmentByIcon(context, n)
 +
    return Iterator.equipmentBy(context, n, function(e)
 +
        return e._icon == numberKey('icon', context, n)
 
     end)
 
     end)
 
end
 
end
cssedit, gkautomate
6,928

edits

Navigation menu