ywsykd (text, doesn't expire)
//This is just a reference guide to understand better what I've written. Coders could and probably will change them to make them work.

//(minervaPurity) => () -> [KFLAGS.MINERVA_PURIFICATION_PROGRESS]. It works like in the original version, but the values are different. It starts at 0, changes to 1 when she tells you about her parasite, and after purifying her it changes to 2(if Jojo helped remove the parasite), 3 (if Marae purified her), or 4 (if Rathazul purified her). If Minerva gets fully corrupted, it becomes -1, but that isn't implemented yet.
//(minervaPure) => () -> When (minervaPurity > 1). Used when it's not important who helped remove her corruption.
//(minervaDedicked) -> MinervaScene.saveContent.minervaDedicked == true (Used to determine if Minerva's dick was removed).
//MinervaScene.saveContent.leiraBackstory -> Becomes == true when you first hear about how Minerva had sex with Leira. This only changes a small part of a scene, but could also be used in the future if anyone wants to add content related to Leira. I didn't write a parser equivalent since there's no need to use it yet.
//MinervaScene.saveContent.minervaConfessed -> Becomes == true when Minerva confesses her feelings to you.
//minervaBabySitterMet -> Becomes == true after doing something that I haven't written yet, but I need to already have it implemented to not rewrite the birth scene yet again. More info on the Pregnancy part. I'm leaving this one to anonmonkey or whoever codes to rename properly.
//MinervaScene.saveContent.sparPreggo. Becomes == true after asking to spar with her while you're pregnant as long as she's not.
//minervaPregnantVisited. Or MinervaScene.saveContent.minervaPregnantVisited. Becomes == true when one of the pregnancy reveal intros play. It's used to track if she's surprised by you appearing pregnant right before giving birth. Becomes false again after you give birth to her kids.