Package com.fs.starfarer.api.characters
Interface CustomSkillDescription
- All Superinterfaces:
LevelBasedEffect
- All Known Implementing Classes:
AutomatedShips.Level1
,AutomatedShips.Level2
,AuxiliarySupport.Level1
,BaseSkillEffectDescription
,BulkTransport.BaseCapacityModifierEffect
,BulkTransport.Level1
,BulkTransport.Level2
,BulkTransport.Level3
,BulkTransport.Level4
,CarrierGroup.Level1
,CombatEndurance.Level4
,ContainmentProcedures.Level1
,ContainmentProcedures.Level4
,ContainmentProcedures.Level5
,CoordinatedManeuvers.Level1A
,CoordinatedManeuvers.Level1B
,CoordinatedManeuvers.Level1C
,CrewTraining.Level1
,CrewTraining.Level2
,CyberneticAugmentation.Level2
,CyberneticAugmentation.Level3
,DamageControl.Level6
,DerelictContingent.Level1
,EnergyWeaponMastery.Level1
,FieldRepairs.Level1
,FieldRepairs.Level2
,FighterDoctrine.Test
,FighterUplink.Level1
,FighterUplink.Level2
,FluxRegulation.Level1
,ForceConcentration.Level4
,HullRestoration.Level5
,IndustrialPlanning.Level2
,MakeshiftEquipment.Level3
,Navigation.Level4
,NeuralLink.Level1
,PhaseCorps.Level3
,PlanetaryOperations.Level3
,RangedSpecialization.Level1
,Salvaging.Level4
,SupportDoctrine.Level3
,TacticalDrills.Level1
,TacticalDrills.Level2
,WeaponDrills.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
createCustomDescription
(MutableCharacterStatsAPI stats, SkillSpecAPI skill, TooltipMakerAPI info, float width) boolean
Methods inherited from interface com.fs.starfarer.api.characters.LevelBasedEffect
getEffectDescription, getEffectPerLevelDescription, getScopeDescription
-
Method Details
-
hasCustomDescription
boolean hasCustomDescription() -
createCustomDescription
void createCustomDescription(MutableCharacterStatsAPI stats, SkillSpecAPI skill, TooltipMakerAPI info, float width)
-