Gather abysmal environnments into database

This commit is contained in:
blitzmann
2018-05-20 00:52:48 -04:00
parent 891c20eea7
commit d84525876a
2 changed files with 2 additions and 1 deletions

View File

@@ -214,6 +214,7 @@ def main(db, json_path):
or row['groupID'] == 1306 # group Ship Modifiers, for items like tactical t3 ship modes
or row['typeName'].startswith('Civilian') # Civilian weapons
or row['typeID'] in (41549, 41548, 41551,41550) # Micro Bombs (Fighters)
or row['groupID'] in (1882, 1975) # Abysmal weather (environment)
):
eveTypes.add(row["typeID"])