EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dungeon::Type Namespace Reference

Enumerations

enum  {
  Mission = 1, Gravimetric = 2, Magnetometric = 3, Radar = 4,
  Ladar = 5, Wormhole = 6, Anomaly = 7, Unrated = 8,
  Escalation = 9, Rated = 10
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
Mission 
Gravimetric 
Magnetometric 
Radar 
Ladar 
Wormhole 
Anomaly 
Unrated 
Escalation 
Rated 

Definition at line 12 of file EVE_Dungeon.h.

12  {
13  Mission = 1, // npc mission
14  Gravimetric = 2, // roids
15  Magnetometric = 3, // salvage and archeology
16  Radar = 4, // hacking
17  Ladar = 5, // gas mining
18  Wormhole = 6, // wtf is a 'wormhole'??
19  Anomaly = 7, // non-rated dungeon that isnt required to scan with probes
20  Unrated = 8, // non-rated dungeon no waves, possible escalation to complex
21  Escalation = 9, // new dungeon from previous site. very limited access
22  Rated = 10 // DED rated dungeon
23  };