Class AbyssalFrequencies

java.lang.Object
com.fs.starfarer.api.impl.campaign.enc.AbyssalFrequencies

public class AbyssalFrequencies extends Object
  • Field Details

    • NO_ABYSS_ENCOUNTER_MULT

      public static float NO_ABYSS_ENCOUNTER_MULT
    • DWELLER_FREQ_MIN

      public static float DWELLER_FREQ_MIN
    • DWELLER_FREQ_MAX

      public static float DWELLER_FREQ_MAX
    • LIGHT_FREQ

      public static float LIGHT_FREQ
    • ROGUE_REGULAR_FREQ

      public static float ROGUE_REGULAR_FREQ
    • ROGUE_HINTS_FREQ

      public static float ROGUE_HINTS_FREQ
  • Constructor Details

    • AbyssalFrequencies

      public AbyssalFrequencies()
  • Method Details

    • getNoAbyssalEncounterFrequency

      public static float getNoAbyssalEncounterFrequency(EncounterManager manager, EncounterPoint point)
    • isPointSuited

      public static boolean isPointSuited(EncounterPoint point, boolean allowNearStar, float depthRequired)
    • getAbyssalLightFrequency

      public static float getAbyssalLightFrequency(EncounterManager manager, EncounterPoint point)
    • getAbyssalLightDwellerFrequency

      public static float getAbyssalLightDwellerFrequency(EncounterManager manager, EncounterPoint point)
    • getAbyssalRogueStellarObjectFrequency

      public static float getAbyssalRogueStellarObjectFrequency(EncounterManager manager, EncounterPoint point)
    • getAbyssalRogueStellarObjectDireHintsFrequency

      public static float getAbyssalRogueStellarObjectDireHintsFrequency(EncounterManager manager, EncounterPoint point)