File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,13 +169,9 @@ def convertTypes(typesData):
169169 data [jsonName ] = tableData
170170
171171 # Set with typeIDs which we will have in our database
172- eveTypes = {
173172 # Sometimes CCP unpublishes some items we want to have published, we
174- # can do it here
175- 31906 , # Federation Navy 200mm Steel Plates
176- 31904 , # Imperial Navy 200mm Steel Plates
177- 28782 , # Syndicate 200mm Steel Plates
178- }
173+ # can do it here - just add them to initial set
174+ eveTypes = set ()
179175 for row in data ["evetypes" ]:
180176 # 1306 - group Ship Modifiers, for items like tactical t3 ship modes
181177 if (row ["published" ] or row ['groupID' ] == 1306 ):
Original file line number Diff line number Diff line change @@ -218,9 +218,6 @@ def __init__(self):
218218 "Mobile Decoy Unit" : False , # Seems to be left over test mod for deployables
219219 "Tournament Micro Jump Unit" : False , # Normally seen only on tournament arenas
220220 "Council Diplomatic Shuttle" : False , # CSM X celebration
221- "Federation Navy 200mm Steel Plates" : True , # Accidentally unpublished by CCP
222- "Imperial Navy 200mm Steel Plates" : True , # Accidentally unpublished by CCP
223- "Syndicate 200mm Steel Plates" : True , # Accidentally unpublished by CCP
224221 }
225222
226223 # do not publish ships that we convert
You can’t perform that action at this time.
0 commit comments