Class RelicInfinityBladeConfig
java.lang.Object
net.darkhax.msmlegacy.config.relics.RelicConfig
net.darkhax.msmlegacy.config.relics.RelicConfig.Chance
net.darkhax.msmlegacy.config.relics.RelicInfinityBladeConfig
-
Nested Class Summary
Nested classes/interfaces inherited from class net.darkhax.msmlegacy.config.relics.RelicConfig
RelicConfig.Chance -
Field Summary
FieldsModifier and TypeFieldDescriptionfloatdoubledoubledoubledoublefloatboolean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.darkhax.msmlegacy.config.relics.RelicConfig.Chance
getChanceMethods inherited from class net.darkhax.msmlegacy.config.relics.RelicConfig
isEnabled
-
Field Details
-
bonusArmor
@Expose @SerializedName("bonus_armor") public double bonusArmor -
bonusArmorToughness
@Expose @SerializedName("bonus_armor_toughness") public double bonusArmorToughness -
bonusDamage
@Expose @SerializedName("bonus_damage") public double bonusDamage -
bonusHealth
@Expose @SerializedName("bonus_health") public double bonusHealth -
useCustomArmor
@Expose @SerializedName("custom_armor_enabled") public boolean useCustomArmor -
armorDropChance
@Expose @SerializedName("custom_armor_drop_chance") public float armorDropChance -
dropChance
@Expose @SerializedName("drop_chance") public float dropChance
-
-
Constructor Details
-
RelicInfinityBladeConfig
public RelicInfinityBladeConfig()
-