Class StandardChampionUpgrade
java.lang.Object
org.kingdoms.constants.group.upgradable.champion.StandardChampionUpgrade
- All Implemented Interfaces:
ChampionUpgrade,KingdomUpgrade,StandardKingdomUpgrade,Upgrade,org.kingdoms.constants.namespace.Namespaced
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradestatic final StandardChampionUpgradeFields inherited from interface org.kingdoms.constants.group.upgradable.champion.ChampionUpgrade
REGISTRY -
Constructor Summary
ConstructorsConstructorDescriptionStandardChampionUpgrade(org.kingdoms.constants.namespace.Namespace namespace) -
Method Summary
Modifier and TypeMethodDescription@NonNull org.kingdoms.constants.namespace.Namespacestatic org.kingdoms.constants.namespace.NamespacedRegistry<ChampionUpgrade> toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kingdoms.constants.group.upgradable.champion.ChampionUpgrade
getConfig, getDefaultLevelOption, getDisplayName, getEnabledOption, getMaxLevelOption, getOption, getScalingOption, getUpgradeCostOptionMethods inherited from interface org.kingdoms.constants.group.upgradable.KingdomUpgrade
getScalingMethods inherited from interface org.kingdoms.constants.group.upgradable.StandardKingdomUpgrade
eval, evaluateConditions, getDefaultLevel, getMaxLevel, getScaling, getUpgradeCost, isEnabled, isEnabledMethods inherited from interface org.kingdoms.constants.group.upgradable.Upgrade
getConfigName
-
Field Details
-
REINFORCEMENTS
-
RESISTANCE
-
DEATH_DUEL
-
DAMAGE_CAP
-
STRENGTH
-
EQUIPMENT
-
HEALTH
-
FOCUS
-
THROW
-
SPEED
-
DRAG
-
BURST
-
THOR
-
FANGS
-
PLOW
-
-
Constructor Details
-
StandardChampionUpgrade
public StandardChampionUpgrade(org.kingdoms.constants.namespace.Namespace namespace)
-
-
Method Details
-
getDataName
- Specified by:
getDataNamein interfaceStandardKingdomUpgrade- Specified by:
getDataNamein interfaceUpgrade
-
toString
-
getNamespace
public @NonNull org.kingdoms.constants.namespace.Namespace getNamespace()- Specified by:
getNamespacein interfaceorg.kingdoms.constants.namespace.Namespaced
-
getRegistry
-