Package com.fs.starfarer.api.characters
Interface AfterShipCreationSkillEffect
- All Superinterfaces:
LevelBasedEffect
,ShipSkillEffect
- All Known Implementing Classes:
CombatEndurance.Level4
,DamageControl.Level6
,EnergyWeaponMastery.Level1
,PolarizedArmor.Level2
,RangedSpecialization.Level1
,WolfpackTactics.Level1C
- Author:
- Alex Mosolov Copyright 2012 Fractal Softworks, LLC
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fs.starfarer.api.characters.LevelBasedEffect
LevelBasedEffect.ScopeDescription
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyEffectsAfterShipCreation
(ShipAPI ship, String id) void
unapplyEffectsAfterShipCreation
(ShipAPI ship, String id) Methods inherited from interface com.fs.starfarer.api.characters.LevelBasedEffect
getEffectDescription, getEffectPerLevelDescription, getScopeDescription
Methods inherited from interface com.fs.starfarer.api.characters.ShipSkillEffect
apply, unapply
-
Method Details
-
applyEffectsAfterShipCreation
-
unapplyEffectsAfterShipCreation
-