Interface WeaponOPCostModifier
public interface WeaponOPCostModifier
Only applies when added to MutableShipStatsAPI, not to ShipAPI or the combat engine.
If multiple different ones are added to the same ship stats, they might have a hard time coordinating properly.
Should be used with care, and ideally only through built-in hullmods.
- Author:
- Alex Mosolov Copyright 2019 Fractal Softworks, LLC
-
Method Summary
Modifier and TypeMethodDescriptionint
getWeaponOPCost
(MutableShipStatsAPI stats, WeaponSpecAPI weapon, int currCost)
-
Method Details
-
getWeaponOPCost
-