The following tutorial will go through the process of creating a Buyer Profile snippet for use with [[Sim Snatcher Home|Sim Snatcher]]. We will start with a complete snippet first and break it down along the way.
To learn more about Sim Snatcher, it is recommended to visit its various pages.
Here we have a complete snippet and what we should end up with in the end.
The follow is a simple snippet containing two Buyer Profiles. We break it down below it.
The above, is a simple snippet containing two Buyer Profiles. Lets break it down.
Below are the Buyer Profile Properties.
Below you will find each of the elements, what they do or are for, and what values are ok to put within them.
Element Name | Description | Values |
---|---|---|
profile_display_name | The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the profile name. | An FNV32 Hexidecimal Identifier |
profile_raw_display_name | The Raw display name of the Buyer Profile, this is used for sorting the Buyer Profile appropriately within the UI. It is recommend you match this text with text in your string table! | A string/text of whatever you want it to be. |
profile_author | The name of the Author of the Buyer Profile. Most likely your name. | A string/text of the name of an Author, it can be whatever you want it to be. |
buyer_preference_detail | This contains the details and criteria the buyer is looking for in a Slave. | This is covered further below. |
available_for_sim_type | This is the type of Sim this Buyer Profile is available for. It specifies the Age, Species, and Occult Type that is allowed to be assigned this Buyer Profile. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. | For a full list of Sim Types check out Common Sim Types for S4CL |
Below you will find each of the elements, what they do or are for, and what values are ok to put within them.
Element Name | Description | Values |
---|---|---|
skill_preferences | A collection of skills and skill levels the Buyer will prefer a Slave to meet. | See below for further info. |
desirable_trait_preferences | A collection of traits the Buyer finds to be desirable in a Slave. If a slave has any of these traits, the buyer is more likely to buy them and will pay more for them. | See below for further info. |
undesirable_trait_preferences | A collection of traits the Buyer finds to be undesirable in a Slave. If a slave has any of these traits, the buyer is less likely to buy them and will pay less for them. | See below for further info. |
These indicate the skill levels this Buyer will be looking for a Slave to have. If the Slave has higher skill than the level they are looking for, they will be more likely to buy.
Below you will find each of the elements, what they do or are for, and what values are ok to put within them.
Element Name | Description | Values |
---|---|---|
skill_type | The name or identifier of the Skill the Buyer will look for. | Either the name of the skill or its identifier (For a full list of Skills check out [[Common Skills for S4CL|Common Skills]]) |
minimum_level | The minimum level the Buyer will prefer for the Skill of a Slave to be at. If a Slave is at this level for the skill (and they are below or at the Maximum level), the Buyer will be at 100%. If a Slave is below this skill level, the Buyer will have a lower chance to buy them and will pay a lower price. | A number without decimal points. Default is 0. |
maximum_level | The maximum level the Buyer will prefer for the Skill of a Slave to be at. If a Slave is at this level for the skill (and above the Minimum level), the Buyer will be at 100%. If the slave is above this level, the Buyer will have a higher chance to buy them and will pay a higher price. | A number without decimal points. Default is the maximum level of the skill. |
These indicate the types of traits this Buyer will be looking for in a Slave. Each match increases their chances of purchasing a Slave.
Below you will find each of the elements, what they do or are for, and what values are ok to put within them.
Element Name | Description | Values |
---|---|---|
trait_type | The name or identifier of the Trait the Buyer wants (or if undesirable, what they don't want). | Either the name of the trait or its identifier (For a full list of Traits check out [[Common Traits for S4CL|Common Traits]]) |