Add civilian weapons

This commit is contained in:
blitzmann
2015-12-20 21:08:32 -05:00
parent df0e829dbe
commit 8e28925336
2 changed files with 7 additions and 2 deletions

View File

@@ -175,7 +175,8 @@ def main(db, json_path):
eveTypes = set()
for row in data["evetypes"]:
# 1306 - group Ship Modifiers, for items like tactical t3 ship modes
if (row["published"] or row['groupID'] == 1306):
# (3638, 3634, 3636, 3640) - Civilian weapons
if (row["published"] or row['groupID'] == 1306 or row['typeID'] in (3638, 3634, 3636, 3640)):
eveTypes.add(row["typeID"])
# ignore checker