Enum: Breasts - lalolotor/newlife-documentation GitHub Wiki
Values:
SMALL
- Description: “small but perky tits”
MEDIUM_SMALL
- Description: “pert tits”
MEDIUM_LARGE
- Description: “full breasts”
LARGE
- Description: “heavy breasts”
Splendid Ostrich's Notes:
For the PC and female NPCs, retrieved using the getBreasts()
method. The related getBreastsDesc()
returns a short descriptive string that can be inserted into descriptions. The PC's size increases by one level in the late stages of pregnancy, and returns to normal after birth – this is automatically handled by getBreasts.
Use the male NPC methods likesPlayersBreasts()
and dislikesPlayersBreasts()
to get a male Npc's opinions on the PC's breasts. This checks the various preference traits for liking small/medium/large breasts. An NPC with no preference trait will return false for both these methods.
There's often cause for unique content or text based on the player or NPC's breast-size, from descriptions when an NPC touches them through to low-self-esteem characters feeling insecure about their size.
Adjectives like pert, perky, full and heavy do not have to be restricted to that particular breast size, and you should feel free to use them for other sizes in your writing if it's appropriate to do so.
When writing about breasts, you may also want to consider the isLactating()
method and the SENSITIVE_BREASTS
trait. If you're writing about whether her nipples are erect or not then you should check her arousal (“comfort” level or higher can have erect nipples). Clothing also has a large impact on descriptions of the PC's body, especially things like breasts where you may need to consider her bra and top status and whether her top (if worn) is lowcut, thin or sheer (see Clothing Flag).