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

Enumerations

enum  {
  Tutorial = 1, Encounter = 2, Courier = 3, Trade = 4,
  Mining = 5, Research = 6, Data = 7, Storyline = 8,
  Cosmos = 9, Arc = 10, Anomic = 11, Burner = 12
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
Tutorial 
Encounter 
Courier 
Trade 
Mining 
Research 
Data 
Storyline 
Cosmos 
Arc 
Anomic 
Burner 

Definition at line 110 of file EVE_Missions.h.

110  {
111  // i think these are arbitrary
112  Tutorial = 1,
113  Encounter = 2,
114  Courier = 3,
115  Trade = 4,
116  Mining = 5,
117  Research = 6,
118  Data = 7,
119  Storyline = 8, // After every 15 regular missions completed you will be offered a storyline mission.
120  Cosmos = 9,
121  Arc = 10, //Throughout the arc, you will be offered choices which will branch the arc in one or more directions, and thus the arcs have different outcomes depending on your choices. The missions that make up these arcs typically have very good ISK rewards and the last mission of the arc typically carries a handsome reward. There are seven Epic Mission Arcs. Most players begin with The Blood-Stained Stars, an arc that can be completed in a T1 frigate and gives a boost in standings withe Sisters of Eve. Seasoned L4 runners will be doing the four empire epic arcs while the fearless pilots can do the two pirate epic arcs. Epic arcs can be repeated once every three months.
122  Anomic = 11, //optional security missions that are given out by level 4 agents. They can always be declined without penalty. Anomic missions present a different and higher challenge compared to other security missions. You will encounter a small number of very powerful adversaries and you are restricted in ship size.
123  Burner = 12 //Miscellanous offers that can be completed in T1 frig/dessy, that have no bearing on corp/ally standings. these are purely personal agent requests. all agents have a chance to give these "courier" missions, which can be decliened without penalty.
124  };