public class CyberneticAugmentation extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CyberneticAugmentation.Level0 |
static class |
CyberneticAugmentation.Level1 |
static class |
CyberneticAugmentation.Level2 |
static class |
CyberneticAugmentation.Level3 |
| Modifier and Type | Field and Description |
|---|---|
static float |
BONUS_PER_ELITE_SKILL |
static float |
ECCM_BONUS |
static float |
MAX_ELITE_SKILLS_BONUS |
| Constructor and Description |
|---|
CyberneticAugmentation() |
| Modifier and Type | Method and Description |
|---|---|
static float |
getNumEliteSkills(MutableCharacterStatsAPI stats) |
static float |
getNumEliteSkillsOfFleetCommander(MutableShipStatsAPI stats) |
static boolean |
isFlagship(MutableShipStatsAPI stats) |
static boolean |
isOfficer(MutableShipStatsAPI stats) |
public static float MAX_ELITE_SKILLS_BONUS
public static float ECCM_BONUS
public static float BONUS_PER_ELITE_SKILL
public CyberneticAugmentation()
public static boolean isOfficer(MutableShipStatsAPI stats)
public static boolean isFlagship(MutableShipStatsAPI stats)
public static float getNumEliteSkillsOfFleetCommander(MutableShipStatsAPI stats)
public static float getNumEliteSkills(MutableCharacterStatsAPI stats)