1package com.fs.starfarer.api.impl.hullmods;
3import com.fs.starfarer.api.combat.BaseHullMod;
4import com.fs.starfarer.api.combat.MutableShipStatsAPI;
5import com.fs.starfarer.api.combat.ShipAPI;
6import com.fs.starfarer.api.combat.ShipAPI.HullSize;
7import com.fs.starfarer.api.impl.campaign.ids.Stats;
21 return ship !=
null && bays > 0;
25 return "Ship does not have standard fighter bays";
void modifyMult(String source, float value)
static final String REPLACEMENT_RATE_DECREASE_MULT
String getUnapplicableReason(ShipAPI ship)
String getDescriptionParam(int index, HullSize hullSize)
void applyEffectsBeforeShipCreation(HullSize hullSize, MutableShipStatsAPI stats, String id)
boolean isApplicableToShip(ShipAPI ship)
MutableStat getNumFighterBays()
DynamicStatsAPI getDynamic()
MutableShipStatsAPI getMutableStats()
MutableStat getStat(String id)