public class AbilityPowerStareConfig extends AbilityConfig
Modifier and Type | Field and Description |
---|---|
static AbilityConfig |
_instance
The unique instance.
|
static int |
maxLevel
The maximum ability level.
|
static int |
rarity
Rarity of this ability.
|
static boolean |
requireSneak
If true, Power Stare only works while crouching
|
static int |
xpPerLevel
The xp required per level.
|
Constructor and Description |
---|
AbilityPowerStareConfig()
Make a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected org.cyclops.cyclopscore.config.configurable.IConfigurable |
initSubInstance() |
getAbilityType, getFullUnlocalizedName, getHolderType, getUnlocalizedName
compareTo, downCast, getComment, getConfigPropertyPrefix, getElement, getMod, getNamedId, getSubInstance, getSubUniqueName, isDisableable, isEnabled, isHardDisabled, onInit, onRegistered, save, setEnabled, showDoubleInitError
public static int rarity
public static int maxLevel
public static int xpPerLevel
public static boolean requireSneak
public static AbilityConfig _instance