Skip to content

Commit

Permalink
Merged pyfa-org#16 into pyfa-org#17
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebag333 committed Oct 13, 2016
1 parent 053db46 commit 50aa80a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions eos/const/eve.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ class Attribute(IntEnum):
allowed_drone_group_2 = 1783
reload_time = 1795



@unique
class Type(IntEnum):
"""Item ID holder"""
Expand Down Expand Up @@ -169,13 +167,19 @@ class Group(IntEnum):
@unique
class Category(IntEnum):
"""Category ID holder"""

# Mapping from invcategories

ship = 6
module = 7
charge = 8
skill = 16
drone = 18
fighter = 87
implant = 20
subsystem = 32
structure = 65
structureModules = 66


@unique
Expand Down
5 changes: 4 additions & 1 deletion eos/data/cache_generator/cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ def _pump_evetypes(self):
Category.skill,
Category.drone,
Category.implant,
Category.subsystem
Category.subsystem,
Category.fighter,
Category.structure,
Category.structureModules
)
# Set with groupIDs of items we want to keep
# It is set because we will need to modify it
Expand Down

0 comments on commit 50aa80a

Please sign in to comment.