[Feature Request] Custom Slave Title/Description

Problem description

I was hoping that some of the more savvy coders would be willing to try and add a feature in slave customization options that allows us to select personalized ways a slave is initially described in character summary

Example: Instead of "SlaveName is a Devoted and Worshipful big boobed bimbo milf" I'd like the option to customize it to say something more personal/specific like "Slave name is a devoted and worshipful 2 time winner of Daytona 500" or "SlaveName is the newly elected queen of Neptune and your personal hairdresser" or any other random thing a player could come up with to make the slave's description more personalized.

Proposed solution

I've fuddled around with this a couple years back and got a basic barebones code working by altering one of the description files

globalThis.SlaveTitle = function(slave) { let r; if (slave.slaveName === "Example") { return Madam of your brothel, and the <span style="color:red">broodmother</span> of half of your slaves; } if (V.newDescriptions === 1) {

But as updates went on it became less effective, and the color coding of text no longer worked, the big problem with this was that I had to put each slave name in individually into the code itself, when someone more skilled could probably implement a new option into the customization menu way better.

Edited by VKGrief