public class CBStats extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BASE_REWARD |
static float |
DEFAULT_DAYS |
static float |
DERELICT_FREQ |
static float |
DERELICT_MULT |
static float |
DESERTER_FREQ |
static float |
DESERTER_MULT |
static float |
ENEMY_STATION_DAYS |
static float |
ENEMY_STATION_FREQ |
static float |
ENEMY_STATION_MULT |
static float |
MERC_FREQ |
static float |
MERC_MULT |
static float |
PATHER_FREQ |
static float |
PATHER_MULT |
static float |
PATROL_FREQ |
static float |
PATROL_MULT |
static float |
PIRATE_FREQ |
static float |
PIRATE_MULT |
static float |
REMNANT_FREQ |
static float |
REMNANT_MULT |
static float |
REMNANT_PLUS_DAYS |
static float |
REMNANT_PLUS_FREQ |
static float |
REMNANT_PLUS_MULT |
static float |
REMNANT_STATION_DAYS |
static float |
REMNANT_STATION_FREQ |
static float |
REMNANT_STATION_MULT |
static int |
REWARD_PER_DIFFICULTY |
static java.util.Map<java.lang.Class,Pair<java.lang.Integer,java.lang.Integer>> |
THRESHOLDS |
static float |
TRADER_FREQ |
static float |
TRADER_MULT |
| Constructor and Description |
|---|
CBStats() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBaseBounty(int difficulty,
float mult,
BaseHubMission mission) |
static int |
getThresholdNotHigh(java.lang.Class c) |
static int |
getThresholdNotNormal(java.lang.Class c) |
static void |
setThresholds(java.lang.Class bounty,
int challenging,
int normal) |
public static int BASE_REWARD
public static int REWARD_PER_DIFFICULTY
public static float DEFAULT_DAYS
public static float REMNANT_STATION_DAYS
public static float ENEMY_STATION_DAYS
public static float REMNANT_PLUS_DAYS
public static float PATHER_FREQ
public static float PIRATE_FREQ
public static float DESERTER_FREQ
public static float DERELICT_FREQ
public static float REMNANT_FREQ
public static float REMNANT_STATION_FREQ
public static float MERC_FREQ
public static float REMNANT_PLUS_FREQ
public static float ENEMY_STATION_FREQ
public static float PATHER_MULT
public static float PIRATE_MULT
public static float DESERTER_MULT
public static float DERELICT_MULT
public static float REMNANT_MULT
public static float REMNANT_STATION_MULT
public static float MERC_MULT
public static float REMNANT_PLUS_MULT
public static float ENEMY_STATION_MULT
public static java.util.Map<java.lang.Class,Pair<java.lang.Integer,java.lang.Integer>> THRESHOLDS
public static float TRADER_FREQ
public static float PATROL_FREQ
public static float TRADER_MULT
public static float PATROL_MULT
public CBStats()
public static void setThresholds(java.lang.Class bounty, int challenging, int normal)
public static int getThresholdNotHigh(java.lang.Class c)
public static int getThresholdNotNormal(java.lang.Class c)
public static int getBaseBounty(int difficulty, float mult, BaseHubMission mission)