Descriptions of marker icons are downloaded from the "*.json" files located in the "\World\Persons".folder. Each file loads an array of descriptions, the file can contain one or more descriptions.
Personality are, for example, sponsored a player posts (more in description message).
Description structure
{
"Name": "TestPerson", "Avatar": "GUI/Icons/Persons/TestPerson_Icon", "StringGroupOverrides": [ { "Name": "FormalReply1", "Strings": [ "TestPersonFormalReply1.1", "TestPersonFormalReply1.2" ], }, ... ],
}
Name - a unique name of the person, on which it can be referenced.
Avatar is the name of the avatar's personality icon.
StringGroupOverrides - redefinition of key groups for messages of this person.