public static class ShipDesign.Level1 extends java.lang.Object implements CharacterStatsSkillEffect
LevelBasedEffect.ScopeDescription| Constructor and Description |
|---|
Level1() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MutableCharacterStatsAPI stats,
java.lang.String id,
float level) |
java.lang.String |
getEffectDescription(float level) |
java.lang.String |
getEffectPerLevelDescription() |
LevelBasedEffect.ScopeDescription |
getScopeDescription() |
void |
unapply(MutableCharacterStatsAPI stats,
java.lang.String id) |
public Level1()
public void apply(MutableCharacterStatsAPI stats, java.lang.String id, float level)
apply in interface CharacterStatsSkillEffectpublic void unapply(MutableCharacterStatsAPI stats, java.lang.String id)
unapply in interface CharacterStatsSkillEffectpublic java.lang.String getEffectDescription(float level)
getEffectDescription in interface LevelBasedEffectpublic java.lang.String getEffectPerLevelDescription()
getEffectPerLevelDescription in interface LevelBasedEffectpublic LevelBasedEffect.ScopeDescription getScopeDescription()
getScopeDescription in interface LevelBasedEffect