Class GBLeviathanCalfRun

java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
com.fs.starfarer.api.impl.campaign.ghosts.GBLeviathanCalfRun
All Implemented Interfaces:
GBIGenerateSlipstream.GhostBehaviorWithSlipstream, GhostBehavior

public class GBLeviathanCalfRun extends BaseGhostBehavior implements GBIGenerateSlipstream.GhostBehaviorWithSlipstream
  • Field Details

    • SENSOR_BURST_TURN_RATE

      public static float SENSOR_BURST_TURN_RATE
    • PULSE_BURN_BONUS

      public static float PULSE_BURN_BONUS
    • PULSE_BURN_BONUS_DECAY

      public static float PULSE_BURN_BONUS_DECAY
    • dirSet

      protected boolean dirSet
    • dir

      protected float dir
    • burnBonus

      protected float burnBonus
    • origPluginBurn

      protected int origPluginBurn
    • from

      protected SectorEntityToken from
    • phase

      protected float phase
    • maxBurn

      protected int maxBurn
    • plugin

      protected SlipstreamTerrainPlugin2 plugin
    • affectedByPulse

      protected boolean affectedByPulse
    • wobbleRate

      protected float wobbleRate
    • maxWobble

      protected float maxWobble
  • Constructor Details

    • GBLeviathanCalfRun

      public GBLeviathanCalfRun(float duration, SectorEntityToken from, float wobbleRate, float maxWobble, int maxBurn, boolean affectedByPulse)
  • Method Details