## [Beta 162] - 2021-1-18
### Added
- The beginnings of an attraction system. This creates an attraction profile for every Actor (generated whenever the profile is first needed) that is a set of random numbers indicating how much they are attracted to certain qualities (strength, wealth, intelligence, etc). Then that actors attraction score toward any other actor can be calculated based on how well their stats align with the observing actors attraction profile.
I am creating this initial iteration with 8 recognized qualities (agility, charisma, experience, intelligence, luck, perception, strength, wealth) but I plan to add more over time (faction relationships, etc). I also plan to make at least some of the system configurable via XML.
- Attraction indicator in the GUI (wizard). This will show the Actors attraction to you (the PC) as you browse them in the scene creation wizard. It also will sometimes give you a hint about what you can improve about your character to increase your attraction to them.
- GetAttraction to the API. This allows mod authors to use the attraction system in a way that is in sync with what is shown in the GUI. You can use this in Papyrus to get the attraction score for any actor to any other (see wiki for usage info).