Enum: Female Figure - lalolotor/newlife-documentation GitHub Wiki
Values:
-
SLIM
- A slender and delicate figure.
- Initially the weakest figure but this can change if the PC trains fitness so should not be assumed.
-
TONED
- A healthy fit physique, slim with lean muscles.
-
WOMANLY
- An hourglass body with pronounced feminine curves (but still a flat stomach).
- This one can be a bit tricky to write for as words like “curvy” are often used for “BBW” body-types.
- I tend to use “curvaceous” or “hourglass” instead.
Splendid Ostrich's Notes:
There are only 3 female body-types currently used by the game, although I don't 100% rule out adding more in the future. There are actually 7 defined in the code (SKINNY
, SLIM
, TONED
, WOMANLY
, AVERAGE
, LARGE
, FAT
), but as only the main 3 will actually appear on characters there's no point in writing content for the others.
The 3 body-types all represent various flavours of “conventionally attractive”. There isn't a properly-implemented body-type for underweight or larger-than-average characters.
Figure does not describe the character's height. That's something that's currently unspecified. I may or may not add height at a later date – it isn't a high priority at the time of writing.
There isn't a separate variable for the PC's bottom and I don't intend to add one – figure is a good enough approximaton. As such, you should use it to choose text describing her bum. E.g. “tiny bottom”/”curvaceous rump”/”firm arse” for slim/womanly/toned. There isn't a set method to return a bottom description at the moment so you'll need to write your own using an #if statement if one is needed.