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(" ", "");
public override string ToString() { return($"{Type.GetDescription()} - [{"".PadLeft(_points, '#').PadRight(10, '_')}]"); }