mirror of
https://github.com/nikdoof/django-evesde.git
synced 2025-12-21 13:49:27 +00:00
Initial import of existing codebase.
This commit is contained in:
13
evesde/app_defines.py
Normal file
13
evesde/app_defines.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# Distance units, in meters (EVE Units, aka heavily rounded)
|
||||
DISTANCE_METER = 1
|
||||
DISTANCE_KILOMETER = 1000
|
||||
DISTANCE_ASTRONOMICAL_UNIT = 149598000000
|
||||
DISTANCE_LIGHT_YEAR = 9460000000000000
|
||||
|
||||
# Important Type Groups we need to filter on
|
||||
|
||||
TYPEGROUP_TOWERS = [365]
|
||||
TYPEGROUP_FUEL = [1136, 423]
|
||||
|
||||
# Important attributes types
|
||||
ATTRIBUTE_MAX_STRUCTURE_DISTANCE = 650
|
||||
Reference in New Issue
Block a user