public class AbilityNauseaConfig 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 int |
xpPerLevel
The xp required per level.
|
Constructor and Description |
---|
AbilityNauseaConfig()
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 AbilityConfig _instance