Esempio n. 1
0
        static string HintFrag(this AbilityType t)
        {
            var w = SaveController.HasAbility(t) ? "$" : "";

            return($"{w}{t.GetDescription()}: {SkillLocs[t]}{w}");
        }
 String trackName(AbilityType type) => ((byte)type > 119 && (byte)type < 122) ? "DamageUp" : type.GetDescription().Replace(" ", "");
Esempio n. 3
0
 public override string ToString()
 {
     return($"{Type.GetDescription()} - [{"".PadLeft(_points, '#').PadRight(10, '_')}]");
 }