Grabacr07.KanColleWrapper.Calculator.IsHeavilyDamage C# (CSharp) Method

IsHeavilyDamage() public static method

public static IsHeavilyDamage ( this hp ) : bool
hp this
return bool
        public static bool IsHeavilyDamage(this LimitedValue hp)
        {
            return (hp.Current / (double)hp.Maximum) <= 0.25;
        }