Class PunitiveExpeditionManager

java.lang.Object
com.fs.starfarer.api.impl.campaign.intel.punitive.PunitiveExpeditionManager
All Implemented Interfaces:
EveryFrameScript

public class PunitiveExpeditionManager extends Object implements EveryFrameScript
  • Field Details

    • KEY

      public static final String KEY
      See Also:
    • MAX_CONCURRENT

      public static int MAX_CONCURRENT
    • PROB_TIMEOUT_PER_SENT

      public static float PROB_TIMEOUT_PER_SENT
    • MIN_TIMEOUT

      public static float MIN_TIMEOUT
    • MAX_TIMEOUT

      public static float MAX_TIMEOUT
    • MIN_COLONY_SIZE_FOR_NON_TERRITORIAL

      public static int MIN_COLONY_SIZE_FOR_NON_TERRITORIAL
    • TARGET_NUMBER_FOR_FREQUENCY

      public static float TARGET_NUMBER_FOR_FREQUENCY
    • ANGER_BUILDUP_MULT

      public static float ANGER_BUILDUP_MULT
    • FACTION_MUST_BE_IN_TOP_X_PRODUCERS

      public static int FACTION_MUST_BE_IN_TOP_X_PRODUCERS
    • PLAYER_FRACTION_TO_NOTICE

      public static float PLAYER_FRACTION_TO_NOTICE
    • MAX_THRESHOLD

      public static float MAX_THRESHOLD
    • timeout

      protected float timeout
    • numSentSinceTimeout

      protected int numSentSinceTimeout
    • data

    • COMPETITION_PRODUCTION_MULT

      public static float COMPETITION_PRODUCTION_MULT
    • ILLEGAL_GOODS_MULT

      public static float ILLEGAL_GOODS_MULT
    • FREE_PORT_SIZE_MULT

      public static float FREE_PORT_SIZE_MULT
    • TERRITORIAL_ANGER

      public static float TERRITORIAL_ANGER
  • Constructor Details

    • PunitiveExpeditionManager

      public PunitiveExpeditionManager()
  • Method Details