public int GetAttribute(AttributeValue Tybe)
 {
     return(Equipments.GetAdditiveTotal(Tybe)
            + TalentPoints.GetTalentPoints(Tybe) * GetLv());
 }