

Which brings us to two new addons, Bikini Colors and Thorn Bikini. Thorn Bikini, as promised, is a companion piece to Cathbald's Bristlebarb addon; when you have the Body of the Thorn talent and are (of necessity) not wearing body armor, it modifies the character doll's cosmetics to draw you in a thorn bikini or mankini instead of the default boring undergarments. Bikini Colors is slightly more ambitious: it replaces the "Bikini/Mankini" option in the Customize dialog on the character creation screen with a list of several bikini/mankini colors to choose from, all of which should be functionally identical to the original article for achievement purposes.
Now, I claim no particular artistic skill here.



[Implementation notes (Bikini Colors):]
Code: Select all
Hooks:
ToME:load [to add our bikinis]
ToME:PlayerDumpJSON [to clean up charsheet on the way out]
Superload:
mod.dialogs.Birther:
customizeOptions() [to ensure that only one bikini can be selected]
Code: Select all
Hooks:
ToME:load [to modify the Body of Thorn talent]
ToME:PlayerDumpJSON [to clean up charsheet on the way out]