public class HumanShipShroudCreator extends BaseDwellerShipCreator
AIM_BONUS, CR_BONUS, EW_PENALTY_MULT, FLAT_ARMOR_BONUS, FLAT_RANGE_BONUS, IMPACT_VOLUME_MULT, MISSILE_GUIDANCE_BONUS, SENSOR_PROFILE_MULT| Constructor and Description |
|---|
HumanShipShroudCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initAfterShipAddedToCombatEngine(ShipAPI ship,
java.lang.String id) |
void |
initAfterShipCreation(ShipAPI ship,
java.lang.String id) |
void |
initBeforeShipCreation(ShipAPI.HullSize hullSize,
MutableShipStatsAPI stats,
java.lang.String id) |
void |
initInCombat(ShipAPI ship) |
protected void |
modifyBaselineShroudParams(ShipAPI ship,
DwellerShroud.DwellerShroudParams params) |
createPlugin, createShroud, createShroudParams, initBasicShipProperties, setOverloadColorAndTextpublic HumanShipShroudCreator()
public void initBeforeShipCreation(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, java.lang.String id)
initBeforeShipCreation in interface DwellerShipCreatorinitBeforeShipCreation in class BaseDwellerShipCreatorpublic void initAfterShipCreation(ShipAPI ship, java.lang.String id)
initAfterShipCreation in interface DwellerShipCreatorinitAfterShipCreation in class BaseDwellerShipCreatorpublic void initAfterShipAddedToCombatEngine(ShipAPI ship, java.lang.String id)
initAfterShipAddedToCombatEngine in interface DwellerShipCreatorinitAfterShipAddedToCombatEngine in class BaseDwellerShipCreatorpublic void initInCombat(ShipAPI ship)
initInCombat in interface DwellerShipCreatorinitInCombat in class BaseDwellerShipCreatorprotected void modifyBaselineShroudParams(ShipAPI ship, DwellerShroud.DwellerShroudParams params)
modifyBaselineShroudParams in class BaseDwellerShipCreator