This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
libecho:classes:transformable [2022/05/20 18:49] – lee | libecho:classes:transformable [2024/06/19 20:21] (current) – removed lee | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== LibEcho.Transformable ====== | ||
- | **//VERY BROKEN AT THE MOMENT//** | ||
- | |||
- | The Transformable system is in a state of extreme unfinished brokenness at the moment, to the point where it has been temporarily removed from the class hierarchy. | ||
- | |||
- | In general, a GenericTransformable is provided that floats between two axes on a 0-100 scale. | ||
- | |||
- | The concrete transformable attribute classes inherit from GenericTransformable. | ||
- | |||
- | Bust functions like you'd expect, ranging from "flat chest" to " | ||
- | |||
- | Femininity ranges from very masculine to androgynous to very feminine. | ||
- | |||
- | Height deals with specific numbers, interpolating between minimum and maximum values. | ||
- | |||
- | Penis ranges from "a clitoris" | ||
- | |||
- | Pussy also includes the scrotum. | ||
- | |||
- | The namespace also provides some initial states for various body types, intended to be included in Person defaults:< | ||
- | male : { | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | }, | ||
- | female : { | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | }, | ||
- | shemale : { | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | }, | ||
- | cuntboi : { | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | }, | ||
- | futa : { | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | },</ | ||
- | |||
- | None of this is implemented properly. |