java.lang.Object
com.fs.starfarer.api.impl.campaign.missions.cb.CBStats

public class CBStats extends Object
  • Field Details

    • BASE_REWARD

      public static int BASE_REWARD
    • REWARD_PER_DIFFICULTY

      public static int REWARD_PER_DIFFICULTY
    • DEFAULT_DAYS

      public static float DEFAULT_DAYS
    • REMNANT_STATION_DAYS

      public static float REMNANT_STATION_DAYS
    • ENEMY_STATION_DAYS

      public static float ENEMY_STATION_DAYS
    • REMNANT_PLUS_DAYS

      public static float REMNANT_PLUS_DAYS
    • PATHER_FREQ

      public static float PATHER_FREQ
    • PIRATE_FREQ

      public static float PIRATE_FREQ
    • DESERTER_FREQ

      public static float DESERTER_FREQ
    • DERELICT_FREQ

      public static float DERELICT_FREQ
    • REMNANT_FREQ

      public static float REMNANT_FREQ
    • REMNANT_STATION_FREQ

      public static float REMNANT_STATION_FREQ
    • MERC_FREQ

      public static float MERC_FREQ
    • REMNANT_PLUS_FREQ

      public static float REMNANT_PLUS_FREQ
    • ENEMY_STATION_FREQ

      public static float ENEMY_STATION_FREQ
    • PATHER_MULT

      public static float PATHER_MULT
    • PIRATE_MULT

      public static float PIRATE_MULT
    • DESERTER_MULT

      public static float DESERTER_MULT
    • DERELICT_MULT

      public static float DERELICT_MULT
    • REMNANT_MULT

      public static float REMNANT_MULT
    • REMNANT_STATION_MULT

      public static float REMNANT_STATION_MULT
    • MERC_MULT

      public static float MERC_MULT
    • REMNANT_PLUS_MULT

      public static float REMNANT_PLUS_MULT
    • ENEMY_STATION_MULT

      public static float ENEMY_STATION_MULT
    • THRESHOLDS

      public static Map<Class,Pair<Integer,Integer>> THRESHOLDS
    • TRADER_FREQ

      public static float TRADER_FREQ
    • PATROL_FREQ

      public static float PATROL_FREQ
    • TRADER_MULT

      public static float TRADER_MULT
    • PATROL_MULT

      public static float PATROL_MULT
  • Constructor Details

    • CBStats

      public CBStats()
  • Method Details

    • setThresholds

      public static void setThresholds(Class bounty, int challenging, int normal)
    • getThresholdNotHigh

      public static int getThresholdNotHigh(Class c)
    • getThresholdNotNormal

      public static int getThresholdNotNormal(Class c)
    • getBaseBounty

      public static int getBaseBounty(int difficulty, float mult, BaseHubMission mission)