public int AddVulnerability(MonsterType attackerType) { if (attackerType.Equals(typeVulnerability)) { return(ValueVulnerability); } else { return(1); } }