Interface WeaponRangeModifier

All Known Implementing Classes:
FragmentVolleySystemScript

public interface WeaponRangeModifier
Only applies when added to ships, NOT the combat engine, for performance reasons.
Author:
Alex Mosolov Copyright 2019 Fractal Softworks, LLC
  • Method Details

    • getWeaponRangePercentMod

      float getWeaponRangePercentMod(ShipAPI ship, WeaponAPI weapon)
    • getWeaponRangeMultMod

      float getWeaponRangeMultMod(ShipAPI ship, WeaponAPI weapon)
    • getWeaponRangeFlatMod

      float getWeaponRangeFlatMod(ShipAPI ship, WeaponAPI weapon)