mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-10-31 17:29:25 +00:00
Remove commented reference text
This commit is contained in:
parent
4f9d617e67
commit
c32ed3590b
|
@ -6,19 +6,6 @@ import com.projectkorra.projectkorra.configuration.better.configs.abilities.Abil
|
|||
|
||||
public class AvatarStateConfig extends AbilityConfig {
|
||||
|
||||
/**
|
||||
* this.regenEnabled = getConfig().getBoolean("Abilities.Avatar.AvatarState.PotionEffects.Regeneration.Enabled");
|
||||
this.speedEnabled = getConfig().getBoolean("Abilities.Avatar.AvatarState.PotionEffects.Speed.Enabled");
|
||||
this.resistanceEnabled = getConfig().getBoolean("Abilities.Avatar.AvatarState.PotionEffects.DamageResistance.Enabled");
|
||||
this.fireResistanceEnabled = getConfig().getBoolean("Abilities.Avatar.AvatarState.PotionEffects.FireResistance.Enabled");
|
||||
this.regenPower = getConfig().getInt("Abilities.Avatar.AvatarState.PotionEffects.Regeneration.Power") - 1;
|
||||
this.speedPower = getConfig().getInt("Abilities.Avatar.AvatarState.PotionEffects.Speed.Power") - 1;
|
||||
this.resistancePower = getConfig().getInt("Abilities.Avatar.AvatarState.PotionEffects.DamageResistance.Power") - 1;
|
||||
this.fireResistancePower = getConfig().getInt("Abilities.Avatar.AvatarState.PotionEffects.FireResistance.Power") - 1;
|
||||
this.duration = getConfig().getLong("Abilities.Avatar.AvatarState.Duration");
|
||||
this.cooldown = getConfig().getLong("Abilities.Avatar.AvatarState.Cooldown");
|
||||
this.factor = getConfig().getDouble("Abilities.Avatar.AvatarState.PowerMultiplier");
|
||||
*/
|
||||
public final double PowerMultiplier = 0;
|
||||
|
||||
public final long Duration = 0;
|
||||
|
|
Loading…
Reference in a new issue