Filters

From EVE University Wiki
Revision as of 01:44, 24 December 2019 by Xanne Ashlander (talk | contribs)
Jump to: navigation, search

Filters provide a dynamic rule-based way to control what items are shown in the contents pane. This can allow for faster and more powerful viewing options than the UI controls can normally offer.


Where to find them

Filtersinventorywindow.png

Filters are a part of a characters inventory. When opening your inventory, look at the bottom left and click the up arrow, this will expand the filters menu.

Default Filters

The EVE client specifies a number of default filters, which will be listed in the My filter window of a character until removed. The default filters are:

  • Ammunition
  • Ore and Materials
  • Ship modules
  • Skillbooks
  • Valuable Items
  • War Looting

Add filters

Adding a new filter is as easy as clicking the + button on the top of the My Filters section of a characters inventory.


Item Filter Window

When creating a new filter, a new pops up. We have indicated a couple of sections on this window.

Filters item filter window.png


  1. The place where you will put your filter definition. Once you put down a single condition, an additional line for a filter condition will appear.
  2. Determines if the filter should match any or all conditions specified in the item filter.
  3. The name the filter will show up as in the My Filters menu of your inventory window.
  4. The share button of a filter. You can share a filter by dragging the share button to another window in the EVE client (such as mail or chat)






In addition to the 4 indicated parts described above, the item filter window has a save and a close button.

  • The save button will save the currently defined filter definition under the name specified in the filter name textbox.
  • The close button will close the item filter window without saving.


The minus sign to the left of the row will delete that row. Creating a condition on a line will add an additional line below. Depending on the filter chosen, the rest of the selection boxes for that line will change.

Examples

Crafting rules to create filters involves an understanding of how items are defined as Categories and Groups in the game, and how boolean rules can distinguish them from each other. We have added a couple examples that make you understand the filtering process so you can create your own

Name Filter Description
All Destroyers Filter destroyers.png Since we have four types of destroyers (T1/interdictors/command destroyers/tactical destroyers) we will need to create a filter that lists all of those types.

We can do that by creating the following filter:

  • Group Is Ship Destroyer
  • Group Is Ship Interdictor
  • Group Is Ship Tactical Destroyer
  • Group Is Ship Command Destroyer
  • Match Any
All non T1 ballistic control systems with CPU lower than 30 Filter bcs.PNG We want all non Tech 1 BCS's with a CPU lower than 30.0 and we want to exclude T1 items. We will create three lines that each specify a subset (CPU/non T1/BCS) of the condition and will let the filter match all of the subsets:
  • Group is Module Ballistic Control System
  • CPU usage Less than 30.0
  • Meta group is not Tech I
  • Match all
All fireworks and snowballs Firefilter workssnowballs.PNG We want to filter all items that contain firework or snowball in their name. We will create two subconditions and make the filter match any subset.
  • Name Contains firework
  • Name Contains snowball
  • Match any